Ticket #74 (closed defect: invalid)

Opened 5 years ago

Last modified 4 years ago

Preferences window doesn't show up.

Reported by: spitfire Owned by: somebody
Priority: major Milestone:
Component: guake Version: 0.3.1
Keywords: Cc:

Description

After right-clicking guake, or guake's icon and selecting 'preferences', the 'preferences' window doesn't show up.

Change History

Changed 5 years ago by pingou

How did you install guake ?

Could you run guake from a terminal and paste the output is there is any ?

Changed 5 years ago by spitfire

I have the same problem, here's the output:

$ guake /usr/lib64/guake/simplegladeapp.py:351: GtkWarning?: GtkSpinButton?: setting an adjustment with non-zero page size is deprecated

return gtk.glade.XML(glade_path, root, domain)

Traceback (most recent call last):

File "/usr/lib64/guake/guake.py", line 1006, in on_prefs_menuitem_activate

self.show_prefs()

File "/usr/lib64/guake/guake.py", line 768, in show_prefs

PrefsDialog?(self).show()

File "/usr/lib64/guake/guake.py", line 192, in init

self.load_configs()

File "/usr/lib64/guake/guake.py", line 307, in load_configs

self.reload_erase_combos()

File "/usr/lib64/guake/guake.py", line 223, in reload_erase_combos

if ERASE_BINDINGS.keys().tindex(value) == bindex:

ValueError?: list.index(x): x not in list

I used latest git and compiled it myself.

Changed 5 years ago by spitfire

  • version 0.3.1 deleted

I've cofigured it this way on gentoo:

./autogen.sh --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu

Changed 5 years ago by spitfire

  • version set to 0.3.1

Changed 4 years ago by lincoln

I tried to reproduce this bug but I had no success.

And a little detail is weird for me, the following line is not the same in guake:

ERASE_BINDINGS.keys().tindex(value) == bindex

List object has no attribute called tindex. Guake calls ERASE_BINDINGS.keys().index method. Are you sure that there is no patch applied or some change in the code you're using?

Thank you for reporting the problem and more information will be much appreciated =)

Changed 4 years ago by pingou

  • type changed from defect to enhancement

Changed 4 years ago by pingou

  • type changed from enhancement to defect

Changed 4 years ago by pingou

  • status changed from new to closed
  • resolution set to invalid

There is unfortunately no news from the reporter for 4 months.

I thus close this bug.

Please, re-open it if you feel the bug still persists in the latest version of guake :)

Note: See TracTickets for help on using tickets.