|
Lines 387-392
Link Here
|
| 387 |
KDE_SESSION_UID=$UID |
387 |
KDE_SESSION_UID=$UID |
| 388 |
export KDE_SESSION_UID |
388 |
export KDE_SESSION_UID |
| 389 |
|
389 |
|
|
|
390 |
host=$HOSTNAME |
| 391 |
test -n "$XAUTHLOCALHOSTNAME" && host=$XAUTHLOCALHOSTNAME |
| 392 |
ksycoca="$kdehome/cache-$host/ksycoca" |
| 393 |
|
| 394 |
if test -f "$ksycoca"; then |
| 395 |
if test -f /var/lib/rpm/Packages; then |
| 396 |
if test /var/lib/rpm/Packages -nt "$ksycoca"; then |
| 397 |
rm -f "$ksycoca" |
| 398 |
fi |
| 399 |
fi |
| 400 |
fi |
| 401 |
|
| 390 |
# We set LD_BIND_NOW to increase the efficiency of kdeinit. |
402 |
# We set LD_BIND_NOW to increase the efficiency of kdeinit. |
| 391 |
# kdeinit unsets this variable before loading applications. |
403 |
# kdeinit unsets this variable before loading applications. |
| 392 |
LD_BIND_NOW=true start_kdeinit_wrapper --new-startup +kcminit_startup |
404 |
LD_BIND_NOW=true start_kdeinit_wrapper --new-startup +kcminit_startup |