


Plasma 4 Extensions by eyecreate 14 comments

Plasma 4 Extensions by eyecreate 14 comments
Your second point comes down to knowing what this widget is and what you may be askin for. This widget is a web widget that is basically just a webpage wrapped in a widget. This makes it hard to add config options and also means the roaming "Screen" is constrained to the widget borders.(which you can resize) If you'd rather them wander your whole screen and on top your programs, you might want to try something like this:
https://github.com/myszha/qt-ponies - Mar 01 2012

Plasma 4 Extensions by eyecreate 14 comments
Extract the download to whatever folder you like(maybe downloads or desktop). Copy the contents of that folder to this location:
~/.kde/share/apps/plasma/applets
Make sure it's in it's own folder inside of applets
ex. ~/.kde/share/apps/plasma/applets/PoniesEverywhere
and that you see a .desktop file directly inside there.
Then, to be safe, run this command:
kbuildsycoca4
Hopefully it will show up to be used after that. - Feb 23 2012

Plasma 4 Extensions by eyecreate 14 comments
On transparency, not sure if I'm using the webkit widget if that is possible, but it is if using a native plasma widget. The frame is configured by the theme you are using, not widget by widget basis.
I left the stop and start buttons there just for the reasons you stated, performance. On my laptop were it sits, I sometimes have to stop it if doing lots of things at once and start it again after finished since it uses about 20% cpu for me. If there was an easy way, I'd try and turn it into a native widget to increase performance along with removing some of the rendering glitches. I haven't looked far into you code, but is it abstracted enough(or can be written if needed) to run the javascript for the logic and rendering but not onto a webpage, but drawing calls able to be taken to a different canvas? If so, I can whip up a better version of this widget.
None the less, I will make an update to the new Browser Ponies version. - Dec 10 2011

Plasma Color Schemes by eyecreate 3 comments

Plasma 4 Extensions by eyecreate 14 comments
This is the same engine used to run the Mac osx dashboard widgets. - Sep 24 2011
/usr/lib/qt4/include/Qt/objectdescriptionmodel.h:26:27: error: phonon_export.h: No such file or directory
/usr/lib/qt4/include/Qt/objectdescriptionmodel.h:27:24: error: phonondefs.h: No such file or directory
but I have phonon-devel installed. - Sep 11 2009