[dolphin] [Bug 469656] Dolphin cannot remember previously opened tabs

Eduardo bugzilla_noreply at kde.org
Tue May 16 10:45:21 BST 2023


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

--- Comment #16 from Eduardo <edzis at inbox.lv> ---
Background
-----------
I heavily rely on activity functionality to restore whole session and have all
tabs in places where it was before logout (I have too many of them to handle
manually), so I went investigating this issue as my time permitted.
As a result I compiled my own version where part of this patch is reverted and
it's working.

Investigation results (may be useful to ones who will try to solve the issue)
-----------
if I comment out almost all of the new solution in
"Dolphin::dolphinGuiInstances" and put back the old solution in global.cpp, BUT
still have "#if HAVE_KACTIVITIES" which relates to QEventLoop (the "first if"),
the result was the same - it does not work for me.
If I comment out "first if", leaving just the old solution, the issue is
solved.
So this leads to event loop issue which was there for "ensures the consumer is
ready for query".
Hope this helps, I'll attach a file with actual sample.

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


More information about the kfm-devel mailing list