tuberry / color-picker

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

Transparent Box around Extension Icon #47

Closed lorens-osman-dev closed 1 year ago

lorens-osman-dev commented 1 year ago

Description: I'd like to start by expressing my appreciation for the fantastic Gnome extension, "color-picker." It's a simple and incredibly useful tool.

However, I've encountered a minor issue that I believe could be improved. When I click on the extension icon, a strange transparent box appears around it. This behavior, while not a critical problem, affects the overall user experience. I'd like to suggest a fix for this issue to make the extension even better.

Steps to Reproduce:

Install the "color-picker" Gnome extension from [link]. Click on the extension icon in the Gnome top bar. Observe the strange transparent box that appears around the icon.

Screenshots: Screenshot from 2023-10-12 14-32-16

Screencast from 2023-10-12 14-38-10.webm

Screenshot from 2023-10-12 14-39-45

Environment: Os Name : [Fedora Linux 38 (Workstation Edition)] Os Type : [64-bit] GNOME Version :[44.5] Windowing System :[Wayland] Kernal Version :[Linux 6.5.6-200.fc38.x86_64]

tuberry commented 1 year ago

Already fixed since https://github.com/tuberry/color-picker/commit/c6a3e3d51a741c22d08ef29563a3f30527bed6bd. Please install from GitHub, then re-login to see if it works:

git clone --recurse-submodules https://github.com/tuberry/color-picker.git && cd color-picker
git checkout c6a3e3d && meson setup build && meson install -C build
lorens-osman-dev commented 1 year ago

Thanks , Thats worsk .