Re: Desktop icons

2010-06-28 Thread daniel wilms

Hi,

On 28/06/10 00:35, ext Mats Rauhala wrote:

I installed the cross-compiled package to my device and whilst the icon
shows when removing the application with package manager, the icon does
not show in the menu.

   


Basically the sources for the icons are different. The application 
manager shows the icon it finds in the control file of the debian 
folder, while the icon in the task launcher is based on the one in the 
icons folder. But can you see the blue square as the default icon in the 
task launcher? Then your problem is probably related to a bug [1] in the 
system. Does your icon shows up after a restart?


[1] https://bugs.maemo.org/show_bug.cgi?id=6931

Daniel


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: capturing key presses on N770

2010-06-28 Thread Vinod Nanjaiah
Hi,
I came across Powerlaunch which can capture and map a hard key to any user 
defined action.
But, can Powerlaunch work while running in the background or does it need to 
run in the foreground?
BTW, I was not able to find a .deb package for powerlaunch - Any links from 
where this can be downloaded?

Frank, thanks for your input.

Thank you,
Vinod

From: Frank Banul [mailto:frank.ba...@gmail.com]
Sent: Friday, June 25, 2010 7:54 PM
To: Vinod Nanjaiah
Cc: maemo-developers@maemo.org
Subject: Re: capturing key presses on N770

Hi,

With C and GTK it's certainly possible, I do so in TabletBridge. 
https://garage.maemo.org/projects/tabletsb/

Frank
On Fri, Jun 25, 2010 at 7:21 AM, Vinod Nanjaiah 
vinod_nanja...@mindtree.commailto:vinod_nanja...@mindtree.com wrote:
Hi,
I am trying to capture key presses of the Hard keys (Up, Down, Left, Right, 
Home, etc) on Nokia N770.
Is it possible to do so using a simple c program or shell script?
Any pointers are welcome.

Thank you,
Vinod


http://www.mindtree.com/email/disclaimer.html
___
maemo-developers mailing list
maemo-developers@maemo.orgmailto:maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: capturing key presses on N770

2010-06-28 Thread Frantisek Dufka

Vinod Nanjaiah wrote:

Hi,
I am trying to capture key presses of the Hard keys (Up, Down, Left, 
Right, Home, etc) on Nokia N770.

Is it possible to do so using a simple c program or shell script?


Not sure what is the scenario you want to use it for. For low level 
access you can use kernel input subsystem directly


see e.g. evkey.c [1] and its usage in bootmenu.sh [2]. Just beware that 
different devices have different device names and key events still go to 
the rest of the system.


For playing nice with the system using powerlaunch [3] is indeed better. 
I am not aware of 770 version (the author [4] has/had N800) but the 
source is here [4]. Maybe it could build fine at least in OS2007 hacker 
edition.


Frantisek

1. 
https://garage.maemo.org/plugins/scmsvn/viewcvs.php/tags/bootmenu_0_1/?root=bootmenu
2. 
https://garage.maemo.org/plugins/scmsvn/viewcvs.php/trunk/bootmenu/files/?root=bootmenu


3. http://powerlaunch.garage.maemo.org/

4. http://austinche.name/maemo/index.html
5. 
http://repository.maemo.org/extras-devel/pool/diablo/free/source/p/powerlaunch/

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: Bring an application to focus

2010-06-28 Thread Felipe Crochik
Right on the money. Thanks!

-Original Message-
From: surreal.w...@gmail.com [mailto:surreal.w...@gmail.com] On Behalf Of
Robin Burchell
Sent: Monday, June 28, 2010 7:02 PM
To: Felipe Crochik
Cc: maemo-developers
Subject: Re: Bring an application to focus

On Mon, Jun 28, 2010 at 11:54 PM, Felipe Crochik fel...@crochik.com wrote:
 Is there a way to make my application after receiving a dbus signal become
 active and visible? If the application is not running it starts
 automatically on the top and it is visible/focused, but if my application
is
 already running how can I make its main window become visible/focused when
 it is behind some other application? I tried setFocus() (qt) but it does
 not seem to make any difference.

From memory, QWidget::activateWindow() and possibly QWidget::raise()
could be relevant.

 Thanks

 Felipe

HTH,

--
Robin Burchell
http://rburchell.com

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers