PDA

View Full Version : [ubuntu] guake broke



anystupidname1
January 4th, 2011, 08:14 PM
Guake just suddenly broke (tries to launch for 5 seconds and disappears)
I tried tilda for 10 minutes and it managed to steal my keyboard and crash
Yakuake requires 210MB of KDE dependencies
Can anybody suggest a better substitute please?

earlycj5
January 4th, 2011, 11:57 PM
Guake just suddenly broke (tries to launch for 5 seconds and disappears)
I tried tilda for 10 minutes and it managed to steal my keyboard and crash
Yakuake requires 210MB of KDE dependencies
Can anybody suggest a better substitute please?

Errors when launching Guake from another terminal session could be helpful.

Still working great for me on all of my machines.

anystupidname1
January 5th, 2011, 05:28 PM
Thanks for the interest. This is happening on two out of six machines I have configured similarly. Although, this one is 64bit and the other one is 32bit... Seems fishy that both happened at same time.


(guake.py:27185): Gtk-WARNING **: Unable to locate theme engine in module_path: "ubuntulooks",
Traceback (most recent call last):
File "/usr/lib/guake/guake.py", line 1353, in <module>
if not main():
File "/usr/lib/guake/guake.py", line 1296, in main
instance = Guake()
File "/usr/lib/guake/guake.py", line 620, in __init__
self.add_tab()
File "/usr/lib/guake/guake.py", line 1137, in add_tab
final_params = self.get_fork_params(default_params)
File "/usr/lib/guake/guake.py", line 1086, in get_fork_params
self.update_proxy_vars()
File "/usr/lib/guake/guake.py", line 1102, in update_proxy_vars
ssl_port = self.client.get_string('/system/proxy/secure_port')
glib.GError: Type mismatch: Expected `string' got `int' for key /system/proxy/secure_portTried "sudo aptitude reinstall gtk2-engines" and "gconftool-2 --install-schema-file=/usr/share/gconf/schemas/guake.schemas
" and a couple other things. Is there a PPA I could add for gtk2-engines-ubuntulooks to be available in maverick for reinstall attempt?
I'll see if the 32bit box is throwing the same error.

anystupidname1
January 6th, 2011, 12:51 AM
32bit box:

Traceback (most recent call last):
File "/usr/lib/guake/guake.py", line 1353, in <module>
if not main():
File "/usr/lib/guake/guake.py", line 1296, in main
instance = Guake()
File "/usr/lib/guake/guake.py", line 620, in __init__
self.add_tab()
File "/usr/lib/guake/guake.py", line 1137, in add_tab
final_params = self.get_fork_params(default_params)
File "/usr/lib/guake/guake.py", line 1086, in get_fork_params
self.update_proxy_vars()
File "/usr/lib/guake/guake.py", line 1102, in update_proxy_vars
ssl_port = self.client.get_string('/system/proxy/secure_port')
glib.GError: Type mismatch: Expected `string' got `int' for key /system/proxy/secure_port

Almost identical. Hmmmm

earlycj5
January 6th, 2011, 09:26 PM
Looks like something with SSL or glib to me, not the theme.

arti74
January 9th, 2011, 03:07 AM
Solution in my archlinux was to downgrade libknotify to version libnotify-0.4.5-1.1-i686.pkg.tar.gz
If that won't work try this maybe http://guake.org/ticket/246.
Hope something helps you too ;)