turn screen off, from code (dbus/osso/etc)

2007-08-13 Thread Jesse Guardiani
Hello, What's the best way to turn the screen OFF from within code? I saw the previous post entitled "Keeping the display OFF?" and the recommendation to write '1' to /sys/devices/platform/omap2_mcspi.1/spi1.0/disable_ts Is that the only way to do it? That file is owned by root on my n800, so tha

Re: dbus and startup script

2007-08-13 Thread Tony Maro
I've got all of that in place as well. It didn't start doing this until I wedged the shell script in front of the startup of the Python. I took out the shell script, replaced it with the main python script, and at the top of the main python script I placed: import sys sys.path.append('/usr/lib/t

Re: Software categories

2007-08-13 Thread Paul Klapperich
On 8/13/07, Neil MacLeod <[EMAIL PROTECTED]> wrote: > > Marius Vollmer wrote: > > "ext Neil MacLeod" <[EMAIL PROTECTED]> writes: > > > >> Perhaps if someone can identify the method currently being used by > >> the Application Manager to group applications it can cut down on the > >> guesswork, and

Re: Software categories

2007-08-13 Thread Neil MacLeod
Marius Vollmer wrote: > "ext Neil MacLeod" <[EMAIL PROTECTED]> writes: > >> Perhaps if someone can identify the method currently being used by >> the Application Manager to group applications it can cut down on the >> guesswork, and give us a base from which to move forward. > > http://hildon-app

Re: Controlling virtual keyboard from Python application?

2007-08-13 Thread Igor Tkach
Tony,I can see that application managing the virtual keyboard can cause problems for BT keyboard users. I wouldn't be looking for a way to control VK if Maemo/Hildon/PyGTK were doing the right thing. Unfortunately they don't. For example, programmatically moving focus to an input field with grab_fo

Re: dbus and startup script

2007-08-13 Thread Kemal Hadimli
Hey, glad somebody is peeking on our code :) The loading indicator should go away when you create the HildonProgram and HildonWindow (see /usr/lib/kagu/kagu-scanner.py) but if it's not working, check the dbus service file as missing it could be (I'm not sure, don't really remember) also relevant.

dbus and startup script

2007-08-13 Thread Tony Maro
I just took a hint from the Kagu project and moved all my Python scripts into /usr/lib/thummim I made a shell script to launch the main Python script. Now, when launching, the "Thummim Reader - Loading" box takes forever to go away. Everything else works fine. Have I taken the wrong approach?

Re: How to keep window on top? (python)

2007-08-13 Thread Tony Maro
On 8/13/07, Pierre Amadio <[EMAIL PROTECTED]> wrote: > > Hi there. > > On Mon, Aug 13, 2007 at 11:46:38AM -0400, Tony Maro wrote: > > I've got a modal window I'm creating, and I've tried doing > > "set_transient_for" but no matter what I've done, it won't stay on top > of > > the base application w

Doxygen?

2007-08-13 Thread Tony Green
Hello all. I'm trying to make a package of MySQL, but dpkg-buildpackage throws up an error saying "Doxygen needed to make docs" and exits. Looking through the mailing list archive, I see that it's apparently necessary to build this from source, but when I try to do that, "make" fails saying: --

Re: Launching browser from Xterm

2007-08-13 Thread Tuukka Tolvanen
Denis DeLaRoca wrote: > On Sun, 12 Aug 2007, Antonio Gomes wrote: > >> $ run-standalone.sh /usr/bin/browser --url=gooogle.com >> --engine=[microb/opera] >> >> does it work for you ? > > Yes, but if the browser is already active, launching a 2nd browser session > appears to start up and promptly

Re: Launching browser from Xterm

2007-08-13 Thread Denis DeLaRoca
On Sun, 12 Aug 2007, Antonio Gomes wrote: > $ run-standalone.sh /usr/bin/browser --url=gooogle.com --engine=[microb/opera] > > does it work for you ? Yes, but if the browser is already active, launching a 2nd browser session appears to start up and promptly crashes. There must be a better metho

Re: do we need garage sandbox repos?

