I was wondering if anyone was having the same problems I was having with this little application. When I try to same a theme I get this error:
File "/usr/bin/obtheme", line 2211, in save_theme
for item in os.listdir(self.preview_themerc_dir):
OSError: [Errno 22] Invalid argument: '/home/iteria/.themes/obtheme/openbox-3'
I opened up the python file and had a look at the problem, but it's just baffling. This is the line it breaks on:
for item in os.listdir(self.preview_themerc_dir):
self.preview_themerc_dir has the correct value from what I can tell and in the correct format (but I could be wrong, python isn't a language I know.), however it's giving a invalid argument error. Again I don't know much about python, but os.listdir() would have returned nothing (because there were no subdirectories), so no "item"s would be formed. Maybe python doesn't like that?
Last edited by iteria (2009-07-16 02:45:17)
Am I the only one who thinks some of the app names are amusing? Conkywonky. Terminator. Gets me every time.