Re: DUI: widgetsgallery crash

2010-02-23 Thread Tomas Junnonen
up the theme files from the correct place if you simply do make install in duitheme. I guess the technically correct solution would be to provide a configure script for duitheme as well, but it seems a bit overkill. Regards, Tomas ___ maemo

Re: overwrite my env file

2007-06-21 Thread Tomas Junnonen
this tarball: http://scratchbox.org/download/files/sbox-releases/apophis/tarball/scratchbox-core-1.0.7-i386.tar.gz Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: libimlayout package

2007-04-10 Thread Tomas Junnonen
the SDK you should be all set, otherwise you need to run the Nokia binaries installer, see http://repository.maemo.org/stable/3.1/INSTALL.txt Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo

Re: How to detect that connectivity is lost

2007-04-01 Thread Tomas
The pinging shell script was a great idea, Frantisek. Now we know we have lost connectivity even if no DISCONNECTED dbus signal is raised. One problem is solved but another one appears... Does anyone know how to force disconnection? ICd exposes a disconnect method to be called via dbus but it

Re: dbus-send

2007-03-30 Thread Tomas Junnonen
with --print-reply but without not work. Why? Looks like this bug: https://bugs.freedesktop.org/show_bug.cgi?id=896#c23 For now using print-reply is the right thing to do. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https

Re: Maemo documentation - feedback time is now

2007-03-28 Thread Tomas Junnonen
), button-press-event, G_CALLBACK(button_press_cb), NULL); button_press_cb(GtkWidget *widget, GdkEventButton *event, gpointer data) { if (hildon_button_event_is_finger(event)) ... Regards, Tomas ___ maemo-developers mailing list

How to detect that connectivity is lost

2007-03-27 Thread Tomas
We want our application to switch from IAP automatically when it looses connection. We have developed a daemon that waits for a DISCONNECTED dbus signal to automatically reconnect to any available IAP. It works fine when the device looses connectivity. In this case a dbus signal is launched and

Re: [maemo-developers] Sample keyboard layout file

2007-02-14 Thread Tomas Junnonen
ext Marius Gedminas wrote: On Tue, Feb 13, 2007 at 07:50:44PM +0200, Tomas Junnonen wrote: The format of the virtual keyboard files has been documented [1] for some time, but unless you're familiar with XML DTD's and really patient it's probably hard create a full keyboard from scratch. So

[maemo-developers] Sample keyboard layout file

2007-02-13 Thread Tomas Junnonen
as wa_BE (must be a valid locale) Language in the Text input settings of the control panel after installing the deb. Regards, Tomas [1] http://www.maemo.org/platform/docs/howtos/howto_him_bora.html#Virtual-kb-xml-file ___ maemo-developers mailing list

[maemo-developers] Help on how to attach a non gtk+/hildon app to D-Bus

2007-01-10 Thread Tomas
Hello, We are trying to write a single C script, not a gtk+/hildon application, to listen for the connectivity DBUS signals. We are using the IC API as shown in the Maemo Connectivity Architecture document and we have managed to open and close WLan connections without problems. Things changed

Re: [maemo-developers] VKB problems

2006-12-04 Thread Tomas Junnonen
ext Tomas Frydrych wrote: I am trying to put together package of AbiWord 2.4.6 for Maemo 2.1, but run into difficulties with the VKB -- the kbd never comes up when the window is clicked on, although the same code used to work with OS2005. I see in the Maemo 2.1 docs that the input methods

[maemo-developers] VKB problems

2006-12-03 Thread Tomas Frydrych
text widgets (entry, text view) are pressed ... -- is there a way to make the VKB to work automatically for a widget of a different type, or do I have to manually call hildon_gtk_im_context_show() on focus_in events ? Tomas ___ maemo-developers mailing

Re: [maemo-developers] Q: virtual keyboard and *stealing* text selection

2006-11-17 Thread Tomas Junnonen
. Alternatively, when the selection is made you could save the bounds in your application and use those for the action, optionally restoring the selection. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman

Re: [maemo-developers] Internet Search home applet

2006-11-13 Thread Tomas Junnonen
could package the whole thing in a deb with your own icons, and put it up for download. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] thumb keyboard

2006-10-30 Thread Tomas Junnonen
to hack it. Check the included example, it fakes the user jabbing the text widget with his finger after holding the select key pressed for one second. Regards, Tomas /* Compile with: gcc -g -O -W thumb-keyboard.c -o thumb-keyboard `pkg-config --cflags --libs gtk+-2.0 xtst` */ #include gtk/gtk.h

Re: [maemo-developers] Keeping the softkeypad from going away.

