Re: [MeeGo-dev] about http://developer.meego.com/?

2010-12-09 Thread Brendan Le Foll
On 9 December 2010 04:39, Jeremy Whiting jeremy.whit...@collabora.co.uk wrote: On 12/08/2010 07:50 PM, 金鑫 wrote: It's still in beta. The username is meego and the password is password iirc.  It will go away (the username and password) once it's ready for prime time I believe. Jeremy The

Re: [MeeGo-dev] fennec(Illegal instruction) issue on MeeGo

2010-12-09 Thread Paul Li
Thank you so much for your suggestion and let me check it. :) B.R Paul Li -Original Message- From: Roger WANG [mailto:roger.w...@intel.com] Sent: 2010年12月9日 17:26 To: Paul Li Cc: Zhang, Austin; cars...@maemo.org; Kok, Auke-jan H; gabrb...@gmail.com; thi...@kde.org;

Re: [MeeGo-dev] fennec(Illegal instruction) issue on MeeGo

2010-12-09 Thread Paul Li
Hi Roger, I have set M_USE_SOFTWARE_RENDERING=1, but also cannot see any loaded website. For example, I can select www.google.com and load it, but after that, cannot display the right website and only blank window. B.R Paul Li -Original Message- From: Roger WANG

Re: [MeeGo-dev] Display manager like gdm or slim for multi-user login

2010-12-09 Thread CSJ
Hi, when I use `uxlaunch -x` in .xinitrc and startx by `xinit` and it can not auto-mount USB stick. But after I modified /usr/share/pilkit-1/actions/org.freedesktop.udisjs.policy allow_any to yes. It can works. So I am wondering how could I auto-mount USB stick without modify the file? and

Re: [MeeGo-dev] Qt uses OpenSSL, and fails?

2010-12-09 Thread Alexander Bokovoy
Hi, On Wed, Dec 8, 2010 at 21:44, Thiago Macieira thi...@kde.org wrote: Em Quarta-feira, 8 de Dezembro de 2010, às 08:49:30, Arjan van de Ven escreveu: On 12/8/2010 8:44 AM, Rémi Denis-Courmont wrote: - use GnuTLS or NSS instead of OpenSSL, we should be using NSS anyway wherever possible,

[MeeGo-dev] PackageKit default config

2010-12-09 Thread VanCutsem, Geoffroy
Hi, I was looking at the /etc/PackageKit/PackageKit.conf file and the following settings caught my eye (default settings in MeeGo 1.1 Netbook): - UseNetworkManager=true - UseNetworkConnman=false Shouldn't it be the opposite? Thanks, Geoffroy Intel Corporation NV/SA Kings Square, Veldkant 31

[MeeGo-dev] Launching browser

2010-12-09 Thread Rubanov Ivan
Hello, all. I need to launch web browser from the code. How could I do it? I tried to launch it using dbus. Actually I used maemo dbus code: QDBusMessage m = QDBusMessage::createMethodCall( com.nokia.osso_browser, /com/nokia/osso_browser/request,

Re: [MeeGo-dev] Launching browser

2010-12-09 Thread Thiago Macieira
On Thursday, 9 de December de 2010 16:03:27 Rubanov Ivan wrote: I need to launch web browser from the code. How could I do it? I tried to launch it using dbus. Actually I used maemo dbus code: You're supposed to use QDesktopServices::openUrl. Make sure that xdg-utils is installed. -- Thiago

Re: [MeeGo-dev] Display manager like gdm or slim for multi-user login

2010-12-09 Thread Auke Kok
On 12/09/10 02:46, CSJ wrote: Hi, when I use `uxlaunch -x` in .xinitrc and startx by `xinit` and it can not auto-mount USB stick. But after I modified /usr/share/pilkit-1/actions/org.freedesktop.udisjs.policy allow_any to yes. It can works. So I am wondering how could I auto-mount USB stick