gnu: gnome: Depend on xdg-user-dirs.
authorAndy Wingo <wingo@igalia.com>
Sat, 26 Aug 2017 10:07:45 +0000 (12:07 +0200)
committerAndy Wingo <wingo@igalia.com>
Sat, 26 Aug 2017 11:37:30 +0000 (13:37 +0200)
* 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.

gnu/packages/gnome.scm

index bd41513..ead86a2 100644 (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")