Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User malikaliabbas's Avatar
    Join Date
    Nov 2011
    Posts
    16
    Hello All,

    I am using SDK 1.2.1 and developed Game Application for Meego. Deployment is successful. After that if I try to application from application icon it does not execute. But if I go to terminal and run application from the following path /opt/myapp/bin/ using the following command ./myapp it executes successfully. Please someone suggest me to execute my application using icon. Thanks in advance

  2. #2
    Registered User kusumk's Avatar
    Join Date
    Sep 2011
    Posts
    449
    Hi,

    Please check the invoker line in your .desktop file.
    Also please see, similar issue is discussed here.

  3. #3
    Registered User malikaliabbas's Avatar
    Join Date
    Nov 2011
    Posts
    16
    Thanks for advice. It helped me and problem is fixed. Please can you let me know purpose of following string and flags used in it. flags mean --single-instance, --type, --splash etc.

    Exec=/usr/bin/invoker --single-instance --type=e --splash-landscape=/opt/app/splash.jpg --splash=/opt/app/splash.jpg /opt/app/bin/app

    or redirect me to some page which help me.

  4. #4
    Registered User kusumk's Avatar
    Join Date
    Sep 2011
    Posts
    449
    Hi,

    --single-instance -> this is used so that at any point of time, only single instance of your application is running,
    Say you opened your application and switched to background and on opening the application again from launcher, it should not open a new instance of it, rather it would just bring the app from background to foreground.

    --type -> is used to mention the type of booster depending on the app type, if its a qtwidget application or a qt-declarative (qml) app or meegoapp

    --splash -> to enable splash screen for your app at starting.. It can be a default or userchosen image.

    You can find details in harmattan dev documentation [1], [2],[3]

  5. #5
    Registered User malikaliabbas's Avatar
    Join Date
    Nov 2011
    Posts
    16
    Thank You So much. Its good enough

Similar Threads

  1. Replies: 3
    Last Post: 2010-09-16, 12:20
  2. Replies: 2
    Last Post: 2010-07-24, 06:51
  3. Replies: 4
    Last Post: 2008-09-05, 10:08
  4. why my recognizer only executes when I replace battery
    By carapapaa in forum Symbian C++
    Replies: 2
    Last Post: 2006-12-28, 13:04

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved