From f0f05a62c795c193732cbfe61e73196bdbbfbd51 Mon Sep 17 00:00:00 2001 From: Garden Gnome Date: Wed, 30 May 2012 19:44:26 +0100 Subject: [PATCH] Added gala.desktop and needed cmake changes --- CMakeLists.txt | 1 + data/gala.desktop | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 data/gala.desktop diff --git a/CMakeLists.txt b/CMakeLists.txt index f2e74bad..f633b652 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,3 +67,4 @@ OPTIONS add_executable(gala ${VALA_C})#src/main.c) install(TARGETS gala RUNTIME DESTINATION bin) +install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/gala.desktop DESTINATION share/applications) \ No newline at end of file diff --git a/data/gala.desktop b/data/gala.desktop new file mode 100644 index 00000000..b52d0229 --- /dev/null +++ b/data/gala.desktop @@ -0,0 +1,15 @@ +[Desktop Entry] +Type=Application +Name=Gala +Exec=gala +NoDisplay=true +# name of loadable control center module +X-GNOME-WMSettingsModule=metacity +# name we put on the WM spec check window +X-GNOME-WMName=Gala +# back compat only +X-GnomeWMSettingsLibrary=metacity +X-GNOME-Autostart-Phase=WindowManager +X-GNOME-Provides=windowmanager +X-GNOME-Autostart-Notify=true +X-Ubuntu-Gettext-Domain=gala