
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A simple service menu if you like yakuake.
put yakuake_open_session.pl inside your PATH and yakuake_open_session.desktop in
~/.kde/share/apps/konqueror/servicemenus/
14 years ago
1.3
added: now you can choose session name. default name like 1.2 version.
1.2
fixed: session tab name for very long path. (thanks to Jan Ciger for this improvement)
1.1
fixed: weird path bug.
replace yakuake_open_session.sh with yakuake_open_session.pl and update yakuake_open_session.desktop with the new one.
14 years ago
1.3
added: now you can choose session name. default name like 1.2 version.
1.2
fixed: session tab name for very long path. (thanks to Jan Ciger for this improvement)
1.1
fixed: weird path bug.
replace yakuake_open_session.sh with yakuake_open_session.pl and update yakuake_open_session.desktop with the new one.
OdinEidolon
10 years ago
Report
sudhang
13 years ago
Report
vespas
13 years ago
how can i make it not prompt me for the session name? i.e. use the default.
thanks!
Report
MementoMori
13 years ago
#...and finally rename the session
system @yakuake, "slotRenameSession", "$session", $sessionName;
and put an '#' in front of the second line (in this way):
#system @yakuake, "slotRenameSession", "$session", $sessionName;
then save the file
Report
Movz
14 years ago
Report
MementoMori
14 years ago
Report
MementoMori
14 years ago
Report