- Oct 02, 2024
-
-
Gaël Bonithon authored
-
- Sep 13, 2024
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
Related: apps/orage#32, xfce4-dev-tools!101
-
- Aug 26, 2024
-
-
When LANGUAGE contained more than one language code and there was a translation to the first language in a .desktop file, a translation to the second language was returned in the case when the line for the second language was above the line for the first one. Now translation for the first language is returned regardless of the line order. The `entry != NULL` condition is inverted to make the diff smaller and reduce the amount of indentation. Fixes: 3a279d2b
-
- Jun 06, 2024
-
-
Gaël Bonithon authored
-
- Jun 04, 2024
-
-
Gaël Bonithon authored
So user can extend or override the flags provided there by defining the DISTCHECK_CONFIGURE_FLAGS variable. Especially required since xfce4-dev-tools!108.
-
- May 25, 2024
-
-
Gaël Bonithon authored
The problem arises, for example, with xfce4-power-manager-settings, which starts xfce4-power-manager if it's not already running, and then calls org.xfce.Power.Manager.GetConfig, which in turn queries XfceSystemd for sleep, shutdown, etc. capabilities. The proxy may not yet have been created in this case. Generally speaking, it's probably best if the returned object is immediately (actually) usable, if possible, even if it means blocking the time needed for this. Fixes: c11acc33
-
Gaël Bonithon authored
Fixes: c11acc33
-
- May 08, 2024
-
-
Anonymous authored
7 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Apr 14, 2024
-
-
Anonymous authored
4 translated messages, 3 untranslated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Apr 01, 2024
-
-
Anonymous authored
7 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Mar 27, 2024
-
-
Gaël Bonithon authored
Fixes: bd4f28c3 Closes: #24
-
- Feb 12, 2024
-
-
Anonymous authored
7 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Feb 05, 2024
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- Jan 11, 2024
-
-
In FreeBSD bind_textdomain_codeset is provided by external package gettext via libintl. Fixes: #25
-
- Nov 29, 2023
-
-
- May 11, 2023
-
-
Gaël Bonithon authored
This was not a problem for xfce4-session and xfce4-power-manager where the lifetime of these objects is that of the main loop, but otherwise there could be use-after-free in name watching callbacks. Related: !37
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- May 10, 2023
-
-
Gaël Bonithon authored
Adds auth_* parameter to can_reboot() and can_power_off() since corresponding ConsoleKit2 D-Bus methods behave the same as other can_*() methods, and return proper values in can_* and auth_* locations, following the specification. Fixes: #20 Related: https://consolekit2.github.io/ConsoleKit2/
-
Gaël Bonithon authored
Fallback on old methods only if new ones do not exist.
-
Gaël Bonithon authored
We're going to break the API in next commits anyway, so let's take the opportunity to do that.
-
Gaël Bonithon authored
Adds auth_* parameter to can_reboot() and can_power_off() since corresponding systemd D-Bus methods behave the same as other can_*() methods, and return proper values in can_* and auth_* locations, following the specification. Fixes: #20 Related: https://www.freedesktop.org/software/systemd/man/org.freedesktop.login1.html
-
Gaël Bonithon authored
We're going to break the API in the next commit anyway, so let's take the opportunity to do that.
-
- May 07, 2023
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
It's about sharing code used by xfce4-session and xfce4-power-manager, like XfceScreensaver in libxfce4ui!89. There were more differences between the two sources this time though. Xfce4-session was preferred, both because the API was more extensive and because the implementation was better. Related: libxfce4ui!89
-
- May 04, 2023
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- May 02, 2023
-
-
Gaël Bonithon authored
-
- Apr 27, 2023
-
-
Alexander Schwinn authored
Instead of attempting to read the whole file at once, repeatedly read small chunks of the file and accordingly update the checksum with 'g_checksum_update'. That allows to process files which are bigger than the available memory. Fixes #17 MR !36
-
- Apr 17, 2023
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- Apr 12, 2023
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-