forked from pool/xfce4-session
xfce4-session-drop-amixer-D-pulse-option.patch OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=176
15 lines
412 B
Diff
15 lines
412 B
Diff
diff -rub a/scripts/startxfce4.in b/scripts/startxfce4.in
|
|
--- a/scripts/startxfce4.in 2024-03-31 17:51:38.000000000 +0800
|
|
+++ b/scripts/startxfce4.in 2024-04-02 15:01:59.917577714 +0800
|
|
@@ -96,6 +96,10 @@
|
|
then
|
|
XDG_DATA_DIRS="$XDG_DATA_DIRS:@_datadir_@"
|
|
fi
|
|
+if test -d "@_datadir_@/xfce"
|
|
+then
|
|
+ XDG_DATA_DIRS="@_datadir_@/xfce:$XDG_DATA_DIRS"
|
|
+fi
|
|
export XDG_DATA_DIRS
|
|
|
|
if test "x$XDG_CONFIG_DIRS" = "x"
|