Re: How to create an icon on desktop on N900 and link my binary to that

2010-08-10 Thread Fred Lefévère-Laoide
I thought the DBus initialization was used to allow only one intsnace of your program to be run, which is good on a handheld device ... I think you should let the user decide if he wants to put a shortcut on his desktop or not ? Fred Le 10/08/2010 17:29, Naresh Mehta a écrit : Hi All

Re: How to create an icon on desktop on N900 and link my binary to that

2010-08-10 Thread Fred Lefévère-Laoide
You simply have to create a .desktop file associated with your program (don't forget to initialize dbus session with osso_init) users wil then be able to start your program via the menu and to add a shortcut on their desktop. you can check the developper documentation Fred Le 10/08

Re: NokiaSDK (with latest updates): error compiling a QtMobility application for Maemo target

2010-07-01 Thread Fred Duarte
+1 On Thu, Jul 1, 2010 at 5:32 AM, Lorenzo Bettini wrote: > On 06/26/2010 09:44 PM, Andrea Grandi wrote: > >> Hi, >> >> On 22 June 2010 22:46, Fred Duarte wrote: >> >>> Hi, Andrea. >>> >>> I've had the same issue

Re: Querying music being played

2010-06-23 Thread Fred Duarte
Hhhmmm, It uses the Maemo Multimedia Application Framework (MAFW) to make the queries in python. But I think its possible to make a Qt C++ version of it. Tnx for the tip, Cláudio. 2010/6/23 Cláudio Sampaio > On Wed, Jun 23, 2010 at 9:02 PM, Fred Duarte wrote: > >> Is it possible t

Querying music being played

2010-06-23 Thread Fred Duarte
Is it possible to query info about the music currently played on the device. That is, if the user plays a music file from maemo's default media player or any other player that was installed, is there a notification signal, maybe a DBUS interface that I can listen to that can give me this kind of i

Re: NokiaSDK (with latest updates): error compiling a QtMobility application for Maemo target

2010-06-22 Thread Fred Duarte
Hi, Andrea. I've had the same issue for a while and I've opened a bug report for it: http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1614 In my case, the error occurs only when building projects of template type 'SUBDIRS' for maemo using the QtCreator. If this is also your case, then I'm sor

Installing dependencies on MADDE

2010-06-11 Thread Fred Duarte
I'm trying to package a QT application with MADDE that contains some non-QT dependencies. Is it possible to install it via "apt-get install PACKAGE_NAME" or "dpkg -i PACKAGE_NAME.deb" ? If not, how can I add these dependencies to the MADDE environment? -- Frederico Simas Duarte SW & UI - Softwa

Re: Deleting Project PyGTKEditor from Garage

2010-03-24 Thread Fred Pacquier
Le 24/03/2010 19:33, Michael Cronenworth a écrit : Benoît HERVIER on 03/24/2010 12:08 PM wrote: Yes there is discussions, talk, brainstorm ... and other discussions, emails on the mailing list but ZERO actions taken. This was my first experience in an true OSS community ... but probably the last

Re: SQLite

2010-02-25 Thread Fred Lefevere-Laoide
Sqlite is available in the extras repository as a lib (gpe and others depnd on it) Fred - Original message - > Hi all, > >      I was able to install and run mySQL on both the N800 and N810 fairly > easy. > I want to also test out the SQLite - I download the binaries fo

Re: Any new information on Developer Device Program?

2009-12-09 Thread Fred Lefévère-Laoide
Le 09/12/2009 02:23, Ian a écrit : > Hi >> me too, I ordered it since they wrote to order it before the 21 of december. > ordered it from where? I looked around on forum.nokia.com and I have > nothing related to N900 anywhere..maybe I missed something/some link > > Ian > > > > Once the store's con

Re: read XML files

2009-11-10 Thread Fred Lefévère-Laoide
Le 10/11/2009 09:27, Tim Teulings a écrit : > Hello! > >> Is there a way to read XML files in the Maemo distribution ? > > The GNOME XML library is available (should be libxml2-dev, libxml2). > See also http://xmlsoft.org/. Thanks a lot > > It is also possible that QT has a XML library, too (I'm

read XML files

2009-11-10 Thread Fred Lefévère-Laoide
Hi, Is there a way to read XML files in the Maemo distribution ? If not can you recommend one available in extras ? If not can you recommend one ? I want to read keepassx xml files for importing in passwordSafe Thanks Fred ___ maemo-developers

Re: maemo-optify, autobuilder & /opt

2009-10-28 Thread Fred Lefévère-Laoide
I think it is good to be able to keep maemo-optify out of Build-Depends : This way we can keep the same debian control file for Diablo and Fremantle. I suppose the Diablo builder will only ignore the optify header ? Fred On Wed, Oct 28, 2009 at 8:10 PM, Ed Bartosh wrote: > 2009/10/28 And

How to get an user friendly path description ?

2009-10-17 Thread Fred Lefévère-Laoide
Hi, Is there a way to get a User friendly description for a path ? ie see "N900 Documents/toto" instead of "/home/user/MyDocsDir/.documents/toto" ? Thanks Fred PS : Faheem already proposed the baseName glib function but it only gives

Extras-Testing and Bug Reports

2009-10-17 Thread Fred Lefévère-Laoide
won't increase hugely now ... or will it ? What do you think ? Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Garage down for a while

2009-10-15 Thread Fred Lefévère-Laoide
PWSafe 1.5.5a appeared in the repository : thanks to anyone who did it ! Le 15/10/2009 10:05, tero.k...@nokia.com a écrit : > Hi all, > > Garage is down for a disk upgrade. It ran full and needs some more space. > Estimate is in the ball park of an hour or so. > > Hope you understand. > > Thanks,

Re: Garage down for a while

2009-10-15 Thread Fred Lefévère-Laoide
Is there a link with the fact that a package build yesterday is still not in the extras-devel repo ? (pwsafe 1.5.5a https://garage.maemo.org/builder/diablo/pwsafe_1.5.5a/) Thanks for your work Fred Le 15/10/2009 10:05, tero.k...@nokia.com a écrit : > Hi all, > > Garage is down f

Re: Write file

2009-10-01 Thread Fred Lefévère-Laoide
t(docsDir, "/.documents", NULL); } else { myDir = g_strdup("/home/user/MyDocs/.documents"); } And it looks like a reboot of the device did it ... check bug https://bugs.maemo.org/show_bug.cgi?id=5252 Thanks for your time Fred ___

Write file

2009-10-01 Thread Fred Lefévère-Laoide
write and move files ... Thanks Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Getting out of inactivity

2009-09-30 Thread Fred Lefévère-Laoide
And for the record there is an example of using MCE via DBus here : http://wiki.maemo.org/Using_Fremantle_Widgets search for MCE_DEVICE_ORIENTATION_SIG in the page Fred Le 30/09/2009 10:25, daniel wilms a écrit : > Hi Fred, > > have a look here [1], this might be what you want. &

Re: Getting out of inactivity

2009-09-30 Thread Fred Lefévère-Laoide
Thanks a lot. It looks like it ! Fred Le 30/09/2009 10:25, daniel wilms a écrit : > Hi Fred, > > have a look here [1], this might be what you want. > > Cheers Daniel > > [1] > http://maemo.org/api_refs/5.0/beta/mce-dev/dbus-names_8h.html#84c46d903ba9ab3b6e965e107e399852 &

Getting out of inactivity

2009-09-30 Thread Fred Lefévère-Laoide
Hi, I wonder what I should do to get signaled when the device is getting out of inactivity (screen blanking) ? libosso has an indicator for getting into inactivity mode (system_inactivity_ind) but I don't see one for getting out of it ... Or is it the same ? Thanks

Re: hildron_entry and activate signal

2009-09-29 Thread Fred Lefévère-Laoide
Le 29/09/2009 11:38, Claudio Saavedra a écrit : > El mar, 29-09-2009 a las 10:33 +0200, Fred Lefévère-Laoide escribió: >> Hi Cornelius, >> >> I tried Enter and Return on my keyboard : no dice ! >> >> I suppose I'll try the gtk_widget_activate way for debug

Re: hildron_entry and activate signal

2009-09-29 Thread Fred Lefévère-Laoide
Hi Cornelius, I tried Enter and Return on my keyboard : no dice ! I suppose I'll try the gtk_widget_activate way for debugging purpose. Can anyone confirm this behavior in the SDK so that I can open a bug ? Fred Le 29/09/2009 09:41, Cornelius Hald a écrit : > Hi Fred, > > I

Re: hildron_entry and activate signal

2009-09-28 Thread Fred Lefévère-Laoide
No I can't because : - I cannot figure out how to fire the signal in the SDK. - I works fine on Diablo - I do not have a fremantle device Fred Le 29/09/2009 08:54, Qiang Chai a écrit : > Can you figure out which line of code crashes? > > Maybe you can check the pointer value of m

hildron_entry and activate signal

2009-09-28 Thread Fred Lefévère-Laoide
get_text(HILDON_ENTRY(widget)); ... } Thanks for your help Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: How to use extras-testing correctly?

