gnu: gnome: Depend on xdg-user-dirs.
* gnu/packages/gnome.scm (gnome): Add xdg-user-dirs dependency. The presence of the autostart file in /run/current-system/profile/etc/xdg should cause xdg-user-dirs to be run when a user logs in, ensuring that they have ~/Pictures and other well-known user directories.master
parent
b9bf08f058
commit
c20cd0d24d
|
@ -5797,6 +5797,7 @@ associations for GNOME.")
|
||||||
("pulseaudio" ,pulseaudio)
|
("pulseaudio" ,pulseaudio)
|
||||||
("shared-mime-info" ,shared-mime-info)
|
("shared-mime-info" ,shared-mime-info)
|
||||||
("totem" ,totem)
|
("totem" ,totem)
|
||||||
|
("xdg-user-dirs" ,xdg-user-dirs)
|
||||||
("yelp" ,yelp)
|
("yelp" ,yelp)
|
||||||
("zenity" ,zenity)))
|
("zenity" ,zenity)))
|
||||||
(synopsis "The GNU desktop environment")
|
(synopsis "The GNU desktop environment")
|
||||||
|
|
Reference in New Issue