Re: Question about startkde and path to Qt executables

2013-03-31 Thread Thiago Macieira
On sábado, 30 de março de 2013 20.33.09, Elvis Stansvik wrote: > Does KDE need the Qt tools to be in PATH for some reason? I tried > commenting those lines and it started fine without them. Yes, it needs the qdbus executable. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org

Question about startkde and path to Qt executables

2013-03-31 Thread Elvis Stansvik
Hi all, Line 19-33 of the startkde script reads: # in case we have been started with full pathname spec without being in PATH bindir=`echo "$0" | sed -n 's,^\(/.*\)/[^/][^/]*$,\1,p'` if [ -n "$bindir" ]; then qbindir=`$bindir/kde4-config --qt-binaries` if [ -n "$qbindir" ]; then case $PAT