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>
pull/244/head
Michele Calgaro 3 years ago
parent a40dd01552
commit d46fe0e5a4
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