This problem has been fixed in newer versions of
WallpaperClockScreenlet.py.  The problem in this version is line 64 of
WallpaperClockScreenlet.py  which states "os.mkdir(self.mypath +
'/wallpapers/' + basename)"  The slash after wallpapers needs to be
removed so that the line is this instead "os.mkdir(self.mypath +
'/wallpapers' + basename)"

-- 
WallpaperClockScreenlet.py crashed with OSError in install()
https://bugs.launchpad.net/bugs/278997
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to