With many bugs fixed and two language added, the stable version of Ubuntu Tweak 0.2.4 released!
If you used the old version, please update it!
Download:
Deb Package: ubuntu-tweak_0.2.4-ubuntu2_all.deb
Source Code: ubuntu-tweak_0.2.4_Source.tar.bz2
Some screenshots of different language:


ubuntu-tweak
Traceback (most recent call last):
File “./ubuntu-tweak.py”, line 25, in
from MainWindow import MainWindow
File “/usr/share/ubuntu-tweak/MainWindow.py”, line 98, in
[COMPIZ_PAGE, icons[COMPIZ_PAGE], _(“Compiz Fusion”), Compiz()],
File “/usr/share/ubuntu-tweak/Compiz.py”, line 253, in __init__
hbox.pack_start(self.create_edge_setting(), True, False, 0)
File “/usr/share/ubuntu-tweak/Compiz.py”, line 179, in create_edge_setting
combobox = self.create_edge_combo_box(“TopLeft”)
File “/usr/share/ubuntu-tweak/Compiz.py”, line 83, in create_edge_combo_box
edge_list = client.get_list(element, gconf.VALUE_STRING)
gobject.GError: 类型不匹配: 需要列表,得到的是 string
Cannot be launched, man. It must be due to compiz (0.6.99) with no libcompizconfig-backend-gconf installed. And I think u might abandon compiz options, as it is not such a compulsory part, or u can make it more flexible. For me, I prefer flat-file configuration backend rather than gconf-backend.
Thank you zhuqin!
I’ve update a new version, so that you can run Ubuntu Tweak!
About the Compiz Fusion, You are right! I won’t spend any time on it.
Pingback: Ubuntu Tweak - Beitrag - PcTweaker.Net
Pingback: Ubuntu Tweak 0.2.4 : Press play on Tape!
Congratulations!
I have noticed one regression though, but since you ported it from c to python, i guess a few things were to be expected.
* When you select a father item, it will automate expand the child items; is no longer working.
Apart from that… SOLID
Thank you for your continued effort to make a consolidated Ubuntu tweak app.
Brilliant little tool.
One problem i experienced, updating from 0.2.0 to 0.2.4 was that the Compiz settings panel now complains that it can’t find libcompizconfig-backend-gconf, which is definitely installed.
0.2.0 worked fine.
Hope to see some more awesome work from you.
Pingback: Ubuntu Tweak v0.2.4 Final -- 互联资讯-最新-破解-软件-下载-新闻-数码-网站-素材-源码-模板
Hi.
I’ve found this errors while trying your software:
/usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not stable yet
warnings.warn(“apt API not stable yet”, FutureWarning)
/home/jmariani/.gtkrc-2.0:2: Unable to find include file: “.gtkrc-2.0-scrollbar_cog”
Reading package lists… Done
Building dependency tree
Reading state information… Done
Traceback (most recent call last):
File “./ubuntu-tweak.py”, line 25, in
from MainWindow import MainWindow
File “/usr/share/ubuntu-tweak/MainWindow.py”, line 98, in
[COMPIZ_PAGE, icons[COMPIZ_PAGE], _(“Compiz Fusion”), Compiz()],
File “/usr/share/ubuntu-tweak/Compiz.py”, line 274, in __init__
hbox.pack_start(self.create_edge_setting(), True, False, 0)
File “/usr/share/ubuntu-tweak/Compiz.py”, line 180, in create_edge_setting
combobox = self.create_edge_combo_box(“TopLeft”)
File “/usr/share/ubuntu-tweak/Compiz.py”, line 84, in create_edge_combo_box
edge_list = client.get_list(element, gconf.VALUE_STRING)
gobject.GError: Type mismatch: Expected list, got string
Cya!
I can not run this tool also, output as followed:
———————————————
/usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not stable yet
warnings.warn(“apt API not stable yet”, FutureWarning)
正在读取软件包列表… 完成
正在分析软件包的依赖关系树
Reading state information… 完成
Traceback (most recent call last):
File “./ubuntu-tweak.py”, line 25, in
from MainWindow import MainWindow
File “/usr/share/ubuntu-tweak/MainWindow.py”, line 98, in
[COMPIZ_PAGE, icons[COMPIZ_PAGE], _(“Compiz Fusion”), Compiz()],
File “/usr/share/ubuntu-tweak/Compiz.py”, line 274, in __init__
hbox.pack_start(self.create_edge_setting(), True, False, 0)
File “/usr/share/ubuntu-tweak/Compiz.py”, line 190, in create_edge_setting
image = gtk.image_new_from_pixbuf(pixbuf)
AttributeError: ‘module’ object has no attribute ‘image_new_from_pixbuf’
—————————————————-
Great work! I love it, it is a very useful tool for Linux newbies. Looking forward to the next release – Thank you.
Why don’t you make it a Gnome-Tweak instead? Because that’s what it is, IMHO. More people could use it.
The older versions of Ubuntu Tweak worked well in 8.04 beta, so why have you removed the option of running it under 8.04?
Thank you for this useful tool!
I like it!
Hi, it should be a good tool
but I get errors:
/usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not stable yet
warnings.warn(“apt API not stable yet”, FutureWarning)
Failed to open file ‘splash/ubuntu-splash.png’: No such file or directory
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut
Reading state information… Fertig
Traceback (most recent call last):
File “./ubuntu-tweak.py”, line 25, in
from MainWindow import MainWindow
File “/usr/share/ubuntu-tweak/MainWindow.py”, line 98, in
[COMPIZ_PAGE, icons[COMPIZ_PAGE], _(“Compiz Fusion”), Compiz()],
File “/usr/share/ubuntu-tweak/Compiz.py”, line 274, in __init__
hbox.pack_start(self.create_edge_setting(), True, False, 0)
File “/usr/share/ubuntu-tweak/Compiz.py”, line 189, in create_edge_setting
pixbuf = gtk.gdk.pixbuf_new_from_file_at_size(wallpaper, 160, 100)
gobject.GError: Datei »« konnte nicht geöffnet werden: No such file or directory
Ubuntu tweak for KDE please!
Same errors as zhuqin, Enloyee and An0nym here…
Pingback: All in a day's work...
Ubuntu-tweak does not run on PowerPC because of the CPU model test:
Traceback (most recent call last):
File “./ubuntu-tweak.py”, line 25, in
from MainWindow import MainWindow
File “/usr/share/ubuntu-tweak/MainWindow.py”, line 121, in
[COMPUTER_PAGE, icons[COMPUTER_PAGE], _(“Computer”), Computer(), None],
File “/usr/share/ubuntu-tweak/Computer.py”, line 38, in __init__
EntryBox(_(“CPU”), cpumodel[0:-1]),
UnboundLocalError: local variable ‘cpumodel’ referenced before assignment
output of “cat /proc/cpuinfo”:
processor : 0
cpu : PPC970, altivec supported
clock : 1304.400000MHz
revision : 2.2 (pvr 0039 0202)
processor : 1
cpu : PPC970, altivec supported
clock : 1304.400000MHz
revision : 2.2 (pvr 0039 0202)
timebase : 33333333
platform : PowerMac
machine : PowerMac7,3
motherboard : PowerMac7,3 MacRISC4 Power Macintosh
detected as : 336 (PowerMac G5)
pmac flags : 00000000
L2 cache : 512K unified
pmac-generation : NewWorld
creating the variable with some value before the place where it is initialized removes the crash and the rest seems to work just fine.
Cannot run ubuntu-tweak-0.2.4 on my ubuntu 7.4 (with all updates installed):
/usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not stable yet
warnings.warn(“apt API not stable yet”, FutureWarning)
Failed to open file ‘splash/ubuntu-splash.png’: No such file or directory
Reading package lists… Done
Building dependency tree
Reading state information… Done
Traceback (most recent call last):
File “./ubuntu-tweak.py”, line 25, in
from MainWindow import MainWindow
File “/usr/share/ubuntu-tweak/MainWindow.py”, line 98, in
[COMPIZ_PAGE, icons[COMPIZ_PAGE], _(“Compiz Fusion”), Compiz()],
File “/usr/share/ubuntu-tweak/Compiz.py”, line 274, in __init__
hbox.pack_start(self.create_edge_setting(), True, False, 0)
File “/usr/share/ubuntu-tweak/Compiz.py”, line 180, in create_edge_setting
combobox = self.create_edge_combo_box(“TopLeft”)
File “/usr/share/ubuntu-tweak/Compiz.py”, line 84, in create_edge_combo_box
edge_list = client.get_list(element, gconf.VALUE_STRING)
gobject.GError: Type mismatch: Expected list, got string
Fix it, please…
About Aurelien’s problem and Zhum’s problem.
I’ll fixed it soon.
just learned that you have to run the app with sudo or gksudo to avoid the launch errors.
Doesn’t run on Feisty Power PC.
/usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not stable yet
warnings.warn(“apt API not stable yet”, FutureWarning)
Failed to open file ‘splash/ubuntu-splash.png’: No such file or directory
Lecture des listes de paquets… Fait
Construction de l’arbre des dépendances
Lecture de l’information d’état… Fait
Don’t Support the current verison of Compiz Fusion
Traceback (most recent call last):
File “./ubuntu-tweak.py”, line 25, in
from MainWindow import MainWindow
File “/usr/share/ubuntu-tweak/MainWindow.py”, line 121, in
[COMPUTER_PAGE, icons[COMPUTER_PAGE], _(“Computer”), Computer(), None],
File “/usr/share/ubuntu-tweak/Computer.py”, line 38, in __init__
EntryBox(_(“CPU”), cpumodel[0:-1]),
UnboundLocalError: local variable ‘cpumodel’ referenced before assignment