This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
application1
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
To make gnome-shell use the desktop file and icon for this example while running it uninstalled, do the following: mkdir -p ~/.local/share/applications sed -e "s#@bindir@#$PWD#" exampleapp.desktop \ > ~/.local/share/applications/lt-exampleapp.desktop mkdir -p ~/.local/share/icons/hicolor/48x48/apps cp exampleapp.png ~/.local/share/icons/hicolor/48x48/apps