

UPDATE: In case anyone comes across this thread…
Fedora KDE really doesn’t seem to render Noto Sans CJK JP and KR very well. GNOME and GTK apps can render it fine. I couldn’t find a proper fix for it but either one of these workarounds should be good enough:
- Set your main font as Noto Sans CJK “Light” --> this looks okay for KDE/Qt but GTK apps will properly render it as “Light”
- Use a different font and use fontconfig to prefer those fonts
Number 2 is a better solution. https://fonts.google.com/ has a bunch of fonts for most languages and many of them have packages in Fedora. In my case, I installed mrsw-biz-* and naver-nanum-* and added this to my fontconfig (~/.config/fontconfig/conf.d/00-preferred-fonts.conf:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>
<alias>
<family>sans-serif</family>
<prefer>
<family>Noto Sans</family>
<family>BIZ UDPGothic</family>
<family>NanumGothic</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>Noto Sans Mono</family>
<family>BIZ UDGothic</family>
<family>NanumGothicCoding</family>
</prefer>
</alias>
</fontconfig>









I made a post the other day how Fedora KDE doesn’t render CJK fonts properly. MPV also wasn’t rendering fonts properly so I had to manually add a font in
mpv.conf.When I installed Fedora KDE, there was a button to enable third party repos. It actually worked but it only enables NVIDIA and Steam repos so I had to go over to rpmfusion to get the ones for non-free ffmpeg.
I have a wireless pen tablet from XP Pen and I need to close and open the XP Pen app to get it to connect every time. It doesn’t seem to “wake” automatically whenever I turn my tablet on.(nvm, using OpenTabletDriver instead fixes it)On Fedora, installing DaVinci Resolve seems tricky. Don’t know if I should use davincibox or davinci-helper. (edit: ended up using davincibox and it’s pretty ok so far)
This is my first time using Fedora and KDE on my desktop. It’s also been 2 years since I last used Linux on bare metal.