if the command has ":" character, the command gets broken into two
Bug #819038 reported by
Gnm TR
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
CLI Companion |
Fix Released
|
High
|
Marek Bardoński |
Bug Description
I tried to record this
command.....: sshfs xnatty@
User input....:
Description..: this command mounts the remote computer
Closed the program.... and reopened it.
command was split into two at (:) character in the middle of the command. Second part was shown in User input field.
so the new fields were as follows:
command.....: sshfs xnatty@192.168.1.5
User input....: /home/xnatty ~/xnatty
Description..: :this command mounts the remote computer
I think the program uses (:) as a separator character between columns of data..
you may want to change it to some other (less used) character.
for your info...
Related branches
lp://qastaging/~dcaro/clicompanion/fix-819038
Rejected
for merging
into
lp://qastaging/clicompanion
- Duane Hinnen: Needs Information
-
Diff: 233 lines (+99/-99)4 files modified.clicompanion (+48/-48)
clicompanionlib/controller.py (+2/-2)
clicompanionlib/view.py (+1/-1)
data/clicompanion2.config (+48/-48)
lp://qastaging/~clicompanion-devs/clicompanion/fix-819038
- stlsaint: Approve
-
Diff: 283 lines (+138/-103)4 files modified.clicompanion (+48/-48)
clicompanionlib/controller.py (+2/-2)
clicompanionlib/view.py (+38/-3)
data/clicompanion2.config (+50/-50)
Changed in clicompanion: | |
status: | New → Confirmed |
Changed in clicompanion: | |
importance: | Undecided → High |
status: | Confirmed → In Progress |
assignee: | nobody → Marek Bardoński (bdfhjk) |
Changed in clicompanion: | |
status: | In Progress → Fix Committed |
Changed in clicompanion: | |
status: | Fix Committed → Invalid |
status: | Invalid → Fix Released |
To post a comment you must log in.
Sorry I forgot to mention that I encountered this problem while using 1.0-6~bzr83+ p11~natty1 installed from the PPA.