diff options
| author | NoƩ Lopez <noelopez@free.fr> | 2026-04-20 16:30:14 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-05-01 07:46:46 +0200 |
| commit | f98748a48539f0b3329d1c31483c7ef3bb645c28 (patch) | |
| tree | 286fe171d05aeb487c744584a40c72aa5c147e94 /gnu | |
| parent | 22b5b3d881a1f1ea2ae3ba017c4a2287fd273b0d (diff) | |
gnu: gnome-essential-extras: Add xdg-user-dirs-gtk.
This is needed to have the user directories show up in nautilus.
* gnu/packages/gnome.scm (gnome-essential-extras): Add xdg-user-dirs-gtk.
Change-Id: Ia4810da9ef7a6eb73fdbb448353172411d1f6fd1
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
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 935e8cf23e..4f46455984 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10674,6 +10674,7 @@ playing media, scanning, and much more.") system-config-printer xdg-desktop-portal xdg-user-dirs + xdg-user-dirs-gtk yelp zenity)) (description "This package provides a list of packages required for |
