| Summary: | When using dolphin action to compare files that has $ in the name, Kompare will open the file without that character. | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Fahad Alduraibi <fadnix> |
| Component: | general | Assignee: | David Faure <faure> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | frank78ac, nate |
| Priority: | NOR | ||
| Version First Reported In: | 4.9.2 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Fahad Alduraibi
2010-10-18 16:19:01 UTC
Thanks for the bug report! I could reproduce the issue in trunk. The problem is most likely not in Dolphin itself because I'm getting the following correct debug output: dolphin(7883)/kio (KRun) KRun::runCommand: runCommand "kompare -c "/home/kde-devel/tmp/testfile.txt" "/home/kde-devel/tmp/testfile$1.txt"" , "Kompare" The root cause of the bug might be somewhere in kdelibs. Resetting assignee to default as per bug #305719 Even bash "strips" the $1 from the name because it's considered an empty variable. Nonetheless, I'll reassign to KIO - I don't know if it's possible there to do something about it. Works for me in KDE Frameworks 5.45. |