independent home screen

2009-11-24 Thread Wang Baisheng
Hi All, I want to use an independent home screen which has its own process, not contained in the hildon-desktop. And now I have a desktop implemented by gtk, but the hildon-desktop will cover it. Thanks, Baisheng ___ maemo-developers mailing list

Re: independent home screen

2009-11-24 Thread Kimmo Hämäläinen
On Tue, 2009-11-24 at 11:38 +0100, ext Wang Baisheng wrote: Hi All, I want to use an independent home screen which has its own process, not contained in the hildon-desktop. And now I have a desktop implemented by gtk, but the hildon-desktop will cover it. You are talking about

i want to download file from the internet?

2009-11-24 Thread mohamed ismael
how can i download file from the internet? i am usnig the class ConIcConnection which opens a connection after that how can i download afile ___ maemo-developers mailing list maemo-developers@maemo.org

Re: i want to download file from the internet?

2009-11-24 Thread Cornelius Hald
mohamed ismael wrote: how can i download file from the internet? i am usnig the class ConIcConnection which opens a connection after that how can i download afile It depends which protocol you want to use http/ftp/etc. Probably you want http so I would suggest to have a look at libcurl.

Re: independent home screen

2009-11-24 Thread Andre Klapper
Am Dienstag, den 24.11.2009, 13:28 +0200 schrieb Kimmo Hämäläinen: On Tue, 2009-11-24 at 11:38 +0100, ext Wang Baisheng wrote: Hi All, I want to use an independent home screen which has its own process, not contained in the hildon-desktop. And now I have a desktop implemented by gtk,

Re: independent home screen

2009-11-24 Thread Dave Neary
Hi, Wang Baisheng wrote: I want to use an independent home screen which has its own process, not contained in the hildon-desktop. And now I have a desktop implemented by gtk, but the hildon-desktop will cover it. What exactly is your question, please? You would like to know how to launch

Re: independent home screen

2009-11-24 Thread Wang Baisheng
在 2009-11-24二的 13:28 +0200,Kimmo Hämäläinen写道: On Tue, 2009-11-24 at 11:38 +0100, ext Wang Baisheng wrote: Hi All, I want to use an independent home screen which has its own process, not contained in the hildon-desktop. And now I have a desktop implemented by gtk, but the

Re: independent home screen

2009-11-24 Thread Wang Baisheng
Hi, 在 2009-11-24二的 14:11 +0100,Dave Neary写道: Hi, Wang Baisheng wrote: I want to use an independent home screen which has its own process, not contained in the hildon-desktop. And now I have a desktop implemented by gtk, but the hildon-desktop will cover it. What exactly is your

Re: independent home screen

2009-11-24 Thread Wang Baisheng
在 2009-11-24二的 13:36 +0100,Andre Klapper写道: Am Dienstag, den 24.11.2009, 13:28 +0200 schrieb Kimmo Hämäläinen: On Tue, 2009-11-24 at 11:38 +0100, ext Wang Baisheng wrote: Hi All, I want to use an independent home screen which has its own process, not contained in the

401 Unauthorized errors while fetching packages from repository.maemo.org

2009-11-24 Thread Anderson Lizardo
Hi, I'm getting 401 Unauthorized errors while fetching packages from repository.maemo.org using apt-get. Strangely the problem happens at random (and with random packages), and trying again sometimes work. The problem also happens with not just one repository , but at least with SDK and

Re: independent home screen

2009-11-24 Thread Kimmo Hämäläinen
On Tue, 2009-11-24 at 15:32 +0100, ext Wang Baisheng wrote: 在 2009-11-24二的 13:28 +0200,Kimmo Hämäläinen写道: On Tue, 2009-11-24 at 11:38 +0100, ext Wang Baisheng wrote: Hi All, I want to use an independent home screen which has its own process, not contained in the hildon-desktop.

Marking audio files as don't play in shuffle mode (Fremantle)

