Active Topics

 



Notices


Reply
Thread Tools
Posts: 376 | Thanked: 511 times | Joined on Aug 2009 @ Greece
#61
Originally Posted by Dancairo View Post
Hi
Just wanted to add my thanks for this great app and all you work...Thanks :-)
You're welcome!

If you are using actman 0.9 (from extras-testing) and found it to be working as expected and you haven't observed any problems (i.e. root fs consumption) then you should vote for it.
 
Posts: 376 | Thanked: 511 times | Joined on Aug 2009 @ Greece
#62
Hello maemoers,

Actman v0.9 is in extras-testing for some time now and it has only received 4 votes. Since this is a bug-fix release I argue you to test it and vote for it in order to make it available in extras.

Writing an app is the first step but testing it and promoting it is the second. Both of them are very important. So go ahead... test it... brutally :-)
 
Posts: 25 | Thanked: 11 times | Joined on Dec 2009 @ Finland
#63
Totally messed up queen beecon widgets.... nice
 
Posts: 376 | Thanked: 511 times | Joined on Aug 2009 @ Greece
#64
Originally Posted by tiivonen View Post
Totally messed up queen beecon widgets.... nice
Can you elaborate on this? Did it changed their position? Did they loose their configuration? Was it working before? Any screenshots?
 
Posts: 2 | Thanked: 0 times | Joined on Apr 2010
#65
i also have a problem with the queen beecon widgets. when switching activites, even if no changes to the beecon widgets are made within the two activities, the widgets are reset to their default but are at the correct location.
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#66
Originally Posted by tiivonen View Post
Totally messed up queen beecon widgets.... nice
Originally Posted by v13 View Post
Can you elaborate on this? Did it changed their position? Did they loose their configuration? Was it working before? Any screenshots?
Originally Posted by simma View Post
i also have a problem with the queen beecon widgets. when switching activites, even if no changes to the beecon widgets are made within the two activities, the widgets are reset to their default but are at the correct location.
Queen Beecon Widget is a multi instance Widget which relies on the existence of hildon-home and hildon-desktop instance-specific core files in directory:
Code:
/var/lib/gconf/apps/osso/hildon-desktop/applets
QBW, for its cleanup procedures, checks in this directory for instance specific files. If files do not exist then Widget instance is assumed to have been closed/dismissed and configuration file purged of dismissed instance data.

This cleanup is performed in this specific sections of the code:

When instance is created and initialized:
Code:
static void queen_beecon_init (QueenBeecon *self)
{
g_warning ("(%p) queen_beecon_init",self);
	self->priv = QUEEN_BEECON_GET_PRIVATE (self);

	beecon_config_file_housekeeping(NULL);// Let's do some preventive housekeeping before each instance creation
When Widget class if finalized:
Code:
static void queen_beecon_class_finalize (QueenBeeconClass *klass G_GNUC_UNUSED)
{
g_warning ("(%p) queen_beecon_class_finalize",klass);
	beecon_config_file_housekeeping(NULL); // Last housekeeping!!! How HARD!!!! :)
}
When settings dialog is opened:
Code:
static void queen_beecon_init (QueenBeecon *self)
{
g_warning ("(%p) queen_beecon_init",self);
	self->priv = QUEEN_BEECON_GET_PRIVATE (self);

	beecon_config_file_housekeeping(NULL);// Let's do some preventive housekeeping before each instance creation
I don't know if hildon-home and hildon-desktop are completely bug-free but I'm not sure that killing hildon-home is the proper method for handling this scenario.
Originally Posted by v13 View Post
Hello there,

I just uploaded a new version of D.A.M. to extras-testing. The major difference of this version is that it restarts hildon-home (it kills it) when switching desktops.

While using N900 I came to believe that hildon-home has memory leaks. Perhaps it's just a problem of its widgets, but they seem to make the system much slower and increase memory usage. I thus changed D.A.M. a bit to restart (kill) hildon-home when emptying the desktops.

You're all encouraged to test the new version. If all works well you may see (as a sideeffect) a performance increase to your system because of the restarting of hildon-home.

Please report back success/failure. I'm somehow afraid of uploading a program to extras that kills hildon-home (it restarts by itself).
Hope this helps you in troubleshooting this issue.

Ciao.
__________________
Have a look at Queen BeeCon Widget (WIKI) Customizable and flexible widget-based multi-instance monitoring, alerting and interactive tool for the N900
Please provide comments and feedback for having QBW supported and enhanced further - (DONATE) - v1.3.3devel / v1.3.3testing / v1.3.3extras
 
Posts: 18 | Thanked: 7 times | Joined on Feb 2010 @ UK
#67
Hi, sorry if this has been asked before, but I cant install Desktop Activity Manager.. saying i need dependancy python-gobject (>= 2.16.1-1maemo1)

Is this a Hildon update I dont have?

im on 3.2010.02-8.203.1
 
Posts: 642 | Thanked: 486 times | Joined on Aug 2008
#68
Ok - I understand what this does but how do I save my desktop etc?

Do I click new to create a profile and then make changes to it? Or make changes to current desktops/widgets and then click new to save my changes?

The GUI is not very intuitive and I can't understand how exactly I can save my desktop state.

What you need is a button like, Save Current Desktop State (to a new profile).
 

The Following User Says Thank You to rash.m2k For This Useful Post:
felbutss's Avatar
Posts: 579 | Thanked: 286 times | Joined on Oct 2009 @ Australia
#69
Originally Posted by rash.m2k View Post
Ok - I understand what this does but how do I save my desktop etc?

Do I click new to create a profile and then make changes to it? Or make changes to current desktops/widgets and then click new to save my changes?

The GUI is not very intuitive and I can't understand how exactly I can save my desktop state.

What you need is a button like, Save Current Desktop State (to a new profile).
1: make your desktop how you want it.
2: open desktop manager
3: click new and call it somthing
4: done
 
felbutss's Avatar
Posts: 579 | Thanked: 286 times | Joined on Oct 2009 @ Australia
#70
i got a quick question. how do i back up the desktop manager files??????? if i re-flash my device i want to be able to restore the desktops i have created
 

The Following User Says Thank You to felbutss For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 22:53.