forked from AuroraMiddleware/gtk
76b87660ba
This should fix the last known instance of "MISSING XINCLUDE CONTENT" in the generated documentation when using srcdir != builddir with Autotools. Fixes: https://gitlab.gnome.org/GNOME/gtk/issues/723 Bug-Debian: https://bugs.debian.org/672369 |
||
---|---|---|
.. | ||
exampleapp.c | ||
exampleapp.desktop | ||
exampleapp.h | ||
exampleapp.png | ||
exampleappwin.c | ||
exampleappwin.h | ||
main.c | ||
Makefile.am | ||
Makefile.example | ||
meson.build | ||
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#" 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