New Lxappearance 0.3.0 don't manage fonts.

The standard theme switcher of LXDE - http://wiki.lxde.org/en/LXAppearance
Locked
phillipe
Posts: 41
Joined: Mon Apr 27, 2009 4:12 pm

New Lxappearance 0.3.0 don't manage fonts.

Post by phillipe »

Hi!

Today I upgraded the lxappearance on my Archlinux.
But, when I tried to modify the fonts type and size, no modification occured.

It must be a Bug in this new version.

I tried the svn version too, but, the same problem occured.
==> Phillipe Smith ( SmithuX ) <==
Email: phillipe@archlinux.com.br
WebSite: http://www.smithux.com
bmarkus
Posts: 33
Joined: Tue Sep 08, 2009 6:23 pm

Re: New Lxappearance 0.3.0 don't manage fonts.

Post by bmarkus »

I'm running it on Tiny Core Linux 2.7 compiled from source. Font and size setting work as expected. For me it doesn't look lxappearance issue.
craigevil
Posts: 31
Joined: Fri Jul 24, 2009 8:48 am
Location: down the rabbit hole
Contact:

Re: New Lxappearance 0.3.0 don't manage fonts.

Post by craigevil »

It works as expected on debian sid.

$ apt-cache policy lxappearance
lxappearance:
Installed: 0.3.0+svn20091218-1
Candidate: 0.3.0+svn20091218-1
Version table:
*** 0.3.0+svn20091218-1 0
990 http://ftp.debian.org sid/main Packages
Debian Sid LXDE Kernel liquorix CPU Pentium IV 2.80GHz GeForce 9400 GT
Debian - "If you can't apt-get something, it isn't useful or doesn't exist"
Giant Debian sources.list | Debian upgrade script smxi | sysinfo script inxi
foobar3000
Posts: 2
Joined: Tue Jan 05, 2010 10:54 am

Re: New Lxappearance 0.3.0 don't manage fonts.

Post by foobar3000 »

I got the same problem ... i cannot change fonts or themes !

LXDE:

Code: Select all

squeeze:/tmp# apt-cache policy lxde
lxde:
  Installed: 0.4.2-3
  Candidate: 0.4.2-3
LXAPPEARANCE, the squeeze version didnt work, so i used the sid version, didnt work either:

Code: Select all

squeeze:/tmp# apt-cache policy lxappearance
lxappearance:
  Installed: 0.3.0+svn20091218-1
  Candidate: 0.3.0+svn20091218-1
  Version table:
 *** 0.3.0+svn20091218-1 0
        500 http://ftp.de.debian.org sid/main Packages
        100 /var/lib/dpkg/status

Code: Select all

squeeze:~# locate gtkrc-2.0
/home/f3k/.gtkrc-2.0
/home/f3k/.gtkrc-2.0.mine
/root/.gtkrc-2.0
/root/.gtkrc-2.0.mine
PERMISSIONS:

Code: Select all

squeeze:~# ls -l /root/.gtkrc*
-rw-r--r-- 1 root root 305 2010-01-05 13:23 /root/.gtkrc-2.0
-rw-r--r-- 1 root root  26 2010-01-05 12:19 /root/.gtkrc-2.0.mine

squeeze:~# ls -l /home/f3k/.gtkrc*
-rw-r--r-- 1 f3k f3k 322 2010-01-05 13:45 /home/f3k/.gtkrc-2.0
-rw-r--r-- 1 f3k f3k  23 2010-01-05 13:04 /home/f3k/.gtkrc-2.0.mine

.GTKRC's

Code: Select all

squeeze:~# cat /home/f3k/.gtkrc-2.0
# DO NOT EDIT!  This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine

gtk-theme-name="Clearlooks"
gtk-icon-theme-name="nuoveXT2"
gtk-font-name="Verdana 7"
gtk-toolbar-style=3
gtk-cursor-theme-name="(null)"
gtk-cursor-theme-size=16
include "/home/f3k/.gtkrc-2.0.mine"

Code: Select all

squeeze:~# cat /root/.gtkrc-2.0
# DO NOT EDIT!  This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine

gtk-theme-name="Clearlooks"
gtk-icon-theme-name="nuoveXT2"
gtk-font-name="Verdana 7"
gtk-toolbar-style=3
gtk-cursor-theme-name="(null)"
gtk-cursor-theme-size=16
include "/root/.gtkrc-2.0.mine"
STRACE:

http://pastebin.com/m62ad32d8



the ~/.gktrc-2.0 is updated, when changed. But nothing changes on the desktop. When opening lxappearance in the font-drop-down is still "Sans 10" displayed.

Someone knows how to solve this ?
charlieapples
Posts: 1
Joined: Tue Jan 05, 2010 11:23 pm

Re: New Lxappearance 0.3.0 don't manage fonts.

Post by charlieapples »

I've got the same problem and I'm baffled.
Everything else on my LDXE setup works perfectly, but even though I can see all the themes, fonts and icons in lxappearance, and I've tried all the other possible solutions through googling this and other forums (e.g. moving themes and icons to my home directory and messing with the .gtkrc files), I simply can get lxappearance to make a change.

Will keep googling and naturally write back if I get anywhere :)
foobar3000
Posts: 2
Joined: Tue Jan 05, 2010 10:54 am

Re: New Lxappearance 0.3.0 don't manage fonts.

Post by foobar3000 »

... when starting a openbox-only-session, everything works fine :-)
Locked