Fixed clearing Xft.dpi settings when no value is set in TCC module. This resolves issue TDE/tde#70.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d46fe0e5a4)
r14.0.x
Michele Calgaro 3 years ago
parent 9c2f4b15de
commit e757ccdbb1
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -488,9 +488,6 @@ if test "$kcmfonts_general_forcefontdpienable" = "true"; then
echo "Xft.dpi: $kcmfonts_general_forcefontdpi" > $tmpfile
xrdb -quiet -merge -nocpp $tmpfile
rm $tmpfile
else
echo "[starttde] Clearing setting of font DPI value" 1>&2
xrdb -quiet -remove -nocpp Xft.dpi
fi
# Configuration of the gtk_qt_engine if not already set.

Loading…
Cancel
Save