Re: Some DBus related questions

2008-09-08 Thread Tim Teulings
Hello! >> The problem is, that I'm not an Gtk application. So there are IMHO two >> possibilities: > > I assume you mean you don't use the Glib main loop. Gtk is not needed > for D-Bus communication. Correct. That was inprecise wording >> * Generate a separate thread that uses a glib main event

gtkmozembed not embedding browser

2008-09-08 Thread Dustin Smith
My goal is to write a lightweight application that embeds a fullscreen Flash movie (via a browser component) on a N810 running Maemo Diablo v4.2008. I have tried writing my own EAL wrapper (using dummy-eal [1]) and running eal-test (as instructed: [2]), but after the dummy-eal widget had l

Stock icons

2008-09-08 Thread Jeffrey Barish
I don't understand where stock icons come from on Hildon. I looked in /usr/share/icons and /usr/share/themes, but I am finding mostly pngs with names that start with qgn which do not seem to be icons. For example, I am using the "redo" stock image. Where is Hildon getting it from? -- Jeffrey Ba

Re: Unicode characters in GTK

2008-09-08 Thread William Swanson
On Mon, Sep 8, 2008 at 10:11 AM, Jeffrey Barish <[EMAIL PROTECTED]> wrote: > I have a gtk.Label with an exotic unicode character (\u21B7). It displays > correctly in Ubuntu, but on the N800 I get "21B7". Is the problem that (a) > Hildon doesn't support Unicode, (b) I am not invoking unicode suppo

Unicode characters in GTK

2008-09-08 Thread Jeffrey Barish
I have a gtk.Label with an exotic unicode character (\u21B7). It displays correctly in Ubuntu, but on the N800 I get "21B7". Is the problem that (a) Hildon doesn't support Unicode, (b) I am not invoking unicode support correctly, or (c) I am insane even to attempt this. -- Jeffrey Barish __

Re: Dbus call to launch Image-Viewer?

2008-09-08 Thread Tuomas Kulve
Eero Tamminen wrote: >> Both launch the Image Viewer allright... but this *first* invocation >> does not display my image -- rather it displays the images in the >> default folder IMAGES. > > If this happens also in Diablo release, could you file a bug about first > mime open request not working

how to get battery level changes

2008-09-08 Thread Deepak Kr. Sharma, Noida
Hi, I want my application to receive system events. Does anyone know how to do that? I thought to use osso_hw_set_event_cb() but don't know how to receive battery level change and charger insertion notifications. Please help. Regards, Deepak DISCLAIMER: --

Re: Some DBus related questions

2008-09-08 Thread Kimmo Hämäläinen
On Sun, 2008-09-07 at 22:17 +0200, ext Tim Teulings wrote: > Hello! > > A few questions about DBus-based features under maemo. > > I would like to enhance several applications with the following dbus stuff: > * Show list of available networks in WifiInfo using dbus calls (because > querying the k

Re: Status bar plugin problems

2008-09-08 Thread Kimmo Hämäläinen
On Fri, 2008-09-05 at 18:46 +0300, ext unknown wrote: > >>After installing a new version of the plugin, you could restart the > hildon-desktop using the /etc/init.d/hildon-desktop script. > > I've tried. Nope, it does absolutely nothing. > > Could you please describe what exactly it should do? R

Re: qtnx on maemo

2008-09-08 Thread Henning Heinold
On Fri, Sep 05, 2008 at 04:08:23PM +0300, Eero Tamminen wrote: > Hi, > > ext Henning Heinold wrote: >> The greatest Problem is that x-window which comes from nxagent(which is >> modified xnest-server) on the server side has no hildon-framework >> support. > > Hildon-framework is nowadays open sourc

Re: [Make.am issue]Sofia throuwing Error message

2008-09-08 Thread Dave Neary
Neil Jerram wrote: > t->i being undefined? Give that man a cookie :) Dave. -- maemo.org docsmaster Email: [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listi

Garage.maemo.org maintenance break on the 11th (08:00-10:00 EEST)

2008-09-08 Thread marcell.lengyel
Hi, The memory will be upgraded in garage.maemo.org on the 11th, Thrusday from 8:00 am to 10:00 am EEST (Helsinki time). During that time garage.maemo.org, stage.maemo.org, repository.maemo.org, tablets-dev.nokia.com and catalogue.tableteer.nokia.com will not be available. Also, users will not be

Re: [Make.am issue]Sofia throuwing Error message

2008-09-08 Thread Neil Jerram
2008/9/8 Dave Neary <[EMAIL PROTECTED]>: > This happens when you do something like this: > > #include > #include > > struct test *t; > > int main(void) > { > t = malloc(sizeof *t); > printf("%d\n", t->i); > > return 0; > } > In the above example, adding > struct test { > int i, j; > }; > > b

Re: [Make.am issue]Sofia throuwing Error message

2008-09-08 Thread Dave Neary
Hi Atul, atul raut wrote: > I am facing below Error seems like header order miss match. > How to resolve it ? You need to find out which header you're missing... there may be another hint is a preceding warning. This happens when you do something like this: #include #include struct test *t;

Re: Dbus call to launch Image-Viewer?

2008-09-08 Thread Eero Tamminen
Hi, ext Denis DeLaRoca wrote: > On Fri, 28 Dec 2007, Tuomas Kulve wrote: > >> Not sure about dbus call, but check hildon_mime_open_file() in >> /usr/include/hildon-mime.h. >> >> At least it's trivial to make a simple executable opening a file with that. > > Tuomas, > > I tried the two small pro