D15516: Don't set window icon in daemon mode
David Edmundson
noreply at phabricator.kde.org
Sat Sep 15 18:15:54 BST 2018
davidedmundson added a comment.
> (imho the "daemon" should quit after having fullfilled the dbus activation request but that's an unrelated issue)
IMHO the Dolphin::openNewWindow code should be changed to
if (!MainWindow) {
make a new MainWindow
} else {
spawn like it does now
}
Having an entire instance of dolphin that can sit there forever with no UI only to spawn other dolphin instances is the inefficient odd part and trying to optimise the --daemon mode is going in the wrong direction.
REPOSITORY
R318 Dolphin
REVISION DETAIL
https://phabricator.kde.org/D15516
To: broulik, #dolphin, davidedmundson
Cc: kfm-devel, feverfew, spoorun, navarromorales, firef, andrebarros, emmanuelp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20180915/66f37167/attachment.htm>
More information about the kfm-devel
mailing list