Problem with the Diablo autobuilder

2009-04-29 Thread Cornelius Hald
Hi, it looks like there is something wrong with the Diablo autobuilder. I was submitting conboy 0.3.2 two times already and it doesn't show up in extras-devel. For Chinook and Fremantle it worked fine. The mails I received are attached. It would be nice if someone please could check. Thanks! Co

Re: qt4-dev in fremantle extras-devel is broken

2009-04-29 Thread Antonio Aloisio
Hi Kees, It works for me too. If qemu cvs-m is missing in the autobuilder, I wonder what is the version of cpu transp package they are using. I mailed to the debmaster yesterday night. I wait for a reply. Regards, Antonio On Thu, Apr 30, 2009 at 9:27 AM, Kees Jongenburger < kees.jongenbur...@gmai

Re: qt4-dev in fremantle extras-devel is broken

2009-04-29 Thread Kees Jongenburger
On Wed, Apr 29, 2009 at 9:24 PM, Till Harbaum / Lists wrote: > From my build: > > Setting up libqt4-dev (4.5.0-0maemo0) ... > Setting up qemu-arm-cvs-m as cpu transparency method... > sb-conf: No such CPU-transparency method: 'qemu-arm-cvs-m'. Hi, the 5.0 alpha and beta apparently are using diffe

RE: hildon-help in fremantle?

2009-04-29 Thread soumya.3.bijjal
Hi, Help framework is now dropped in Fremantle. It is mentioned in the release notes: "The Help library is dropped. Diablo applications that use context-sensitive help and use the libhildonhelp library would need to remove the dependencies from their packages inorder to work in Fremantle." Reg

Re: How to get a program window into the task/window switcher?

2009-04-29 Thread Faheem Pervez
Incidentally, this only happens because libSDL uses Xutf8TextListToTextProperty() in SDL_x11vm.c to set the window title. Commented a few lines to make it use XStringListToTextProperty() and using SDL_WM_SetCaption() worked to set the title without any Xlib tricks. I can't be bothered, personally,

Re: How to get a program window into the task/window switcher?

2009-04-29 Thread Faheem Pervez
Brilliant, thanks for that, I've sometimes forgot to do it when the a game in question lets you set the video mode from the menu. That tip should help. Best Regards, Faheem On Wed, Apr 29, 2009 at 10:06 PM, Frantisek Dufka wrote: > BTW as for the Mikkov's wiki code sample > I've ended with seti

Re: Problems Updating N810

2009-04-29 Thread Ryan Abel
On Apr 29, 2009, at 7:49 PM, Kenneth Loafman wrote: > I'm having two problems and they may be related... > > 1) When I try to bring up a "New Web Browser Window" on the N810, it > comes up with a blank screen and a dialog that says "Updating". > After a > few minutes, both the dialog and the sc

Problems Updating N810

2009-04-29 Thread Kenneth Loafman
I'm having two problems and they may be related... 1) When I try to bring up a "New Web Browser Window" on the N810, it comes up with a blank screen and a dialog that says "Updating". After a few minutes, both the dialog and the screen go away with no sign of what went wrong. 2) When I bring up

Re: qt4-dev in fremantle extras-devel is broken

2009-04-29 Thread Antonio Aloisio
Hi Till, Today Niels has updated the autobuilder. I sent a mail to him to know more about this. gnu...@joshua:/scratchbox$ dpkg -L scratchbox-devkit-cputransp | grep cvs-m /scratchbox/devkits/cputransp/bin/qemu-arm-cvs-m Thanks Antonio On Wed, Apr 29, 2009 at 10:24 PM, Till Harbaum / Lists wro

Re: How to get a program window into the task/window switcher?

2009-04-29 Thread Frantisek Dufka
Faheem Pervez wrote: > char *name = "Title to show on first line - Title to show on second > line" and then pass that char to XStoreName as the third argument: Indeed. Thanks for figuring this out. One definitely needs the " - " part including spaces there. BTW as for the Mikkov's wiki code sam

Re: python-runtime package is broken (fremantle extras-devel)

2009-04-29 Thread Anderson Lizardo
On Wed, Apr 29, 2009 at 3:47 PM, Raul Fernandes Herbster wrote: > Hi, > > I cannot install python-runtime on Fremantle from extras-devel repository. > It complains about unsolved dependencies: > [...] Please also add a bug report about it so we can track this properly: https://bugs.maemo.org/ente

