GNOME Bugzilla – Bug 596890
Add stand-alone mode
Last modified: 2012-08-22 19:56:29 UTC
So we can run it without mutter-moblin. Stand-alone mode (-s) won't have a status icon though.
Created attachment 144412 [details] [review] Add stand-alone mode So we can run it without mutter-moblin.
Attachment 144412 [details] pushed as 054fc23 - Add stand-alone mode
+ applet = nmn_applet_new (NULL); Running in normal mode (non-standalone mode) does not work - the panel client widget is not passed to NmnApplet constructor.
My mistake :( [MplPanelClient beed748] Fix non-standalone mode (bgo #596890)