tuberry / color-picker

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

Weird pointer when picking color (Pop OS) #31

Closed petar-dobrev closed 2 years ago

petar-dobrev commented 2 years ago

The pointer doesn't look like it should on Pop OS. You can see the screenshot

alt

tuberry commented 2 years ago

It looks like #24 and should be fixed for GNOME Shell 40+. However, the patch did not backport to lower versions. This fork should do that for you:

git clone https://github.com/SaucySauce/color-picker-3.38-extension.git
cd color-picker-3.38-extension && make VERSION=20 install
SumnanAzadi commented 2 years ago

It looks like #24 and should be fixed for GNOME Shell 40+. However, the patch did not backport to lower versions. This fork should do that for you:

git clone https://github.com/SaucySauce/color-picker-3.38-extension.git
cd color-picker-3.38-extension && make VERSION=20 install

image