%d replaced with %25d in krusader settings - terminal section
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
krusader (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
Bug Description
Binary package hint: krusader
1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu.
Ubuntu 9.10
2) The version of the package you are using, via 'apt-cache policy packagename' or by checking in Synaptic.
Installed: 1:2.0.0-1ubuntu2
3) What you expected to happen
I tried to change default terminal command (the one executed when I press F2 or via menu: Tools -> Start Terminal Here
I set it in: Settings -> Configure Krusader -> General -> Terminal
to value: gnome-terminal --working-
and clicked Apply button
closed this setting window then
4) What happened instead
problem was that when I reopened this setting window, there was in: Settings -> Configure Krusader -> General -> Terminal
gnome-terminal --working-
instead of the one I wrote there before
gnome-terminal --working-
this happenes all the time therefor I'm unable to set custom command in krusader for this action and anytime I open terminal from krusader it's not opened in currently browsed dir, but in home dir
There is a workaround, edit ~/.kde/ share/config/ krusaderrc and change the default to:Terminal= gnome-terminal --working-directory %d. It works!