OCT
10
2009
|
Plasma widgets on Maemo5
But after several more hours of hacking and trying to figure out how transparency works in X11, I even managed to get nice translucent applets. Also I figured out how to hook up the normal maemo5 widget configuration system to display the correct configuration dialog when you click on the configure button on one of these plasmoids. So with in the end maybe 20 lines of code, I got a rather good working implementation that makes it basically possible to have any plasmoid you might have on your normal kde desktop, also on your maemo5 home screen. One (somewhat major) problem with the current implementation is that it is not possible to resize widgets, but as far as I can tell that is mostly a limitation of the maemo5 desktop widget system, so I'm not sure if there is anything I can do about it from my side. |
![]() |
Comments
Can you post the code?
Can you post the code?
Sure, once I've cleaned up
Sure, once I've cleaned up the code a bit, I will probably commit this somewhere in playground in kde subversion. At the moment it is mostly a quick hack to see if/what is actually possible in this way, but since it seems to be working fairly good it would be a shame not to post the code.