2006-10-23 Thread Tomas Junnonen
the PyGTK API. - The PyGTK bindings available don't seem to include any of the Maemo specific bits added to GTK, particularly all the functions that start with hildon_. You would need to have PyGTK bindings of at least the hildon_gtk_im_context_* functions to do what you want. Regards, Tomas On 10/9

Re: [maemo-developers] IT2006 library installation

2006-07-20 Thread Tomas Frydrych
). You then put that package into your repository alongside your application package; it will not show in the installer, but the installer will automatically pull it when installing the application. Tomas ___ maemo-developers mailing list maemo-developers

Re: [maemo-developers] Application catalog from repositories

2006-07-20 Thread Tomas Frydrych
, the installer will still pull that dependency from the repository, but without it showing in the installer UI. Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] library updates

2006-07-20 Thread Tomas Frydrych
Hi, Neal H. Walfield wrote: At Thu, 20 Jul 2006 18:06:31 +0100, Tomas Frydrych wrote: how are updates of library packages which are not visible in the application manager expected to work? We just noticed that when updating gpe-calendar the updated libeventdb does not get installed

Re: [maemo-developers] APIs incomplete?

2006-07-03 Thread Tomas Junnonen
but also all of the Maemo changes made to GTK, Glib, GDK etc. appear to only be covered in the docs on stage. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] problems compiling C++ code on Maemo 2

2006-06-22 Thread Tomas Frydrych
, but hoping there might be some workaround -- if any of the C++ gurus here would have any suggestions, it would be much appreciated. Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] [vkb] gtk_context_im_show|hide

2006-06-06 Thread Tomas Junnonen
ext Antonio Gomes wrote: I got it. Thanks Tomas ... Just one more question: is it ok to have more than one instance of gtk_im_context for the same app ? I am asking because currently I'm doing like this: for each new created window I have a instance of gtk_im_context tied

Re: [maemo-developers] [vkb] gtk_context_im_show|hide

2006-05-24 Thread Tomas Junnonen
and hildon input methods do take care of the common cases, but if you want to connect the VKB behavior to use-cases that are specific to your application or if you're implementing widgets of your own, that's what the functions are there for. Regards, Tomas

Re: [maemo-developers] desktop integration

2006-05-09 Thread Tomas Frydrych
in the Task Navigator panel for your application. Application Service file * Call your service com.nokia.myapp where myapp is whatever you put into the X-Osso-Service line in the desktop file: Name=com.nokia.myapp Tomas Danny Milosavljevic wrote: Hi, Oookay... I just spent four hours

Re: [maemo-developers] Optimized memory copying functions for Nokia 770

2006-03-14 Thread Tomas Frydrych
There seems to be no source for the functions in the tarball. Tomas Siarhei Siamashka wrote: Hello All, Here are the optimized memory copying functions for Nokia 770 (memset is more than twice faster, memcpy improves about 10-40% depending on relative data blocks alignment). http

Re: [maemo-developers] Optimized memory copying functions for Nokia 770

2006-03-14 Thread Tomas Frydrych
, there are no such inlined functions on the arm though, so there is certainly value in doing this. Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Re: problem in Maemo installation

2006-03-08 Thread Tomas Frydrych
Either DISPLAY is not set (try 'echo $DISPLAY'), but that is not very likely. More likely you do not have sufficient priviliges to open the diaplay -- run Xephyr as root to see if that makes any difference. Tomas sudarsana narashiman wrote: Hi , I have installed scratch box 0.9.8.6

Re: [maemo-developers] Problems with installing scratchbox

2006-03-03 Thread Tomas Frydrych
distro (your distro might use some other command than groupadd, like newgrp). Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers !DSPAM:440816df14629328119275

Re: [maemo-users] [maemo-developers] Gnumeric 1.6.2 and goffice 0.2 Released

2006-02-03 Thread Tomas Frydrych
it and thus have to kill it from the xterm. This is a known restriction - Eduardo describes it on his webpage. Who can assist Eduardo to add the 'icon in taskbar' feature? You probably need to add the StartupWMClass line into the desktop file, as described in the maemo tutorial. Tomas

[maemo-developers] AbiWord package

2006-02-03 Thread Tomas Frydrych
://www.abisource.com/~tf/abiword_2.5+cvs20060302_1maemo1_arm.deb With the usual disclaimers for unstable CVS snapshot. Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] osso_initialize()

2006-02-02 Thread Tomas Frydrych
a correctly registered service you would not receive those. Hope some of this helps. Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] osso_initialize()

2006-02-02 Thread Tomas Frydrych
desktop and service files? Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] osso_initialize()

2006-02-01 Thread Tomas Frydrych
* contain fully qualified name Name=com.nokia.revsh * you *must* pass the short name to osso_initialize: osso_initialize(revsh ...) It is silly and ignores the dbus spec on naming, but basically, whatever you pass into osso_initialize() will always end up prefixed with 'com.nokia.'. Tomas Tomi Ollila

