Re: running application automatically at system startup

2010-01-18 Thread Kimmo Hämäläinen
On Sun, 2010-01-17 at 08:47 +0100, ext ibrahim wrote: cheers; I wonder how to make my application run automatically at system startup. I've read about many ways to do so ( different ways for different linux distributions) but I'm not sure which way is the right one. I don't want to mess

Re: Programmatically showing the desktop in Fremantle

2010-01-18 Thread Kimmo Hämäläinen
On Thu, 2010-01-14 at 23:56 +0100, ext Matan Ziv-Av wrote: On Thu, 14 Jan 2010, obb770 wrote: ... There is no way equivalent to exit_app_view, but in a modified hildon-desktop I am working on, I add a similar dbus signal for selecting any of the desktop modes. See here for details:

Re: Programmatically showing the desktop in Fremantle

2010-01-18 Thread Kimmo Hämäläinen
On Mon, 2010-01-18 at 12:10 +0100, Hamalainen Kimmo (Nokia-D/Helsinki) wrote: On Thu, 2010-01-14 at 23:56 +0100, ext Matan Ziv-Av wrote: On Thu, 14 Jan 2010, obb770 wrote: ... There is no way equivalent to exit_app_view, but in a modified hildon-desktop I am working on, I add a similar

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: Problems Starting Application Framework

2010-02-01 Thread Kimmo Hämäläinen
On Sat, 2010-01-30 at 18:38 +0100, ext ac...@dsic.upv.es wrote: Hello, I am trying to compile the gtk-helloworld from the documentation of the SDK and when executing the next command: af-sb-init.sh start receive the next message: Note: For remote X connections DISPLAY should

Re: how to make a splash screen with Qt

2010-02-08 Thread Kimmo Hämäläinen
On Mon, 2010-02-08 at 09:50 +0100, ext ibrahim wrote: hello there ; I was wondering how to make a splash screen for my application using Qt, I found this link : http://wiki.maemo.org/Qt4_Hildon#QSplashScreen_not_fully_compatible_with_Hildon-Desktop telling that it is not compitable

Re: Developing virtual keyboard plugin for Maemo 5

2010-02-08 Thread Kimmo Hämäläinen
On Mon, 2010-02-08 at 14:40 +0100, ext kokilakr kr wrote: Hello All, ... Following documentation http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Generic_Platform_Components/Extending_Hildon_Input_Methods says hildon_im_ui_button_set_* APIs are supported. But when verified in

Re: Developing virtual keyboard plugin for Maemo 5

2010-02-12 Thread Kimmo Hämäläinen
On Fri, 2010-02-12 at 12:17 +0100, ext Daniel Martin Yerga wrote: Hi. On 12/02/10 09:54, kokilakr kr wrote: Hello All, Thanks for information about out dated documentation. But I could not find any information, examples or sample virtual keyboard based on new framework. And the

Re: Developing virtual keyboard plugin for Maemo 5

2010-02-12 Thread Kimmo Hämäläinen
September 2007, it seems :) I can give you commit rights if you can do it ;) -Kimmo Thanks, 2010/2/12 Kimmo Hämäläinen kimmo.hamalai...@nokia.com On Fri, 2010-02-12 at 12:17 +0100, ext Daniel Martin Yerga wrote: Hi. On 12/02/10 09:54

Re: Why touch event go through my window

2010-02-12 Thread Kimmo Hämäläinen
On Fri, 2010-02-12 at 16:30 +0100, ext Thomas Perl wrote: 2010/2/6 Evan JIANG first...@gmail.com: I may not explained it clearly. Let me give an easier understanding example. If the window is in the top of screen, covered the title bar, then when I press the button on the left-top corner,

Re: Why touch event go through my window

