mirror of
https://github.com/elementary/gala.git
synced 2024-12-25 02:02:11 +03:00
Added gala.desktop and needed cmake changes
This commit is contained in:
parent
2d94eb75ef
commit
f0f05a62c7
@ -67,3 +67,4 @@ OPTIONS
|
|||||||
add_executable(gala ${VALA_C})#src/main.c)
|
add_executable(gala ${VALA_C})#src/main.c)
|
||||||
|
|
||||||
install(TARGETS gala RUNTIME DESTINATION bin)
|
install(TARGETS gala RUNTIME DESTINATION bin)
|
||||||
|
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/gala.desktop DESTINATION share/applications)
|
15
data/gala.desktop
Normal file
15
data/gala.desktop
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user