[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] Candidate specification for a generic video player from the TV list

2011-04-11 Thread Stefan Kost
hi, On 25.03.2011 18:28, Cory T. Tusar wrote: On 03/25/2011 11:23 AM, Edward Hervey wrote: On Fri, 2011-03-25 at 10:58 -0400, Cory T. Tusar wrote: On 03/17/2011 06:57 AM, Stefan Kost wrote: snip In 7 Transparency you need to highlight what your proposal adds to the existing

Re: [MeeGo-dev] how to run meego-ux's meego-app-camera on MeeGo 1.2 Netbook?

2011-04-11 Thread Stefan Kost
On 04.04.2011 02:27, Niels Mayer wrote: After doing $ zypper ar http://download.meego.com/live/devel:/meego-ux/Trunk/devel:meego-ux.repo $ zypper zypper clean --all ; zypper --gpg-auto-import-keys refresh $ zypper in meego-app-camera meego-app-video meego-app-photos meego-app-notes

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

2011-04-11 Thread Pai, Cary
Hi, Marko, 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 launch it. Best Regards. Intel Software  Service Group    

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 for your

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

2011-04-11 Thread Pai, Cary
HI, Stanislav, I have tried your suggestion, and I can't find the file named session_bus_address.user, so I create on by myself under tmp folder, but it still shows the same error message, thanks for your response. Best Regards. Intel Software  Service Group     B1 #205 Tun-Hwa North Rd,

Re: [MeeGo-dev] Candidate specification for a generic video player from the TV list

2011-04-11 Thread Brendan Le Foll
On 11 April 2011 10:21, Stefan Kost enso...@hora-obscura.de wrote: My suggestion is to avoid this scenario totally. Having different pipelines depending on systems state is increasing the complexity of your system a lot. Apply the KISS pattern. Multimedia is complex enough due to the sheer

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
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 Jammy Zhou
Could you please try export $(dbus-launch) first before run the application? Regards, Jammy On Mon, Apr 11, 2011 at 5:09 PM, Pai, Cary cary@intel.com wrote: HI, Stanislav, I have tried your suggestion, and I can't find the file named session_bus_address.user, so I create on by myself

[MeeGo-dev] [SSO] Fixed Storage Dir Permissions + Authentication Core Cache Improvements

2011-04-11 Thread ext-aurel.popirtac
Hi, Please review a few fixes and improvements: 1. Fixed permissions for the Signon storage directory. This will allow `Restore` operation to work. https://gitorious.org/accounts-sso/signon/commit/955acb690aab318633a64d0c536f5137362e95e6 2. Allow authentication core cache to append BLOB

[MeeGo-dev] ANNOUNCE: [ABI break] MeeGo 1.2 ARM architecture will only support hardfp ABI

2011-04-11 Thread Juha Kallioinen
Hello, the hardfp floating point ABI for ARM will be made default and mandatory for MeeGo 1.2 and later. This decision was made and approved back in December 2010 in the MeeGo TSG and the impact has been described in MeeGo wiki [1]. The hardfp scheduler is called armv8el and is up and

Re: [MeeGo-dev] ANNOUNCE: [ABI break] MeeGo 1.2 ARM architecture will only support hardfp ABI

2011-04-11 Thread Thiago Macieira
Em segunda-feira, 11 de abril de 2011, às 15:28:59, Juha Kallioinen escreveu: The hardfp scheduler is called armv8el and is up and running in MeeGo Trunk. Why are we calling it ARMv8? All I can find about it are future references, like: http://drdobbs.com/210800195 and talking about

Re: [MeeGo-dev] ANNOUNCE: [ABI break] MeeGo 1.2 ARM architecture will only support hardfp ABI

2011-04-11 Thread Carsten Munk
2011/4/11 Thiago Macieira thi...@kde.org: Em segunda-feira, 11 de abril de 2011, às 15:28:59, Juha Kallioinen escreveu: The hardfp scheduler is called armv8el and is up and running in MeeGo Trunk. Why are we calling it ARMv8? All I can find about it are future references, Long story short, we