2010-02-12 Thread Kimmo Hämäläinen
On Sat, 2010-02-06 at 16:53 +0100, ext Evan JIANG wrote: Hi all, I'm developing an input method for N900. The main window is not full screen, and looks like this: http://www.evan129.com/wp-content/uploads/2009/12/20091225_d151774f028f00e741aecdywcKr7OnKn.png It works well in most of

Re: Why touch event go through my window

2010-02-15 Thread Kimmo Hämäläinen
to the Internet. It sounds like the window type is confusing to the window manager and it does not behave right in this case. -Kimmo Best regards, Evan JIANG 2010/2/12 Kimmo Hämäläinen kimmo.hamalai...@nokia.com: On Sat, 2010-02-06 at 16:53 +0100, ext Evan JIANG wrote: Hi all, I'm

Re: Bad Drawable when running hellogl_es2 example

2010-02-15 Thread Kimmo Hämäläinen
On Sun, 2010-02-14 at 11:34 +0100, ext Charles Han wrote: Hi all, I am having issue when running the example hellogl_es2 from QT. The program segment fault on theN900 and showing this error message: X Error: BadDrawable (invalid Pixmap or Window Parameter) 9 Extension: 134 (unknown

Re: Why touch event go through my window

2010-02-16 Thread Kimmo Hämäläinen
On Mon, 2010-02-15 at 18:06 +0100, ext Evan JIANG wrote: Hi, ... The application is in mameo extras-devel repository. Could you help me to test that? You can get it from http://repository.maemo.org/extras-devel/pool/fremantle/free/m/mscim/mscim_1.4.7-1maemo5_armel.deb It's not the latest

Re: Why touch event go through my window

2010-02-16 Thread Kimmo Hämäläinen
be found here: http://code.google.com/p/scim-for-maemo/ Well, I admit the source code is a bit complex. I had fi_FI. I tried with en_US but it crashes with that also... I think it should not crash whatever the locale is, don't you agree? -Kimmo Best regards, Evan JIANG 2010/2/16 Kimmo

Re: Why touch event go through my window

2010-02-16 Thread Kimmo Hämäläinen
On Tue, 2010-02-16 at 10:34 +0100, ext Evan JIANG wrote: Hi, Thank you for your reply. Which locale are you using? It's ok to run it under en_US on real device. The application is using by lots of users for 2 monthes. I think it should not have such problem. The source code can be

Re: Why touch event go through my window

2010-02-17 Thread Kimmo Hämäläinen
that m_socket_server.create() returns false for some reason. -Kimmo Thank you very much! Best regards, Evan JIANG 2010/2/16 Kimmo Hämäläinen kimmo.hamalai...@nokia.com: On Tue, 2010-02-16 at 10:34 +0100, ext Evan JIANG wrote: Hi, Thank you for your reply. Which locale are you

Re: Invoking fremantle symbol menu

2010-02-18 Thread Kimmo Hämäläinen
On Wed, 2010-02-17 at 23:45 +0100, ext Peter Tworek wrote: Hi, I'm looking for a way to show freemantle sym menu without using hildon text widgets. I'd like to show it in an application that does not use GTK/Hildon as widget toolkit. Is there a way to do this? Unless I'm completely wrong,

Re: reloading a status bar plugin

2010-02-24 Thread Kimmo Hämäläinen
On Tue, 2010-02-23 at 20:06 +0100, ext b0unc3 wrote: Hello, I've created a statusbar plugin, now I want to reload it (eg. when the configuration file changes). What is the best way to do that ? If the plugin can be unloaded and reloaded cleanly (meaning, it does not crash

Re: Maemo Touch Screen input capture

2010-02-24 Thread Kimmo Hämäläinen
On Wed, 2010-02-24 at 10:04 +0100, ext Charles wrote: Hi, I am working on a OpenGL ES application (based on PowerVR framework) on Maemo and want to capture touch screen input for the application. I did not find any touch screen capture in PowerVR libs. Is there any other lib that could

Re: reloading a status bar plugin

2010-02-24 Thread Kimmo Hämäläinen
On Wed, 2010-02-24 at 13:21 +0100, ext b0unc3 wrote: ... dsmetool -k /usr/bin/hildon-status-menu dsmetool -t /usr/bin/hildon-status-menu This is the current way I'm doing that, but, as you said, it's ugly. Yes, because The Right Way is for your plugin to load the

Re: Problem running ogles2 program on Nokia N900

2010-02-25 Thread Kimmo Hämäläinen
On Wed, 2010-02-24 at 22:37 +0100, ext Jonny Karlsson wrote: I have successfully compiled an OpenGL ES 2.0 program on scratchbox for the FREMANTILE_ARMEL plattform. However, when running the program on Nokia N900 the compilation of the vertex and fragment shaders fails. This is the error

Re: Problem running ogles2 program on Nokia N900

2010-02-25 Thread Kimmo Hämäläinen
Notice that the GLES shader specification allows the implementation to slack at times when it comes to precisions. http://www.khronos.org/registry/gles/specs/2.0/GLSL_ES_Specification_1.0.17.pdf -Kimmo /Jonny On Thu, 25 Feb 2010, Kimmo Hämäläinen wrote: On Wed, 2010-02-24 at 22:37

Re: Problem running ogles2 program on Nokia N900

2010-02-25 Thread Kimmo Hämäläinen
On Thu, 2010-02-25 at 13:14 +0100, ext Jonny Karlsson wrote: Now I finally managed to get my OGLES2 program working on N900. The variable type and the precision definition was still in the wrong order at one place in my code... ... So, at least on N900, the variable type must be defined

Re: Performance of floating point instructions

2010-03-10 Thread Kimmo Hämäläinen
On Wed, 2010-03-10 at 10:46 +0100, ext Ove Kaaven wrote: Alberto Mardegan skrev: Does anyone know any tricks to optimize certain operations on arrays of data? The answer to that is, obviously, to use the Cortex-A-series SIMD engine, NEON. Supposedly you may be able to make gcc generate

Re: Performance of floating point instructions

2010-03-10 Thread Kimmo Hämäläinen
On Wed, 2010-03-10 at 12:57 +0100, ext Alberto Mardegan wrote: Kimmo Hämäläinen wrote: You can also put the CPU to a fast floats mode, see hd_fpu_set_mode() in http://maemo.gitorious.org/fremantle-hildon-desktop/hildon-desktop/blobs/master/src/main.c N900 has support for NEON

Re: How to enable mouse icon to be visible on N900?

2010-03-12 Thread Kimmo Hämäläinen
On Fri, 2010-03-12 at 10:19 +0100, ext 韩茂琨 wrote: Hi, I searched solutions but failed to enable it. Even worse, I found No mouse cursor available yet. The trick from alpha version to make mouse cursor visible doesn't work any more in Maemo5 final version (some applications like tuxpaint

Re: Disabling WM animations

2010-03-15 Thread Kimmo Hämäläinen
On Mon, 2010-03-15 at 08:43 +0100, ext Sivan Greenberg wrote: I would actually want to disable it for performance reasons. The current eye candy is pretty tough for the N900 IMHO and causes lots of problems when all sorts of events are arriving simultaneously. This can be done by hacking

Re: Disabling WM animations

2010-03-15 Thread Kimmo Hämäläinen
On Mon, 2010-03-15 at 08:59 +0100, ext Sivan Greenberg wrote: Why isn't there anything in the settings UI to control this outside the code? Like the Appearance manager in Ubuntu. Because the only people wanting this are nerds and nerds can code ;) -Kimmo Sivan 2010/3/15 Kimmo Hämäläinen

Re: N900 USB Networking

2010-03-18 Thread Kimmo Hämäläinen
On Wed, 2010-03-17 at 15:17 +0100, ext van Porten, Oliver wrote: Hi list, I've tried following this guide to setup USB networking with my Windows PC: http://wiki.maemo.org/N900_USB_networking#Windows_XP Windows asked for a driver for the RNDIS gadget once and I installed it. I'm using

RE: N900 USB Networking

2010-03-19 Thread Kimmo Hämäläinen
On Fri, 2010-03-19 at 09:39 +0100, ext van Porten, Oliver wrote: -Original Message- From: Tomi Ollila [mailto:tomi.oll...@guru.guru-group.fi] Sent: Thursday, March 18, 2010 5:27 PM To: Kimmo Hämäläinen Cc: van Porten, Oliver; maemo-developers@maemo.org Subject: Re: N900 USB

Re: SGX library modifications?

2010-03-31 Thread Kimmo Hämäläinen
On Wed, 2010-03-31 at 15:16 +0200, ext Ahmed Ammar wrote: Hello, While trying to compile xserver-xorg-video-fbdev_0.4.0-180+0m5.tar.gz I have come across missing definitions: sgx_exa.c:79: error: ‘EURASIA_TAG_STRIDE_THRESHOLD’ undeclared (first use in this function) After further

Re: SGX library modifications?

2010-04-01 Thread Kimmo Hämäläinen
On Wed, 2010-03-31 at 17:28 +0200, ext Ahmed Ammar wrote: On Wed, 2010-03-31 at 18:18 +0300, Kimmo Hämäläinen wrote: On Wed, 2010-03-31 at 15:16 +0200, ext Ahmed Ammar wrote: Hello, While trying to compile xserver-xorg-video-fbdev_0.4.0-180+0m5.tar.gz I have come across missing

Re: SGX library modifications?

2010-04-06 Thread Kimmo Hämäläinen
On Tue, 2010-04-06 at 12:34 +0200, ext Ahmed Ammar wrote: On Thu, 2010-04-01 at 21:55 +0200, Ahmed Ammar wrote: On Thu, 2010-04-01 at 11:05 +0300, Kimmo Hämäläinen wrote: I've currently got most things ported correctly using your xorg server. Just doing the big part of porting your

Re: N900 Mameo5 mediaplayer not able to launch from Command line

2010-04-09 Thread Kimmo Hämäläinen
On Fri, 2010-04-09 at 12:24 +0200, ext praveen koduru wrote: It is giving the following error from N900 shell prompt, Failed to open connection to session message bus: (null) Maybe you are running the command as root? Do su - user first to login as user. -Kimmo -Praveen On Fri, Apr

Re: [pymaemo] hildon-desktop: getting D-Bus?

2010-04-14 Thread Kimmo Hämäläinen
On Tue, 2010-04-13 at 23:19 +0200, ext Thomas Waelti wrote: (Crossposting to maemo-devel, hoping for a Hildon-Desktop or D-Bus expert to pick this up. Original thread is at https://garage.maemo.org/pipermail/pymaemo-developers/2010-April/001444.html ) Thanks for a very interesting input.

Re: j2me

2010-04-19 Thread Kimmo Hämäläinen
On Mon, 2010-04-19 at 11:12 +0200, ext Christopher Intemann wrote: On Sun, Apr 18, 2010 at 7:12 PM, Christopher Intemann intem...@gmail.com wrote: Is there any stupid security mechanism in maemo preventing me to change permissions for files or what am I doing wrong?

Re: Inhibiting device auto-lock on N900

2010-04-20 Thread Kimmo Hämäläinen
On Tue, 2010-04-20 at 11:05 +0200, ext Per von Zweigbergk wrote: Thank you for this information. It is close to what I've been looking for. However, is this really what happens for example if there is an incoming call - that the phone app sends a request to the phone to unlock? Rather than

Re: Splitting windows vertically

2010-04-26 Thread Kimmo Hämäläinen
On Sun, 2010-04-25 at 03:24 +0200, ext Charles Clément wrote: Hello, I have an application, an input method, that doesn't need all the screen estate because it is not a virtual keyboard. By default in maemo, if I set a size for the window, it will show my application window in a horizontal

Re: python app at portrait mode all the time

2010-04-26 Thread Kimmo Hämäläinen
On Sat, 2010-04-24 at 21:03 +0200, ext Faheem Pervez wrote: The part you want is in the orientation_changed function. Try: hildon.hildon_gtk_window_set_portrait_flags(window, hildon.PORTRAIT_MODE_SUPPORT | hildon.PORTRAIT_MODE_REQUEST) This does not work if you have e.g. dialog that

Re: Splitting windows vertically

2010-04-27 Thread Kimmo Hämäläinen
On Mon, 2010-04-26 at 17:28 +0200, ext Charles Clément wrote: On Mon, Apr 26, 2010 at 04:20:37PM +0300, Kimmo Hämäläinen wrote: On Sun, 2010-04-25 at 03:24 +0200, ext Charles Clément wrote: Hello, I have an application, an input method, that doesn't need all the screen estate

Re: Squeeze devkit to be installed to autobuilder

2010-04-27 Thread Kimmo Hämäläinen
On Tue, 2010-04-27 at 16:00 +0200, ext Marcin Juszkiewicz wrote: ... 1. Setup 2. FREMANTLE_ARMEL 3. cs2007q3-glibc2.5-arm7 4. debian-squeeze 5. none (as CPU-transparency method) You need to use qemu as CPU-transparency here... -Kimmo 6. do not extract rootstrap 7. installed default set

Re: Howto grab all Maemo5 zoom key events in SDL/SDL_gles app?

2010-05-03 Thread Kimmo Hämäläinen
On Sun, 2010-05-02 at 13:26 +0200, ext Till Harbaum / Lists wrote: Hi, i'd like to access the zoom keys in a SDL/SDL_gles app (the 3d globe i uploaded to extras-devel). The odd thing is that my solution only partly works. Some key presses actually reach my app as function key presses, but

Re: Howto grab all Maemo5 zoom key events in SDL/SDL_gles app?

2010-05-04 Thread Kimmo Hämäläinen
On Tue, 2010-05-04 at 16:01 +0200, ext Javier S. Pedro wrote: Frantisek Dufka wrote: I am not sure why there are three X windows in info.info.x11 structure (fswindow, wmwindow and window). From brief look into SDL sources it seems to me like the 'window' is used when SDL is initialized

RE: Why should I write apps for Maemo?

2010-05-07 Thread Kimmo Hämäläinen
On Fri, 2010-05-07 at 13:21 +0200, ext Matan Ziv-Av wrote: On Fri, 7 May 2010, tero.k...@nokia.com wrote: ... I am specifically interested in hildon-desktop packages (hildon-desktop, hildon-home, hildon-status-menu, etc.), and libhildon. Those are all developed in completely open Gitorious.

RE: Why should I write apps for Maemo?

2010-05-07 Thread Kimmo Hämäläinen
On Fri, 2010-05-07 at 14:13 +0200, ext Matan Ziv-Av wrote: On Fri, 7 May 2010, Kimmo Hämäläinen wrote: On Fri, 2010-05-07 at 13:21 +0200, ext Matan Ziv-Av wrote: On Fri, 7 May 2010, tero.k...@nokia.com wrote: ... I am specifically interested in hildon-desktop packages (hildon-desktop

Re: Displaying the information of the MMC card and the phone memory

2010-05-12 Thread Kimmo Hämäläinen
Hi, On Wed, 2010-05-12 at 07:39 +0200, ext Pallavi Kandhare wrote: .. 2. On mobile certain aplications are running at a time. (ed. clock, calender etc). How can i find out and list all these applications. There is nothing very convenient for this but you can do it using the same API as

Re: Getting the running Processes information In maemo

2010-05-18 Thread Kimmo Hämäläinen
On Tue, 2010-05-18 at 08:41 +0200, ext sandeep kodimela wrote: Hi all, I want to get the list of running processes as well as Running applications from the phone. Can anybody suggest where do i start? Thanks in advance For getting list of applications (application windows), see the e-mail

Re: Quality assurance of stable software: my battery drained in few hours

2010-05-31 Thread Kimmo Hämäläinen
On Sun, 2010-05-30 at 10:30 +0200, ext Sivan Greenberg wrote: Stuck could be deduced for example when the process is in more then 90% CPU for more than a threshold duration that we will predetermine and being idle on its I/O streams. But that would prevent running s...@home ;) Browser could

Live Backgrounds in PR1.2 hildon-desktop

2010-06-01 Thread Kimmo Hämäläinen
Hello! The PR1.2 has a super-secret, unplanned feature that we smuggled in: so-called live backgrounds support in hildon-desktop (= 1:2.2.133-1). Live background is a window that is displayed below or front of the Home applets, either in a specific desktop view (panning with the view) or as

Re: Live Backgrounds in PR1.2 hildon-desktop

2010-06-01 Thread Kimmo Hämäläinen
background, and it could even work if the application only depends on ButtonPress, ButtonRelease and Motion events (which are forwarded by hildon-desktop to the live background window). -Kimmo Sivan 2010/6/1 Kimmo Hämäläinen kimmo.hamalai...@nokia.com: Hello! The PR1.2 has a super

Re: Live Backgrounds in PR1.2 hildon-desktop

2010-06-01 Thread Kimmo Hämäläinen
On Tue, 2010-06-01 at 11:32 +0200, ext Sivan Greenberg wrote: 2010/6/1 Kimmo Hämäläinen kimmo.hamalai...@nokia.com: I think the Control Panel plugin API is C/GTK only since the plugin runs inside the Control Panel application. You'd need to be somehow familiar with X11 programming, since

xsnow (Re: Live Backgrounds in PR1.2 hildon-desktop)

2010-06-01 Thread Kimmo Hämäläinen
On Tue, 2010-06-01 at 09:33 +0200, Hamalainen Kimmo (Nokia-D/Helsinki) wrote: ... the background when it's not visible. I have ported xsnow for demonstrating how to do the pausing and detect positions of the Home applets, the xsnow patch (against xsnow 1:1.42-8) is attached (I'm also Maybe

RE: Qt Autorotation

2010-06-03 Thread Kimmo Hämäläinen
On Thu, 2010-06-03 at 00:39 +0200, ext Felipe Crochik wrote: Hi, It seems to me that this is an unintended positive side effect instead of a planned requirement. I pass the mainwindow pointer to my dialog constructors and this should set the parent. By reading the documentation setParent

Re: Qt Autorotation

2010-06-03 Thread Kimmo Hämäläinen
On Thu, 2010-06-03 at 14:47 +0200, ext Stefanos Harhalakis wrote: Hello, On Thursday 03 of June 2010, Kimmo Hämäläinen wrote: Yes, the WM makes sure that transient dialogs inherit portrait properties from the parent (meaning the window they are transient for). Of course, you could also

Re: osso_initialize: how to make it work?

2010-06-08 Thread Kimmo Hämäläinen
On Mon, 2010-06-07 at 22:26 +0200, ext maemo.me...@spamgourmet.com wrote: OK, it's the run-standalone.sh thing. I remember now, that was a constant irritation when I was trying to fix bugs in Modest. I never fully understood it. Is that thing documented anywhere, is there any in-depth

Re: How to force landscape mode in Qt 4.6.2?

2010-06-08 Thread Kimmo Hämäläinen
, Daniil. 2010/6/8 Kimmo Hämäläinen kimmo.hamalai...@nokia.com: On Tue, 2010-06-08 at 10:37 +0200, ext Sascha Mäkelä wrote: Hi, In my app I have setAttribute(Qt::WA_Maemo5AutoOrientation, true) in the main.cpp. The auto orientation works fine. However, I have some stacked windows that I

Re: How to force landscape mode in Qt 4.6.2?

2010-06-08 Thread Kimmo Hämäläinen
On Tue, 2010-06-08 at 16:05 +0200, ext Daniil Ivanov wrote: Hi Kimmo! 2010/6/8 Kimmo Hämäläinen kimmo.hamalai...@nokia.com: On Tue, 2010-06-08 at 15:43 +0200, ext Daniil Ivanov wrote: Hi Kimmo! It sets in case Qt::WA_Maemo5PortraitOrientation true Qt::WA_Maemo5LandscapeOrientation

Re: Suspended process

2010-07-02 Thread Kimmo Hämäläinen
On Thu, 2010-07-01 at 21:54 +0200, ext Demetris wrote: Hi all, the same (shell-based) app running on N810 under Maemo5 gets suspended on the N900 under Maemo5. Any idea why it would be so - I am running cvm (J2ME-CDC PhoneME for java runtime): Process #1667 received signal 4, suspending

Re: Disable system click for an application?

2011-03-23 Thread Kimmo Hämäläinen
On 03/23/11 00:30, ext Tarantism wrote: I'd like to disable the system touch screen click for my application. Can this be done? The best way depends on your application. Do you use GTK/Qt/pure-X or what? In GTK, you could create a widget and call gtk_grab_add() for it to catch all mouse

Re: Disable system click for an application?

2011-03-24 Thread Kimmo Hämäläinen
On 03/23/11 23:27, ext Tarantism wrote: On Wed, 2011-03-23 at 10:31 +0200, Kimmo Hämäläinen wrote: On 03/23/11 00:30, ext Tarantism wrote: I'd like to disable the system touch screen click for my application. The best way depends on your application. Do you use GTK/Qt/pure-X or what? I'm

Re: Qt application crashes after 2 minutes if started from app grid

2011-05-09 Thread Kimmo Hämäläinen
On 05/09/11 17:37, ext Cornelius Hald wrote: Brilliant :) Already runs for 6:30 minutes without crashing. Do I still need the .service file or can I delete it as well? There is a reason why all applications register a D-Bus service: that way we can guarantee that only one copy of the

Re: How to attach gdb to hildon-desktop?

2011-07-14 Thread Kimmo Hämäläinen
On 07/14/11 02:35, ext Jonathan Wilson wrote: Can anyone tell me how I can attach gdb to hildon-desktop (on the phone, not in the SDK environment) so I can debug a status bar widget? You probably mean hildon-status-menu because hildon-desktop does not have any plugins. My memory is failing

Re: Looking for some help/tutorials on status bar widgets for my Cell Broadcast SMS status bar widget

2011-10-17 Thread Kimmo Hämäläinen
Hi, If I understand correctly, you are talking about N900. If that's the case, maybe looking at the example code helps: https://maemo.gitorious.org/fremantle-hildon-desktop/libhildondesktop/trees/master/examples/status-menu -Kimmo On 10/17/11 04:14, ext Jonathan Wilson wrote: I have gotten

Re: looking for help from a GTK/hildon guru

2011-11-02 Thread Kimmo Hämäläinen
Hi, I found some code lying on my hard drive. I'm not sure if it's open-source, so I'm only pasting a portion of it :) Hope this helps. GWebEngine *engine; engine = g_web_new_web_engine_window_with_context(web, NULL, FALSE, FALSE); GtkWindow *main_window; main_window

Re: looking for help from a GTK/hildon guru

2011-11-02 Thread Kimmo Hämäläinen
Now I noticed that they are licenced under MPL1.1 so here you are... On 11/02/11 16:48, ext Kimmo Hämäläinen wrote: Hi, I found some code lying on my hard drive. I'm not sure if it's open-source, so I'm only pasting a portion of it :) Hope this helps. GWebEngine *engine; engine

<    1   2   3