* build: Fix include order on *BSD * autotools-build: Be sure gdbus-codegen files are regenerated - Remove obsolete 0003-fix-glib2_84-related-conditionals.patch - Update to version 4.20.1: * wayland: Use labwc's --session option if available * wayland: Don't pass xfce4-session to the optional compositor cmdline * build: Add missing dep flags * build: Automate copyright year management * build: Replace xdt-csource with glib-compile-resources * build: Define xfce4 min version >= 4.18 * scripts: Make xflock4 blocking again * startxfce4: Fix keyboard layout on wayland * scripts: Remove unused .in level in xinitrc * build: Add missing checks for headers * build: Fix wrong include guard * build: Add missing check for sigprocmask * autotools-build: Check for xfce4-dev-tools in configure.ac * build: Add missing dep flags * build: Get rid of maintainer mode where gdbus-codegen is used * Improve Wayland support * Translation Updates - Refresh xfce4-session-adapt-session-scripts-git.patch and xfce4-session-adapt-session-scripts.patch - Refresh 0002-relax-x11-version.patch * Add small hack to maintain the configure* files' modification time; otherwise the whole aclocal, autoconf, automake series will have to be run, which will fail. - Add 0003-fix-glib2_84-related-conditionals.patch to fix errors when building with glib2 < 2.84 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=170
15 lines
412 B
Diff
15 lines
412 B
Diff
diff -rub a/scripts/startxfce4.in b/scripts/startxfce4.in
|
|
--- a/scripts/startxfce4.in 2019-05-13 13:08:40.936637683 +0800
|
|
+++ b/scripts/startxfce4.in 2019-05-13 13:16:44.378397419 +0800
|
|
@@ -76,6 +76,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"
|