Re: [maemo-developers] Bluetooth keyboard update

2006-01-18 Thread Tomas Junnonen
directly, you do in fact get multibyte characters in stock GTK widgets. That means the problem is fixable, although not necessarily in a clean way by simply installing an application installer package such as the Bluetooth plugin. Regards, Tomas ___ maemo

[maemo-developers] Bluetooth keyboard update

2006-01-16 Thread Tomas Junnonen
!), but it doesn't seem to work all the time, needs some looking into. Regards,Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Huge bundle O' year-end questions

2006-01-02 Thread Tomas Junnonen
, like Hexinput which was discussed earlier on these lists, would be possible. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: dsme, Re: [maemo-developers] Huge bundle O' year-end questions

2006-01-02 Thread Tomas Junnonen
the license. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] using execl

2005-12-16 Thread Tomas Junnonen
ext Brad Burleson wrote: PS Tomas - I was looking at bt-plugin.c and was wondering if it would be fairly trivial to add in support for some of the extra keys on the Nokia keyboard? And I suppose sending a signal to keep the screen active is not easy to do? (I'd think if it was you would have

Re: [maemo-developers] using execl

2005-12-15 Thread Tomas Junnonen
versions in the home plugins and statusbar applets, as they will not block updating of the desktop while your child process runs. If you need an example of using g_spawn_async, take a look at the btkeyboards plugin at http://770.fs-security.com/keyboards.html. Regards, Tomas

Re: [maemo-developers] Custom backup locations

2005-11-30 Thread Tomas Frydrych
Erik Karlsson wrote: Currently you can use the /etc/osso-backup/applications/ directory for backup configuration files when you want to add some new backup locations. Except, of course, the Application Installer does not let you install anything outside of /var/lib/install/ ;) Tomas

Re: [maemo-developers] ipkg vs dpkg

2005-11-29 Thread Tomas Frydrych
with the AI. Tomas ___ Yahoo! Model Search 2005 - Find the next catwalk superstars - http://uk.news.yahoo.com/hot/model-search/ ___ maemo-developers mailing list maemo-developers

Re: [maemo-developers] bluetooth keyboard

2005-11-23 Thread Tomas Junnonen
reasons why this would not work on the 770 with a bit of hacking. On a related note, I hope to provide a UI for pairing Bluetooth keyboards to the 770 with the next version of the plugin. Regards, Tomas ___ maemo-developers mailing list maemo-developers

Re: [maemo-developers] Still problems with Linux flasher tool...

2005-11-22 Thread Tomas Frydrych
by Nokia for software updates, and that undoubtedly most of the 770 users will be coming from the win32 desktop environment, it might not do any harm for Nokia's developers to get some first hand win32 experience with the 770? ;) Tomas

Re: [maemo-developers] Still problems with Linux flasher tool...

2005-11-21 Thread Tomas Frydrych
a waiting mode). Tomas ___ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com ___ maemo-developers mailing list

Re: [maemo-developers] [maemo-users] The application Catalog page

2005-11-10 Thread Tomas Frydrych
[EMAIL PROTECTED] wrote: True Eero. The question propably is that what is more important for the community. We have 2 ways to go about this. Of course, you could easily have both views available if the document catalog is stored in a database. Tomas

Re: [maemo-developers] [maemo-users] The application Catalog page

2005-11-10 Thread Tomas Frydrych
be that databases are easier to set up when there is not a large amount of data to input :). I do not think it would be a huge amount of work to do this (i.e., 1 mysql table, and a one or two php scripts). Tomas ___ To help you

Re: [maemo-developers] TAbiWord

2005-11-09 Thread Tomas Frydrych
with me. Tomas P.S. AbiWord, of course, is available for the n770, see the application page on maemo.org. Jose Manrique Lopez de la Fuente wrote: Hello, Any Abiword developer has rescued/asked for this[1] code? An extension of AbiWord (version 2.04 code base) that supports digital markup

Re: [maemo-developers] The future of the Application installer

2005-11-07 Thread Tomas Frydrych
for the ordinary user; just because the hackers find it not powerful enough does not mean it is bad. Tomas ___ How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos http

[maemo-developers] Bluetooth keyboards

2005-09-27 Thread Tomas Junnonen (Nokia-M/Helsinki)
some of you. Regards, Tomas ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] show pictures with delay

2005-09-01 Thread Tomas Junnonen (Nokia-M/Helsinki)
the main loop in your program, for example by using a timeout. It sounds like you're trying to animate your image. Take a look at the gtk_image_new_from_animation, gdk_pixbuf_simple_anim_new and gdk_pixbuf_simple_anim_add_frame functions. They should do what you want. Regards, Tomas