Re: maemo-optify, autobuilder /opt

2009-11-09 Thread Ed Bartosh
2009/11/9 Marius Vollmer marius.voll...@nokia.com: When autobuilder expected to start to optify packages without debian/optify in them? I don't know.  We certainly need to tune the heuristic of maemo-optify first to handle Python. Just in case you need my help. I'm here for this week. My 2

Re: Maemo5 on Beagleboard

2009-11-09 Thread Henning Heinold
On Wed, Nov 04, 2009 at 09:09:15PM +0100, Till Harbaum / Lists wrote: Hi, Am Mittwoch 04 November 2009 schrieb Henning Heinold: did you download the latest driver from http://home.eeti.com.tw/web20/eGalaxTouchDriver/linuxDriver.htm ? Nope, i am using the driver that is present in the

git+ssh on garage.maemo.org

2009-11-09 Thread Cornelius Hald
Hi, would it be possible to add ssh support to git on garage? I´m asking because transifex.net (the future maemo.org translation platform) can only push changes to git repositories via ssh, not via https. If we want to use that service on garage/git we either need support for ssh on garage/git

Re: DBus service name

2009-11-09 Thread Aniello Del Sorbo
2009/11/9 Henrik Hedberg henrik.hedb...@innologies.fi: Aniello Del Sorbo wrote: there's no two without a three... so.. third question of the day. I am using com.nokia.xournal as DBus service name. I wanted to change it. Thus I went to xournal.service and xournal.desktop files and changed it

Re: DBus service name

2009-11-09 Thread Aniello Del Sorbo
I got it now. I initialize osso with a call like: osso_initialize (PACKAGE, VERSION, 0, NULL); where PACKAGE is the Debian name xournal. I think com.nokia is then automatically added. I think I had this issue already and figured it out already in Diablo but never bothered to change. Thanks for

Re: DBus service name

2009-11-09 Thread David King
On 2009-11-09 09:08, Aniello Del Sorbo ani...@gmail.com wrote: I got it now. I initialize osso with a call like: osso_initialize (PACKAGE, VERSION, 0, NULL); where PACKAGE is the Debian name xournal. I think com.nokia is then automatically added. Correct:

maemo-release

2009-11-09 Thread Gabriel Schulhof
Hey, all! I added a package to the extras(-devel)? repositories called maemo-release. It has version 1.0.0 in gregale, 2.0.0 in bora, 3.0.0 in Chinook, etc. ... The idea behind it is that it should make it easier to prevent having to make multiple sets of binary packages from one source package:

Re: DBus service name

2009-11-09 Thread Aniello Del Sorbo
2009/11/9 David King dav...@openismus.com: On 2009-11-09 09:08, Aniello Del Sorbo ani...@gmail.com wrote: I got it now. I initialize osso with a call like: osso_initialize (PACKAGE, VERSION, 0, NULL); where PACKAGE is the Debian name xournal. I think com.nokia is then automatically added.

Re: Testing nonsense

2009-11-09 Thread Ville M. Vainio
On Tue, Nov 3, 2009 at 6:47 PM, Murray Cumming murr...@murrayc.com wrote: in terms of features, usability, reliability and fun. But we also face the risk of getting maemo.org Extras associated with beta quality software made by geeks for geeks only, without the last mile of polishing.

Re: git+ssh on garage.maemo.org

2009-11-09 Thread Ferenc Szekely
Hello, Cornelius Hald wrote: Hi, would it be possible to add ssh support to git on garage? I´m asking because transifex.net (the future maemo.org translation platform) can only push changes to git repositories via ssh, not via https. If we want to use that service on garage/git we

Re: git+ssh on garage.maemo.org

2009-11-09 Thread Cornelius Hald
Ferenc Szekely wrote: Yes, it will be possible. First we would like to complete the server move and then I will work on git over ssh support. It has been on the list for quite a while. Cool, thanks a lot for the fast answer :) Conny ___

Re: maemo-release

2009-11-09 Thread David Greaves
On Mon, 2009-11-09 at 12:16 +0200, Gabriel Schulhof wrote: Hey, all! I added a package to the extras(-devel)? repositories called maemo-release. It has version 1.0.0 in gregale, 2.0.0 in bora, 3.0.0 in Chinook, etc. ... Cool... what values did you pick for Mer? David

Re: maemo-release

2009-11-09 Thread Frantisek Dufka
Gabriel Schulhof wrote: Hey, all! I added a package to the extras(-devel)? repositories called maemo-release. It has version 1.0.0 in gregale, 2.0.0 in bora, 3.0.0 in Chinook, etc. ... There already is package named maemo-version in the SDK. And the numbering is different (and consistent

Re: HildonFileChooserDialog // Showing File Extensions

2009-11-09 Thread Benoît HERVIER
No idea ? Filling a bug ? Le 6 novembre 2009 19:04, Benoît HERVIER kher...@khertan.net a écrit : Hi, I'would like to show file extension in a hildon.FileChooserDialog. But i didn't see anything in the documentations

Re: HildonFileChooserDialog // Showing File Extensions

2009-11-09 Thread Andre Klapper
Am Montag, den 09.11.2009, 16:23 +0100 schrieb Benoît HERVIER: No idea ? Filling a bug ? No need to, see https://bugs.maemo.org/show_bug.cgi?id=430 . andre Le 6 novembre 2009 19:04, Benoît HERVIER kher...@khertan.net a écrit : Hi, I'would like to show file extension in a

Re: HildonFileChooserDialog // Showing File Extensions

2009-11-09 Thread Benoît HERVIER
Hum ... I'm the author of PyGTKEditor, since fremantle, we can't use anymore gtk.FileChooserDialog due to the theme with his enormous Open button, letting us choose only 3th or 4th characters of a file. But as an source code editor, i want to open one file of my project in which contain the

Looking for a tag cloud widget (like the one in Edit tags)

2009-11-09 Thread Thomas Perl
Hello! I need a widget that can display a tag cloud out of a list of items that I provide (with different font sizes depending on a weight associated with each item). In Fremantle, the Images and Camera apps have such a tag cloud (the dialog is called Edit tags), but I don't think that the widget

Problems Panning/Clicking with GtkIconView

2009-11-09 Thread Jonathan Blake
Hi everyone, I am having a hell of a time trying to get an GtkIconView working correctly with the pannable area widget. Using hildon.GtkIconView I am able to pan by using the scrollwheel on my mouse, but if i click anywhere to start panning, it immediately activates whatever was clicked on.