Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
9 days | Add countdown CSS classHEADmaster | Fabrice Creuzot | 4 | -16/+32 | |
9 days | Add actions-box CSS class | Fabrice Creuzot | 4 | -1/+28 | |
9 days | Add also theme name | Fabrice Creuzot | 4 | -0/+8 | |
9 days | Add notification-box CSS class | Fabrice Creuzot | 4 | -0/+24 | |
2024-11-26 | Release 1.28.3v1.28.3 | lukefromdc | 2 | -1/+5 | |
2024-11-26 | ci: fix faraday version issue blocking Travis deployment | lukefromdc | 1 | -0/+1 | |
2024-11-26 | Release 1.28.2v1.28.2 | lukefromdc | 2 | -1/+7 | |
2024-11-26 | ci: fix known "edge" deployment issue | lukefromdc | 1 | -2/+4 | |
2024-11-26 | Update daemon.c | sundtek | 1 | -1/+1 | |
remove exit / replace with gtk_main_quit [ 7590.265881] mate-notificati[76519]: segfault at 55ac5111c67a ip 00007d1d4fc09d61 sp 00007ffd0bf06698 error 4 in libgobject-2.0.so.0.8000.0[7d1d4fbdc000+37000] likely on CPU 0 (core 0, socket 0) [ 7590.265910] Code: 01 00 00 00 4c 89 ce 48 89 e5 e8 da e6 ff ff 5d 85 c0 0f 95 c0 0f b6 c0 c3 f3 0f 1e fa 48 85 ff 74 47 48 8b 07 48 85 c0 74 3f <48> 8b 00 48 3d fc 03 00 00 77 2c 48 8d 15 cd 53 02 00 48 c1 e8 02 | |||||
2024-11-26 | Try to fix start of travis build process | lukefromdc | 1 | -1/+3 | |
2024-09-24 | Release 1.28.1v1.28.1 | lukefromdc | 2 | -1/+7 | |
2024-09-24 | Try and fix Travis deploy | Colomban Wendling | 1 | -0/+6 | |
We had weird errors about the URI gem not being at the right version: > You have already activated uri 0.13.1, but your Gemfile requires uri > 0.13.0. Since uri is a default gem, you can either remove your > dependency on it or try updating to a newer version of bundler that > supports uri as a default gem. (Gem::LoadError) This is supposed to fix it for now. https://travis-ci.community/t/deployments-are-failing-due-to-uri-dependency/14375/4 | |||||
2024-09-22 | daemon: Properly update the set of monitors when it changes | Colomban Wendling | 3 | -28/+48 | |
Fixes #218. | |||||
2024-02-15 | ci: use ubuntu jammy as dockerv1.28.0 | raveit65 | 1 | -1/+1 | |
2024-02-15 | release 1.28.0 | raveit65 | 2 | -3/+11 | |
2024-02-15 | tx: sync with transifex | raveit65 | 132 | -1479/+1480 | |
2024-01-05 | Fix positioning on Wayland when output is not at position 0, 0 | Sophie Winter | 1 | -4/+4 | |
2023-11-25 | fix building with libxml 2.12.0 | raveit65 | 4 | -0/+8 | |
2023-10-05 | applet: Do not override the process' text domain | Colomban Wendling | 1 | -7/+1 | |
When loaded as in-process applet, we must not call `textdomain()` or we will override mate-panel's text domain. Instead, properly use gi18n-lib.h header that provides the same API but uses the compile-time `GETTEXT_PACKAGE` value for each call. Actually drop the whole i18n setup logic that is provided already by mate-panel's factory macros. Fixes #219. | |||||
2023-10-05 | applet: Actually use translations | Colomban Wendling | 1 | -4/+4 | |
2023-09-02 | tx: update resources | raveit65 | 1 | -11/+11 | |
2023-08-22 | release 1.27.1v1.27.1 | raveit65 | 2 | -2/+14 | |
2023-08-22 | tx: pull with transifex | raveit65 | 133 | -168/+171 | |
2023-08-22 | wayland: do not attempt to connect to x11 screensaver | lukefromdc | 1 | -0/+3 | |
2023-08-18 | Wayland: Allow building do not disturb applet in process | lukefromdc | 5 | -9/+76 | |
2023-08-10 | Auto-start m-n-d with session | raveit65 | 3 | -0/+28 | |
Relying on D-Bus activation to launch org.freedesktop.Notifications can result in selecting the wrong implementation if multiple daemons are installed. Fix this by launching m-n-d with the session rather than depending on D-Bus activation. We keep D-Bus activation for the moment for backward compatibility and to re-start the daemon in otherwise non-problematic situations if it crashes. Fixes #133 and #174. | |||||
2023-08-10 | Only exit on idle when explicitly requested | Colomban Wendling | 4 | -5/+30 | |
This allows to run as a regular session service that does not exit, but also as a well-behaved D-Bus-activated service. Make the default behavior not to exit, but when activated through D-Bus. | |||||
2023-08-10 | Fix potential crash if org.mate.ScreenSaver doesn't respond | Colomban Wendling | 1 | -0/+1 | |
2022-12-13 | Fix build warnings about missing field initializer | rbuj | 2 | -5/+7 | |
2022-12-13 | mnd-daemon: fix memory leak | rbuj | 1 | -0/+3 | |
2022-12-13 | daemon: fix memory leak | rbuj | 1 | -4/+4 | |
2022-11-11 | release 1.27.0v1.27.0 | mbkma | 2 | -1/+14 | |
2022-11-11 | tx: sync with transifex | mbkma | 133 | -1460/+1466 | |
2022-11-10 | configure.ac: The macro 'AC_HELP_STRING' is obsolete | rbuj | 1 | -3/+3 | |
2022-10-29 | tx: update resource | mbkma | 1 | -10/+10 | |
2022-10-28 | tx: migrate config file | mbkma | 2 | -6/+16 | |
2022-08-06 | themes: fix typo | rbuj | 4 | -8/+8 | |
2022-02-13 | ci: drop -Wunused-parameter compiler cflag from debian build | raveit65 | 1 | -1/+1 | |
2021-12-11 | build: show configure summary using a pretty format | rbuj | 1 | -17/+19 | |
2021-12-11 | Use a blank line at most | rbuj | 5 | -19/+0 | |
2021-12-11 | theme: remove whitespaces before #define, #ifdef, and #endif | rbuj | 1 | -39/+37 | |
2021-10-12 | Add AssumedAppArmorLabel to dbus service file | Dani Llewellyn | 1 | -0/+1 | |
Snap packages are unable to trigger the notification daemon in a fully confined package, because the snapd apparmor rules state that the target of the dbus call must specify that it is labelled `unconfined`. See https://forum.snapcraft.io/t/snapd-doesnt-allow-notification-daemon-to-be-activatable/22912/1 for the details. Signed-off-by: Dani Llewellyn <[email protected]> | |||||
2021-08-04 | release 1.26.0v1.26.0 | raveit65 | 2 | -1/+6 | |
2021-08-04 | tx: sync with transifex | raveit65 | 133 | -4296/+4299 | |
2021-08-04 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
2021-06-22 | tx: update resource | raveit65 | 1 | -32/+32 | |
2021-06-22 | Update copyright to 2021 | raveit65 | 18 | -0/+18 | |
2021-05-30 | release 1.25.1v1.25.1 | raveit65 | 2 | -1/+34 | |
2021-05-30 | tx: sync with transifex | raveit65 | 133 | -6642/+18324 | |
2021-05-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. |