[XFCE 0000021]: XFce-utils and xinitrc shouldn't set defalut font size
[email protected] Wed, 3 Dec 2003 15:04:03 +0000 (GMT)
| Newsgroups | gmane.comp.xfce.devel |
|---|---|
| Message-ID | <[email protected]> |
The following bug has been CLOSED ======================================================================= http://bugs.xfce.org/view_bug_page.php?f_id=0000021 ======================================================================= Reporter: mpol Handler: olivier ======================================================================= Project: XFCE Bug ID: 0000021 Category: other Reproducibility: always Severity: major Priority: normal Status: closed ======================================================================= Date Submitted: 2003-11-21 10:28 GMT Last Modified: 2003-12-03 15:04 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. ======================================================================= ----------------------------------------------------------------------- olivier - 2003-11-21 11:55 GMT ----------------------------------------------------------------------- No, it's there on purpose. Removing this setting gives odd/ugly defaults on some hw. The user can comment out the setting if needed. Olivier.