Summary: | Dolphin shows no files when dolphin's startup directory is set to same as the link you open. | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Simonas <obuolis1> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | a.samirh78, adrian, balcaen.john, chgonzalezg, colin.thomson, csw, faure, gabextreme, gabriel.gandul22, iflema, johnsc301, KaiUweBroulik2, kevin.kofler, nucleo, peter.penz19, rollerblademan80, samu.juvonen, sebastian, t.kijas, windows2linux |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.2 | |
Sentry Crash Report: |
Description
Simonas
2011-03-05 14:06:56 UTC
I am also seeing this on Fedora 14 - 4.6.1. Once the Home folder is opened via kickoff or my Desktop Folder and then hitting reload it will show the files. Confirmed for Fedora 14 and 15 Alpha. *** Bug 267761 has been marked as a duplicate of this bug. *** Looks like this is already fixed in the 4.6 branch by: https://projects.kde.org/projects/kde/kdebase/kde-baseapps/repository/revisions/6577a4db9e42f1a1a9b319894bd00da36634e45b which just missed the 4.6.1 tagging. :-( I applied patch https://projects.kde.org/projects/kde/kdebase/kde-baseapps/repository/revisions/6577a4db9e42f1a1a9b319894bd00da36634e45b to kdebase-4.6.1 but still empty home folder in Dophin. The problem seems to be in kdelibs. I'm currently bisecting it between 4.6.0 and 4.6.1, but that could take a while. *** Bug 267814 has been marked as a duplicate of this bug. *** The problem was introduces with kdelibs commit bef0bd3e3ff340ad72cc757df891cbd62560f2de http://quickgit.kde.org/?p=kdelibs.git&a=commit&h=bef0bd3e3ff340ad72cc757df891cbd62560f2de Unfortunately I don't have much insight into this code. Might be a problem in kdelibs or dolphin needs to adapt its behaviour to the code change. Ouch, indeed; reproduced with "dolphin $HOME". Currently investigating. Confirmed, I was going to report this bug but I found this one. Thanks for the temporary fix. The only way I was able to see the files was showing hidden files or turning on and off previews. This is happening in Arch with KDE SC 4.6.1. Git commit 51707e7154082b549216b8a8ecde73505302fadc by David Faure. Committed on 08/03/2011 at 11:23. Pushed by dfaure into branch 'KDE/4.6'. Fix stop() killing the list job even if another dirlister needs it. Regression introduced by me in bef0bd3e3ff. Symptom: "dolphin $HOME" showed up empty. In the case of concurrent listings, I made the use of the cached items job conditional (only created if there's anything to emit) so that we can join the current listjob without killing it (updateDirectory) if it hasn't emitted anything yet. The unittest also uncovered inconsistencies in the emission of the cancelled signal, now cacheditemsjob behaves like the listjob in this respect. FIXED-IN: 4.6.2 BUG: 267709 M +75 -49 kio/kio/kdirlister.cpp M +5 -6 kio/kio/kdirlister_p.h M +72 -1 kio/tests/kdirlistertest.cpp M +1 -0 kio/tests/kdirlistertest.h http://commits.kde.org/kdelibs/51707e7154082b549216b8a8ecde73505302fadc Git commit 2bef932a3b346bc5fa740280f271916f97fe1108 by David Faure. Committed on 08/03/2011 at 11:23. Pushed by dfaure into branch 'master'. Fix stop() killing the list job even if another dirlister needs it. Regression introduced by me in bef0bd3e3ff. Symptom: "dolphin $HOME" showed up empty. In the case of concurrent listings, I made the use of the cached items job conditional (only created if there's anything to emit) so that we can join the current listjob without killing it (updateDirectory) if it hasn't emitted anything yet. The unittest also uncovered inconsistencies in the emission of the cancelled signal, now cacheditemsjob behaves like the listjob in this respect. FIXED-IN: 4.6.2 BUG: 267709 (cherry picked from commit 51707e7154082b549216b8a8ecde73505302fadc) M +75 -49 kio/kio/kdirlister.cpp M +5 -6 kio/kio/kdirlister_p.h M +72 -1 kio/tests/kdirlistertest.cpp M +1 -0 kio/tests/kdirlistertest.h http://commits.kde.org/kdelibs/2bef932a3b346bc5fa740280f271916f97fe1108 *** Bug 267970 has been marked as a duplicate of this bug. *** *** Bug 268034 has been marked as a duplicate of this bug. *** I don‘t know if this is related (if not, I will open an individual bug report) to this but when I tried to reproduce this bug (which affects me as well) using a different start up address (/usr for example) then dolphin just showed my home directory on startup just fine but not the set path. When using the default /home/user path then the effects described here occurred. *** Bug 268349 has been marked as a duplicate of this bug. *** *** Bug 268900 has been marked as a duplicate of this bug. *** @KaiUweBroulik2@hotmail.com I think it's that, and should be fixed by now. Kde 4.6.1 kubuntu 64bit 10.10 I am still experiencing this bug everytime. @John: This bug has been fixed for 4.6.2, you will need to wait another week to get it :) Well, distribution packagers COULD backport the fixes… E.g. http://pkgs.fedoraproject.org/gitweb/?p=kdelibs.git;a=commit;h=cbd3aea0346c52320e5c11fedfb42916762081c7 (committed March 8, the day of the upstream fix)… *** Bug 269703 has been marked as a duplicate of this bug. *** |