Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-03 | Remove trailing whitespaces | Laurent Napias | 1 | -1/+1 | |
2019-05-04 | main: Potential leak of memory pointed to by 'new_argv' | rbuj | 1 | -0/+3 | |
2019-04-24 | Fix unable to retrieve org.gnome.SessionManager.Renderer property | rbuj | 1 | -0/+56 | |
2018-11-18 | Only show application name when run with --version | yetist | 1 | -1/+1 | |
Run with --version, only show the application name and version, not show the path of program. | |||||
2017-05-25 | systemd user-session needs to be updated to get all user-defined | Björn Esser | 1 | -0/+4 | |
enviroment when the session starts. If we get passed an environment variable, send it along to the systemd --user session so things running in that context can pick it up. See: https://bugzilla.gnome.org/show_bug.cgi?id=736660 | |||||
2017-05-25 | dbus needs to be updated to get all user-defined environment when | Björn Esser | 1 | -0/+3 | |
the session starts. dbus-update-activation-environment excepts certain environment variables, that systemd won't. We're going to want to eventually send the environment to systemd, too, so we should make sure the same set of variables get sent to both. See: https://bugzilla.gnome.org/show_bug.cgi?id=736660 | |||||
2015-12-13 | fix one more build warning | Monsta | 1 | -1/+2 | |
2015-11-11 | get rid of dependency on libmate-desktop | monsta | 1 | -3/+17 | |
this introduces a bit of code duplication but makes m-s-m independent of any MATE packages which rely upon GTK+, and so makes it possible to migrate m-s-m to GTK+3 right away. of course, this change might be reverted in the future (when all of MATE becomes GTK+3 only). | |||||
2015-09-04 | Use org.gnome.SessionManager at /org/gnome/SessionManager as the DBUS API. ↵ | Clement Lefebvre | 1 | -1/+1 | |
This is necessary for compatibility and it brings support for many apps hardcoding GNOME support but also apps written in GTK (Gtk.Application taps into org.gnome.Session to register applications for a clean shutdown and for inhibition). It doesn't conflict with GNOME or Cinnamon (which both use the same name) since it's on the SessionBus. It makes mate-session aware of programs such as gedit, etc.. which might need to save people's work before logout, it brings support for totem inhibiting the session etc etc.. | |||||
2015-09-01 | Add option to disable overlay scrolling | infirit | 1 | -0/+23 | |
2015-07-27 | clean up and de-duplicate defines | Monsta | 1 | -3/+0 | |
from https://github.com/GNOME/gnome-session/commit/f415130f0de6cdc13d9433632d5ee1554a242103 and https://github.com/GNOME/gnome-session/commit/378f502047022b263d14bbbec213ad442e5ad822 | |||||
2015-02-25 | debug GSettings: first connect to settings, then read them. | Monsta | 1 | -3/+4 | |
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 | |||||
2014-12-15 | avoid dereferencing NULL pointer | Monsta | 1 | -3/+5 | |
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-01 | restore DISPLAY variable | Denis Gorodnichev | 1 | -0/+1 | |
2014-05-20 | Use gdk_display* functions for both gtk+2 and gtk+3 | infirit | 1 | -12/+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-03-09 | Add autostart of accessibility apps | Stefano Karapetsas | 1 | -0/+69 | |
2014-02-18 | fix gtk3 warnings | Denis Gorodnichev | 1 | -0/+10 | |
2013-10-15 | Add code to start gnome-keyring with proper env vars | Stefano Karapetsas | 1 | -0/+6 | |
Code comes from xfce4-session | |||||
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 | 1 | -1/+0 | |
2013-07-10 | Use LOGIND_RUNNING() rather than sd_booted() | Fabio Erculiani | 1 | -1/+1 | |
2013-05-24 | Initialize gsettings before starting mate-session-manager | Scott Balneaves | 1 | -0/+29 | |
2013-03-05 | Add initial systemd support | Stefano Karapetsas | 1 | -8/+33 | |
2012-11-14 | Possible patch for https://github.com/mate-desktop/mate-session-manager/issues/8 | Scott Balneaves | 1 | -1/+11 | |
2012-10-12 | fix incorrect FSF address | raveit65 | 1 | -2/+2 | |
2012-10-02 | migrate to gsettingsmate-session-manager-1.5.0 | Stefano Karapetsas | 1 | -49/+32 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+543 | |