From bugzilla-daemon at lists.maemo.org Thu Nov 1 14:28:55 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 1 Nov 2007 14:28:55 +0200 (EET) Subject: [hafqa] [Bug 2032] SD Cards remount ignores fstab Message-ID: <20071101122855.4C0ACC1A3F@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2032 kimmo.hamalainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID ------- Comment #2 from kimmo.hamalainen at nokia.com 2007-11-01 14:28 GMT+3 ------- fstab is not suitable for our purposes, I'd say this bug is invalid... -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 1 14:32:37 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 1 Nov 2007 14:32:37 +0200 (EET) Subject: [hafqa] [Bug 1194] http-neon-method.c glib error (Canola podcast crash) Message-ID: <20071101123237.544E1C1A55@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1194 kimmo.hamalainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |2.2 ------- Comment #5 from kimmo.hamalainen at nokia.com 2007-11-01 14:32 GMT+3 ------- actually this should be fixed in 0.2007.4 already, please verify -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 1 14:37:15 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 1 Nov 2007 14:37:15 +0200 (EET) Subject: [hafqa] [Bug 2032] SD Cards remount ignores fstab Message-ID: <20071101123715.0B644C1A4F@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2032 ------- Comment #3 from cvmiller at gmail.com 2007-11-01 14:37 GMT+3 ------- So what _is_ the resolution for mounting cards that are not vfat? Will maemo implement a hot-plug mechanism that determines the fs on the card? I look forward to trying Chinook's osso-mmc-mount.sh later this month. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 1 14:53:06 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 1 Nov 2007 14:53:06 +0200 (EET) Subject: [hafqa] [Bug 2032] SD Cards remount ignores fstab Message-ID: <20071101125306.F2883C1A4F@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2032 ------- Comment #4 from kimmo.hamalainen at nokia.com 2007-11-01 14:53 GMT+3 ------- Created an attachment (id=597) --> (https://bugs.maemo.org/attachment.cgi?id=597&action=view) Chinook osso-mmc-mount.sh Why wait, here's it :) I'm not sure if this works with the old release, though, should work. It simply tries first FAT, and then ext3 and ext2. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 1 16:49:48 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 1 Nov 2007 16:49:48 +0200 (EET) Subject: [hafqa] [Bug 2195] New: Request to change type of argument 'id' in HildonBreadCrumbTrail's push methods and signals Message-ID: <20071101144948.7D798C1A5D@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2195 Summary: Request to change type of argument 'id' in HildonBreadCrumbTrail's push methods and signals Product: System software Version: 4.0 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: Low Component: hildon-libs AssignedTo: michael.kostrzewa at nokia.com ReportedBy: lauro.neto at openbossa.org QAContact: hildon-libs-bugs at maemo.org When pushing a new crumb, there's an argument 'id', a gpointer, which is passed back when that crumb is clicked, in the signal 'crumb-clicked'. The problem is that it doesn't works with PyGtk default marshalling process. The resulting python function call returns an opaque type 'gpointer'. Changing the 'id' type to 'const gchar *' solves this, as it will be converted to a simple python string. Also, I think that a basic type like string or int is the correct choice for an id field and choosing only one type eases the binding process for any language. An gpointer could be provided as an "user_data" argument, like in g_object_connect. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 1 16:53:25 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 1 Nov 2007 16:53:25 +0200 (EET) Subject: [hafqa] [Bug 2195] Request to change type of argument 'id' in HildonBreadCrumbTrail's push methods and signals Message-ID: <20071101145325.845A5C1A5D@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2195 ------- Comment #1 from lauro.neto at openbossa.org 2007-11-01 16:53 GMT+3 ------- Created an attachment (id=598) --> (https://bugs.maemo.org/attachment.cgi?id=598&action=view) Patch changing the type of 'id' from gpointer to gchar * in signal 'crumb-clicked' Patch against libhildon1 source from Chinook SDK beta - 1.0.14. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Fri Nov 2 13:12:52 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 2 Nov 2007 13:12:52 +0200 (EET) Subject: [hafqa] [Bug 2195] Request to change type of argument 'id' in HildonBreadCrumbTrail's push methods and signals Message-ID: <20071102111252.89625C1A1E@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2195 ------- Comment #2 from xan.lopez at nokia.com 2007-11-02 13:12 GMT+3 ------- What about people wanting to use structs, integers, etc as IDs? -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Fri Nov 2 13:13:08 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 2 Nov 2007 13:13:08 +0200 (EET) Subject: [hafqa] [Bug 2195] Request to change type of argument 'id' in HildonBreadCrumbTrail's push methods and signals Message-ID: <20071102111308.87EEBC1A1E@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2195 xan.lopez at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xan.lopez at nokia.com -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Fri Nov 2 22:09:01 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 2 Nov 2007 22:09:01 +0200 (EET) Subject: [hafqa] [Bug 2195] Request to change type of argument 'id' in HildonBreadCrumbTrail's push methods and signals Message-ID: <20071102200901.6068DC1443@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2195 ------- Comment #3 from lauro.neto at openbossa.org 2007-11-02 22:09 GMT+3 ------- Good point. What about using the Crumb clicked as the second argument and adding a "get_id" method to it? That way the signal can be handled correctly and in the bindings we'll just have to override it to convert the id back to python. That's an approach more consistent with other Gtk+ widgets, like the GtkTreeView (Rough comparison). The 'row-activated' signal returns a GtkTreePath instance and a GtkTreeColumn instance. They can be pointing to a string or an int, but are a well defined interface that the user can use to access his data later. AFAIR, the only common case that Gtk+ uses gpointer is for user_data. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Sat Nov 3 10:54:44 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 3 Nov 2007 10:54:44 +0200 (EET) Subject: [hafqa] [Bug 1272] Control panel GtkIconView widget is not themed correctly yet Message-ID: <20071103085444.71E8CC1A09@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1272 michael.kostrzewa at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from michael.kostrzewa at nokia.com 2007-11-03 10:54 GMT+3 ------- Fixed in chinook. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Sat Nov 3 10:57:48 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 3 Nov 2007 10:57:48 +0200 (EET) Subject: [hafqa] [Bug 1231] hildon-theme-plankton installs a .desktop _always_ pointing to /usr/share Message-ID: <20071103085748.21FBAC1A09@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1231 michael.kostrzewa at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from michael.kostrzewa at nokia.com 2007-11-03 10:57 GMT+3 ------- Fixed in chinook. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Sat Nov 3 11:02:48 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 3 Nov 2007 11:02:48 +0200 (EET) Subject: [hafqa] [Bug 237] Different "stylus not on the icon when released"-behaviour in HildonDateEditor and HildonTimeEditor Message-ID: <20071103090248.7ADF1C19F2@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=237 michael.kostrzewa at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #4 from michael.kostrzewa at nokia.com 2007-11-03 11:02 GMT+3 ------- Yeah, fixed for sure in chinook. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Mon Nov 5 11:37:27 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 5 Nov 2007 11:37:27 +0200 (EET) Subject: [hafqa] [Bug 2168] API needs destroy functions for user data Message-ID: <20071105093727.EE174C19FB@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2168 ------- Comment #3 from danielk at openismus.com 2007-11-05 11:37 GMT+3 ------- Created an attachment (id=600) --> (https://bugs.maemo.org/attachment.cgi?id=600&action=view) Patch to add destroy callbacks OK, here is my first attempt at a patch. I would appreciate comments on the implementation, especially regarding the exact time and place the user data destroy callbacks are called. The patch should apply cleanly to the current Subversion tree of libosso in haf. It builds fine, including the unit tests. However, I have trouble running the tests: >osso_initialize:106: application 'test_osso_rpc', version '0.0.1' >osso_initialize:126: connecting to both D-BUS busses, 'activation' argument does not have any effect >osso-init.c:128 osso_initialize(): connecting to the session bus >osso-init.c:455 _dbus_connect_and_setup(): getting the DBUS >process 11926: D-Bus library appears to be incorrectly set up; failed to read >machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory >See the manual page for dbus-uuidgen to correct this issue. > D-Bus not built with -rdynamic so unable to print a backtrace >Aborted (core dumped) Is there anything special I have to do in order to get the tests running? -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 6 12:51:38 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 6 Nov 2007 12:51:38 +0200 (EET) Subject: [hafqa] [Bug 2221] Device name changes not reflected in the background image chooser Message-ID: <20071106105138.EB8E1C90EE@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2221 johan.bilien at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|nobody at maemo.org |marius.vollmer at nokia.com Component|Home |File System UI Product|Desktop |System software QAContact|home-bugs at maemo.org |file-system-ui- | |bugs at maemo.org Version|3.2 |4.0 ------- Comment #1 from johan.bilien at nokia.com 2007-11-06 12:51 GMT+3 ------- RE-assigning to filemanagent UI -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 8 10:18:20 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 8 Nov 2007 10:18:20 +0200 (EET) Subject: [hafqa] [Bug 2168] API needs destroy functions for user data Message-ID: <20071108081820.24C2EC1A7C@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2168 ------- Comment #4 from kimmo.hamalainen at nokia.com 2007-11-08 10:18 GMT+3 ------- I think we should not do this by modifying the existing API -- it will require changes in all API users. We should add new functions instead so the users can move to the new API when they wish to do so. I think the original Libosso API is ugly, so I started to write a new one, the 'muali API', but it seems there is not much interest for a libdbus wrapper. Also, it would be cleaner to remove the muali API as its own library. The muali API is not frozen in any way, so it still can be changed freely. Maybe you could modify the muali API to fit your needs and then we could split it from Libosso to begin its own life as a libdbus wrapper library. My design principle has been that it has 'API for dummies' that is very simple to use for applications that just want to send a simple message or receive a simple signal, and then it has API that allows to harness the full power of libdbus. It also should be independent from libdbus, in case a different D-Bus client library is used in the future (or no library at all). -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 8 10:23:03 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 8 Nov 2007 10:23:03 +0200 (EET) Subject: [hafqa] [Bug 2168] API needs destroy functions for user data Message-ID: <20071108082304.47264C1A7C@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2168 ------- Comment #5 from murrayc at murrayc.com 2007-11-08 10:23 GMT+3 ------- > I think the original Libosso API is ugly, so I started to write a new one, the > 'muali API', but it seems there is not much interest for a libdbus wrapper. Is there actually any Nokia plan to stop using libosso in Maemo? As long as it's used, we need to fix it, by adding those alternative functions and deprecating the old ones. Or is there a real plan by Nokia/Maemo to replace libosso with muali? -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 8 10:33:18 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 8 Nov 2007 10:33:18 +0200 (EET) Subject: [hafqa] [Bug 2168] API needs destroy functions for user data Message-ID: <20071108083318.887DBC1A7C@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2168 ------- Comment #6 from kimmo.hamalainen at nokia.com 2007-11-08 10:33 GMT+3 ------- (In reply to comment #5) > > I think the original Libosso API is ugly, so I started to write a new one, the > > 'muali API', but it seems there is not much interest for a libdbus wrapper. > > Is there actually any Nokia plan to stop using libosso in Maemo? As long as > it's used, we need to fix it, by adding those alternative functions and > deprecating the old ones. Yes, it has to be done by adding alternative functions and then deprecating the old ones later. > Or is there a real plan by Nokia/Maemo to replace libosso with muali? As far as I know, there is a 'plan' exactly if we want to do so and there are good reasons for it :) There is no other authority. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Fri Nov 9 18:03:41 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 9 Nov 2007 18:03:41 +0200 (EET) Subject: [hafqa] [Bug 2246] New: When alarm triggers during charge, system does not power on Message-ID: <20071109160341.F09B4C1A97@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2246 Summary: When alarm triggers during charge, system does not power on Product: System software Version: 4.0 Platform: N800 OS/Version: Debian Status: UNCONFIRMED Severity: normal Priority: Medium Component: startup-shutdown AssignedTo: kimmo.hamalainen at nokia.com ReportedBy: jwillis at arixto.com QAContact: startup-shutdown-bugs at maemo.org The system was charging overnight. When unplugged from charger, alarm screen appeared. After dismissing the alarm the second dialog "Do you want to turn on the device" (or something similar) appears. Select okay to power up device. Device did not power up. Power button does not work. Pressed and held power button for 15 seconds, no change. Removed battery and replaced, system would respond to power button. EXPECTED OUTCOME: Press power button, system will power up. ACTUAL OUTCOME: Press power button, system does not power. Must remove battery and system returns to functionality. STEPS TO REPRODUCE THE PROBLEM: 1) Set alarm for 6 am 2) Drain system of power 3) Plug in charger (around 9 pm) 4) At 6:15am (after alarm should execute) unplug charger. 5) dismiss alarm in alarm dialog 6) select to power on devices from second dialog System fails to power up, does not respond to power button. OTHER COMMENTS: Software Version: 4.2007.26-8 Have not attempted to reproduce yet. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Sat Nov 10 09:34:51 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 10 Nov 2007 09:34:51 +0200 (EET) Subject: [hafqa] [Bug 2247] New: No way to clear/reset word prediction dictionary Message-ID: <20071110073451.26DE211A8F0@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2247 Summary: No way to clear/reset word prediction dictionary Product: System software Version: 3.2 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Low Component: Input method framework AssignedTo: mdamt at maemo.org ReportedBy: jesse.michael at comcast.net QAContact: input-method-framework-bugs at maemo.org EXPECTED OUTCOME: As far as I can tell, there's no way to clear (or return to the defaults) the dictionary that is used for word prediction short of selecting "Clear user data..." from the Control Panel (which erases lots of other things as well). ACTUAL OUTCOME: Should be an easy to use option to clear prediction dictionary similar to the "Tools->Clear" menu in the Browser app. STEPS TO REPRODUCE THE PROBLEM: Use xterm+ssh client to login to remote server. There's no easy way to remove password which has now been recorded into word prediction dictionary. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Sun Nov 11 22:43:01 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sun, 11 Nov 2007 22:43:01 +0200 (EET) Subject: [hafqa] [Bug 2259] New: can't use dash and ogonek as dead keys Message-ID: <20071111204302.027F4C90BF@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2259 Summary: can't use dash and ogonek as dead keys Product: System software Version: 3.2 Platform: N800 OS/Version: IT OS Status: UNCONFIRMED Severity: normal Priority: Low Component: Input method framework AssignedTo: mdamt at maemo.org ReportedBy: mariotomo at inventati.org QAContact: input-method-framework-bugs at maemo.org EXPECTED OUTCOME: it is possible to define a virtual keyboard with / and as dead keys. these dead keys should combine with a few letters. so /o should produce ? and /l should produce ?. a and e should produce ? and ?. ACTUAL OUTCOME: dead key is discarded (e.g.: /o is the same as o). STEPS TO REPRODUCE THE PROBLEM: define a virtual keyboard with / as dead key. load it. type: /o see: o OTHER COMMENTS: still about composing characters, there's a dead key that can be used to put a dot on top of the capital letter I (?). on linux composing the same key with lower case i produces dotless i (?). on maemo it produces a normal dotted i. what is the dead key for ?? is there a possibility to have a 'compose' key in a virtual keyboard? it would be nice... -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 13 02:00:31 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 13 Nov 2007 02:00:31 +0200 (EET) Subject: [hafqa] [Bug 2114] run-standalone.sh expands parameters incorrectly. Message-ID: <20071113000031.8D070C13AB@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2114 czr at iki.fi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Comment #4 from czr at iki.fi 2007-11-13 02:00 GMT+3 ------- Fixed in 4.0 release SDK. closing (it still doesn't have the exec though). -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 13 12:26:22 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 13 Nov 2007 12:26:22 +0200 (EET) Subject: [hafqa] [Bug 1027] maemo-launcher does not install headers Message-ID: <20071113102622.35978C1B2A@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1027 murrayc at murrayc.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Comment #31 from murrayc at murrayc.com 2007-11-13 12:26 GMT+3 ------- maemo-launcher-dev is in the Maemo Chinook SDK. Thank you. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 14 23:54:23 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 14 Nov 2007 23:54:23 +0200 (EET) Subject: [hafqa] [Bug 2278] New: GtkUIManager managed accelerators don't work for Hardware keys Message-ID: <20071114215423.8156BC1468@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2278 Summary: GtkUIManager managed accelerators don't work for Hardware keys Product: System software Version: 4.0 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Medium Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: mike_morrison at alumni.uvic.ca QAContact: gtk-bugs at maemo.org I use GtkUIManager to create and manage keyboard accelerators for the hardware keys. Unfortunately, if no keyboard is present the keyboard accelerators are disabled, including the ones I have mapped to the hardware keys. If it is possible, it would be better to hide the accelerator labels but keep the accelerators enabled. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 15 01:37:15 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 15 Nov 2007 01:37:15 +0200 (EET) Subject: [hafqa] [Bug 1897] Mouse support (Bluetooth and on 770 USB support) Message-ID: <20071114233715.1F662C1A44@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1897 daniel.stone at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|carlos at maemo.org |daniel.stone at nokia.com ------- Comment #3 from daniel.stone at nokia.com 2007-11-15 01:37 GMT+3 ------- Using ITOS2008, you should be able to pass -mouse ps2,/dev/input/eventN. There's no great technical reason why hotplug doesn't work, only lack of time to finish it properly. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 15 10:40:27 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 15 Nov 2007 10:40:27 +0200 (EET) Subject: [hafqa] [Bug 2281] New: Accelerator Labels not shown in menus created with GtkUIManager Message-ID: <20071115084027.30B62C1A11@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2281 Summary: Accelerator Labels not shown in menus created with GtkUIManager Product: System software Version: 4.0 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Medium Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: mike_morrison at alumni.uvic.ca QAContact: gtk-bugs at maemo.org The accelerator labels are not shown in menus created with the GtkUIManager. To test this in the scratchbox, I make sure that /apps/osso/gtk/enable-accels is set to true, then run my program. The accelerators work, but the accelerator labels are not shown in the menus. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 15 10:56:40 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 15 Nov 2007 10:56:40 +0200 (EET) Subject: [hafqa] [Bug 2278] GtkUIManager managed accelerators don't work for Hardware keys Message-ID: <20071115085640.7AB7811A947@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2278 ------- Comment #1 from mike_morrison at alumni.uvic.ca 2007-11-15 10:56 GMT+3 ------- For anyone interested, here is a workaround until the bug is fixed: In your program's init method add this: GtkSettings* settings = gtk_settings_get_default(); g_object_set(settings, "gtk-enable-accels", TRUE, NULL); g_signal_connect (G_OBJECT(settings), "notify::gtk-enable-accels", G_CALLBACK (notify_gtk_enable_accels_changed), NULL); Then add the callback function: static void notify_gtk_enable_accels_changed (GObject *gobject, GParamSpec *arg1, gpointer user_data) { gboolean value = FALSE; g_object_get(gobject, arg1->name, &value, NULL); if (FALSE == value) { g_object_set(gobject, arg1->name, TRUE, NULL); } } In testing, it appears that property gets "stuck" in the true state after the initial call to g_object_set (another bug?). So the callback may not be necessary but I've put it in to be safe. Note: this work around does not seem to enable the accelerator labels in the menus so I've entered another ticket (bug #2281). -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Sat Nov 17 02:31:15 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 17 Nov 2007 02:31:15 +0200 (EET) Subject: [hafqa] [Bug 2306] New: Softpoweroff not disabling the touchscreen. Message-ID: <20071117003115.2CB1DC1AB0@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2306 Summary: Softpoweroff not disabling the touchscreen. Product: System software Version: 4.0 Platform: N800 URL: http://www.internettablettalk.com/forums/showthread.php? p=96082&posted=1#post96082 OS/Version: Windows Status: UNCONFIRMED Severity: normal Priority: Medium Component: startup-shutdown AssignedTo: kimmo.hamalainen at nokia.com ReportedBy: adammelancon at gmail.com QAContact: startup-shutdown-bugs at maemo.org EXPECTED OUTCOME: When editing the /etc/mce/mce.ini and setting the PowerKeyLongAction to softpoweroff it should go into softpoweroff mode when you hold the power button down and the screen should dim and lock so that key presses are not registered. ACTUAL OUTCOME: When I hold down the power button to activate softpoweroff mode it never fully goes into that mode. If I touch the screen I still hear the "tap" noise as if the screen was still active and it's not fully in softpoweroff mode. STEPS TO REPRODUCE THE PROBLEM: 1. Edit the /etc/mce/mce.ini file and set the PowerKeyLongAction to softpoweroff 2. Reboot the N800 3. Make sure the volume is turned up and the hold down the power button to put the N800 in softpoweroff mode and tap the screen. You will then hear the tapping sound as if the touchscreen is still active. OTHER COMMENTS: -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Sat Nov 17 15:22:51 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 17 Nov 2007 15:22:51 +0200 (EET) Subject: [hafqa] [Bug 2311] New: N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071117132251.38171118E81@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 Summary: N800 running OS2008 forgets it has any hardware buttons Product: System software Version: 4.0 Platform: All OS/Version: Windows Status: NEW Severity: normal Priority: Medium Component: Input method framework AssignedTo: mdamt at maemo.org ReportedBy: bugzilla770 at nmacleod.com QAContact: input-method-framework-bugs at maemo.org My N800 is running 1.2007.42-18 of OS2008 - admittedly, this is the OS2008 designed for the N810. Very often my N800 will forget it has buttons - the buttons just stop working. They no longer make a "click" system sound, they no longer function and are completely ignored by the desktop and applications. I have to reboot the device in order for them to function again. The only button that consistently continues to function is the Power button - all other buttons (+/-, full screen, d-pad, home/menu/escape) all become non-functional when this bug strikes. Quite often I can trigger this bug by locking the device - the N800 will usually forget it has any buttons once the device is locked, which is particularly unfortunate as it is then impossible to unlock the device while the d-pad center button no longer operates. A reboot is necessary to regain control. The touchscreen is not affected when this bug occurs, it is only the buttons that stop working. It doesn't always happen when the device is locked, as right now I have the device unlocked but without any functional buttons. Unfortunately I have no idea what has triggered this bug. I never "lost" the buttons when using OS2007 but this happens all the time with OS2008. This is a particularly annoying bug and for me it happens extremely often, I would guesstimate I have a 50/50 chance of losing button functionality whenever I lock the device. I would have set severity to "Major" for this bug, but I realise this is "unofficial" firmware that may not have been designed/tested/intended for the N800. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Sat Nov 17 19:12:18 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 17 Nov 2007 19:12:18 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071117171218.AC719C1A71@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 ------- Comment #1 from matti.savolainen at verizon.net 2007-11-17 19:12 GMT+3 ------- I can confirm this happening to me as well. Twice so far on N800 device. I my case this always happened after N800 has been in sleep or keylock mode. If it was after keylock, you can not unlock it because the D-pad center button does not work. The only way to recover is to pull the battery out. Once this happened after normal sleep, after which none of the buttons WITH THE EXCEPTION OF POWER BUTTON recognizes keypresses. The touchsceen worked normally. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Sat Nov 17 23:56:43 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 17 Nov 2007 23:56:43 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071117215643.BB7DBC1A0D@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 ------- Comment #2 from maemo at armin-warda.de 2007-11-17 23:56 GMT+3 ------- Workaround: eject camera -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Sun Nov 18 08:49:25 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sun, 18 Nov 2007 08:49:25 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071118064925.62B8FC13AB@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 ------- Comment #3 from maemo at armin-warda.de 2007-11-18 08:49 GMT+3 ------- Report reminds me of https://bugs.maemo.org/show_bug.cgi?id=1097 -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Sun Nov 18 19:33:47 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sun, 18 Nov 2007 19:33:47 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071118173347.2B108C1A41@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 ------- Comment #4 from bugzilla770 at nmacleod.com 2007-11-18 19:33 GMT+3 ------- (In reply to comment #2) > Workaround: eject camera > Excellent thanks Armin, that workaround works - I never thought I'd find a use for the camera!! :) Obviously this bug still needs fixing... -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Mon Nov 19 14:57:41 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 19 Nov 2007 14:57:41 +0200 (EET) Subject: [hafqa] [Bug 2322] New: Incorrect D-Bus interface/namespace usage for org.freedesktop.Notifications extensions Message-ID: <20071119125741.49B31C13D8@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2322 Summary: Incorrect D-Bus interface/namespace usage for org.freedesktop.Notifications extensions Product: System software Version: 4.0 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Low Component: general AssignedTo: carlos at maemo.org ReportedBy: czr at iki.fi QAContact: hafqa at maemo.org As there is no product category for "hildon_desktop_notification_manager", posting as "general". The following D-Bus members are implemented incorrectly with respect to proper D-Bus namespace usage rules: 1) org.freedesktop.Notification.SystemNoteInfoprint 2) org.freedesktop.Notification.SystemNoteDialog The Notifications D-Bus draft specification is available at: http://www.galago-project.org/specs/notification/0.9/ The terminology/namespace rules (as they exist currently) are best described at: http://www.freedesktop.org/wiki/IntroductionToDBus -- Since these two extensions are not part of the spec, they shouldn't be: a) Available at a public and open fdo-specified interface name (org.freedesktop.Notifications): - Since they're not documented at all - Since they're only available on maemo - They're not part of the spec b) Be provided by a well-known name "org.freedesktop.Notifications", since this violates the "unique name ownership" principle, which is based on reversed DNS names and unless Nokia owns freedesktop.org, this is an issue. Especially a) leads to the situation where user who will see these extensions used/advertised via introspection/existing source code, and the user will go searching for the fdo-spec, which in turn does not document these two extensions (as it shouldn't). Suggest (for 5.0?) to change this as follows: 1) Separate these extensions (and replicate CloseNotification member) to a separate interface, for example: org.maemo.Notifications 2) Provide the extensions using a different well-known name from org.freedesktop.Notifications, for example: org.maemo.Notifications 3) Use an object path suitable: /org/maemo/Notifications Implementation-wise it still should be possible to utilize the same code for both notification styles (fdo.Notify and the extensions), so this shouldn't be an issue. The other possibility would be to add these two extensions to the FDO spec (or more likely, extend the spec to cover the uses that are now covered by the two extensions). If this issue will not be fixed, Nokia will be sending a signal that "it's ok to implement whatever interface you like, in whatever way, without releasing documentation and not caring about conventions". This includes implementing maemo's own interfaces as well (although since they're not documented to start with, maybe this isn't a large issue?). -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Mon Nov 19 16:32:35 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 19 Nov 2007 16:32:35 +0200 (EET) Subject: [hafqa] [Bug 2322] Incorrect D-Bus interface/namespace usage for org.freedesktop.Notifications extensions Message-ID: <20071119143235.9E7A6C1A68@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2322 ------- Comment #1 from czr at iki.fi 2007-11-19 16:32 GMT+3 ------- One additional possible solution would be as follows: 1) provide services using the org.freedesktop.Notifications well-known name (this is ok for the notification server as long as it will provide the Notification interface according to spec) 2) separate the extension members to a separate interface (org.maemo.Notifications) 3) provide both interfaces (the Notification spec one, and the extension one) over the same connection/well-known-name. So, no real need for two separate well-known names, but the interfaces need to be separated. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 20 18:25:16 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 20 Nov 2007 18:25:16 +0200 (EET) Subject: [hafqa] [Bug 2333] New: Tap & Hold menu disappears before an item can be selected Message-ID: <20071120162516.97D01C1A22@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2333 Summary: Tap & Hold menu disappears before an item can be selected Product: System software Version: 4.0 Platform: ARM OS/Version: IT OS Status: NEW Severity: normal Priority: Low Component: window-manager AssignedTo: tapani.palli at nokia.com ReportedBy: bugzilla770 at nmacleod.com QAContact: window-manager-bugs at maemo.org Firmware: 1.2007.42-18 on N800 (OS 2008) STEPS TO REPRODUCE THE PROBLEM: 1. In any application where tap & hold (context) menus are supported (ie. xterm, Mozilla browser, file manager etc.), tap & hold the stylus on the touchscreen and wait for the menu to appear 2. Once the menu has appeared, lift the stylus and the menu will disappear before a menu option can be selected EXPECTED OUTCOME: Once the menu has appeared the menu should remain available until a menu option is chosen or the menu is dismissed by a button press or clicking outside of the menu. ACTUAL OUTCOME: The menu disappears when the stylus is lifted from the touchscreen. The stylus has to be "slid into" the menu in order for the menu to remain visible and prevent it from disappearing. REPRODUCIBILITY: Always (unless the menu appears below the stylus position) EXTRA SOFTWARE INSTALLED: openssh-server OTHER COMMENTS: Observed by several other users - see post in ITT Forum[1]. 1. http://www.internettablettalk.com/forums/showthread.php?t=11850 -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 21 08:21:40 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 21 Nov 2007 08:21:40 +0200 (EET) Subject: [hafqa] [Bug 830] i386 dbus init.d script checks for an ARM cpu Message-ID: <20071121062140.50937C1320@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=830 terje.bergstrom at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|terje.bergstrom at nokia.com |kimmo.hamalainen at nokia.com Status|ASSIGNED |NEW QAContact|qa at maemo.org |dbus-bugs at maemo.org -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Fri Nov 23 11:10:48 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 23 Nov 2007 11:10:48 +0200 (EET) Subject: [hafqa] [Bug 630] Increased Bugzilla transparency - get the developers involved! Message-ID: <20071123091048.60743C16BA@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=630 quim.gil at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jake.kunnari at nokia.com QAContact|hafqa at maemo.org |bugzilla at maemo.org ------- Comment #13 from quim.gil at nokia.com 2007-11-23 11:10 GMT+3 ------- I will be posting updates here since this is not a bug you fix in one go. - Jake Kunnari (bugs.maemo.org error manager) and I (maemo product manager) are responsible of sorting this out. Priority = High. - We just made a call to have all the components assigned directly to the developers dealing with the corresponding components internally. This will leverage the current bottleneck that Jake and his team has to deal with as middlemen. - In fact this started a but more informally some weeks ago, and components like the Media Player or the RSS feed reader have improved since then. - The objective of the current sprint is to have all the components either covered or detected as real orphans, and then look at these cases one by one. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Mon Nov 26 17:05:01 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 26 Nov 2007 17:05:01 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071126150501.98FE9C1A3E@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 ------- Comment #5 from maemo at armin-warda.de 2007-11-26 17:05 GMT+3 ------- This bug is _not_ resolved in the official OS2008 release for the N800, RX-34_2008SE_1.2007.44-4. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 27 07:31:14 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 27 Nov 2007 07:31:14 +0200 (EET) Subject: [hafqa] [Bug 2394] New: n800 it2008 osk has different repeat behaviour Message-ID: <20071127053114.E1F63C1A84@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2394 Summary: n800 it2008 osk has different repeat behaviour Product: System software Version: 4.0 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: Low Component: Input method framework AssignedTo: mdamt at maemo.org ReportedBy: kees.jongenburger at gmail.com QAContact: input-method-framework-bugs at maemo.org When I type on the on screen keyboard on the n800 with the it2008 beta it happens very often that maemo thinks I pressed a key twice. This behaviour is different from the it2007 behaviour where this did not occur. EXPECTED OUTCOME: I expect that when using the on screen keyboard (not the thumb one) no key repeat occur. unless I want to :p ACTUAL OUTCOME: REPRODUCIBILITY: (always/sometimes/once) sometimes but quite often EXTRA SOFTWARE INSTALLED: no OTHER COMMENTS: -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 27 07:34:46 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 27 Nov 2007 07:34:46 +0200 (EET) Subject: [hafqa] [Bug 2395] New: osso-xterm thumb keyboard input is procesed twice(it2008 beta n800) Message-ID: <20071127053446.C69B5C1A84@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2395 Summary: osso-xterm thumb keyboard input is procesed twice(it2008 beta n800) Product: System software Version: 4.0 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: Low Component: Input method framework AssignedTo: mdamt at maemo.org ReportedBy: kees.jongenburger at gmail.com QAContact: input-method-framework-bugs at maemo.org STEPS TO REPRODUCE THE PROBLEM: osso-xterm thumb keyboard input is procesed twice(it2008 beta n800) open the osso-xterm, fire the thumb keyboard and enter "qq" close it using the "arrow down symbol" EXPECTED OUTCOME: qq is displayed on the screen ACTUAL OUTCOME: qqqq is displayed on the screen REPRODUCIBILITY: always EXTRA SOFTWARE INSTALLED: none it's the default osso-xterm shipped with the product!!! OTHER COMMENTS: -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 27 07:37:58 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 27 Nov 2007 07:37:58 +0200 (EET) Subject: [hafqa] [Bug 2396] New: selecting text in browser input field makes the keyboard go away Message-ID: <20071127053758.BC30DC1A84@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2396 Summary: selecting text in browser input field makes the keyboard go away Product: System software Version: 4.0 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: Low Component: Input method framework AssignedTo: mdamt at maemo.org ReportedBy: kees.jongenburger at gmail.com QAContact: input-method-framework-bugs at maemo.org STEPS TO REPRODUCE THE PROBLEM: select some text in a browser textfield EXPECTED OUTCOME: the text is selected and pressing a key will replace the text with the pressed key ACTUAL OUTCOME: The virtual keyboard goes away and it is no possible to replace the text REPRODUCIBILITY: always EXTRA SOFTWARE INSTALLED: OTHER COMMENTS: -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 27 07:42:48 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 27 Nov 2007 07:42:48 +0200 (EET) Subject: [hafqa] [Bug 2397] New: if browser crashes no message is displayed Message-ID: <20071127054248.D8213C1A86@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2397 Summary: if browser crashes no message is displayed Product: System software Version: 4.0 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: Low Component: general AssignedTo: carlos at maemo.org ReportedBy: kees.jongenburger at gmail.com QAContact: hafqa at maemo.org STEPS TO REPRODUCE THE PROBLEM: Make the browser crash. this of course is not very easy... EXPECTED OUTCOME: A notification is displayed that the application exited with a non 0 value "application Web , crashed..." ACTUAL OUTCOME: nothing happens, perhaps just a little sound REPRODUCIBILITY: always EXTRA SOFTWARE INSTALLED: OTHER COMMENTS: This is a change in behaviour, I don't like dialogs so I don't really care :p -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 27 08:33:59 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 27 Nov 2007 08:33:59 +0200 (EET) Subject: [hafqa] [Bug 2395] osso-xterm thumb keyboard input is procesed twice(it2008 beta n800) Message-ID: <20071127063400.09639C1A7E@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2395 bugzilla770 at nmacleod.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Comment #1 from bugzilla770 at nmacleod.com 2007-11-27 08:33 GMT+3 ------- *** This bug has been marked as a duplicate of bug 2391 *** -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 27 09:18:03 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 27 Nov 2007 09:18:03 +0200 (EET) Subject: [hafqa] [Bug 2289] Special characters/accent button doesn't do anything Message-ID: <20071127071803.B0375C1A86@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2289 terje.bergstrom at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|terje.bergstrom at nokia.com |mdamt at maemo.org QAContact|vkb-bugs at maemo.org |input-method-framework- | |bugs at maemo.org -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 27 11:18:51 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 27 Nov 2007 11:18:51 +0200 (EET) Subject: [hafqa] [Bug 2400] New: softpower off non-functional Message-ID: <20071127091851.7AC2CC1A92@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2400 Summary: softpower off non-functional Product: System software Version: 4.0 Platform: N800 OS/Version: IT OS Status: UNCONFIRMED Severity: critical Priority: High Component: startup-shutdown AssignedTo: kimmo.hamalainen at nokia.com ReportedBy: rabelg5 at gmail.com QAContact: startup-shutdown-bugs at maemo.org STEPS TO REPRODUCE THE PROBLEM: 1. Enable softpower off in /etc/mce/mce.ini 2. Restart the device. 3. Activate softpower off mode with your selected method in mce.ini 4. Wait for screen to blank. 5. Tap touchscreen or press a key. EXPECTED OUTCOME: Screen would remain blank and system would ignore the touchscreen and key input (until the device is brought back out of softpower off mode). ACTUAL OUTCOME: Screen reactivates on touchscreen or key input and system continues to behave as if softpower off were never activate. REPRODUCIBILITY: Always. OTHER COMMENTS: The only indication that something in the device things it's in softpower off mode is that a short press on the powerkey will not bring up the power menu. The device must be brought back out of the faux-softpower off mode before the power menu will function again. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 27 11:21:48 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 27 Nov 2007 11:21:48 +0200 (EET) Subject: [hafqa] [Bug 2400] soft poweroff non-functional Message-ID: <20071127092148.21088C1A93@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2400 rabelg5 at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|softpower off non-functional|soft poweroff non-functional -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 27 11:27:59 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 27 Nov 2007 11:27:59 +0200 (EET) Subject: [hafqa] [Bug 2400] soft poweroff non-functional Message-ID: <20071127092759.38AD3C1A9A@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2400 rabelg5 at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://tablets- | |dev.nokia.com/nokia_N800.php | |?f=RX-34_2008SE_1.2007.44- | |4_PR_COMBINED_MR0_ARM.bin ------- Comment #1 from rabelg5 at gmail.com 2007-11-27 11:27 GMT+3 ------- /etc/osso_software_version RX-34+RX-44_2008SE_1.2007.44-4_PR_MR0 -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 27 11:30:22 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 27 Nov 2007 11:30:22 +0200 (EET) Subject: [hafqa] [Bug 2400] soft poweroff non-functional Message-ID: <20071127093022.E3FC0C1A9A@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2400 ------- Comment #2 from rabelg5 at gmail.com 2007-11-27 11:30 GMT+3 ------- More information on soft poweroff can be found in this thread: http://www.internettablettalk.com/forums/showthread.php?t=4625 It is essentially similar in function to putting the hardcover on a 770. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 27 12:54:52 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 27 Nov 2007 12:54:52 +0200 (EET) Subject: [hafqa] [Bug 2114] run-standalone.sh expands parameters incorrectly. Message-ID: <20071127105452.1EA26C1AA0@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2114 czr at iki.fi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED ------- Comment #5 from czr at iki.fi 2007-11-27 12:54 GMT+3 ------- Works in 4.0 SDK properly. (does not include the exec still, but one can't have the pie and eat it). -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 27 13:23:16 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 27 Nov 2007 13:23:16 +0200 (EET) Subject: [hafqa] [Bug 2400] soft poweroff non-functional Message-ID: <20071127112316.69ACA11857C@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2400 kimmo.hamalainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kimmo.hamalainen at nokia.com |nobody at maemo.org Component|startup-shutdown |dsme QAContact|startup-shutdown- |dsme-bugs at maemo.org |bugs at maemo.org | -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 27 13:24:40 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 27 Nov 2007 13:24:40 +0200 (EET) Subject: [hafqa] [Bug 2246] When alarm triggers during charge, system does not power on Message-ID: <20071127112440.CAEE711857C@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2246 kimmo.hamalainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kimmo.hamalainen at nokia.com |nobody at maemo.org Component|startup-shutdown |Kernel QAContact|startup-shutdown- |linux-kernel-bugs at maemo.org |bugs at maemo.org | -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Tue Nov 27 13:25:17 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 27 Nov 2007 13:25:17 +0200 (EET) Subject: [hafqa] [Bug 2306] Softpoweroff not disabling the touchscreen. Message-ID: <20071127112517.14688C1AA0@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2306 kimmo.hamalainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kimmo.hamalainen at nokia.com |nobody at maemo.org Component|startup-shutdown |dsme QAContact|startup-shutdown- |dsme-bugs at maemo.org |bugs at maemo.org | -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 05:24:09 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 05:24:09 +0200 (EET) Subject: [hafqa] [Bug 2406] New: word history suggestions missing when using "Custom/Empty" base dictionary Message-ID: <20071128032409.6ED06C13A9@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2406 Summary: word history suggestions missing when using "Custom/Empty" base dictionary Product: System software Version: 4.0 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: Low Component: Input method framework AssignedTo: mdamt at maemo.org ReportedBy: tuukka.tolvanen at gmail.com QAContact: input-method-framework-bugs at maemo.org word history suggestions missing when using "Custom/Empty" base dictionary steps (assuming defaults post flash): 1. RX-34_2007SE_4.2007.38-2_PR_MR0: in apps -> tools -> control panel -> text input settings -> word completion, set 1st dictionary to "Custom/Empty", OK RX-34_2008SE_1.2007.44-4_PR_MR0: in apps -> settings -> text input settings -> languages, press Settings button for 1st language, select "Custom/Empty" in Dictionary dropdown, OK, OK 2. in apps -> utilities -> notes, using stylus keyboard, type h e l l o space h e expected: word "hello" appears as suggestion left of space bar result (RX-34_2007SE_4.2007.38-2_PR_MR0): as expected result (RX-34_2008SE_1.2007.44-4_PR_MR0): no suggested word -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 12:50:10 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 12:50:10 +0200 (EET) Subject: [hafqa] [Bug 760] bdist_maemo command for Python distutils Message-ID: <20071128105010.242DBC1AC9@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=760 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-11-28 12:50 GMT+3 ------- Closing. Bug has been marked as INVALID. If problem/bug still exists, please reopen it with proper comments. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 12:50:10 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 12:50:10 +0200 (EET) Subject: [hafqa] [Bug 780] GTK "row-activated" signal has faulty "double click" detection Message-ID: <20071128105010.F409DC1ACF@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=780 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-11-28 12:50 GMT+3 ------- Closing. Bug has been marked as INVALID. If problem/bug still exists, please reopen it with proper comments. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 12:50:11 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 12:50:11 +0200 (EET) Subject: [hafqa] [Bug 791] Enter key on USB/Bluetooth keyboards toggles on-screen keyboard Message-ID: <20071128105011.B7804C1AC3@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=791 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #7 from jake.kunnari at nokia.com 2007-11-28 12:50 GMT+3 ------- Closing. Bug has been marked as INVALID. If problem/bug still exists, please reopen it with proper comments. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 12:50:12 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 12:50:12 +0200 (EET) Subject: [hafqa] [Bug 802] hildon-fm's .pc file doesn't mention all dependencies Message-ID: <20071128105012.74CCEC90C3@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=802 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-11-28 12:50 GMT+3 ------- Closing. Bug has been marked as INVALID. If problem/bug still exists, please reopen it with proper comments. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 12:50:15 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 12:50:15 +0200 (EET) Subject: [hafqa] [Bug 812] pybluez still build-depends on libbluetooth1-dev Message-ID: <20071128105015.73D08C1AC3@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=812 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from jake.kunnari at nokia.com 2007-11-28 12:50 GMT+3 ------- Closing. Bug has been marked as INVALID. If problem/bug still exists, please reopen it with proper comments. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 12:50:16 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 12:50:16 +0200 (EET) Subject: [hafqa] [Bug 861] HildonBanner methods should take GtkWindow instead of GtkWidget Message-ID: <20071128105016.2D9A3C1AC7@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=861 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-11-28 12:50 GMT+3 ------- Closing. Bug has been marked as INVALID. If problem/bug still exists, please reopen it with proper comments. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 12:50:18 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 12:50:18 +0200 (EET) Subject: [hafqa] [Bug 906] Unknown file type, mime db not read? Message-ID: <20071128105018.67106C90C5@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=906 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-11-28 12:50 GMT+3 ------- Closing. Bug has been marked as INVALID. If problem/bug still exists, please reopen it with proper comments. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 12:50:19 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 12:50:19 +0200 (EET) Subject: [hafqa] [Bug 963] URLlib bug in py2.5 distributed by the maemo Message-ID: <20071128105019.363BFC90C9@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=963 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from jake.kunnari at nokia.com 2007-11-28 12:50 GMT+3 ------- Closing. Bug has been marked as INVALID. If problem/bug still exists, please reopen it with proper comments. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 12:50:23 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 12:50:23 +0200 (EET) Subject: [hafqa] [Bug 1021] HildonColorButton not found in python2.5-hildon package Message-ID: <20071128105023.4E9D4C90C0@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1021 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-11-28 12:50 GMT+3 ------- Closing. Bug has been marked as INVALID. If problem/bug still exists, please reopen it with proper comments. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 12:50:26 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 12:50:26 +0200 (EET) Subject: [hafqa] [Bug 1113] GtkTreeSelection selection changed signal called after clearing the list Message-ID: <20071128105026.92CA8C90C0@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1113 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-11-28 12:50 GMT+3 ------- Closing. Bug has been marked as INVALID. If problem/bug still exists, please reopen it with proper comments. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 12:50:27 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 12:50:27 +0200 (EET) Subject: [hafqa] [Bug 1154] SEVEN GTK TreeView bugs Message-ID: <20071128105027.6757CC90BE@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1154 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #4 from jake.kunnari at nokia.com 2007-11-28 12:50 GMT+3 ------- Closing. Bug has been marked as INVALID. If problem/bug still exists, please reopen it with proper comments. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 12:50:28 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 12:50:28 +0200 (EET) Subject: [hafqa] [Bug 1161] GtkTreeView:show-expanders property not recognized Message-ID: <20071128105028.9E835C1AC7@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1161 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #6 from jake.kunnari at nokia.com 2007-11-28 12:50 GMT+3 ------- Closing. Bug has been marked as INVALID. If problem/bug still exists, please reopen it with proper comments. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 12:50:30 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 12:50:30 +0200 (EET) Subject: [hafqa] [Bug 1279] gtk.Range style property "slider-width" freaks out when set too large Message-ID: <20071128105030.58CD2C1AC5@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1279 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #4 from jake.kunnari at nokia.com 2007-11-28 12:50 GMT+3 ------- Closing. Bug has been marked as INVALID. If problem/bug still exists, please reopen it with proper comments. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 12:50:41 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 12:50:41 +0200 (EET) Subject: [hafqa] [Bug 2032] SD Cards remount ignores fstab Message-ID: <20071128105041.38063C1ADA@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2032 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-11-28 12:50 GMT+3 ------- Closing. Bug has been marked as INVALID. If problem/bug still exists, please reopen it with proper comments. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 13:10:07 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 13:10:07 +0200 (EET) Subject: [hafqa] [Bug 767] HildonGetPasswordDialog 'password' property Message-ID: <20071128111007.D24EEC1ACB@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=767 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED ------- Comment #6 from jake.kunnari at nokia.com 2007-11-28 13:10 GMT+3 ------- Closing. Resolution has been verified. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 13:10:08 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 13:10:08 +0200 (EET) Subject: [hafqa] [Bug 769] Warning when getting the 'numbers-only' property of HildonGetPasswordDialog Message-ID: <20071128111008.5FFA4C1AC7@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=769 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-11-28 13:10 GMT+3 ------- Closing. Resolution has been verified. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 13:10:14 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 13:10:14 +0200 (EET) Subject: [hafqa] [Bug 1741] running "browser" or similar should work Message-ID: <20071128111014.419D6C1AD8@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1741 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED ------- Comment #4 from jake.kunnari at nokia.com 2007-11-28 13:10 GMT+3 ------- Closing. Resolution has been verified. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 13:10:18 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 13:10:18 +0200 (EET) Subject: [hafqa] [Bug 2114] run-standalone.sh expands parameters incorrectly. Message-ID: <20071128111018.696CFC1ADE@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2114 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED ------- Comment #6 from jake.kunnari at nokia.com 2007-11-28 13:10 GMT+3 ------- Closing. Resolution has been verified. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 19:47:21 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 19:47:21 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071128174721.E9258C1439@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 ------- Comment #6 from jared.boehm at gmail.com 2007-11-28 19:47 GMT+3 ------- This happens to me quite frequently with the Beta OS2008 N800 firmware. Please upgrade the Severity to at least Major, as this is a HUGE issue. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 19:51:04 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 19:51:04 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071128175104.9B1C7C1439@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 ------- Comment #7 from jared.boehm at gmail.com 2007-11-28 19:51 GMT+3 ------- The camera eject workaround does not work for me. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 19:57:26 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 19:57:26 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071128175726.2F7B9C148B@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 bugzilla770 at nmacleod.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major ------- Comment #8 from bugzilla770 at nmacleod.com 2007-11-28 19:57 GMT+3 ------- Setting severity to Major now that this bug is confired in OS2008 for N800. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Wed Nov 28 20:20:56 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 28 Nov 2007 20:20:56 +0200 (EET) Subject: [hafqa] [Bug 2333] Tap & Hold menu disappears before an item can be selected Message-ID: <20071128182056.28AA4C13FA@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2333 ------- Comment #1 from james at digisys.net 2007-11-28 20:20 GMT+3 ------- This bug still exists in the "official" OS2008 beta for the N800 as well. Hope it gets fixed for the final release in Decemember! -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 29 08:17:07 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 29 Nov 2007 08:17:07 +0200 (EET) Subject: [hafqa] [Bug 2333] Tap & Hold menu disappears before an item can be selected Message-ID: <20071129061707.2F13DC152D@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2333 tapani.palli at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xan.lopez at nokia.com Status|NEW |ASSIGNED ------- Comment #2 from tapani.palli at nokia.com 2007-11-29 08:17 GMT+3 ------- Not 100% sure why this happens .. one scenario is 'noisy' events sent when stylus is being raised and therefore causing 'click' outside menu which naturally closes it. Xan, any ideas? -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 29 08:31:39 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 29 Nov 2007 08:31:39 +0200 (EET) Subject: [hafqa] [Bug 2333] Tap & Hold menu disappears before an item can be selected Message-ID: <20071129063139.16358C1A0B@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2333 ------- Comment #3 from tapani.palli at nokia.com 2007-11-29 08:31 GMT+3 ------- Created an attachment (id=635) --> (https://bugs.maemo.org/attachment.cgi?id=635&action=view) events when tapnhold is activated events that are emitted when tapnhold starts -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 29 08:32:13 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 29 Nov 2007 08:32:13 +0200 (EET) Subject: [hafqa] [Bug 2333] Tap & Hold menu disappears before an item can be selected Message-ID: <20071129063213.94377C1A0B@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2333 ------- Comment #4 from tapani.palli at nokia.com 2007-11-29 08:32 GMT+3 ------- Created an attachment (id=636) --> (https://bugs.maemo.org/attachment.cgi?id=636&action=view) events when tapnhold is released and events that are emitted when stylus is raised outside popup -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 29 09:22:17 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 29 Nov 2007 09:22:17 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071129072217.62E1DC1A0B@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 tonytuttle at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tonytuttle at gmail.com ------- Comment #9 from tonytuttle at gmail.com 2007-11-29 09:22 GMT+3 ------- I am now having the same issues when I try to do the "lock touchscreen and keys" other then the power button device does not recognize any other buttons, only the "camera trick" works to unlock it, but even after it's un-locked the device will not recognize any buttons other then the power button. So even after doing the camera trick none of the buttons work unless you do a reboot or a hard reboot(removing of the battery). I've been running the "beta OS2008" since it was avail, not sure if I ever did the device lock on that day or the next but here on what day 3 or 4 it's now happening. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 29 11:53:25 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 29 Nov 2007 11:53:25 +0200 (EET) Subject: [hafqa] [Bug 2333] Tap & Hold menu disappears before an item can be selected Message-ID: <20071129095325.21B58C1A0B@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2333 ------- Comment #5 from xan.lopez at nokia.com 2007-11-29 11:53 GMT+3 ------- The applications need to setup the CSM correctly, otherwise the code will receive the release event and close without mercy. I mean, considering the menu opens exactly where you press the stylus, any minimal noise will appear as if you released it outside the CSM (because we use owner_events = TRUE for the grab). That is the reason why we have a way to tell the GtkMenu code "you are a CSM, only close when the user moves more than the DnD threshold (30) px". AFAIK applications should be fixed to do this correctly now, check in a future release ;) -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 29 22:11:44 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 29 Nov 2007 22:11:44 +0200 (EET) Subject: [hafqa] [Bug 2427] New: Please add a crashreporter Message-ID: <20071129201144.944F0C1442@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2427 Summary: Please add a crashreporter Product: System software Version: unspecified Platform: N810 OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: Low Component: general AssignedTo: carlos at maemo.org ReportedBy: stevenf at panic.com QAContact: hafqa at maemo.org I don't know why but I seem to have the "magic touch" for crashing the web browser, ever since the N770. It would be great if the system could capture stack backtraces, etc, and send them to you for debugging when this happens (with an option to opt-out, for privacy.) -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Thu Nov 29 22:29:10 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 29 Nov 2007 22:29:10 +0200 (EET) Subject: [hafqa] [Bug 2429] New: Device mode menu is accessible only with Power button Message-ID: <20071129202910.84457C148D@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2429 Summary: Device mode menu is accessible only with Power button Product: System software Version: 4.0 Platform: All OS/Version: IT OS Status: UNCONFIRMED Severity: normal Priority: Low Component: startup-shutdown AssignedTo: kimmo.hamalainen at nokia.com ReportedBy: lderkacz at gmail.com QAContact: startup-shutdown-bugs at maemo.org As above. It woulbe be a lot more useful if opening Device MODE dialog could be accesible from Home Menu. Pressing the power key is sometimes difficult in some situations and uses it a lot. It would be also nice to have some redundant way get to this menu. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Fri Nov 30 11:29:58 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 30 Nov 2007 11:29:58 +0200 (EET) Subject: [hafqa] [Bug 1245] gtk.SpinButton buttons are microscopic Message-ID: <20071130092958.98000C19F2@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1245 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from jake.kunnari at nokia.com 2007-11-30 11:29 GMT+3 ------- Closing Duplicate bug reports. Please follow progress of issue from linked bug report. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Fri Nov 30 11:30:09 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 30 Nov 2007 11:30:09 +0200 (EET) Subject: [hafqa] [Bug 1957] dropdown immediately closes on a CellRendererCombo where 'has-entry' is False Message-ID: <20071130093009.716D5C1A57@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1957 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-11-30 11:30 GMT+3 ------- Closing Duplicate bug reports. Please follow progress of issue from linked bug report. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Fri Nov 30 11:30:18 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 30 Nov 2007 11:30:18 +0200 (EET) Subject: [hafqa] [Bug 2395] osso-xterm thumb keyboard input is procesed twice(it2008 beta n800) Message-ID: <20071130093018.90215C1A53@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2395 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from jake.kunnari at nokia.com 2007-11-30 11:30 GMT+3 ------- Closing Duplicate bug reports. Please follow progress of issue from linked bug report. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at lists.maemo.org Fri Nov 30 18:44:51 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 30 Nov 2007 18:44:51 +0200 (EET) Subject: [hafqa] [Bug 2440] New: Please add key accelerators for menus on supported hardware Message-ID: <20071130164451.4F7F1C19FC@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2440 Summary: Please add key accelerators for menus on supported hardware Product: System software Version: unspecified Platform: N810 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Low Component: hildon-libs AssignedTo: michael.kostrzewa at nokia.com ReportedBy: stevenf at panic.com QAContact: hildon-libs-bugs at maemo.org For tablets with physical keyboards, please enable accelerator keys for the root menu of each application. Having to arrow down 5 times instead of just pressing a single letter key is a nuisance. Thanks! -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.