/srv/irclogs.ubuntu.com/2011/01/17/#ubuntu-mozillateam.txt

=== JanC_ is now known as JanC
Brownoutgrrrr, Sync nagging for the master password is annoying as hell06:39
silveryHello, everyone. Please tell me, how can I update Firefox version in Ubuntu, without having 2 versions on my desktop? (I tried original overlay and now I have both 3.smth.smth and 4b8 installed)10:24
silvery+ I have to run './firefox &' to run my 4b810:25
silveryping10:25
=== micahg changed the topic of #ubuntu-mozillateam to: Welcome to the Ubuntu Mozilla Team (Chromium too!): | Firefox 4.0b9 in Firefox Beta PPA 9.10-10.10 http://is.gd/f6TM4 | Nothing in http://is.gd/dsudW needs testing | Firefox 3.6.13 in Hardy-Maverick | Thunderbird 3.1.7 in Lucid-Natty and Stable PPA | Report Mozilla PPA bugs here: http://is.gd/hdZc1
kimusHi, i'm using the latest fx4 from ppa. and I filled this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=62641715:48
ubot2Mozilla bug 626417 in General "XML files with XSL Stylesheet" [Major,Unconfirmed]15:48
kimusanyone has a problem with this or knows how to fix it? thanks15:48
micahgkimus: do you have a DTD for xml-stylesheet?15:49
kimushi micahg, It always worked on all browsers :-)15:49
kimusmicahg: the stylesheet does not have any special elements on it15:51
kimusmicahg: and the xml file has the DOCTYPE svn (explaining the svn xml elements returend)15:51
kimusand yes this is a SVN repo... but I can test locally in my pc15:52
kimuslocally does not work either...15:54
kimusI will attach the xml and xsl15:55
micahgkimus: I'm sorry, I'm not that familiar with XSL, but yes, a test document would help15:56
micahgkimus: I've subscribed to the bug so I can watch its progress15:56
kimusmicahg: you can download the xml and xsl file and open the xml in the browser15:58
kimusit should render a html file15:58
micahgkimus: I can try a little later, I have to go somewhere soon15:59
ftacyphermox, seems you committed some merge conflicts in network-manager-applet d/changelog19:54
cyphermoxfta?19:55
cyphermoxI fixed it as I did the merge19:55
cyphermoxI don't know why it ended up as a conflict since I always take from the ubuntu.head branches before doing changes, but oh well19:55
ftacyphermox, got an email for the merge request including this: http://paste.ubuntu.com/555189/19:56
cyphermoxfta, right yeah... I fixed that as I did the merge19:57
cyphermoxsorry for the noise ;)19:57
ftan-p19:58
cyphermoxnm-applet now with more ipv6 love too19:58
ftagreat20:12
ftai wish i had ipv6 at home20:12
ftachrisccoulson, transmission is freezing.. libdebusmenu something. is that another side effect of the unfinished transition from last week?20:14
ftai mean, libdbusmenu20:14
chrisccoulsonfta - the transition is done, but there's a fair amount of things that are broken20:15
chrisccoulsoncould you get a backtrace of it when its frozen?20:15
chrisccoulsoni'm currently investigating other breakage related to the transition20:15
fta(transmission-gtk:10429): GLib-GObject-WARNING **: cannot register existing type `DbusmenuMenuitem'20:16
fta(transmission-gtk:10429): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed20:16
fta(transmission-gtk:10429): LIBDBUSMENU-GLIB-CRITICAL **: dbusmenu_menuitem_property_set_variant: assertion `DBUSMENU_IS_MENUITEM(mi)' failed20:16
ftathat's when i start it20:16
ftai don't have the -gdb for a trace20:16
chrisccoulsonis that the first warning you get?20:17
chrisccoulsonmight be worth running in GDB with G_DEBUG=fatal_warnings20:17
fta#3  0x016d5938 in dbusmenu_menuitem_get_type () from /usr/lib/libdbusmenu-glib.so.320:17
fta#4  0x016d661f in dbusmenu_menuitem_property_set_variant () from /usr/lib/libdbusmenu-glib.so.320:17
fta#5  0x016ceb4e in dbusmenu_menuitem_property_set_shortcut () from /usr/lib/libdbusmenu-gtk.so.320:17
fta#6  0x016cee48 in dbusmenu_menuitem_property_set_shortcut_menuitem () from /usr/lib/libdbusmenu-gtk.so.320:17
fta#7  0x016c2e3f in ?? () from /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so20:17
chrisccoulsonis that where it hangs?20:18
ftathat's when i interrupt it20:18
chrisccoulsonmight be worth running with G_DEBUG=fatal_warnings, to see where it starts to go wrong20:19
ftaGLib-GObject-WARNING **: cannot register existing type `DbusmenuMenuitem'20:19
ftaaborting...20:19
ftaProgram received signal SIGTRAP, Trace/breakpoint trap.20:19
ftag_logv (log_domain=0x82bded "GLib-GObject", log_level=<value optimized out>, format=0x832b18 "cannot register existing type `%s'", args1=0xbfffe68c "k\205", <incomplete sequence \337>)20:19
fta    at /build/buildd/glib2.0-2.27.91/glib/gmessages.c:56320:19
ftahold on, i'll install some dbg(sym)20:20
ftachrisccoulson, http://paste.ubuntu.com/555196/20:23
ftawant more?20:24
chrisccoulsonfta - sorry, i had to go away for some dinner?20:37
chrisccoulsonhave you got a longer trace where the warning occurs?20:37
ftachrisccoulson, http://paste.ubuntu.com/555208/ ?20:40
chrisccoulsonfta - is transmission pulling 2 versions of libdbusmenu-glib in to memory?20:41
chrisccoulsoni think that's the only way that could happen20:41
chrisccoulson(ie, 1 of each ABI version)20:41
fta$ ldd /usr/bin/transmission-gtk  | grep menu20:42
fta        libdbusmenu-glib.so.2 => /usr/lib/libdbusmenu-glib.so.2 (0x00713000)20:42
ftaor is it dlopened?20:42
ftaweird20:42
chrisccoulsonfta - oh, have you not updated transmission yet?20:43
chrisccoulsonit's linking against -glib2, whereas -glib3 gets pulled in to memory via the updated indicator stack20:43
chrisccoulsoni guess that's the issue20:43
ftai have a bunch of un-upgradable packages, hence i said unfinished transition earlier20:44
chrisccoulsoni have 2.13-0ubuntu1, and it links against libdbusmenu-glib.so.320:44
chrisccoulsonhmmm, i've managed to upgrade everything now :/20:44
ftaretrying then...20:45
chrisccoulsonyeah, that should resolve it, assuming apt manages to resolve it ok ;)20:45
ftaThe following packages will be REMOVED:20:47
fta  libindicator1 libunity0 libwebkit-1.0-2 libwebkit-1.0-common midori unity-place-applications unity-place-files20:47
ftaare the last 3 expected?20:47
fta39 upgraded, 5 newly installed, 7 to remove and 0 not upgraded.20:48
ftashould do it20:48
chrisccoulsonyeah, those can all be removed20:51
chrisccoulsoni'm just wondering why transmission links directly with libdbusmenu. that seems wrong20:51
chrisccoulsonit's using libappindicator though20:52
fta\o/ works now20:52
ftabut the indicator is broken20:52
ftamaybe i should kill the panel20:52
chrisccoulsonyeah, you could try that20:53
chrisccoulsonthe new indicator stack is pretty broken though. see bug 703689 and bug 70376920:54
ubot2Launchpad bug 703689 in indicator-appmenu (Ubuntu) (and 1 other project) "Window registration racy with GDbus port (affects: 1) (heat: 6)" [High,New] https://launchpad.net/bugs/70368920:54
ubot2Launchpad bug 703769 in indicator-appmenu (Ubuntu) (and 1 other project) "Menus are not destroyed when a window is closed with GDbus port (affects: 1) (heat: 6)" [Medium,New] https://launchpad.net/bugs/70376920:54
ftabooohouuhh20:54
chrisccoulsonand the messaging menu seems to be completely broken too20:55
ftaliferea and rhythmbox are back in the systray20:56
ftathey are in the appmenu too20:56
chrisccoulsoni remember ted saying last week that liferea needed some porting to make it work properly again. not sure if that happened yet though20:57
chrisccoulsoni haven't tried liferea or rhythmbox yet20:58
kimusmicahg: hi. did you see the Bug 626417?21:23
micahgkimus: yes, I don't have time to look right now as I"m at work, but can look later tonight21:24
* micahg wonders why ubot2 is not producing an LP bug link21:24
kimusmicahg: that's fine. I accomplish to filter the problem21:24
micahgkimus: thank you for that!21:25
kimusmicahg: it's very strange :-)21:25
kimusI don't understand what the Tab Group could cause a transformation problem... strange...21:26
micahgkimus: the only thing I can think of is if it's overriding some other functionality, but I'll at least to try to confirm the bug tonight21:27
kimusmicahg: thank you... for me it's a major bug :-)21:28
BUGabundoolá21:39
kimusBUGabundo:olá21:54
ftachrisccoulson, do you know anything about gtk_window_set_has_resize_grip() ?22:22
chrisccoulsonfta - yeah, it's a feature we've backported from gtk322:22
chrisccoulsonwe need to disable the resize grips on some windows, where they either shouldn't be displayed or cause other problems22:23
ftachrisccoulson, which ones of our distros has it?22:23
chrisccoulsonfta - just natty22:23
ftadamn22:23
ftabug 70345122:23
ubot2Launchpad bug 703451 in chromium-browser (Ubuntu) "Resize grips are covering scrollbar button on Chromium (affects: 1) (heat: 6)" [Medium,In progress] https://launchpad.net/bugs/70345122:23
chrisccoulsonthe same issue exists in firefox22:24
chrisccoulsonbut i'm not sure about disabling the resize grips22:24
chrisccoulsonwhilst ehy do partially obscure the lower scrollbar button, they don't make it unusable22:24
chrisccoulsonbut removing the resize grips makes it impossible to resize the window, now we have a 0-pixel border22:24
chrisccoulsoni think that's worse....22:24
ftain chromium, it's unusable22:25
chrisccoulsonresizing or the scrollbar button?22:25
ftasb button22:25
ftathere's an ugly orange square22:25
ftaon top22:25
chrisccoulsonhmm, that's not good22:25
ftathere's a patch in the bug, to disable it22:26
ftabut it's not portable, so for the ppa, i need to do something smart22:26
ftamaybe a dh_quilt_dist tweaking the series file according to the current dist22:27
chrisccoulsonfta - it doesn't use autoconf does it? it's relatively easy to add a configure check in that case22:28
ftanope22:28

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!