Meego Wiki
Views

ARM/N900/Performance/autostart

From MeeGo wiki
< ARM | N900 | Performance
Revision as of 14:10, 7 June 2011 by Lamikr (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Autostarted MeeGo Applications

Application Startup Locations

Applications are started automatically on MeeGo from following locations:

  • /etc/inittab (running as root user)
  • /etc/rc.sysinit (running as root user)
  • /etc/init.d (running as root user)
  • /etc/xdg/autostart (running as system user meego)

Then in addition of these locations applications can also be autostarted by sending dbus-message to application which have dbus-service description in location:

  • /usr/share/dbus-1/services

Test for removing apps from /etc/xdg/autostart

  • Original Image
    • boot up time: 72 sec (not a first boot which is slower)
  • Original image with tracker removed from /etc/xdg/autostart
    • boot up time: 69 sec
  • Original image with tracker and meego-volume-control removed from /etc/xdg/autostart
    • boot up time: 63 sec
Personal tools