Re: [MeeGo-dev] ANNOUNCE: [ABI break] MeeGo 1.2 ARM architecture will only support hardfp ABI

2011-04-11 Thread Marko Saukko
On 04/11/2011 03:28 PM, Juha Kallioinen wrote: Hello, the hardfp floating point ABI for ARM will be made default and mandatory for MeeGo 1.2 and later. This decision was made and approved back in December 2010 in the MeeGo TSG and the impact has been described in MeeGo wiki [1]. The hardfp

Re: [MeeGo-dev] Window Manager Issues (Handset and Tablet)

2011-04-11 Thread Kimmo Hämäläinen
On 04/09/11 16:52, ext Gabriel M. Beddingfield wrote: On the latest daily builds for Handset and Tablet there are no title bars (including app switcher button and app close button). Will there be any? Nor do apps get automatically expanded to fit the screen. Will they be? There are two

Re: [MeeGo-dev] Window Manager Issues (Handset and Tablet)

2011-04-11 Thread Gabriel M. Beddingfield
On Mon, 11 Apr 2011, Kimmo Hämäläinen wrote: The fullscreen ones don't have WM buttons at all and are resized to fullscreen by the WM. Currently the non-fullscreen ones get buttons and are resized so that they fill the remaining free space. [snip] This is what the git version does, I'm

Re: [MeeGo-dev] ANNOUNCE: [ABI break] MeeGo 1.2 ARM architecture will only support hardfp ABI

2011-04-11 Thread Arjan van de Ven
On 4/11/2011 5:28 AM, Juha Kallioinen wrote: Hello, the hardfp floating point ABI for ARM will be made default and mandatory for MeeGo 1.2 and later. This decision was made and approved back in December 2010 in the MeeGo TSG and the impact has been described in MeeGo wiki [1]. The hardfp

Re: [MeeGo-dev] Window Manager Issues (Handset and Tablet)

2011-04-11 Thread Gabriel Beddingfield
Hi Rusty, On Sat, Apr 9, 2011 at 11:53 AM, Rusty Lynch rusty.ly...@intel.com wrote: On 04/09/2011 06:52 AM, Gabriel M. Beddingfield wrote: On the latest daily builds for Handset and Tablet there are no title bars (including app switcher button and app close button). Will there be any?  Nor

Re: [MeeGo-dev] ANNOUNCE: [ABI break] MeeGo 1.2 ARM architecture will only support hardfp ABI

2011-04-11 Thread Carsten Munk
2011/4/11 Arjan van de Ven ar...@linux.intel.com: On 4/11/2011 5:28 AM, Juha Kallioinen wrote: Hello, the hardfp floating point ABI for ARM will be made default and mandatory for MeeGo 1.2 and later. This decision was made and approved back in December 2010 in the MeeGo TSG and the impact

Re: [MeeGo-dev] ANNOUNCE: [ABI break] MeeGo 1.2 ARM architecture will only support hardfp ABI

2011-04-11 Thread Juha Kallioinen
On 11/04/11 17:26, ext Arjan van de Ven wrote: can you, for completeness, list a set of ARM SOC's that this hardfp will run on... omap3 tegra? qualcom ? asking because if it's only omap3 then I think this is a step in the wrong direction and we should revisit the TSG decision. Hi,

[MeeGo-dev] Audio performance in MeeGo

2011-04-11 Thread Alam, Nahid M
Hello, I was able to reduce CPU load in audio playback in meego-ivi a few months back. This was all done by tweaking the buffer parameters of audio sink while playing with Gstreamer. How can we make sure that the user benefits from the changes? What are the players in meego-ivi that uses

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

Re: [MeeGo-dev] Audio performance in MeeGo

