What i need to do is that: It is a desktop application with windows which should be minimized and running in the background. This application will be listening for calls. When a new call comes it shows the window with call details whether to attend the call or cancel it.
The application is made using Clutter. Can I also show this minimized application icon on the Taskbar? Thanks, Abhilash 2009/11/11 <[email protected]> > > I need to add a phone call application on Moblin. What I need to do is as > > follows: > > > > 1) Start the application on Moblin startup but it should run in the > > background > > You'll need to decide if it should talk on the Dbus session bus or Dbus > system bus. Since I am assuming it is an app running in a user session, > it should probably run on the session bus. > > Jay > > > 2) On receiving a phone call it should pop up a window with the message > of > > the call > > 3) Add the application icon to the moblin task bar > > > > > > Thanks, > > > > Abhilash > > _______________________________________________ > > Moblin dev Mailing List > > [email protected] > > > > To manage or unsubscribe from this mailing list visit: > > http://lists.moblin.org/listinfo/dev or your user account on > > http://moblin.org once logged in. > > > > For more information on the Moblin Developer Mailing lists visit: > > http://moblin.org/community/mailing-lists > > > > _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
