Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
8 days | manager: Loosen environment variable restrictionsHEADmaster | Victor Kareh | 2 | -3/+17 | |
This loosens mate-session's env var value restrictions to match systemd's modern restrictions. Backported from https://gitlab.gnome.org/GNOME/gnome-session/-/commit/cbc5e5de421359ee5642e44fa9ab670d705d23ea | |||||
8 days | util: Disable capturing of subpatterns | Victor Kareh | 1 | -2/+2 | |
It seems that the pattern we use will create a subpattern match for every character of the value. This appears to then result in a stack overflow when matching very long values. It might be an idea to limit the overall length of an environment variable that is uploaded. But, this should fix the issue of crashes. Backported from https://gitlab.gnome.org/GNOME/gnome-session/-/commit/3b57d117f78ad06e56974b9512a394fd9ef13a07 | |||||
8 days | util: Only accept common space characters | Victor Kareh | 1 | -2/+2 | |
Specifically, systemd only permits " \t\n" and we should stick to the same set of permitted space characters. See also https://github.com/systemd/systemd/issues/17378 Backported from https://gitlab.gnome.org/GNOME/gnome-session/-/commit/fe22c4ee12922d790478bfe8b5b2e7c1313ca2f0 | |||||
2025-06-02 | Update layout of gsm-properties-dialog.c | luigifab | 1 | -1/+1 | |
2025-06-02 | Update layout of session-properties.ui | luigifab | 1 | -1/+1 | |
2025-04-07 | Use g_info() for "screensaver left the bus" message | Andrew Sayers | 1 | -1/+1 | |
This message is only useful for people developing screensavers, but occurs normally when the user logs out. Change it to a g_info() message, so screensaver devs can find it but normal users don't think they have a bug. | |||||
2024-02-16 | release 1.28.0v1.28.0 | raveit65 | 2 | -2/+16 | |
2024-02-16 | tx: sync with transifex | raveit65 | 137 | -5125/+6292 | |
2024-01-23 | ci: use ubuntu jammy as docker | raveit65 | 1 | -1/+1 | |
2023-09-04 | tx: update resources | raveit65 | 1 | -36/+40 | |
2023-09-04 | Revert "gsm-manager: use g_settings_schema_source_lookup ()" | zhuyaliang | 1 | -8/+16 | |
This reverts commit 92c9a82105b222a934e994a87738673351ad33ee. Fix https://github.com/mate-desktop/mate-session-manager/issues/308 | |||||
2023-08-21 | Add system desktop files item to automatic startup support | zhuyaliang | 5 | -3/+393 | |
Fix https://github.com/mate-desktop/mate-session-manager/issues/150 | |||||
2023-05-21 | main: fix double free on gl_renderer | Jan Palus | 1 | -1/+0 | |
Fixes: 1263384 ("mate-session: fix memory leak") Fixes: #304 | |||||
2023-04-22 | g_key_file_save_to_file () is available from glib 2.40 | rbuj | 3 | -38/+1 | |
2023-04-21 | gsm-manager: use g_settings_schema_source_lookup () | rbuj | 1 | -16/+8 | |
2023-04-20 | gsm-inhibit-dialog: Fix -Wimplicit-int-float-conversion warnings | rbuj | 1 | -2/+2 | |
2023-04-19 | Fix build warnings about missing field initializer | rbuj | 3 | -3/+3 | |
2023-04-16 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 3 | -3/+3 | |
2023-04-16 | mate-session: fix memory leak | rbuj | 2 | -7/+12 | |
2023-04-15 | configure.ac: The macro 'AC_HELP_STRING' is obsolete | rbuj | 1 | -6/+6 | |
2022-11-11 | release 1.27.0v1.27.0 | mbkma | 2 | -1/+11 | |
2022-11-09 | tx: sync with transifex | mbkma | 137 | -3374/+3450 | |
2022-10-29 | tx: update resource | mbkma | 1 | -37/+37 | |
2022-10-28 | tx: migrate config file | mbkma | 2 | -6/+16 | |
2022-08-19 | Fix memory leaks (#284) | Robert Antoni Buj Gelonch | 3 | -0/+4 | |
2022-06-02 | build warning: AC_OUTPUT should be used without arguments | rbuj | 1 | -1/+2 | |
2022-02-13 | ci: drop -Wunused-parameter compiler cflag from debian build | raveit65 | 1 | -1/+1 | |
2021-11-24 | Use a blank line at most | rbuj | 22 | -46/+0 | |
2021-08-05 | release 1.26.0v1.26.0 | raveit65 | 2 | -1/+18 | |
2021-08-05 | tx: sync with transifex | raveit65 | 138 | -15903/+15734 | |
2021-08-05 | tx: update resource | raveit65 | 1 | -15/+15 | |
2021-08-05 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
2021-06-22 | tx: update resource | raveit65 | 1 | -95/+99 | |
2021-06-22 | update copyright to 2021 | raveit65 | 62 | -1/+62 | |
2021-05-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
2021-04-25 | travis: disable travis builds for ubuntu | raveit65 | 1 | -1/+1 | |
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25 | |||||
2021-04-22 | Follow freedesktop guidelines to disable autorun using Hidden key | rbuj | 6 | -64/+15 | |
2021-04-22 | capplet: use a function to set the visibility of treeview rows | rbuj | 1 | -51/+62 | |
2021-04-22 | Look for the location of the locking screen app using user's PATH | rbuj | 2 | -2/+4 | |
2021-04-21 | capplet: memory leak | rbuj | 1 | -0/+2 | |
2021-04-18 | Fix building Serbian translation | raveit65 | 2 | -68/+58 | |
- fixes https://github.com/mate-desktop/mate-session-manager/issues/258 | |||||
2021-03-09 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -11/+0 | |
2021-03-08 | mate-session-check-accelerated-common: missing include guard | rbuj | 1 | -0/+4 | |
2021-02-24 | capplet: i18n parameter_string argument of gtk_init_with_args | rbuj | 1 | -1/+1 | |
2021-02-24 | build: allow users to disable gettext support (--disable-nls) | rbuj | 9 | -4/+26 | |
2021-02-22 | tx: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
2021-02-02 | build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME | rbuj | 1 | -1/+1 | |
2021-01-22 | Support xscreensaver when mate-screensaver is not available | rbuj | 4 | -18/+70 | |
2021-01-07 | Remove warning -Wshadow | rbuj | 3 | -10/+10 | |
2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |