tuberry / color-picker

Simple color picker for GNOME Shell.
GNU General Public License v3.0
144 stars 11 forks source link

Color picking stops when Enable Preview is disabled. #15

Closed SaucySauce closed 3 years ago

SaucySauce commented 3 years ago

If I uncheck the Enable Preview the color picker doesn't do anything. Enabling the toggle makes the function work again. GNOME Wayland 3.38.4 Arch Linux.

tuberry commented 3 years ago

Cannot reproduce that in the same env. Try installing it from github and re-login gnome shell to see if it works.

SaucySauce commented 3 years ago

Still nothing.

SaucySauce commented 3 years ago

https://user-images.githubusercontent.com/38703177/108614375-89b75600-73e9-11eb-8601-0ce149145e08.mp4

SaucySauce commented 3 years ago

I had disabled record of the mouse so that's why it doesn't appear for the most part on the video.

tuberry commented 3 years ago

run journalctl -f -o cat /usr/bin/gnome-shell in termianl and see the output when picking. And does it happen with Adwaita cursor theme?

SaucySauce commented 3 years ago

Screenshot from 2021-02-21 03-45-20

SaucySauce commented 3 years ago

Changing cursor theme makes no difference.

tuberry commented 3 years ago

Reproduced. Now, it should be fixed. You should install the GitHub version and logout then login to take effect:

git clone https://github.com/tuberry/color-picker.git
cd color-picker && make install
SaucySauce commented 3 years ago

Thanks. It works Great.