Active Topics

 



Notices


Reply
Thread Tools
Posts: 1,522 | Thanked: 392 times | Joined on Jul 2010 @ São Paulo, Brazil
#1
There several widgets that i find usefull but only on rare ocasiosn, and most of the time i rather see the wallpaper more clearly and save the CPU and memory consumption than having them sitting there (and using the activity manager to switch widgets sets takes too long). I think the ideal solution (other than having the developer "port" the widgets into standalone programs) would be to have a program that would take a widget as argument and load it in it's own window, with its own X to close and the settings screen, when present, acessible from the title bar.




Pretty please with sugar on top?
 
Posts: 435 | Thanked: 769 times | Joined on Apr 2010
#2
If the widget is written in C++ & Qt you can already run it as a standalone app just by executing the binary from the terminal. It will open in a new Window but since qt widgets must have the traslucent background option not to show black background, you will see the terminal app in background aswell.

A bit OT but it may help you: if coded with good manners, widgets will eat cpu mostly if the current desktop is the one it holds them. They keep listening to all desktop swaps but won't start their heavy functions, so you may put a desktop with those heavy ones.
About the memory consumption: you may open a lot of apps/processes to "push" widgets in swap memory, than close all the apps to free ram. It isn't a really clean method, I know. You can check it with conky or the cpu & memory status applet.
 
Reply

Tags
widgets


 
Forum Jump


All times are GMT. The time now is 23:00.