show existing StackableWindow second time

2010-02-16 Thread Max Usachev
Hello! Please, help me with hiding stackable window. My app has Main mode and submodes. Each submode = class instance + its UI. Each mode has Activate method: if class instance is exists, then activate method must only show mode UI, else, if there is no instance, method must create class

Re: Why touch event go through my window

2010-02-16 Thread Kimmo Hämäläinen
On Mon, 2010-02-15 at 18:06 +0100, ext Evan JIANG wrote: Hi, ... The application is in mameo extras-devel repository. Could you help me to test that? You can get it from http://repository.maemo.org/extras-devel/pool/fremantle/free/m/mscim/mscim_1.4.7-1maemo5_armel.deb It's not the latest

Re: MeeGo

2010-02-16 Thread Jean-Christian de Rivaz
Yves-Alexis Perez a écrit : On 15/02/2010 17:29, Luca De Cicco wrote: I would stay away of packaging holy wars (packaging is boooring) :). It is true that packaging has some technical implications, however I would focus more on the scenario we are going to experience. But packaging is a whole

Re: MeeGo

2010-02-16 Thread Kees Jongenburger
On Tue, Feb 16, 2010 at 9:59 AM, Jean-Christian de Rivaz j...@eclis.ch wrote: Aside of this, I am puzzled to see a project that it targeted to support both X86 and ARM processors without even considering the multiarch future. Sound crasy to me. Debian have accumulated a immense amount of

Re: MeeGo

2010-02-16 Thread Jeremiah Foster
On Feb 16, 2010, at 9:59 AM, Jean-Christian de Rivaz wrote: Yves-Alexis Perez a écrit : Absolutely right. The success of Ubuntu and Debian have proved this. Aside of this, I am puzzled to see a project that it targeted to support both X86 and ARM processors without even considering the

Re: MeeGo

2010-02-16 Thread Yves-Alexis Perez
On 16/02/2010 10:15, Kees Jongenburger wrote: Hi, Debian does handle multiarch ok in repositories and such but wake up and look around it is not special or anything. Debian is far far behind when is comes to multiarch and real device support. Multi-arch is supposed to be implemented for

Re: Why touch event go through my window

2010-02-16 Thread Evan JIANG
Hi, Thank you for your reply. Which locale are you using? It's ok to run it under en_US on real device. The application is using by lots of users for 2 monthes. I think it should not have such problem. The source code can be found here: http://code.google.com/p/scim-for-maemo/ Well, I

Re: MeeGo

2010-02-16 Thread Michal Kolodziejczyk
On 16.02.2010 08:44, Martin Grimme wrote: I think this is the real problem about rpm here. Technically, I think rpm is superior to deb but Debian's apt is still unmatched as a package manager and the packagers do a better job (maybe because deb is easier to create?). I haven't used yum for

Re: MeeGo

2010-02-16 Thread Jean-Christian de Rivaz
Kees Jongenburger a écrit : On Tue, Feb 16, 2010 at 9:59 AM, Jean-Christian de Rivaz j...@eclis.ch wrote: Aside of this, I am puzzled to see a project that it targeted to support both X86 and ARM processors without even considering the multiarch future. Sound crasy to me. Debian have

Re: MeeGo, unity or fragmentation?

2010-02-16 Thread Michal Kolodziejczyk
On 16.02.2010 08:25, Marcin Juszkiewicz wrote: On pon 15 lut 2010 21:49:14 CET, Pavel Rojtberg li...@rojtberg.net wrote: I guess the first MeeGo release will be widely based on Maemo but use rpm as packaging format. Maemo maybe is longer on a market but will rather not be a base - will

Re: MeeGo, unity or fragmentation?

2010-02-16 Thread Michal Kolodziejczyk
On 16.02.2010 08:25, Marcin Juszkiewicz wrote: On pon 15 lut 2010 21:49:14 CET, Pavel Rojtberg li...@rojtberg.net wrote: I guess the first MeeGo release will be widely based on Maemo but use rpm as packaging format. Maemo maybe is longer on a market but will rather not be a base - will

Re: Why touch event go through my window

2010-02-16 Thread Kimmo Hämäläinen
On Tue, 2010-02-16 at 10:34 +0100, ext Evan JIANG wrote: Hi, Thank you for your reply. Which locale are you using? It's ok to run it under en_US on real device. The application is using by lots of users for 2 monthes. I think it should not have such problem. The source code can be

rpm vs. deb and universal binaries/packages

2010-02-16 Thread Christopher Intemann
Since MeeGo is about to be released as well for the ARM as the Intel platform, I really wonder whether either of the package formats (rpm/deb) has the capability to include both binaries (ARM and Intel) but install only the matching one automatically? Of course, this would probably double the size

