mirror of
https://github.com/elementary/gala.git
synced 2024-11-10 17:35:09 +03:00
1970bac81e
* Use separate process to create window menus * Reduce line count with code style changes * Fix some formatting * Code style fixes * Prevent menu closing instantly after open * Resolve warnings in new code * Remove GLib namespace prefix from exceptions * Update main.vala * Remove timeout by positioning the menu outside of the mouse pos * daemon: Use lambda as popup callback * io.elementary.gala -> org.pantheon.gala * org.pantheon.gala.daemon -> gala-daemon * Clean up * Fix daemon object path * Some cleaning
14 lines
303 B
Desktop File
14 lines
303 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=Gala Background Services
|
|
Comment=Gala Background Services
|
|
Exec=gala-daemon
|
|
Terminal=false
|
|
Categories=GNOME;GTK;System;Core;
|
|
NoDisplay=true
|
|
StartupNotify=true
|
|
X-GNOME-AutoRestart=true
|
|
X-GNOME-Autostart-Notify=true
|
|
X-GNOME-Autostart-Phase=Desktop
|
|
OnlyShowIn=Pantheon
|