[kio] [Bug 173097] Cannot delete a file with "invalid" characters in its name

2018-04-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=173097

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE
 CC||n...@kde.org

--- Comment #18 from Nate Graham  ---


*** This bug has been marked as a duplicate of bug 204768 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio] [Bug 173097] Cannot delete a file with "invalid" characters in its name

2018-04-09 Thread Fabian
https://bugs.kde.org/show_bug.cgi?id=173097

--- Comment #17 from Fabian <0ink...@googlemail.com> ---
@Dr. Chapatin: The new link would be
http://doc.qt.io/qt-5/qfile-obsolete.html#setEncodingFunction . Basically the
Qt project considered the function flawed, and it does nothing anymore in Qt 5.
Thus, with Qt it is pretty much impossible to handle non-unicode filenames. I
wrote a bit in a mail about this at
https://mail.kde.org/pipermail/kde-frameworks-devel/2018-April/061092.html 

Now why does pcmanfm-qt handle this case? Well, pcmanfm-qt doesn't use KIO or
Qt's file handling functionality, but instead uses libfm-qt, which wraps the
from GIO. GIO is GTK+'s input/output abstraction library, and it happens to be
file encoding agnostic.

Unfortunately, it is not possible to simply switch out KIO with GIO in Dolphin,
without a massive rewrite of the application; and even if we did it, we might
lose some functionality that GIO in turn lacks and that KIO provides.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio] [Bug 173097] Cannot delete a file with "invalid" characters in its name

2018-04-09 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=173097

--- Comment #16 from Dr. Chapatin  ---
link from comment 159 gives "page not found".

Why can pcmanfm-qt delete/rename a file containing invalid character and
Dolphin not?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio] [Bug 173097] Cannot delete a file with "invalid" characters in its name

2018-04-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=173097

--- Comment #15 from Christoph Feck  ---
Could be solved with bug 204768, while the underlying real issue (bug 165044)
cannot be fixed, see bug 165044 comment #159.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio] [Bug 173097] Cannot delete a file with "invalid" characters in its name

2018-04-08 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=173097

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #14 from Dr. Chapatin  ---
A few days ago I could not delete nor open a vĂ­deo file containing an invalid
character in its name on Arch Linux, Dolphin 17.12.3, frameworks 5.44.
Dolphin shown the error "file not found".

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio] [Bug 173097] Cannot delete a file with "invalid" characters in its name

2018-04-07 Thread Fabian
https://bugs.kde.org/show_bug.cgi?id=173097

Fabian <0ink...@googlemail.com> changed:

   What|Removed |Added

   Assignee|fa...@kde.org   |0ink...@googlemail.com
 CC||0ink...@googlemail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio] [Bug 173097] Cannot delete a file with "invalid" characters in its name

2018-04-07 Thread Shlomi Fish
https://bugs.kde.org/show_bug.cgi?id=173097

Shlomi Fish  changed:

   What|Removed |Added

 CC||shlo...@shlomifish.org

--- Comment #13 from Shlomi Fish  ---
Created attachment 111886
  --> https://bugs.kde.org/attachment.cgi?id=111886=edit
directory testcase for the bug

This is a directory that after it is deleted, cannot be emptied from the trash
/ wastebin by dolphin - tested on Mageia x7 x86-64 with kf5/plasma5. Annoying.

-- 
You are receiving this mail because:
You are watching all bug changes.