Page 1 of 1

New Lxappearance 0.3.0 don't manage fonts.

Posted: Sun Dec 20, 2009 6:50 pm
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.

Re: New Lxappearance 0.3.0 don't manage fonts.

Posted: Sun Dec 20, 2009 8:12 pm
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.

Re: New Lxappearance 0.3.0 don't manage fonts.

Posted: Sun Dec 20, 2009 9:30 pm
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

Re: New Lxappearance 0.3.0 don't manage fonts.

Posted: Tue Jan 05, 2010 11:21 am
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 ?

Re: New Lxappearance 0.3.0 don't manage fonts.

Posted: Tue Jan 05, 2010 11:28 pm
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 :)

Re: New Lxappearance 0.3.0 don't manage fonts.

Posted: Wed Jan 06, 2010 3:23 pm
by foobar3000
... when starting a openbox-only-session, everything works fine :-)