Re: [MeeGo-dev] FW: execute MTF application by command line error

2011-04-11 Thread Stanislav Ionascu
Hi, If the apps launch as a user, then do: $ echo $DBUS_SESSION_BUS_ADDRESS and then as root export the result: # export DBUS_SESSION_BUS_ADDRESS=result_of_echo_as_user Then you should be able to launch the app as root. Best Regards, Stanislav Ionascu. On Mon, 2011-04-11 at 17:09 +0800, ext

Re: [MeeGo-dev] FW: execute MTF application by command line error

2011-04-11 Thread Stanislav Ionascu
Hi, To launch MTF application as root, you need to do first as root: # export DISPLAY=:0 # source /tmp/session_bus_address.user And then you can launch your application. Best Regards, Stanislav Ionascu On Mon, 2011-04-11 at 16:56 +0800, ext Pai, Cary wrote: > Hi, Marko, > > Thanks