Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-04 | Improve logout lockdown | infirit | 2 | -0/+17 | |
Taken from gnome-session commit: 1e3e0b475cfd352d4abe7ace4ee5a40be04a8b42 From: Ray Strode <[email protected]> | |||||
2014-11-04 | manager: track full details of logout request | infirit | 1 | -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-04 | manager: don't ever show inhibitor dialog if logout is forced | infirit | 1 | -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-04 | manager: remove client from query clients list on disconnect | infirit | 1 | -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-04 | Use resizable property instead of allow-grow allow-shrink | infirit | 1 | -2/+1 | |
2014-11-04 | gsettings: stop using g_settings_list_schemas() | infirit | 1 | -22/+20 | |
Based on gnome-session commit: 880379a8dd7181351ba49c579a5278d19eadc6b3 From Ryan Lortie <[email protected]> | |||||
2014-09-29 | Set XDG_CURRENT_DESKTOP if unset | Denis Gorodnichev | 1 | -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-07-12 | Add mate-desktop as dependency and use function from there | Stefano Karapetsas | 1 | -36/+3 | |
2014-07-12 | Add ability to enable/disable debug with GSettings | Stefano Karapetsas | 1 | -0/+58 | |
2014-07-08 | Add key in GSettings schema to set logout timeout in seconds | Stefano Karapetsas | 1 | -10/+22 | |
0 disables timeout | |||||
2014-07-01 | Drop support for Glib < 2.36 | infirit | 1 | -4/+0 | |
2014-07-01 | restore DISPLAY variable | Denis Gorodnichev | 1 | -0/+1 | |
2014-05-20 | Use gdk_display* functions for both gtk+2 and gtk+3 | infirit | 2 | -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-20 | Always use g_spawn_command_line_sync | infirit | 1 | -12/+0 | |
2014-05-20 | Remove all calls to gtk_dialog_set_has_separator | infirit | 1 | -3/+0 | |
2014-04-30 | Revert "Allow to build with upower 0.99" | Stefano Karapetsas | 2 | -10/+10 | |
This reverts commit 80be90bb422ef8cb5a28c7ff3fe2a337dce8c368. | |||||
2014-04-22 | Allow to build with upower 0.99 | Stefano Karapetsas | 2 | -10/+10 | |
2014-04-08 | Update org.mate.SessionManager.xml | ikem-krueger | 1 | -1/+1 | |
Fixed a typo. | |||||
2014-03-27 | Fix progress bar usage with GTK3 | Stefano Karapetsas | 1 | -0/+3 | |
2014-03-09 | Add autostart of accessibility apps | Stefano Karapetsas | 1 | -0/+69 | |
2014-02-18 | fix gtk3 warnings | Denis Gorodnichev | 3 | -1/+15 | |
2014-02-17 | Show a progress bar in logout dialog | Stefano Karapetsas | 1 | -21/+27 | |
2013-11-14 | Merge pull request #39 from NiceandGently/dev-GTK3 | Stefano Karapetsas | 2 | -2/+16 | |
GTK3: fix some compile warnings | |||||
2013-11-14 | GTK3: Fix compile warning by using gdk_error_trap_pop_ignored() | raveit65 | 2 | -2/+16 | |
2013-11-07 | Make upower optional | Stefano Karapetsas | 3 | -18/+44 | |
This commit is just an improved version of the pull request by Wolfgang Ulbrich at https://github.com/mate-desktop/mate-session-manager/pull/38 making it working with both upower and systemd, and improving configure part | |||||
2013-10-31 | session: support_autostart_delay | raveit65 | 5 | -8/+85 | |
2013-10-26 | Add GTK3 support to gnome keyring module | Stefano Karapetsas | 1 | -0/+10 | |
2013-10-26 | Merge branch 'dev-gnome-keyring' | Stefano Karapetsas | 4 | -0/+284 | |
2013-10-15 | Fix return value in void functions | Stefano Karapetsas | 1 | -4/+4 | |
2013-10-15 | Fix g_type_init deprecation | Stefano Karapetsas | 1 | -0/+2 | |
2013-10-15 | Systemd support: session_id is char*, not int | Scott Balneaves | 1 | -2/+10 | |
2013-10-15 | Add code to start gnome-keyring with proper env vars | Stefano Karapetsas | 4 | -0/+284 | |
Code comes from xfce4-session | |||||
2013-09-12 | fix systemd-login1 support for hibernate/suspend | raveit65 | 4 | -2/+195 | |
2013-07-26 | mate-session: Add support for GTK3 | Stefano Karapetsas | 3 | -40/+89 | |
2013-07-11 | Fix tabs | Stefano Karapetsas | 1 | -4/+4 | |
2013-07-10 | Drop sd-daemon.h and libsystemd-daemon dependency, no longer used | Fabio Erculiani | 3 | -3/+0 | |
2013-07-10 | Use LOGIND_RUNNING() rather than sd_booted() | Fabio Erculiani | 4 | -13/+16 | |
2013-05-24 | Initialize gsettings before starting mate-session-manager | Scott Balneaves | 1 | -0/+29 | |
2013-04-13 | Use synchronous DBus call to switch user in LightDM | Stefano Karapetsas | 1 | -8/+7 | |
2013-04-13 | Add support to switch user with LightDM | Stefano Karapetsas | 1 | -19/+67 | |
http://bazaar.launchpad.net/~lightdm-team/lightdm/trunk/view/head:/utils/gdmflexiserver Closes #22 (https://github.com/mate-desktop/mate-session-manager/issues/22) | |||||
2013-03-22 | Increase phase timeout to 30 seconds | Stefano Karapetsas | 1 | -1/+1 | |
2013-03-07 | Remove a wrong g_free in systemd code | Stefano Karapetsas | 1 | -2/+0 | |
2013-03-05 | Add initial systemd support | Stefano Karapetsas | 6 | -38/+1213 | |
2012-12-03 | Merge pull request #13 from leigh123linux/master | Stefano Karapetsas | 1 | -2/+17 | |
Add autostart condition through GSettings | |||||
2012-11-26 | fix screensaver gschema usage | Stefano Karapetsas | 1 | -2/+28 | |
close https://github.com/mate-desktop/mate-desktop/issues/38 | |||||
2012-11-24 | Add autostart condition through GSettings | leigh123linux | 1 | -2/+17 | |
2012-11-14 | Possible patch for https://github.com/mate-desktop/mate-session-manager/issues/8 | Scott Balneaves | 1 | -1/+11 | |
2012-11-13 | Fix all compile warnings. | Scott Balneaves | 8 | -17/+65 | |
2012-10-12 | fix incorrect FSF address | raveit65 | 41 | -68/+68 | |
2012-10-02 | migrate to gsettingsmate-session-manager-1.5.0 | Stefano Karapetsas | 8 | -438/+147 | |