• 25 Posts
  • 803 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle




    • KDE Plasma has currently better upstream development (a side effect of Steam Deck) but the integration of KDE into Fedora is done by volunteers.
    • Gnome is integrated into Fedora by Red Hat employees but upstream development lags a bit behind in adopting some newer technologies Red Hat isn’t that interested for RHEL.

    I used Fedora in the past and found the KDE Spin a little less polished. I don’t know the current situation but there was a time Fedora KDE shipped out of the box with three web browsers because the volunteers couldn’t agree on one, whereas the RH employees just decided that they want Firefox and not Gnome Web for RHEL, so in Fedora they just did the same. Updates were rolled out in a timely manner (and I heard nothing that indicated anything changed in that regard), so the volunteer squad didn’t do a worse job there than the paid Gnome people.











  • An old (now decommissioned) notebook of mine had a broken headphone jack. I didn’t have BT headphones then. Audio output worked technically but the detection whether headphones were plugged in or not did no longer work.

    I wrote a very short amixer script to force unmute the jack, set the volume to 50 or so percent and set the speaker volume to 0% but not “mute” state. I could then use my wired headphones again.


  • I get needing more space for certain workflows but if fonts are blurry on 1080p at 100% there’s something wrong with your setup. Misconfigured font renderer or so. Configure your FreeType to set font smoothing to sharp and hinting to slight. If your distribution has other defaults, file a bug report with them. Back in the day when screens had a lower pixel density (I had 15" 720p once), FreeType might have been configured “smoother” because it would match print output closer.




  • Would you mind sending that email to the millions of devs around the world?

    Yes, I mind. For Qt5 applications, basic HiDPI support can be patched in with a single line. I actually did that for a handful of applications, tested them, and then submitted pull requests on Github. I cannot program, so all I could do is to copy and paste that one line from the Qt documentation. It’s not much but I already did my part.