[frameworks-kio] [Bug 425396] New folder named ":foo" always created in home dir

Ahmad Samir bugzilla_noreply at kde.org
Fri Sep 18 19:52:42 BST 2020


https://bugs.kde.org/show_bug.cgi?id=425396

Ahmad Samir <a.samirh78 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/kio/commit/9d0a8240c
                   |                            |7ec258b45b156f0970af56ab4fc
                   |                            |4584
   Version Fixed In|                            |5.75
             Status|ASSIGNED                    |RESOLVED

--- Comment #3 from Ahmad Samir <a.samirh78 at gmail.com> ---
Git commit 9d0a8240c7ec258b45b156f0970af56ab4fc4584 by Ahmad Samir.
Committed on 18/09/2020 at 18:52.
Pushed by ahmadsamir into branch 'master'.

KNewFileMenu: fix creating new dir with name starting with ':'

QDir::isAbsolutePath(":foo") will return true since ':' at the beginning
denotes a QResource, which will make by QDir/QFileInfo consider it "not
relative, so it's absolute"...
FIXED-IN: 5.75

M  +3    -1    src/filewidgets/knewfilemenu.cpp

https://invent.kde.org/frameworks/kio/commit/9d0a8240c7ec258b45b156f0970af56ab4fc4584

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the kfm-devel mailing list