You are not logged in.

#1 2010-12-23 19:15:02

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

[Solved] Empathy adium theme

Hi, i've created this Pkgbuild: http://aur.archlinux.org/packages.php?ID=44723 but i can't compile it due to this error:

File "./setup.py", line 2, in <module>
    from DistUtilsExtra.command import *
ImportError: No module named DistUtilsExtra.command

i've searched online but i can't solve it, i've recompiled python-keybinder, python-distutils-extra is installed

Last edited by toketin (2010-12-23 22:51:47)

Offline

#2 2010-12-23 19:18:34

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [Solved] Empathy adium theme

no wonder it doesn't work.

  python ./setup.py build
  python ./setup.py install --prefix=/usr --root=$pkgdir

change to

  python2  setup.py build
  python2  setup.py install --prefix=/usr --root=$pkgdir

Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2010-12-23 22:51:26

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: [Solved] Empathy adium theme

thanks! Now my problem is that with Adium's theme in Empathy i can't change the font size, i've tried to modify the file in ".local/share/adium/message-styles/*AiumStyle" and then "Contents", Info.plist changing the font's value in the line:

<key>DefaultFontSize</key>
    <integer>14</integer>

but nothing, same result. With this theme (adium-theme-ubuntu) the font is bigger but with other themes like the original Renkoo, fonts are very small neutral

Last edited by toketin (2010-12-23 22:57:13)

Offline

Board footer

Powered by FluxBB