summaryrefslogtreecommitdiff
path: root/gnome-settings-daemon/main.c
Commit message (Expand)AuthorAgeFilesLines
* main: Use new defines for D-Bus namesBastien Nocera2012-12-191-2/+1
* main: Start plugins as early as possibleBastien Nocera2012-12-171-2/+1
* main: exit gracefully if the session name is already takenPeter Hutterer2012-12-121-1/+5
* main: Add a way to replace the daemonJasper St. Pierre2012-11-301-1/+11
* main: Fix early morning codeBastien Nocera2012-11-301-1/+2
* main: Don't set IBus envvars if keyboard plugin is disabledBastien Nocera2012-11-301-1/+14
* main: Always set the IBus envvarsBastien Nocera2012-11-091-16/+3
* Remove calls to g_type_init(), bump GLib required versionColin Walters2012-10-291-2/+0
* main: Only start the manager after registering with gnome sessionRui Matos2012-10-261-32/+28
* Revert "main: Ensure session registration happens before other idles"Rui Matos2012-10-261-44/+0
* main: Ensure session registration happens before other idlesMatthias Clasen2012-10-221-0/+44
* main: Use new SessionManager singletonMatthias Clasen2012-10-221-82/+25
* main: Don't set Input Methods envvar without IBusBastien Nocera2012-10-051-1/+14
* main: Set session env vars to make non gtk+ apps work with IBusRui Matos2012-09-031-15/+77
* daemon: Drop dbus activation capabilityRay Strode2012-04-051-10/+6
* Simplify previous commitMartin Pitt2012-03-131-2/+2
* daemon: Support explicitly setting G_MESSAGES_DEBUGMartin Pitt2012-03-121-1/+1
* daemon: Remove deprecated g_thread_init()Bastien Nocera2012-02-081-6/+0
* main: Fix --debug not workingBastien Nocera2012-01-061-0/+3
* daemon: Plug a mem leakChristian Persch2011-11-031-0/+1
* daemon: Remove useless NULL checkChristian Persch2011-11-031-1/+1
* main: It's opposite dayBastien Nocera2011-09-011-1/+1
* main: Fix possible double-free outside gnome-sessionBastien Nocera2011-09-011-1/+4
* daemon: Move locale settings to its own functionRodrigo Moya2011-07-081-17/+24
* daemon: Plug memory leakRodrigo Moya2011-07-081-0/+1
* Set locale environment on gnome-session as early as possibleRodrigo Moya2011-07-081-0/+48
* all: build cleanly with GCC 4.6Cosimo Cecchi2011-02-071-4/+0
* main: remove call to gdk_enable_multidevice()Cosimo Cecchi2010-12-151-2/+0
* daemon: properly handle gnome-session EndSession signalsCosimo Cecchi2010-11-291-3/+73
* daemon: Don't pass NULL strings to g_variant_new()Bastien Nocera2010-11-261-1/+1
* daemon: Register with gnome-sessionBastien Nocera2010-11-231-2/+30
* daemon: use a warning instead of debug when losing bus nameWilliam Jon McCann2010-11-231-1/+2
* daemon: add debugging information for shutdown pathWilliam Jon McCann2010-11-231-0/+6
* build: Require libnotifyBastien Nocera2010-11-161-5/+0
* daemon: Fix build without libnotify presentBastien Nocera2010-11-161-0/+5
* housekeeping: use a notification for low space warningWilliam Jon McCann2010-11-151-0/+3
* daemon: Port to GDBusBastien Nocera2010-11-081-181/+75
* daemon: Use g_timeout_add_secondsBastien Nocera2010-10-131-1/+1
* Use Gdk to get events about input devices being addedBastien Nocera2010-10-131-0/+2
* daemon: Never daemonise the "daemon"Bastien Nocera2010-10-131-92/+0
* daemon: Remove use of settings_prefixBastien Nocera2010-10-131-9/+1
* Use --settings-prefix as command line argument for gnome-settings-daemonRodrigo Moya2010-10-111-5/+5
* Miscellaneous string fixesPhilip Withnall2010-05-021-1/+1
* Add timed exit optionWilliam Jon McCann2010-01-091-0/+13
* Patch by: Frederic Peters <fpeters@0d.be>Jens Granseuer2008-12-281-0/+4
* Shutdown properly when bus goes away. Previously we were just lettingRay Strode2008-12-171-1/+21
* Shutdown properly when killed.Ray Strode2008-12-171-0/+50
* Rename pipefds to daemon_pipe_fds. This fits the naming style of theRay Strode2008-12-171-7/+7
* Don't call umask (bug #563543)Behdad Esfahbod2008-12-071-1/+0
* Fix --no-daemon (bug #562175)Behdad Esfahbod2008-11-241-13/+38