Ticket #57 (closed defect: fixed)
Patch: Preferences
| Reported by: | pingou | Owned by: | lincoln |
|---|---|---|---|
| Priority: | major | Milestone: | 0.3.0 |
| Component: | guake | Version: | |
| Keywords: | Cc: |
Description
While testing the new guake 0.3 I tried to see the preferences menu.
It returns me the following error:
Traceback (most recent call last):
File "/usr/lib64/guake/guake.py", line 936, in on_prefs_menuitem_activate
self.show_prefs()
File "/usr/lib64/guake/guake.py", line 710, 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 309, in populate_shell_combo
print os.listdir(i)
OSError: [Errno 2] No such file or directory: '/home/pierrey/bin'
The directory /home/pierrey/bin is indeed in my $PATH but does not exist... I must have done something wrong somewhere...
I submit the patch based on the principle "if it happened to me it can happen to somebody else..." :)
I attached patch to the report.
Thanks for the work done :)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