Re: MeeGo

2010-02-16 Thread Luca Olivetti
En/na Jeremiah Foster ha escrit: The APT system as a whole is better than RPM. Apples and oranges. You can compare apt to urpmi or dpkg to rpm. You can't compare apt to rpm. For me urpmi is slightly better than apt, but that's just a personal opinion based on my usage pattern and

Re: rpm vs. deb and universal binaries/packages

2010-02-16 Thread Andrew Flegg
On Tue, Feb 16, 2010 at 10:46, Christopher Intemann intem...@gmail.com wrote: Since MeeGo is about to be released as well for the ARM as the Intel platform, I really wonder whether either of the package formats (rpm/deb) has the capability to include both binaries (ARM and Intel) but install

Re: show existing StackableWindow second time

2010-02-16 Thread Martin Grimme
You need to connect to the delete-event of the subwindow and invoke hide() in there to hide the window. Your delete callback must return True to signalize that the windows is not to be destroyed. Martin 2010/2/16, Max Usachev maxusac...@gmail.com: Hello! Please, help me with hiding stackable

Re: rpm vs. deb and universal binaries/packages

2010-02-16 Thread Christopher Intemann
On Tue, Feb 16, 2010 at 11:56 AM, Andrew Flegg and...@bleb.org wrote: On Tue, Feb 16, 2010 at 10:46, Christopher Intemann intem...@gmail.com wrote: Since MeeGo is about to be released as well for the ARM as the Intel platform, I really wonder whether either of the package formats (rpm/deb)

Re: rpm vs. deb and universal binaries/packages

2010-02-16 Thread Andrew Flegg
On Tue, Feb 16, 2010 at 11:17, Christopher Intemann intem...@gmail.com wrote: On Tue, Feb 16, 2010 at 11:56 AM, Andrew Flegg and...@bleb.org wrote: On Tue, Feb 16, 2010 at 10:46, Christopher Intemann intem...@gmail.com wrote: Of course, this would probably double the size of the rpm/deb,

Re: rpm vs. deb and universal binaries/packages

2010-02-16 Thread Laurent Desnogues
On Tue, Feb 16, 2010 at 12:17 PM, Christopher Intemann intem...@gmail.com wrote: [...] Apple had a great success story when they almost seamlessly switched from PPC to Intel by introducing their universal binaries. That wouldn't work too well for ARM: you'd want ARMv6 with or without VFP,

Re: Why touch event go through my window

2010-02-16 Thread Claudio Saavedra
You first commented: El sáb, 06-02-2010 a las 23:53 +0800, Evan JIANG escribió: My panel is created with gtk_window_new (GTK_WINDOW_POPUP); And then said: El mar, 16-02-2010 a las 01:06 +0800, Evan JIANG escribió: gtk_window_set_type_hint (GTK_WINDOW (_input_window),

Re: rpm vs. deb and universal binaries/packages

2010-02-16 Thread Attila Csipa
On Tuesday 16 February 2010 12:17:09 Christopher Intemann wrote: common on netbooks. Of course, it is possible let the repository autodetect the platform requesting a package and supply the matching one. On the other That is exactly how repositories in the debian world work for many years now

RE: MeeGarage ?

2010-02-16 Thread tero.kojo
No need for packing anything. The garage will stay there in place as is. It is not something that can be just closed down. Could you post an exact link to where you see the merge info? If the garage at some point were to merge with the MeeGo garage, that will most definitely be discussed well

Re: rpm vs. deb and universal binaries/packages

2010-02-16 Thread David Greaves
On Tue, 2010-02-16 at 12:17 +0100, Christopher Intemann wrote: On Tue, Feb 16, 2010 at 11:56 AM, Andrew Flegg and...@bleb.org wrote: Sure, but is there a recent i386 port of Maemo at all? :-) No one is running Maemo on i386, not even Nokia on their Booklet 3G. Mer is - I run Mer/Maemo on

Re: show existing StackableWindow second time

2010-02-16 Thread Max Usachev
On 16.02.2010 13:09, Martin Grimme wrote: You need to connect to the delete-event of the subwindow and invoke hide() in there to hide the window. Your delete callback must return True to signalize that the windows is not to be destroyed. Martin Thank you! This chunk of code works: ...

Re: Why touch event go through my window

2010-02-16 Thread Evan JIANG
Because I want the window has a white board around it. If I don't set the window type hint, the window itself will be just a pure window with no board. Even set the board width doesn't work. But for sure that I've tried to remove these code to make sure the bug is not caused by these code. And I

Re: MeeGarage ?

