Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-29 | Travis CI: arch build: add autoconf-archive1.22 | Pablo Barciela | 1 | -0/+1 | |
2020-02-23 | Travis CI: Fix build error, add .build.yml | Pablo Barciela | 2 | -103/+102 | |
2019-12-13 | release to 1.22.3v1.22.3 | raveit65 | 2 | -1/+7 | |
2019-12-13 | sync with transifex | raveit65 | 136 | -5114/+6905 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-10-24 | Travis CI: use Ubuntu 19.10 instead 19.04 | Pablo Barciela | 1 | -1/+1 | |
2019-10-08 | Fix timeout with gnome-keyring 3.34 | Jindrich Makovicka | 1 | -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-08 | Remove GNOME_KEYRING_LIFETIME_FD | Jindrich Makovicka | 1 | -33/+2 | |
Keyring lifetime fd was removed from gnome-keyring in 2009 See "[daemon] Use new control protocol for daemon." | |||||
2019-10-08 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-06 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-09-22 | release 1.22.2v1.22.2 | raveit65 | 2 | -6/+14 | |
2019-09-22 | tx: sync with transifex | raveit65 | 16 | -85/+691 | |
2019-09-22 | tx: update resource for transifex | raveit65 | 1 | -37/+50 | |
2019-09-12 | Fix mate-session-properties vertical scaling | gm10 | 1 | -0/+3 | |
2019-05-28 | travis: use fedora-30 and ubuntu-19.04 for building | raveit65 | 1 | -2/+2 | |
2019-05-09 | Don't add apps repeatedly | Wu Xiaotian | 1 | -0/+4 | |
2019-05-09 | Add Show hidden checkbox and gsettings flag. | Wu Xiaotian | 4 | -1/+66 | |
2019-05-09 | Hide NoDisplay Apps in Startup Applications | Wu Xiaotian | 3 | -2/+19 | |
Autostart applications are hidden in Startup Applications when NoDisplay=true. Fix #134. | |||||
2019-04-24 | release 1.22.1v1.22.1 | raveit65 | 2 | -1/+9 | |
2019-04-24 | tx: sync with transifex | raveit65 | 135 | -720/+742 | |
2019-04-24 | add installation instructions and update URL | sakib | 1 | -4/+4 | |
2019-04-18 | Remove duplicate check for libelogind | Victor Kareh | 1 | -5/+3 | |
Also default to no, since elogind is not officially supported. | |||||
2019-04-03 | github release page for stable branch | raveit65 | 1 | -0/+19 | |
2019-03-21 | Add ELOGIND support | Victor Kareh | 2 | -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-15 | tx: update transifex config | raveit65 | 1 | -1/+1 | |
2019-03-07 | Guard against missing systemd | Victor Kareh | 1 | -0/+19 | |
2019-02-24 | release 1.22.0v1.22.0 | raveit65 | 2 | -7/+34 | |
2019-02-24 | tx: sync with transifex | raveit65 | 136 | -9806/+17558 | |
2019-02-16 | Prepare for docker-build 0.1.1 merge into master | Wu Xiaotian | 1 | -0/+3 | |
Please see mate-desktop/mate-dev-scripts#13 | |||||
2019-02-09 | use archlinux/base image | Wu Xiaotian | 1 | -22/+12 | |
2019-02-09 | tx: update resources for transifex | raveit65 | 1 | -16/+18 | |
2019-02-08 | add mate-wm.desktop.in into tarball | Wu Xiaotian | 1 | -5/+4 | |
2019-02-08 | Fix make distcheck fail on debian. | Wu Xiaotian | 6 | -17/+3 | |
2019-02-04 | initial travis-CI support | Wu Xiaotian | 1 | -0/+119 | |
2019-02-04 | manager: restart user bus if last graphical session | Victor Kareh | 1 | -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-04 | systemd: add api for detecting if this is the last session for a user | Victor Kareh | 2 | -0/+67 | |
https://bugzilla.gnome.org/show_bug.cgi?id=764029 Adapted from https://gitlab.gnome.org/GNOME/gnome-session/commit/f708bbbf | |||||
2019-02-04 | gsm: Disconnect all dbus clients when dbus is disconnected | Vincent Untz | 1 | -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-04 | manager: don't wait for all clients to exit before exiting | Ray Strode | 1 | -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 gdbus | Wu Xiaotian | 1 | -45/+46 | |
2018-12-28 | gsm-app-dialog: make the seconds translatables in the spinbutton | Pablo Barciela | 1 | -1/+7 | |
2018-12-23 | tx: update resource file for transifex | raveit65 | 1 | -69/+107 | |
2018-12-23 | disable deprecation warnings for distcheck | raveit65 | 1 | -0/+3 | |
2018-12-21 | change app startup dalay where it in system path | Wu Xiaotian | 1 | -0/+8 | |
2018-12-21 | Remove X-GNOME-Autostart-Delay support | Wu Xiaotian | 1 | -8/+2 | |
2018-12-21 | Add a delay setting to Startup Manager | Wu Xiaotian | 7 | -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-15 | gsm-properties-dialog: avoid 'gtk_dialog_add_buttons' with stock ids | Pablo Barciela | 1 | -4/+7 | |
2018-12-15 | avoid 'gtk_dialog_add_button' with stock ids | Pablo Barciela | 4 | -12/+42 | |
2018-12-11 | mate-session-save: show icon in error dialog | Pablo Barciela | 1 | -1/+1 | |
2018-12-10 | Migrate from dbus-glib to gdbus | Wu Xiaotian | 2 | -92/+96 | |
- mate-session/Makefile.am - mate-session/test-client-dbus.c | |||||
2018-12-10 | Migrate from dbus-glib to gdbus | Wu Xiaotian | 2 | -83/+56 | |
- tools/Makefile.am - tools/mate-session-save.c |