meven abandoned this revision.
meven added a comment.

  After further check, my patch does not do much, just allowed me to discover 
bug about dolphin's recent folder list missing.
  
    if (QDir::isAbsolutePath(resource)) {
        resource = QUrl::fromLocalFile(resource).toString();
    }
  
  Here `QDir::isAbsolutePath` will always be true because at line 312 ` | 
Url::file();`  we requested files only.
  
  Same is true for D24728 <https://phabricator.kde.org/D24728>

INLINE COMMENTS

> backend.cpp:336
>  
>          if (!fileItem.isFile()) {
>              continue;

This prevents filemanager (or apps that opens dirs) to display their recent 
directories will fix.
Same goes in D24728 <https://phabricator.kde.org/D24728>.

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D22005

To: meven, #plasma, hein, broulik
Cc: ivan, meven, apol, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, 
jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, 
himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, ahiemstra, 
mart

Reply via email to