RE: Microb browser and GTK configuration

2007-12-24 Thread Tomàs Jiménez Lozano
Thank you, Josh. I am now trying to build just microb-eal library. I've downloaded sources form svn repository but I am stuck in dependencies issues: [sbox-CHINOOK_ARMEL] > dpkg-buildpackage -rfakeroot dpkg-buildpackage: source package is microb-eal dpkg-buildpackage: source version is 0.2.4-1

Re: Microb browser and GTK configuration

2007-12-20 Thread Tomàs Jiménez Lozano
_timeout' and friends there > ... > > my 2 cents > > On Dec 19, 2007 2:31 PM, Tomàs Jiménez Lozano <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I've modified GTK source code to change the amount of time that is > > needed to fire the "tap and hold&

RE: Microb browser and GTK configuration

2007-12-20 Thread Tomàs Jiménez Lozano
Hi, > Ross Burton wrote: > > As far as I know, microb ... can render forms using GTK+ widgets > > It doesn't use gtk widgets, it emulates them. > > > That said, there should be an xsetting you can change, instead of > > rebuilding. > > Xsetting sounds a bit arcane... > Xsetting may sound a b

Re: Microb browser and GTK configuration

2007-12-20 Thread Tomàs Jiménez Lozano
; hi, > > go to > https://garage.maemo.org/svn/browser/mozilla/trunk/microb-eal/src/gmozillaengine.c > and search for 'gtk_mozilla_tap_and_hold_timeout' and friends there > ... > > my 2 cents > > On Dec 19, 2007 2:31 PM, Tomàs Jiménez Lozano <[EMAIL PROTEC

Microb browser and GTK configuration

2007-12-19 Thread Tomàs Jiménez Lozano
Hi, I've modified GTK source code to change the amount of time that is needed to fire the "tap and hold" event after the initial tap. All applications installed in my N800 device fire the "tap and hold" event 10 seconds after the initial tap. All applications except the one all this effort was in

Problems building gtk+2.0 in Chinook

2007-12-05 Thread Tomàs Jiménez Lozano
Hi, I'm trying to build gtk+2.0 but I am finding some dependencies problem. The source package I'm trying to build is version 2:2.10.12-0osso24 $> fakeroot apt-get build-dep gtk+2.0 throws an error: E: Build-Depends dependency for gtk+2.0 cannot be satisfied because no available versions of p

Re: how to disable right-click (tap and hold) event?

2007-11-23 Thread Tomàs Jiménez Lozano
Here we are again trying to disable or at least configure the tap-and-hold event. I've been looking desesperately for some kind of configuration files for the X server shipped with ITOS2007 but I've found nothing. Google helped me to discover that the X server is started in a script called at /et

RE: how to disable right-click event

2007-11-21 Thread Tomàs Jiménez Lozano
alab On Fri, 2007-11-16 at 12:08 +0100, Tomàs Jiménez Lozano wrote: > Hi, > > Is there any way to completely disable the right-click event that fires > when the pointer is hold on the screen? > > I've tried with xmodmap: > > xmodmap -e "pointer = 1 3 2

How to disable right-click event

2007-11-16 Thread Tomàs Jiménez Lozano
Hi, Is there any way to completely disable the right-click event that fires when the pointer is hold on the screen? I've tried with xmodmap: xmodmap -e "pointer = 1 3 2" but it had no effect. If it is not possible to completely avoid the right-click event from firing it would be fine at least

Re: How to remap keyboard at start up

2007-10-04 Thread Tomàs Jiménez Lozano
where to start, :-( Any clue (link) on how to rebuild maemo's X server will be appreciate. Thank you again Tomàs On Fri, 2007-09-28 at 14:27 +0300, Daniel Stone wrote: > On Fri, Sep 28, 2007 at 01:09:12PM +0200, ext Tomàs Jiménez Lozano wrote: > > Thank you Daniel for your answer. >

Re: How to remap keyboard at start up

2007-09-28 Thread Tomàs Jiménez Lozano
ight place... Thanks again, Tomàs On Thu, 2007-09-27 at 13:06 +0300, Daniel Stone wrote: > On Thu, Sep 27, 2007 at 10:47:40AM +0200, ext Tomàs Jiménez Lozano wrote: > > We have written a very simple script to remap HWKeys using xmodmap that > > works fine when we launch it from the comma

How to remap keyboard at start up

2007-09-27 Thread Tomàs Jiménez Lozano
Hi, We have written a very simple script to remap HWKeys using xmodmap that works fine when we launch it from the command line. However, when we try to execute it within the start up process it doesn't work. We are launching it at the end of the /etc/osso-af-init/real-af-base-apps script and, in

How to disable hardware keys at system level

2007-05-23 Thread Tomàs Jiménez Lozano
Hi, Is there any way to disable hw keys at system level so no keyboard event is triggered when user presses them ? What we are trying to achieve is some kind of kiosk mode. We launch opera browser in fullscreen at startup and we don't want the user to be able to minimize it by pressing the fullsc

Re: How to detect that connectivity is lost

2007-04-04 Thread Tomàs Jiménez Lozano
On Wed, 2007-04-04 at 08:44 +0300, Kalle Valo wrote: > "ext Tomas" <[EMAIL PROTECTED]> writes: > > > The problem is that the device does not recognize it has lost connectivity > > until it has lost WIFI signal completely. It does not launch any dbus signal > > to notify it has lost connection but

RE: Launch maemo browser in fullscreen mode

2007-03-20 Thread Tomàs Jiménez Lozano
opera browser into fullscreen, i > >spent quite a bit of time trying various solutions and even > >tried implementing the "open embedded browser" via dbus, > >however these calls are deprecated. > >The only hope is to use a different browser solution as a base. > &

Launch maemo browser in fullscreen mode

2007-03-19 Thread Tomàs Jiménez Lozano
As a first step to achieve some kind of kiosk mode I am trying to open maemo browser at startup in fullscreen mode. I've found that, dislike desktop opera browser, maemo browser has no command line switch option (--fullscreen) to do this. I am trying now to launch browser via dbus rpc capabilitie