Ticket #54 (closed defect: fixed)
Unable to open the preferences window
| Reported by: | lokthare | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.3.0 |
| Component: | guake | Version: | 0.3 |
| Keywords: | Cc: |
Description
guake return a Traceback when i try to open the preferences window. It seems that the bug appear when a directory listed in the PATH doesn't exist.
Traceback (most recent call last):
File "/usr/lib64/guake/guake.py", line 933, in on_prefs_menuitem_activate
self.show_prefs()
File "/usr/lib64/guake/guake.py", line 707, in show_prefs
PrefsDialog?(self).show()
File "/usr/lib64/guake/guake.py", line 173, in init
self.populate_shell_combo()
File "/usr/lib64/guake/guake.py", line 308, in populate_shell_combo
for j in os.listdir(i):
OSError: [Errno 2] No such file or directory: '/home/lokthare/bin'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
