[dolphin] [Bug 374075] File does not appear in Dolphin after creation in home folder

2017-05-14 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=374075

--- Comment #4 from Elvis Angelaccio  ---
(In reply to Elvis Angelaccio from comment #1)

> Btw the problem is that the dir lister does not emit completed()

...because KDirWatch::self() does not emit the dirty() signal for "/home/user"
and KCoreDirListerCache::slotFileDirty doesn't get called.

I think the bug might be in KDirWatch, kdirwatch.cpp receives the CREATE signal
for "/home/user" but for some reason does not append "/home/user" to
e->m_pendingFileChanges.

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

[dolphin] [Bug 374075] File does not appear in Dolphin after creation in home folder

2017-05-13 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=374075

Elvis Angelaccio  changed:

   What|Removed |Added

Summary|File does not appear in |File does not appear in
   |Dolphin after creation  |Dolphin after creation in
   ||home folder

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

[dolphin] [Bug 374075] File does not appear in Dolphin after creation

2017-05-13 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=374075

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||dfloger...@gmail.com

--- Comment #3 from Elvis Angelaccio  ---
*** Bug 379743 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 374075] File does not appear in Dolphin after creation

2017-05-13 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=374075

Elvis Angelaccio  changed:

   What|Removed |Added

  Component|general |view-engine: general

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

[dolphin] [Bug 374075] File does not appear in Dolphin after creation

2017-04-11 Thread Robert Węcławski
https://bugs.kde.org/show_bug.cgi?id=374075

Robert Węcławski  changed:

   What|Removed |Added

 CC||r.weclaw...@gmail.com

--- Comment #2 from Robert Węcławski  ---
I can confirm that this problem exists with 16.12.3 on KDE Neon.

This bug only occurs when I open Dolphin from Plasma menu and try to create a
new text file in home folder. 

When I create file with any other type in home folder or create text file in
different folder the bug does not occur.

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

[dolphin] [Bug 374075] File does not appear in Dolphin after creation

2016-12-23 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=374075

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Elvis Angelaccio  ---
Thanks for the bug report. After some investigation, turns out that you can
reproduce it only if you start Dolphin from the Plasma menu or from a Konsole
_not_ in the home folder.

Otherwise if Konsole's cd is another folder, everything works as expected
(indeed I could not reproduce with my local Dolphin build run from the build
directory...).

Btw the problem is that the dir lister does not emit completed() and thus
DolphinView::updateViewState() is not called.

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