No subject
Mon Apr 22 03:57:02 UTC 2013
After some trial I use for all user sessions echo -ne "\033[\e[28;255t" providing blue tabs,
and for all root-sessions echo -ne "\033[\e[28;16711680t" providing red tabs,
just insert one of this echo-statements in field "Execute", e.g.
echo -ne "\033[\e[28;16711680t"; su -c 'mc -c'
Now I have ALL user sessions with blue tab font, and ALL root sessions with red tab font - no need to fiddle with touchpad or mouse .. Konsole is a hit !! And KDE session management restores it perfectly!
There is only one problem left:
"Settings - Save Sessions Profile.." does NOT save PWDs of sessions, if in "Configure Konsole.." dialog in corresponding field "Execute" a list of more than 1 command was specified. Instead in lines "Cwd?=.." Konsole writes always value $HOME. If I manually edit it and specify desired directory, Konsole reads and uses it as expected. Would be great, if Konsole could write actual PWDs itself.
More information about the konsole-devel
mailing list