[maemo-developers] [maemo-developers] using execl
From: Eero Tamminen eero.tamminen at movial.fiDate: Fri Dec 16 09:52:37 EET 2005
- Previous message: [maemo-developers] sapwood server looking for wrong X display?
- Next message: [maemo-developers] email source code available
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, > So, I'm trying to write a simple generic 'launcher' for a Maemo > application. Would I be better off to use D-Bus instead? IMHO yes. > (is it safe to assume all applications will be a D-BUS service?) At least all the apps included into the device are D-BUS services. (See /usr/lib/dbus-1.0/services/ dir on the device) Btw. Maybe better would be if the code from Desktop that does this would be split off as a separate library. According to: http://maemo.org/lxr/source/maemo-af-desktop/hildon-navigator/ The code for this seems currently to involve three C-files: - others-menu.c - windowmanager.c - osso-manager.c (Desktop seems to use either D-BUS, window topping or Execing depending on the situation.) - Eero
- Previous message: [maemo-developers] sapwood server looking for wrong X display?
- Next message: [maemo-developers] email source code available
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]