dcop

Renaming a Konsole session from commandline after ssh

别来无恙 提交于 2020-01-13 11:02:46
问题 I use dcop to rename a Konsole session, such as dcop $KONSOLE_DCOP_SESSION renameSession "whatever" However, when I ssh to a server and from there, I issue this command, it does not work and gives error: ERROR: Couldn't attach to DCOP server! Is there a way using dcop or otherwise to rename the Konsole session, even though I have ssh 'ed to another computer. 回答1: The remote server appears not be running dcop and even if it were, that's not the instance you want to be communicating with

Renaming a Konsole session from commandline after ssh

倾然丶 夕夏残阳落幕 提交于 2019-12-05 17:57:40
I use dcop to rename a Konsole session, such as dcop $KONSOLE_DCOP_SESSION renameSession "whatever" However, when I ssh to a server and from there, I issue this command, it does not work and gives error: ERROR: Couldn't attach to DCOP server! Is there a way using dcop or otherwise to rename the Konsole session, even though I have ssh 'ed to another computer. The remote server appears not be running dcop and even if it were, that's not the instance you want to be communicating with (dcopserver on the remote host vs dcop on your local host). You can use XTerm escape sequences to change the title