Eiciel is a plugin for Nautilus to graphically edit ACL and extended attributes of files and directories.
- How is "eiciel" pronounced ?
Just like you would pronounce ACL in English :)
- What happened to gtk3 version?
Use an earlier release (or the gtk3
branch) of eiciel when using GNOME 42 or
earlier. This branch only supports GNOME 43 onwards.
- First steps after you have cloned the repository
You will need Meson 0.57 or later installed (it can be installed using pip
)
and then follow these steps after you have cloned the repository.
$ meson setup builddir
$ cd builddir
$ meson compile
$ meson install
- I don't want the plugin support in GNOME Files
The GNOME Files plugin support is optional, pass -Dnautilus-plugin=disabled
to meson setup
above, to disable it.