2009-09-23 Thread Fred Lefévère-Laoide
that if an app has a very limited public it doesn't get out of extras-testing ? Fred Henrik Hedberg a écrit : > Extras-testing QA is not working as it is implemented now! There are > two main issues: > > * Comments are stored into a wrong place. Those belong to Bugzil

Re: PUSH N900 (Was Re: N900 usb host + power charge)

2009-09-20 Thread Fred Lefévère-Laoide
implement a usb-hid device. > Why don't you implement a bluetooth HID ? You could even use a N800/N8100 with BlueMaemo to emaulate the client part :) Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Fremantle SDK: Segfault when opening HildonNote

2009-09-20 Thread Fred Lefévère-Laoide
Cornelius Hald a écrit : > On Sun, 2009-09-20 at 20:05 +0200, Fred Lefévère-Laoide wrote: >> I noticed that too ... >> I thought it was linked to the sound server not being available ... ? > > Ah right, doing: > run-standalone.sh pulseaudio > Thaks for the tip : I

Re: Fremantle SDK: Segfault when opening HildonNote

2009-09-20 Thread Fred Lefévère-Laoide
ialog with gtk_dialog_run() does not crash > and does not play a sound. > > Thanks! > Conny > > > > ___ > maemo-developers mailing list > maemo-developers@maemo.org > https://lists.maemo.org/mailman/

Re: upload to extra

2009-08-31 Thread Fred
Andrew Flegg a écrit : > On Mon, Aug 31, 2009 at 16:47, Fred wrote: >> Andrew Flegg a écrit : >>> https://bugs.maemo.org/show_bug.cgi?id=3354 >> I keep getting this error : >> >> $ dput -f diablo-extras-builder pwsafe_1.5.0e_source.changes >> >>

Re: upload to extra

2009-08-31 Thread Fred
Andrew Flegg a écrit : > On Mon, Aug 31, 2009 at 14:22, Fred wrote: >> I'm fredoll on garage and the account/index2.php page gives me the right >> public ssh key. >> but I always get authent... denied > > Hmm, I've not seen "authentication denied&

upload to extra

2009-08-31 Thread Fred
your help Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Accessing contacts via d-bus

2009-07-03 Thread Fred
Hi, Contact-infos does access contact but not via DBus (via libebook API if I remember correctly) ! It then offers a DBus interface to allow users to choose the contact they want via a dialog. ContactInfos can access built-in contact or GPE contacts ... Fred Tatu Lahtela a écrit : >

Re: [GSoC 09] - Picasa plugin for Canola - report 2

2009-06-23 Thread Fred
Shoudln't you use the memory cards to store thumbnails & co. the main filesystem is quite limited in size ... Fred Andrei Mirestean a écrit : > Hello, > > I have just updated the wiki, posting my second report on the project: > http://wiki.maemo.org/GSoC_2009/Projects/Pic

Re: [canola-devel] [GSoC 09] IM Client for Canola - report 1

2009-06-04 Thread Fred
Thomas Clavier a écrit : > Valerio Valerio a écrit : >> I'm not a expert in this area, but by your assumptions seems to me that >> telepathy offer a better future for your project, and also will allow >> you to extend and add more feature in the application. Probably >> python-purple will be easier

Re: Fremantle user interface behaviour and API

2009-05-14 Thread Fred
Fully agree too Fred Luca Donaggio a écrit : > I definitely second Graham's opinion! > > Luca Donaggio > > On Thu, May 14, 2009 at 1:03 PM, Graham Cobb <mailto:g%2b...@cobb.uk.net>> wrote: > > On Thursday 14 May 2009 11:25:32 Claudio Saavedra wrote: >

Re: Find out OS version in configure script

2009-04-29 Thread Fred
> https://lists.maemo.org/mailman/listinfo/maemo-developers Hi, I would be also interested to know how I can find out in the postinst script if I'm in Fremantle as maemo-select-menu-location is not available anymore ... I suppose I could test

Is InternetTabletTalk down ?

2009-01-23 Thread Fred
for everybody or just for me ? Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Starting new project with python and EFL

2008-11-17 Thread Fred
Hi all, I'd like to try my luck with python and EFL for a new project. Is there any pointer I should be aware of to help me start this project ? (We say "mettre le pied à l'étrier" ...) Thanks Fred ___ maemo-developers mailing l

Re: Projects Nokia should support (yours?)

2008-10-27 Thread Fred
Would VLC (http://www.videolan.org) be a good client ? There was a port for Maemo but it was underpowered. It has the capacity to be embedded and could be a very good all-purpose (all-codec) media player ... Fred ___ maemo-developers mailing list maemo

Re: Installing scratchbox on Fedora 8: PERMISSION PROBLEMS

2008-10-23 Thread Fred
Darren Enns a écrit : > Fred wrote: >> Eero Tamminen a écrit : >>> Hi, >>> >>> ext Darren Enns wrote: >>>> Today, I determined to 'once again' try to install 'scratchbox' on >>>> my Fedora 8 machine. I have now

Re: Installing scratchbox on Fedora 8: PERMISSION PROBLEMS

2008-10-23 Thread Fred
; - Eero > ___ > maemo-developers mailing list > maemo-developers@maemo.org > https://lists.maemo.org/mailman/listinfo/maemo-developers Do you have SELinux enabled ? Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: undefined reference to 'g_strcmp0'

2008-09-26 Thread Fred
Pedro Sanchez a écrit : > Likely a silly question, but I'm getting the subject linking error when > I try to use this glib function. > > My configure.ac file has > > PKG_CHECK_MODULES(... glib-2.0 ...) > > and my source file has > > #include > #include > > What else is needed? > > Thanks, >

Re: libosso and exporting dbus methods

2008-09-24 Thread Fred
That is what I understood also (contactinfos) And be carefull that you cannot yet define complex parameters to your method (only simple type are supported by DBus) Fred Pedro Sanchez a écrit : > Hello, > > I'm writing an app for my N800 and I want it to create and export a DBUS

Is the promoter interface down ?

2008-08-07 Thread Fred
For Chinook and Diablo ? Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: hildon / dbus-death

2008-07-25 Thread Fred
ists.maemo.org/mailman/listinfo/maemo-developers No idea about log but I know that your app will live if started from command line :) Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Autobuilder for maemo extras repository

2008-06-27 Thread Fred
Hi all, I tried to auto-build pwsafe on diablo and I got loads of (111 Connection refused) errors check out : https://garage.maemo.org/builder/diablo/pwsafe_1.3.2/armel.root.log.FAILED.txt Is this problem known ? Fred ___ maemo-developers mailing

Re: Rebuild all chinook source packages on autobuilder

2008-06-23 Thread Fred
Ed Bartosh a écrit : > On Mon, 2008-06-23 at 14:07 +0200, ext Fred wrote: >>>>>>> Theoreticaly it should work. However we didn't get any feedback about it >>>>>>> since it was announced several months ago, so I can't say for sure. >>>

Re: Rebuild all chinook source packages on autobuilder

2008-06-23 Thread Fred
Ed Bartosh a écrit : > On Mon, 2008-06-23 at 11:52 +0200, ext Fred wrote: >> Ed Bartosh a écrit : >>> On Wed, 2008-06-18 at 18:00 +0200, ext Fred wrote: >>>>>>> That's because you haven't promote your packages to extras. >>>>>&g

Re: Rebuild all chinook source packages on autobuilder

2008-06-23 Thread Fred
Ed Bartosh a écrit : > On Wed, 2008-06-18 at 18:00 +0200, ext Fred wrote: >>>>> That's because you haven't promote your packages to extras. >>>>> Autobuilder puts successfully built packages into extras-devel. >>>>> It's

Re: Garage Misconfiguration?

2008-06-18 Thread Fred
Andrew Barr a écrit : > Is anyone else being spammed by garage.maemo.org with the same message > saying "logo contest is now open"? I seem to be getting a new one of > these in my inbox about every thirty minutes. > > I'm sure there's no malicious intent here, I'm just not sure if anyone > is awar

Re: Rebuild all chinook source packages on autobuilder

2008-06-18 Thread Fred
Ed Bartosh a écrit : > On Tue, 2008-06-17 at 17:45 +0200, ext Daniel Martin Yerga wrote: >> On Mon, 16 Jun 2008 19:46:41 +0300 >> Ed Bartosh <[EMAIL PROTECTED]> wrote: >> >>> On Mon, 2008-06-16 at 17:53 +0200, ext Fred wrote: >>>> Is there any

Re: Rebuild all chinook source packages on autobuilder

2008-06-16 Thread Fred
Is there any link with the autobuilder ? Because I changed my packages so that they build with auto-builder (mainly declare hildon-dev dependencies) and you tried to build the version I uploaded to extras before that ... Fred Niels Breet a écrit : > Hi all, > > Currently Ed Bartosh

Re: Autobuilder for maemo extras repository

2008-06-09 Thread Fred
Neil Jerram a écrit : > 2008/6/6 Fred <[EMAIL PROTECTED]>: >> Looks like it works ... >> >> Can this pb be linked to the fact that I have a passphrase associated >> with my ssh key and that I may not answer the passphrase question as >> soon as it arises

Re: Autobuilder for maemo extras repository

2008-06-07 Thread Fred Lefévère-Laoide
Thanks, I'll take a look Fred - Original message - > 2008/6/6 Fred <[EMAIL PROTECTED]>: > > Looks like it works ... > > > > Can this pb be linked to the fact that I have a passphrase associated > > with my ssh key and that I may not answer the passph

Re: Autobuilder for maemo extras repository

2008-06-06 Thread Fred
Hi, I try to be able to generate my projects for OS2007 as well as 0S2008 (with a few lines in configure.ac) But with the auto-builder, I have to specify hildon dev packages in debian/control ... which breaks my setup for OS2007 What would you recommend to keep this possibility ? Fred

Re: Autobuilder for maemo extras repository

2008-06-06 Thread Fred
I have replaced the links with the actual files and it worked ... Thanks a lot for your support Fred Ed Bartosh a écrit : > On Fri, 2008-06-06 at 14:16 +0200, ext Fred wrote: >> I managed to get gnokii-gconf to auto-build !!! >> Thanks a lot >> > Thank you for usin

Re: Autobuilder for maemo extras repository

2008-06-06 Thread Fred
Looks like it works ... Can this pb be linked to the fact that I have a passphrase associated with my ssh key and that I may not answer the passphrase question as soon as it arises ? Fred Niels Breet a écrit : >> On Fri, 2008-06-06 at 13:56 +0200, ext Niels Breet wrote: >> &

Re: Autobuilder for maemo extras repository

2008-06-06 Thread Fred
checking for a BSD-compatible install... /scratchbox/tools/bin/install -c configure: error: cannot run /bin/sh ./config.sub make: *** [configure-stamp] Error 1 Any idea ? Fred PS : that was my first ever maemo (and GTK ad Linux) software ... ___ maemo

Re: Autobuilder for maemo extras repository

2008-06-06 Thread Fred
s not match that specified in .dsc' It goes away if I retry the dput without changing anything ... Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Autobuilder for maemo extras repository

2008-06-05 Thread Fred Lefévère-Laoide
Thanks Graham and Ed I'll try that tomorrow ;) Fred - Original message - > On Thu, 2008-06-05 at 17:34 +0200, ext Fred wrote: > > Hi, > > > > I'm trying to use the autobuilder : > > > > I managed to have gnokii OK > > but then when I t

Autobuilder for maemo extras repository

2008-06-05 Thread Fred
ng for HILDON... configure: error: Package requirements (hildon-libs >= 0.9.50 hildon-fm libossohelp) were not met: No package 'hildon-libs' found No package 'hildon-fm' found No package 'libossohelp' found What am I doing wrong ? Thanks Fred __

Re: Keeping Glib up to date (was RE: Diablo, do we need a separate repository?)

2008-05-06 Thread Fred Labrosse
27;m not including myself in that), the tablet might not have the success it has. Fred P.S. Sorry for not contributing anything else than a rant ;-) ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Signal processing on N800

2008-04-23 Thread Fred
there was this tuner that used the microphone and a fft lib I think ... But I think it hasn't been ported to OS2008 (chinook) Fred nisha jain a écrit : > Hi All, > > I have to do fft calculation for an application running on maemo > developed for N800. > I am looking for

Re: BECOMEROOT

2008-04-15 Thread Fred
There is no need to be so upset ... You can still do it the old way : - Switch to R&D mode (with the linux flasher - edit the gainroot shell script You're done ;) Fred sebastian maemo a écrit : > Thank you very much to the developers and maintainers of the pages: > > ht

Re: GtkIconView example?

2008-04-14 Thread Fred
There is an example (not very high level I'm afraid) of it in "Remote Connection Manager" or "Password Safe" in the garage . Fred Andrea Grandi a écrit : > Hi all, > > can someone please tell me where can I find an example of GtkIconView > usage? I'

Re: Training for Maemo Development

2008-04-02 Thread Fred
Il think the best thing you could do is find a GTK training course. Hildon dev is really an extension of GTK and follows the same guidelines. Fred Merrick Fonnesbeck a écrit : > Does anybody know of any good training courses or seminars that are > available in the United States for learni

Re: installing sdk on gentoo

2008-03-20 Thread Fred Labrosse
hinook_sdk.html then you do > not need the debian tools > > The scratchbox installer will use tarballs to install scratchbox, and > the the SDK installs a debian-like setup under scratchbox. There are also ebuilds for scratchbox here and there and you'll find very useful instr

Re: How can I lock the touch screen and keys from software?

2008-03-17 Thread Fred Labrosse
een and keys when the light > sensor value drops, and unlock when the light sensor value rises. This > way, the N810's case would work like the N770's slide cover (unless you > are in the dark). Shame there isn't one on the N800 because this

Re: Recording audio in python

2008-03-07 Thread Fred
; Questions: > 1) is there a canonical tutorial/example for using osso-media-server, > or shall I learn from Kagu? > 2) is there the same for audio recording using gstreamer? > > I am new to the gstreamer thing, so be gentle ;) > I suppose you co

Re: Running program icon does not show up

2008-03-05 Thread Fred Labrosse
p file (otherwise there would be no icon at all I presume). I have added 12x12 and 16x16 icons too, thinking these might be needed for the small ones, to no avail. Ideas anyone? Cheers, Fred ___ maemo-developers mailing list maemo-developers@maemo.org

Re: Running program icon does not show up

2008-03-05 Thread Fred
rg > https://lists.maemo.org/mailman/listinfo/maemo-developers Did you specify the icon entry in your .desktop file ? Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Where/how to report bugs on OS2008HE ?

2008-02-24 Thread Fred Pacquier
Hi, I'd like to know the proper way and place to file bugs for OS2008HE on the 770. I think this is one : Take a Wifi connection that works fine (created by saving from a detected WLAN) Edit its "advanced properties" to change it from a DHCP connection to a fixed IP address. From there on

Re: [pymaemo] Rebuilding applications menu ?

2008-02-06 Thread Fred Pacquier
Daniel Martin Yerga suggested this on the pymaemo list : > I am not expert in this, but to try with: > update-desktop-database /usr/share/applications/hildon/ The command does seem to run (no error messages), and the .desktop files are all present in the directory, but the app menu is still empty

Rebuilding applications menu ?

2008-02-06 Thread Fred Pacquier
(I mistakenly posted this to the pymaemo list on 2/2 - resending here) I had a rare case of bad luck today while installing Canola2b2 on my 770: The download and installation went OK (Canola runs from the command line), but at the very end the device ran out of internal memory and could not write

Re: TCP socket library

2008-02-06 Thread Fred Labrosse
On Wednesday 06 Feb 2008, Tollef Fog Heen wrote: > * Fred Labrosse > > | I should have been a bit more specific. I want to have a client running > | on a nokia talking to a server running on another machine with the comms > | being done with tcp sockets. It's an had-ho

Re: TCP socket library

2008-02-06 Thread Fred Labrosse
On Tuesday 05 Feb 2008, Kaj-Michael Lang wrote: > On Tue, 5 Feb 2008, Fred Labrosse wrote: > > I need to use TCP sockets and was wondering if there was any high level > > library to do that. I saw references to SDL_net for maemo 2, but not > > maemo 4 (and indeed, it is not

Re: TCP socket library

2008-02-06 Thread Fred Labrosse
On Tuesday 05 Feb 2008, Mohammed Hassan wrote: > On Tue, 2008-02-05 at 13:28 +, ext Fred Labrosse wrote: > > All, > > > > I'm fairly new to maemo development (but not to C/C++) and am starting an > > application for my N800. > > > > I need to use TC

TCP socket library

2008-02-05 Thread Fred Labrosse
on my nokia or in the devel environment). Would anybody have anything to suggest? TIA, Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Accessing addressbook with libebook

2008-01-23 Thread Fred
I think Evolution Data Server is a special cut-down version for Maemo. there are example of use in contactInfos (lib...eds) and cell phone tools Fred David Hautbois a écrit : > Hi > > I try to access to the addressbook using libebook. > It does not work. > > Could

Re: Installing Python2.5-gtk and Python2.5-hildon on the N800

2008-01-22 Thread Fred
Devraj Mukherjee a écrit : > Hi everyone, > > I am developing a Python GTK/Hildon application, and everything works > well in Scratchbox. I am trying to get my application running on the > device with out creating a debian package (since I am still developing > the app and would like to debug stuf

Re: Contribution code, ...

2008-01-15 Thread Fred
I've received it too in France during lunch time (ordered Friday before 2) and it feels and looks very nice ;) Restoring right now ... Thanks a lot to Quim and the Maemo team Fred Tilman Vogel a écrit : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > BTW, I received a n

Re: Compiling Kryptpad ...

2008-01-14 Thread Fred
9 hildon-fm-2 hildon-help, \ AC_DEFINE(HILDON, 1, [Version of hildon libraries]), \ [AC_DEFINE(HILDON, 0, [Version of hildon libraries]) \ PKG_CHECK_MODULES(HILDON, hildon-libs >= 0.9.50 hildon-fm libossohelp)]) AC_SUBST(HILDON_CFLAGS) AC_SUBST(HILDON_LIBS) Then in your source file y

bsddb module for maemo-python ?

2008-01-04 Thread Fred Pacquier
Hi, Does anyone have the bsddb module for maemo-python, or know where to find it ? I don't know why it's been excluded from the maemo distribution : it's not that big, and its absence means some existing software cannot be reused easily on the tablets - like the very interesting Gluon: http:/

Re: Mutagen for Maemo

2008-01-03 Thread Fred
ou have to request an invite to [EMAIL PROTECTED] and then upload your public key and then you can sign and upload your packages. Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: maemo SDK+ ALPHA-1 development environment released

2007-12-28 Thread Fred
0.1.3) but it is not going to be installed E: Broken packages Have you any idea what I did wrong ? Thanks Fred Luostarinen Mika (Nokia-M/Helsinki) a écrit : >Dear all, > >We are happy to announce maemo SDK+ Alpha-1 development environment >for maemo developers.

Re: GConf Editor

