D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-26 Thread Nathaniel Graham
ngraham closed this revision. ngraham added a comment. Phew! REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D25106 To: ngraham, davidedmundson, #frameworks, dfaure, vkrause Cc: winterz, lbeltrame, mlaurent, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham,

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-26 Thread Allen Winter
winterz added a comment. yay! REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D25106 To: ngraham, davidedmundson, #frameworks, dfaure, vkrause Cc: winterz, lbeltrame, mlaurent, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-26 Thread Laurent Montel
mlaurent added a comment. I updated kconfig and now it's ok. I can't see the "2 kontact" bug. Thanks REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D25106 To: ngraham, davidedmundson, #frameworks, dfaure, vkrause Cc: lbeltrame, mlaurent, kde-frameworks-devel,

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-26 Thread Nathaniel Graham
ngraham added a comment. Oops, sorry. D25219 was just reviewed and has landed now; can you folks verify whether the problem in Kontact is fixed now? REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D25106 To: ngraham,

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-26 Thread David Edmundson
davidedmundson added a comment. This patch was supposed to be partnered with a change to KConfigGui::sessionConfig() to keep behaviour the same. It seems that is not merged. REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D25106 To: ngraham, davidedmundson,

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-26 Thread Luca Beltrame
lbeltrame added a comment. Found also by openQA: two kontact windows get opened. REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D25106 To: ngraham, davidedmundson, #frameworks, dfaure, vkrause Cc: lbeltrame, mlaurent, kde-frameworks-devel, LeGast00n, GB_2, michaelh,

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-26 Thread Volker Krause
vkrause added a comment. This indeed seems to have negative impact on Kontact, while other people get duplicates it doesn't start at all for me anymore. With this patch reverted it's back to normal. REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D25106 To:

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-26 Thread Laurent Montel
mlaurent added reviewers: dfaure, vkrause. REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D25106 To: ngraham, davidedmundson, #frameworks, dfaure, vkrause Cc: mlaurent, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-26 Thread Laurent Montel
mlaurent reopened this revision. mlaurent added a comment. This revision is now accepted and ready to land. This patch creates a bug in kontact as it creates 2 kontacts now. Could you reevaluate this patch please ? Regards REPOSITORY R263 KXmlGui REVISION DETAIL

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-20 Thread Nathaniel Graham
This revision was automatically updated to reflect the committed changes. Closed by commit R263:46e5b32ed929: Also allow invoking session restoration logic when apps are manually launched (authored by ngraham). REPOSITORY R263 KXmlGui CHANGES SINCE LAST UPDATE

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-20 Thread Nathaniel Graham
ngraham added a comment. Yep, there are no changes in behavior or regressions when testing with Okular, Kate, System Settings and Discover. REPOSITORY R263 KXmlGui BRANCH allow-restoring-session-manually (branched from master) REVISION DETAIL https://phabricator.kde.org/D25106 To:

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-20 Thread David Edmundson
davidedmundson accepted this revision. davidedmundson added a comment. This revision is now accepted and ready to land. > Normal session restoration behavior after a reboot is unchanged Please make sure you try with a few apps that aren't just dolphin REPOSITORY R263 KXmlGui BRANCH

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-19 Thread Nathaniel Graham
ngraham added a comment. Can I get a review on this? REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D25106 To: ngraham, davidedmundson, #frameworks Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-16 Thread Nathaniel Graham
ngraham added a comment. Ping. REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D25106 To: ngraham, davidedmundson, #frameworks Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-08 Thread Nathaniel Graham
ngraham added a comment. Done, see D25219 REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D25106 To: ngraham, davidedmundson, #frameworks Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-08 Thread David Edmundson
davidedmundson added a comment. > KConfigGui::sessionConfig(); This method behaves weirdly and not what I expected from reading this code. If no-one has explicitly called KConfigGui::sessionConfig it creates a new one using qApp->sessionConfig() regardless of whether we're session

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-08 Thread Nathaniel Graham
ngraham added a comment. Ping. REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D25106 To: ngraham, davidedmundson, #frameworks Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-01 Thread Nathaniel Graham
ngraham added a dependent revision: D11382: Add an option to show tabs from last time when Dolphin starts. REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D25106 To: ngraham, davidedmundson, #frameworks Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D25106: Also allow invoking session restoration logic when apps are manually launched

2019-11-01 Thread Nathaniel Graham
ngraham created this revision. ngraham added reviewers: davidedmundson, Frameworks. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. ngraham requested review of this revision. REVISION SUMMARY Right now session restoration logic only ever gets invoked when