-
- Downloads
gnome: add autostart functionality
Autostart is enabled by creating a symlink to gnome-ring.desktop in $XDG_CONFIG_HOME/autostart (this is supported by all XDG compliant desktop environments. This is enabled by default and will be done the first time the client is launched and the setting is checked on every launch. This patch also adds a GSettings schema for the client to keep track of the client settings (for now just the autostart enabled). To support non-installed builds, the gschema is compiled to the directory of the binary by default. The client first checks for the .desktop and the compiled gschema in the local directory of the binary. A patch is required in the packaging branch to support the new functionality. Refs #74056 Change-Id: Ife9c8149e3225ab765dc1d2472ca0fd44ad35691
Showing
- CMakeLists.txt 21 additions, 3 deletionsCMakeLists.txt
- cmake/GSettings.cmake 98 additions, 0 deletionscmake/GSettings.cmake
- data/cx.ring.RingGnome.gschema.xml 10 additions, 0 deletionsdata/cx.ring.RingGnome.gschema.xml
- src/config.h.in 3 additions, 0 deletionssrc/config.h.in
- src/generalsettingsview.cpp 18 additions, 0 deletionssrc/generalsettingsview.cpp
- src/ring_client.cpp 18 additions, 2 deletionssrc/ring_client.cpp
- src/ring_client.h 2 additions, 0 deletionssrc/ring_client.h
- src/utils/files.cpp 189 additions, 0 deletionssrc/utils/files.cpp
- src/utils/files.h 44 additions, 0 deletionssrc/utils/files.h
- ui/generalsettingsview.ui 47 additions, 11 deletionsui/generalsettingsview.ui
Loading
Please register or sign in to comment