2009-11-24 Thread Thomas Perl
Hello! For gPodder it would be nice if it could mark all files that it downloads so that MP3 files downloaded with it are not taken into account when the user chooses the shuffle all songs feature in the Media Player (because one wants to listen to short music clips in shuffle mode, shuffling

Re: 401 Unauthorized errors while fetching packages from repository.maemo.org

2009-11-24 Thread Luca Donaggio
Yes, I had the same problem yesterday doing an apt-get upgrade to the currentl SDK. It seemed as there where some timeout issues, and by relaunching apt-get upgrade several times I was able to complete the upgrade. -- Luca Donaggio On Tue, Nov 24, 2009 at 3:56 PM, Anderson Lizardo

Re: independent home screen

2009-11-24 Thread Wang Baisheng
在 2009-11-24二的 17:00 +0200,Kimmo Hämäläinen写道: On Tue, 2009-11-24 at 15:32 +0100, ext Wang Baisheng wrote: 在 2009-11-24二的 13:28 +0200,Kimmo Hämäläinen写道: On Tue, 2009-11-24 at 11:38 +0100, ext Wang Baisheng wrote: Hi All, I want to use an independent home screen which has its

Re: 401 Unauthorized errors while fetching packages from repository.maemo.org

2009-11-24 Thread daniel wilms
Hi, ext Anderson Lizardo wrote: Hi, I'm getting 401 Unauthorized errors while fetching packages from repository.maemo.org using apt-get. Strangely the problem happens at random (and with random packages), and trying again sometimes work. The problem also happens with not just one

Re: Making Javascript Application embedded in a small gtk window.

2009-11-24 Thread Mikko Ohtamaa
If it helps: Android, iPhone, and blackberry developers can use the opensource Phonegap ( http://phonegap.com ) . It creates apps that are simply wrappers for the web browser but with a common javascript API to use the location, acclerometers, vibration, etc. Would be nice to see a

GStreamer playbin2 and Silent mode on the N900

2009-11-24 Thread Thomas Perl
Hello! When the N900 is in silent mode, music played through playbin2 using GStreamer is also muted, so one has to switch to the General profile in order to listen to music. The built-in media player is not affected by this, so is there a way to set my playbin2 to not be muted when the phone has

Can't debug an application under FREMANTLE_ARMEL target in Scratchbox

2009-11-24 Thread Burka Victor
Hello, I'm trying to debug very simple application under FREMANTLE_ARMEL target and can't do that. What I got is the following: 1. The application: #include iostream using namespace std; int main(int argc, char * argv[]) { cout Hello 1 endl; return 0; } 2. The build

Re: Can't debug an application under FREMANTLE_ARMEL target in Scratchbox

2009-11-24 Thread Alberto Garcia
On Tue, Nov 24, 2009 at 07:55:47PM +0300, Burka Victor wrote: I'm trying to debug very simple application under FREMANTLE_ARMEL target and can't do that. The armel target is not meant to actually run or debug applications, but only to compile them to use in the device. If you want to debug

Re: Can't debug an application under FREMANTLE_ARMEL target in Scratchbox

2009-11-24 Thread Luca Donaggio
That's true, but sometime it happens that an application which runs just fine under FREMANTLE_X86 immediatly crashes when executed in the device itself. It occured to me with the last version of grsync (in extras-devel and -testing) and I'm waiting for the real device to try to understand what's

why is gtk20-l10n package in 'non-free' ?

2009-11-24 Thread Christian Persch
Hi; I had a look at the http://repository.maemo.org/dists/fremantle/sdk/non-free/binary-armel/Packages.gz packages file, and was amazed to find the gtk+ translations in there. Its source package appears to be http://repository.maemo.org/pool/fremantle/free/g/gtk20-l10n/gtk20-l10n_4.5+0m5.tar.gz —

RE: Can't debug an application under FREMANTLE_ARMEL target in Scratchbox

2009-11-24 Thread Sun Yalong
-Original Message- From: maemo-developers-boun...@maemo.org [mailto:maemo-developers-boun...@maemo.org] On Behalf Of Alberto Garcia Sent: Wednesday, November 25, 2009 1:03 AM To: maemo-developers@maemo.org Subject: Re: Can't debug an application under FREMANTLE_ARMEL target in