
Anchorable Slideshow
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
An improvement on the original Slideshow.
This version is able to be anchored by any one of the four corners.
This means that the screenlet will fit any corner of the screen.
Added the possibility of having a custom border and shadow/highlight color around the screenlet.
boamaod
10 years ago
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/screenlets/__init__.py", line 1873, in expose
self.on_draw(ctx)
File "/home/mp/.screenlets/Slideshow/SlideshowScreenlet.py", line 330, in on_draw
image_w, image_h = self.get_image_size(self.image_filename)
File "/usr/lib/pymodules/python2.6/screenlets/drawing.py", line 417, in get_image_size
pixbuf = gtk.gdk.pixbuf_new_from_file(pix)
Report