2010-02-16 Thread archebyte .
On Tue, Feb 16, 2010 at 1:08 PM, tero.k...@nokia.com wrote: No need for packing anything. The garage will stay there in place as is. It is not something that can be just closed down. Could you post an exact link to where you see the merge info? http://meego.com/garage Right now, we are

Re: MeeGo

2010-02-16 Thread Pavel Rojtberg
Am 16.02.2010 10:16, schrieb Jeremiah Foster: Intel and Nokia do not care about the implementation of the package system, they just want revenue from app stores. The upshot from all of this is that we are stuck with RPM, there is no going back, and

Re: MeeGo

2010-02-16 Thread Christopher Intemann
On Tue, Feb 16, 2010 at 2:12 PM, Pavel Rojtberg li...@rojtberg.net wrote: Besides there is currently a large momentum behind it (Ubuntu, Chrome OS). Working against it is suicide ;) Well, in my experience Chrome OS is rather a closed platform which is not meant for installing additional

Re: MeeGo

2010-02-16 Thread Jeremiah Foster
On Feb 16, 2010, at 2:12 PM, Pavel Rojtberg wrote: Am 16.02.2010 10:16, schrieb Jeremiah Foster: Intel and Nokia do not care about the implementation of the package system, they just want revenue from app stores. The upshot from all of this is that we are stuck with RPM, there is no going

RPM Vs. Deb (Was Re: MeeGo)

2010-02-16 Thread Fathi Boudra
That's pure speculation but it's the only rationale I found so far about the rpm choice. Quoting from a lwn.net comment: --- reference: http://www.desktoplinux.com/news/NS2068665492.html: Hohndel was quoted as saying that the move to Fedora was largely a technical decision based on the desire to

Re: MeeGo

2010-02-16 Thread Stuart Anderson
On Tue, 16 Feb 2010, Jeremiah Foster wrote: On Feb 16, 2010, at 2:12 PM, Pavel Rojtberg wrote: Am 16.02.2010 10:16, schrieb Jeremiah Foster: Intel and Nokia do not care about the implementation of the package system, they just want revenue from app stores. The upshot from all of this is

Re: MeeGo

2010-02-16 Thread Jeremiah Foster
On Feb 16, 2010, at 3:00 PM, Stuart Anderson wrote: On Tue, 16 Feb 2010, Jeremiah Foster wrote: I highly doubt the Linux Foundation is going to go back on the Linux Standards Base and use .debs, but I do like your optimism. :) Not that the LSB only specified the RPM package format. This

Re: RPM Vs. Deb (Was Re: MeeGo)

2010-02-16 Thread Jean-Christian de Rivaz
Fathi Boudra a écrit : That's pure speculation but it's the only rationale I found so far about the rpm choice. Quoting from a lwn.net comment: --- reference: http://www.desktoplinux.com/news/NS2068665492.html: Hohndel was quoted as saying that the move to Fedora was largely a technical

Re: Why touch event go through my window

2010-02-16 Thread Kimmo Hämäläinen
On Tue, 2010-02-16 at 10:34 +0100, ext Evan JIANG wrote: Hi, Thank you for your reply. Which locale are you using? It's ok to run it under en_US on real device. The application is using by lots of users for 2 monthes. I think it should not have such problem. The source code can be

Re: MeeGo

2010-02-16 Thread Stuart Anderson
On Tue, 16 Feb 2010, Jeremiah Foster wrote: On Feb 16, 2010, at 3:00 PM, Stuart Anderson wrote: On Tue, 16 Feb 2010, Jeremiah Foster wrote: I highly doubt the Linux Foundation is going to go back on the Linux Standards Base and use .debs, but I do like your optimism. :) Not that the LSB

Re: Why touch event go through my window

2010-02-16 Thread Evan JIANG
Yes. I've tried that. But I still have no idea why it crashes on your device. It works well here. I'm not sure, but maybe you can try: 1. rm -rf /home/user/.scim And reboot to check if it works. 2. Reinstall it. Since someone said it works for him before:

TreeView with variable height rows?

2010-02-16 Thread Luca Donaggio
Hi, I'm trying to add a multi-line text to a TreeViewColumn using the markup property of a standard CellRendererText; The text is correctly word-wrapped so that it spans on multiple lines, but the problem is that the treeview row's height seems to be fixed - ie the text displayed is truncated

Re: [Hildon-Extras] New widgets: about dialog, simple color dialog

2010-02-16 Thread Thomas Perl
2010/2/15 Cornelius Hald h...@icandy.de: The question is, whether or not we want that. If we release a library, we will have to deal with API compatibility in successive versions, etc. I think it would be helpful to create/ship a library. If we don't want to create a shared library just yet, we

