[dolphin] [Bug 477684] dolphin --daemon Crashes Peacefully After Opening First Window Through DBus

John Hao bugzilla_noreply at kde.org
Wed Dec 6 10:51:27 GMT 2023


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

--- Comment #2 from John Hao <johnhaoallwood at gmail.com> ---
(In reply to David Edmundson from comment #1)
> dolphin --daemon existing is somewhat expected. 
> This should be fine, the point of the above file is that we're dbus
> activated and will get launched again.
> 
> I'm a bit confused from the message. 
> If you don't launch any dolphins and run 
> 
> dbus org.freedesktop.FileManager1 /org/freedesktop/FileManager1
> org.freedesktop.FileManager1.ShowFolders /home asdf
> 
> do you get a dolphin window
> 
> if you close it and run it again do you get a dolphin window.

This is curious... the "dbus" command is not found on my system. I have instead
used gdbus and the command:
gdbus call -e -d org.freedesktop.FileManager1 -o /org/freedesktop/FileManager1
-m org.freedesktop.FileManager1.ShowFolders \[\'/home\'\] "asdf"

This returns () and no window, both the first and the consequent times. (this
is expected as dolphin no longer opens a window even at the first time). This
does open a window if "dolphin --daemon" is ran, and peacefully exits the
"dolphin --daemon" process, showing the command is working.

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


More information about the kfm-devel mailing list