2011-04-11 Thread Clark, Joel
This really applies to all MeeGo players using gstreamer, not just the IVI ones. regards Joel From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Behalf Of Alam, Nahid M Sent: Monday, April 11, 2011 9:37 AM To: meego-dev@meego.com Subject: [MeeGo-dev] Audio performance in

[MeeGo-dev] Fwd: [MeeGo-ivi] Bug #12777 - usbtouchscreen driver

2011-04-11 Thread Nasa
Hi gang, Per Joel's suggestion, I Wanted to ask a quick question... The patch from the 12777 bug report seems to have fixed tsc2007 - looking at the code for usbtouchscreen.c, I don't see why a similar patch couldn't be done for it (and possbily others). Does anyone know if that is being

Re: [MeeGo-dev] Audio performance in MeeGo

2011-04-11 Thread Auke Kok
did these adjustments get merged into MeeGo's gstreamer then? Auke On 04/11/11 09:58, Clark, Joel wrote: This really applies to all MeeGo players using gstreamer, not just the IVI ones. regards Joel From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Behalf Of

Re: [MeeGo-dev] [Meego-architecture] Another architecture direction mail

2011-04-11 Thread John Veness
On 05/04/11 08:59, Antti Kaijanmäki wrote: On Fri, 2011-04-01 at 09:07 -0700, Arjan van de Ven wrote: Late last year, in the Architecture meeting, we had agreed to include timed, MCE, Sharing Framework, Non-Graphics-Feedback (NGF), Profiles, and Qt style APIs (QmSystem) identified on the

Re: [MeeGo-dev] Fwd: [MeeGo-ivi] Bug #12777 - usbtouchscreen driver

2011-04-11 Thread Carsten Munk
2011/4/11 Nasa nas...@comcast.net: Hi gang, Per Joel's suggestion, I Wanted to ask a quick question...  The patch from the 12777 bug report seems to have fixed tsc2007 - looking at the code for usbtouchscreen.c, I don't see why a similar patch couldn't be done for it (and possbily others).  

Re: [MeeGo-dev] Fwd: [MeeGo-ivi] Bug #12777 - usbtouchscreen driver

2011-04-11 Thread Clark, Joel
These conneXt kernel changes? http://lists.meego.com/pipermail/meego-commits/2011-March/019591.html http://lists.meego.com/pipermail/meego-commits/2011-April/020569.html regards Joel -Original Message- From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Behalf Of

Re: [MeeGo-dev] Fwd: [MeeGo-ivi] Bug #12777 - usbtouchscreen driver

2011-04-11 Thread Nasa
- Carsten Munk cars...@maemo.org wrote: 2011/4/11 Clark, Joel joel.cl...@intel.com: These conneXt kernel changes? http://lists.meego.com/pipermail/meego-commits/2011-March/019591.html http://lists.meego.com/pipermail/meego-commits/2011-April/020569.html Yeah, just needs to be

[MeeGo-dev] Can not tracker *.rm/rmvb files

2011-04-11 Thread yinxb
Hi I encounters a confusing problem that the *.rm/rmvb video files can not be trackered by the following SQL SELECT nie:url(nie:isStoredAs(?video)) WHERE{?video a nmm:Video}; I analysed the /usr/share/mime/packages/freedesktop.org.xml that the mime type [mime-type

[MeeGo-dev] meego table screen saver

2011-04-11 Thread Mark S. Townsley
Hi I am running the meego table release. The screen saver is nice but I want to turn it off at times. I look under settings but cannot find relevant settings. Is there a way to do so? I looked under /etc/X11 but did not see anything either. Thanks Mark

Re: [MeeGo-dev] meego table screen saver

2011-04-11 Thread Rusty Lynch
On 04/11/2011 08:48 PM, Mark S. Townsley wrote: Hi I am running the meego table release. The screen saver is nice but I want to turn it off at times. I look under settings but cannot find relevant settings. Is there a way to do so? I looked under /etc/X11 but did not see anything either.