I used to use KDE 3. Here I made in my konsole some scripts to start my servers.
Each server has a name and that name was automatically used as tabname.
Now in the new KDE and Konsole, this doesn't work anymore.
Can anybody give me a direction or a hint on how I can make such a script again?
Each server has a name and that name was automatically used as tabname.
Code:
SERVER=test /usr/bin/dcop $KONSOLE_DCOP_SESSION renameSession "$SERVER" /usr/bin/ssh -l root $SERVER.tester.com $1 /usr/bin/dcop $KONSOLE_DCOP_SESSION renameSession "Shell"
Can anybody give me a direction or a hint on how I can make such a script again?
Comment