-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thanks to Michael Biebl for the heads up
- Loading branch information
Showing
4 changed files
with
38 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2018 Roger Ferrer <rofirrim@gmail.com> --> | ||
<component type="desktop-application"> | ||
<id>org.roger-ferrer.Eiciel</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-2.0+</project_license> | ||
<name>Eiciel</name> | ||
<summary>Tool to manipulate ACL entries</summary> | ||
<description> | ||
<p> | ||
Eiciel is a standalone tool and a Nautilus plugin to graphically | ||
edit Access Control Lists (ACL) of your files. ACLs allow to set | ||
more fine-grained permissions than the traditional Unix permissions | ||
of user, group, other (UGO permissions). | ||
</p> | ||
<p> | ||
Eiciel also allows to edit the extended attributes of files and | ||
directories if the filesystem supports it. | ||
</p> | ||
<p> | ||
Not all filesystems support ACLs and extended attributes. And even for | ||
those supporting them, they must be enabled (by the system administrator) | ||
before using Eiciel. | ||
</p> | ||
</description> | ||
<launchable type="desktop-id">org.roger-ferrer.Eiciel.desktop</launchable> | ||
<screenshots> | ||
<screenshot type="default" width="1168" height="657">http://rofi.roger-ferrer.org/eiciel/gfx/shots/screenshot-appdata.png</screenshot> | ||
</screenshots> | ||
<url type="homepage">http://rofi.roger-ferrer.org/eiciel/</url> | ||
<developer_name>Roger Ferrer Ibáñez</developer_name> | ||
</component> |