99% of bugs fixed,removed all those startup bugs all screenlets have costum color backgound with default theme alot of new skins nowplaying now works with all top players new output ,feed reader and wallpaperclock screenlets now uses a plugin system proxy and keyring added
hi, when I try to run the orb screenlet (http://www.screenlets.org/index.php/Orb#) I get an error:
Launching Screenlet from: /home/linus-gates/.screenlets/orb/orbScreenlet.py
Logging output goes to: $HOME/.config/Screenlets/orbScreenlet.log
FATAL ERROR: This screenlet seems to be written for an older version of the framework. Please download a newer version of the orbScreenlet.
I am running screenlets on Uuntu Intrepid... help me!
Dear Helder Fraga,
When I am trying to install a new screenlet in the Universal Applet Manager it doesn't work.
When I click on install, choose install screenlet, browse to the downloaded screenlet .tar.gz archive and select and open it, the process seems to stall.
The following output is being send to the .xsession.errors log:
Traceback (most recent call last):
File "/usr/bin/universal-applets-manager", line 392, in <lambda>
lambda w: self.show_install_chose_ui())
File "/usr/bin/universal-applets-manager", line 778, in show_install_chose_ui
self.show_install_dialog()
File "/usr/lib/python2.5/site-packages/screenlets/manager.py", line 307, in show_install_dialog
return self.install_screenlet (filename)
File "/usr/bin/universal-applets-manager", line 558, in install_screenlet
if ScreenletsController.install_screenlet(self, filename):
File "/usr/lib/python2.5/site-packages/screenlets/manager.py", line 218, in install_screenlet
result = installer.install(filename)
File "/usr/lib/python2.5/site-packages/screenlets/manager.py", line 113, in install
info = self.get_info_from_package_name(filename)
File "/usr/lib/python2.5/site-packages/screenlets/manager.py", line 73, in get_info_from_package_name
os.system('tar %s "%s" -C %s' % (tar_opts, filename, tmpdir))
NameError: global name 'tmpdir' is not defined
I am using Fedora 10.
The following screenlet packages are installed:
universal-applets-0.1.2~bzr623-2.1.i386
universal-applets-extras-0.1~bzr165-1.1.i386
I hope this can be solved.
With kind regards,
Eddie
Erm, I think you'll find that Screenlets and Universal-Applets were/are two separate projects.
Perhaps you would be better directing your question to one of the UA developers, rather than Whise ;-)
I really like screenlets, but i am still using metacity without composite.
so as for now i am stuck with either gdesklets, which are not as good as screenlets but have pseudo transparency, or screenlets with really ugly borders.
will there ever be better support for non-composite environments?
Couldn't say for sure, but if you're running Ubuntu it could be that you have the version from backports, which is surprisingly actually 0.1.2. First time I've seen up-to-date software actually come from Ubuntu rather than one of the 10+ PPAs I've got listed so far...
Is it just me, or this new version of NowPlaying screenlet in this version not working with amarok (under Hardy)?
Can't get it to work...
Here's more info: http://ubuntuforums.org/showthread.php?p=5271174
it doesn't start i ran it from terminal and it shows errors... i think that it has problem with new kernel... when i run mixer command used in screenlet i get output like this
drxnele@Burgulos:~$ amixer sget %s | awk '/^ Limits/{print $5}'
amixer: Unable to find simple control '%s',0
Another awesome release of Screenlets! You've done a great deal of admirable work on Screenlets. The project has come a long way. I'd hate to see you leave, Screenlets is one amazing project, and as of now there's really nothing else like it. I hope that you may reconsider because Screenlets are too awesome to let die. Thanks for the work you've done on the project. :)
hey friend... you shouldn't leave this project... it's only the greatest thing after compiz fusion... take your deserved vacation and get back... you are "the master of screenlets" ;)
Hi! First of all, thanks! I've installed the new version, but I find the wallpaper clock still doesn't autostart on startup. I have to go into the Screenlets Manager and restart all screenlets for it to start. I have the Start/Stop and Auto start on login both checked. Also, if I go into my Sessions Preferences, it shows up under the Additional startup programs but not under my Current Session. Any ideas? Is is just me? Thanks for your time.
Just wanted to give a big thanks for all the outstanding work you've done on this project. You've helped take Screenlets from being the little widget platform that might to what is, in my opinion, the best widget platform around hands down. Sucks to see you go, but best of luck to you on any future endeavors. I'll keep an eye out for your next project.
It's always great to know that a new version of screenlets is out and that this project is getting better all the time :)
you've been doing a great work maintaining and improving screenlets.
I hope one day this project gets officially integrated into Gnome.
But it's sad and really bad that you are thinking of abandoning screenlets development :(
http://forum.compiz-fusion.org/showthread.php?p=59889
WHY?
Ratings & Comments
18 Comments
hi, when I try to run the orb screenlet (http://www.screenlets.org/index.php/Orb#) I get an error: Launching Screenlet from: /home/linus-gates/.screenlets/orb/orbScreenlet.py Logging output goes to: $HOME/.config/Screenlets/orbScreenlet.log FATAL ERROR: This screenlet seems to be written for an older version of the framework. Please download a newer version of the orbScreenlet. I am running screenlets on Uuntu Intrepid... help me!
I also have this problem in Moblin. Is there anybody know how to fix it?
Dear Helder Fraga, When I am trying to install a new screenlet in the Universal Applet Manager it doesn't work. When I click on install, choose install screenlet, browse to the downloaded screenlet .tar.gz archive and select and open it, the process seems to stall. The following output is being send to the .xsession.errors log: Traceback (most recent call last): File "/usr/bin/universal-applets-manager", line 392, in <lambda> lambda w: self.show_install_chose_ui()) File "/usr/bin/universal-applets-manager", line 778, in show_install_chose_ui self.show_install_dialog() File "/usr/lib/python2.5/site-packages/screenlets/manager.py", line 307, in show_install_dialog return self.install_screenlet (filename) File "/usr/bin/universal-applets-manager", line 558, in install_screenlet if ScreenletsController.install_screenlet(self, filename): File "/usr/lib/python2.5/site-packages/screenlets/manager.py", line 218, in install_screenlet result = installer.install(filename) File "/usr/lib/python2.5/site-packages/screenlets/manager.py", line 113, in install info = self.get_info_from_package_name(filename) File "/usr/lib/python2.5/site-packages/screenlets/manager.py", line 73, in get_info_from_package_name os.system('tar %s "%s" -C %s' % (tar_opts, filename, tmpdir)) NameError: global name 'tmpdir' is not defined I am using Fedora 10. The following screenlet packages are installed: universal-applets-0.1.2~bzr623-2.1.i386 universal-applets-extras-0.1~bzr165-1.1.i386 I hope this can be solved. With kind regards, Eddie
Erm, I think you'll find that Screenlets and Universal-Applets were/are two separate projects. Perhaps you would be better directing your question to one of the UA developers, rather than Whise ;-)
I really like screenlets, but i am still using metacity without composite. so as for now i am stuck with either gdesklets, which are not as good as screenlets but have pseudo transparency, or screenlets with really ugly borders. will there ever be better support for non-composite environments?
"Error: A later version is already installed". Why?
Couldn't say for sure, but if you're running Ubuntu it could be that you have the version from backports, which is surprisingly actually 0.1.2. First time I've seen up-to-date software actually come from Ubuntu rather than one of the 10+ PPAs I've got listed so far...
Is it just me, or this new version of NowPlaying screenlet in this version not working with amarok (under Hardy)? Can't get it to work... Here's more info: http://ubuntuforums.org/showthread.php?p=5271174
it doesn't start i ran it from terminal and it shows errors... i think that it has problem with new kernel... when i run mixer command used in screenlet i get output like this drxnele@Burgulos:~$ amixer sget %s | awk '/^ Limits/{print $5}' amixer: Unable to find simple control '%s',0
this is why... http://forum.compiz-fusion.org/showthread.php?t=8788
Plz stick on to this project! Screenlets.. an absolutely amazing piece of software! The best.. we want it to be officially integrated into GNOME...
Another awesome release of Screenlets! You've done a great deal of admirable work on Screenlets. The project has come a long way. I'd hate to see you leave, Screenlets is one amazing project, and as of now there's really nothing else like it. I hope that you may reconsider because Screenlets are too awesome to let die. Thanks for the work you've done on the project. :)
hey friend... you shouldn't leave this project... it's only the greatest thing after compiz fusion... take your deserved vacation and get back... you are "the master of screenlets" ;)
Hi! First of all, thanks! I've installed the new version, but I find the wallpaper clock still doesn't autostart on startup. I have to go into the Screenlets Manager and restart all screenlets for it to start. I have the Start/Stop and Auto start on login both checked. Also, if I go into my Sessions Preferences, it shows up under the Additional startup programs but not under my Current Session. Any ideas? Is is just me? Thanks for your time.
Just wanted to give a big thanks for all the outstanding work you've done on this project. You've helped take Screenlets from being the little widget platform that might to what is, in my opinion, the best widget platform around hands down. Sucks to see you go, but best of luck to you on any future endeavors. I'll keep an eye out for your next project.
http://www.getdeb.net/download/2748/0 Cygoku
It's always great to know that a new version of screenlets is out and that this project is getting better all the time :) you've been doing a great work maintaining and improving screenlets. I hope one day this project gets officially integrated into Gnome. But it's sad and really bad that you are thinking of abandoning screenlets development :( http://forum.compiz-fusion.org/showthread.php?p=59889 WHY?
this project has progressed a lot and I hate to see it go.