How to capture ALL key events, no focus/No-GUI

2010-01-28 Thread Stefan Iwanowitsch
Hi everybody, I've tried to figure out for some days, how I can capture ALL key events even if I have no focus on my window or if my app is running without GUI. Failed sofar :( Using Fremantle/Hildon/GTK Any suggestions are welcome! Thanks! ___

HOWTO: Query installed application

2010-01-28 Thread Stefan Iwanowitsch
Hi everybody, how can I obtain information about the installed applications and access their icons? Thanks to you! ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: HOWTO: Query installed application

2010-01-28 Thread Jeremiah Foster
On Jan 28, 2010, at 9:34 AM, Stefan Iwanowitsch wrote: Hi everybody, how can I obtain information about the installed applications The command 'dpkg -l' will show you all installed packages on your device. and access their icons? Icons are kept in specific directories on the device, I'll

Re: How to capture ALL key events, no focus/No-GUI

2010-01-28 Thread Rémi Denis-Courmont
On Thursday 28 January 2010 10:33:20 ext Stefan Iwanowitsch, you wrote: Hi everybody, I've tried to figure out for some days, how I can capture ALL key events even if I have no focus on my window or if my app is running without GUI. Failed sofar :( Using Fremantle/Hildon/GTK Any

Re: HOWTO: Query installed application

2010-01-28 Thread Stefan Iwanowitsch
Thanks for the answer. But I need to query the applications not from shell but out of an application... Jeremiah Foster schrieb: On Jan 28, 2010, at 9:34 AM, Stefan Iwanowitsch wrote: Hi everybody, how can I obtain information about the installed applications The command 'dpkg -l'

Re: HOWTO: Query installed application

2010-01-28 Thread Tim Teulings
Hello! Take a look at libapt-pkg-dev,. You can also check the sources of PackageView. I'm however unsure if you can access the icons using this way. -- Gruß... Tim ___ maemo-developers mailing list maemo-developers@maemo.org

Re: How to capture ALL key events, no focus/No-GUI

2010-01-28 Thread Xavier Bestel
On Thu, 2010-01-28 at 09:33 +0100, Stefan Iwanowitsch wrote: Hi everybody, I've tried to figure out for some days, how I can capture ALL key events even if I have no focus on my window or if my app is running without GUI. Failed sofar :( Using Fremantle/Hildon/GTK Any suggestions are

Re: gtk_label_set_markup issue

2010-01-28 Thread b0unc3
On Thu, Jan 28, 2010 at 8:22 AM, daniel wilms daniel.wi...@nokia.comwrote: Hi, ext b0unc3 wrote: Anyone know how I can avoid this problem and make a link in a label in an easy way ? And when the new gtk version will be ported to maemo ? You could use the GtkLinkButton:

Re: Where are the N900 too much time at 600Mhz safeguards?

2010-01-28 Thread Frantisek Dufka
Javier S. Pedro wrote: When I got my N900, one of the first things I noticed is that (as measured by powertop) I could never get a 100% ratio at 600 Mhz, but more like 95%. I quickly assumed this was the safeguard for the issue Igor Stoppa talked about at the Maemo Summit. See also

Re: How to capture ALL key events, no focus/No-GUI

2010-01-28 Thread Stefan Iwanowitsch
Rémi Denis-Courmont schrieb: On Thursday 28 January 2010 10:33:20 ext Stefan Iwanowitsch, you wrote: Hi everybody, I've tried to figure out for some days, how I can capture ALL key events even if I have no focus on my window or if my app is running without GUI. If you actually want

Re: How to capture ALL key events, no focus/No-GUI

2010-01-28 Thread Piñeiro
From: Stefan Iwanowitsch s...@ised.de Hi everybody, I've tried to figure out for some days, how I can capture ALL key events even if I have no focus on my window or if my app is running without GUI. Failed sofar :( Using Fremantle/Hildon/GTK I suppose that you are talking about all key

Re: How to capture ALL key events, no focus/No-GUI

2010-01-28 Thread Stefan Iwanowitsch
Piñeiro schrieb: From: Stefan Iwanowitsch s...@ised.de Hi everybody, I've tried to figure out for some days, how I can capture ALL key events even if I have no focus on my window or if my app is running without GUI. Failed sofar :( Using Fremantle/Hildon/GTK I suppose that you

Re: How to capture ALL key events, no focus/No-GUI

2010-01-28 Thread Rémi Denis-Courmont
On Thursday 28 January 2010 11:53:13 ext Stefan Iwanowitsch, you wrote: If you just want to see keyboard input, then you'd open the corresponding file(s) in /dev/input/. Can I read from /dev/input without interfering with other consumers? It should work yes. And do you happen to know,

Re: Is mauku open source, i.e free or is in non-free?

2010-01-28 Thread Riku Voipio
On 01/27/2010 05:04 PM, ext Dave Neary wrote: Hi, Riku Voipio wrote: Well, such misunderstandings are likely to be caused by the poor extras instructions. Which exact page should Henrik read to get enlightened? David King I are working on improving these. Having not gone through the process

Re: Problems compiling HelloWorld for gtk+

2010-01-28 Thread acano
Hi Dave, I solved it already thatnks, but your message was helpufully. I solved somethings but I am nor sure if I undertood why. I solved it by acceding to sb_menu and changing many options related to the partition. I do not undertans yet very well what I do there. Please, could you give

Re: MySQL and N800

2010-01-28 Thread Bjoern Ricks
Hi, my current package development can now be found on http://gitorious.org/maemoized-packages/maemoized-packages I started nearly from scratch and dropped all perl dependencies. It should be possible to run mysqld without any perl script. Mysql upstream ships some perl based helper scripts which

Re: Is mauku open source, i.e free or is in non-free?

2010-01-28 Thread Tuomo Tanskanen
Hi, I'll fill in my experience, similar to Riku's. On 01/28/2010 12:59 PM, Voipio Riku (Nokia-D/Helsinki) wrote: On 01/27/2010 05:04 PM, ext Dave Neary wrote: Hi, Riku Voipio wrote: Well, such misunderstandings are likely to be caused by the poor extras instructions. Which exact page should

Re: connect through ssh or telnet to the Virtual Machine with Maemo SDK

2010-01-28 Thread acano
I could try that, but, please, could you tell me how can I know then the ip ot the virtual machine in order to connect through ssh? Thanks, A. Cano Quoting ma...@bitblit.net: On Sat, 23 Jan 2010, ac...@dsic.upv.es wrote: I just installed the Machine with Maemo SDK and would like to be

Re: connect through ssh or telnet to the Virtual Machine with Maemo SDK

2010-01-28 Thread Stephan Jaensch
Hi, Am 28.01.2010 um 13:06 schrieb ac...@dsic.upv.es: I imagine you could probably install openssh server in the VM and connect to the IP? I could try that, but, please, could you tell me how can I know then the ip ot the virtual machine in order to connect through ssh? As I said, that

Re: How to capture ALL key events, no focus/No-GUI

2010-01-28 Thread Kimmo Hämäläinen
On Thu, 2010-01-28 at 10:53 +0100, ext Stefan Iwanowitsch wrote: Rémi Denis-Courmont schrieb: ... I want normal processing of keyboard events and just want to trigger actions upon certain key combinations/sequences. According to the documentation XGrabKeyboard() seems to prevent further

RE: Is mauku open source, i.e free or is in non-free?

2010-01-28 Thread Aldon Hynes
Marius, I'm sorry if I'm not as good as others on this list and did not know that everyone here has already agreed what 'free' should mean in perpetuity for maemo developers, and for that matter, anyone that might decide to download something from specific repositories. Be sure to keep your

RE: HOWTO: Query installed application

2010-01-28 Thread Aldon Hynes
For Icons Check: /usr/share/icons/hicolor/scalable/hildon or /usr/share/icons/hicolor/48x48/hildon Also, when you do a dpkg -l you can find the files for the package in /var/lib/dpkg/info For each package, you can check the pkg.list file to see what files it has For applications on the desktop,

Re: Is mauku open source, i.e free or is in non-free?

2010-01-28 Thread Edward Page
I can't speak for Marius but I can say that in the (hardcore) Linux world Free has generally meant libre rather than gratis, except where specifically stated. I hope that the quotes and a parenthetical qualifier for that judging statement show that I am not implying anything good or bad about

RE: Is mauku open source, i.e free or is in non-free?

2010-01-28 Thread Aldon Hynes
Ed, Marius, et al. I think your comment about Maemo grows from being mostly used by Linux geeks gets to my key concern. I can see arguments for repositories being either libre or gratis and I believe it is important to re-evaluate these arguments if there is any desire for Maemo to grow beyond

Re: How to capture ALL key events, no focus/No-GUI

2010-01-28 Thread Stefan Iwanowitsch
I want normal processing of keyboard events and just want to trigger actions upon certain key combinations/sequences. According to the documentation XGrabKeyboard() seems to prevent further processing in other applications and there is no easy way to re-enqueue key events I'm not interested

Re: How to capture ALL key events, no focus/No-GUI

2010-01-28 Thread Stefan Iwanowitsch
Rémi Denis-Courmont schrieb: On Thursday 28 January 2010 11:53:13 ext Stefan Iwanowitsch, you wrote: If you just want to see keyboard input, then you'd open the corresponding file(s) in /dev/input/. Can I read from /dev/input without interfering with other consumers? It

RE: Is mauku open source, i.e free or is in non-free?

2010-01-28 Thread Pauli Virtanen
to, 2010-01-28 kello 10:51 -0500, Aldon Hynes kirjoitti: [clip] I do not see any intended malice in Marius' email and I do not mean to pick on him. However, I am very concerned that much of the tone here may drive away mobile phone application developers that are not Linux evangelists. I

RE: Is mauku open source, i.e free or is in non-free?

2010-01-28 Thread Aldon Hynes
Pauli: Establishing clear service levels for repositories and sub-repositories wrt autobuilder and QA : +1 Showing license information in package metadata: +1 As to handling payments for non-gratis software, there was a good discussion about adding Donate x$ recently. In the old days of PC

Re: Is mauku open source, i.e free or is in non-free?

2010-01-28 Thread Joseph Charpak
On Thu, 2010-01-28 at 15:25 -0300, Eduardo Lima (Etrunko) wrote: For non-gratis or paid applications, the right channel in my point of view would be the Ovi store. the problem there is that as a prerequisite to uploading to OVI, you need to establish some kind of legal entity. Maybe not an

Re: Upload to fremantle-extras-builder broken?

2010-01-28 Thread Anderson Lizardo
On Wed, Jan 20, 2010 at 3:00 PM, Niels Breet ni...@maemo.org wrote: This changed. It should be drop.maemo.org. If you replace garage.maemo.org with drop.maemo.org, everything should work fine. Not sure if this has already been reported, but I see this (apparently harmless) error when using

Re: MySQL and N800

2010-01-28 Thread Demetris
Hey Tony, from your experience, where do you think I can drop the java libs (if I can find them) in your port to be able to use them for java client connectivity? Just in case you may have a clue .. ;) Thanks Tony Green wrote: On Friday 22 Jan 2010 17:10:47 Demetris wrote: Hi Tony,

Porting guicde for Maemo 5?

2010-01-28 Thread maemo
Is there a porting guide for Maemo 5 yet? -- Aj. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: What is status of Diablo promoter

2010-01-28 Thread Cornelius Hald
On Wed, 2010-01-27 at 09:34 +0100, Niels Breet wrote: On Wed, January 27, 2010 01:51, Bruce Forsberg wrote: Anyone know the status of the Diablo Promoter. Not existing anymore since the server move. The old version could not work in the new infrastructure setup. Work has begun to setup a

Re: Is mauku open source, i.e free or is in non-free?

2010-01-28 Thread Yves-Alexis Perez
On 26/01/2010 21:13, Graham Cobb wrote: As a member of the Council I would say that we need to somewhere make it clear that by uploading a source package to maemo.org, you are giving maemo.org a licence to redistribute that source and the binaries built from it (and that you assert you