tuberry / color-picker

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

Cursor Icon does not appear in PopOS 20.10 #13

Closed RafaelGoulartB closed 3 years ago

RafaelGoulartB commented 3 years ago

Running:

Screenshot from 2020-11-13 09-53-33

valambrou commented 3 years ago

I too had the same problem on Manjaro with gnome 3.38.1

Temporary solution from the owner(it worked for me):

Reproduced but I thought it's a manjaro-specific bug. If you run the command in your terminal, you'll get the same image.

gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell/Screenshot --method org.gnome.Shell.Screenshot.PickColor

And it should be reported to Manjaro devs, maybe the icon file is broken when packaging. As for this extension, you could install the older version from github to get the expected behavior:

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

Upstream theme stuffs haven't been complied into a binary file (/usr/share/gnome-shell/gnome-shell-theme.gresource). I can find color-pick in that gresource (opening with vim or gedit) on Archlinux but not on Manjaro. I didn't try PopOS but I thought it's the same. They may forget to recompile the stock gnome shell theme when updating.