https://bugs.kde.org/show_bug.cgi?id=483204
Mark van Rossum <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |c.uk --- Comment #7 from Mark van Rossum <[email protected]> --- I also encounter this bug. A work-around is to change the DPI of the display to a lower value. The same selection will now contain more pixels. On XFCE one does ($1 = new DPI) xfconf-query -c xsettings -p /Xft/DPI -s $1 On gnome: gsettings set org.mate.font-rendering dpi $1 On KDE kwriteconfig5 --file ~/.config/kcmfonts --group "General" --key "forceFontDPI" "$1" It does not hurt to run all 3 commands. I often change DPI settings on my display as I switch between laptop and big screen. -- You are receiving this mail because: You are watching all bug changes.
