- Mar 18, 2023
-
-
Guido Falsi authored
This function is duplicated in gs-window-x11.c and xfce4-screensaver-preferences.c. Merge the two implementations in xfce-desktop-utils.c and use that one. Also, instead of copying environ directly, use g_get_environ().
-
- Mar 17, 2023
-
-
Gaël Bonithon authored
-
- Mar 15, 2023
-
-
Gaël Bonithon authored
This hides warnings or other useful messages that should be accessible without enabling debug mode. On the other hand some warnings should be lowered to debug level, e.g. AccountsService may not be installed.
-
All user dialogs (Linux, Windows, Mac, Android, etc..), or any representation of a user as an avatar in the web are round images. Also, it shows an emblem icon to note that it is logged in as in other dialogs. Both options can be made configurable by the user very easily, but at least (IMHO of course), I think it respects the preference of the majority of users.
-
- Mar 13, 2023
-
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
-
- Mar 09, 2023
-
-
Always remove sleep inhibit. Fixes few seconds delay when sleeping with screen locker disabled. Amends: f2d07a37
-
- Mar 08, 2023
-
-
Gaël Bonithon authored
Fixes: 7aeced1f
-
Gaël Bonithon authored
xfconf_channel_get() is transfer none contrary to what the doc says, and each call of xfconf_init() must be followed by a call of xfconf_shutdown(). In particular, fixes an unref-critical when closing the prefs dialog.
-
- Dec 30, 2022
- Nov 30, 2022
-
-
Gaël Bonithon authored
ENABLE_NLS is rarely used and will no longer be supported by xfce4-dev-tools 4.18.
-
- Nov 29, 2022
-
-
Gaël Bonithon authored
-
- Jan 03, 2021
-
-
Sean Davis authored
-
Sean Davis authored
-
Signed-off-by:
Sean Davis <smd.seandavis@gmail.com>
-
Sean Davis authored
This reverts commit 378c7881.
-
Sean Davis authored
This reverts commit 37b96373.
-
Similar code to prevent a crash exits elsewhere. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
g_timeout_add_seconds expects a guint as first argument. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
g_idle_add expects a GSourceFunc as first argument. Remove the casts and add proper prototype to affected functions. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
g_timeout_add_full expects a GSourceFunc as third argument. Remove the casts and add proper prototype to affected functions. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
g_timeout_add_seconds expects a GSourceFunc as second argument. Remove the casts and add proper prototype to affected functions. Remove unneeded prototype for activate_dpms_timeout and deepsleep_idle. Remove suffix from response_cancel_idle. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
date_time_update is called repeately by a timer. To keep the timer active it has to return TRUE. Handle OOM while being here. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
idle_time and lock_time are unsigned values. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
Each call to get_x11_idle_info was allocating a new XScreenSaverInfo. Adjust the function to check the result, print the raw value in debug mode, and let the caller know about potential failures. Keep the timer active in case of OOM. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
- Nov 07, 2020
-
-
Sean Davis authored
-
Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
The used API g_timer_elapsed() returns a double instead of a struct timespec, convert the result prior comparison. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
Change all callers with large milliseond values to use seconds instead. This is supposed to make it clearer how long the interval is. No change in behavior intented. Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
- Oct 30, 2020
-
-
Pablo Mazzini authored
-
- Sep 06, 2020
-
-
Shawn Anastasio authored
In cases where the dbus connection fails, gs_listener_dbus_init will fail and return FALSE. Previously, this status code was not checked in the gs_listener constructor, resulting in a silent failure that eventually resulted in a Segmentation Fault when the listener's system_connection pointer gets used. Add a g_assert to ensure gs_listener_dbus_init succeeds, or bail out gracefully on failures.
-