SUMMARY STEPS TO REPRODUCE 1. Download a File with Firefox 2. Click on Downloads in Firefox 3. Click on "Open Containing Folder" 4. Dolphin does not start The same with Opera-Browser If Dolphin was started before Step 3 then it works fine. OBSERVED RESULT Dolphin does not open EXPECTED RESULT Dolphin-Windows opens SOFTWARE/OS VERSIONS Linux/KDE Plasma: openSUSE Leap 15.2 KDE Plasma Version: 5.21.90 KDE Frameworks Version: 5.82.0 Qt Version: 5.15.2
Cannot reproduce with Dolphin 21.04.1 on Arch Linux running Plasma 5.22 beta. Both Firefox and Opera open the file manager, despite on my system it is nautilus instead of default Dolphin because bug 397953.
It could be systemd-related; could you please test this: mkdir -p ~/.local/share/dbus-1/services/ cp -v /usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service ~/.local/share/dbus-1/services/ then edit ~/.local/share/dbus-1/services/org.kde.dolphin.FileManager1.service to be like this: [D-BUS Service] Name=org.freedesktop.FileManager1 Exec=/usr/bin/dolphin --daemon --select then try again.
Hi, meanwhile we have Leap 15.4 .... :-) Am 21.12.22 um 16:17 schrieb Ahmad Samir: > https://bugs.kde.org/show_bug.cgi?id=437692 > > Ahmad Samir <a.samirh78@gmail.com> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |a.samirh78@gmail.com, > | |kde@davidedmundson.co.uk > > --- Comment #2 from Ahmad Samir <a.samirh78@gmail.com> --- > It could be systemd-related; could you please test this: > mkdir -p ~/.local/share/dbus-1/services/ > cp -v /usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service > ~/.local/share/dbus-1/services/ > > then edit ~/.local/share/dbus-1/services/org.kde.dolphin.FileManager1.service > to be like this: > [D-BUS Service] > Name=org.freedesktop.FileManager1 > Exec=/usr/bin/dolphin --daemon --select > > then try again. >