this post was submitted on 30 Jun 2023
4 points (100.0% liked)

KDE

5048 readers
53 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS
 

Like maybe all the font awesme free icons

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 year ago (1 children)

I mean you could, but how would that work? Those "emojis" would end up only working with that particular font, so you'd select a FA icon, paste it somewhere, and you end up with some random character that has nothing to do with the icon.

The point of real emojis is that they are standardized and wildly adopted unicode codepoints that should in theory represent the same thing no matter what font is being used. You can paste a πŸ€·β€β™‚οΈ and it doesn't matter if you use the Noto fonts, or Microsoft's fonts, or Apple's fonts, or Samsung's fonts, you'll always end up with a guy shrugging. Icon fonts follow no standard, so a gear icon in FA might end up being a bell icon or something else unrelated.

What you might be after is a font viewer that lets you see all the glyphs of a given font that you can then copy paste the codepoint where appropriate. But even then usually icon fonts are used with a matching CSS stylesheet so you can add them by name rather than by character, and it fixes some accessibility problems with screen readers along the way by just not having a random H that's supposed to be an icon.

[–] [email protected] 2 points 1 year ago

You are right, I didnt know fa icons were non standard. So i cant use it normally. What I want probably is more icons in the unicode std πŸ˜….

[–] [email protected] 2 points 1 year ago (1 children)

I can try to add kde emojis later this week.

[–] [email protected] 1 points 1 year ago

Wouldn't the same limitation as what Max-P exist?