summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-04-24release 1.22.1v1.22.1raveit652-1/+9
2019-04-24tx: sync with transifexraveit65135-720/+742
2019-04-24add installation instructions and update URLsakib1-4/+4
2019-04-18Remove duplicate check for libelogindVictor Kareh1-5/+3
Also default to no, since elogind is not officially supported.
2019-04-03github release page for stable branchraveit651-0/+19
2019-03-21Add ELOGIND supportVictor Kareh2-0/+31
Reuses HAVE_SYSTEMD #define to reduce #ifdef mess. ELOGIND is not officially supported, but since it's a subset of systemd, it should work out of the box. Co-authored-by: Joakim Tjernlund <[email protected]> Co-authored-by: Jorge Pizarro Callejas <[email protected]>
2019-03-15tx: update transifex configraveit651-1/+1
2019-03-07Guard against missing systemdVictor Kareh1-0/+19
2019-02-24release 1.22.0v1.22.0raveit652-7/+34
2019-02-24tx: sync with transifexraveit65136-9806/+17558
2019-02-16Prepare for docker-build 0.1.1 merge into masterWu Xiaotian1-0/+3
Please see mate-desktop/mate-dev-scripts#13
2019-02-09use archlinux/base imageWu Xiaotian1-22/+12
2019-02-09tx: update resources for transifexraveit651-16/+18
2019-02-08add mate-wm.desktop.in into tarballWu Xiaotian1-5/+4
2019-02-08Fix make distcheck fail on debian.Wu Xiaotian6-17/+3
2019-02-04initial travis-CI supportWu Xiaotian1-0/+119
2019-02-04 manager: restart user bus if last graphical sessionVictor Kareh1-0/+49
There are desktop services (such as goa-daemon, e-d-s, etc) that don't open the display, but rely on dbus-daemon to scope the session. These days dbus-daemon is a user bus, not a sesssion, bus which leaves these services alive after log out. This commit checks to see if we're the last desktop session for the user at log out time, and if so, restarts the dbus daemon. This will lead to existing clients getting booted and die, but allow user bus clients that want to outlive a session to stick around if they so desire. Longer term, clients should stop relying on the session bus to define their lifetime. https://bugzilla.gnome.org/show_bug.cgi?id=764029 Adapted from https://gitlab.gnome.org/GNOME/gnome-session/commit/97d1cf5
2019-02-04systemd: add api for detecting if this is the last session for a userVictor Kareh2-0/+67
https://bugzilla.gnome.org/show_bug.cgi?id=764029 Adapted from https://gitlab.gnome.org/GNOME/gnome-session/commit/f708bbbf
2019-02-04gsm: Disconnect all dbus clients when dbus is disconnectedVincent Untz1-0/+53
When we receive the Disconnected signal from dbus on the session bus, then we know we won't be able to talk to dbus clients anymore, so mark them as disconnected. Also, do not restart them even if they're supposed to be autorestarted, as we won't be able to track them. At this point, the session is kind of hosed. We could possibly decide to simply leave, but we don't do it in case it's a user session and there's unsaved data. This helps a lot in the case of the gdm greeter, see https://bugzilla.gnome.org/show_bug.cgi?id=658481 Adapted from https://gitlab.gnome.org/GNOME/gnome-session/commit/ae8fa537
2019-02-04manager: don't wait for all clients to exit before exitingRay Strode1-18/+2
If a client gets hung up, we shouldn't hold up going to login screen. It means making a bug in a single client break the desktop. https://bugzilla.gnome.org/show_bug.cgi?id=750508 Adapted from https://gitlab.gnome.org/GNOME/gnome-session/commit/58c9323e
2019-01-30[gsm-autostart-app] Migrate from dbus-glib to gdbusWu Xiaotian1-45/+46
2018-12-28gsm-app-dialog: make the seconds translatables in the spinbuttonPablo Barciela1-1/+7
2018-12-23tx: update resource file for transifexraveit651-69/+107
2018-12-23disable deprecation warnings for distcheckraveit651-0/+3
2018-12-21change app startup dalay where it in system pathWu Xiaotian1-0/+8
2018-12-21Remove X-GNOME-Autostart-Delay supportWu Xiaotian1-8/+2
2018-12-21Add a delay setting to Startup ManagerWu Xiaotian7-15/+166
Fixed issue #127 - capplet/gsm-app-dialog.c - capplet/gsm-app-dialog.h - capplet/gsm-properties-dialog.c - capplet/gsp-app.c - capplet/gsp-app.h - capplet/gsp-keyfile.h - data/session-properties.ui
2018-12-15gsm-properties-dialog: avoid 'gtk_dialog_add_buttons' with stock idsPablo Barciela1-4/+7
2018-12-15avoid 'gtk_dialog_add_button' with stock idsPablo Barciela4-12/+42
2018-12-11mate-session-save: show icon in error dialogPablo Barciela1-1/+1
2018-12-10Migrate from dbus-glib to gdbusWu Xiaotian2-92/+96
- mate-session/Makefile.am - mate-session/test-client-dbus.c
2018-12-10Migrate from dbus-glib to gdbusWu Xiaotian2-83/+56
- tools/Makefile.am - tools/mate-session-save.c
2018-12-10session-properties.ui: avoid deprecated GtkImage:stockPablo Barciela1-4/+4
2018-12-08gsm-inhibit-dialog.ui: avoid deprecated GtkVBoxPablo Barciela1-2/+2
2018-12-08session-properties.ui: avoid deprecated:Pablo Barciela1-48/+80
avoid deprecated: GtkVBox GtkHBox GtkLabel:xpad/ypad GtkTable GtkVButtonBox GtkHButtonBox GtkButton:use-stock
2018-11-27gsm-manager: avoid deprecated 'g_settings_list_schemas'Pablo Barciela1-2/+5
2018-11-26Avoid compile warning for g_type_class_add_privateWu Xiaotian32-1513/+1486
- capplet/gsm-app-dialog.c - capplet/gsm-app-dialog.h - capplet/gsm-properties-dialog.c - capplet/gsm-properties-dialog.h - capplet/gsp-app-manager.c - capplet/gsp-app-manager.h - capplet/gsp-app.c - capplet/gsp-app.h - mate-session/gsm-app.c - mate-session/gsm-app.h - mate-session/gsm-autostart-app.c - mate-session/gsm-autostart-app.h - mate-session/gsm-client.c - mate-session/gsm-client.h - mate-session/gsm-consolekit.c - mate-session/gsm-consolekit.h - mate-session/gsm-dbus-client.c - mate-session/gsm-dbus-client.h - mate-session/gsm-inhibit-dialog.c - mate-session/gsm-inhibit-dialog.h - mate-session/gsm-inhibitor.c - mate-session/gsm-inhibitor.h - mate-session/gsm-logout-dialog.c - mate-session/gsm-logout-dialog.h - mate-session/gsm-store.c - mate-session/gsm-store.h - mate-session/gsm-systemd.c - mate-session/gsm-systemd.h - mate-session/gsm-xsmp-client.c - mate-session/gsm-xsmp-client.h - mate-session/gsm-xsmp-server.c - mate-session/gsm-xsmp-server.h
2018-11-26Avoid compile warning for g_type_class_add_privateyetist2-101/+115
Fixes the issue with GLib >= 2.58, list of modified files: - mate-session/gsm-presence.c - mate-session/gsm-presence.h
2018-11-26Avoid compile warning for g_type_class_add_privateyetist2-316/+516
Fixes the issue with GLib >= 2.58, list of modified files: - mate-session/gsm-manager.c - mate-session/gsm-manager.h
2018-11-26Avoid compile warning for g_type_class_add_privateyetist2-67/+46
Fixes the issue with GLib >= 2.58, list of modified files: - egg/eggsmclient.c - egg/eggsmclient.h
2018-11-26Avoid compile warning for g_type_class_add_privateyetist2-64/+37
Fixes the issue with GLib >= 2.58, list of modified files: - mate-session/gs-idle-monitor.c - mate-session/gs-idle-monitor.h
2018-11-26Avoid compile warning for g_type_class_add_privateyetist2-75/+36
Fixes the issue with GLib >= 2.58, list of modified files: - mate-session/mdm-signal-handler.c - mate-session/mdm-signal-handler.h
2018-11-18Only show application name when run with --versionyetist1-1/+1
Run with --version, only show the application name and version, not show the path of program.
2018-07-07Strip outer single quotes from string value returned by gsettings in mate-wm ↵Mike Gabriel1-1/+1
script. See Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889907
2018-06-30replace deprecated gdk_error_trap functionsyetist2-11/+16
2018-06-26Fixed typo in --logout-dialog optionelcste1-1/+1
2018-06-23release 1.21.0v1.21.0raveit651-0/+4
2018-06-23sync with transifexraveit65133-3412/+16439
2018-06-17pre-bump versionraveit652-1/+3
2018-03-27Fix broken link in man pagesEmilio Cecchini4-9/+9