gtk2/examples/application1
Simon McVittie 76b87660ba examples: Add exampleapp.desktop to dist tarballs
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
2020-04-08 13:38:59 +01:00
..
exampleapp.c examples: use G_DECLARE_FINAL_TYPE in applications 2016-09-10 09:01:08 -04:00
exampleapp.desktop Getting started: Add icon and desktop file 2013-07-24 07:31:05 -04:00
exampleapp.h examples: use G_DECLARE_FINAL_TYPE in applications 2016-09-10 09:01:08 -04:00
exampleapp.png Getting started: Add icon and desktop file 2013-07-24 07:31:05 -04:00
exampleappwin.c examples: use G_DECLARE_FINAL_TYPE in applications 2016-09-10 09:01:08 -04:00
exampleappwin.h examples: use G_DECLARE_FINAL_TYPE in applications 2016-09-10 09:01:08 -04:00
main.c Make include order consistent in example applications 2014-11-28 23:57:16 -05:00
Makefile.am examples: Add exampleapp.desktop to dist tarballs 2020-04-08 13:38:59 +01:00
Makefile.example Fix example Makefiles 2016-07-03 13:54:11 -04:00
meson.build Import meson build files from an 3.22 2019-04-11 16:40:33 +02:00
README Getting started: Add icon and desktop file 2013-07-24 07:31:05 -04: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
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