Re: [maemo-developers] Non-gtk application integration (partly solved)

2006-12-23 Thread geiger
Quoting Tapani Pälli <[EMAIL PROTECTED]>: > > and together with the desktop file it worked. So it is clearly > > not a problem with the desktop file, but with the application itself. > > > > The application does some fiddling with window titles, and my current > > guess is that something goes wron

Re: [maemo-developers] Non-gtk application integration

2006-12-20 Thread Tapani Pälli
ext [EMAIL PROTECTED] wrote: > Quoting Tapani Pälli <[EMAIL PROTECTED]>: > >> Could you post your .desktop file? There's been previously problems with >> the correct format of it. Also it *might* be that you have to set >> application window's WM_CLASS property to match the name in .desktop file

Re: [maemo-developers] Non-gtk application integration

2006-12-20 Thread geiger
Quoting Tapani Pälli <[EMAIL PROTECTED]>: > Could you post your .desktop file? There's been previously problems with > the correct format of it. Also it *might* be that you have to set > application window's WM_CLASS property to match the name in .desktop file. > Hi again, Thanks for all suggesti

Re: [maemo-developers] Non-gtk application integration

2006-12-20 Thread Tapani Pälli
ext Tapani Pälli wrote: > ext [EMAIL PROTECTED] wrote: > >> Quoting Tapani Pälli <[EMAIL PROTECTED]>: >> >> * How can I create an entry in the task manager for the running application ? >>> You have to install a .desktop file, see >>> http://maemo

Re: [maemo-developers] Non-gtk application integration

2006-12-20 Thread Tapani Pälli
ext [EMAIL PROTECTED] wrote: > Quoting Tapani Pälli <[EMAIL PROTECTED]>: > >>> * How can I create an entry in the task manager for the running >>> application ? >>> >>> >> You have to install a .desktop file, see >> http://maemo.org/platform/docs/tutorials/Maemo_tutorial.html#Maemo-deskto

Re: [maemo-developers] Non-gtk application integration

2006-12-20 Thread geiger
Quoting Tim Teulings <[EMAIL PROTECTED]>: > Hello! > > >> > * How can I trigger the keyboard when doing text entry ? > > I while ago i did some investigations regarding the communication > protocol between maemo GTK applications and the keyboard by monitoring > relevant X11 Client Messages to add

Re: [maemo-developers] Non-gtk application integration

2006-12-20 Thread Tomi Ollila
[EMAIL PROTECTED] writes: > Quoting Tapani Pälli <[EMAIL PROTECTED]>: >> > * How can I create an entry in the task manager for the running >> > application ? >> > >> >> You have to install a .desktop file, see >> http://maemo.org/platform/docs/tutorials/Maemo_tutorial.html#Maemo-desktopfile >> >>

Re: [maemo-developers] Non-gtk application integration

2006-12-20 Thread geiger
Quoting Tapani Pälli <[EMAIL PROTECTED]>: > > * How can I create an entry in the task manager for the running > > application ? > > > > You have to install a .desktop file, see > http://maemo.org/platform/docs/tutorials/Maemo_tutorial.html#Maemo-desktopfile > > > * How can I bring the application b

Re: [maemo-developers] Non-gtk application integration

2006-12-20 Thread Tim Teulings
Hello! >> > * How can I trigger the keyboard when doing text entry ? I while ago i did some investigations regarding the communication protocol between maemo GTK applications and the keyboard by monitoring relevant X11 Client Messages to add support for keyboard handling funder maemo to my GUI li

Re: [maemo-developers] Non-gtk application integration

2006-12-19 Thread Clemens Eisserer
Hi there, > * How can I trigger the keyboard when doing text entry ? > This will be the hard part for you, but should be possible to accomplish to some extent with tcl/tk. Maybe IM guys can give you hints about this ... There is already a RFE about this in bugzilla, if you don't care about sig

Re: [maemo-developers] Non-gtk application integration

2006-12-19 Thread Tapani Pälli
Hello, ext Günter Geiger wrote: > Hi there, > > I am new to maemo, and just trying to find my way around. I am currently > looking for a away to integrate a tcl/tk application with maemo. I am > specifically interested in pointers on howto integrate with the task > manager. > > Some questions th

[maemo-developers] Non-gtk application integration

2006-12-19 Thread Günter Geiger
Hi there, I am new to maemo, and just trying to find my way around. I am currently looking for a away to integrate a tcl/tk application with maemo. I am specifically interested in pointers on howto integrate with the task manager. Some questions that arise: * How can I create an entry in the