Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle none gracefully (fix #567) #568

Closed
tawanda opened this issue Jun 15, 2015 · 5 comments
Closed

Handle none gracefully (fix #567) #568

tawanda opened this issue Jun 15, 2015 · 5 comments

Comments

@tawanda
Copy link

tawanda commented Jun 15, 2015

I installed the git version with the fix #567 so

terminal.py:

      if word_chars:
           self.set_word_chars(word_chars)

still get this trace

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.

(guake:25257): libglade-WARNING **: unknown attribute `swapped' for <signal>.
INFO:guake.guake_app:Logging configuration complete
/usr/lib/python2.7/site-packages/guake/guake_app.py:1633: GtkWarning: gtk_box_pack: assertion 'child->parent == NULL' failed
  self.mainframe.pack_start(self.notebook, expand=True, fill=True, padding=0)
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/guake/gconfhandler.py", line 269, in fpalette_changed
    client.get_string(KEY('/style/font/color')))
TypeError: color_parse() argument 1 must be string, not None
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib/python2.7/site-packages/guake/main.py", line 239, in <module>
    exec_main()
  File "/usr/lib/python2.7/site-packages/guake/main.py", line 235, in exec_main
    if not main():
  File "/usr/lib/python2.7/site-packages/guake/main.py", line 151, in main
    instance = Guake()
  File "/usr/lib/python2.7/site-packages/guake/guake_app.py", line 328, in __init__
    keyval, mask = gtk.accelerator_parse(key)
TypeError: Gtk.accelerator_parse() argument 1 must be string, not None

/etc/gconf is a folder which i thought was the guake preferences folder and i deleted it, that's when all this pain began

@gsemet
Copy link
Member

gsemet commented Jun 15, 2015

your installation seems bloated. Remove everything in gconf (gconf-editor > apps > guake) and reinstall

@tawanda
Copy link
Author

tawanda commented Jun 17, 2015

I have done it, i now get a window with

Guake can not init

Gconf Error
Have you installed guake.schemas properly?

Manually installing the schemas with the following command fixed the problem

gconftool-2 --install-schema-file=/usr/share/gconf/schemas/guake.schemas

@tawanda tawanda closed this as completed Jun 17, 2015
@alassaneousmane
Copy link

I have the same bug problem and not yet fix it
Does someone find a solution....

@jbddc
Copy link

jbddc commented May 4, 2017

bump... I have the same issue. :(

@imranashraf
Copy link

i have the same issue on ubuntu 16.04, any solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants