Maemo Official Applications Bug Jar 2009.47

2009-11-22 Thread Stephen Gadsby
A Quick Look at Maemo Official Applications in Bugzilla (https://bugs.maemo.org/). 2009-11-16 through 2009-11-22 As of 2009-11-23 Maemo Official Applications contains 1744 items (+27 this week), including 423 open issues (+10 this week): * 189 open bugs (+9 this week) * 6 critical/blocker

Re: individuals being able to join Ovi store

2009-11-22 Thread Quim Gil
ext Graham Cobb wrote: > A reminder... this discussion is happening in: > > http://talk.maemo.org/showthread.php?t=34661 It actually jumped to Confirmed/CAUTION: N900 Ovi Apps require Corporation + $1M USD Corporate General Liability Insurace http://talk.maemo.org/showthread.php?t=34783 For t

Re: [clutter] Clutter 1.0 in maemo fremantle

2009-11-22 Thread Quim Gil
ext Wang Baisheng wrote: > Hi Alberto, > > Clutter 1.0 for maemo fremantle is available ? Please use the search at http://maemo.org/packages http://maemo.org/packages/view/libclutter-1.0-0 -- Quim Gil open source advocate Maemo Devices @ Nokia > > Thanks, > Baisheng > > 在 2009-09-05六的 13:

Re: [Fwd: Re: Maemo Barcelona Weekend: best way to ask for help for a UI?]

2009-11-22 Thread Quim Gil
ext Thomas Perl wrote: > 2009/11/19 Andrea Grandi : >> 2009/11/17 Quim Gil : >>> Don't expect them to know the insights of Python/Hildon, though. They >>> obviously know the Maemo 5 UI but how you get things done with code is a >>> different matter. Anyway, there will be other colleagues attendin

Maemo Official Platform Bug Jar 2009.47

2009-11-22 Thread Stephen Gadsby
A Quick Look at Maemo Official Platform in Bugzilla (https://bugs.maemo.org/). 2009-11-16 through 2009-11-22 As of 2009-11-23 Maemo Official Platform contains 2264 items (+31 this week), including 420 open issues (+18 this week): * 270 open bugs (+15 this week) * 8 critical/blocker (+1 thi

maemo.org Extras Bug Jar 2009.47

2009-11-22 Thread Stephen Gadsby
A Quick Look at Extras in Bugzilla (https://bugs.maemo.org/). 2009-11-16 through 2009-11-22 As of 2009-11-23 Extras contains 730 items (+24 this week), including 327 open issues (-6 this week): * 204 open bugs (-11 this week) * 10 critical/blocker (-1 this week) * 1 "easyfix" (no c

Re: Kismet on N810 with Latest Maemo Diablo with Latest Updates

2009-11-22 Thread Mr M
3 hour mark? Is there something with the power settings on the Maemo? I noticed that once Kismet hits about 3 hours 15 minutes it just stops receiving anything packet wise even though once it went to overnight. Twice it stopped at 3 hr and almost 15. Is it wlan0's power options that iwconfig wl

Re: proposal for a Maemo Italian Long Weekend

2009-11-22 Thread b0unc3
2009/11/22 Andrea Borgia > [versione italiana sotto] > > Hi folks. > > There's a possibility that another Long Weekend event like Barcelona > will be taking place in Italy, early next year. For the moment, we're > That`s will be great!! > still gathering suggestions and shows of interest. > >

a bug of maemo5 clutter-0.8 on X86 Xephyr ?

2009-11-22 Thread bocheng cheng
Hi: After I compile some hildon component on the X86 . I run the hildon-desktop on Xephyr .There are some rasters on the window when I run some applications such as xterm Than I kill hildon-desktop . I just run the xterm and pass the window ID of the xterm to a program called test-pixmap unde

Re: proposal for a Maemo Italian Long Weekend

2009-11-22 Thread Roberto Teixeira
Hello Andrea , I am interested! ;) 2009/11/22 Andrea Borgia > Roberto Teixeira wrote: > > > Andrea, Well, I'm Brazilian. I live in Recife, Pernambuco, in Brazil > > there are also major events, lists, forum that you could send. When you > > have something concrete, I mobilized the people, OK

Re: Kismet on N810 with Latest Maemo Diablo with Latest Updates

2009-11-22 Thread Mr M
I finally got it working well. I found a 2009 version of Kismet from http://matt.ucc.asn.au/kismet-maemo/ and it works so well, it actually while only using battery after even using the device for a half hour on the Internet to talk via GTalk, actually captured packets for 3 hours 13 min NO TIMEOU

Re: proposal for a Maemo Italian Long Weekend

2009-11-22 Thread Andrea Borgia
Roberto Teixeira wrote: > Andrea, Well, I'm Brazilian. I live in Recife, Pernambuco, in Brazil > there are also major events, lists, forum that you could send. When you > have something concrete, I mobilized the people, OK?anything put on my blog. Wow, I never thought somebody _that_ far would ev

Re: proposal for a Maemo Italian Long Weekend

2009-11-22 Thread Roberto Teixeira
Andrea, Well, I'm Brazilian. I live in Recife, Pernambuco, in Brazil there are also major events, lists, forum that you could send. When you have something concrete, I mobilized the people, OK?anything put on my blog. Send Off-Topic list for the Maemo, who would like to participate. Roberto Teixe

Re: proposal for a Maemo Italian Long Weekend

2009-11-22 Thread Andrea Borgia
Roberto Teixeira wrote: > Create a site, and makes a poll, example: > Would you like to participate Event Maemo Italy? > , you can measure, total number of people to the event;) > Now, I have interest. Was a poll created for the Barcelona event? I believe adding yourself to the wiki page and repl

Re: proposal for a Maemo Italian Long Weekend

2009-11-22 Thread Roberto Teixeira
Hello; Create a site, and makes a poll, example: Would you like to participate Event Maemo Italy? , you can measure, total number of people to the event;) Now, I have interest. Greetings Roberto Teixeira http://joserobertoteixeira.blogspot.com/ 2009/11/22 Andrea Borgia > [versione italian

proposal for a Maemo Italian Long Weekend

2009-11-22 Thread Andrea Borgia
[versione italiana sotto] Hi folks. There's a possibility that another Long Weekend event like Barcelona will be taking place in Italy, early next year. For the moment, we're still gathering suggestions and shows of interest. You're welcome to give your feedback in this t.m.o. thread: http://tal

Re: gtk_editable_get_selection_bounds

2009-11-22 Thread Cornelius Hald
Hi Peter, I'm not sure I understand your problem correctly, but gtk_editable_get_selection_bounds() is meant to only return the start and end positions. If you need the selected text you could call gtk_editable_get_chars() using the previously obtained positions. Or maybe gtk_editable_copy_clipbo

gtk_editable_get_selection_bounds

2009-11-22 Thread Peter Romero
Hello, i use a gtk entry widget in a vbox of a dialog to display a file location. Instead to make a copy of the the whole filepath via a butten i would like to send just the selected text to the default clipboard. But gtk_editable_get_selection_bounds gives back just the curser position for sta

Re: [Fwd: Re: Maemo Barcelona Weekend: best way to ask for help for a UI?]

2009-11-22 Thread Thomas Perl
2009/11/22 Andrea Grandi : > 2009/11/22 Thomas Perl : >> Maybe we should have a "map" of people and technologies on the Wiki >> so that when one needs (technical) help with a specific technology, he/she >> can look up the name of persons that have worked with that technology >> before? Ideally, eve

Re: [Fwd: Re: Maemo Barcelona Weekend: best way to ask for help for a UI?]

2009-11-22 Thread Andrea Grandi
Hi, 2009/11/22 Thomas Perl : > Maybe we should have a "map" of people and technologies on the Wiki > so that when one needs (technical) help with a specific technology, he/she > can look up the name of persons that have worked with that technology > before? Ideally, everyone can then add technolog

Re: [Fwd: Re: Maemo Barcelona Weekend: best way to ask for help for a UI?]

2009-11-22 Thread Thomas Perl
2009/11/19 Andrea Grandi : > 2009/11/17 Quim Gil : >> Don't expect them to know the insights of Python/Hildon, though. They >> obviously know the Maemo 5 UI but how you get things done with code is a >> different matter. Anyway, there will be other colleagues attending and >> some GTK+/Hildon & Qt

Re: windows garbage like raster

2009-11-22 Thread bocheng cheng
It occurs to me that I also meet the problem . On Sat, Nov 21, 2009 at 4:18 PM, Tim Teulings wrote: > Hello! > > This sounds possibly like an effect I had with my application (not using > gtk but only gtk theming) with the pre-production device firmware but that > seems to have dissapeared with