Re: Diablo extras-devel-builder missing a file...

2009-04-29 Thread Anderson Lizardo
On Wed, Apr 29, 2009 at 3:58 PM, Kenneth Loafman wrote: > See below: > > >  fakeroot debian/rules binary > dh_testdir > dh_installdirs >        install -d debian/python-boto > python2.5 setup.py install --root > /home/builder1/maemo-diablo-i386-extras-devel/work/python-boto-0.9d/debian/python-bot

Re: python-runtime package is broken (fremantle extras-devel)

2009-04-29 Thread Anderson Lizardo
On Wed, Apr 29, 2009 at 3:47 PM, Raul Fernandes Herbster wrote: > Hi, > > I cannot install python-runtime on Fremantle from extras-devel repository. > It complains about unsolved dependencies: > > The following packages have unmet dependencies: >  python-runtime: Depends: python-hildon (>= 0.8.9-2

Diablo extras-devel-builder missing a file...

2009-04-29 Thread Kenneth Loafman
See below: fakeroot debian/rules binary dh_testdir dh_installdirs install -d debian/python-boto python2.5 setup.py install --root /home/builder1/maemo-diablo-i386-extras-devel/work/python-boto-0.9d/debian/python-boto \ --install-scripts usr/share/doc/python-boto/examples/

python-runtime package is broken (fremantle extras-devel)

2009-04-29 Thread Raul Fernandes Herbster
Hi, I cannot install python-runtime on Fremantle from extras-devel repository. It complains about unsolved dependencies: The following packages have unmet dependencies: python-runtime: Depends: python-hildon (>= 0.8.9-2maemo1) but it is not going to be installed ... The following packages have

Re: GtkAction vs. AppMenu

2009-04-29 Thread Cornelius Hald
Hi Berto, On Wed, 2009-04-29 at 20:19 +0200, Alberto Garcia wrote: > On Wed, Apr 29, 2009 at 07:37:03PM +0200, Cornelius Hald wrote: > > > Or is it possible to create a GtkButton out of a GtkAction? > > Try this: > > button = gtk_button_new (); > gtk_action_connect_proxy (action, button); I th

qt4-dev in fremantle extras-devel is broken

2009-04-29 Thread Till Harbaum / Lists
>From my build: Setting up libqt4-dev (4.5.0-0maemo0) ... Setting up qemu-arm-cvs-m as cpu transparency method... sb-conf: No such CPU-transparency method: 'qemu-arm-cvs-m'. Perhaps you forgot to select the devkit which includes it. dpkg: error processing libqt4-dev (--configure): subprocess pos

Re: Find out OS version in configure script

2009-04-29 Thread Cornelius Hald
Hi Till, > that's imho what maemo-version is there for. I use it this way: > > PKG_CHECK_EXISTS(maemo-version, [ > VERSION=`pkg-config --modversion maemo-version` > AC_MSG_NOTICE([Configuring for Maemo $VERSION]) > CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\"" > MAJOR=`echo

Re: How to get a program window into the task/window switcher?

2009-04-29 Thread Faheem Pervez
Well, apps using a HildonWindow don't *strictly* do it either (Hildon sets the name of the binary as the first line which is odd IMHO) . But for GTK: you get the first line by using g_set_application_name() and then gtk_window_set_title() for the second line. But believe it or not, this isn't har

hildon-help in fremantle?

2009-04-29 Thread Till Harbaum / Lists
Hi, seems there's no hildon-help framwork in fremantle anymore. I didn't find this mentioned in the docs. Is there a new help framework? Till ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-d

Duplicity Backup Available on Fremantle Beta

2009-04-29 Thread Kenneth Loafman
Folks, I've just ported duplicity backup to Maemo Fremantle Beta. You can find it in the extras-devel repository. Please try it out and let me know how it works for you. All feedback is appreciated. https://garage.maemo.org/tracker/?group_id=890 - Trackers https://garage.maemo.org/forum/forum.

Re: Find out OS version in configure script

2009-04-29 Thread Till Harbaum / Lists
Hi, that's imho what maemo-version is there for. I use it this way: PKG_CHECK_EXISTS(maemo-version, [ VERSION=`pkg-config --modversion maemo-version` AC_MSG_NOTICE([Configuring for Maemo $VERSION]) CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\"" MAJOR=`echo $VERSION | cut -b1

Re: GtkAction vs. AppMenu

2009-04-29 Thread Alberto Garcia
On Wed, Apr 29, 2009 at 07:37:03PM +0200, Cornelius Hald wrote: > Or is it possible to create a GtkButton out of a GtkAction? Try this: button = gtk_button_new (); gtk_action_connect_proxy (action, button); Berto ___ maemo-developers mailing list maem

GtkAction vs. AppMenu

2009-04-29 Thread Cornelius Hald
Hi, last week I just changed my UI code to use GtkAction instead of directly using GtkMenuItem and GtkToolItem. This brought me several advantages and cleaner code. Now I tried the new HildonAppMenu and it looks like it's no longer possible to use GtkAction with it. The HildonAppMenu expect the m

Re: Find out OS version in configure script

2009-04-29 Thread Cornelius Hald
Hi Graham, On Wed, 2009-04-29 at 13:10 +0100, Graham Cobb wrote: > On Wednesday 29 April 2009 11:02:52 Cornelius Hald wrote: > > I´m wondering what is the recomended way to find out the OS version in my > > configure script? Do I have to check for library availability and then make > > a guess or

Re: Maintenance break maemo.org autobuilder now

2009-04-29 Thread Niels Breet
Update has been completed. The autobuilder will now build fremantle packages against the Maemo 5 beta SDK. On Wed, April 29, 2009 13:59, Niels Breet wrote: > Hi all, > > > I'm going to update the autobuilder to run the latest Maemo 5 beta SDK > now. > > During the update the autobuilder will not p

Re: Qt VKB problem of N800 and N810

2009-04-29 Thread daniel wilms
Hi, the hildon API for Qt perhaps helps you there. You can find it here: http://wiki.maemo.org/Qt4_Hildon#Porting_a_Qt_application_in_Maemo Cheers Daniel ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/list

Re: How to get a program window into the task/window switcher?

2009-04-29 Thread Frantisek Dufka
Faheem Pervez wrote: > For C programs, Mikkov made the following code which works a treat for > SDL stuff: > http://wiki.maemo.org/Game_development#Set_the_window_title > This is great and works fine to set first line in task switcher window list but it would be nice to put something to second

Re: Find out OS version in configure script

2009-04-29 Thread Graham Cobb
On Wednesday 29 April 2009 11:02:52 Cornelius Hald wrote: > I´m wondering what is the recomended way to find out the OS version in my > configure script? Do I have to check for library availability and then make > a guess or is there some test program that I can call or some file with the > version

Re: Find out OS version in configure script

2009-04-29 Thread Fred
Cornelius Hald a écrit : > Hi, > > I´m wondering what is the recomended way to find out the OS version in my > configure script? > Do I have to check for library availability and then make a guess or is there > some test program that I can call or some file with the version name? > > I´m trying

Find out OS version in configure script

2009-04-29 Thread Cornelius Hald
Hi, I´m wondering what is the recomended way to find out the OS version in my configure script? Do I have to check for library availability and then make a guess or is there some test program that I can call or some file with the version name? I´m trying to build my app using Chinook, Diablo an

Maintenance break maemo.org autobuilder now

2009-04-29 Thread Niels Breet
Hi all, I'm going to update the autobuilder to run the latest Maemo 5 beta SDK now. During the update the autobuilder will not process packages in the incoming-builder queue. When I'm done, everything in the queues will be processed automatically. -- Niels Breet maemo.org webmaster ___

Re: Fremantle beta SDK out

2009-04-29 Thread Antonio Aloisio
Hi List, I want to announce that new Qt 4.5 packages for fremantle are in extras-devel. More info are available at qt4.garage.maemo.org thanks, Antonio On Wed, Apr 29, 2009 at 12:45 PM, Ville M. Vainio wrote: > Since I didn't see it mentioned here yet: > > http://maemo.org/news/announcements/ma

Fremantle beta SDK out

2009-04-29 Thread Ville M. Vainio
Since I didn't see it mentioned here yet: http://maemo.org/news/announcements/maemo_5_beta_sdk_out/ -- Ville M. Vainio http://tinyurl.com/vainio ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo

Re: New home for Easy Debian?

2009-04-29 Thread Tero Kojo
Happy to hear that you have a temporary solution. As Ferenc pointed out garage was never designed to be a file sharing location, it's a version control service for developers. Having really large rootfs images (and debian repositories for that matter) does have an impact on the servers and theref