=== rickspencer3 is now known as rickspencer3-afk [06:32] if someone is here what is the name of the package that allows you to use mouse in text mode (TTY#) [09:45] dtchen: thanks for clarifying. [10:35] odd [10:35] hmm. launchpad mailing lists are not normal mailing list as it seems ;) [10:36] can someone try to subscribe to https://edge.launchpad.net/~ubuntu-mozilla-daily mailing list? [10:36] * asac wonders if that works without being a team member at all [13:31] asac: the daily bot checks if the version of last changelog entry is greater, or greater or equal than current in PPA? [13:31] Jazzva: i think it doesnt check that at all [13:32] it relis on the fac tthat the auto created version is higher [13:32] asac: re: mailing list - Policy: You must be a team member to subscribe to the team mailing list. ... that's what I get [13:33] asac: well, I made a mistake in the yesterday's upload, so I want to push a new revision. current ppa has version 0.9.9+svn20090504r25221-0ubuntu1~umd1. Will it start build today if I adjust version in changelog to 0.9.9+svn20090504r25221-0ubuntu1? [13:34] Jazzva: well. today it will be 0.9.9+svn20090505 ;) [13:34] so it doesnt matter if you change changelog version or not [13:35] asac: ok... sooo, it will autostart build every day. Ok then :) [13:36] yeah [13:36] the bot bumps changelog every day [13:36] we only change changelog version in bzr if we need to modify something because of a change from upstream [13:36] like adjusting patches [13:36] or new .install files or something [13:37] of course we also bump changelog when we bake a real release for archive [13:37] asac: aha... ok [13:37] asac: ok, pushed new revision, it should build today :) [13:38] prism? [13:38] great [13:38] does it work ;)? [13:39] asac: well, if the latest trunk is ok, it will work :) [13:39] I have to pull it and run test build to see :) [13:40] Jazzva: i think the channel for this is #labs on irc.mozilla.org [13:41] asac: Ok, I'll report there if it's not working. Though, I suppose they know if their trunk is not in the working state atm [13:41] Jazzva: i wouldnt be so sure about that [13:42] Jazzva: they mostly work on a firefox extension that uses firefox to run those apps [13:42] we however, have a firefox extension and also the standalone ... and we dont use firefox, but xulrunner [13:43] asac: ok, I'll report if it fails to build :) [13:48] asac: http://paste.ubuntu.com/164901/ ... do we know about these errors? [13:48] (reported by lintian) [13:49] Jazzva: yeah thats really wrong [13:49] Jazzva: its a bit of a mess [13:49] i think the /usr/share/prism/prism dir should be in /usr/lib/prism [13:50] and there are other warnings, but I didn't paste them [13:50] and /usr/share/prism/prism should be a link to that dir [13:50] asac: it's working now :) [13:51] Jazzva: i think its somehow still messy [13:51] we have /usr/lib/prism-0.9.9 [13:51] thats afaik supposed to be the same as /usr/share/prism/prism [13:51] but its not [13:51] so in theory the link should go to the versioned dir [13:51] Jazzva: what is working? [13:51] prism? [13:52] asac: prism... it's loading a website [13:52] great [13:52] so the patch was the problem [13:52] good [13:52] asac: yes... [13:52] Jazzva: can you check if prism still works if you do the link stuff? [13:52] e.g. ln -s /usr/lib/prism-0.9.9 /usr/share/prism/prism [13:52] (first removing /usr/share...) [13:53] sure [13:53] Jazzva: i guess the "res" dir is missing [13:53] Jazzva: maybe backup the /usr7share thing so you can experiment whats wrong [13:53] in the end its supposed to work from command line [13:53] but also the extension in firefox is supposed to work [13:55] Jazzva: the extension can be tested by using tools -> Convert website to application in firefox [13:55] asac: after this http://paste.ubuntu.com/164904/ all of prism is still working [13:55] asac: that's what I used [13:55] ah [13:55] Jazzva: does prism-twitter still work? [13:55] e.g. we have wrapper packages for some stuff [13:56] yes [13:56] it's working... [13:56] (running prism-twitter from terminal) [13:56] /usr/share/prism/prism/prism [13:56] whats that? [13:56] ah ;) [13:56] thats the binary [13:56] wow [13:56] erm... running prism for the first time, then with just "prism" [13:57] nice [13:57] so prism is in good shape again ;) [13:57] looks like it is... [13:57] Jazzva: can you try to fix the packaging like you did ? [13:57] e.g. the link stuff [13:57] and so on? [13:57] that might be a bit tricky [13:57] I suppose I can try... [13:58] asac: I'll check where I should fix that (in what file)... [13:58] Jazzva: i think the problem is that this whole tree gets packed into the xpi [13:59] asac: we should also get prism-identica package... afaics, more people are using identica (at least in Ubuntu) [13:59] and the xpi.mk just extracts it [13:59] so we can either remove that dir and replace it with a link _after_ xpi stuff was run [13:59] or we can cleanup the xpi before [13:59] asac: then I'll fix debian/rules for prism... [13:59] i would think the post stuff is the thing [13:59] Jazzva: right [13:59] Jazzva: we can add prism-identica [13:59] Jazzva: we just need a good icon afaik [14:00] for the .desktop file [14:00] asac: http://twitter.com/Jazzva/status/1705728373 :) [14:01] asac: post stuff? [14:01] Jazzva: yes, after the xpi.mk did its job [14:02] Jazzva: ok i think we should sanitize the .xpi here: [14:02] refractor.xpi:: build/prism [14:02] e.g. remove the whole prism tree there [14:02] then you can just create the link in binary-install [14:03] a bit below that rule in rules [14:04] asac: ok, found it [14:04] asac: I'll do a bit of VHDL for school now, then I'll dig into this, if that's not a problem :) [14:05] h_link -pprism usr/lib/prism-addons/extensions $(DEBIAN_PRISM_DIR)/extensions [14:05] dh_link -pprism $(DEBIAN_PRISM_DIR) /usr/share/prism/prism [14:05] Jazzva: i think that one in binary-install/prism:: [14:06] Jazzva: assuming you removed the prism subtree from the zip in the other rule === rickspencer3-afk is now known as rickspencer3 [14:18] asac: done, still working [14:23] asac: done, still working. Do we need to add libc depends? lintian says so :) [14:28] asac: pushed new revision. Off to do a bit of VHDL [14:29] Jazzva: well. the problem is that there is still binary stuff somewhere in /usr/share i would think [14:29] asac: lintian doesn't report it [14:30] hi asac [14:30] asac: I'll paste you all warnings and errors, just to get them [14:33] asac: http://paste.ubuntu.com/164919/ [14:51] micahg: hi. i will be available in ~1.5h [14:52] have to do lunch and have a call then and so on ;) [14:53] ok [15:30] i hate python [15:31] who ever runs gwibber daily need to update depends on python in python-feedparser. I have it fixed locally [15:33] pushed to my PPA for karmic users [16:25] asac: ping? [16:25] micahg: hi [16:25] sorry took a bit [16:25] hi [16:25] micahg: so first, i saw a bunch of your bug triaging ... and i think its really great ;) [16:26] cool [16:26] that's what I wanted to check [16:26] I didn't want to make a mess of your package [16:26] the amount of bugs against mozilla is really too huge [16:26] micahg: yeah. i think we can still improve things [16:26] micahg: look at https://wiki.ubuntu.com/MozillaTeam/Bugs/TriagersHandbook [16:26] so all the dups for that master last night were ok? [16:27] thats basically a simple receipt book for mozilla bugs in new/incomplete [16:27] micahg: i dont know if all are ok. i saw that you usually did good work, so i didnt control everything ;) [16:27] micahg: if you are in doubt i am always here for a question [16:27] ok [16:27] great [16:28] micahg: so are you currently working on some specific bugs like New/incomplete? [16:28] or just all bugmail that comes? [16:29] Bugs in New status [16:29] ah ok. thats great [16:29] trying to either merge, invalidate, or convert to Q [16:29] micahg: does what i wrote in the triagers handbook make sense? [16:29] yes [16:29] You might want to link that page to this one [16:29] https://wiki.ubuntu.com/MozillaTeam/Bugs/Triage/Responses [16:30] micahg: feel free to clean that up ;) [16:30] also, could you add the blurb you normally use about extensions to the link above? [16:30] i am not sure if the Responses are still up to date :( [16:30] oh [16:30] a bit of a shame i know [16:30] well, I try to use what's on the responses page [16:30] i did the triagers handbook because i thought that just "standard" answers dont help triagers to move bugs in the right direction [16:30] do I need an ubuntu account to edit the wiki? [16:31] micahg: not sure. i think you need a launchpad account [16:31] micahg: try to "create a new account" on the wiki page [16:31] that should be enough [16:31] either that gets the authentication through launchpad or you need to set yet another new password ;) [16:32] launchpad ID got me in [16:33] yeah cool (cant remember when i last logged in ;))( [16:34] micahg: so ... one the main purposes of doing bug triage is getting all the noisy stuff converted to question and filtered somehow; all the other bugs that are valid should end up in the normalized bug format and then forwarded to upstream bugzilla [16:34] micahg: so if you get bored with "New" processing feel free to extend your work in that direction ;) [16:34] ok, sometimes I have trouble with converting to Q [16:34] micahg: in which sense? [16:35] https://answers.launchpad.net/ubuntu/+source/firefox-3.0/+question/69209 [16:35] Did I goof on converting that one? [16:38] micahg: i dont think you goofed it up [16:39] micahg: this "flash does not work" pops regularly up [16:39] asac: ok, so I should just keep troubleshooting [16:39] oh, I have a Q for you asac [16:39] micahg: wait a sec lets finish this flash thing [16:39] micahg: so there are a few things that usually cause issues: [16:39] that's exactly my Q :) [16:39] 1. user has some old flash installed in his profile -> Test: move .mozilla to a backup location and start firefox [16:42] Wouldn't it be easier to have a user run apport collect on ff3 and see what extension versions are installed? [16:46] micahg: reconnect :( [16:46] 17:39 < micahg> that's exactly my Q :) [16:46] 17:39 < asac> 1. user has some old flash installed in his profile -> Test: move .mozilla to a backup location and start firefox [16:46] 17:40 < asac> 2. user has multiple flash things installed and flashplugin-nonfree isnt the one used -> Test: about:plugins also shows gnash or swfdec or something [16:46] 17:41 < asac> 3. the xulrunner-addons-flashplugin alternative is messed up -> Fix: user should run sudo update-alternatives --config xulrunner-addons-flashplugin [16:46] 17:42 < asac> and select flash there [16:46] 17:42 < asac> 4. same as 3. but mozilla-flashplugin alternative [16:46] 17:42 < asac> note: 3. and 4. is a real sucky situation and is partly a dpkg bug ... and partly because alternatives are just nothing normal users know about [16:46] 17:43 < asac> micahg: so if 3. and 4. are fixed, we have ubufox so you can switch between flash/gnash and swfdec [16:46] 17:43 < asac> (thats for 2.) [16:46] 17:44 < asac> whenever you are on a website that has flash on it, there is a Tools->Manage Content plugins menu entry [16:46] 17:44 < asac> going there allows users to select whatever flash variant they want to use [16:46] 17:44 < asac> micahg: does that make sense? [16:46] 17:44 < asac> or is that too much ;) [16:47] no, that's great [16:47] regarding #1, Wouldn't it be easier to have a user run apport collect on ff3 and see what extension versions are installed? [16:48] also, can I add flash triaging to the mozilla page? [16:48] micahg: feel free to reorganize the mozilla triaging page. My idea was to redo everything based on the new triagers handbook [16:48] which tries to give guidance how to get bugs easily over New/incomplete/confirmed to either triaged or invalid [16:49] personally i am not a fan of stock responses [16:49] unless they fit perfectly it can be quite depressing to see that users that tookj the time to file bugs get ask all those questions [16:50] imo its better write a short sentence ... and not something super-polite that is a stock response [16:50] of course its an experience thing [16:50] well, if it's a first time a user is getting the stock response, it's probably good, if it's the 20th time, it might be annoying [16:51] so, I should feel free to free form the responses then? [16:51] yeah. [16:51] micahg: yes. its more efficient except for the most common cases. [16:51] for instance if users have a bunch of extensions you can ask them to disable them [16:52] as a first attempt [16:55] micahg: the other question was whether making apport attach plugins would make sense [16:55] micahg: and yes, that makes sense. and actually it does that (except that there is abug currently in the apport hoook in jaunty) [16:55] similar to how apport submits ExtensionSummary list it also submits a pluginreg.dat by default [16:56] problem is that tehere are no absolute paths [16:56] (afaik) [16:56] so we dont know if its a custom flash install or something else [16:56] but usually that pluginreg.dat attached is good start [16:58] ok, I'll make a flash triage section on the wiki later tonight [16:58] good. [16:58] micahg: if you could try out the triagers handbook that would be great too [16:58] yes, I will try to use it [16:59] micahg: if it gets in your way or feels incomplete we can see what we do [16:59] ok, when are you normally around? [16:59] but personally i think its a good improvement because it shows an easy path towards getting bugs triaged [16:59] yes, Ubuntu has something similar now [16:59] micahg: european business hours but usually i am in here in the european evening as well [17:00] are you GMT? [17:00] i am GMT+1 (or +2 depending on daylight saving) [17:00] @time [17:01] ubottu: time? [17:01] Sorry, I don't know anything about time? [17:01] ubottu: time [17:01] Information about using and setting your computer's clock on Ubuntu can be found at https://help.ubuntu.com/community/UbuntuTime - See https://help.ubuntu.com/9.04/serverguide/C/NTP.html for information on usage of the Network Time Protocol (NTP) [17:01] tse [17:01] too bad [17:01] !time [17:01] time [17:01] forget it ;) [17:01] @now [17:01] i dont even know which bot did that [17:01] anyway ... Europe/Berlin timezoon [17:01] zone [17:01] thats CET+2 atm afaik [17:01] err GMT+2 [17:01] ;) [17:01] UTC+2 [17:02] ok [17:02] I'm GMT -5 or 6 [17:02] so we're 8 hours apart [17:02] 7 right now [17:02] so I'm more likely to catch you in the evening [17:02] or early morning [17:02] before I go to bed [17:09] micahg: thats ok i am usually starting late ;) [17:09] more like a night owl [17:09] ok [17:10] about the flash bugs [17:10] should I start duping them? [17:10] or should they all be on their own? [17:10] there are about 200 new flash bugs just in ff3 [17:16] micahg: first: those flash bugs are all not firefox, but flashplugin-nonfree usually [17:16] so move them to that package [17:17] ok [17:17] what makes it a FF bug? [17:17] if anything? [17:18] micahg: its really really unlikely that its a firefox issue [17:18] ok, so I should move all of them? [17:18] micahg: if they complain about flash not working at all, then you can move them. if they say that sometimes there are grey areas, but sometimes it works [17:18] it can either be nspluginwrapper (if they use that) or a pulseaudio bug ... which causes flash to block and sometimes not redraw [17:19] ok, also, some people aren't using the adobe flash [17:19] so, I should leave those in FF or move them to the appropriate package? [17:20] also, for people using gnash or swfdec, I can jsut propose using the adobe flash or should we try to debug the otheres? [17:24] micahg: at best we would teach them how to use ubufox to normally use gnash .. and only if it doesnt work switch to adobe [17:25] asac: well, gnash doesn't support higher than flash 8 I thought [17:25] I agree with you in principle [17:26] but for newbies, it seems like it'll cause more trouble than it's worth [17:26] brb 10 min [17:44] asac: i'll have to continue this with you later [17:44] I have to go to work === Mook_sb_ is now known as Mook_sb === rickspencer3 is now known as rickspencer3-afk [20:48] xul 1.9.2 dailies fail to build (patch doesnt apply ;)) [22:44] asac: ok, I'll check xul later... [22:48] Jazzva: are you still experiencing the "volume diminishes until inaudible after inserting headphones" symptom? [22:49] dtchen: hmm, somehow external mic jack is working now, but internal mic is not working. brb, on the phone right now [23:19] dtchen: back. I changed some parameter, related to snd_hda_intel, to "dell-bios" or something similar in some configuration file. After that, external mic jack is working perfectly, but internal analog mic is not working. It's a bug, but it's not really bothering me... That internal mic is a piece of crap [23:26] dtchen: I added "options snd-hda-intel model=3stack" to /etc/modprobe.d/alsa-base.conf