summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-07lockdown: Add define for disable-log-outinfirit1-1/+2
2014-11-05Bump mate-desktop version to 1.9.3 for log-out lockdown changesinfirit1-1/+1
2014-11-04gsm: Also support disable-log-out for Shutdown/CanShutdown dbus methodsinfirit1-10/+30
On top of that, be a bit paranoid and ensure we don't log out in end_phase() by checking the lockdown setting there too. Based on gnome-session-commit: 107cfa7a4f6f43698407772e31472d742bdb219f From: Vincent Untz <[email protected]>
2014-11-04Improve logout lockdowninfirit2-0/+17
Taken from gnome-session commit: 1e3e0b475cfd352d4abe7ace4ee5a40be04a8b42 From: Ray Strode <[email protected]>
2014-11-04manager: track full details of logout requestinfirit1-31/+42
When we get a logout request, there are two bits of information that come with the request: 1) Whether or not we should seek confirmation by default from the user before proceeding 2) Whether or not individual applications should be given an opportunity to ask us to seek confirmation from the user before proceeding. We track the latter in a boolean state variable (forceful_logout), but not the former. We already have an enumeration type (GsmManagerLogoutMode) that can be used to track both bits, though. This commit changes the boolean state variable to the enum type, so the whether-we-should-confirmation information is available deeper down in the logout process. Based on gnome-session commit: d7adaa9111d0f42d11225c7e29a7ee1d37d74d2f From: Ray Strode <[email protected]>
2014-11-04Replace gdk_set_sm_client_id with gdk_x11_set_sm_client_idinfirit1-1/+2
gdk_x11_set_sm_client_id was added in Gtk+ 2.24
2014-11-04manager: don't ever show inhibitor dialog if logout is forcedinfirit1-3/+21
If logout is forced, we don't want to show the inhibitor dialog. A forced logout is one that shouldn't be "cancelable". This commit prevents inhibitors from getting added if logout is forced. Based on gnome-session commit: bf1b6e8843b5e72d4f5a62a34eb322b82e33c2df From: Ray Strode <[email protected]>
2014-11-04manager: remove client from query clients list on disconnectinfirit1-6/+47
When the session manager enters the query end session phase, it temporarily adds all clients to the "query clients" list. This list is used to track the progression of clients quitting. If a client quits during the query end session phase instead of waiting until the end session phase, then it will get destroyed but not get removed from the query clients list. This commit removes it from the query clients list in this case. It does this by explicitly invoking the end session response handler (in effect, the client responded to the end session query by exiting). based on gnome-session commit: 8e6afcf1789c02692cf3b1ff3ee0a792d57e17a3 From: Ray Strode <[email protected]>
2014-11-04Use resizable property instead of allow-grow allow-shrinkinfirit1-2/+1
2014-11-04gsettings: stop using g_settings_list_schemas()infirit1-22/+20
Based on gnome-session commit: 880379a8dd7181351ba49c579a5278d19eadc6b3 From Ryan Lortie <[email protected]>
2014-10-12Sync translations with transifexmate-i18n6-68/+72
2014-10-03gtk-3.14: invisible session properties dialogDenis Gorodnichev2-0/+4
Fix invisible session properties dialog when running with gtk-3.14 Closes https://github.com/mate-desktop/mate-session-manager/pull/63
2014-09-29Set XDG_CURRENT_DESKTOP if unsetDenis Gorodnichev1-0/+3
XDG_CURRENT_DESKTOP is used by glib >= 2.42 at g_desktop_app_info* functions Original GNOME commit: https://git.gnome.org/browse/gnome-session/commit/?id=1db085ce7e5197b28ab24a3ec54d888efe98fcb4 Closes https://github.com/mate-desktop/mate-session-manager/pull/62
2014-09-22Merge pull request #61 from monsta/patch-1Stefano Karapetsas1-1/+0
Get rid of Gtk-WARNING **: Unknown property: GtkHBox.expand
2014-09-13Get rid of Gtk-WARNING **: Unknown property: GtkHBox.expandmonsta1-1/+0
2014-07-12Add mate-desktop as dependency and use function from thereStefano Karapetsas2-36/+5
2014-07-12Add ability to enable/disable debug with GSettingsStefano Karapetsas1-0/+58
2014-07-12Sync translations with transifexmate-i18n4-168/+168
2014-07-08Add key in GSettings schema to set logout timeout in secondsStefano Karapetsas2-10/+28
0 disables timeout
2014-07-01Disable upower in distcheckmate-session-manager-1.9.1Stefano Karapetsas1-0/+2
2014-07-01Bump version to 1.9.1Stefano Karapetsas2-2/+2
2014-07-01Merge branch 'versions' of github.com:dnk/mate-session-manager into dnk-versionsinfirit1-1/+1
2014-07-01Drop support for Glib < 2.36infirit2-5/+1
2014-07-01Merge pull request #56 from dnk/restore_display_variableStefano Karapetsas1-0/+1
restore DISPLAY variable
2014-07-01bump glib and gtk required versionsDenis Gorodnichev1-2/+2
2014-07-01restore DISPLAY variableDenis Gorodnichev1-0/+1
2014-05-20Use gdk_display* functions for both gtk+2 and gtk+3infirit2-21/+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
2014-05-20Always use g_spawn_command_line_syncinfirit1-12/+0
2014-05-20Drop support for gtk+ < 2.24infirit1-8/+0
2014-05-20Remove all calls to gtk_dialog_set_has_separatorinfirit3-9/+0
2014-05-20GtkTargetEntry has been in gtk+ since 2.10infirit1-11/+0
2014-04-30Revert "Allow to build with upower 0.99"Stefano Karapetsas2-10/+10
This reverts commit 80be90bb422ef8cb5a28c7ff3fe2a337dce8c368.
2014-04-27Sync translations with transifexmate-session-manager-1.9.0mate-i18n5-22/+25
2014-04-22Allow to build with upower 0.99Stefano Karapetsas2-10/+10
2014-04-21Merge pull request #51 from ikem-krueger/patch-1Stefano Karapetsas1-1/+1
Update org.mate.SessionManager.xml
2014-04-18Typo fix in man pages, close #52infirit3-3/+3
Patch by Mike Gabriel <[email protected]>
2014-04-08Update org.mate.SessionManager.xmlikem-krueger1-1/+1
Fixed a typo.
2014-03-27Fix progress bar usage with GTK3Stefano Karapetsas1-0/+3
2014-03-22Bump version to 1.9.0Stefano Karapetsas2-1/+4
2014-03-22Sync translations with transifexStefano Karapetsas2-69/+71
2014-03-15Bump version to 1.8.1mate-session-manager-1.8.1Stefano Karapetsas1-1/+1
2014-03-15Sync translations with transifexStefano Karapetsas3-17/+20
2014-03-10Update NEWSStefano Karapetsas1-0/+4
2014-03-09Add autostart of accessibility appsStefano Karapetsas1-0/+69
2014-03-07Merge pull request #50 from cygwinports/masterStefano Karapetsas1-3/+6
Fix build with --disable-upower
2014-03-05Fix build with --disable-upowerYaakov Selkowitz1-3/+6
2014-03-01Bump version to 1.8.0mate-session-manager-1.8.0Stefano Karapetsas2-2/+2
2014-03-01Sync translations with transifexStefano Karapetsas3-91/+93
2014-02-23Sync translations with transifexStefano Karapetsas5-36/+513
2014-02-19Sync translations with transifexStefano Karapetsas9-67/+73