2009-01-19 09:20:01 |
Gianluca Magalotti |
description |
awn-manager quit after started if folder /usr/share/avant-window-navigator/themes is missing.
I've experimented this bug on Ubuntu 8.10 running awn-trunk version 0.3.1~bzr507-intrepid1-1.
To reproduce the error:
remove /usr/share/avant-window-navigator/themes folder and launch awn-manager from a command line.
Here the traceback of the error:
Traceback (most recent call last):
File "/usr/bin/awn-manager", line 216, in <module>
awnmanager = AwnManager()
File "/usr/bin/awn-manager", line 134, in __init__
self.themeManager = AwnThemeManager(self.wTree)
File "/usr/share/avant-window-navigator/awn-manager/awnTheme.py", line 102, in __init__
self.make_model()
File "/usr/share/avant-window-navigator/awn-manager/awnTheme.py", line 478, in make_model
self.list_themes(self.theme_model)
File "/usr/share/avant-window-navigator/awn-manager/awnTheme.py", line 121, in list_themes
self.list_dirs(defs.SYS_THEME_DIR))
File "/usr/share/avant-window-navigator/awn-manager/awnTheme.py", line 418, in list_dirs
return list(os.listdir(path))
OSError: [Errno 2] Nessun file o directory: '/usr/share/avant-window-navigator/themes' |
awn-manager quit after started if folder /usr/share/avant-window-navigator/themes is missing.
I've experimented this bug on Ubuntu 8.10 running awn-manager-trunk version 0.3.1~bzr507-intrepid1-1.
To reproduce the error:
remove /usr/share/avant-window-navigator/themes folder and launch awn-manager from a command line.
Here the traceback of the error:
Traceback (most recent call last):
File "/usr/bin/awn-manager", line 216, in <module>
awnmanager = AwnManager()
File "/usr/bin/awn-manager", line 134, in __init__
self.themeManager = AwnThemeManager(self.wTree)
File "/usr/share/avant-window-navigator/awn-manager/awnTheme.py", line 102, in __init__
self.make_model()
File "/usr/share/avant-window-navigator/awn-manager/awnTheme.py", line 478, in make_model
self.list_themes(self.theme_model)
File "/usr/share/avant-window-navigator/awn-manager/awnTheme.py", line 121, in list_themes
self.list_dirs(defs.SYS_THEME_DIR))
File "/usr/share/avant-window-navigator/awn-manager/awnTheme.py", line 418, in list_dirs
return list(os.listdir(path))
OSError: [Errno 2] Nessun file o directory: '/usr/share/avant-window-navigator/themes' |
|