summaryrefslogtreecommitdiff
path: root/mate-session/msm-gnome.c
AgeCommit message (Collapse)AuthorFilesLines
2021-11-24Use a blank line at mostrbuj1-6/+0
2021-06-22update copyright to 2021raveit651-0/+1
2019-10-08Fix timeout with gnome-keyring 3.34Jindrich Makovicka1-65/+20
Launch gnome-keyring-daemon asynchronously, and remove the GNOME_KEYRING_PID reading code. GNOME_KEYRING_PID exposure was removed from gnome-keyring in 2014.
2019-10-08Remove GNOME_KEYRING_LIFETIME_FDJindrich Makovicka1-33/+2
Keyring lifetime fd was removed from gnome-keyring in 2009 See "[daemon] Use new control protocol for daemon."
2018-06-30replace deprecated gdk_error_trap functionsyetist1-7/+12
2016-05-17require GTK+ >= 3.14, drop GTK+2 code and --with-gtk build optionmonsta1-8/+0
2015-01-20MsmGnome: Fix and simplify logicColomban Wendling1-23/+15
2015-01-13MsmGnome: Allow users to disable compatibility optionsinfirit1-5/+36
For example users may want to use a different ssh agent. Debian bug:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775189msmgnome: Allow users to disable one or both compatibility options
2014-05-20Use gdk_display* functions for both gtk+2 and gtk+3infirit1-9/+0
The following functions are available in version 2 and 3. gdk_display_get_default GDK_DISPLAY_XDISPLAY gdk_display_get_name gdk_display_get_default
2013-11-14GTK3: Fix compile warning by using gdk_error_trap_pop_ignored()raveit651-2/+8
2013-10-26Add GTK3 support to gnome keyring moduleStefano Karapetsas1-0/+10
2013-10-15Add code to start gnome-keyring with proper env varsStefano Karapetsas1-0/+246
Code comes from xfce4-session