me
/
guix
Archived
1
0
Fork 0

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
Andy Wingo 2017-08-26 12:07:45 +02:00
parent b9bf08f058
commit c20cd0d24d
No known key found for this signature in database
GPG Key ID: A8803732E4436885
1 changed files with 1 additions and 0 deletions

View File

@ -5797,6 +5797,7 @@ associations for GNOME.")
("pulseaudio" ,pulseaudio)
("shared-mime-info" ,shared-mime-info)
("totem" ,totem)
("xdg-user-dirs" ,xdg-user-dirs)
("yelp" ,yelp)
("zenity" ,zenity)))
(synopsis "The GNU desktop environment")