Re: MeeGo

2010-02-16 Thread Pavel Rojtberg
Am 16.02.2010 14:36, schrieb Jeremiah Foster: I highly doubt the Linux Foundation is going to go back on the Linux Standards Base and use .debs, but I do like your optimism. :) actually I only care what the MeeGo version will use

Re: MeeGo

2010-02-16 Thread Jeremiah Foster
On Feb 16, 2010, at 5:18 PM, Pavel Rojtberg wrote: Am 16.02.2010 14:36, schrieb Jeremiah Foster: I highly doubt the Linux Foundation is going to go back on the Linux Standards Base and use .debs, but I do like your optimism. :) actually I only care what the MeeGo version will use that is

Re: MeeGo

2010-02-16 Thread Thomas Tanner
On 16.02.10 17:18, Pavel Rojtberg wrote: actually I only care what the MeeGo version will use that is supposed to run on future Nokia handhelds. Frankly, it is suicide not to switch to rpm. you mean all .deb based distributions are doomed to fail?? I think I will start a wiki page and a

Re: MeeGo

2010-02-16 Thread Jeremiah Foster
On Feb 16, 2010, at 5:27 PM, Thomas Tanner wrote: On 16.02.10 17:18, Pavel Rojtberg wrote: actually I only care what the MeeGo version will use that is supposed to run on future Nokia handhelds. Frankly, it is suicide not to switch to rpm. you mean all .deb based distributions are doomed

Re: MeeGo

2010-02-16 Thread Luca De Cicco
I foresaw this was coming, the religion^W packaging war... I guess quite anybody is fed up with this kind of discussion. That would be more interesting discussing real details, for instance this is just come to my mind: How meebo will manage very different devices (for one different CPUs,

Re: MeeGo

2010-02-16 Thread Pavel Rojtberg
Am 16.02.2010 17:31, schrieb Jeremiah Foster: according to Quim http://talk.maemo.org/showthread.php?p=529073 Harmattan is going to stay DEB based, despite being the first MeeGo implementation on Nokia devices. This is IMHO good news. Now we only need to convince them to stick to it even after

Re: MeeGo-Mailinglist Merge (MMM)

2010-02-16 Thread Yves-Alexis Perez
On 15/02/2010 18:42, Andre Klapper wrote: Am Montag, den 15.02.2010, 18:25 +0100 schrieb Max: both mailinglists will be disabled, and merged into the megoo mailinglist Right? :-P No? :-P When? ! *If* it happens: When it's time to do so. Maemo and Moblin both coexist right now and

Porting Yum to N900?

2010-02-16 Thread Aldon Hynes
Personally, I'm agnostic in the rpm v. deb wars. Most of my boxes end up supporting apt and I use that most of the time, but I've used yum at times as well and from my perspective they both seem fine. That said, I don't see yum as an available package on the N900. Has anyone ported it? Does

RE: Porting Yum to N900?

2010-02-16 Thread Aldon Hynes
While there is no 'need' to have yum installed, at least on some of my x86 based ubuntu boxes I have found it useful to have, and seem to recall installing various packages using yum under Ubuntu. I do not recall running into any dependency issues, but it was a while ago that I did this. It

diablo autobuilder problem

2010-02-16 Thread ds
Some minutes ago this worked: https://garage.maemo.org/builder/diablo/vncviewer_0.6.6-fremantle1/armel.build.log.OK.txt checking for intltool = 0.23... 0.35.0 found a little bit later with minor changes (which I even tried to reverse)

Re: diablo autobuilder problem

2010-02-16 Thread Ed Bartosh
2010/2/16 ds d...@physik.de: Some minutes ago this worked: https://garage.maemo.org/builder/diablo/vncviewer_0.6.6-fremantle1/armel.build.log.OK.txt checking for intltool = 0.23... 0.35.0 found a little bit later with minor changes (which I even tried to reverse)

Re: TreeView with variable height rows?

2010-02-16 Thread Edward Page
On Tue, Feb 16, 2010 at 9:29 AM, Luca Donaggio donag...@gmail.com wrote: I'm trying to add a multi-line text to a TreeViewColumn using the markup property of a standard CellRendererText; The text is correctly word-wrapped so that it spans on multiple lines, but the problem is that the treeview

RE: MeeGarage ?

2010-02-16 Thread tero.kojo
-Original Message- From: ext archebyte . [mailto:archeb...@gmail.com] Sent: 16 February, 2010 15:04 To: Kojo Tero (Nokia-D/Helsinki) Cc: ma...@csipa.in.rs; maemo-developers@maemo.org Subject: Re: MeeGarage ? Could you post an exact link to where you see the merge info?