/etc/xdg/autostart
. But if you are writing or porting an application to MeeGo and found that the application is not auto-started after you put in a seemingly correct .desktop, please check this:If there's an "
OnlyShowIn=
" item, it must contain the string X-MOBLIN-NB
. For example:
OnlyShowIn=GNOME;X-MEEGO-NB
Another caveat is that MeeGo's uxlaunch doesn't honor
AutostartCondition
key yet, for the sake of simplicity and fast-boot.For code under the hood, check MeeGo's uxlaunch/desktop.c.
No comments:
Post a Comment