summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-29Travis CI: arch build: add autoconf-archive1.22Pablo Barciela1-0/+1
2020-02-23Travis CI: Fix build error, add .build.ymlPablo Barciela2-103/+102
2019-12-13release to 1.22.3v1.22.3raveit652-1/+7
2019-12-13sync with transifexraveit65136-5114/+6905
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-10-24Travis CI: use Ubuntu 19.10 instead 19.04Pablo Barciela1-1/+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."
2019-10-08Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-06travis(ci): enable notify_serversraveit651-0/+2
2019-09-22release 1.22.2v1.22.2raveit652-6/+14
2019-09-22tx: sync with transifexraveit6516-85/+691
2019-09-22tx: update resource for transifexraveit651-37/+50
2019-09-12Fix mate-session-properties vertical scalinggm101-0/+3
2019-05-28travis: use fedora-30 and ubuntu-19.04 for buildingraveit651-2/+2
2019-05-09Don't add apps repeatedlyWu Xiaotian1-0/+4
2019-05-09Add Show hidden checkbox and gsettings flag.Wu Xiaotian4-1/+66
2019-05-09Hide NoDisplay Apps in Startup ApplicationsWu Xiaotian3-2/+19
Autostart applications are hidden in Startup Applications when NoDisplay=true. Fix #134.
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