BradyBrenot / huestacean

Philips Hue control app for desktop with screen syncing. C++ with Qt Quick GUI.
http://huestacean.com
Apache License 2.0
564 stars 54 forks source link

Adding support for Wayland #105

Open j0sk opened 5 years ago

j0sk commented 5 years ago

Example Fedora 25 uses Wayland by default and more distro's are joining in the near future. So it would be nice to see the Wayland support in this application. At least Huestacean now detects the monitors and resolutions already in Wayland session.

clemdumo commented 5 years ago

Hi ! I second that.

I'm using a Gentoo with GNOME 3.30 on Wayland, and I can't seem to get the application to work fully. Like the OP I get the monitor detected OK, and the selected lights actually turn on to white when I start sync, but it's all that happens.

If I start a session on Xorg, it works like a charm though, so I can use that as a workaround if needed at the moment. But Wayland support would be awesome for the future :) (also while I'm at it, nice work really !)

towo commented 3 years ago

Bump on that.

Mushoz commented 3 years ago

Wayland support would be much appreciated. I think via the pipewire API this should be relatively easy to implement, but having said that, I am no expert on the topic.