[BUG] in 1.7.7 lanuch dconf-editor from rofi, rofi will still running on top until timeout (1.7.6 works fine)
Rofi version (rofi -v)
1.7.7-dirty
Configuration
https://gist.github.com/skygunner/2bef40f2c171c996c80d36943af19458
Theme
https://gist.github.com/skygunner/daa96a2e5e00e8d6303c5ea1693a6174
Timing report
No response
Launch command
rofi -show drun
Step to reproduce
run rofi -show drun choose dconf-editor and enter dconf-editor started, but rofi window is still on top for about 15 seconds then it will go away
Expected behavior
should close after start dconf-editor
Actual behavior
rofi window is still on top for about 15 seconds then it will go away
Additional information
Using wayland display server protocol
- [X] No, I don't use the wayland display server protocol
I've checked if the issue exists in the latest stable release
- [X] Yes, I have checked the problem exists in the latest stable version
hmm odd one..
If you disable that popup, rofi does not hang around. I wonder what hangs in the DBusActivation.
So if popup enabled, the activate callback timeouts
(process:753654): Modes.DRun-WARNING **: 07:28:37.199: error sending Open message to application: Timeout was reached
Added option to disable DBusActivatable and reduced timeout to 1.5seconds.
I noticed that applications like remmina / parabolic when they launch from rofi and if they configred to use gnome-keyring, the input password dialog to unlock keyring will also lock up here and wait like 15 seconds. Is this the same issue and will be fixed in the next release?
Sounds like the same issue.