only a black rectangle apeare instead of sidebar(screenlets)
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hi all
i have slackware 12.1 on my computer
i installed screenlets 0.0.12 and download sidebar-2.0 and unpack it to .screenlets folder in my homedir
then in ~/.screenlets/sidebar/ in terminal typed
Code:
python ./SidebarScreenlet.py
but only a black rectangle apeared in screen.
This is messages in terminal:
Code:
CachingBackend: Loading instances from cache
Found a running session of Sidebar, adding new instance by service.
Error in screenlets.services.get_service_by_name: org.freedesktop.DBus.Error.ServiceUnknown: The name org.screenlets.Sidebar was not provided by any .service files
Loading instances in: /home/aftab/.config/Screenlets/Sidebar/default/
No instance(s) found in session-path, creating new one.
UPDATING SHAPE
LOAD NEW THEME: default
FOUND: /home/aftab/.screenlets/Sidebar/themes/default
UPDATING SHAPE
/home/aftab/.screenlets/Sidebar/SidebarScreenlet.py:727: DeprecationWarning:
self.ebox.set_uposition(999999,999999)
(SidebarScreenlet.py:3570): Wnck-WARNING **: Property _NET_WM_NAME contained invalid UTF-8
UPDATING SHAPE
UPDATING SHAPE
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 1450, in expose
self.on_draw(ctx)
File "/home/aftab/.screenlets/Sidebar/SidebarScreenlet.py", line 730, in on_draw
self.draw_scaled_image(ctx,0,0,self.mypath + 'themes/' + self.theme_name +'/sidebar.png',self.size,gtk.gdk.screen_height())
AttributeError: 'SidebarScreenlet' object has no attribute 'draw_scaled_image'
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 1450, in expose
self.on_draw(ctx)
File "/home/aftab/.screenlets/Sidebar/SidebarScreenlet.py", line 730, in on_draw
self.draw_scaled_image(ctx,0,0,self.mypath + 'themes/' + self.theme_name +'/sidebar.png',self.size,gtk.gdk.screen_height())
AttributeError: 'SidebarScreenlet' object has no attribute 'draw_scaled_image'
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 1450, in expose
self.on_draw(ctx)
File "/home/aftab/.screenlets/Sidebar/SidebarScreenlet.py", line 730, in on_draw
self.draw_scaled_image(ctx,0,0,self.mypath + 'themes/' + self.theme_name +'/sidebar.png',self.size,gtk.gdk.screen_height())
AttributeError: 'SidebarScreenlet' object has no attribute 'draw_scaled_image'
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 1450, in expose
self.on_draw(ctx)
File "/home/aftab/.screenlets/Sidebar/SidebarScreenlet.py", line 730, in on_draw
self.draw_scaled_image(ctx,0,0,self.mypath + 'themes/' + self.theme_name +'/sidebar.png',self.size,gtk.gdk.screen_height())
AttributeError: 'SidebarScreenlet' object has no attribute 'draw_scaled_image'
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 1450, in expose
self.on_draw(ctx)
File "/home/aftab/.screenlets/Sidebar/SidebarScreenlet.py", line 730, in on_draw
self.draw_scaled_image(ctx,0,0,self.mypath + 'themes/' + self.theme_name +'/sidebar.png',self.size,gtk.gdk.screen_height())
AttributeError: 'SidebarScreenlet' object has no attribute 'draw_scaled_image'
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 1450, in expose
self.on_draw(ctx)
File "/home/aftab/.screenlets/Sidebar/SidebarScreenlet.py", line 730, in on_draw
self.draw_scaled_image(ctx,0,0,self.mypath + 'themes/' + self.theme_name +'/sidebar.png',self.size,gtk.gdk.screen_height())
AttributeError: 'SidebarScreenlet' object has no attribute 'draw_scaled_image'
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 1450, in expose
self.on_draw(ctx)
File "/home/aftab/.screenlets/Sidebar/SidebarScreenlet.py", line 730, in on_draw
self.draw_scaled_image(ctx,0,0,self.mypath + 'themes/' + self.theme_name +'/sidebar.png',self.size,gtk.gdk.screen_height())
AttributeError: 'SidebarScreenlet' object has no attribute 'draw_scaled_image'
CachingBackend: Saving <#Sidebar1> :) ...
OK
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.