Re: flag icon replacement

2023-02-22 Thread Harald Sitter
I've started https://invent.kde.org/frameworks/kguiaddons/-/merge_requests/95

On Tue, Feb 21, 2023 at 4:38 PM Volker Krause  wrote:
>
> On Dienstag, 21. Februar 2023 14:08:27 CET Harald Sitter wrote:
> > Our keyboard indicator thingy in plasma is implicitly depending on
> > flag icons from kdelibs4support. We kinda need a replacement. I've
> > done some prototyping on using emojis instead. Should we pursue that
> > approach? and if so where should we put the engine
> > https://phabricator.kde.org/T13722#286177
>
> We are already pretty much set on that approach in many other places (via
> KCountry::emojiFlag). Having an icon engine in addition probably makes sense,
> the lowest possible location would be KGuiAddons I guess?
>
> Regards,
> Volker


Re: flag icon replacement

2023-02-21 Thread Volker Krause
On Dienstag, 21. Februar 2023 14:08:27 CET Harald Sitter wrote:
> Our keyboard indicator thingy in plasma is implicitly depending on
> flag icons from kdelibs4support. We kinda need a replacement. I've
> done some prototyping on using emojis instead. Should we pursue that
> approach? and if so where should we put the engine
> https://phabricator.kde.org/T13722#286177

We are already pretty much set on that approach in many other places (via 
KCountry::emojiFlag). Having an icon engine in addition probably makes sense, 
the lowest possible location would be KGuiAddons I guess?

Regards,
Volker

signature.asc
Description: This is a digitally signed message part.


flag icon replacement

2023-02-21 Thread Harald Sitter
Yo

Our keyboard indicator thingy in plasma is implicitly depending on
flag icons from kdelibs4support. We kinda need a replacement. I've
done some prototyping on using emojis instead. Should we pursue that
approach? and if so where should we put the engine
https://phabricator.kde.org/T13722#286177

HS