Remove non-UTF-8 character (this is a NO-BREAK SPACE character, encoded in ISO-8859-1) to fix build failure with 'glib-mkenums' in GLib 2.54.2+. Patch from . --- a/libgnome/gnome-config.h 2009-04-23 04:29:13.000000000 -0500 +++ b/libgnome/gnome-config.h 2017-10-04 02:17:22.000000000 -0500 @@ -270,7 +270,7 @@ void gnome_config_clean_key_ (const char #define gnome_config_private_clean_key(path) \ (gnome_config_clean_key_((path),TRUE)) -/* returns the true filename of the config file */ +/* returns the true filename of the config file */ #define gnome_config_get_real_path(path) \ (g_build_filename (gnome_user_dir_get(),(path),NULL)) #define gnome_config_private_get_real_path(path) \ n> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/xorg.scm
AgeCommit message (Expand)Author
2023-05-11system: pam: Let PAM extensions add shepherd requirements....Josselin Poiret
2023-03-25services: xorg-wrapper: Support xorg server input rewriting....r0man
2023-03-10services: xorg: Deprecate 'screen-locker-service' procedure....Bruno Victal
2022-11-18services: Add Shepherd 'configuration' action to various services....Ludovic Courtès
2022-10-11services: slim-service-type: Do not extend profile with xterm....Maxim Cournoyer
2022-10-07services: xorg: Add auto-suspend? field to <gdm-configuration>....Maxim Cournoyer
2022-10-07services: Add dconf-service-type....Maxim Cournoyer
2022-10-07services: gdm: Add a configuration field to enable XDMCP....Maxim Cournoyer
2022-09-16services: desktop: Mount /var/lib/gdm on a tmpfs file system....Maxim Cournoyer
2022-03-25services: xorg: Remove xf86-input-synaptics from %default-xorg-modules....SeerLite
2022-02-10services: gdm-service-type: Require elogind....Josselin Poiret