[systemsettings] [Bug 314648] New: action triged by shortcuts key lose some feature ,different from real command executed in terminal
naturalchen at yahoo.com
naturalchen at yahoo.com
Fri Feb 8 08:15:26 GMT 2013
https://bugs.kde.org/show_bug.cgi?id=314648
Bug ID: 314648
Summary: action triged by shortcuts key lose some feature
,different from real command executed in terminal
Classification: Unclassified
Product: systemsettings
Version: unspecified
Platform: RedHat RPMs
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: unassigned-bugs at kde.org
Reporter: naturalchen at yahoo.com
action triged by shortcuts key lose some feature ,different from real command
executed in terminal
start icon ->system setting -> shortcuts and guester -> custome shortchuts ->
add new globle shortcut
for /usr/bin/terminal
I want to put the path in shell to dynamic title in the terminal ,so I write a
script in my .zsh:
case $TERM in
xterm*|*rxvt*)
precmd () {print -Pn "\e]0; %~\a"}
;;
esac
when I run command "/usr/bin/terminal" "terminal" or click button in my dolphin
or start menu, the terminal works quite good and have the dynamic title display
the current path in the shell,
but when I use the shortcut key triger the terminal(also run
/uer/bin/terminal), the title cann't display at all
Reproducible: Always
Steps to Reproduce:
1.Install fedora 17 DVD fullversion with all software(must have KDE, zsh ,
xfc4-terminal emulator)
2.change default shell to zsh
3.write script in ~/.zshrc:
precmd () {print -Pn "\e]0; %~\a"}
4.start icon ->system setting -> shortcuts and guester -> custome shortchuts ->
add new globle shortcut
for /usr/bin/terminal ,(you can set any triger you want ,I use <meta>+t )
5.press meta+t , the terminal do not have the dynamic title in terminal,
6. use command "terminal",the terminal jump out have dynamic title ,which
trigged by shortcut key in KDE can't display
Actual Results:
command open terminal ,terminal can have a dynamic title
but shortcut in kde open terminal,terminal do not have dynamic title
Expected Results:
open terminal by shortcut key(in KDE), the terminal have dynamic title just
like which I opened in CLI,
fedora 17 x64 ,full DVD installation (Linux tc 3.6.11-1.fc17.x86_64)
zsh
KDE
xfce4-terminal emulator
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list