Registered Member
|
I want to create a tabs config file that just opens new tabs at certain locations with no command executed.
I use this command konsole --tabs-from-file tabconfig.file I created a sample file looking like this but it dosen't work. It opens new tabs with names but dosen't open them in the specified dir: title: first;; command: ;; workdir: /homes/akivas/temp title: second;; command: ;; workdir: /homes/akivas/temp title: third;; command: ;; workdir: /homes/akivas/temp/ I get this error: Konsole::Session::run: Session::run() - program to run not set. Konsole::Session::run: Session::run() - program to run not set. Konsole::Session::run: Session::run() - program to run not set. I understand it is getting stuck at the command part so I tried adding a simple command: title: first;; command: /usr/bin/cd /homes/akivas/temp;; workdir: /homes/akivas/temp title: second;; command: /usr/bin/clear &;; workdir: /homes/akivas/temp title: third;; command: /usr/bin/clear &;; workdir: /homes/akivas/temp/ I'm not sure what happens after using this config file. It seems to open the new tabs and then just close them back again. I get no error line but also no new tabs. Does anyone have a solution? Thanks |
Mentor
|
Are you *really* sure the folder "/homes" exists on your partition? Should probably be "/home" without trailing "s" Tested you example with different path's in 4.10/4.11/master, works as expected. |
Registered Member
|
|
Mentor
|
|
Registered Member
|
That looks just like what I did. Il'l try to just copy it and se tommorow at work and report back.
Thanks Akiva |
Registered Member
|
maybe command field should be left as last field.
|
Registered users: bartoloni, Bing [Bot], Google [Bot], Yahoo [Bot]