From bugzilla-daemon at lists.maemo.org Sat Dec 1 02:36:12 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 1 Dec 2007 02:36:12 +0200 (EET) Subject: [hafqa] [Bug 1890] equalizer Message-ID: <20071201003612.D6F2AC1A1D@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1890 rabelg5 at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Component|general |Multimedia framework OS/Version|All |IT OS Product|System software |Multimedia Summary|feature request - equalizer |equalizer Target Milestone|--- |Future -- 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 Dec 1 19:39:14 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 1 Dec 2007 19:39:14 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071201173914.1A50AC19F7@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 ------- Comment #10 from tom at tomhawley.co.uk 2007-12-01 19:39 GMT+3 ------- I have also experienced this bug on one occasion since upgrading to the OS2008 beta. The only thing to differentiate this from most other times the unit is locked and later unlocked is that I had removed an audio jack maybe 1 second prior to locking. Popping the camera out was the only way to get unlocked - D-pad centre button had no effect, although the unit was responding to the power button, displaying the prompt to then press the centre button. -- 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 Dec 2 03:21:46 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sun, 2 Dec 2007 03:21:46 +0200 (EET) Subject: [hafqa] [Bug 2396] selecting text in browser input field makes the keyboard go away Message-ID: <20071202012146.11E62C1358@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2396 bugzilla770 at nmacleod.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla770 at nmacleod.com ------- Comment #1 from bugzilla770 at nmacleod.com 2007-12-02 03:21 GMT+3 ------- This is very annoying. A simple test case is the Google search page. 1. Go to www.google.com 2. Enter some text into the search field, ie "abc def" 3. With the virtual keyboard still visible, select "abc" by positiong the stylus between the letter "c" and the space, then swipe the stylus from right to left selecting all three letters "abc" - most likely you will "overshoot" the letter "a" as you swipe to the left, such that the stylus leaves the confines of the text input field (this is possibly an important point!) 4. The three letters "abc" will now be selected, however the virtual keyboard will have dropped down and disappeared, making it no longer possible to enter replacement text Selecting text from left to the right (ie. by selecting the letters "def" and starting the selection with the letter "d") OR selecting "abc" left-to-right (ie. starting with the letter "a") does NOT cause this bug, nor does the selection of "abc" with a right-to-left swipe IF the stylus does NOT leave the text input field. This all suggests that the bug is due to a focus issue when selecting text - during the text selection action, when the stylus leaves the element containing the text that is being selected and another non-text element gains focus, the virtual keyboard will be dismissed. It's unreasonable to expect people to be pixel accurate when selecting text thus it is important that normal focus rules don't apply when text is being selected. -- 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 Dec 2 07:39:32 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sun, 2 Dec 2007 07:39:32 +0200 (EET) Subject: [hafqa] [Bug 2396] selecting text in browser input field makes the keyboard go away Message-ID: <20071202053932.60F26C1452@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2396 bugzilla770 at nmacleod.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |edt at aei.ca ------- Comment #2 from bugzilla770 at nmacleod.com 2007-12-02 07:39 GMT+3 ------- *** Bug 2456 has been marked as a duplicate of this bug. *** -- 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 Dec 2 21:39:22 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sun, 2 Dec 2007 21:39:22 +0200 (EET) Subject: [hafqa] [Bug 2396] mouseup outside of a textarea while selecting text should not trigger any click events to elements outside the textarea Message-ID: <20071202193922.93CC0C1A0A@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2396 timeless at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mdamt at maemo.org |nobody at maemo.org Component|Input method framework |MicroB engine Product|System software |Browser QAContact|input-method-framework- |microb-bugs at maemo.org |bugs at maemo.org | Summary|selecting text in browser |mouseup outside of a |input field makes the |textarea while selecting |keyboard go away |text should not trigger any | |click events to elements | |outside the textarea ------- Comment #3 from timeless at gmail.com 2007-12-02 21:39 GMT+3 ------- steps to find the buggy code: 1. assume it's a ui bug, browse through to: http://timeless.justdave.net/mxr-test/garage/source/browser/browser-ui/trunk/tablet-browser-ui/src/ 2. Search for: [_im_ ] within this directory [ search ] fill in search value (_im_) and click search 2' the results include gtk_im_context_show, so that's probably close to what we're interested in. 3. Search for: [gtk_im_context ] [ search ] [ ] Regular Expression Search [ ] Case sensitive in files matching: [/browser/.*\.c$ ] (fill in gtk_im_context and /browser/.*\.c$, then search) 4. there's only one hit for hide: /browser/mozilla/trunk/microb-eal/src/gmozillaengine.c, line 2280 -- hildon_gtk_im_context_hide (im); http://timeless.justdave.net/mxr-test/garage/source/browser/mozilla/trunk/microb-eal/src/gmozillaengine.c#2280 2247 static gboolean 2248 vkb_handle_action(GMozillaEngine *self, guint moz_embed_ctx, GdkEventKey * event) 2253 im = register_im_context(self); 2254 gboolean show_vkb = TRUE; 2255 2256 if (event && (event->keyval != GDK_Return)) 2278 } else { 2279 if (!(moz_embed_ctx & GTK_MOZ_EMBED_CTX_XUL)) { 2280 hildon_gtk_im_context_hide (im); This is the buggy code. >From this, it's clear the bug is browser's fault. Dealing it requires a more complicated state machine (namely we really do need to remember where the mouse down event happened). searching through the file: 2229 g_signal_connect(G_OBJECT(child), "button_press_event", 2230 G_CALLBACK(gdk_press_event_cb), self); 2231 g_signal_connect(G_OBJECT(child), "button_release_event", 2232 G_CALLBACK(gdk_release_event_cb), self); seems to be the registration, and 1919 gdk_press_event_cb (GtkWidget *embed, GdkEventButton *event, 1935 gdk_release_event_cb (GtkWidget *embed, GdkEventButton *event, seem to be the implementations. -- 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 Dec 3 22:51:16 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 3 Dec 2007 22:51:16 +0200 (EET) Subject: [hafqa] [Bug 2469] New: GTK TextView scrolls to cursor on size change even if text view is non-editable Message-ID: <20071203205116.DBDE4C135B@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2469 Summary: GTK TextView scrolls to cursor on size change even if text view is non-editable Product: System software Version: 4.0 Platform: All OS/Version: IT OS Status: UNCONFIRMED Severity: normal Priority: Medium Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: itkach at gmail.com QAContact: gtk-bugs at maemo.org GTK TextView scrolls to cursor on text view size change, even if text view is non-editable and cursor is not visible. Here's simple example that allows to observe this behavior: https://garage.maemo.org/tracker/download.php/40/229/1711/192/textviewscroll.py. Also see bug originally filed against PyMaemo: https://garage.maemo.org/tracker/?func=detail&atid=229&aid=1711&group_id=40 This is on OS2008 beta, but probably works the same in earlier IT versions. -- 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 Dec 4 10:20:54 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 10:20:54 +0200 (EET) Subject: [hafqa] [Bug 2401] libdbus will assert/abort() internally Message-ID: <20071204082054.E6EEDC1A6A@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2401 terje.bergstrom at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|qa at maemo.org |kimmo.hamalainen at nokia.com Component|general |dbus Product|Development platform |System software QAContact|qa at maemo.org |dbus-bugs at maemo.org Version|chinook |1.0 -- 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 Dec 4 10:39:37 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 10:39:37 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071204083937.C913EC1AB0@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 eero.tamminen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eero.tamminen at nokia.com Alias| |int-73908 -- 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 Dec 4 13:05:21 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 13:05:21 +0200 (EET) Subject: [hafqa] [Bug 2083] Applications using file chooser dialog crash in libossothumbnail Message-ID: <20071204110521.A054CC1AD7@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2083 eero.tamminen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |crash -- 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 Dec 4 13:16:01 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 13:16:01 +0200 (EET) Subject: [hafqa] [Bug 875] HildonWindow requires show_all Message-ID: <20071204111601.500E5C1AD6@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=875 eero.tamminen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Alias| |int-70842 -- 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 Dec 4 13:20:49 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 13:20:49 +0200 (EET) Subject: [hafqa] [Bug 1101] Reproducible unintentional window/application close bug Message-ID: <20071204112049.D352EC1AE8@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1101 eero.tamminen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Alias| |int-52946 Status|REOPENED |RESOLVED Resolution| |FIXED Target Milestone|2.1 |4.0 ------- Comment #14 from eero.tamminen at nokia.com 2007-12-04 13:20 GMT+3 ------- Marked internally as 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 Tue Dec 4 13:52:27 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 13:52:27 +0200 (EET) Subject: [hafqa] [Bug 2484] AM_MAINTAINER_MODE Message-ID: <20071204115227.2498DC1A71@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2484 terje.bergstrom at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|nobody at maemo.org |carlos at maemo.org Component|SDK |general Product|Development platform |System software QAContact|sdk-bugs at maemo.org |hafqa 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 Dec 4 13:53:37 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 13:53:37 +0200 (EET) Subject: [hafqa] [Bug 2197] af-sb-init.sh could accept parameter --display Message-ID: <20071204115337.34A7BC1A24@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2197 terje.bergstrom at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|nobody at maemo.org |kimmo.hamalainen at nokia.com Component|SDK |startup-shutdown Product|Development platform |System software QAContact|sdk-bugs at maemo.org |startup-shutdown- | |bugs at maemo.org Version|chinook |1.0 -- 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 Dec 4 14:24:24 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:24 +0200 (EET) Subject: [hafqa] [Bug 85] GtkAboutDialog is misdisplayed Message-ID: <20071204122424.248F0C1482@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=85 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #13 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:24 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:24 +0200 (EET) Subject: [hafqa] [Bug 395] GtkTreeView & text renderer behaviour Message-ID: <20071204122424.8E905C1482@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=395 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:25 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:25 +0200 (EET) Subject: [hafqa] [Bug 400] HildonNumberEditorErrorType values should be namespaced. Message-ID: <20071204122425.39245C1A11@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=400 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #6 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:25 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:25 +0200 (EET) Subject: [hafqa] [Bug 421] Crash when trying to open folder of large files Message-ID: <20071204122425.B5025C1A25@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=421 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #6 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:26 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:26 +0200 (EET) Subject: [hafqa] [Bug 432] HildonWizardDialog requires gtk_widget_show_all to work Message-ID: <20071204122426.92582C1A6E@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=432 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:27 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:27 +0200 (EET) Subject: [hafqa] [Bug 469] gtk_file_chooser_set_uri() and gtk_file_chooser_set_filename() don't work for HildonFileChooserDialog in SAVE mode Message-ID: <20071204122427.2468CC1A6F@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=469 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #4 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:27 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:27 +0200 (EET) Subject: [hafqa] [Bug 483] HildonGrid popup menu signal is created with an invalid accumulator Message-ID: <20071204122427.9A886C1A70@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=483 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #4 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:28 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:28 +0200 (EET) Subject: [hafqa] [Bug 494] can not adjust the height of the combobox in maemo Message-ID: <20071204122428.69555C147E@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=494 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #12 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:29 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:29 +0200 (EET) Subject: [hafqa] [Bug 602] org.maemo service names do not work Message-ID: <20071204122429.469B6C1A7A@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=602 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #10 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:30 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:30 +0200 (EET) Subject: [hafqa] [Bug 624] HildonNumberEditor fails to display images if gtk_widget_set_name() is used Message-ID: <20071204122430.9F71BC1A79@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=624 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #9 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:31 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:31 +0200 (EET) Subject: [hafqa] [Bug 625] HildonNumberEditor doesn't notify::changed properly Message-ID: <20071204122431.2BCD5C1A80@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=625 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #7 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:32 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:32 +0200 (EET) Subject: [hafqa] [Bug 707] GtkButton Images won't show if the button is created without a label Message-ID: <20071204122432.3B048C1A86@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=707 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #4 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:33 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:33 +0200 (EET) Subject: [hafqa] [Bug 720] Window/Toolbar borders are not displayed properly Message-ID: <20071204122433.7C4D7C1A90@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=720 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #9 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:33 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:33 +0200 (EET) Subject: [hafqa] [Bug 724] submenu disappears immediately when popped up Message-ID: <20071204122434.072ECC1A91@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=724 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:34 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:34 +0200 (EET) Subject: [hafqa] [Bug 725] HildonCaption is unusable in python-hildon Message-ID: <20071204122434.F1A7DC1A11@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=725 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:36 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:36 +0200 (EET) Subject: [hafqa] [Bug 759] The gtk_about_dialog have a different button size on 'Close' button and 'License' button Message-ID: <20071204122436.2CBDAC1A9A@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=759 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:37 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:37 +0200 (EET) Subject: [hafqa] [Bug 779] gtk_arrow_new broken Message-ID: <20071204122437.2F5B2C1A9D@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=779 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:37 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:37 +0200 (EET) Subject: [hafqa] [Bug 789] apt-get upgrade from sardine repot breaks apps Message-ID: <20071204122437.AB60DC1A9D@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=789 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #4 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:38 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:38 +0200 (EET) Subject: [hafqa] [Bug 800] Avoid compiler warning: unused variable Message-ID: <20071204122438.E40C3C1A9F@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=800 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:40 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:40 +0200 (EET) Subject: [hafqa] [Bug 804] Matchbox 1.1-osso9 aborting in Sardine w41 Message-ID: <20071204122440.5D99BC1AA2@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=804 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #4 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:40 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:40 +0200 (EET) Subject: [hafqa] [Bug 813] osso-bttools in Sardine still depends on libbluetooth1 Message-ID: <20071204122440.E8936C1AAA@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=813 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:41 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:41 +0200 (EET) Subject: [hafqa] [Bug 814] INVALID_CHAR defined twice Message-ID: <20071204122441.ED8E2C1AAD@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=814 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #17 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:42 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:42 +0200 (EET) Subject: [hafqa] [Bug 817] [PATCH] register enum types. Message-ID: <20071204122443.0858CC1AB0@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=817 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #12 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:45 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:45 +0200 (EET) Subject: [hafqa] [Bug 819] Dependency of libossomime0 to osso-uri l10n mr package not expressed correctly Message-ID: <20071204122445.8F3B3C1A14@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=819 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #6 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:46 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:46 +0200 (EET) Subject: [hafqa] [Bug 841] "Install from file" file selection dialog shows all kind of files in first folder shown Message-ID: <20071204122446.3CF17C1A80@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=841 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #14 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:46 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:46 +0200 (EET) Subject: [hafqa] [Bug 842] Show in UI filters inside HildonFileChooserDialog Message-ID: <20071204122446.DD7F6C1A80@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=842 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:48 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:48 +0200 (EET) Subject: [hafqa] [Bug 848] libgtk2.0-bin doesn't upgrade if an old version of libXfixes is present Message-ID: <20071204122448.8658EC1ABF@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=848 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:49 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:49 +0200 (EET) Subject: [hafqa] [Bug 856] Sapwood crashes with color depth != 16 Message-ID: <20071204122449.21213C1AC0@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=856 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #7 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:49 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:49 +0200 (EET) Subject: [hafqa] [Bug 863] HildonFindToolbar documentation seems unfinished. Message-ID: <20071204122449.A2D8FC1AC3@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=863 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:50 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:50 +0200 (EET) Subject: [hafqa] [Bug 867] hildon_program_get_instance(): unclear refcounting Message-ID: <20071204122450.7FC5BC1AC8@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=867 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:51 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:51 +0200 (EET) Subject: [hafqa] [Bug 869] Matchbox crash on booting sardine Message-ID: <20071204122451.88973C1ACA@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=869 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:52 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:52 +0200 (EET) Subject: [hafqa] [Bug 874] hildon_file_details_dialog_new_with_model() should just call g_object_new() Message-ID: <20071204122452.D9E21C1ACE@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=874 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:54 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:54 +0200 (EET) Subject: [hafqa] [Bug 879] [patch] HildonColorChooser* have _ suffixes instead of prefixes. Message-ID: <20071204122454.6365FC1AC3@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=879 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #6 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:55 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:55 +0200 (EET) Subject: [hafqa] [Bug 880] HildonColorChooserButton and HildonColorButton have duplicate functionality. Message-ID: <20071204122455.487E6C1AD0@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=880 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:56 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:56 +0200 (EET) Subject: [hafqa] [Bug 884] [patch] HildonWizardDialog: Add enum name for response enum Message-ID: <20071204122456.2175CC1A96@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=884 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #9 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:57 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:57 +0200 (EET) Subject: [hafqa] [Bug 900] hildon-libs doesn't build with gcc 4.x Message-ID: <20071204122457.43952C1AC3@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=900 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #6 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:57 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:57 +0200 (EET) Subject: [hafqa] [Bug 912] GtkCellRendererToggle as the cellrenderer in GtkTreeView does not work. Message-ID: <20071204122457.BB43AC16BA@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=912 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:58 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:58 +0200 (EET) Subject: [hafqa] [Bug 921] HildonGtkInputMode is not documented Message-ID: <20071204122458.989A0C1A93@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=921 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #4 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:24:59 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:24:59 +0200 (EET) Subject: [hafqa] [Bug 926] Redundant dependency on libmatchbox1 Message-ID: <20071204122500.07F33C12D0@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=926 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from jake.kunnari at nokia.com 2007-12-04 14:24 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:00 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:00 +0200 (EET) Subject: [hafqa] [Bug 968] pango1.0: .la files should be removed Message-ID: <20071204122500.9AC7AC1A6A@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=968 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:01 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:01 +0200 (EET) Subject: [hafqa] [Bug 973] gtkrc updates for dialog buttons Message-ID: <20071204122501.4DA81C1A75@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=973 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:01 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:01 +0200 (EET) Subject: [hafqa] [Bug 992] gtkrc updates for treeview Message-ID: <20071204122502.4BFF8C1AA3@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=992 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:03 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:03 +0200 (EET) Subject: [hafqa] [Bug 1012] gtkrc: GtkFrame rules are broken for gtk 2.10 Message-ID: <20071204122503.778D0C1A86@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1012 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:03 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:03 +0200 (EET) Subject: [hafqa] [Bug 1019] Matchbox EWMH support is broken Message-ID: <20071204122503.ECFD5C1A7F@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1019 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #6 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:04 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:04 +0200 (EET) Subject: [hafqa] [Bug 1024] Gtk should run hildon-theme-recache-all Message-ID: <20071204122504.97C13C1A76@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1024 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:05 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:05 +0200 (EET) Subject: [hafqa] [Bug 1026] hildon-theme-recache-all should skip junk files Message-ID: <20071204122505.2B1EFC1AA8@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1026 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:05 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:05 +0200 (EET) Subject: [hafqa] [Bug 1058] GtkRadioButton theming glitch Message-ID: <20071204122505.BD18FC1AAE@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1058 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:06 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:06 +0200 (EET) Subject: [hafqa] [Bug 1059] GtkMenu horizontal offset Message-ID: <20071204122506.EF295C1AB1@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1059 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:07 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:07 +0200 (EET) Subject: [hafqa] [Bug 1060] thumb-events not working Message-ID: <20071204122507.964A6C19EF@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1060 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #7 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:09 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:09 +0200 (EET) Subject: [hafqa] [Bug 1065] hildon_window_destroy leaks the GList used to detach menus Message-ID: <20071204122510.31EC9C1482@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1065 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:10 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:10 +0200 (EET) Subject: [hafqa] [Bug 1087] Compilation problem in gdkwindow.h Message-ID: <20071204122510.CE5B9C1A84@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1087 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:11 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:11 +0200 (EET) Subject: [hafqa] [Bug 1092] Need support for _NET_WM_WINDOW_TYPE_NOTIFICATION Message-ID: <20071204122511.ACB5FC1A39@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1092 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:12 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:12 +0200 (EET) Subject: [hafqa] [Bug 1137] Compilation error in osso-gwobex Message-ID: <20071204122512.65C7CC1A9B@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1137 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #7 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:13 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:13 +0200 (EET) Subject: [hafqa] [Bug 1141] matchbox should support new window type hints for menus Message-ID: <20071204122513.28910C1A89@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1141 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #5 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:13 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:13 +0200 (EET) Subject: [hafqa] [Bug 1160] GtkTreeView: cannot select multiple checkboxes Message-ID: <20071204122513.F0714C1AA2@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1160 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #4 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:14 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:14 +0200 (EET) Subject: [hafqa] [Bug 1169] [PATCH] GLIB-CRITICAL when setting the GtkComboBox model to NULL Message-ID: <20071204122514.E17DDC148B@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1169 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:15 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:15 +0200 (EET) Subject: [hafqa] [Bug 1188] GtkMenu: pressing Esc should close only one submenu Message-ID: <20071204122515.84B68C1AC3@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1188 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #4 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:25:17 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:25:17 +0200 (EET) Subject: [hafqa] [Bug 1196] gtkhtml needs to build-depend and check for gtk >= 2.10 Message-ID: <20071204122517.A121EC1A70@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1196 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from jake.kunnari at nokia.com 2007-12-04 14:25 GMT+3 ------- Closing RESOLVED and FIXED bug. No one has not touched or commented in last 180 days. If error/problem still occurs please reopen bug with 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 Dec 4 14:44:28 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:44:28 +0200 (EET) Subject: [hafqa] [Bug 1101] Reproducible unintentional window/application close bug Message-ID: <20071204124428.0BDA7C1A94@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1101 ------- Comment #15 from bugzilla770 at nmacleod.com 2007-12-04 14:44 GMT+3 ------- Confirming resolved/fixed in OS 2008 (1.2007.44-4 on N800) - many thanks. Can be CLOSED. -- 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 Dec 4 14:55:10 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 4 Dec 2007 14:55:10 +0200 (EET) Subject: [hafqa] [Bug 1101] Reproducible unintentional window/application close bug Message-ID: <20071204125510.6BC76C13D2@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1101 natalia.dobrovolskaya at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #16 from natalia.dobrovolskaya at nokia.com 2007-12-04 14:55 GMT+3 ------- Closed. 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 Dec 5 14:59:39 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 5 Dec 2007 14:59:39 +0200 (EET) Subject: [hafqa] [Bug 2493] New: gdk_close_all_temporary_windows () is not a valid function prototype Message-ID: <20071205125939.466A1C13D1@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2493 Summary: gdk_close_all_temporary_windows () is not a valid function prototype Product: System software Version: 4.0 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Low Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: inz at inz.fi QAContact: gtk-bugs at maemo.org STEPS TO REPRODUCE THE PROBLEM: Try to compile a program that includes gdk/gdk.h with MAEMO_CHANGES defined and -Wstrict-prototypes. EXPECTED OUTCOME: Program should build cleanly. ACTUAL OUTCOME: Compiler warns: In file included from foo.c:1: /usr/include/gtk-2.0/gdk/gdk.h:173: warning: function declaration isn't a prototype REPRODUCIBILITY: always OTHER COMMENTS: This is easy to fix by adding "void": void gdk_close_all_temporary_windows (void); -- 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 Dec 7 14:16:55 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 7 Dec 2007 14:16:55 +0200 (EET) Subject: [hafqa] [Bug 2501] New: N810 integrated keyboard doesn't switch language Message-ID: <20071207121655.75552C1530@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2501 Summary: N810 integrated keyboard doesn't switch language Product: System software Version: 4.0 Platform: N810 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Unspecified Component: Input method framework AssignedTo: mdamt at maemo.org ReportedBy: maemo at subs.maneos.org QAContact: input-method-framework-bugs at maemo.org STEPS TO REPRODUCE THE PROBLEM: According to the text input help one is supposed to simultaneously press Chr and Ctrl to switch keyboard layouts. This doesn't seem to work. I start notes, type a bit of text in the default layout and then press Ctrl+Chr. This pops up a notification saying "Input language switched", however any key presses still produce text in the first language. The issue is not specific to notes however, I get exactly the same results in the browser, terminal etc. Language switching works fine in both the stylus and thumb virtual keyboards, as well as handwriting. My text input settings: Hardware keyboard layout: "English, Nederlands" Stylus input methods & finger enabled 1st language: English (UK) 2nd language: greek Use dual dictionaries enabled EXPECTED OUTCOME: Switching layouts works. ACTUAL OUTCOME: Nothing apart from the notification. REPRODUCIBILITY: (always/sometimes/once) Always EXTRA SOFTWARE INSTALLED: A few bits like media players, maemo mapper and claws but nothing relevant to input methods. OTHER COMMENTS: This is with OS2008 1.2007.42-19 -- 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 Dec 7 16:20:15 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 7 Dec 2007 16:20:15 +0200 (EET) Subject: [hafqa] [Bug 1943] No easy way to add dsp tasks to the dsp_dld config file Message-ID: <20071207142015.F396511A8EE@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1943 felipe.contreras at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |felipe.contreras 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 Dec 7 16:39:50 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 7 Dec 2007 16:39:50 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071207143950.D7DCFC152C@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 eero.tamminen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Input method framework |Kernel Platform|All |N800 ------- Comment #11 from eero.tamminen at nokia.com 2007-12-07 16:39 GMT+3 ------- N800 kernel issue -> moved accordingly. A potential root cause for this has been finally found and a fix is being tested. -- 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 Dec 9 00:14:38 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sun, 9 Dec 2007 00:14:38 +0200 (EET) Subject: [hafqa] [Bug 2394] n800 it2008 osk has different repeat behaviour Message-ID: <20071208221438.AA439C1A2E@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2394 ------- Comment #1 from kees.jongenburger at gmail.com 2007-12-09 00:14 GMT+3 ------- can we at least get some feedback entering bug with a broken keyboard is no fun! -- 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 Dec 9 12:08:27 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sun, 9 Dec 2007 12:08:27 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071209100827.1800DC1A2C@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 ------- Comment #12 from mike.leeson at wanadoo.es 2007-12-09 12:08 GMT+3 ------- I also frequently have this problem with the Beta OS2008 N800 firmware, Where I notice that the Microb Browser becomes less responsive from the touch screen and is very difficult to scroll pages using the stylus, on for example InternetTabletTalk forum. (Not sure these two bugs are truly inter-related, will review more carefully next time it occurs) -- 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 Dec 10 11:27:08 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 10 Dec 2007 11:27:08 +0200 (EET) Subject: [hafqa] [Bug 2519] New: --sync option has no effect Message-ID: <20071210092708.DF01FC1A02@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2519 Summary: --sync option has no effect Product: System software Version: sardine Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: Low Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: johan.bilien at nokia.com QAContact: gtk-bugs at maemo.org With the GTK library compiled on the device, --sync seems to have no effect. I always need to recompile my own GTK to track X errors. -- 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 Dec 10 11:40:34 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 10 Dec 2007 11:40:34 +0200 (EET) Subject: [hafqa] [Bug 2519] --sync option has no effect Message-ID: <20071210094034.6A30AC1A02@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2519 ------- Comment #1 from tommi.komulainen at nokia.com 2007-12-10 11:40 GMT+3 ------- Using dpkg-buildpackage ? -- 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 Dec 10 11:45:30 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 10 Dec 2007 11:45:30 +0200 (EET) Subject: [hafqa] [Bug 2519] --sync option has no effect Message-ID: <20071210094531.02D45C1A2C@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2519 ------- Comment #2 from tommi.komulainen at nokia.com 2007-12-10 11:45 GMT+3 ------- >From reading through the code handling of --sync is not compile time conditional, so I'm having hard time believing you. How are you testing 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 Mon Dec 10 12:46:09 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 10 Dec 2007 12:46:09 +0200 (EET) Subject: [hafqa] [Bug 2519] --sync option has no effect Message-ID: <20071210104609.2FFC8C1A13@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2519 johan.bilien at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #3 from johan.bilien at nokia.com 2007-12-10 12:46 GMT+3 ------- Well when tracking X errors, breaking gdb on gdk_x_error, gdb would not break and the program would exit with 1. I tried with latest release and it seems to work now, so I guess you can ignore this -- 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 Dec 10 15:00:49 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 10 Dec 2007 15:00:49 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071210130050.00E1DC1452@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 ------- Comment #13 from eero.tamminen at nokia.com 2007-12-10 15:00 GMT+3 ------- (In reply to comment #12) > I also frequently have this problem with the Beta OS2008 N800 firmware, Where I > notice that the Microb Browser becomes less responsive from the touch screen > and is very difficult to scroll pages using the stylus, on for example > InternetTabletTalk forum. The bug here is not about responsiveness, but the keys stopping completely from working (kernel doesn't send the keys to user-space). Your issue sounds completely different. Does it happen if you disable JavaScript and Flashplayer in the Browser? (both JS and Flash scripts are programs that Browser loads from the network for you and which can have busyloops, consume all your RAM etc.) -- 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 Dec 11 16:11:10 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 11 Dec 2007 16:11:10 +0200 (EET) Subject: [hafqa] [Bug 2311] N800 running OS2008 forgets it has any hardware buttons Message-ID: <20071211141110.7E621C1A54@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2311 eero.tamminen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |4.0 ------- Comment #14 from eero.tamminen at nokia.com 2007-12-11 16:11 GMT+3 ------- > A potential root cause for this has been finally found and a fix is being tested. Fix works, will be included into final Chinook 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 Wed Dec 12 15:10:40 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 12 Dec 2007 15:10:40 +0200 (EET) Subject: [hafqa] [Bug 333] Bluetooth Stowaway keyboard function-key presses register as characters in HTML textareas Message-ID: <20071212131040.E385AC1A10@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=333 tomas.junnonen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomas.junnonen at nokia.com Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #10 from tomas.junnonen at nokia.com 2007-12-12 15:10 GMT+3 ------- The original reported problem with the browser was fixed in OS2007 if I recall correctly. (In reply to comment #7) > I choose "generic 105-key" on the N800, I paired it successfully and all keys > but the Fn key work as expected. When I press the Fn key within the "Notes" > application for example, a "cut/copy/.../select all/input method/..." pops up. I tested using OS2008 that both the green and blue Fn keys worked as expected with the top row keys in Notes with a Stowaway, settings were: keyboard 105-key PC, layout US English. For a complete Fn-map (for example ? is on the '<' key on my Stowaway) you would need to install a xkb symbol map specifically for this keyboard. -- 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 Dec 15 17:23:37 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 15 Dec 2007 17:23:37 +0200 (EET) Subject: [hafqa] [Bug 2569] New: "File open" dialogue box is too small compared with screen size Message-ID: <20071215152337.E2B15C1A0D@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2569 Summary: "File open" dialogue box is too small compared with screen size Product: System software Version: 4.0 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: Low Component: window-manager AssignedTo: tapani.palli at nokia.com ReportedBy: andrew at bleb.org QAContact: window-manager-bugs at maemo.org STEPS TO REPRODUCE THE PROBLEM: 1) Open PDF Reader on OS2008. 2) Choose "Document > Open..." 3) Select "User guides" 4) Scroll down to "User_guide_Engli..." EXPECTED OUTCOME: The dialogue box uses more of the screen estate and so the filenames are readable. ACTUAL OUTCOME: There are two entries shown as "User_guide_Engli..." and so any differentiation is impossible to see. REPRODUCIBILITY: always -- 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 Dec 17 08:41:07 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 17 Dec 2007 08:41:07 +0200 (EET) Subject: [hafqa] [Bug 2569] "File open" dialogue box is too small compared with screen size Message-ID: <20071217064107.5EA28C1A4B@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2569 tapani.palli at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|tapani.palli at nokia.com |nobody at maemo.org Component|window-manager |PDF reader Product|System software |Applications QAContact|window-manager- |pdf-reader-bugs at maemo.org |bugs at maemo.org | ------- Comment #1 from tapani.palli at nokia.com 2007-12-17 08:41 GMT+3 ------- PDF reader needs to widen up it's dialog size. -- 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 Dec 17 13:30:10 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 17 Dec 2007 13:30:10 +0200 (EET) Subject: [hafqa] [Bug 2575] New: changes to fstab not read on device startup Message-ID: <20071217113010.B6309C1AD4@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2575 Summary: changes to fstab not read on device startup Product: System software Version: 4.0 Platform: N810 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Low Component: general AssignedTo: carlos at maemo.org ReportedBy: carbonfreeze at gmail.com QAContact: hafqa at maemo.org Recently attempted to use /dev/mmcblk0p1 as /home on n810, unfortunately /etc/fstab appears to be ignored by the OS during device startup. If I manually umount & mount the partition with the installed console or via ssh, the partition is mounted at the correct location. STEPS TO REPRODUCE THE PROBLEM: Change mount point of the internal mmc device in fstab. EXPECTED OUTCOME: Device /dev/mmcblk0p1 is mounted at the designated location in fstab. ACTUAL OUTCOME: Device /dev/mmcblk0p1 is mounted at /media/mmc2 at boot time. REPRODUCIBILITY: always EXTRA SOFTWARE INSTALLED: gcc4, nano, misc games, python... OTHER COMMENTS: firmware build 2007-42-19. Also tested with mount point of /media/mmc-test (which I created) with same results. -- 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 Dec 17 13:57:35 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 17 Dec 2007 13:57:35 +0200 (EET) Subject: [hafqa] [Bug 2575] changes to fstab not read on device startup Message-ID: <20071217115735.F1C0BC1AE3@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2575 ------- Comment #1 from carbonfreeze at gmail.com 2007-12-17 13:57 GMT+3 ------- Due to additional issues[1] with this file system, re-created with mkfs.vfat -F 32. Afterwards, fstab settings are not ignored on bootup of OS. [1] dmesg noted issues which prompted re-creation of file system: FAT: Filesystem panic (dev mmcblk0p1) mmcblk0: rw=0, want=3941462, limit=3932160 Will attempt to transfer all of my data back into the file system to reproduce the original purpose of this 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 Mon Dec 17 14:22:31 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 17 Dec 2007 14:22:31 +0200 (EET) Subject: [hafqa] [Bug 2575] changes to fstab not read on device startup Message-ID: <20071217122231.A4D1AC1AD4@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2575 ------- Comment #2 from carbonfreeze at gmail.com 2007-12-17 14:22 GMT+3 ------- (In reply to comment #1) > Due to additional issues[1] with this file system, re-created with mkfs.vfat -F > 32. Afterwards, fstab settings are not ignored on bootup of OS. Or not. After further testing, fstab entries are still ignored. -- 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 Dec 18 16:19:07 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 18 Dec 2007 16:19:07 +0200 (EET) Subject: [hafqa] [Bug 2501] N810 integrated keyboard doesn't switch language Message-ID: <20071218141907.C8D09C1B0B@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2501 ------- Comment #1 from maemo at subs.maneos.org 2007-12-18 16:19 GMT+3 ------- Still have the issue on 2.2007.50-2. One thing I noticed now (don't know if it was also true on the previous firmware) is that Ctl+Chr on the physical keyboard actually switches the language for the stylus keyboard (but physical keyboard input always stays in english). -- 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 Dec 18 23:19:19 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Tue, 18 Dec 2007 23:19:19 +0200 (EET) Subject: [hafqa] [Bug 2195] Request to change type of argument 'id' in HildonBreadCrumbTrail's push methods and signals Message-ID: <20071218211919.22024C1A95@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2195 ------- Comment #4 from lauro.neto at openbossa.org 2007-12-18 23:19 GMT+3 ------- Any update? -- 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 Dec 19 06:12:11 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Wed, 19 Dec 2007 06:12:11 +0200 (EET) Subject: [hafqa] [Bug 977] Setting GTK_PATH is harmful Message-ID: <20071219041211.29927C1B27@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=977 timeless at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|Next |4.0 ------- Comment #3 from timeless at gmail.com 2007-12-19 06:12 GMT+3 ------- http://timeless.justdave.net/mxr-test/chinook-20071112/source/hildon-initscripts-1.12/osso-gtk.defs -- 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 Dec 20 17:17:43 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 20 Dec 2007 17:17:43 +0200 (EET) Subject: [hafqa] [Bug 2601] New: Battery drain low or empty overnight Message-ID: <20071220151743.69257C1A41@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2601 Summary: Battery drain low or empty overnight Product: System software Version: 4.0 Platform: All OS/Version: Windows Status: UNCONFIRMED Severity: normal Priority: Medium Component: startup-shutdown AssignedTo: kimmo.hamalainen at nokia.com ReportedBy: matti.savolainen at verizon.net QAContact: startup-shutdown-bugs at maemo.org STEPS TO REPRODUCE THE PROBLEM: I have not been able to find a pattern to reproduce this. It just happens every once in a while. It doesn't seem to make difference if N800 was just in sleep or in keylock mode. There may not be a pattern if WiFi is left on or off, but in my case It happens when connections (WiFi) are turned off EXPECTED OUTCOME: ACTUAL OUTCOME: REPRODUCIBILITY: (always/sometimes/once) 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 Thu Dec 20 17:24:34 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 20 Dec 2007 17:24:34 +0200 (EET) Subject: [hafqa] [Bug 2602] New: Battery drain low or empty overnight Message-ID: <20071220152434.E19BCC147D@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2602 Summary: Battery drain low or empty overnight Product: System software Version: 4.0 Platform: All OS/Version: Windows Status: UNCONFIRMED Severity: normal Priority: Medium Component: startup-shutdown AssignedTo: kimmo.hamalainen at nokia.com ReportedBy: matti.savolainen at verizon.net QAContact: startup-shutdown-bugs at maemo.org STEPS TO REPRODUCE THE PROBLEM: I have not been able to find a pattern to reproduce this. It just happens every once in a while. It doesn't seem to make difference if N800 was just in sleep or in keylock mode. I have not seen a pattern if leaving connections (WiFi, Bluetooth) on. In my case I always (try to remember) shut down all the connections (WiFi or Bluetooth) in the evening. EXPECTED OUTCOME: ACTUAL OUTCOME: In the morning either you hear the low battery alarm chiming, or the N800 was turned off due to empty battery. REPRODUCIBILITY: sometimes: No method to reproduce this reliably. EXTRA SOFTWARE INSTALLED: OTHER COMMENTS: I did see this already in OS2007. It may be more frequent now with OS2008? -- 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 Dec 20 17:29:00 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 20 Dec 2007 17:29:00 +0200 (EET) Subject: [hafqa] [Bug 2601] Battery drain low or empty overnight Message-ID: <20071220152900.8D5C6C1374@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2601 matti.savolainen at verizon.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE ------- Comment #1 from matti.savolainen at verizon.net 2007-12-20 17:29 GMT+3 ------- *** This bug has been marked as a duplicate of bug 2602 *** -- 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 Dec 20 17:29:01 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 20 Dec 2007 17:29:01 +0200 (EET) Subject: [hafqa] [Bug 2602] Battery drain low or empty overnight Message-ID: <20071220152901.20541C1A41@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2602 ------- Comment #1 from matti.savolainen at verizon.net 2007-12-20 17:29 GMT+3 ------- *** Bug 2601 has been marked as a duplicate of this bug. *** -- 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 Dec 20 23:40:44 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 20 Dec 2007 23:40:44 +0200 (EET) Subject: [hafqa] [Bug 1131] standard user process environment lacks variables: USER, LOGNAME, SHELL Message-ID: <20071220214044.6BF05C16BA@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1131 guillem.jover at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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 Dec 21 21:39:31 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 21 Dec 2007 21:39:31 +0200 (EET) Subject: [hafqa] [Bug 2602] Battery drain low or empty overnight Message-ID: <20071221193931.3BC86C1A9D@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2602 richard.booth at bigfoot.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |richard.booth at bigfoot.com ------- Comment #2 from richard.booth at bigfoot.com 2007-12-21 21:39 GMT+3 ------- I'm suffering from this too with my N800. I had it with 2007 and now with 2008. It maybe poor battery in in the N800. I've only had it since March so does seem early for the battery to go bad. I'll get another battery and see if the problems goes away or persists. -- 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 Dec 27 11:04:47 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 27 Dec 2007 11:04:47 +0200 (EET) Subject: [hafqa] [Bug 2602] Battery drain low or empty overnight Message-ID: <20071227090447.E9B80C1A16@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2602 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 | ------- Comment #3 from kimmo.hamalainen at nokia.com 2007-12-27 11:04 GMT+3 ------- I have seen this too, I think it's some problem with sleeping. We still don't have the steps to reproduce this... -- 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 Thu Dec 27 11:09:37 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 27 Dec 2007 11:09:37 +0200 (EET) Subject: [hafqa] [Bug 2401] libdbus will assert/abort() internally Message-ID: <20071227090937.CBBE8C1AB1@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2401 ------- Comment #1 from kimmo.hamalainen at nokia.com 2007-12-27 11:09 GMT+3 ------- Did you try to set DBUS_SESSION_BUS_ADDRESS? (run-standalone.sh does that) -- 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 Dec 27 11:10:36 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 27 Dec 2007 11:10:36 +0200 (EET) Subject: [hafqa] [Bug 2429] Device mode menu is accessible only with Power button Message-ID: <20071227091036.4CD33C1A56@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2429 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 Thu Dec 27 17:03:25 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Thu, 27 Dec 2007 17:03:25 +0200 (EET) Subject: [hafqa] [Bug 2401] libdbus will assert/abort() internally Message-ID: <20071227150325.1E35BC1B5C@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2401 ------- Comment #2 from czr at iki.fi 2007-12-27 17:03 GMT+3 ------- (In reply to comment #1) > Did you try to set DBUS_SESSION_BUS_ADDRESS? (run-standalone.sh does that) No I did not, as it will probably "help". The issue here wasn't really "how to get libdbus working", but rather, "libraries shouldn't abort() programs internally when environment is broken". This problem is not maemo-specific, but behaviour of libdbus changed between pre 1.0 series and the version that is used in 4.0 SDK and I decided to document the "bug" for future reference incase other people will stumble upon 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 Fri Dec 28 13:42:15 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 28 Dec 2007 13:42:15 +0200 (EET) Subject: [hafqa] [Bug 423] xserver bitdepth problem (could be SDL problem also) Message-ID: <20071228114215.39C71C1A68@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=423 jhkukkon at cc.hut.fi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #9 from jhkukkon at cc.hut.fi 2007-12-28 13:42 GMT+3 ------- This was fixed a long time ago (1.2.8-12). Resolving. -- 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 Dec 28 14:32:31 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Fri, 28 Dec 2007 14:32:31 +0200 (EET) Subject: [hafqa] [Bug 1712] typo in conicconnectionevent.h Message-ID: <20071228123231.DBDC1C1AB4@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=1712 jhkukkon at cc.hut.fi changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |4.0 -- 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 Dec 29 18:29:02 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 29 Dec 2007 18:29:02 +0200 (EET) Subject: [hafqa] [Bug 2672] New: Sandisk 8GB microSD not detected Message-ID: <20071229162902.93021C1AE1@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2672 Summary: Sandisk 8GB microSD not detected Product: System software Version: 4.0 Platform: N810 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Low Component: mmc-and-usb AssignedTo: kimmo.hamalainen at nokia.com ReportedBy: maemo at subs.maneos.org QAContact: mmc-and-usb-bugs at maemo.org STEPS TO REPRODUCE THE PROBLEM: Insert one of these: http://www.sandisk.com/Products/Item(2537)-SDSDQR-8192-SanDisk_microSDHC_8_GB.aspx with a microSD-to-miniSD adapter into the N810's card slot. EXPECTED OUTCOME: Card gets recognised and mounted, dmesg should report something along these lines (seen when inserting a working 4GB card): [ 4555.070312] menelaus 1-0072: Setting voltage 'VMMC' to 3100 mV (reg 0x0a, val 0xf8) [ 4555.093750] menelaus 1-0072: Setting voltage 'VMMC' to 3000 mV (reg 0x0a, val 0xb8) [ 4555.187500] mmcblk1: mmc0:3591 SD04G 3932160KiB [ 4555.187500] mmcblk1: p1 ACTUAL OUTCOME: Card is not recognised, kernel reports: [ 333.328125] menelaus 1-0072: Setting voltage 'VMMC' to 3100 mV (reg 0x0a, val 0xf8) [ 333.351562] menelaus 1-0072: Setting voltage 'VMMC' to 3000 mV (reg 0x0a, val 0xb8) [ 335.710937] menelaus 1-0072: Shutting off 'VMMC' REPRODUCIBILITY: Always EXTRA SOFTWARE INSTALLED: Nothing kernel-related. OTHER COMMENTS: The N810 is running OS 2.2007.50-2. I also get the same results on two N800s, using either the internal or external slot. Kernel messages from OS 2007 (I would swear it's running 4.2007.38-2, but "About Product" now says 4.2007.26-8 and "uname -a": Linux Nokia-N800-26 2.6.18-omap1 #2 Fri Sep 21 16:27:36 EEST 2007 armv6l unknown): [ 277.903503] mmci-omap mmci-omap.1: cover is now closed [ 277.904754] menelaus: Setting 'VMMC' to 3100 mV (reg 0x0a, val 0xf8) [ 277.927795] menelaus: Setting 'VMMC' to 3000 mV (reg 0x0a, val 0xb8) [ 280.297637] menelaus: Shutting off 'VMMC' OS 2008 (2.2007-50-2, Linux Nokia-N800-50-2 2.6.21-omap1 #2 Fri Dec 7 11:17:13 EET 2007 armv6l unknown): [ 126.664062] menelaus 1-0072: Setting voltage 'VDCDC3' to 3300 mV (reg 0x07, val 0x39) [ 126.687500] menelaus 1-0072: Setting voltage 'VDCDC3' to 2800 mV (reg 0x07, val 0x29) [ 129.046875] menelaus 1-0072: Shutting off 'VDCDC3' Not sure whether the issue is with the card, the tablets or both. The N800s have worked fine with all other cards I've tried (up to 16GB). I haven't even experienced the corruption issue that was fixed in 38-2. The card itself works fine on my laptop, connected either via the bundled USB reader or the laptop's built-in SD reader (using the same adapter plus an additional miniSD-to-SD one). When inserted in the latter, the kernel reports: [192019.589674] tifm_core: MMC/SD card detected in socket 0:3 [192019.657766] mmcblk0: mmc0:aaaa SU08G 7977472KiB [192019.657794] mmcblk0: p1 See also http://internettablettalk.com/forums/showthread.php?t=13531 -- 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 Dec 29 20:07:39 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 29 Dec 2007 20:07:39 +0200 (EET) Subject: [hafqa] [Bug 2672] Sandisk 8GB microSD not detected Message-ID: <20071229180739.ECA83C1A55@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2672 ------- Comment #1 from maemo at subs.maneos.org 2007-12-29 20:07 GMT+3 ------- I just flashed the kernel from http://intr.overt.org/4.2007.38-mmc-kernel/ on the OS2007 N800. No improvement, but more verbose logging. I don't know if it helps but here it is: [ 129.805328] bat_cover (GPIO 110) is now closed [ 129.805389] mmci-omap mmci-omap.1: cover is now closed [ 129.805450] mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0 [ 129.806701] menelaus: Setting 'VMMC' to 3100 mV (reg 0x0a, val 0xf8) [ 129.822570] mmc0: clock 400000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 [ 129.824798] mmc0: clock 400000Hz busmode 1 powermode 2 cs 1 Vdd 21 width 0 timing 0 [ 129.827209] mmc0: clock 400000Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 [ 129.829742] mmc0: clock 400000Hz busmode 1 powermode 2 cs 0 Vdd 18 width 0 timing 0 [ 129.832550] menelaus: Setting 'VMMC' to 3000 mV (reg 0x0a, val 0xb8) [ 129.844329] mmc0: clock 400000Hz busmode 1 powermode 2 cs 1 Vdd 18 width 0 timing 0 [ 129.846832] mmc0: clock 400000Hz busmode 1 powermode 2 cs 0 Vdd 18 width 0 timing 0 [ 132.198272] mmc0: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 18 width 0 timing 0 [ 132.199584] mmc0: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0 [ 132.199615] menelaus: Shutting off 'VMMC' -- 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 Dec 29 20:16:53 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 29 Dec 2007 20:16:53 +0200 (EET) Subject: [hafqa] [Bug 2673] New: N800 Power up Drama Message-ID: <20071229181653.06C5011A948@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2673 Summary: N800 Power up Drama Product: System software Version: unspecified Platform: N800 OS/Version: Windows Status: UNCONFIRMED Severity: critical Priority: High Component: general AssignedTo: carlos at maemo.org ReportedBy: iz0fke at iz0fke.com QAContact: hafqa at maemo.org just received a n800 directly from nokia.it shop After first time battery charging process (where the screen showed the battery icon) , the n800 did not power up ... any logo any sound ... just a black screen so i removed the battery and the memory for a couple of hours then i tried again without any memory inserted, and finally the n800 power up and boot process started .. after 30min of use, and a normal quit, the power up problem is again present.. just a black screen without any attempt of boot ... also without the battery just with the charger inserted .. the n800 does not power up... a great debubt for my n800... sigh! maybe some1 in salo was sleeping during testing process of the item any suggestion? -- 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 Dec 29 22:12:15 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sat, 29 Dec 2007 22:12:15 +0200 (EET) Subject: [hafqa] [Bug 2672] Sandisk 8GB microSD not detected Message-ID: <20071229201215.EE6ADC1A2B@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2672 bugzilla770 at nmacleod.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla770 at nmacleod.com ------- Comment #2 from bugzilla770 at nmacleod.com 2007-12-29 22:12 GMT+3 ------- There have been several reports on ITT Forum[1] of problems when using a SanDisk MicroSD to MiniSD adapter with the N810. There definately seems to be a SanDisk MicroSD to MiniSD adapter issue when using large (4GB+?) SDHC MicroSD cards in the N810 - other brands of adapter appear to work OK. 1. http://www.internettablettalk.com/forums/showthread.php?t=13531 -- 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 Dec 30 02:49:32 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sun, 30 Dec 2007 02:49:32 +0200 (EET) Subject: [hafqa] [Bug 2672] Sandisk 8GB microSD not detected Message-ID: <20071230004932.72604C1B1A@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2672 ------- Comment #3 from maemo at subs.maneos.org 2007-12-30 02:49 GMT+3 ------- Yeah, I did see that thread (and even referenced it in the description) but thanks for pointing it out because while re-reading it I suddenly remembered I have a 512MB microSD card & microSD-SD adapter lying around (came with the Neo, never had a use for them before) and did some more testing. It turns out that the 512MB card doesn't work in the N810 either using the same adapter as before. In fact it even throws CRC errors before menelaus gives up and switches it of (whereas the 8GB one was just failing silently): [37858.343750] menelaus 1-0072: Setting voltage 'VMMC' to 3100 mV (reg 0x0a, val 0xf8) [37858.367187] menelaus 1-0072: Setting voltage 'VMMC' to 3000 mV (reg 0x0a, val 0xb8) [37858.406250] mmci-omap mmci-omap.1: command CRC error (CMD55, arg 0x00000000) [37858.406250] mmci-omap mmci-omap.1: command CRC error (CMD55, arg 0x00000000) [37858.429687] mmci-omap mmci-omap.1: command CRC error (CMD55, arg 0x00000000) [37858.429687] mmci-omap mmci-omap.1: command CRC error (CMD55, arg 0x00000000) [37858.429687] mmci-omap mmci-omap.1: command CRC error (CMD55, arg 0x00000000) [37858.429687] mmci-omap mmci-omap.1: command CRC error (CMD55, arg 0x00000000) [37858.437500] menelaus 1-0072: Shutting off 'VMMC' On the other hand, both cards work fine on both slots of both N800s when using the microSD-SD adapter. I even played some video off the 8GB one to make sure there are no read errors, no problems whatsoever. So it seems that card & tablets are ok, the issue is definitely caused by the adapter, and it affects non-HC cards too. Just to confuse things a bit, the working adapter is made by Sandisk, while the non-working one isn't (for what it's worth, it's one of these: ). I will try to find and test some alternative adapters, but it's going to take several days due to the holidays. Will report back when I have more info. -- 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 Dec 30 05:47:10 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sun, 30 Dec 2007 05:47:10 +0200 (EET) Subject: [hafqa] [Bug 2673] N800 Power up Drama Message-ID: <20071230034710.6810DC1B73@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2673 ------- Comment #1 from rabelg5 at gmail.com 2007-12-30 05:47 GMT+3 ------- It seems like this issue only affects recent batches of N800s, so this doesn't look like a software bug. Should this even go here? -- 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 Dec 30 23:35:25 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Sun, 30 Dec 2007 23:35:25 +0200 (EET) Subject: [hafqa] [Bug 2673] N800 Power up Drama Message-ID: <20071230213525.0F50AC1BB3@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2673 bugzilla770 at nmacleod.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla770 at nmacleod.com ------- Comment #2 from bugzilla770 at nmacleod.com 2007-12-30 23:35 GMT+3 ------- It appears that someone has found a solution[1] which may work for the OP - it seems the affected N8x0's will only power up 3 minutes (or more) after they were last powered down. Try and power up within 3 minutes and you have to wait another 3 minutes before it will switch on... it all seems very bizarre, perhaps a hardware counter is being corrupted or incorrectly initialised? 1. http://www.internettablettalk.com/forums/showthread.php?t=14107 -- 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 Dec 31 01:20:15 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 31 Dec 2007 01:20:15 +0200 (EET) Subject: [hafqa] [Bug 2673] N800 Power up Drama Message-ID: <20071230232015.D9234C1A1F@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2673 ------- Comment #3 from bugzilla770 at nmacleod.com 2007-12-31 01:20 GMT+3 ------- I wonder if this is a repeat (ie. regression) or a variation of the N800/OS2006 failure to boot bug which was due to a counter not being reset? (bug 957 comment 10). -- 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 Dec 31 01:21:49 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 31 Dec 2007 01:21:49 +0200 (EET) Subject: [hafqa] [Bug 2673] N800 Power up Drama Message-ID: <20071230232149.D8409C1A1F@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2673 bugzilla770 at nmacleod.com changed: What |Removed |Added ---------------------------------------------------------------------------- Alias|IZ?FKE | ------- Comment #4 from bugzilla770 at nmacleod.com 2007-12-31 01:21 GMT+3 ------- Removing contents of the "Alias" field as this field is used to associate this public bug with the internal Nokia defect tracking system. -- 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 Dec 31 01:22:43 2007 From: bugzilla-daemon at lists.maemo.org (bugzilla-daemon at lists.maemo.org) Date: Mon, 31 Dec 2007 01:22:43 +0200 (EET) Subject: [hafqa] [Bug 2673] N800 Power up Drama Message-ID: <20071230232243.89F65C1A1F@maemo.org> https://bugs.maemo.org/show_bug.cgi?id=2673 ------- Comment #5 from bugzilla770 at nmacleod.com 2007-12-31 01:22 GMT+3 ------- (In reply to comment #3) > I wonder if this is a repeat (ie. regression) or a variation of the N800/OS2006 > failure to boot bug which was due to a counter not being reset? (bug 957 > comment 10). > This should have been N800/OS2007! :) -- 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.