[plasmashell] [Bug 368999] Folders ending with a space in their name are not retrieved from Folder View

2017-02-23 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=368999

David Faure  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #4 from David Faure  ---
The fix is in (for Qt 5.8.1 if there's one, otherwise 5.9)

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

[plasmashell] [Bug 368999] Folders ending with a space in their name are not retrieved from Folder View

2017-02-21 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=368999

--- Comment #3 from David Faure  ---
https://codereview.qt-project.org/186246

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

[plasmashell] [Bug 368999] Folders ending with a space in their name are not retrieved from Folder View

2016-09-27 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368999

--- Comment #2 from David Faure  ---
Bug in QUrl, actually.

qDebug() << "in:" << urlArg;
QUrl url = QUrl::fromUserInput(urlArg, QDir::currentPath());
qDebug() << "out:" << url;

in: "/home/dfaure/bugs/trailing space "
out: QUrl("file:///home/dfaure/bugs/trailing space")

I'll keep digging and I'll fix it in Qt.

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


[plasmashell] [Bug 368999] Folders ending with a space in their name are not retrieved from Folder View

2016-09-19 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368999

Eike Hein  changed:

   What|Removed |Added

 CC||fa...@kde.org

--- Comment #1 from Eike Hein  ---
I think this may be a bug in KRun. The QUrl that I hand to KRun includes the
space (but no trailing slash), and is then passed the following way:

new KRun(url, 0);

David?

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


[plasmashell] [Bug 368999] Folders ending with a space in their name are not retrieved from Folder View

2016-09-19 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368999

Eike Hein  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

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