Copyright 2021 Abdurahman Elmawi (cooper64doom@gmail.com)
This project (Desktop Icons: Neo) is licensed under the GPL v3. To view the details of this license, visit https://www.gnu.org/licenses/gpl-3.0.html.
Desktop Icons: Neo is a desktop icons extension for GNOME. It is a fork of the Desktop Icons NG extension.
- Heavily extensive icon and desktop customization
- Performance improvements
- General polish and bug fixes
Feel free to to fix/report any bugs you notice!
Desktop Icons: Neo - Version 2.0 BETA 3
- GNOME Shell >= 3.38
- Nautilus >= 3.38
If you are pulling directly from the master branch, you must set the permissions by doing these commands:
GITHUB USERS: If you do not do this, it will FAIL completely. Permissions must be set.
chmod +x set-permissions.sh
./set-permissions.sh
The easiest way to install the extension (for development and local use) is by running:
./local_install.sh
It automatically performs the commands from the next section.
It is recommended to delete the destination folder ($HOME/.local/share/gnome-shell/extensions/desktopicons-neo@darkdemon) before doing this to ensure that no old data is kept.
The project uses a build system called 'Meson'. You can install in most Linux distributions as "meson". You also need "ninja" and xgettext, both of which are automatically installed with the 'meson' package in most package managers.
meson --prefix=$HOME/.local/ --localedir=share/gnome-shell/extensions/desktopicons-neo@darkdemon/locale .build
ninja -C .build install
It's possible to read more information in the Meson docs to tweak the configuration if needed.
To create a ZIP file of the project certified for use on extensions.gnome.org, run:
./export-zip.sh
This will create the file desktopicons-neo@darkdemon.zip
containing the extension. The zip file follows the rules for publishing at extensions.gnome.org.
Abdurahman Elmawi