From bugzilla-daemon at maemo.org Thu Dec 7 11:09:33 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 7 Dec 2006 11:09:33 +0200 (EET) Subject: [hafqa] [Bug 900] New: hildon-lins doesn't build with gcc 4.x Message-ID: <20061207090933.4660BDFABD@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=900 Summary: hildon-lins doesn't build with gcc 4.x Product: haf Version: 2.1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: hildon-libs AssignedTo: michael.kostrzewa at nokia.com ReportedBy: lucas.rocha at nokia.com QAContact: hafqa at maemo.org I tried to build hildon-libs on Ubuntu Edgy with gcc 4.1 on x86 (no Scratchbox) and got this build error: In file included from hildon-composite-widget.c:29: hildon-time-editor.h:57: error: redeclaration of enumerator 'INVALID_CHAR' hildon-date-editor.h:79: error: previous definition of 'INVALID_CHAR' was here Same symbol declarated in different contexts. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 7 11:10:21 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 7 Dec 2006 11:10:21 +0200 (EET) Subject: [hafqa] [Bug 900] hildon-lins doesn't build with gcc 4.x Message-ID: <20061207091021.5888CDF88A@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=900 ------- Additional Comments From lucas.rocha at nokia.com 2006-12-07 11:10 ------- Created an attachment (id=151) --> (https://maemo.org/bugzilla/attachment.cgi?id=151&action=view) Proposed patch. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 7 13:17:28 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 7 Dec 2006 13:17:28 +0200 (EET) Subject: [hafqa] [Bug 901] New: osso_thumbnail_factory_load() needs destroy callback Message-ID: <20061207111728.3B3B7DFAD0@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=901 Summary: osso_thumbnail_factory_load() needs destroy callback Product: haf Version: sardine Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: libosso AssignedTo: kimmo.hamalainen at nokia.com ReportedBy: murrayc at murrayc.com QAContact: hafqa at maemo.org This is actually in the osso-thumbnail module, but I can't find a bugzilla product or component for that. osso_thumbnail_factory_load() needs a destroy callback, which would be called when the user_data should be destroyed. Usually the user_data would be released in the regular OssoThumbnailFactoryFinishedCallback callback (assuming it is called only once, which should be documented), but that might never be called if I call osso_thumbnail_factory_cancel(). Here is an example of a GTK+ function that has that: http://developer.gnome.org/doc/API/2.0/gtk/GtkTreeViewColumn.html#gtk-tree-view-column-set-cell-data-func -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 7 15:15:22 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 7 Dec 2006 15:15:22 +0200 (EET) Subject: [hafqa] [Bug 881] Applications menus disappear Message-ID: <20061207131522.E6D58DF314@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=881 ------- Additional Comments From eduardo.lima at indt.org.br 2006-12-07 15:15 ------- The hello world applet which appears in the screen doesn't do anything. It ships with the rootstrap and the problem still persists even with the applet disabled. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 7 15:22:43 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 7 Dec 2006 15:22:43 +0200 (EET) Subject: [hafqa] [Bug 881] Applications menus disappear Message-ID: <20061207132243.9EFF4DFAF7@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=881 ------- Additional Comments From lemody at gmail.com 2006-12-07 15:22 ------- (In reply to comment #9) > The hello world applet which appears in the screen doesn't do anything. It ships > with the rootstrap and the problem still persists even with the applet disabled. OK ... I'm pretty clueless as this is not happening for me. Could you post what gtk and matchbox version are you having there? -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Fri Dec 8 14:24:50 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 8 Dec 2006 14:24:50 +0200 (EET) Subject: [hafqa] [Bug 904] New: HildonWindow triggers an X error when run without matchbox window manager Message-ID: <20061208122450.655E9DFB58@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=904 Summary: HildonWindow triggers an X error when run without matchbox window manager Product: haf Version: sardine Platform: All OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: hildon-libs AssignedTo: michael.kostrzewa at nokia.com ReportedBy: johan.bilien at nokia.com QAContact: hafqa at maemo.org The code checks the _MB_CURRENT_APP_WINDOW property on the root window to determine the current active window. It then accesses this window to retrieve its WM_HINTS, without trapping X errors. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Fri Dec 8 14:42:17 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 8 Dec 2006 14:42:17 +0200 (EET) Subject: [hafqa] [Bug 904] HildonWindow triggers an X error when run without matchbox window manager Message-ID: <20061208124217.76B9BDE623@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=904 ------- Additional Comments From johan.bilien at nokia.com 2006-12-08 14:42 ------- Created an attachment (id=158) --> (https://maemo.org/bugzilla/attachment.cgi?id=158&action=view) patch The attached patch traps the error instead of aborting. Note that it happens when matchbox-window-manager has been run once, but is no longer running. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Sat Dec 9 01:33:47 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Sat, 9 Dec 2006 01:33:47 +0200 (EET) Subject: [hafqa] [Bug 904] HildonWindow triggers an X error when run without matchbox window manager Message-ID: <20061208233347.8D96EDFB03@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=904 ------- Additional Comments From tommi.komulainen at nokia.com 2006-12-09 01:33 ------- (From update of attachment 158) >+ xerror = gdk_error_trap_pop (); >+ if (xerror || !(status == Success && realtype == XA_WINDOW && format == 32 > && n == 1 && win.win != NULL)) Saving the error code seems fairly pointless here. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Mon Dec 11 00:58:18 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 11 Dec 2006 00:58:18 +0200 (EET) Subject: [hafqa] [Bug 905] New: Python needs a way to open osso_browser. Message-ID: <20061210225818.D7B4FDF7C8@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=905 Summary: Python needs a way to open osso_browser. Product: haf Version: 2.1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: python AssignedTo: fernando.herrera-de-las-heras at nokia.com ReportedBy: jasmar at localnet.com QAContact: hafqa at maemo.org The webbrowser python module does not work with osso_browser and the dbus code causes : Exception urllib2.URLError: in 'dbus_bindings._GIL_safe_pending_call_notification' ignored import dbus bus = dbus.SessionBus() proxy_obj = bus.get_object('com.nokia.osso_browser', '/com/nokia/osso_browser') dbus_iface = dbus.Interface(proxy_obj, 'com.nokia.osso_browser') dbus_iface.load_url('http://www.google.com') -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Mon Dec 11 16:40:49 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 11 Dec 2006 16:40:49 +0200 (EET) Subject: [hafqa] [Bug 905] Python needs a way to open osso_browser. Message-ID: <20061211144049.1A09DDFA48@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=905 luciano.wolf at indt.org.br changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From luciano.wolf at indt.org.br 2006-12-11 16:40 ------- I did a test with the same source code, using 770 with image version 2.1 and python2.4 from [1] and couldn't reproduce the bug. No errors on xterm window and the brower opened url without problem. [1] http://repository.maemo.org/ mistral free -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Tue Dec 12 12:28:20 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Tue, 12 Dec 2006 12:28:20 +0200 (EET) Subject: [hafqa] [Bug 907] New: unable to test taskbar plugins. Message-ID: <20061212102820.711B3DF95F@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=907 Summary: unable to test taskbar plugins. Product: haf Version: herring Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: desktop AssignedTo: karoliina.t.salminen at nokia.com ReportedBy: maemo at breet.com QAContact: hafqa at maemo.org Install for example load-applet-run and rebooting the device. As the desktop comes back, you see a info label saying that the original taskbar plugins have been restored. This way you can't test that applet. Is it possible to remove the PC connection plugin from the taskbar? Or isn't this one blocking a newly installed plugin? -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 14 10:35:19 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 14 Dec 2006 10:35:19 +0200 (EET) Subject: [hafqa] [Bug 908] New: Motion notify coordinates miscalculated with extension events Message-ID: <20061214083519.8504CDFAC6@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=908 Summary: Motion notify coordinates miscalculated with extension events Product: haf Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ui-toolkit AssignedTo: tommi.komulainen at nokia.com ReportedBy: tommi.komulainen at nokia.com QAContact: hafqa at maemo.org When extension events are enabled, coordinate translation in gdk apparently goes wrong if a gdk window is scrolled (dragged) in response to motion-notify and the coordinates in GdkEventMotion structure are wrong. Steps to reproduce are roughly: 1. Create a 'main' gdk window 2. Create a child gdk window, which is smaller than the main window 3. Enable extension events 4. Press down a button on the child window 5. Move (or scroll) the main window so that both windows follow the stylus -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 14 10:38:58 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 14 Dec 2006 10:38:58 +0200 (EET) Subject: [hafqa] [Bug 908] Motion notify coordinates miscalculated with extension events Message-ID: <20061214083858.0CA25DFAC2@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=908 ------- Additional Comments From tommi.komulainen at nokia.com 2006-12-14 10:38 ------- My guess is the culprit is the line 1832 which might ignore the changes in root coordinates too often. http://cvs.gnome.org/viewcvs/gtk%2B/gdk/x11/gdkevents-x11.c?view=annotate 1831 : owen 1.21 if (window && 1832 : owen 1.78 xevent->xconfigure.event == xevent->xconfigure.window && 1833 : hp 1.29 !GDK_WINDOW_DESTROYED (window) && 1834 : owen 1.31 (window_private->extension_events != 0)) 1835 : _gdk_input_configure_event (&xevent->xconfigure, window); -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 14 12:13:50 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 14 Dec 2006 12:13:50 +0200 (EET) Subject: [hafqa] [Bug 874] hildon_file_details_dialog_new_with_model() should just call g_object_new() Message-ID: <20061214101350.5F649DFAF5@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=874 ------- Additional Comments From murrayc at murrayc.com 2006-12-14 12:13 ------- Looks good. Many thanks. Sorry for the delayed response - maemo's bugzilla doesn't email me anymore. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 14 12:14:43 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 14 Dec 2006 12:14:43 +0200 (EET) Subject: [hafqa] [Bug 884] [patch] HildonWizardDialog: Add enum name for response enum Message-ID: <20061214101443.32A48DFAE1@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=884 murrayc at murrayc.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[patch] HildonWizardDialog: |[patch] HildonWizardDialog: |Add enum name for response |Add enum name for response |enum |enum ------- Additional Comments From murrayc at murrayc.com 2006-12-14 12:14 ------- Could this please be applied? -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Mon Dec 18 13:27:15 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 18 Dec 2006 13:27:15 +0200 (EET) Subject: [hafqa] [Bug 909] New: errors when installing hildon-theme-plankton-3 / hildon-theme-cacher Message-ID: <20061218112715.50F9EDFAEF@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=909 Summary: errors when installing hildon-theme-plankton-3 / hildon- theme-cacher Product: haf Version: sardine Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: hildon-libs AssignedTo: michael.kostrzewa at nokia.com ReportedBy: maemo at breet.com QAContact: hafqa at maemo.org I get these warnings/errors for hildon-theme-cacher and hildon-theme-plankton-3 on Sardine. I hope this provides you with enough information. ------------------------------------------------------------ Selecting previously deselected package hildon-theme-cacher. (Reading database ... 12158 files and directories currently installed.) Unpacking hildon-theme-cacher (from .../hildon-theme-cacher_0.2.0-1_armel.deb) ... Selecting previously deselected package hildon-theme-plankton-3. Unpacking hildon-theme-plankton-3 (from .../hildon-theme-plankton-3_0.3.0-2_all.deb) ... Preparing to replace hildon-application-framework 0.1 (using .../hildon-application-framework_0.2_all.deb) ... Unpacking replacement hildon-application-framework ... Setting up hildon-theme-cacher (0.2.0-1) ... Setting up hildon-theme-plankton-3 (0.3.0-2) ... Generating /usr/share/themes/plankton/gtk-2.0/gtkrc.cache Generating /usr/share/themes/plankton/gtk-2.0/gtkrc.maemo_af_desktop.cache hildon-theme-cacher[1941]: GLIB CRITICAL ** Gdk - gdk_screen_get_setting: assertion `GDK_IS_SCREEN (screen)' failed hildon-theme-cacher[1941]: GLIB CRITICAL ** Gdk - gdk_screen_get_setting: assertion `GDK_IS_SCREEN (screen)' failed hildon-theme-cacher[1941]: GLIB CRITICAL ** Gdk - gdk_screen_get_setting: assertion `GDK_IS_SCREEN (screen)' failed /usr/share/themes/Plankton/gtk-2.0/gtkrc:5873: Unable to locate image file in pixmap_path: "../images/qgn_plat_volume_bar_horizontal_regular_mute_button_disabled_pressed.png" /usr/share/themes/Plankton/gtk-2.0/gtkrc:5875: "Background" image options specified without filename /usr/share/themes/Plankton/gtk-2.0/gtkrc:6068: Unable to locate image file in pixmap_path: "../images/qgn_plat_volume_bar_vertical_regular_mute_button_disabled_pressed.png" /usr/share/themes/Plankton/gtk-2.0/gtkrc:6070: "Background" image options specified without filename /usr/share/themes/Plankton/gtk-2.0/gtkrc:6426: Unable to locate image file in pixmap_path: "../images/qgn_plat_clock_analog_am.png" /usr/share/themes/Plankton/gtk-2.0/gtkrc:6431: Unable to locate image file in pixmap_path: "../images/qgn_plat_clock_analog_plain.png" /usr/share/themes/Plankton/gtk-2.0/gtkrc:6436: Unable to locate image file in pixmap_path: "../images/qgn_plat_clock_analog_pm.png" /usr/share/themes/Plankton/gtk-2.0/gtkrc:6525: Unable to locate image file in pixmap_path: "../images/qgn_plat_application_voip_background.png" /usr/share/themes/Plankton/gtk-2.0/gtkrc:6527: "Background" image options specified without filename /home/user/.osso/current-gtk-key-theme:1: Unable to find include file: "keybindings.rc" hildon-theme-cacher[1941]: GLIB CRITICAL ** Gdk - gdk_screen_get_setting: assertion `GDK_IS_SCREEN (screen)' failed hildon-theme-cacher[1941]: GLIB CRITICAL ** Gdk - gdk_screen_get_setting: assertion `GDK_IS_SCREEN (screen)' failed /usr/share/themes/plankton/gtk-2.0/gtkrc:6807: Unable to locate image file in pixmap_path: "../images/qgn_plat_application_chat_background.jpg" /usr/share/themes/plankton/gtk-2.0/gtkrc:6809: "Background" image options specified without filename Done! -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Mon Dec 18 14:10:23 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 18 Dec 2006 14:10:23 +0200 (EET) Subject: [hafqa] [Bug 909] errors when installing hildon-theme-plankton-3 / hildon-theme-cacher Message-ID: <20061218121023.95DBBDFBB4@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=909 ------- Additional Comments From tommi.komulainen at nokia.com 2006-12-18 14:10 ------- (In reply to comment #0) > hildon-theme-cacher[1941]: GLIB CRITICAL ** Gdk - gdk_screen_get_setting: > assertion `GDK_IS_SCREEN (screen)' failed The cacher is an ugly hack abusing certain knowledge about the internals of gtk and gdk. It'll work even with the warnings (IIRC there's a comment stating it'll generate that many warnings :) The cacher should probably set a custom log handler and ignore this particular warnings. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Mon Dec 18 19:21:49 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 18 Dec 2006 19:21:49 +0200 (EET) Subject: [hafqa] [Bug 879] [patch] HildonColorChooser* have _ suffixes instead of prefixes. Message-ID: <20061218172149.9465DDF469@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=879 ------- Additional Comments From murrayc at murrayc.com 2006-12-18 19:21 ------- This is a very simple patch that shouldn't require much thought. Please, could someone apply it? -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Wed Dec 20 08:34:12 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 20 Dec 2006 08:34:12 +0200 (EET) Subject: [hafqa] [Bug 804] Matchbox 1.1-osso9 aborting in Sardine w41 Message-ID: <20061220063412.719C8DF95F@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=804 lemody at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From lemody at gmail.com 2006-12-20 08:34 ------- this bug was resolved by rolling back to working glib version. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Wed Dec 20 12:43:12 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 20 Dec 2006 12:43:12 +0200 (EET) Subject: [hafqa] [Bug 879] [patch] HildonColorChooser* have _ suffixes instead of prefixes. Message-ID: <20061220104312.E2BB3DFB1A@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=879 ------- Additional Comments From fernando.herrera-de-las-heras at nokia.com 2006-12-20 12:43 ------- it makes lot of sense for me. Michael: ping? -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Wed Dec 20 15:36:26 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 20 Dec 2006 15:36:26 +0200 (EET) Subject: [hafqa] [Bug 910] New: Upgrading to Sardine results in unusable device. Message-ID: <20061220133626.3CB82DFAE1@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 Summary: Upgrading to Sardine results in unusable device. Product: haf Version: sardine Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: carlos at maemo.org ReportedBy: maemo at breet.com QAContact: hafqa at maemo.org Upgrading the latest customer image to Sardine results in a white desktop problem. After the 'Nokia hands' I only see a white display. The powerbutton menu does show when the powerbutton is pressed. Nothing else seems to work. I have been able to reproduce this for the second time by flashing the device again and following all steps on the wiki. How do I debug this? I have a dual boot set up, so I can mount the filesystem. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Wed Dec 20 15:48:10 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 20 Dec 2006 15:48:10 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061220134810.9F92BDFAFD@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From maemo at breet.com 2006-12-20 15:48 ------- Created an attachment (id=159) --> (https://maemo.org/bugzilla/attachment.cgi?id=159&action=view) gzipped coredump. Some process dumps core, so you might be able do debug this better. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Wed Dec 20 17:27:57 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 20 Dec 2006 17:27:57 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061220152757.2AE5DDFAC9@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From anidel at gmail.com 2006-12-20 17:27 ------- I have the very same problem. I did follow the steps from the "HowTo_GetStartedWithSardine" web page. The result is the same as detailed in this bug. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 05:09:01 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 05:09:01 +0200 (EET) Subject: [hafqa] [Bug 911] New: When hildon file chooser dialog contains illegal characters , gtk_infoprintf not show them Message-ID: <20061221030901.EF84EDFB28@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=911 Summary: When hildon file chooser dialog contains illegal characters ,gtk_infoprintf not show them Product: haf Version: sardine Platform: All OS/Version: Linux Status: NEW Severity: trivial Priority: P2 Component: hildon-fm AssignedTo: marius.vollmer at nokia.com ReportedBy: bocheng at redflag-linux.com QAContact: hafqa at maemo.org when using the widget HildonFileChooserDialog,when some illegal characters appear in the entry of the widget, GTK_RESPONSE_OK handler not show the illegal characters. Below change maybe can show it --- hildon-file-chooser-dialog.c 2006-09-06 13:53:51.000000000 +0800 +++ hildon-file-chooser-dialog1.c 2006-12-21 11:03:29.889348320 +0800 @@ -1066,8 +1066,7 @@ g_signal_stop_emission_by_name(widget, "response"); msg = g_strdup_printf( - HCS("ckdg_ib_illegal_characters_entered"), - illegals->str); + HCS("ckdg_ib_illegal_characters_entered")"%s",illegals->str); gtk_infoprint(window, msg); g_free(msg); g_string_free(illegals, TRUE); -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 05:15:02 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 05:15:02 +0200 (EET) Subject: [hafqa] [Bug 911] When hildon file chooser dialog contains illegal characters , gtk_infoprintf not show them Message-ID: <20061221031502.5DFE6DFB28@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=911 ------- Additional Comments From bocheng at redflag-linux.com 2006-12-21 05:15 ------- Created an attachment (id=160) --> (https://maemo.org/bugzilla/attachment.cgi?id=160&action=view) patch -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 10:49:04 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 10:49:04 +0200 (EET) Subject: [hafqa] [Bug 901] osso_thumbnail_factory_load() needs destroy callback Message-ID: <20061221084904.A930BDFB82@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=901 kimmo.hamalainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kimmo.hamalainen at nokia.com |marius.vollmer at nokia.com Component|libosso |hildon-fm ------- Additional Comments From kimmo.hamalainen at nokia.com 2006-12-21 10:49 ------- osso-thumbnail is now Marius' package. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 11:11:41 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 11:11:41 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061221091141.65463DFAD7@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 natalia.dobrovolskaya at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marius.vollmer at nokia.com -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 12:05:06 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 12:05:06 +0200 (EET) Subject: [hafqa] [Bug 912] New: GtkCellRendererToggle as the cellrenderer in GtkTreeView does not work. Message-ID: <20061221100506.49796DF986@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=912 Summary: GtkCellRendererToggle as the cellrenderer in GtkTreeView does not work. Product: haf Version: 2.1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: devesh.kothari at nokia.com QAContact: hafqa at maemo.org GtkCellRendererToggle as the cellrenderer in GtkTreeView does not work. - Create a GtkTreeModel with GtkListStore having a BOOLEAN - Attach the GtkTreeView with the GtkTreeModel, by creating a column Probably best way to reproduce is to compile a similar program in the gtk+xxx/tests directory -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 12:37:33 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 12:37:33 +0200 (EET) Subject: [hafqa] [Bug 901] osso_thumbnail_factory_load() needs destroy callback Message-ID: <20061221103733.D23F0DFA81@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=901 natalia.dobrovolskaya at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Component|hildon-fm |osso-thumbnail ------- Additional Comments From natalia.dobrovolskaya at nokia.com 2006-12-21 12:37 ------- Reassign the bug to the correct component (osso-thumbnail) -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 15:05:26 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 15:05:26 +0200 (EET) Subject: [hafqa] [Bug 911] When hildon file chooser dialog contains illegal characters , gtk_infoprintf not show them Message-ID: <20061221130526.DF6D9DFB3B@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=911 natalia.dobrovolskaya at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch ------- Additional Comments From natalia.dobrovolskaya at nokia.com 2006-12-21 15:05 ------- keyword "patch" is added -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 15:06:40 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 15:06:40 +0200 (EET) Subject: [hafqa] [Bug 879] [patch] HildonColorChooser* have _ suffixes instead of prefixes. Message-ID: <20061221130640.B28D2DFB1A@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=879 natalia.dobrovolskaya at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch ------- Additional Comments From natalia.dobrovolskaya at nokia.com 2006-12-21 15:06 ------- Keyword "patch" is added -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 15:14:58 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 15:14:58 +0200 (EET) Subject: [hafqa] [Bug 884] [patch] HildonWizardDialog: Add enum name for response enum Message-ID: <20061221131458.2184CDFB3B@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=884 natalia.dobrovolskaya at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch ------- Additional Comments From natalia.dobrovolskaya at nokia.com 2006-12-21 15:14 ------- Keyword "patch" was added. Thank you for provided patch, the owner of component hildon-libs will check it. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 15:17:29 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 15:17:29 +0200 (EET) Subject: [hafqa] [Bug 904] HildonWindow triggers an X error when run without matchbox window manager Message-ID: <20061221131729.E6F70DFACB@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=904 natalia.dobrovolskaya at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch ------- Additional Comments From natalia.dobrovolskaya at nokia.com 2006-12-21 15:17 ------- Keyword "patch" is added. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 15:18:42 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 15:18:42 +0200 (EET) Subject: [hafqa] [Bug 900] hildon-lins doesn't build with gcc 4.x Message-ID: <20061221131842.2A26EDFACB@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=900 natalia.dobrovolskaya at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch ------- Additional Comments From natalia.dobrovolskaya at nokia.com 2006-12-21 15:18 ------- Keyword "patch" was added -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 15:20:04 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 15:20:04 +0200 (EET) Subject: [hafqa] [Bug 890] Navigator Others menu inconsistent because of raising on release, not on press Message-ID: <20061221132004.0CD47DFB3B@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=890 natalia.dobrovolskaya at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch ------- Additional Comments From natalia.dobrovolskaya at nokia.com 2006-12-21 15:20 ------- Keyword "patch" was added -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 15:21:15 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 15:21:15 +0200 (EET) Subject: [hafqa] [Bug 857] Main menu of application switcher does not pop up besides main menu button in big resolutions Message-ID: <20061221132115.2764ADFB3B@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=857 natalia.dobrovolskaya at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch ------- Additional Comments From natalia.dobrovolskaya at nokia.com 2006-12-21 15:21 ------- Keyword "patch" was added. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 15:22:27 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 15:22:27 +0200 (EET) Subject: [hafqa] [Bug 852] Changing between tasks in task navigator causes an annoying icon blink effect Message-ID: <20061221132227.15DD2DFB75@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=852 natalia.dobrovolskaya at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch ------- Additional Comments From natalia.dobrovolskaya at nokia.com 2006-12-21 15:22 ------- Keyword "patch" was added. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 15:29:18 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 15:29:18 +0200 (EET) Subject: [hafqa] [Bug 857] Main menu of application switcher does not pop up besides main menu button in big resolutions Message-ID: <20061221132918.DF2CCDFB3B@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=857 johan.bilien at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From johan.bilien at nokia.com 2006-12-21 15:29 ------- I will apply something like this in hildon-desktop -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 17:45:52 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 17:45:52 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061221154552.7714DDFB1A@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From bugzilla770 at nmacleod.com 2006-12-21 17:45 ------- Same here - Sardine has been "broken" in this way for about a week (since about 15 December). -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 21 17:48:32 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 21 Dec 2006 17:48:32 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061221154832.5F78BDFAFB@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 bugzilla770 at nmacleod.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla770 at nmacleod.com -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Fri Dec 22 01:01:25 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 22 Dec 2006 01:01:25 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061221230125.B8280DFB81@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 johan.bilien at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |johan.bilien at nokia.com ------- Additional Comments From johan.bilien at nokia.com 2006-12-22 01:01 ------- The core is generated by the play-sound binary, which is used i think to play the nokia hands sound. Probably not the cause of the white screen. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Wed Dec 27 13:42:43 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 27 Dec 2006 13:42:43 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061227114243.F243BDFB1E@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 maemo at breet.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical ------- Additional Comments From maemo at breet.com 2006-12-27 13:42 ------- As nobody seems to have an idea why Sardine has been broken for about 2 weeks now, I propose to upgrade this bug to critical. Nobody is able to test Sardine at the moment, which seems very bad to me. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 28 10:38:53 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 28 Dec 2006 10:38:53 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061228083853.40925DFB5D@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From natalia.dobrovolskaya at nokia.com 2006-12-28 10:38 ------- Thank you for report! We are investigating the problem. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 28 12:40:57 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 28 Dec 2006 12:40:57 +0200 (EET) Subject: [hafqa] [Bug 918] New: Sardine upgrade as described on http://maemo.org/maemowiki/SardineGettingStarted fails Message-ID: <20061228104057.F31D1DFBAD@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=918 Summary: Sardine upgrade as described on http://maemo.org/maemowiki/SardineGettingStarted fails Product: haf Version: sardine Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: carlos at maemo.org ReportedBy: johan.bilien at nokia.com QAContact: hafqa at maemo.org When following the steps on http://maemo.org/maemowiki/SardineGettingStarted, the upgrade always fails, because on dist-upgrade apt tries to remove busybox, after which it is not able to extract any package (sed, tar missing). -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 28 12:55:11 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 28 Dec 2006 12:55:11 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061228105511.D503EDFBB0@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 johan.bilien at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |daniel.stone at nokia.com ------- Additional Comments From johan.bilien at nokia.com 2006-12-28 12:55 ------- maemo-launcher: died loading booster module: 'libXfixes.so.0: cannot open shared object file: No such file or directory It seems libxfixes3 doesn't get pulled by the dependencies -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 28 13:03:10 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 28 Dec 2006 13:03:10 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061228110310.4066DDFBA7@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From johan.bilien at nokia.com 2006-12-28 13:03 ------- (In reply to comment #7) > It seems libxfixes3 doesn't get pulled by the dependencies Actually it is, but it provides /usr/lib/libXfixes.so.3 while all the apps are linked against /usr/lib/libXfixes.so.0 /usr/lib# ln -s libXfixes.so.3 libXfixes.so.0 fixes this problem, but I'm not sure they are 100% ABI compatible. Also after doing this I'm seeing other X-related issues, desktop's window content not being drawn. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 28 13:28:41 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 28 Dec 2006 13:28:41 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061228112841.F3692DFBAD@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From daniel.stone at nokia.com 2006-12-28 13:28 ------- yes, the old libxfixes3 packages provided libXfixes.so.0 -- big mistake. (i'd forgotten about this, sorry.) there's not much we can do short of rebuilding everything that links directly to libXfixes.so.0. as for the other issues, i don't remember having seen that myself. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 28 13:36:05 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 28 Dec 2006 13:36:05 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061228113605.959ADDF732@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From johan.bilien at nokia.com 2006-12-28 13:36 ------- (In reply to comment #8) > Also after doing this I'm seeing other X-related issues, desktop's window > content not being drawn. For some mysterious reason this does not happen if I restart the desktop process once after a fresh boot -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 28 13:57:34 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 28 Dec 2006 13:57:34 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061228115734.C2CE6DFB5D@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From maemo at breet.com 2006-12-28 13:57 ------- (In reply to comment #8) > Actually it is, but it provides > /usr/lib/libXfixes.so.3 while all the apps are linked against > /usr/lib/libXfixes.so.0 > > /usr/lib# ln -s libXfixes.so.3 libXfixes.so.0 > > fixes this problem, but I'm not sure they are 100% ABI compatible. > Yes, saw this problem too and added that same symlink. Didn't make any visual difference when starting the desktop though. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 28 14:13:45 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 28 Dec 2006 14:13:45 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061228121345.B0961DFBAF@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From johan.bilien at nokia.com 2006-12-28 14:13 ------- (In reply to comment #11) > Yes, saw this problem too and added that same symlink. Didn't make any visual > difference when starting the desktop though. Niels, do you have some console access to the device when this occurs? Could you try maemo-summoner /usr/bin/maemo_af_desktop.launch? -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 28 15:14:33 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 28 Dec 2006 15:14:33 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061228131433.CA519DFB96@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From johan.bilien at nokia.com 2006-12-28 15:14 ------- (In reply to comment #9) > yes, the old libxfixes3 packages provided libXfixes.so.0 -- big mistake. (i'd > forgotten about this, sorry.) there's not much we can do short of rebuilding > everything that links directly to libXfixes.so.0. as for the other issues, i > don't remember having seen that myself. I was missing an update of GTK which was hold back. After this nothing depends on the old libXfixes.so.0 -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Thu Dec 28 15:29:11 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 28 Dec 2006 15:29:11 +0200 (EET) Subject: [hafqa] [Bug 919] New: Desktop's window content not updated Message-ID: <20061228132911.3EDCBDFBCA@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=919 Summary: Desktop's window content not updated Product: haf Version: sardine Platform: All OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: desktop AssignedTo: johan.bilien at nokia.com ReportedBy: johan.bilien at nokia.com QAContact: hafqa at maemo.org On a fresh installation of Sardine, the desktop's windows are not updated on expose. This does not happen if the desktop process is restarted after the boot. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Fri Dec 29 15:17:22 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 29 Dec 2006 15:17:22 +0200 (EET) Subject: [hafqa] [Bug 918] Sardine upgrade as described on http://maemo.org/maemowiki/SardineGettingStarted fails Message-ID: <20061229131722.1781BDFB67@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=918 ------- Additional Comments From johan.bilien at nokia.com 2006-12-29 15:17 ------- For some reason debianutils and coreutils get installed, although they are provided (and conflict with busybox): Nokia770-39:~# apt-get dist-upgrade Reading package lists... Done Building dependency tree... Done Calculating upgrade... Done The following packages will be REMOVED: base-files bluez-utils busybox dnsmasq hildon-application-framework libconbtui0 netbase osso-af-cpa osso-applet-device osso-bluez-compat osso-bttools osso-connectivity osso-connectivity-ui osso-connectivity-ui-conndlgs osso-connectivity-ui-connmgr osso-connectivity-ui-gwsettings osso-connectivity-ui-gwwizard osso-connectivity-ui-statusbar osso-core osso-core-busybox osso-ic osso-startup-wizard ppp The following NEW packages will be installed: bsdutils coreutils debianutils e2fslibs e2fsprogs gzip libacl1 libattr1 libblkid1 libcomerr2 libfontenc1 libss2 libuuid1 libx11-data libxau6 libxdmcp6 libxrandr2 ncurses-base osso-uri-l10n-engb osso-uri-l10n-mr1 sed slang1a-utf8 tar util-linux The following packages will be upgraded: apt dbus dbus-1-utils dpkg fontconfig galago-daemon gtk2-engines-sapwood gtkhtml0 hildon-base-lib0 hildon-common-strings-l10n-engb hildon-control-panel hildon-control-panel-l10n-engb hildon-fm-l10n-engb hildon-fm1 hildon-initscripts hildon-lgpl0 hildon-libs-l10n-engb hildon-libs0 hildon-status-bar-lib0 libart-2.0-2 libatk1.0-0 libebook libedata-book libedataserver libexpat1 libfontconfig1 libfreetype6 libgalago1 libglib2.0-0 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgwobex0 libhildonmenu0 libmatchbox1 libopenobex1 libosso-dbus-conf libosso-gnomevfs2-0 libosso-gnomevfs2-common libosso-help0 libosso1 libossomime0 libpango1.0-0 libpango1.0-common libsdl1.2 libtelepathy libx11-6 libxcursor1 libxext6 libxfont1 libxft2 libxi6 libxml2 libxrender1 libxsp0 libxtst6 lsof maemo-af-desktop maemo-af-desktop-config maemo-af-desktop-l10n-engb maemo-launcher matchbox-window-manager osso-af-startup osso-af-utils osso-app-killer osso-application-installer osso-application-installer-l10n-engb osso-gnomevfs-extra osso-gwconnect osso-memory-backend osso-thumbnail osso-thumbnail0 osso-update-category-database posix-locales shared-mime-info telepathy-feed WARNING: The following essential packages will be removed. This should NOT be done unless you know exactly what you are doing! base-files 76 upgraded, 24 newly installed, 23 to remove and 0 not upgraded. Need to get 15.5MB of archives. After unpacking 15.4MB of additional disk space will be used. You are about to do something potentially harmful. To continue type in the phrase 'Yes, do as I say!' ?] Abort. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Fri Dec 29 15:27:31 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 29 Dec 2006 15:27:31 +0200 (EET) Subject: [hafqa] [Bug 918] Sardine upgrade as described on http://maemo.org/maemowiki/SardineGettingStarted fails Message-ID: <20061229132731.525F7DF3B0@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=918 ------- Additional Comments From johan.bilien at nokia.com 2006-12-29 15:27 ------- busybox has Priority: optional while coreutils and debianutils have required. Maybe by setting busybox' priority to required the behavior would be fixed -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Fri Dec 29 16:24:50 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 29 Dec 2006 16:24:50 +0200 (EET) Subject: [hafqa] [Bug 918] Sardine upgrade as described on http://maemo.org/maemowiki/SardineGettingStarted fails Message-ID: <20061229142450.DDE00DF726@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=918 ------- Additional Comments From johan.bilien at nokia.com 2006-12-29 16:24 ------- I recompiled busybox adding Priority: required and Essential: yes, then installed it manually before apt-get dist-upgrade. But no success, it still tries to remove it. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Fri Dec 29 16:35:36 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 29 Dec 2006 16:35:36 +0200 (EET) Subject: [hafqa] [Bug 921] New: HildonGtkInputMode is not documented Message-ID: <20061229143536.A6C87DFB77@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=921 Summary: HildonGtkInputMode is not documented Product: haf Version: unspecified Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: tomas.junnonen at nokia.com QAContact: hafqa at maemo.org In the documentation for GtkIMContext, under the "hildon-input-mode" property it says "See HildonGtkInputMode", but that enumeration is not documented anywhere. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Fri Dec 29 16:39:21 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 29 Dec 2006 16:39:21 +0200 (EET) Subject: [hafqa] [Bug 921] HildonGtkInputMode is not documented Message-ID: <20061229143921.3CAAEDFB77@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=921 ------- Additional Comments From tomas.junnonen at nokia.com 2006-12-29 16:39 ------- Created an attachment (id=163) --> (https://maemo.org/bugzilla/attachment.cgi?id=163&action=view) Document HildonGtkInputMode Add a description of HildonGtkInputMode, and GtkIMContextClipboardOperation for good measure. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Fri Dec 29 16:50:26 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 29 Dec 2006 16:50:26 +0200 (EET) Subject: [hafqa] [Bug 918] Sardine upgrade as described on http://maemo.org/maemowiki/SardineGettingStarted fails Message-ID: <20061229145026.756A4DFBA1@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=918 ------- Additional Comments From johan.bilien at nokia.com 2006-12-29 16:50 ------- (In reply to comment #3) > I recompiled busybox adding Priority: required and Essential: yes, then > installed it manually before apt-get dist-upgrade. But no success, it still > tries to remove it. I had applied the Essential field to the source package instead of the binary one. Applying it to the binary package apparently fixes the problem. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Sat Dec 30 14:13:40 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Sat, 30 Dec 2006 14:13:40 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061230121340.137E8DFB69@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From carlos at maemo.org 2006-12-30 14:13 ------- Niels, Have you checked the filesystem on your MMC card for corruption? Did you manually install packages held back when upgrading? (dist-upgrade is not supported in the 770 at this moment) What did you use to copy the rootfs? rsync or tar? -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Sat Dec 30 19:05:34 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Sat, 30 Dec 2006 19:05:34 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061230170534.948F9DFBD2@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From bugzilla770 at nmacleod.com 2006-12-30 19:05 ------- Carlos - I tried a Sardine device upgrade yesterday (29 Dec) and it booted to a white screen instead of the desktop. Pressing the shutdown button on top of the device brings up up the Lock Device options dialog so it's possible to shut down the device and reboot using internal flash. The white screen instead of desktop has been happening since early to mid Decemeber - prior to that Sardine upgraded OK on the device (plankton was looking good!) I'm reformatting the MMC with a fresh ext2 filesystem (created on the 770) and transferring rootfs from tar over USB (from a Linux PC). The tar contains a basic Scirocco rootfs + xterm + ssh as my internal rootfs now contains a load of other apps which I don't want to include in Sardine. Having restored the tar it boots fine, but results in a white screen after a Sardine upgrade. I am installing all held back packages. Hope this helps! -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Sat Dec 30 21:26:59 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Sat, 30 Dec 2006 21:26:59 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061230192659.A4331DFBCC@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From bugzilla770 at nmacleod.com 2006-12-30 21:26 ------- Created an attachment (id=164) --> (https://maemo.org/bugzilla/attachment.cgi?id=164&action=view) Upgrading base Scirocco (xterm+ssh) to Sardine - results in White Screen instead of desktop The attached upgrade log details the steps I take to upgrade a basic Scirocco rootfs on MMC. Scirocco on MMC boots fine, however a white screen instead of the desktop is the result when this rootfs is upgraded to Sardine. The log includes the content of sources.lst and also includes the additional sym link for libXfixes.so.0 (this appears to make no difference - I get a white screen with and without this sym link). Again, hope this helps. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Sat Dec 30 21:30:32 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Sat, 30 Dec 2006 21:30:32 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061230193032.3C8ADDFBCB@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 bugzilla770 at nmacleod.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #164 is|0 |1 obsolete| | ------- Additional Comments From bugzilla770 at nmacleod.com 2006-12-30 21:30 ------- Created an attachment (id=165) --> (https://maemo.org/bugzilla/attachment.cgi?id=165&action=view) Same upgrade log as before - this time with a .txt extension and saved in PC format Hopefully this attachment will open automatically in the browser as the previous version needed to be saved in Firefox. -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Sun Dec 31 12:35:49 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Sun, 31 Dec 2006 12:35:49 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061231103549.BCD07DFBD3@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From carlos at maemo.org 2006-12-31 12:35 ------- Created an attachment (id=166) --> (https://maemo.org/bugzilla/attachment.cgi?id=166&action=view) Output of init scripts -- Configure bugmail: https://maemo.org/bugzilla/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 maemo.org Sun Dec 31 12:47:14 2006 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Sun, 31 Dec 2006 12:47:14 +0200 (EET) Subject: [hafqa] [Bug 910] Upgrading to Sardine results in unusable device. Message-ID: <20061231104714.A154FDFBC8@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=910 ------- Additional Comments From carlos at maemo.org 2006-12-31 12:47 ------- I managed to reproduce this, also when booting from MMC. I did the whole upgrade process inside the chroot. This is cumbersome to debug without a serial console. I wrote a few words about one way to do it: http://maemo.org/maemowiki/DebuggingBootSequence I have attached the output to this bug. There are several suspicious things: ... Running xset770 -- the future of xset! Xlib: extension "XInputExtension" missing on display ":0.0". Checking date and time settings RTC operating normally retutime -r reported "RTC operating normally" Password: ... The Xlib problem is probably due to an out-of-date X server (need to update that). However I suspect the show stopper is bellow: something that somehow felt it needed to ask the user a password. Could this be a sudo config problem? One script worth investigating further is /etc/osso-af-init/startup-wizard-sh -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.