TL;DR version:
How to prevent Dolphin from auto-quitting and relaunching, when checking file properties?
Long version:
After the update on 2024.11.30, my Dolphin has been behaving unexpectedly.
When checking file properties, either through right-click menu OR Alt+Return, Dolphin would quit and relaunch, then only it would popup the file properties windows.
This happens only on the 1st time file properties command is executed on a Dolphin windows. The 2nd time, there is no such behaviour.
Normally, Dolphin would just popup the file properties windows without going through the âquit and relaunchâ process.
Is there a way to fix this âquit and relaunchâ behavior?
Its something local to your system, as there arent any other reports about it.
For my part ⌠I cant recall the last time dolphin crashed. It certainly does not now opening properties.
Tried with a different user account?
If it does not happen there then its an issue in your HOME, such as the dolphin configuration, ex, ~/.config/dolphinrc.
Hi,
I have the same thing: when i check properties of a directory, dolphin closes and reopens instantaneously. It occurs only once; when i check another directory, itâs ok.
I just tried checking a directoryâs properties and the same thing happened - Dolphin disappeared for a split second and then reappeared with the properties window displayed.
I donât think Dolphin is actually closing, as all of my open tabs were retained. I think the window manager might be âhidingâ Dolphin for a moment.
Running Dolphin from a terminal, the following error message was displayed. However, it did not display each time the issue occurred, so it may be unrelated to the issue:
qt.qpa.wayland: Creating a popup with a parent, QWidgetWindow(0x653b201d25c0, name=âDolphin#1Windowâ) which does not match the current topmost grabbing popup, QWidgetWindow(0x653b207afa70, name=âDolphinContextMenuClassWindowâ) With some shell surface protocols, this is not allowed. The wayland QPA plugin is currently handling it by setting the parent to the topmost grabbing popup. Note, however, that this may cause positioning errors and popups closing unxpectedly. Please fix the transient parent of the popup.
A look in my system log showed only the following kwin_wayland warning occurring 3 times in a row when the issue with the directory properties occurred:
kwin_core: Cannot grant a token to KWin::ClientConnection(0x605ffeb12f10)
Interestingly, the next time I tried opening the directory properties from the same Dolphin session, it did not disappear for a moment, and the above warning was only displayed twice.
I donât think Dolphin is actually crashing. When I ran it from a terminal, there was no indication that Dolphin had closed or crashed. It seems to possibly be an issue with kwin redrawing Dolphin when the directory properties window is opened.
Dolphin Version 24.08.3
Operating System: Manjaro Linux
KDE Plasma Version: 6.2.4
KDE Frameworks Version: 6.8.0
Qt Version: 6.8.1
Kernel Version: 6.12.1-4-MANJARO (64-bit)
Graphics Platform: X11
Yup, same here.
I think so too - all my tabs within same Dolphin windows still retained after auto re-launched.
I have multiple Dolphin windows opened - but only the windows which I run the File Properties command will auto-quit and re-launch.
So I dun think the app crashed.
If this info helps in identifying the cause, Iâm using:
Graphics Processor: AMD Radeon Graphics
A little details on how the incident behaves:
The auto-quit will happen, no matter how many Dolphin window is opened. It can happen even in a freshly rebooted PC, with only 1 Dolphin window launched.
It only happen once per window. On the same window, it will not happen the 2nd time. But for every window, this will happen once.
If I have multiple Dolphin windows opened, letâs say Dolphin windows A, B, C, D (the order in Task Manager) - when B auto-quits and relaunches, the order of the Dolphin windows will re-arrange - now becoming A, C, D, B.
Comment #4 in the last of those bug reports says removal of the kdenetwork-filesharing package fixes the issue.
I uninstalled kdenetwork-filesharing (it is Dolphinâs Samba Filesharing Plugin, and not a required dependency). After restarting Dolphin, the issue no longer occurs.