this post was submitted on 20 Oct 2023
168 points (96.2% liked)

Firefox

17794 readers
28 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
 

I use KDE Plasma, and much prefer the KDE color picker over the GTK one that Firefox uses, with input type=color.

I know that I can set GTK_USE_PORTAL=1 to make Firefox use the native file picker, is there a way to make it use the native color picker as well?

I know there probably isn't a way, but I figured it's worth a shot asking.

you are viewing a single comment's thread
view the rest of the comments
[–] lutillian@sh.itjust.works 4 points 1 year ago* (last edited 1 year ago) (1 children)

It is using a system color picker. That's the gtk color picker. You'd need to configure xdg-portal to utilize a different picker I'm pretty sure.

https://wiki.archlinux.org/title/XDG_Desktop_Portal might point you in the direction you're looking for... Not 100% on this though... maybe switch from portal-gtk to portal-kde?

[–] Moxvallix@sopuli.xyz 1 points 1 year ago

Alright, I’ll look into this. Thank you.