Emote icon indicating copy to clipboard operation
Emote copied to clipboard

User's Default GTK Theme is not used

Open 266-750Balloons opened this issue 1 year ago • 3 comments

Hi. I am on Debian Trixie amd64 with XFCE 4.18. I use the Chicago95 theme.

When I invoke the application with environment variables, such as GTK_THEME=Chicago95, the user's theme does not apply. This happens both when using sudo flatpak override --env=... and when passing an environment variable when invoking the application with python3 -m emote (meaning this isn't a Flatpak issue). The theme comes with a gtk-3.0 theme, and I have also specially modified it to support GTK 4.

266-750Balloons avatar Aug 12 '23 04:08 266-750Balloons

Hi, I am experiencing this issue, then noticed the project is no longer maintained, but then noticed you forked it. Did you fix it there ? Would you be willing to ressurect this project, make releases and open issues ? Thanks

KaKi87 avatar Apr 23 '24 20:04 KaKi87

I feel like I found a fix without any code changes, but it's been a while since I used the Flatpak; I made custom Deb packaging and just run it native. That fork was just to make a few pull requests to this and wasn't anything serious.

I'd be open to making a more long-term fork, but honestly, I might just write a new picker in WxWidgets or something so I don't have to touch GTK4.

266-750Balloons avatar Apr 23 '24 22:04 266-750Balloons

I might just write a new picker in WxWidgets or something

Well, if you do, please preserve the ability to manipulate it fully with the keyboard, because this emoji picker is currently the only one that can, for example KDE's doesn't allow selecting an emoji after typing a search, even with tabs. Thanks

KaKi87 avatar Apr 23 '24 23:04 KaKi87