Add definition for ‘XDG_DATA_DIRS’
Archlinux doesn't specify a value for this and relies on applications knowing the default. Guix adds values to this list, meaning that because there is no value initially it overrides the defaults completely. One thing that always goes wrong when this happens is that Firefox installed through ‘pacman’ won't be able to find some schemas it needs to show the upload file dialog and crashes when I try.
This commit is contained in:
parent
fd82bcabcd
commit
45e2fa2727
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@
|
|||
("DOTNET_CLI_TELEMETRY_OPTOUT" . "1")
|
||||
("EDITOR" . "emacsclient")
|
||||
("CALIBRE_USE_DARK_PALETTE" . "1")
|
||||
("GUIX_LOCPATH" . "$HOME/.guix-home/profile/lib/locale")))
|
||||
("GUIX_LOCPATH" . "$HOME/.guix-home/profile/lib/locale")
|
||||
("XDG_DATA_DIRS" . "${XDG_DATA_DIRS}${XDG_DATA_DIRS:+:}/usr/local/share:/usr/share")))
|
||||
|
||||
(service home-redshift-service-type
|
||||
(home-redshift-configuration
|
||||
|
|
Loading…
Reference in a new issue