[01:53] nixternal: Can haz powerpc box? [02:07] ScottK: firing it up [02:08] ScottK: it is up and running [02:24] nixternal: Thanks. [02:25] nixternal: This will probably take a while, so I'd appreciate it if you could leave it up. [02:28] ScottK: sure, just shut it down when you are done [02:28] Will do. Thanks again. [02:28] fyi, it needs a reboot after the update [02:28] though that doesn't matter really, kernel upgrade [02:29] Noticed. I'll be working in a maverick chroot anyway, so it shouldn't matter. [02:32] k, i am heading to bed, so enjoy :) [04:18] nixternal: All done. It should have shut down. === _LibertyZero is now known as LibertyZero [07:25] hm [07:26] seele: actually it is somewhat easy these days (compared to pre-KDE4 times anyway ;)) [07:26] to get the packages necessary to build like 90% of KDE and Qt software you would probably use a command like that: sudo apt-get build-dep kde4libs && sudo apt-get install kdeworkspace-dev && sudo apt-get install kdebase-dev [07:27] which installs pretty much every dev package you need for up to konqueror stuff [07:27] then you just grab the source and make sure it contains a file named CMakeLists.txt [07:28] that indicates that it is (hopefully) buildable using cmake (which is the fancy app we use for building KDE stuff) [07:28] if there is no such file then I recommend either asking someone or using the google forces (asking is probably more efficient) [07:29] if there is such a file you create a build directory and run cmake [07:29] something like [07:29] mkdir build && cd build && cmake .. [07:30] cmake hopefully passes without errors and you can run make (pro tip: if you have a multicore cpu you can speed up compiling by passing -j to make) ... for example with a dual core you would use make -j3 [07:30] once make also passes without errors you can install using sudo make install [07:31] and that is pretty much how you build software [07:33] there are of course (as with everything) quite a few spots where things can go wrong... most importantly things can go wrong in the cmake step, for example you would not be able to build amarok just with the packages I listed above. usually the application authors make cmake gracefully tell you what is missing and where to get it or how. most of the time you just need to ask your package manager of choice for the name cmake spit out and [07:33] you should find the dependency (which will most likely be a package suffixed with -dev) just fine [07:58] someone broke gcc on armel and powerpc :/ [07:58] qt and several kde packages ftbfs with "/usr/bin/ld: cannot find -lgcc_s" [08:09] what fun :P [08:57] kubuntu 10.04, did another update this morning which upgraded virtuoso-opensource to 6.1, this asked me for a password which i gave, but then later said that a password hadn't been set [09:00] kdepim 4.5 beta 3 up for lucid as well [09:11] OMG, they are going to remove synaptic? Are they mad? The only usable GUI installer... /me hates that software center :( [09:12] and only gtk app on my system [09:13] if I try to start virtuoso I get: [09:13] sed: can't read /var/lib/virtuoso-opensource-6.1/db/virtuoso.lck: No such file or directory [09:24] Mamarok: Been planned for a while :/ [09:24] * nigelb uses apt-get mostly [09:29] An error occurred while setting the password for the Virtuoso administrative user. This may have happened because the account already has a password, or because of a communication problem with the Virtuoso server. [10:30] Mamarok: what about KPackageKit, any good? [10:30] * markey hasn't used it lately [10:35] Mamarok: muon? [10:35] kpk works for now on maverick :P [10:36] well kpk looks better at least with the categories [10:37] !find msgfmt [10:37] Found: liblocale-msgfmt-perl [10:37] yofel: any ideas what header does lp send when you click on a build log? [10:39] nope [10:43] Anyone tried to build Colibri from source? [10:44] shadeslayer: um, what are you looking for? [10:45] yofel: never tried, but I certainly will :) [10:45] nigelb: trying to get build log support into rekonq, currently it downloads the build log [10:45] trying to get it to display using kate kpart [10:45] shadeslayer: http://encodable.com/check_server_headers/?uri=https%3A%2F%2Fedge.launchpad.net%2Fubuntu%2F%2Bsource%2Fkdenetwork%2F4%3A4.5.1-0ubuntu2%2F%2Bbuild%2F1945735%2F%2Bfiles%2Fbuildlog_ubuntu-maverick-amd64.kdenetwork_4%253A4.5.1-0ubuntu2_FULLYBUILT.txt.gz&method=HEAD [10:46] hmm [10:55] \o [11:03] Riddell: ping [11:14] Quintasan: about installing new PIM: don't it is labeled Beta, but should be in fact labeled pre-Alpha, it is so not working at all [11:14] * Mamarok did, and went back to good old previous version [11:14] the stable one [11:24] Quintasan: you pinged? [11:34] Riddell: yes, I can't determine whether there was a problem with Qt still being build or I'm doing something wrong [11:34] Riddell: apt demands to remove libqt4-multimedia [11:35] Riddell: need some rekonq coding help if your available [11:36] Mamarok: well, I'm not using PIM at all but I though I could test something and report bugs [11:36] while I'm reading [11:36] oh, then please do :) [11:38] Quintasan: the libqt4-multimedia is removed since it is in Qt mobility now, I guess [11:39] AFAIK [11:39] oh welll [11:39] ifit breaks I'll just format [11:39] Hmm [11:39] I have a dd image [11:39] not need to format then [11:41] apachelogger: hi, any idea what a "realm" is in ubuntu one? [11:45] Quintasan: well I don't know what you're doing but qt multimedia has been removed in 4.7 [11:45] great [11:51] smarter: thats oauth talking [11:51] realm is the realm of the authentication [11:51] e.g. you could have a realm ubuntu.com [11:52] and within that realm summit for summit.ubuntu.com and people for people.ubuntu.com [11:52] okay, I'll look into oauth [11:52] but anyway "Friday, September 3, 2010: Those using Maverick will not be able to add their computer to their account due to a server side bug (628118) we have a fix in testing.", I guess I'll have to find something else to hack on :p [11:53] shadeslayer: what business do you have with buildlog headers btw? [11:54] shadeslayer: the amount of service outtakes is ... sad [11:54] smarter: ^ [11:54] actually ^^ [11:54] apachelogger: ill check the headers for content encoding and we can load kate kpart accordingly for build logs [11:55] shadeslayer: kate does not do decompression? [11:55] seen as buildlogs always come compressed [11:55] apachelogger: kate can open txt.gz files directly [11:55] ive checked [11:56] must be magic [11:58] apachelogger: you said you started working on making s-p-kde kdesudo-independent? [11:58] hai [11:58] need to commit0r [11:58] somewhere [12:05] Blizzz: that vid is pretty ugly right there [12:06] hm, where can I get muon? Is it in a PPA? [12:06] Mamarok: for lucid? [12:06] in maverick it is in the archive [12:06] * Mamarok onders to upgrade... [12:06] it's beta now, isn't it? [12:06] *ponders [12:06] sure doesnt feel like beta here [12:07] apachelogger: why so? [12:07] apachelogger: how does it feel, like alpha? [12:07] then I won't [12:08] Blizzz: horrible icons, horrible color combination, one of those horribly broken dock-ripoffs... [12:09] apachelogger: that is taste, right? [12:09] no [12:09] the dock rippoffs are broken [12:09] JontheEchidna: hey! [12:09] the color combination is wrong by any artistic judgement [12:09] and the icons are just [12:09] ... [12:09] well [12:10] apachelogger: ok, that dock stuff [12:10] I let a taste get in there [12:10] personally, i'd like those colors better than default [12:10] apachelogger: doesn't it use KDE's icons? [12:10] also there is pointless maximation going on [12:10] Mamarok: no [12:10] it uses an incomplete thing [12:10] urghs... [12:10] that falls back to oxygen here and there [12:10] that is really bad [12:10] which makes matters worse [12:11] it really should use KDE defaults, seriously, Nuno is doing a great job there [12:11] Blizzz: I did not say that default is any better, but less disturbing [12:11] from where I stand it is nothing but yet another show off of desktop effects [12:12] ...as if those were the only good things on linux... [12:12] (besides the monochrome icons I hate...) [12:13] the thing is, you have the possibility to personalize anything to your pleasure [12:13] * Mamarok thinks that Kubuntu should use KDE defaults and make a good KDE showcase instead of experimenting with incomlete stuff [12:13] just my 2 cents, but it would be the only distro who does KDE default [12:13] and be uses as a true showcase [12:13] used* [12:13] this is what kubuntu does [12:14] * smarter hates the monochrome icons too [12:14] Mamarok: incomplete stuff like...? [12:14] Maverick doesn't use Oxygen icons? [12:14] they just make it harder to find the icon you're looking for [12:14] apachelogger: well, you just talked about incomplete stuff [12:15] smarter: i agree [12:15] we were talking about a video [12:15] http://www.youtube.com/watch?v=77VnLiYx-Bo [12:15] apachelogger: I am talking about Maverick, see my question above [12:16] that was a topic collision then [12:16] ^^ [12:16] OK, so you said it didn't feel like beta, what does it feel like then? [12:16] I for one would not have noticed :P [12:16] Mamarok: beta that goes back to alpha [12:16] I have to show off Kubuntu in 2 weeks, so do I switch to Maverick or not? [12:16] there are some more or less ewwwy graphics issues [12:17] * Mamarok needs to know before September 16 [12:17] Mamarok: lucid with the backported KDE 4.5? [12:17] Mamarok: I would stay with lucid, the differences are not that big that you would want to present a possibly broken system [12:17] smarter: yep [12:18] OK, will stay with Lucid then [12:18] in that case [12:18] so no muon backported to Lucid yet? [12:18] ... [12:18] Mamarok: https://launchpad.net/~echidnaman/+archive/qapt [12:18] muon [12:18] nice, thanks :) [12:19] do not press ctrl+shift+m though :P [12:20] * apachelogger feels like doing forums stuff [12:20] * apachelogger just does not know what and where and when [12:21] * Mamarok hardly ever uses shortcuts, except for editors [12:22] good ^^ [12:22] oh [12:22] hm [12:22] http://forum.kde.org/viewtopic.php?f=18&t=89963 [12:22] that should be pretty easy to implement [12:23] smarter: lp:~kubuntu-members/software-properties/dbusworker [12:23] thanks [12:23] there is software-properties-dbus which implements a dbus service worker that gets launched as root [12:24] software-properties-kde now needs to get ported to not use the backend functions directly but accumulate changes and apply them in its save() function via a dbus proxy to said service worker [12:25] polkit will then query the user for authorization (which in the current policy is set to not ask but just grant permission) [12:25] okay [12:25] if polkit is happy the service worker will execute the appropriate backend function [12:26] so instead of kdeui <-> backend the new design would be backend -> kdeui -> dbus -> polkit -> dbus service [12:28] smarter: mind that you need python-slip from fedora to get polkit working (I just linked softwareproperties/dbus/slip to the slip folder of python-slip ... in lack of packaging and a general dislike to get random python foo clutter my system ;)) [12:28] also slip needs python-decorator... [12:29] apachelogger: what is better? render build log via webkit or render build log via kate part [12:29] apachelogger: You installed it with alien? [12:29] shadeslayer: webkit I suppose [12:29] hmm... [12:29] why not kate part? [12:30] what would be the rationale for using a kpart? [12:30] apparently arora renders the build log [12:30] smarter: no, git clone [12:30] smarter: git clone git://git.fedorahosted.org/git/python-slip.git [12:30] smarter: then link python-slip/slip to softwareproperties/dbus/slip [12:31] lrwxrwxrwx 1 me me 34 2010-08-30 14:55 softwareproperties/dbus/slip -> /home/me/src/git/python-slip/slip/ [12:31] looks like that for me [12:31] okay, since the package is not in the archive I guess this mean we won't have that s-p-dbus thing in Maverick? [12:31] smarter: we certainly wouldnt have it in mav since it poses threat of regression [12:31] I concluded that it might not be the worst thing to rewrite the kdeui from scratch [12:32] since it is a straight port from the GTK thing it has some odd pieces here and there [12:32] shadeslayer: are you doing new ktorrent? [12:33] apachelogger: i could [12:33] and shouldn't the backend be part of QApt? [12:33] but if its taken... no point in doing it [12:33] also [12:33] smarter: yes but no, but yes [12:33] bug fix release right? [12:33] ok ill do it :D [12:33] smarter: it could, I am not sure it should though [12:34] oi [12:34] smarter: qapt is comparable to python-apt and software-properties is stacked on top of python-apt [12:34] apachelogger: already the latest in archives [12:34] you got me all excited :P [12:34] smarter: so I do not think it is within the scope of qapt to provide facilities for the software-properties foo, just like it is not within the scope of python-apt [12:35] help me fix rekonq now :D [12:35] smarter: surely it is the maintainer's decision whether he wants to implement that ;) [12:35] apachelogger: about http://forum.kde.org/viewtopic.php?f=18&t=89963, did you see the last comment? [12:35] apachelogger: so, a libsoftwareproperties implemented on top of qapt? :p [12:35] I do not see a point for it :P [12:35] moar C++ [12:36] less interactions problem [12:36] Mamarok: ah, yeah, silk... I do not trust in that :P [12:36] feels more like a bubble gum project for now ;) [12:36] apachelogger: talk to sebas about it [12:36] I still have to see it to believe it, too :) [12:37] sebas left the channel just because he is opensuse fanboi now :P [12:37] smarter: well, I agree, also writing dbus services in c++ is much less of a pain in the arse [12:37] smarter: the thing is ... we would have to maintain the backend ourself... [12:38] while currently we get that for free [12:38] apachelogger: well, that is his current job [12:39] that does not mean he has to abandon his kubuntu friends :P [12:40] shadeslayer: how did you like my super long changelog btw :P [12:40] where? "D [12:40] oh [12:40] the one you showed yesteday? [12:41] apachelogger: its not super long :P [12:41] not? [12:41] it sure felt like a lot of information [12:41] there is one which is bigger [12:41] Quintasan: do you remember which one? :D [12:41] apachelogger: http://bazaar.launchpad.net/~kubuntu-members/kdenetwork/ubuntu/revision/81 [12:42] fake [12:42] that one is bugger [12:42] *bigger [12:42] that is a collection of previous changes, that is bogus competition to real changes [12:42] im just saying there was one bigger :P [12:43] apachelogger: help me with this rekonq problem ... [12:43] sudo apt-get purge rekonq [12:44] apachelogger: http://pastebin.com/efYzNMvS << thats how arora handles it [12:44] ... [12:44] sudo apt-get purge rekonq arora [12:44] handles what? [12:44] apachelogger: Package rekonq is not installed, so not removed [12:44] the handleUnsupportedContent() crap [12:45] the wha? [12:45] how is it unsupported? [12:45] line 377 [12:45] I thought buildlogs come with mime text? [12:45] that surely is supported [12:46] probably [12:46] Content-Type: text/plain;charset=utf-8 [12:46] yes [12:46] so how does one make rekonq render it [12:47] well, I dunno [12:47] I am not the rekonq fanboi here [12:47] heh :P [12:48] no idea? [12:48] * shadeslayer goes to #arora for answers [12:48] I love how tests are within rekonq's src tree [12:48] i dont think there are any :P [12:48] so you cannot grep crap without getting a pile of shit falling out of your terminal [12:49] where should they be then? [12:49] * shadeslayer doesnt understand the purpose of tests either [12:50] :O [12:50] * apachelogger wais for steveire to lecture shadeslayer [12:51] dude im a n00b to this :D [12:51] lecture me please [12:51] mentor me please [12:51] make me code hermit please :P [12:51] then i shall take over supreme apachelogger XD [12:52] when he gets old :P [12:52] old and rusty I am already [12:53] so train me :D [12:53] hmmmmmmmm [12:53] hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm [12:54] QL1S [12:54] I am so going to throw up next time I see that crap [12:55] what should that be replaced by? [12:55] [libqapt] gmartres * 1171556 * trunk/extragear/sysadmin/libqapt/ (3 files in 3 dirs) Added AptPkg cmake module copied from Shaman [12:56] hmmm [12:57] shadeslayer: it seems the qnetworkreply that your handleUnsupportedContent gets does not list text/plain as mime [12:57] but gzip [12:57] how did you find that out? :D [12:57] using supreme gdb skills [12:58] teach me already :P [12:59] all i get is orderedSearchItems leave: elapsed: 0 [13:02] apachelogger: how do increase the verbosity for gdb? [13:02] verbosity? :O [13:02] shadeslayer: I think you should read the gdb manual [13:02] man page or manual? [13:02] you are expecting wrong things from it [13:02] manual [13:03] smarter: hi (and thanks for the commit) [13:03] ok === ximion is now known as ximion-afk === ximion-afk is now known as 52AAB9Y4B === 52AAB9Y4B is now known as ximion [13:07] apachelogger: 555 pages :P [13:17] JontheEchidna: I'm going /away for a while but when I'm back I'll see if I can hack on qapt/muon ;) [13:17] * smarter felt like he didn't work on enough projects named after subatomic particles :p [13:18] smarter: cool! I'll have to talk to somebody about making bugfix branches for both, but then I can reopen trunk and interesting things can happen again. ;-) [13:19] shadeslayer: it is a mighty tool [13:19] i can see :P [13:22] :P [13:22] what a foo right there [13:22] :) [13:23] well [13:23] wellllllll [13:23] shadeslayer: I think the only thing you could do is IF mime == gzip AND filext == .txt.gz THEN use kate kpart [13:24] you cannot reliably check what the gzipped data is [13:24] no rendering through webkit? [13:24] webkit cannot render gzip can it? [13:25] erm arora can render said build log [13:25] I mean, you could probably decrompress it and then render it, but I do not see the gain [13:25] shadeslayer: probably because they do not use KIO [13:25] yes [13:25] they dont use KIO [13:25] so they get the text mimetype [13:25] while recum gets the gzip mimetype [13:25] oh [13:25] silly me [13:26] shadeslayer: supposedly you really just need to delegate the webview to show the thing [13:26] maybe i figures out that it needs to decompress on iits own [13:26] like when a silly webserver does gzip compression but not tell the browser about this in the header... there surely must be a fallback [13:27] what do you suggest then [13:28] oh boi [13:28] https://launchpad.net/~kubuntu-ppa/+archive/experimental/+build/1946340 ... [13:29] which means the stupid ppa needs to dep on backports or we copy all of the backports crap into this ppa [13:33] apachelogger: ^^ [13:34] copy copy [13:34] ohm [13:34] copy all of it? :D [13:34] maybe arora does silly funk after all [13:35] * shadeslayer proceeds to copy [13:35] http://aplg.kollide.net/images/avatar/snapshot14.png [13:36] hehe [13:38] muwhahaha .. i made LP time out [13:38] ah [13:38] the urly was just wrongy [13:39] shadeslayer: report a bug [13:39] apachelogger: no OOPS ID [13:39] woah [13:39] Sorry, there was a problem connecting to the Launchpad server. [13:39] :P [13:39] report a bug that it times out when you do whatever you did [13:40] maybe because im copying too many packages at once? :D [13:40] http://aplg.kollide.net/images/avatar/snapshot15.png === Tscheesy_ is now known as Tscheesy [13:40] nice [13:40] shadeslayer: and the UI is how exactly connected to that [13:40] there should be no timeout [13:41] see if i select 7 packages it works [13:41] it still should not time out [13:41] shadeslayer: go report bug [13:41] apachelogger: what do you suggest for rekonq .. [13:41] or annoy comment on some other [13:43] shadeslayer: make the code readable for starters [13:43] apart from that :P [13:44] ill brb [13:46] shadeslayer: well, same as I said above [13:46] IF mime == gzip AND filext == .txt.gz THEN render thing [13:47] you supposedly cannot prevent the networkaccessmanager to come back with an unsupportedtype [13:50] hm [13:50] render with kpart right? [13:50] shadeslayer: I think it would be easier to just use the kate kpart [13:50] mm [13:50] while webki could render that junk I doubt you would get KIO to accept it as text/plain even though it ends as .gz [13:51] for what it is worth, kio probably is right to prefer filext over http content [13:54] and under handleUnsupportedContent() right? [13:54] would say so, yes [13:55] mm [13:56] still wondering what the code would look like [13:57] if (reply->hasRawHeader("gzip")) {mimetype = "text/html"} [13:57] does that look ok? [13:58] apachelogger: ^ [14:02] wah? [14:02] woops,somone in #ubuntu+1 says they lost kmail on upgrade [14:02] where does the mail get saved is there a folder in home directory? [14:03] which mail? [14:03] if (mimeType == QLatin1String("application/x-gzip") && ) { do kpart foo } [14:03] shadeslayer: ^ [14:03] mfraz74: the ones that you download to your system using the client [14:03] kmail stores it in .kde/share/apps/kmail/ [14:04] thanks [14:05] nigelb: not sure if the new kmail stores it somewhere else [14:05] mfraz74: all that needs to be done is check if the directory is still there [14:06] hmm [14:08] apachelogger: i guess this will go before line 439 [14:10] i can probably use replyurl->hasSubUrl("txt.gz") [14:11] shadeslayer: that would be unwise [14:11] why> [14:11] the condition should be that it explicitly ends on txt.gz [14:11] ?? [14:11] ohh [14:11] otehrwise you might have a file mytxt.gz [14:11] but mytxt is binary [14:11] kabooom [14:12] how about hasSubUrl(".txt.gz") ? [14:12] * shadeslayer is checking the KUrl docs for alternatives [14:12] my.txt.gz.was.broken.so.here.is.it.in.a.tar.gz [14:13] oh :P [14:13] why would anyone name a file like that? [14:13] mfraz74: true, but apachelogger has a point [14:14] why would anyone have a file foo.txt.gz but claim it is mimetype text/plain while obviously it is not :P [14:14] true [14:14] the point is not why one would do silly things the point is that one can do silly things and that the software should not break for the better part of silly things that can be done ^^ [14:16] apachelogger: how to do it then? :D [14:16] you still could have my.txt.gz while indeed it is a gzipped exe, but that is a failure case that needs to be accepted in order to allow more sensible handling of txt.gz [14:16] shadeslayer: study the documentation or ask the google [14:16] im studying the docs [14:20] * apachelogger hates to get disconnected when he is in the middle of something [14:20] shadeslayer: there is one class I know of which is tightly related to file crap and allows obtaining information such as file extension... I am just not sure if it works with remote urls too [14:21] show it to me ;P [14:22] look for it :P [14:23] ... [14:23] shadeslayer: is it known that one cannot enter an ip addres with port and hope for rekonq to go for http? [14:23] apachelogger: why cant we use if(replyurl->fileEncoding == "txt" ) [14:24] like 10.0.0.100:631 [14:24] will not work [14:24] apachelogger: err.. i can enter ip, but never tried login port [14:24] heh it disappears :P [14:24] shadeslayer: because the encoding is gzip? [14:24] we;; [14:25] well... gzip then [14:25] ok it actually works [14:25] apachelogger: see put the ip:port combo in url bar [14:25] then it should give you 2 suggestions [14:26] click on the first suggestion [14:26] I do not want no suggestion I do want it to go to http://ip:port [14:26] shadeslayer: is that reported as not working? [14:26] idk why its not working [14:26] well, I do [14:26] dont think so [14:27] and this once I could not even blame rekonq's silly internals for it [14:27] why? :D [14:27] well, maybe... [14:27] let me think [14:31] well [14:31] I think [14:31] generally you should be able to just have a default protocol [14:31] i.e. if nothing else works, use the default [14:31] well, I can partially blame rekonq's silly internals [14:31] shadeslayer: do you have the class yet? [14:32] one sec [14:32] nope :P [14:32] perfect [14:32] :O [14:32] that junk does not work anyway [14:32] hahaha [14:32] rofl [14:32] .... [14:32] http://launchpad.net/ubuntu/+source/kdenetwork/4:4.5.1-0ubuntu2/+build/1945735/+files/buildlog_ubuntu-maverick-amd64.kdenetwork_4:4.5.1-0ubuntu2_FULLYBUILT.txt.gz [14:32] let us analyze that url real quick [14:33] buildlog_ubuntu-maverick-amd64.kdenetwork_4:4.5.1-0ubuntu2_FULLYBUILT.txt.gz [14:33] is the file component [14:33] buildlog_ubuntu-maverick-amd64 is the basename [14:33] kdenetwork_4:4.5.1-0ubuntu2_FULLYBUILT.txt.gz is the suffix [14:34] so in order to make that work you need to accept the suffix tar.gz AND *.tar.gz [14:34] eh [14:34] txt.gz respectively [14:34] that for course raises the concern with uniqueness again [14:34] s/for/of [14:34] * apachelogger needs coffee break [14:35] shadeslayer: qfileinfo is your friend [14:35] hi [14:35] The following packages have unmet dependencies: [14:35] ktorrent: Depends: ktorrent-data (= 4.0.3-0ubuntu1~lucid1~ppa1) but 4.0.1-1ubuntu1~lucid2~ppa1 is to be installed [14:35] can someone build the necessary package? [14:36] hmm [14:38] jussi: lulz @ fb :P' [14:38] heh [14:38] stole it from a friend of mine [14:38] oh, tsdgeos is here [14:38] :D [14:38] hello tsdgeos :) [14:38] tsdgeos: are you on amd64? [14:38] apachelogger: yup [14:39] tsdgeos: then I think the ktorrent-data package is just not built, you see, -data packages only get built once (on i386) for all architectures [14:39] so that should resolve itself soonish [14:41] tsdgeos: actually it is already built and only waits for the debs to get published, so it should be resolved within the next couple of minutes :) [14:41] * apachelogger continues being on coffee break ^^ [14:42] apachelogger: ok, is broken since yesterdat night but if you say i have to wait... [14:42] ohhhhhh [14:42] apachelogger: http://doc.trolltech.com/4.7-snapshot/qfileinfo.html#suffix << [14:42] awesome [14:42] shadeslayer: look again, that is the wrong function [14:43] apachelogger: http://doc.trolltech.com/4.7-snapshot/qfileinfo.html#completeSuffix ? [14:43] tsdgeos: yeah, sometimes i386 builds unfortunately get heavily backed up on PPAs [14:43] shadeslayer: more like it [15:29] [muon] gmartres * 1171580 * trunk/extragear/sysadmin/muon/src/ (DetailsTabs/VersionTab.cpp DownloadWidget.cpp) Make QStandardItem in listviews read-only [15:35] debfx: Not sure if you picked this up or not, but the powerpc/armel failures are a GCC problem. Fix for powerpc hits the archive in 10 minutes and is building on armel. [15:36] apachelogger: works now, tx [15:37] g [15:41] any one knows where I can find the GUI equivalent of qdbus on Maverick? [15:43] !find qdbusviewer [15:43] File qdbusviewer found in libqt4-dbg, qt4-dev-tools, qt4-doc-html [15:43] smarter: there ^ [15:43] dev-tools ftw [15:43] thanks :) [15:52] apachelogger: heh guess what : http://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-encoding-gzip.xhtml [15:52] that works with rekonq [15:53] so? [15:54] the point being that , that gzipped page works, but not the build log [15:54] i guess its because that page has gzip and not x-gzip [15:55] no [15:55] the difference is that that page defines an encoding [15:55] Content-Length: 168 [15:55] Content-Type: text/plain [15:55] Content-Encoding: gzip [15:55] and buildlog doesnt? [15:55] X-Content-Type-Warning: guessed from content [15:55] Content-Type: text/plain;charset=utf-8 [15:56] that warning certainly does not help I suppose [15:56] shadeslayer: report a bug [15:56] good catch [15:56] in launchpad? [15:56] btw http://imgur.com/oWfLq [15:56] thats from one of the build logs [15:57] shadeslayer: yes in launchpad [15:58] shadeslayer: I am not getting the encoding [15:58] oh [15:58] maybe [15:58] ... [15:59] aha [15:59] moved temporary ^^ [15:59] ... [15:59] * apachelogger thinks 90% of the urls in all of canonical's products are 302 :P [15:59] hehe :P [16:00] so basically its all lp's fault :D [16:00] no [16:00] BUT... arora can display the page [16:00] not sure [16:00] which sort of irks me [16:00] as does chromium [16:02] hmm [16:02] http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.5 [16:03] shadeslayer: report bug to launchpad [16:03] ok.. that encoding should be gzip ? [16:03] if I get this right they should not be using x-gzip since it is legacy and might not be supported in browsers [16:04] hmm [16:04] alrighty... bug in launchpad [16:07] bug 630259 [16:07] Launchpad bug 630259 in Launchpad itself "content-encoding for build logs should be gzip" [Undecided,New] https://launchpad.net/bugs/630259 [16:08] shadeslayer: that is general [16:08] not only build logs [16:08] remove "for build logs" ? [16:08] yus [16:08] done :) [16:09] * apachelogger is wondering where kio checks the encoding creps [16:12] :O [16:12] scary code [16:13] apachelogger: http://pastebin.ca/1932774 [16:13] that needs to have txt.gz ... in kdelibs [16:13] yeah just hit that too [16:13] :D [16:13] and it uses QL1S :P [16:14] * apachelogger throws up [16:14] QLatin1String!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [16:14] look you puked all over kdelibs [16:15] there is more, much more... [16:16] what's up with QL1S? [16:16] it's a perfectly valid usecase [16:18] tsdgeos: it is making it a macro that no one understands that I have a problem with [16:18] also it looks kinda silly [16:20] if you puke over this small things i recommend you to not look at much code ;-) [16:22] apachelogger: btw which file is that code in? [16:22] tsdgeos: there hardly goes a day by where I do not have to rant about some ugly code indeed ;) [16:22] shadeslayer: kioslave/http/http.cpp [16:22] day/hour [16:22] true [16:23] apachelogger: http://websvn.kde.org/trunk/KDE/kdebase/runtime/kioslave/ << nothing there [16:23] kdelibs [16:23] in kdelibs [16:23] oic [16:24] apachelogger: i guess that LP bug is redundant now :D [16:25] no [16:25] they still shouldnt use gzip since the 1.1 spec specifically sad "SHOULD" [16:25] as in a browser might not do it if they do not want to [16:26] hmm [16:26] * apachelogger wonders why his gdb does not know about HTTPProtocol [16:27] !find kdebase | apachelogger [16:27] apachelogger: Found: kdebase, kdebase-apps, kdebase-bin, kdebase-data, kdebase-dbg, kdebase-plasma, kdebase-workspace, kdebase-workspace-bin, kdebase-workspace-data, kdebase-workspace-dbg (and 9 others) http://packages.ubuntu.com/search?keywords=kdebase&searchon=names&suite=lucid§ion=all [16:27] apachelogger: thank tsimpson... :D [16:27] yay [16:28] tsimpson: thanks you are the best *hugs* [16:28] * apachelogger throws cookies through the channel [16:28] :) [16:31] jussi: new feature in ubottu ? [16:31] ( the link at the end ) [16:32] apachelogger: who is responsible for fixing the kio http problem? [16:32] the one who fixes it [16:33] it just needs 2 lines right? [16:33] I dunno [16:33] shadeslayer: yup, as well as more packages listed [16:33] * apachelogger is working on other stuff [16:33] jussi: ah yess :D [16:34] apachelogger: look at line 2593 of same file [16:34] hmm wait [16:35] thats the problem id guess [16:36] * shadeslayer hops to #kde-devel to discuss [16:37] * apachelogger beats funambol with a very large hammer [16:52] !find curl-config [16:52] File curl-config found in libcurl4-gnutls-dev, libcurl4-openssl-dev, libflickcurl-dev [17:00] oh [17:00] the murphys [17:00] :) [17:05] shadeslayer: I think you should either drop a patch on reviewboard or report a bug ;) [17:06] would love to help with a patch [17:07] but need some info first [17:07] since there is no mime type return for text/plain, what should the mime type be? [17:08] and i just have to edit one line right? [17:08] *shrug* [17:08] if ((m_request.url.path().endsWith(QLatin1String(".txt.gz"))) [17:08] maybe two or three [17:08] that needs to be added as far as i can tell [17:08] are you sure about that? [17:09] along with a mimetype = foo [17:09] because there are other places where gzip gets messed with [17:09] apachelogger: im sure as in, i think thats right [17:09] and at last one other looked sort of related while I was skipping through the file [17:10] idk.. thats the only one i can see [17:15] search for gzip [17:20] [libqapt] gmartres * 1171597 * trunk/extragear/sysadmin/libqapt/ (3 files in 3 dirs) Added the error code NotFoundError to handle the case when the package selected(usually by qapt-batch) does not exist(or does not exist in the version specified) [17:24] ah [17:24] who needs soversions -.- [17:26] * nigelb hands apachelogger best written commit messages of the century award [17:26] me? [17:26] I did not commit anything [17:26] oh, wait, that isn't you [17:26] who is that [17:26] :P [17:26] smarter [17:27] omg, google logo looks cool today [17:27] are you mocking me? :p [17:28] oh cool, google polyhedra [17:28] smarter: nope, I would just say 'Show error msg for that nasty bug...' [17:28] I don;t know how you have the patience to write it in so much detail [17:29] http://whatthecommit.com/ [17:29] made of pentagons and hexagons, and I can tell you that it has exactly 12 pentagons faces [17:29] nigelb: haha :) [17:29] * apachelogger looks up smarter on identity.kde.org [17:29] muhahaha [17:29] smarter: you did not set no irc nick [17:29] * smarter never heard of that site :p [17:29] I could not even publicly blame if you broke something [17:30] smarter: only got pushed live the other day as part of the git migration [17:30] and https://identity.kde.org/register.php is blank here [17:30] as I understand it it is meant to provide more self-management to reduce work load of the sysadmins [17:30] smarter: you have an account [17:30] username is your svn account [17:31] have it reset the password [17:31] okay [17:31] smarter@ubuntu.com is the email you used btw ;) [17:36] apachelogger: by the way, any idea of the timeline for The Great Git Migration? [17:36] it is in the community wiki [17:37] somewhere [17:37] ... [17:37] http://community.kde.org/Sysadmin/GitInfrastructureLaunch [17:41] thanks [17:49] hehe :P [17:50] so [17:50] I was thinking [17:50] since backporting KDE is more a pain than it needs to be [17:51] how about we create a script to mass-branch all branches of kubuntu-members at release day so that for each we get a / branch [17:52] i.e. lp:~kubuntu-members/kdebase/ubuntu gets brached to lp:~kubuntu-members/kdebase/lucid [17:52] then at backport time ideally we only need to bzr merge && bzr builddeb -S [17:52] make that bzr builddeb -S -- -sd [17:53] A ruby script I imagine? :p [17:53] pyth0rn [17:53] I suppose launchpadlib could easily list all branches of kubuntu-members [17:53] then we just need to for loop them [17:56] maybe we can auto decrement boost and all the standard stuff automatically too [17:57] no [17:57] BUT [17:57] we then only need to do it once [17:57] (given that they are in mergable line structure) [17:57] * shadeslayer checks out kdesupport [17:57] this is gonna take alot of time .... [17:57] E: akunambol: malformed-deb-archive third member data.tar not data.tar.(gz|bz2) [17:58] when will they fix that? :S [17:58] whut is akunambol [17:58] mycloud++ [17:59] whats a SyncML server? :D [17:59] ohhhh [18:00] apachelogger: btw i can launch kdesvn even if i install kde* into /home/$USER/kde right? [18:00] using kdm [18:00] I have no idea [18:00] foobar [18:00] shadeslayer: yes [18:01] ohk.. just need to add necessary stuff into kdmrc i guess? [18:01] i shall setup proper dev env today :P [18:28] <_Groo_> hi/2 all === ximion is now known as 84XAAWBHY [18:34] <_Groo_> guys how do i pass qtmultimedia path directly to cmake using dh? i tried doing this: [18:35] <_Groo_> dh_auto_configure -- -DQT_QTMULTIMEDIA_INCLUDE_DIR:PAdh_auto_configure -- -DQT_QTMULTIMEDIA_INCLUDE_DIR:PATH='/usr/include/QtMultimediaKit' -DQT_QTMULTIMEDIA_LIBRARY_RELEASE:PATH='/usr/lib/libQtMultimediaKit.so'TH='/usr/include/QtMultimediaKit' -DQT_QTMULTIMEDIA_LIBRARY_RELEASE:PATH='/usr/lib/libQtMultimediaKit.so' [18:35] <_Groo_> ops [18:35] <_Groo_> dh_auto_configure -- -DQT_QTMULTIMEDIA_INCLUDE_DIR:PATH='/usr/include/QtMultimediaKit' -DQT_QTMULTIMEDIA_LIBRARY_RELEASE:PATH='/usr/lib/libQtMultimediaKit.so' [18:35] <_Groo_> better [18:36] <_Groo_> but it says it cant find the objlink diretory [18:36] <_Groo_> which usually means im doing something wrong === 84XAAWBHY is now known as ximion [18:44] hey guys [18:44] did someone see ofirk here today? [18:44] [libqapt] gmartres * 1171615 * trunk/extragear/sysadmin/libqapt/src/worker/worker.cpp Properly exit QAptWorker::commitChanges after a NotFoundError === yofel_ is now known as yofel [18:59] hm [18:59] I think I meant to close bug 468430 [18:59] Launchpad bug 468430 in kdegames (Ubuntu) "kdesnake gives error message when attempting to start" [Medium,Triaged] https://launchpad.net/bugs/468430 [18:59] * apachelogger is too tired to do it now :S [19:59] JontheEchidna: pling === smarter__ is now known as smarter [19:59] smarter: plong [20:01] JontheEchidna: I'm seeing if I can implement the fancy DownloadModel you mention in the TODO, but there's something I don't get in qapt: how is the downloadProgress signal emitted? [20:01] I can see that it comes from the workerAcquire::pulse function, but that's not called anywhere [20:01] voodoo! [20:01] workerAcquire is a subclassed class [20:01] ooooh [20:01] the parent class controls it [20:02] should have checked that :p [20:02] also, what's the IMShit() function for? :p [20:03] hmm [20:03] oh, that's part of the superclass too [20:03] yeah [20:04] [libqapt] jmthomas * 1171652 * trunk/extragear/sysadmin/libqapt/src/worker/worker.cpp Give the worker protection against broken config (e.g. broken sources.list) so that it doesn't crash. [20:04] The libapt-pkg api is horrible [20:04] I saw that yes :p [20:04] which is why I did libqapt in the first place, so that hopefully others wouldn't have to look at it so much :P [20:04] (I fixed qapt building in shaman btw) [20:05] thanks [20:05] If you really want something to "wtf" over, look at WorkerInstallProgress::updateInterface() [20:06] I saw it, but have no idea what it's supposed to do :p [20:06] and start() [20:06] that bit of black magic gives us our percentages and progress text [20:06] hmm, have to go. be back in ~30 minutes [20:06] 'kay [20:07] but basically it hooks in to a filefd that dpkg --status-fd gives us, and does some console-level magic to get info from it [20:07] getting that to work took a few days [20:07] bbl [20:14] <_Groo_> hi/2 all [20:14] <_Groo_> im experiencing a lot of I/O from nepomukfilewatch each time i start kde, so i disabled it in .desktop file. wasnt it suposed to do incrementals, instead of checking my entire home each time? [20:18] shadeslayer: ping [20:21] I want to suggest a fix for rekonq in lucid. what is the procedure? [20:47] why is this channel so dead :( [20:55] JontheEchidna: either heard of libapt-front? [20:55] smarter: that's what turned in to libept [20:56] JontheEchidna: sure? libept seems to be read-only, whereas libapt-front was supposed to be a replacement of libapt-pkg [20:57] project page seems to say so: http://libapt-front.alioth.debian.org/ [20:58] though I suppose superceeded != "turned in to" [20:58] apparle: pong [20:59] ok [20:59] shadeslayer: so the ML patch was old. [20:59] apparle: patch rekonq 0.4 -> make debdiff -> ask for SRU [20:59] not old... outdated [20:59] you need to refresh the patch [20:59] shadeslayer: ya [20:59] so [21:00] add patch -> make new package -> file SRU + debdiff [21:00] shadeslayer: actually, I will have to generate a new one, I did manual patching as the versions and files didn't match [21:00] shouldnt be a problem [21:00] JontheEchidna: is it even possible with libapt-pkg to know the download state of each individual package? [21:00] synaptic does it, so it is possible. [21:00] shadeslayer: so how do I generate a new patch. never done this. [21:01] (A lot of libqapt is based off of reading synaptic code as reference) [21:01] * smarter downloads synaptic source code :p [21:01] apparle: diff -u oldfile.cpp newfile.cpp &>newpatch.diff [21:01] shadeslayer: multiple files. [21:02] apparle: diff -Nru oldfolder/ newfolder &>newpatch.diff [21:03] actually, kpackagekit seems to do that now too [21:03] (the aptcc packagekit backend more specifically) [21:03] shadeslayer: it looks like this http://paste.ubuntu.com/488442/ what next [21:03] shadeslayer: check the foldernames at top. do I need to change them [21:03] um [21:04] JontheEchidna: oh right, it's hidden by the details button so I didn't see it [21:04] apparle: line 2 should read rekonq-0.4.0.orig/foo [21:04] line 3 should read rekonq-0.4.0/ [21:04] so basically change the folder name [21:05] shadeslayer: ok [21:05] rekonq-0.4.0.orig/ and rekonq-0.4.0 [21:05] !debdiff | apparle : youll also need this [21:05] apparle : youll also need this: A simple way to patch Debian/Ubuntu packages is to attach a debdiff to a bug report, or send it to the team which handles the package. Learn more about it from https://wiki.ubuntu.com/PackagingGuide/Howtos/Debdiff [21:06] JontheEchidna: okay, I see how it can be done, what was bugging me is that I thought apt-get/aptitude downloaded packages in parallel but that doesn't seem to be the case, or maybe under some specific circumstances? [21:07] only when apt wants to [21:07] shadeslayer: I suppose this flash would fix this bug right? https://bugs.launchpad.net/ubuntu/+source/rekonq/+bug/602141 [21:07] Launchpad bug 602141 in rekonq (Ubuntu) "rekonq crashet on ubuntuforums" [Undecided,Incomplete] [21:07] like when downloading big package + a bunch of smaller ones, or something [21:07] looking [21:07] JontheEchidna: and I guess apt-pkg utterly fails in this case? [21:08] apparle: maybe, youll need to check [21:08] iDunno [21:08] JontheEchidna: you forgot the TM there :P [21:08] shadeslayer: how? apport report is big, and I don't know what to check in it [21:08] iDunno™ [21:08] I tried to open link from google search to ubuntu forums << maybe that helps? :D [21:09] better :D [21:09] shadeslayer: what [21:09] and how do you write TM? [21:09] thats what the bug report says [21:09] ™ << thats how? :D [21:10] unicode character if im not wrong [21:10] how do you type it? [21:10] apparle: i gues compose [21:10] what [21:11] apparle: the bug report says what needs to be done to crash it [21:11] smarter: btw, don't know if you've seen, but: http://imgur.com/sE0rn [21:12] shadeslayer: ok so now after applying patch it doesn't crash. That's it [21:12] ? [21:12] smarter: it doesn't really do anything except display that yet, and I've not committed it to trunk because I've not gotten muon and libqapt branched yet [21:12] apparle: compose input a feature of Xorg [21:12] JontheEchidna: nice! [21:12] apparle: id guess thats it.... [21:12] if user reports if it still crashes.... [21:12] I should probably see about who to talk to to get an svn branch... (apparently I don't have commit rights to branches/ in kdesvn [21:13] techbase probably has a howto on that [21:13] bulldog98: any link on how to use it? [21:17] apparle: http://en.wikipedia.org/wiki/Compose_key [21:18] Got a question for those building kde trunk. I build qt from nokia to get 4.7, however that version doesn't create the qt/include/phonon/Phonon directory during install. kdebase looks for the phonon includes at that location. The files it is looking for exist, but obviously not where it expects them to be. 10.04's qt-dev package puts them in the right spot, but its 4.6.3. [21:19] Besides fixing the qt install, is the other way to just pull qt4.7 from maverick? [21:22] bulldog98: I don't seem to have a compose key [21:25] cmagina: (I'm not an expert on this) doesn't the kde trunk build guide say to use phonon from the seperate phonon repos? any reason why you're not using that? [21:25] yofel: I must have missed that part. I'll go take a look again. Thanks [21:26] cmagina: see http://techbase.kde.org/Getting_Started/Build/KDE4/Prerequisites#Phonon [21:27] yofel: Ah, read right over that. Again, thanks. [21:41] shadeslayer: ping [21:41] pongly [21:41] * shadeslayer has reduced brain function @ 2 AM [21:42] keep that in mind [21:42] :P [21:42] shadeslayer: that patch includes x11 libraries, check the link of patch I gave you earlier. Do I need to change anything in the debian package? [21:42] gah... House just removed half of a guys brain :O [21:43] apparle: checking [21:43] shadeslayer: any changes in the dependencies? [21:43] ok if it doesnt add any build deps [21:44] test in pbuilder [21:44] shadeslayer: again how [21:44] Riddell: ^ think we need to SRU rekonq? [21:44] for lucid [21:44] !pbuilder | apparle [21:44] apparle: pbuilder is a system to easily build packages in a clean chroot environment. To get started with PBuilder, see http://wiki.ubuntu.com/PbuilderHowto [21:44] pretty good wiki entry [21:45] shadeslayer: what is clean chroot env [21:45] !chroot [21:45] A chroot is used to make programs believe that the directory they are running in is really the root directory. It can be used to stop programs accessing files outside of that directory, or for compiling 32bit applications in a 64bit environment - see https://help.ubuntu.com/community/BasicChroot [21:45] ok [21:46] hallo zusammen [21:49] !gpg | apparle [21:49] apparle: gpg is the GNU Privacy Guard. See https://help.ubuntu.com/community/GnuPrivacyGuardHowto and class #8 on https://wiki.ubuntu.com/ClassroomTranscripts [21:57] Riddell: qt4-x11 finished building. I've reviewed it for binary New and it's fine, but LP is up to it's usual reliability standard and not letting me accept it. Would you please do so? [22:06] jmthomas * 1171695 * branches/stable/extragear-kde4/sysadmin/libqapt/ Branch of libqapt for 1.0.x [22:13] smarter: trunk is thawed, go crazy. ;) [22:14] \o/ [22:14] oh, but actually I was planning on doing some file structure rearranging [22:14] for the inclusion of the software-center type GUI [22:15] I'll try to be quick about it and get that done in the next hour or few ;) [22:15] don't worry, I won't be able to work on that DownloadModel until tomorrow afternoon [22:15] ok, cool. As long as I'm not holding you back... :) [22:19] * shadeslayer pokes his kde svn install [22:20] ok everything done.. now to add stuff in kdmrc [22:26] JontheEchidna: i made a new startkde4 for kde-neon, does it have to be +x ? [22:27] 'night all [22:27] I would imagine so. [22:27] 'night [22:27] smarter: might [22:32] apachelogger: Would you please have a look at http://launchpadlibrarian.net/54800313/buildlog_ubuntu-maverick-i386.kde-l10n-lt_4:4.5.1-0ubuntu1_FAILEDTOBUILD.txt.gz - It combines several of your favorite things. [22:50] i haz KDE neon \o/ [22:50] not the packaged one :P [22:53] seems pastebin plasmoid is broken [22:53] who broke my dearest plasmoid :( [23:14] apachelogger: pingly quick! [23:15] * shadeslayer is overhyped [23:15] i made rekonq show cruft [23:15] by editing kio [23:15] seems only thing remaining is to sort out encoding [23:18] hmmmmmm [23:23] Riddell: Nevermind. It worked this time. [23:23] Qt 4.7 rc 1 is in. [23:26] awesome [23:26] * shadeslayer wanders off to see kate code [23:33] shadeslayer: why would we SRU rekonq? [23:33] flash issue [23:33] seems to be affecting 0.4.0 as well [23:33] apparle: ^^ [23:34] maybe hes gone to sleep... cant say [23:34] I'm up [23:34] oh :) [23:34] apparle: explain :P [23:34] * shadeslayer hacks more on kio [23:35] is there a patch? [23:35] Riddell: just a min [23:36] Riddell: i made a small dent with http://paste.ubuntu.com/488477/ [23:36] now rekonq shows all gibberish [23:37] cant figure out whats wrong.... [23:37] Riddell: http://paste.ubuntu.com/488483/ [23:37] possibly fixupResponseContentEncoding needs fixing too [23:37] shadeslayer: well it's probably showing the raw gzip file [23:38] Riddell: id guess so [23:38] any ideas? [23:38] Riddell: I'll make the debdiff later... exams going on [23:38] ( then we can patch our kdelibs and send a patch upstream ) [23:38] apparle: seems reasonably, needs someone to file a bug and make the debdiffs for the SRU then [23:39] Riddell: bug has been filed by someone, I am not sure if it is the same bug problem. I'll make the debdiff in few days [23:39] apparle: got the number? [23:40] Riddell: https://bugs.launchpad.net/ubuntu/+source/rekonq/+bug/602141 [23:40] Launchpad bug 602141 in rekonq (Ubuntu) "rekonq crashet on ubuntuforums" [Undecided,Incomplete] [23:40] shadeslayer: not really since I don't know how kio http works, probably something needs set which tells it to uncompress the gzip file, no idea if that's possible [23:40] apparle: thanks [23:40] mm [23:41] Riddell: for what? [23:41] apachelogger might know... [23:41] apachelogger: when your back look @ http://paste.ubuntu.com/488477/ [23:41] apparle: for finding the bug and the patch [23:41] * Riddell sleeps [23:41] Riddell: :D good night [23:41] ^ i need some of that too [23:42] shadeslayer: you don't get it everytime I suppose. Only the first time :P [23:42] probably [23:42] :) [23:42] ok bye [23:42] cya [23:50] d'aww CIA-116 still isn't picking up muon commits [23:56] ScottK: do you have any patches in Qt 4.7-rc1 reverting any QTextBoundaryFinder-relatedg [23:56] Sput: Dunno. Maybe debfx is around and can answer. [23:56] ups, I didn't finish typing :) [23:57] IIRC, he was the one packaging. [23:57] ScottK: thing is, I keep getting reports of broken wordwrap in Quassel from kubuntu users with 4.7-rc1 [23:57] Sput: If they have RC1, they didn't have it officially as it just got accepted an hour ago. I see the same thing with beta 2. [23:57] and there has been a behavior change in QTextBoundaryFinder during the 4.7 cycle we had to adapt to, such that older versions of Qt 4.7 (like beta2) would break [23:57] (was waiting to see if the rc fixed it before I got excited) [23:58] dear kubuntu packagers, could you correct that packaging error in Amarok 2.3.0 Lucid which does not install the correct MySQL packages for non-KDE users? I am getting sick of those bug reports. And the bug is really serious, as Amarok can't build a collection without those packages... [23:58] *but* at least in my checkout, this behavior change made it into rc1 [23:58] Sput: OK. Let me update and see. [23:58] Mamarok: What is missing? [23:58] so if it's still around in kubuntu's 4.7-rc1, either you guys patched out the behavior change, or something entirely weird happens there [23:58] see also https://bugs.launchpad.net/bugs/630103, which is the umpteenth report about that [23:58] Launchpad bug 630103 in amarok (Ubuntu) "Amarok does not see music collection and cannot die completely when asked" [Undecided,New] [23:58] I'm using the 4.7 branch (HEAD) and I don't have the issue [23:58] OK [23:58] ScottK: well, it does not install the mysql-sercer-core packages for all non-KDE users [23:59] what would m_contentEncodings.removeLast() do btw? [23:59] Mamarok: I'll look into it. [23:59] besides the above mentioned bug being invalid since he reports at least three differnet issues, the lack of MySQL is really annoying