View Single Post
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#100
Having a quick look at hildon-home I noticed that the /etc/hildon-desktop/home.conf also allows some parameters for tuning when the desktop widgets will be shown or not.

Code:
# These parameters control when the system will be considered idle enough
# to show the desktop widgets.
# -- enabled:		Take the trouble at all?
# -- window:		Take samples of the CPU statistics
#			for this many seconds...
# -- threshold:		...and if the average idle time reaches
#			this threshold then go...
# -- timeout:		...but keep waiting for no more than this time.
# -- tuning:		Log diagnostic information to help tuning the
#			parameters above.
# [Waitidle]
# enabled	= true
# window	= 3
# threshold	= 0.1
# timeout	= 60
# tuning	= false
Perhaps it'd be worth a try to add these to home.conf
Code:
[Waitidle]
enabled = false
I assume that way the widgets will always be shown regardless of CPU load or any other heuristics.

@don_falcone and/or @perterleinchen might be good candidates for testing this out.
 

The Following 7 Users Say Thank You to reinob For This Useful Post: