View Single Post
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#248
i use single-instanc Instead of MeeCoLay to play SmashMania and the results is


$ /usr/bin/single-instance /opt/SmashMania/bin/SmashMania
invoker: error: Couldn't create/open lock file '/var/run/single-instance-locks//opt/SmashMania/bin/SmashMania/instance.lock' : No such file or directory
invoker: error: Lock reserved but no window id for binary name found.


For this i use invoker to play any games Such that


Usage: invoker [options] [--type=TYPE] [file] [args]


Example: invoker --type=m opt/SmashMania/bin/SmashMania


Where type of booster used. Qt-booster may be used to
launch anything. Possible values for TYPE:


chooses the
m Launch a MeeGo Touch application.
q (or qt) Launch a Qt application.
d Launch a Qt Declarative (QML) application.
e Launch any application, even if it's not a library.
Can be used if only splash screen is wanted.

Options:
-c, --creds Print Aegis security credentials (if enabled).
-d, --delay SECS After invoking sleep for SECS seconds
(default 0).
-r, --respawn SECS After invoking respawn new booster after SECS seconds
(default 3, max 10).
-w, --wait-term Wait for launched process to terminate (default).
-n, --no-wait Do not wait for launched process to terminate.
-G, --global-syms Places symbols in the application binary and its
libraries to the global scope.
See RTLD_GLOBAL in the dlopen manual page.
-s, --single-instance Launch the application as a single instance.
The existing application window will be activated
if already launched.
-S, --splash FILE Show splash screen from the FILE.
-L, --splash-landscape LANDSCAPE-FILE
Show splash screen from the LANDSCAPE-FILE
in case the device is in landscape orientation.
-o, --daemon-mode Notify invoker that the launched process is a daemon.
This resets the oom_adj of the process.
-h, --help Print this help.


,,,,,,,,,,,,,,,,,,,,,,



to play any app Type Only do


Code:
invoker --type=m opt/SmashMania/bin/SmashMania

And instead type= ( m - q - d - e - ...........





i Wish marmistrz can solve the 3 Problem


1-

/home/user not ours.

2-

module "QtMultimediaKit" is not installed

import QtMultimediaKit 1.1


3-

/etc/hildon/theme/gtk-2.0/gtkrc:1: border (or stretch) without valid file


In order to see whether there are other problems or not


and If possible add Multimedia QML Plugin

http://doc.qt.nokia.com/qtmobility/qml-multimedia.html


i see The reason is N900-QtMultimediaKit-1.1

Despite of I install libqtm-12 and libqtm-12-dev


it like add


maemo5 {
CONFIG += mobility12
} else {
CONFIG += mobility
}

http://www.developer.nokia.com/Commu...ation_on_Maemo


and

CONFIG += mobility
MOBILITY += multimedia



http://www.developer.nokia.com/Commu...timediaKit-1.1

Last edited by amr.fayz; 2012-07-31 at 10:34.
 

The Following User Says Thank You to amr.fayz For This Useful Post: