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

2011-04-11 Thread Pai, Cary
Hi, I have a simple MTF application, I want to get the error message from this application, so I want to launch the application from command line, and I can easily get the error message from command line, but after I launch the MTF application, I get error message about : ERROR : No DBUS

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

2011-04-11 Thread Marko Saukko
Hi, Did you export DISPLAY=:0 and are you running the app as normal user and not root? Also it might be that you need to export DBUS variables to the environment, see bug: https://bugs.meego.com/show_bug.cgi?id=9049 Regards, Marko On 04/11/2011 10:57 AM, Pai, Cary wrote: Hi, I have a

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

2011-04-11 Thread Pai, Cary
] FW: execute MTF application by command line error Hi, Did you export DISPLAY=:0 and are you running the app as normal user and not root? Also it might be that you need to export DBUS variables to the environment, see bug: https://bugs.meego.com/show_bug.cgi?id=9049 Regards, Marko On 04/11

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

2011-04-11 Thread Stanislav Ionascu
: execute MTF application by command line error Hi, Did you export DISPLAY=:0 and are you running the app as normal user and not root? Also it might be that you need to export DBUS variables to the environment, see bug: https://bugs.meego.com/show_bug.cgi?id=9049 Regards, Marko On 04/11

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

2011-04-11 Thread Pai, Cary
; Pai, Cary Subject: Re: [MeeGo-dev] FW: execute MTF application by command line error Hi, Did you export DISPLAY=:0 and are you running the app as normal user and not root? Also it might be that you need to export DBUS variables to the environment, see bug: https://bugs.meego.com

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

2011-04-11 Thread Thiago Macieira
Em segunda-feira, 11 de abril de 2011, às 16:56:00, Pai, Cary escreveu: Thanks for your response, I am using the root to launch the application, and the DISPLAY have already set to 0, after I tested and the result is the application can be launched successfully if you do not use the root to

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

2011-04-11 Thread Stanislav Ionascu
-dev@meego.com Subject: Re: [MeeGo-dev] FW: execute MTF application by command line error 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

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

2011-04-11 Thread Jammy Zhou
: Stanislav Ionascu [mailto:stanislav.iona...@nokia.com] Sent: Monday, April 11, 2011 5:03 PM To: Pai, Cary Cc: Marko Saukko; meego-dev@meego.com Subject: Re: [MeeGo-dev] FW: execute MTF application by command line error Hi, To launch MTF application as root, you need to do first as root

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

2011-04-11 Thread Foster, Dawn M
On Apr 11, 2011, at 12:57 AM, Pai, Cary wrote: Hi, I have a simple MTF application, I want to get the error message from this application, so I want to launch the application from command line, and I can easily get the error message from command line, but after I launch the MTF