mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
startkde: adjust to kdeinit wrapper removal
This commit is contained in:
parent
8ba7bc28dd
commit
9877169835
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ fi
|
|||
|
||||
# We set LD_BIND_NOW to increase the efficiency of kdeinit.
|
||||
# kdeinit unsets this variable before loading applications.
|
||||
LD_BIND_NOW=true @KDE4_LIBEXEC_INSTALL_DIR@/start_kdeinit_wrapper +kcminit_startup
|
||||
LD_BIND_NOW=true @KDE4_BIN_INSTALL_DIR@/kdeinit4 +kcminit_startup
|
||||
if test $? -ne 0; then
|
||||
# Startup error
|
||||
echo 'startkde: Could not start kdeinit4. Check your installation.' 1>&2
|
||||
|
|
Loading…
Add table
Reference in a new issue