1
0
Fork 0

Setting all user-dirs defaults to $HOME.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 22:56:43 +02:00
parent 108b72afd5
commit 38adf41c65
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,30 @@
Authors: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Setting all user-dirs defaults to $HOME.
diff -Naurp xdg-user-dirs.orig/user-dirs.defaults xdg-user-dirs/user-dirs.defaults
--- xdg-user-dirs.orig/user-dirs.defaults
+++ xdg-user-dirs/user-dirs.defaults
@@ -2,15 +2,11 @@
#
# The values are relative pathnames from the home directory and
# will be translated on a per-path-element basis into the users locale
-DESKTOP=Desktop
-DOWNLOAD=Downloads
-TEMPLATES=Templates
-PUBLICSHARE=Public
-DOCUMENTS=Documents
-MUSIC=Music
-PICTURES=Pictures
-VIDEOS=Videos
-# Another alternative is:
-#MUSIC=Documents/Music
-#PICTURES=Documents/Pictures
-#VIDEOS=Documents/Videos
+DESKTOP=
+DOWNLOAD=
+TEMPLATES=
+PUBLICSHARE=
+DOCUMENTS=
+MUSIC=
+PICTURES=
+VIDEOS=

View file

@ -0,0 +1 @@
progress-linux/0001-user-dirs-defaults.patch