2007-08-13 Thread Vlad Vasiliev
Ed Bartosh wrote: > On Fri, 2007-08-10 at 12:37 +0300, ext Ferenc Szekely wrote: > >> The name proposal "extras-testing" is more down to the point. Although >> it may confuse people who are familiar with Debian processes. The name >> may also suggest there is some QA for extras etc. Well, we can

Re: Software categories

2007-08-13 Thread Marius Vollmer
"ext Neil MacLeod" <[EMAIL PROTECTED]> writes: > Perhaps if someone can identify the method currently being used by > the Application Manager to group applications it can cut down on the > guesswork, and give us a base from which to move forward. http://hildon-app-mgr.garage.maemo.org/packaging.h

Re: Software categories (was do we need garage sandbox repos?)

2007-08-13 Thread Neil MacLeod
Guillem Jover wrote: > Hi, > > On Mon, 2007-08-13 at 15:32:01 +0300, Eero Tamminen wrote: > > There's no cli section in Debian. But anyway, what you did is incorrect, > as the Section from the '.deb' packages is not the authoritative > source. The Section:s are overriden on the archive, so you sh

Re: RE: Java acceleration/Jazelle

2007-08-13 Thread Danny Milosavljevic
Hi, great to see someone tinkering with jazelle. So let me dump the stuff I turned up so far: URL: Here you can see the size and alignment of the java instructions. (the entire document is

Re: How to keep window on top? (python)

2007-08-13 Thread Pierre Amadio
Hi there. On Mon, Aug 13, 2007 at 11:46:38AM -0400, Tony Maro wrote: > I'm a noob at both Python and GTK so forgive me if this is a silly question. > > I've got a modal window I'm creating, and I've tried doing > "set_transient_for" but no matter what I've done, it won't stay on top of > the base

How to keep window on top? (python)

2007-08-13 Thread Tony Maro
I'm a noob at both Python and GTK so forgive me if this is a silly question. I've got a modal window I'm creating, and I've tried doing "set_transient_for" but no matter what I've done, it won't stay on top of the base application window. You can easily pick the app window from the taskbar and sw

Re: Controlling virtual keyboard from Python application?

2007-08-13 Thread Tony Maro
On 8/13/07, Mohammad Anwari <[EMAIL PROTECTED]> wrote: > > Pada hari Senin, tanggal 13/08/2007 pukul 10:50 -0400, ext Igor Tkach > menulis: > > Does anybody know if there's a way to interact with the virtual > > keyboard from a Python (Pymaemo) app, i.e. programmatically bring it > > up or hide it?

Re: Controlling virtual keyboard from Python application?

2007-08-13 Thread Mohammad Anwari
Pada hari Senin, tanggal 13/08/2007 pukul 10:50 -0400, ext Igor Tkach menulis: > Does anybody know if there's a way to interact with the virtual > keyboard from a Python (Pymaemo) app, i.e. programmatically bring it > up or hide it? What about finger keyboard? There is no easy way to do that, but

Controlling virtual keyboard from Python application?

2007-08-13 Thread Igor Tkach
Hi all Does anybody know if there's a way to interact with the virtual keyboard from a Python (Pymaemo) app, i.e. programmatically bring it up or hide it? What about finger keyboard? Thank you, Igor Tkach ___ maemo-developers mailing list maemo-developer

Re: 3.2007.10-7 - Detailed change log?

2007-08-13 Thread Murray Cumming
On Mon, 2007-08-06 at 17:21 +0300, Marius Vollmer wrote: > "ext Guillem Jover" <[EMAIL PROTECTED]> writes: > > > What you seem to be asking for, is some kind of Release Notes, with > > the most important package versions, or really big features. > > What is missing from my packages (and probably

Re: Software categories (was do we need garage sandbox repos?)

2007-08-13 Thread Guillem Jover
Hi, On Mon, 2007-08-13 at 15:32:01 +0300, Eero Tamminen wrote: > Neil MacLeod wrote: > > Having downloaded a handful of debs and viewed the info with "dpkg --info > > " > > it's clear that by "category" I mean "Section", eg. ncurses-bin appears in > > the category "cli" within Application Manager

Re: Software categories (was do we need garage sandbox repos?)

2007-08-13 Thread Guillem Jover
Hi, On Mon, 2007-08-13 at 10:31:23 +0300, ext Eero Tamminen wrote: > Neil MacLeod wrote: > > Ferenc Szekely wrote: > > > Neil raised a very important point in his mail: categories and control > > > of the repository. We could experiment with the categories in this > > > "extras-testing" repository

Re: Software categories (was do we need garage sandbox repos?)

2007-08-13 Thread Eero Tamminen
Hi, ext Neil MacLeod wrote: > Having downloaded a handful of debs and viewed the info with "dpkg --info > " > it's clear that by "category" I mean "Section", eg. ncurses-bin appears in > the category "cli" within Application Manager while the deb has a "Section" > value set to "user/cli". > > I'

Re: do we need garage sandbox repos?

2007-08-13 Thread Ed Bartosh
On Fri, 2007-08-10 at 12:37 +0300, ext Ferenc Szekely wrote: > The name proposal "extras-testing" is more down to the point. Although > it may confuse people who are familiar with Debian processes. The name > may also suggest there is some QA for extras etc. Well, we can have QA > and all that toge

Re: do we need garage sandbox repos?

2007-08-13 Thread Ed Bartosh
On Fri, 2007-08-10 at 12:37 +0300, ext Ferenc Szekely wrote: > The tricky part is how to enforce the categories. We need to change > the tool that processes the packages and here I may need Ed's help. > Ed, you are probably familiar enough with the queue-manager, right? If > not, then I can do the

Re: Software categories (was do we need garage sandbox repos?)

2007-08-13 Thread Neil MacLeod
Eero Tamminen wrote: > Hi, > > Could you first define what you mean by "category"? > > I have a bug in Bugzilla about the terminology, and it's not very clear: > https://bugs.maemo.org/show_bug.cgi?id=1524 > > This is the relevant part in Debian Policy: > http://www.debian.org/doc/debian-pol

Re: GAUDEC 2007 Presentations?

2007-08-13 Thread Daniel Stone
On Thu, Aug 09, 2007 at 11:04:34PM +0100, ext Neil MacLeod wrote: > I've seen several blog postings recently (such as this one by Carlos[1]) > which reference GUADEC presentations (eg. Tko's "Maemo and gtk+: Past, > present and future"[2]) and I'd like to view the presentations/slides that > wer

Re: dbus api for wlancond

2007-08-13 Thread Kalle Valo
"ext nic" <[EMAIL PROTECTED]> writes: > Thanks for the response. However I had looked at the source for > wlancond previously. In the source the strings for the DBUS api > can't be seen since they are stored in header files (wlancond-dbus.h > or wlancond.h) that aren't included in the source osso-

RE: GAUDEC 2007 Presentations?

2007-08-13 Thread Karoliina.T.Salminen
Hi, My Guadec 07 presentation was: Hildon Desktop running on Linux-PC: Well, I can speak only about myself, but my lightning talk can't be really made available as slides as it was just a demo. You can find the instructions to replicate it from here, a Hildon Desktop running on your laptop is alw

Re: Now *that*'s what I call a changelog...

2007-08-13 Thread Eero Tamminen
Hi, ext Quim Gil wrote: [...] > As an exercise, let me check this release notes against the factors I > mentioned in my previous email on the changelog debate: > > NEW FEATURES vs FIXED BUGS > This is all about bugfixes. The developers got directly all the bugs > submitted in the public bugzilla

Re: Software categories (was do we need garage sandbox repos?)

2007-08-13 Thread Eero Tamminen
Hi, ext Neil MacLeod wrote: > Ferenc Szekely wrote: >> On 8/9/07, Vlad Vasiliev <[EMAIL PROTECTED]> wrote: >> Neil raised a very important point in his mail: categories and control >> of the repository. We could experiment with the categories in this >> "extras-testing" repository. First we would

Re: Now *that*'s what I call a changelog...

2007-08-13 Thread Quim Gil
Hi, On Fri, 2007-08-10 at 13:45 +0100, ext Andrew Flegg wrote: > On 8/10/07, Daniel Stone <[EMAIL PROTECTED]> wrote: > > On Fri, Aug 10, 2007 at 01:25:45PM +0100, ext Andrew Flegg wrote: > > > With all the recent discussion about release notes and changelogs, > > > *this* is what I like to see in