2013-07-24 03:16:54 +00:00
|
|
|
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
|
2018-08-02 09:03:41 +00:00
|
|
|
sed -e "s#@bindir@#$PWD#" org.gtk.exampleapp.desktop \
|
|
|
|
> ~/.local/share/applications/org.gtk.exampleapp.desktop
|
2013-07-24 03:16:54 +00:00
|
|
|
|
|
|
|
mkdir -p ~/.local/share/icons/hicolor/48x48/apps
|
|
|
|
cp exampleapp.png ~/.local/share/icons/hicolor/48x48/apps
|