mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
803ae6a62f
We dropped the '+' and the major.minor version from the pkg-config file name. |
||
---|---|---|
.. | ||
exampleapp.c | ||
exampleapp.h | ||
exampleapp.png | ||
exampleappwin.c | ||
exampleappwin.h | ||
main.c | ||
Makefile.example | ||
meson.build | ||
org.gtk.exampleapp.desktop | ||
README |
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#" org.gtk.exampleapp.desktop \ > ~/.local/share/applications/org.gtk.exampleapp.desktop mkdir -p ~/.local/share/icons/hicolor/48x48/apps cp exampleapp.png ~/.local/share/icons/hicolor/48x48/apps