aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@igalia.com>2017-08-26 12:07:45 +0200
committerAndy Wingo <wingo@igalia.com>2017-08-26 13:37:30 +0200
commitc20cd0d24d9b5e8a47b864db9799e0992ffd44b9 (patch)
treefa30bd2841938f2ad3f261491c6e035cfd294935
parentb9bf08f05805a733cb5fe89130d98c577cfe6089 (diff)
downloadguix-c20cd0d24d9b5e8a47b864db9799e0992ffd44b9.tar
guix-c20cd0d24d9b5e8a47b864db9799e0992ffd44b9.tar.gz
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.
-rw-r--r--gnu/packages/gnome.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bd415139b2..ead86a2d4a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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")