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

how about wayland? #2

Open
anarcat opened this issue Jan 3, 2018 · 3 comments
Open

how about wayland? #2

anarcat opened this issue Jan 3, 2018 · 3 comments

Comments

@anarcat
Copy link

anarcat commented Jan 3, 2018

In the list of things that do not work, do we have wayland? Or is there a solution that could match this already out there?

A similar problem is one that redshift tries to address, and it faced similar issues working with Wayland. I suspect the solution would be the same, which is to say that the Compositor has to implement support for this, and then programs ask the compositor to shift colors around (e.g. sway has this now).

GNOME has an article about color management has well which might be relevant, and it seems the best shot at this in redshift is using some gnome approach (see jonls/redshift#55 (comment)).

It would be nice to have the best practices about this documented somehow as well. Would love to see that work!

@vn971
Copy link
Owner

vn971 commented Sep 28, 2018

@anarcat I must say I do not really know Wayland-s situation on this. Maybe wayland itself can have something like this implemented in its API?

I've linked this issue in README for better visibility though.

@JonathanILevi
Copy link
Contributor

JonathanILevi commented Nov 23, 2018

The problem with doing this in Wayland is that applications do not have access to other applications rendering data like in X11 (this is generally considered a good thing). As a side effect, though, this kind of a thing would have to be implemented in the Compositor itself.

@joh4nd
Copy link

joh4nd commented May 15, 2023

Any news on this subject?

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

4 participants