Bug 378593

Summary: Problems copying the names of files with apostrophes
Product: [Applications] krusader Reporter: Toni Asensi Esteve <toni.asensi>
Component: generalAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: alex.bikadorov, krusader-bugs-null
Priority: NOR    
Version First Reported In: Git   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Toni Asensi Esteve 2017-04-09 18:21:23 UTC
Hi!

If you are using an embedded terminal, and in the active panel you press Ctrl+Enter when you have a file with an apostrophe, for example:
    d'a.pdf
then in the embedded terminal you get copied
    "d'a.pdf'
but it isn't right, it should be
    "d'a.pdf"
as Krusader 2.4.0-beta3 does.

Thanks for Krusader!
Comment 1 Alex Bikadorov 2017-04-17 15:52:49 UTC
yep
Comment 2 Alex Bikadorov 2017-04-25 20:11:18 UTC
Git commit bede8bbad23d81184b59d7b5510952dd290067c0 by Alexander Bikadorov.
Committed on 25/04/2017 at 20:10.
Pushed by abikadorov into branch 'master'.

Fixed quoting of filenames with apostrophe

Bug came with a474bebd.

FIXED: [ 378593 ] Problems copying the names of files with apostrophes

M  +1    -1    krusader/krservices.cpp

https://commits.kde.org/krusader/bede8bbad23d81184b59d7b5510952dd290067c0
Comment 3 Alex Bikadorov 2017-04-25 20:12:08 UTC
Sorry, was a typo made by me.