-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Color picker not working under Wayland #598
Comments
Thanks for the report. |
wayland do not have access to other windows (security first) so yes, using portals is the solution. A wayland color picker can demonstrate how to do it correctly: https://github.com/emersion/grim |
@Mkefs any luck in figuring this out? Otherwise I can give it a try |
Mmm, I'm having some troubles with it, and also I have homework, so I don't have so much time. |
Under wayland, the best shot I can think of using the portals. We can use libportal https://github.com/flatpak/libportal for that, it doesn't provide a vapi file, but we can easily write a wrapper for the pick_color method See here for an example on how to do so: https://gitlab.gnome.org/bertob/nostalgia/-/blob/master/src/libportal.vapi#L3-26 |
From color-selection I guess it should be |
It seems like this issue was fixed in #619 |
Expected Behavior
When clicking in the global color picker, it should zoom in and let me choose a color.
Like #432 gif
Current Behavior
The color picker circle does nothing and the cursor gets stuck
Log:
Possible Solution
Steps to Reproduce (for bugs)
Context
I was trying the app features and this happened
Your Environment (for bugs)
Linux pKnw 5.11.22_1 How to install Akira in linux? #1 SMP 1621481187 x86_64 GNU/Linux
NAME="void"
ID="void"
DISTRIB_ID="void"
PRETTY_NAME="void"
The text was updated successfully, but these errors were encountered: