gtk/examples/application1
Emmanuele Bassi 391d1a04ec Drop Autotools build
We are officially switching to Meson as the default build system for
GTK+.
2017-08-14 22:23:09 +01:00
..
exampleapp.c
exampleapp.desktop
exampleapp.h
exampleapp.png
exampleappwin.c
exampleappwin.h
main.c
Makefile.example
meson.build meson: examples: update 2017-05-03 15:10:53 +01:00
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