Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] in 1.7.7 lanuch dconf-editor from rofi, rofi will still running on top until timeout (1.7.6 works fine) #2077

Open
2 tasks done
skygunner opened this issue Jan 8, 2025 · 3 comments
Labels

Comments

@skygunner
Copy link

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

Screenshot at 2025-01-08 12-34-11

Using wayland display server protocol

  • No, I don't use the wayland display server protocol

I've checked if the issue exists in the latest stable release

  • Yes, I have checked the problem exists in the latest stable version
@skygunner skygunner added the bug label Jan 8, 2025
@DaveDavenport
Copy link
Collaborator

hmm odd one..

If you disable that popup, rofi does not hang around.
I wonder what hangs in the DBusActivation.

@DaveDavenport
Copy link
Collaborator

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

@DaveDavenport
Copy link
Collaborator

Added option to disable DBusActivatable and reduced timeout to 1.5seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants