summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:02:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:02:37 +0000
commit6dd502c15f6bec32e8e0639ea157108f0b425e9b (patch)
treeb8d91e0450298da73f33eb01464d233881344cf6
parentUpdating vcs fields. (diff)
downloadxdg-user-dirs-6dd502c15f6bec32e8e0639ea157108f0b425e9b.tar.xz
xdg-user-dirs-6dd502c15f6bec32e8e0639ea157108f0b425e9b.zip
Setting all user-dirs defaults to $HOME.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0001-user-dirs-defaults.patch30
-rw-r--r--debian/patches/series1
2 files changed, 31 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-user-dirs-defaults.patch b/debian/patches/progress-linux/0001-user-dirs-defaults.patch
new file mode 100644
index 0000000..00a486f
--- /dev/null
+++ b/debian/patches/progress-linux/0001-user-dirs-defaults.patch
@@ -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=
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..fe38ab7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+progress-linux/0001-user-dirs-defaults.patch