2007-12-27 Thread Fred
Thanks, But I can't find any hildonization in this version ... I'm a little bit lazy and don't really feel like redoing a job already done ... Fred Mingxi Wu a écrit : > Hi, > Try here: http://ftp.gnome.org/pub/gnome/sources/gconf-editor > > Or, if you are using

GConf Editor

2007-12-26 Thread Fred
. Any help would be welcome Fred PS : Happy Holidays Bon Reste ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Osso-Xterm

2007-12-21 Thread Fred
Hi Joni, Thanks a lot for your reply ... Joni Valtanen a écrit : > > On Thu, 20 Dec 2007, Fred wrote: > >> Hi, >> >> I'm trying to port GRCM (Remote COnnection Manager) to Maemo. >> But GRCM launch a terminal so I thougth that I'd launch osso-xterm bu

Osso-Xterm

2007-12-20 Thread Fred
so-xterm with a parameter to tell it to run ssh or ftp ... 3/ when I run osso-xterm from osso-xterm the toolbar is created in the first instance of osso-xterm so there are 2 toolbars ... Ant idea ? Thanks Fred ___ maemo-developers mailing list maemo-d

Re: Maemo Application Package help

2007-12-20 Thread Fred
Hi, Do you have the following line in your debian/postinst ? gtk-update-icon-cache -f /usr/share/icons/hicolor Not sure if it is still needed but it is supposed to reload your icons ... Fred chetan nanda a écrit : > Hi Fred, > > Yes, i did path mistake in rules file. I found th

Re: Maemo Application Package help

2007-12-20 Thread Fred
I suppose it's not the standard way of doing it but if you add mkdir and cp commands in your debian rules file to copy your images in the debian package structure (sometimes in debian/tmp or debian/) Your files will be present and installed Hope this helps O Fred chetan nanda a écrit :

Re: maemo 2.2 (gregale) install problem -- no X

2007-12-11 Thread Fred
different Maemo versions. > And X environment is available on the X86 target ... So you have to construct 2 times the number of targets that you're aiming for : X86 and ARMEL for Gregale, Bora and Chinook Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: N810 available in nokia shop Germany - but discount code fails

2007-12-10 Thread Fred
Looks like it's general ... Same here in France :( Fred Uwe Koch a écrit : > Hi, > > I just saw the N810 available in the online shop from Nokia Germany. > But entering the discount code fails. > > We had the same situation with the developer program for the N800 alre

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-30 Thread Fred Pacquier
Eero Tamminen a écrit : > > So you've now verified that Exec part works, whether it's in > .desktop or .service file. What about the service name, > Does the service name in .desktop match the .service file? > I don't really know D-BUS, but when looking at the maemoblocks > stuff on the device: >

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-30 Thread Fred Pacquier
Kimmo Hämäläinen a écrit : > On Thu, 2007-11-29 at 15:20 -0800, ext Mike Morrison wrote: >> On Nov 29, 2007 2:33 PM, Thomas D. Waelti <[EMAIL PROTECTED]> wrote: >>> Something else: make sure your service name is something like >>> com.nokia.yourapp, and NOT com.yourdomainname.yourapp or so... >>>

Re: How to replace HildonGrid and HildonGridItem

2007-11-30 Thread Fred
Markku Vire a écrit : > Hi, > > Try using GtkIconView. > > -Markku- > > Fred wrote: >> Hi, >> >> I try to compile pwsafe for OS2008 and those 2 have disappeared. >> What is the best replacement (GTK I suppose) for HildonGrid and

How to replace HildonGrid and HildonGridItem

2007-11-30 Thread Fred
Hi, I try to compile pwsafe for OS2008 and those 2 have disappeared. What is the best replacement (GTK I suppose) for HildonGrid and HildonGridItem) ? Thanks Fred ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-29 Thread Fred Pacquier
Thomas D. Waelti wrote : >> However, I have been unable to adapt the mClock example for the >> service file successfully. As soon as I reference the X-Osso- >> Service value in the desktop file, I get a lengthy "Loading..." >> banner and nothing else, even though I call osso.Context() early in >> m

  1   2   >