- May 23, 2023
-
-
Gaël Bonithon authored
This was broken because the last argument of os.path.join() must not start with `/` otherwise it is interpreted as an absolute path and all previous arguments are ignored. This change also makes the locale directory dependent on the installation based on where the script is located (i.e. normally where it was installed). This should work in general, although it might be cleaner to do this via autotools with a `.in` file. Finally, there is no need to add Libxfce4util.textdomain() everywhere, only once in main() is enough.
-
Gaël Bonithon authored
So that they have a better chance of being at the top of the stack and thus being seen by the user, especially for the message dialog.
-
Gaël Bonithon authored
This reverts commit ebac376a. There is actually a dialog saying that there is no prefs, I didn't see it behind the other windows.
-
Gaël Bonithon authored
-
Gaël Bonithon authored
Otherwise xfconf functions are called after shutdown.
-
Gaël Bonithon authored
-
Anonymous authored
152 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
Anonymous authored
151 translated messages, 1 untranslated message. Transifex (https://explore.transifex.com/xfce/).
-
Anonymous authored
152 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
Anonymous authored
152 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
Anonymous authored
152 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
Anonymous authored
152 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- May 22, 2023
-
-
Gaël Bonithon authored
Previous commit requires GTK 3.24 via libxfce4ui 4.18.
-
Gaël Bonithon authored
Related: xfce/libxfce4ui!98
-
Gaël Bonithon authored
-
- May 20, 2023
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
This could fix a crash or bad behavior in the prefs dialog since visual was unreffed whereas gdk_x11_screen_lookup_visual() is transfer none (only functional difference between the two versions).
-
- Apr 29, 2023
-
-
Gaël Bonithon authored
In the worst case it may be that the only available monitor does not have these fields filled in (perhaps temporarily). More generally, these fields may be null and should be handled as such. So if this should be a problem at some level, another fix should be implemented, without removing the monitor from the list. Fixes: #44 Related: c44e5435
-
- Apr 24, 2023
-
-
Anonymous authored
151 translated messages. Transifex (https://explore.transifex.com/xfce/).
-
- Mar 26, 2023
-
-
Gaël Bonithon authored
-
- 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().
-
Gaël Bonithon authored
-
Gaël Bonithon authored
This allows xfce-do-release to check for the copyright year, in particular.
-
- Mar 17, 2023
-
-
Currently, when missing the GNOME Keyring PAM module (an optional dependency) a warning is logged at each screen unlock: xfce4-screensaver-dialog[1234]: PAM adding faulty module: /lib64/security/pam_gnome_keyring.so xfce4-screensaver-dialog[1234]: PAM unable to dlopen(/lib64/security/pam_gnome_keyring.so): /lib64/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory Let's hush this warning.
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- Mar 16, 2023
-
-
Gaël Bonithon authored
In the current state of the code this only really has an impact on floaters, where some cleanup takes place before leaving.
-
Gaël Bonithon authored
A minimal fix that lets GTK create the widget window and then set the remote window as its parent, rather than forcing its use as widget window. There may be some unnecessary things to remove after this change and some cleanup to do more generally, but the idea is to avoid side effects as much as possible for now.
-
- 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 14, 2023
-
-
Gaël Bonithon authored
-
- Mar 13, 2023
-
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
As in all or most other projects, enables same compiler warnings in particular.
-
-