diff options
author | Andy Wingo <wingo@igalia.com> | 2017-08-26 12:07:45 +0200 |
---|---|---|
committer | Andy Wingo <wingo@igalia.com> | 2017-08-26 13:37:30 +0200 |
commit | c20cd0d24d9b5e8a47b864db9799e0992ffd44b9 (patch) | |
tree | fa30bd2841938f2ad3f261491c6e035cfd294935 /gnu | |
parent | b9bf08f05805a733cb5fe89130d98c577cfe6089 (diff) |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
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") |