Advertisement
Guest User

Untitled

a guest
May 6th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. [nemo@Jolla harbour-debota]$ xdg-open /usr/share/applications/voicecall-ui.desktop
  2. START /usr/bin/invoker -t qt5 -s /usr/bin/sailfish-office /usr/share/applications/voicecall-ui.desktop
  3. invoker: error: Application's name is not defined.
  4.  
  5. Usage: invoker [options] [--type=TYPE] [file] [args]
  6.  
  7. Launch applications compiled as a shared library (-shared) or
  8. a position independent executable (-pie) through mapplauncherd.
  9.  
  10. TYPE chooses the type of booster used. Qt-booster may be used to
  11. launch anything. Possible values for TYPE:
  12. qt5 Launch a Qt 5 application.
  13. qtquick2 Launch a Qt Quick 2 (QML) application.
  14. silica-qt5 Launch a Sailfish Silica application.
  15. generic Launch any application, even if it's not a library.
  16.  
  17. Options:
  18. -d, --delay SECS After invoking sleep for SECS seconds
  19. (default 0).
  20. -r, --respawn SECS After invoking respawn new booster after SECS seconds
  21. (default 3, max 10).
  22. -w, --wait-term Wait for launched process to terminate (default).
  23. -n, --no-wait Do not wait for launched process to terminate.
  24. -G, --global-syms Places symbols in the application binary and its
  25. libraries to the global scope.
  26. See RTLD_GLOBAL in the dlopen manual page.
  27. -s, --single-instance Launch the application as a single instance.
  28. The existing application window will be activated
  29. if already launched.
  30. -o, --keep-oom-score Notify invoker that the launched process should inherit oom_score_adj
  31. from the booster. The score is reset to 0 normally.
  32. -T, --test-mode Invoker test mode. Also control file in root home should be in place.
  33. -F, --desktop-file Desktop file of the application.
  34. -h, --help Print this help.
  35.  
  36. Example: invoker --type=qt5 /usr/bin/helloworld
  37.  
  38. [W] GKeyFileWrapper::stringValue:157 - Could not read value: "Key file does not have key 'X-Maemo-Object-Path'"
  39. [W] GKeyFileWrapper::stringValue:157 - Could not read value: "Key file does not have key 'X-Maemo-Fixed-Args'"
  40. [W] GKeyFileWrapper::stringValue:157 - Could not read value: "Key file does not have key 'X-Maemo-Object-Path'"
  41. [W] GKeyFileWrapper::stringValue:157 - Could not read value: "Key file does not have key 'X-Maemo-Fixed-Args'"
  42. [nemo@Jolla harbour-debota]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement