X-Git-Url: https://git.alrj.org/?p=zsh.d.git;a=blobdiff_plain;f=wrappers%2Fkonsoleautowrap;h=2bc9dca9f82cd3676b7c6e388858703bc91e19e1;hp=78ebd5a569bc0e3982e5712ead53f8ed70b854dd;hb=b4cf91ff70ffc80c2d781bbc30ef796220d2dcde;hpb=6407769fe06b1193ef73e423722aebee53b18b0d diff --git a/wrappers/konsoleautowrap b/wrappers/konsoleautowrap index 78ebd5a..2bc9dca 100755 --- a/wrappers/konsoleautowrap +++ b/wrappers/konsoleautowrap @@ -10,8 +10,8 @@ then dcop ${KONSOLE_DCOP_SESSION} renameSession "$lastarg" elif [ -n "$KONSOLE_DBUS_SESSION" ] then - qdbus org.kde.konsole ${KONSOLE_DBUS_SESSION} setTitle 0 "$lastarg" > /dev/null - qdbus org.kde.konsole ${KONSOLE_DBUS_SESSION} setTitle 1 "$lastarg" > /dev/null + qdbus ${KONSOLE_DBUS_SERVICE} ${KONSOLE_DBUS_SESSION} setTitle 0 "$lastarg" > /dev/null + qdbus ${KONSOLE_DBUS_SERVICE} ${KONSOLE_DBUS_SESSION} setTitle 1 "$lastarg" > /dev/null fi exec $cmd "$@"