-
Notifications
You must be signed in to change notification settings - Fork 70
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
j4-dmenu-desktop + dmenu works but does not show on screen #122
Comments
Try running dmenu by itself. Enter some random options and then press ^D
(ctrl-D) to send an EOF. If the menu doesn't popup then, it's a dmenu
problem.
|
@enkore I discovered what the issue is, but I don't know whose fault it is. :D I issued the command Like I said, I don't know whose fault it is. Is it because wayland is not telling j4 where to draw? Is it j4 for not probing screen geometry? Is it mine because I should tell j4 the geometry myself? |
Interesting issue... but most likely a problem between dmenu and sway -
remember that j4dd itself doesn't know anything about X11 or wayland, it
just calls dmenu(1) and that's what actually shows a graphical menu. So
you should be able to reproduce this even with j4dd out of the loop,
just using dmenu(1) itself.
|
I can confirm the issue is regarding the |
I'm not even sure how to word this problem.
I was using my system just fine (Gentoo, Wayland, Sway, j4-dmenu-desktop, dmenu, no xwayland) without any problems then suddenly it stopped showing up on screen. I thought... okay?... and restarted Sway.
Now menu does not show anywhere BUT it works! If I press Win+D, type "brave" without seeing any return on screen and press enter, Brave Browser gets started. So it IS working, but it's not SHOWING on screen.
I'm not sure how to debug the reason behind this. I wasn't doing anything special at the time.
The text was updated successfully, but these errors were encountered: