Meego Wiki
Views

ARM/N900/Performance/autostart

From MeeGo wiki
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