Hi,
I need to open Konsole from the command line, because I need to write a script to open four Konsole terminals.
when I do :
I get the following message:
I am trying the above command as a root user.
I am also not sure if I am doing it correctly.
I need to open Konsole from the command line, because I need to write a script to open four Konsole terminals.
when I do :
Code:
linux-gn77:/home/harbir # konsole -e konsole
Code:
unnamed app(4332): KUniqueApplication: Cannot find the D-Bus session server: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
unnamed app(4331): KUniqueApplication: Pipe closed unexpectedly.
I am also not sure if I am doing it correctly.