You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
466 B
14 lines
466 B
13 years ago
|
--- kdebase/startkde.ORI 2011-11-01 22:17:52.000000000 +0100
|
||
|
+++ kdebase/startkde 2011-11-01 22:18:14.000000000 +0100
|
||
|
@@ -413,7 +413,9 @@
|
||
|
fi
|
||
|
|
||
|
if [ -n $KGTK_PRELOAD ]; then
|
||
|
- if [ -e /usr/lib/libnspr4.so ]; then
|
||
|
+ if [ -e /usr/lib64/libnspr4.so ]; then
|
||
|
+ KGTK_NSPR_PRELOAD="/usr/lib64/libnspr4.so:"
|
||
|
+ elif [ -e /usr/lib/libnspr4.so ]; then
|
||
|
KGTK_NSPR_PRELOAD="/usr/lib/libnspr4.so:"
|
||
|
fi
|
||
|
export LD_PRELOAD=$KGTK_PRELOAD:$KGTK_NSPR_PRELOAD$LD_PRELOAD
|