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

Wayland support #70

Open
terrarier2111 opened this issue May 1, 2021 · 4 comments
Open

Wayland support #70

terrarier2111 opened this issue May 1, 2021 · 4 comments

Comments

@terrarier2111
Copy link

Are there any plans to support wayland in the future?

@teleprint-me
Copy link

A lot of distros are moving away from X11 and integrating Wayland by default now. So, as time moves on, this is going to be more and more of an issue.

@scoony
Copy link

scoony commented Nov 6, 2022

Hello,

Ok, mine is working on Ubuntu 22.04 with wayland... his is how to fix (for the time being), you just need to use the root account to make it works on wayland. I'm using the original komorebi, not this fork.

- open a terminal
- sudo su
- cd /System/Applications
- ./komorebi
- CTRL+C (to close Komorebi, was just to generate the config file)
- nano /root/.Komorebi.prop
- edit the file to select the animated wallpaper you want (or you can put yours in the default folder "foggy_sunny_mountain", don't forget to "ShowDesktopIcons=false")
- CTRL+O ... Enter ... CTRL+X (save and exit)
- nano /System/Applications/gnome-start
- 
- put in this file (replace root_pass by your root password)
#!/bin/bash
echo root_pass | sudo -kS /System/Applications/komorebi
- chmod 777 /System/Applications/gnome-start
- chmod +x /System/Applications/gnome-start
- su user (replace user by your username on the system)
- nano ~/.config/autostart/komorebi.desktop
- replace the line exec by "Exec=/System/Applications/gnome-start"
- CTRL+O ... Enter ... CTRL+X (save and exit)

Here we go, restart your session...

@NyllRE
Copy link

NyllRE commented Oct 5, 2023

@scoony is there any way you could make a pull request to automate this process? this is a very beautiful software that's been halted because of the wayland issue and it'd be very appreciated if you could help future-proof it

@Kangie
Copy link
Member

Kangie commented Mar 8, 2024

v3.0.0 should work on Wayland with some caveats (it displays a Wayland window in taskbars, some graphical weirdness in window decorations.)

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

No branches or pull requests

5 participants