Closed zefr0x closed 11 months ago
Hi @zefr0x. In the meantime there were some changes to the Screenshot
and PickColor
capabilities. Most importantly the portal now uses hyprpicker
for picking colors if installed. The problems you describe seem to boil down to grim
and slurp
. These tools were used to pick colors and are still used as a fallback. Their ui matches exactly your description.
So you might want to try the newest portal version with installed hyprpicker.
Thanks for that, it works great now.
Although I would like to see a solution for the Freezes your displays when picking the color
issue in hyprpicker. (I'm not sure if it's a problem or not, it might be a feature in some cases)
not possible to fix at the moment
When I request a color using the
PickColor
method in theorg.freedesktop.impl.portal.Screenshot
interface, I will see a white semi-transparent layer in my whole screen (like when using theScreenshot
method).Most times I will get a white color
#EEEEEE
as a response to my request, but sometimes I will get a real color.After some random tests it seems to behave like this:
I expect it to behave like:
Freezes your displays when picking the color
Don't freezes
Better
Also a
hyprpicker
like UI would be a very great thing.