[XFCE 0000021]: XFce-utils and xinitrc shouldn't set defalut font size
[email protected] Fri, 21 Nov 2003 10:28:03 +0000 (GMT)
| Newsgroups | gmane.comp.xfce.devel |
|---|---|
| Message-ID | <[email protected]> |
The following NEW bug has been ADDED. ======================================================================= http://bugs.xfce.org/view_bug_page.php?f_id=21 ======================================================================= Reporter: mpol Handler: ======================================================================= Project: XFCE Bug ID: 0000021 Category: other Reproducibility: always Severity: major Priority: normal Status: new ======================================================================= Date Submitted: 2003-11-21 10:28 GMT Last Modified: 2003-11-21 10:28 GMT ======================================================================= Summary: XFce-utils and xinitrc shouldn't set defalut font size Description: In XFce-utils, the script /scripts/xinitrc sets the default font size: xrdb -nocpp -merge - << EOF Xft.dpi: 96 Xft.hinting: 1 Xft.hintstyle: hintmedium EOF It shouldn't change the default fontsize. The dpi value should depend on the screen resolution, e.g. a higher value for notebook displays with 1400x1050 pixels and a lower number for desktop TFTs with 1280x1024 pixels. It's bad behaviour to overwrite this with a hard coded value. Could this be fixed to be at least commented out. If people choose to change it on their local installation, then that's ok, but it shouldn't be default. =======================================================================