Results 1 to 3 of 3

Thread: Different fonts in LXDE/OpenBox

Hybrid View

  1. #1
    Join Date
    Dec 2010
    Beans
    1

    Different fonts in LXDE/OpenBox

    I recently started to use LXDE in my Ubuntu (previously I used Gnome; installed it using lubuntu-desktop meta-package). Had some issues but almost all of 'em are solved. Besides one - fonts. It seems that OpenBox is using different font rendering, or DPI maybe, that almost all GTK based apps (there are exception). It means that fonts in my Firefox look exactly the same way that they used to look in Gnome, but panel and window manager fonts, and as I mentioned, some apps have bigger or somehow differently rendered fonts. I use Arial font for all elements (beside console). Here are configs and screenshots:

    • part of $HOME/.config/openbox/lubuntu-rc.xml

    Code:
        <font place="ActiveWindow">
          <name>Arial</name>
          <size>9</size>
          <!-- font size in points -->
          <weight>Bold</weight>
          <!-- 'bold' or 'normal' -->
          <slant>Normal</slant>
          <!-- 'italic' or 'normal' -->
        </font>
        <font place="InactiveWindow">
          <name>Arial</name>
          <size>9</size>
          <!-- font size in points -->
          <weight>Bold</weight>
          <!-- 'bold' or 'normal' -->
          <slant>Normal</slant>
          <!-- 'italic' or 'normal' -->
        </font>
        <font place="MenuHeader">
          <name>Arial</name>
          <size>9</size>
          <!-- font size in points -->
          <weight>Normal</weight>
          <!-- 'bold' or 'normal' -->
          <slant>Normal</slant>
          <!-- 'italic' or 'normal' -->
        </font>
        <font place="MenuItem">
          <name>Arial</name>
          <size>9</size>
          <!-- font size in points -->
          <weight>Normal</weight>
          <!-- 'bold' or 'normal' -->
          <slant>Normal</slant>
          <!-- 'italic' or 'normal' -->
        </font>
        <font place="OnScreenDisplay">
          <name>Arial</name>
          <size>9</size>
          <!-- font size in points -->
          <weight>Bold</weight>
          <!-- 'bold' or 'normal' -->
          <slant>Normal</slant>
          <!-- 'italic' or 'normal' -->
        </font>
    • OpenBox and interface settings (you can see difference in Preferencje pulpitu, panel, desktop icons desc. and other windows)

    http://img841.imageshack.us/img841/7...01280x1024.png

    Last edited by kaemo; December 2nd, 2010 at 12:46 PM. Reason: please use thumbnails

  2. #2
    Join Date
    Aug 2009
    Location
    Ghent,Belgium
    Beans
    1,015
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Different fonts in LXDE/OpenBox

    Could you post a screenie please?
    Edit: missed it.
    Could be due to the openbox theme's rc, text-settings in windows. Shadow settings etc..
    Last edited by dzon65; December 2nd, 2010 at 12:48 PM.

  3. #3
    Join Date
    Aug 2009
    Location
    Ghent,Belgium
    Beans
    1,015
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Different fonts in LXDE/OpenBox

    Just checked,don't see any difference in openbox arial and lxappearance arial.
    Attached Images Attached Images

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •