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] Rofi window mode not working on KWIN #110

Open
2 tasks done
deivid11 opened this issue Jan 3, 2024 · 2 comments
Open
2 tasks done

[BUG] Rofi window mode not working on KWIN #110

deivid11 opened this issue Jan 3, 2024 · 2 comments
Labels

Comments

@deivid11
Copy link

deivid11 commented Jan 3, 2024

Rofi version (rofi -v or git commit in case of build issue)

1.7.5+wayland2-155-gb29518f0

Configuration

https://gist.github.com/deivid11/7890a747c52e13f4d831860c5f6ddc8d

Theme

https://gist.github.com/deivid11/d23fb4aae6dedbe254804a8691a37247

Timing report

https://gist.github.com/deivid11/d41b6191a90dbff82f6bc8cade80a313

Launch command

rofi --show window

Step to reproduce

Execute rofi --show window

Expected behavior

Show a list with the current applications running.

Actual behavior

Showing an empty rofi window and the following message:

~ rofi -show window

** (process:25405): WARNING **: 15:42:33.644: Mode 'window' does not have a type set. Please update mode/plugin.

(process:25405): Modes.Window-WARNING **: 15:42:33.646: Unable to initialize Window mode: Wayland compositor does not support wlr-foreign-toplevel-management protocol

Additional information

Curiosly, If i run the command using sudo the window mode run correctly.
Im using KDE Plasma 5.27.10 and KWIN compositor.
Also I have tried on Hyperland and is working as expected.

Using wayland display server protocol

  • Yes, I use rofi with wayland support

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

  • Yes, I have checked the problem exists in the latest stable version
@deivid11 deivid11 added the bug label Jan 3, 2024
@lbonn
Copy link
Owner

lbonn commented Jan 5, 2024

@deivid11 yes, the error message says it all. KWIN does not implement this protocol but its own: https://wayland.app/protocols/kde-plasma-window-management

This will need a bit of work...

@deivid11
Copy link
Author

deivid11 commented Jan 9, 2024

Thanks @lbonn ;) I've seen wayland can't access to windows as easy as xorg, matter of time to get new solutions. Long live to Wayland hehe.

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