summarylogtreecommitdiffstats
path: root/etc-scripts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'etc-scripts.patch')
-rw-r--r--etc-scripts.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc-scripts.patch b/etc-scripts.patch
new file mode 100644
index 000000000000..903a90a5303f
--- /dev/null
+++ b/etc-scripts.patch
@@ -0,0 +1,11 @@
+--- startkde.cmake.orig 2009-01-15 14:24:44.000000000 +0100
++++ startkde.cmake 2009-01-15 14:33:08.000000000 +0100
+@@ -206,7 +190,7 @@
+ # For anything else (that doesn't set env vars, or that needs a window manager),
+ # better use the Autostart folder.
+
+-libpath=`kde4-config --path lib | tr : '\n'`
++libpath=`kde4-config --path lib | tr : '\n'`$(echo -e '\n/etc/kde/lib/')
+
+ for prefix in `echo "$libpath" | sed -n -e 's,/lib[^/]*/,/env/,p'`; do
+ for file in "$prefix"*.sh; do