rofi waits for some time before its window disappears when if the .desktop file contains DBusActivatable=true #2138
ashley-paul-12345
started this conversation in
General
Replies: 2 comments 4 replies
-
And if this is not an issue, can I make rofi close right after the launched? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Some applications do not correctly report back that they launched, that causes rofi to wait (to see if the launch was successful) with a timeout (1.5s). You can disable DBusActivatable on drun in rofi. See release notes: https://github.com/davatorium/rofi/releases/tag/1.7.8 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i started having this "effect" since
1.7.9+wayland1
; i know this is the x11 version but i was wondering if it has to do with the core code of rofiIf the .desktop file contains
DBusActivatable=true
, rofi doesn't close it's window right after i choose the app, but waits for like a sec until Dbus is launched and then its window disappearssetting
DBusActivatable=false
in the .desktop file or usingDBUS_SESSION_BUS_ADDRESS=/dev/null
in rofi's keybind solves this delay, but i don't know if disabling dbus is a good ideais it okay to have this here or should I open an issue in the wayland fork?
Beta Was this translation helpful? Give feedback.
All reactions