[12:16] Tonio_: What's that? [12:16] manchicken: not all packages, some do, as kdebase for example [12:16] manchicken: no aware of that ????????, [12:16] Tonio_: Does adept? [12:16] seemingly not [12:16] Yeah. I'm thinking not, too. [12:16] at least I can't find it [12:16] You could build from source. [12:16] manchicken: here is the plan, kdesu sucks as hell, and I found a very old and pretty nice code for sudo/kde [12:17] didn't work but I got it to work with a modern sudo [12:17] Riddell: you said the only fault of kdesu is that it's running sudo multiple times [12:17] manchicken: the point is that to get it to replace kdesu perfectly, we need to implement all the command line options kdesu as [12:17] manchicken: one of them is still missing, the --nonewdcop one [12:17] Tonio_: ^^ shouldn't we fix kdesu then, instead of supporting this new app? [12:17] manchicken: in which case that's a job for another day :) [12:17] Arby: `apt-get source adept` and then edit the debian/rules file to add --enable-debug=full where you see "DEB_CONFIGURE_EXTRA_FLAGS += --enable-adept" and then you just type debuild and BAM, it'll either yell at you for dependencies or it'll build. [12:17] manchicken: kdesudo currently fixes about all the issues we have with kdesu, which means a lot of problems [12:18] mhb: fixing kdesu will be too long in my opinion [12:18] mhb: supporting a new app and then try to merge the changes with kdesu might be better no ? [12:18] manchicken: cheers, I'll give it a go, but not right now :) [12:18] RadiantFire: poke [12:18] tis late here :) [12:19] mhb: unless I'm wrong and just having a sudo class for kdesu would be easier..... [12:19] Arby: Righto. Just make sure you have libtagcoll-dev and libapt-front-dev installed and you should be good to go. [12:19] mhb: jab [12:19] mhb: shell account is working for the moment [12:19] mhb: not to give you pressure, but I really would like to have that fixed for gutsy [12:19] Arby: The dpkg-checkbuilddeps script should help. [12:19] me too [12:19] RadiantFire: read up [12:19] mhb: we had to use gksu on kde for the french parliament, as kdesu is unable to understand specific sudoers config for example..... [12:19] manchicken: I don't know what that is [12:20] ah, yes [12:20] Arby: It's just a command-line utility. [12:20] no way to get a NOPASSWD thiing to work for example [12:20] RadiantFire: the thing is, Riddell (who wrote the kdesu support for sudo) said that the only fault of kdesu is that it runs sudo multiple times. [12:20] manchicken: talking about that, should we get adept-batch to work with kio-apt ? :) shouldn't be hard to implement, and pretty fun hehe :) [12:20] manchicken: OK, I'll find it. [12:20] i don't suppose they fixed any of these problems in kde4 and we could look at backporting something [12:21] Tonio_: the truth is, I'm not one on how many problems there are with kdesu [12:21] Arby: It's in the dpkg-dev package. [12:21] mhb: more than this, kdesu doesn't do any kind of sudo thing [12:21] Tonio_: Riddell says it's just one, you say there are many [12:21] mhb: it just takes your password and checks if sudo has a problem with it [12:21] Tonio_: Right now I'm getting proxying to work with the developer changelog. [12:21] manchicken, Arby: all packages have debug package in the debug package repository [12:21] I'm knee deep in debugger. [12:21] although I don't know where that is [12:21] Riddell: A lot of help you are :) [12:22] mhb: try to tweek the sudoers file to allow only one command to one user, with the NOPASSWD thing, that'll fail, ask for passwd everytime [12:22] mhb: kdesudo works perfectly with this, as it directly asks sudo before prompting for the passwd [12:22] mhb, Tonio_: oh yes, kdesu uses kdesu_stub so sudoers isn't respected as you would expect, that is also an issue [12:22] Riddell: exactly, which sucks as hell........ [12:22] kdesu_stub is evil I have found [12:23] Riddell: do you mean pittis repository? [12:23] You'd think that kdevelop would have more support for Qt types instead of giving me addresses to look for all over the place. [12:23] i don't understand why exactly it exists, surely there must be an easier way of manipulating X cookies [12:23] as in deb http://people.ubuntu.com/~pitti/ddebs gutsy main universe [12:23] Arby: that looks like it [12:23] Riddell: kdesudo works perfectly with sudo and deals with any kind of sudoers file, I tested this deeply, the only thing is that it fails to be used to go admin mode in kcontrol for example, due to missing command line option [12:23] Riddell: thanks [12:23] Riddell: if we had this, we can get ridd of kdesu once and for all [12:24] Riddell: and then try to get the code merge as a clas in kdesu, for kde4 I guess [12:24] mhb: btw I wouldn't see any problem having 2 separate apps, as there are 2 separate commands in the shell to go admin :) [12:25] mhb: makes sense to have a GUI based client for each method [12:25] the client is basically the same [12:25] so I'd like to see just one client [12:25] mhb: that's what I consider the second step :) [12:25] Tonio_: yeah, I know [12:26] mhb: no reason to get the code merge for kde3, that's too late, but we should get it merged for kde4 [12:26] Tonio_: also, kdesudo is heavily dependent on replies from sudo [12:26] mhb: true [12:26] that sort of makes sense [12:26] sudo has a somewhat different messaging structure than sud [12:26] Tonio_: and i18n might arrive into sudo soon [12:26] er, su [12:26] mhb: well not that much as I force sudo output as much as I can [12:27] mhb: for example the password asking message is forced, so that ubuntu default changes on that point won't affect kdesudo [12:27] stupid question, would it not be easier to write a suid app that can understand the sudoers file instead of relying on sudo as a long term goal [12:27] mhb: don't know if you saw that in the code [12:27] Tonio_: I did [12:27] Tonio_: you cannot force the error messages, though [12:27] mhb: nope, that's true [12:28] mhb: but honenstly, error messages didn't change the last 4 years :) [12:28] mhb: I didn't changes them on the 4 year old code [12:28] Tonio_: no, but we also need to make sure the messages are in english [12:28] mhb: not a big deal if we have to upgrade them every 3 years right ? :) [12:29] Tonio_: because if sudo spoke French, kdesudo would go crazy :o) [12:29] mhb: they are english btw [12:29] that must be annoying for the french admins [12:29] mhb: sudo isn't localized afaik [12:30] mhb: well we can discuss about what's better to do, but I would like kdesudo to go like hurd :) [12:30] http://www.gratisoft.us/bugzilla/show_bug.cgi?id=244 [12:30] mhb: I'd say let's finish it and then make the right thing on the second step :) [12:30] www.gratisoft.us bug 244 in Sudo "Sudo lacks i18n/translations" [Enhancement,Assigned] [12:31] mhb: don't agree on that point ? [12:31] Tonio_: well, I don't know :o) [12:31] Tonio_: if the last step (implementing the dcop call) would be easy I'd go for that [12:32] mhb: one we have something that works, we'll have month to get something nicelly done for kde4 [12:32] mhb: we don't have more than a month from now to get it is gutsy [12:32] Time for some print and pray debugging. [12:32] mhb: let's ask manchicken's opinion :) [12:32] Tonio_: That might be dangerous. [12:32] manchicken: why so ? ;) [12:33] This is one of those "be careful what you wish for, you just might get it" moments. [12:33] manchicken: hehe :) [12:34] mhb: I think that if we can get all the good coders on that last point, we can get it to work quickly [12:34] AKA, not me of course :) [12:35] Tonio_: perhaps, yes [12:35] I'm a hacker, but I don't know if the word "good" enters into it. [12:35] Tonio_: I won't be doing it tonight, though :o) it's too late for me [12:37] mhb: What's your $TZ? [12:37] mhb hehe no pb, sleep well ;) [12:37] Tonio_: I'll check the KDE4 code of kdesu now, then sleep [12:37] manchicken: Riddell+1 or so :o) [12:37] Righto. [12:38] MOFAKA! It works. [12:38] Kinda. === RadiantFire cheers and stomps feet [12:39] Tonio_: you know what's pretty stupid? [12:40] Tonio_: that the last step is about dcop [12:40] Tonio_: which is pretty much obsolete by now [12:40] Tonio_: kdesu4 doesn't have any such command line option [12:40] My dog is pretty stupid. [12:40] Ooh ooh oooh oooh oooooh. I think I may get a 2-for-1 deal on this bug. [12:44] Sweet. [12:44] Score one for print & pray debugging. [12:45] mhb: :/ [12:45] mhb: yeah, pretty much stupid doing this just for kde3..... but that needs to be done :) hehe === raichoo [n=raichoo@i5387DC0E.versanet.de] has joined #kubuntu-devel === superstoned [n=supersto@86.92.111.236] has joined #kubuntu-devel [12:51] Riddell: you might know that, but they dropped support for sudo out of kdesu4 [12:51] Riddell: or perhaps I'm wrong, errr [12:51] Riddell: sorry for the last bit [12:51] more reading, then telling [01:14] Booya. [01:14] Two bugs. Fixed. [01:16] Only one patch though. [01:18] manchicken: what about adept-kde4? [01:18] manchicken: is anyone working on that? === chozabu [n=chozabu@82.153.39.173] has joined #kubuntu-devel [01:19] mhb: What? You mean you weren't?! Damnit, I thought you were. heh [01:19] I think mornfall is still cranking away at it, and I think Riddell has been playing with it some, too. Don't know. when I tried to build it at UDS, I got it to compile, but run it did not. [01:20] Bug #119089 is fixed, as well as bug #85056. [01:20] Launchpad bug 119089 in adept "Unable to fetch the Developer Changelog" [Medium,Confirmed] https://launchpad.net/bugs/119089 [01:20] Launchpad bug 85056 in adept "adept_updater try's to fetch changelog from other package" [Low,Confirmed] https://launchpad.net/bugs/85056 [01:20] the patch is on the bug report for 119089. [01:20] I'm gonna go eat spicy food now. Later. [01:21] manchicken|away: mornfall isn't doing anything, but says he has some time this summer for a qt 4 port and UI improvements === xRaich[o] 2x [n=raichoo@i5387DC0E.versanet.de] has joined #kubuntu-devel === neversfelde|mobi [n=neversfe@nrbg-4d071327.pool.mediaWays.net] has joined #kubuntu-devel === dewey [n=dewey@c-67-168-51-149.hsd1.wa.comcast.net] has joined #kubuntu-devel [01:42] gutsy-gibbon 2 would not boot for me? [01:46] check the CD is valid [01:47] evening === goldenear [n=goldenea@2001:6f8:392:1:213:2ff:fe4a:53a7] has joined #kubuntu-devel [01:55] Riddell: Also, maybe change 'Kubuntu 7.10 amd64' to something more descriptive so as to know that it isn't the official release (maybe append 'Tribe 1', or 'Daily Build')... [01:58] not my choice that [01:58] you'd need to file a bug [02:00] ok, will do :) [02:07] Riddell: the md5sum was fine? [02:08] was the CD verification fine? [02:08] Riddell: how do that? [02:08] https://help.ubuntu.com/community/Installation/CDIntegrityCheck === jack_wyt_ [n=jack@124.64.106.39] has joined #kubuntu-devel === neversfelde|mobi [n=neversfe@nrbg-4d07149f.pool.mediaWays.net] has joined #kubuntu-devel === never|mobi [n=neversfe@nrbg-4d07149f.pool.mediaWays.net] has joined #kubuntu-devel === Shely [n=huahua@60.20.49.26] has joined #kubuntu-devel === cynics [n=cynics@123.116.101.251] has joined #kubuntu-devel === claydoh [n=claydoh@66-252-55-232.dyn-adsl.midmaine.net] has joined #kubuntu-devel [03:26] using gutsy tribe-2 installed in vmware i get a lot of text in console login mode and it becomes hard to type due to the messages scrolling [03:29] i noticed when i booted from the live cd of tribe 2 i had the option for dolphin as the file manager but don't see that in my updated today gutsy install === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel [05:43] mhb: I figured out how to detect the lock for the easy resolution. [05:43] mhb: I'm wondering if it's really necessary to have a python script for that though to be honest with you. === BentJ [n=BentJ@port46.ds1-esp.adsl.cybercity.dk] has joined #kubuntu-devel === DaSkreech [n=skreech@port0002-abm-static-adsl.cwjamaica.com] has joined #kubuntu-devel === DaSkreech [n=skreech@port0002-abm-static-adsl.cwjamaica.com] has joined #kubuntu-devel [06:35] mhb: I think I may have gotten a fix for the dpkg locked bug... [06:54] where does the useragent string get stored on a system? [06:54] it seems that with Gutsy, the Kubuntu useragent string is just detected as Linux now, and not Kubuntu anymore [06:55] That's an interesting question. [06:55] I'm guessing that's in kubuntu-defaults or something. === mbiebl [n=michael@e180073221.adsl.alicedsl.de] has joined #kubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel === paran [n=paran@cust.fiber-lan.snet.lk.212.214.112.112.visit.se] has joined #kubuntu-devel === Hobbsee wavse === haggai [n=halls@credativ.bcnadsl.com] has joined #kubuntu-devel === emonkey-f [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #kubuntu-devel === emonkey__ [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #kubuntu-devel === haggai [n=halls@credativ.bcnadsl.com] has joined #kubuntu-devel [07:38] hiya Hobbsee [07:38] Hobbsee: where is the location of the file that contains the Kubuntu user agent string? It is there (somewhere) in Feisty, but doesn't seem to either work or it isn't installed with Feisty [07:39] nixternal: /etc/lsb_release ? [07:39] nope, becuase on Kubuntu boxes that reports Ubuntu [07:40] I have a script on my website that sniffs user agent strings, and it used to pick up Kubuntu until I upgraded to Gutsy [07:40] i'm not sure [07:40] have you tried grep -R'ing for the string, from / or something? [07:40] man, for like ever :) === Nightrose [n=lydia@port-87-234-150-228.dynamic.qsc.de] has joined #kubuntu-devel [08:13] manchicken: er.... [08:13] manchicken: you didnt happen to add kubuntumembers as a bug contact of adept, did you? [08:13] hiya Nightrose [08:13] heya Hobbsee === _marseillais [n=marseill@195.200.176.77] has joined #kubuntu-devel === viviersf [n=cain@gw.impilinux.co.za] has joined #kubuntu-devel === allee [n=ach@dialin-212-144-131-137.pools.arcor-ip.net] has joined #kubuntu-devel === glatzor [n=renate@p57AEDB2F.dip.t-dialin.net] has joined #kubuntu-devel === IanC26 [n=IanC26@2002:908b:a53c:4:216:6fff:fe39:ff6e] has joined #kubuntu-devel === _marseillais_ [n=marseill@195.200.176.77] has joined #kubuntu-devel === hunger [n=tobias@pd95b0676.dip0.t-ipconnect.de] has joined #kubuntu-devel === Nightrose [n=lydia@port-87-234-150-228.dynamic.qsc.de] has joined #kubuntu-devel === _StefanS_ [n=sfs@cpe.atm2-0-90156.0x5734b54a.naenxx14.customer.tele.dk] has joined #kubuntu-devel [11:14] manchicken: yes, it is [11:14] manchicken: or a C++ app, I have no preference on that === neversfelde|mobi [n=neversfe@nrbg-4d07149f.pool.mediaWays.net] has joined #kubuntu-devel [11:17] manchicken: the idea is, to have the fix possible in the kubuntu as a whole [11:17] manchicken: adept's not the only tool in Kubuntu handling packages, you know [11:17] manchicken: so it would be rather silly to do several fixes for the same bug === Tonio_ [n=tonio@mst45-2-82-242-83-37.fbx.proxad.net] has joined #kubuntu-devel === LongPointyStick waves [11:19] this restricted manager is cool! [11:19] which one? [11:20] i.e. you mean the *real* restricted-manager? [11:20] yes [11:24] LongPointyStick: good :o) === _marseillais [n=marseill@195.200.176.77] has joined #kubuntu-devel [11:24] hi people ;) [11:24] how cool it is to be connected at home hehe :) [11:28] yay, Tonio_! === LongPointyStick is now known as Hobbsee [11:30] hey Hobbsee :) [11:31] connected at home, with wireless and wpa [11:31] Hobbsee: I was about to forget that sensation......... 2 month without internet at home :'( [11:31] was a bit rude [11:31] Tonio_: erk :( [11:33] Hobbsee: that'done finished now, so let's back to the work ! [11:33] hehe :) [11:33] Tonio_: i'm testing out a ubuntu cd at the moment [11:33] k3b packaging is really a peace of shit..... [11:34] Hobbsee: cool :) I'm repackaging k3b [11:35] Tonio_: with pygi? [11:35] heh, i've heard [11:35] Hobbsee: nope, I'm doing the initial packaging alone [11:35] Hobbsee: he'll improve this [11:35] Hobbsee: my goal is just to have the current package building with cdbs and patches correctly applied [11:36] Hobbsee: they actually don't, so we miss all the ubuntu changes to it [11:36] Hobbsee: btw a modern app, based on kde, with a pure debhelper packaging is really stupid [11:36] kde.mk/cdbs does a so good job.... [11:37] Tonio_: The problem is that you need to know that as a packager. All my attempts to use cdbs failed horribly because I could not figure out how to do things. === tmske [n=thomas@dD5763506.access.telenet.be] has joined #kubuntu-devel [11:47] hunger: not talking about you, the problem is the basic debian packaging [11:48] hunger: the debian k3b package should be based on cdbs [11:48] hunger: that was not for you, don't mind :) hehe :) [11:49] hunger: I'm I the kind of guy that insults the work done by other people in the crew ? I don't think so ^^ [11:50] Tonio_: I hadn't assumed you were trying to assign tasks to me. I just said that I know many people (incl. me) that consider themselves to be too stupid for cdbs:-) [11:50] hunger: cdbs is for stupid people ! [11:51] hunger: I learned to package with cdbs, and learned debhelper later [11:51] hungerno need to now what you do ith cdbs, just load the good .mk files and that's it for a basic package :) [11:51] Tonio_: Really? I find debhelper much simpler as it does not hide so much from me. Way easier to figure out how to do things. [11:51] hunger: that's why I use cdbs, because it is for me, aka stupid people :) [11:52] Tonio_: cdbs is great... as long as everything is straight forward... but what ever is? [11:53] hunger: true [11:53] hunger: talking aout the packaging, why removing the iso and cue mimetypes ? [11:53] do they conflict with another package ? === hunger shrugs. No idea. [11:54] hunger: okay I'll investigate ;) [12:02] Riddell: what about us and desktop-effects? was something planned? === xRaich[o] 2x [n=raichoo@i5387E1B0.versanet.de] has joined #kubuntu-devel === nosrednaekim [n=michael@03-081.200.popsite.net] has joined #kubuntu-devel [12:21] hey, I think I found a bug in the installer [12:22] when you try to cancle the downloading of package lists, it crashes [12:22] mhb: mvo's looking into a compiz-kde package [12:22] mhb: it's actually quite nice. or would be, if it didnt have large bugs in it [12:23] Hobbsee: but it's surely more stable than kwin_composite :o) [12:24] erm,.... [12:24] not sure on that one [12:24] i dont like how this occasionally seems to eat windows, and how it's sometimes impossible to seelct windows with the mouse [12:26] Konqueror can't start the cooky manager === Hobbsee is now known as LongPointyStick === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel === xRaich[o] 2x [n=raichoo@i5387D716.versanet.de] has joined #kubuntu-devel === LongPointyStick is now known as Hobbsee_ [01:26] mhb: I'd like to see a kde desktop package which just works, but all a bit vauge really [01:26] mhb: note I'm at akademy from now until the end of next week so unreliable computer time [01:26] hiya Riddell [01:27] hi Hobbsee === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #kubuntu-devel [01:32] Hobbsee, would you like to see other major kde apps like k3b going to bzr ? [01:33] Tonio_: yes please [01:33] Hobbsee needs to register a new branch I guess right ? [01:33] Tonio_: they all need get-orig-source lines too [01:33] note that amarok is in bzr upstream, we should branch that and do it properly (merges etc) [01:33] Tonio_: i think you can just upload the new branch, and it auto-registers [01:33] Hobbsee I'm not familiar with bzr and the branch creation process, can you brief me a bit about it [01:33] Tonio_: wiki.ubuntu.com/Bzr [01:33] is a fairly good primer on it [01:34] Hobbsee the point is that bzr is slow as hell......... [01:34] Hobbsee: any chance of adept in bzr? [01:35] Hobbsee initial download of kdepim/debian is 3 times longuer that downloading the all source package... [01:35] Tonio_: it's getting faster. and usually only the original checkout is slow [01:35] true. bzr update is much faster [01:35] Tonio_: what i like about it is that i dont have to find 10 bugs to fix or whatever, to make it worth an upload [01:35] Hobbsee the point is that we won't have local things waiting for upload [01:35] i can fix a few, commit, and then a few more a few days later. and maybe someone else have put in a copule of fixes. which is then less stuff to build, and download [01:36] we can upload something that is not over and upload the package later, true [01:36] i'm not understanding you [01:38] Tonio_: is it a bad thing not having local things waiting for upload? [01:38] it's very annoying, if anyone else wants access to it, to test it out [01:39] Hobbsee one question, why don't we have one project with several branches in it ? [01:40] Hobbsee each package is there one project..... doesn't make sense [01:40] Tonio_: mainlyb ecause most of those sections of kde were already registered, so the "upstream" lists of bugs are already there. [01:40] i couldnt see the point of having 3 separate kdebase's, for eg. [01:40] Hobbsee that'll be hard to maintain with hundreds of package in my opinion [01:41] and because i didnt think of it. [01:41] I would have done a kubuntu-desktop project with all packages in main in the form of a branch [01:41] Tonio_: you're welcome to change it, to something more sane. [01:41] Tonio_: that's probably fairly easy to do, too. [01:41] Hobbsee second step probably :) [01:41] Tonio_: that's precisely why i requested for comments about what we should do. [01:42] Hobbsee just that I don't see how to create a new branch without the website.... [01:42] Hobbsee I have read the wiki, but I can't find it [01:42] I have done it once, for kdesudo, but I can't remember how.... :( [01:42] use push sftp://tonio_@bazarr........ [01:42] the command is listed in that guide [01:43] hum, indeed [01:43] just that I have to create the project before, which annoys me a lot :) [01:44] I wanted to add all my package in it, but register 40 projects would be very annoying ;) === elcuco [n=elcuco@79.178.45.242] has joined #kubuntu-devel === mikkael [n=michael@p54B087F5.dip0.t-ipconnect.de] has joined #kubuntu-devel [01:44] Hobbsee okay here is a proposal, let's meet toonight here if you can and let's think of the best solution how to structure this, are you okay ? [01:44] Tonio_: sure. if i'm on irc, then that's fine [01:44] Hobbsee great [01:45] Tonio_: can you define how many hours away "tonight" is? [01:45] i just installed "kde-tweak" from gutsy repos. there is no menu-entry and i cant find it in kcontrol. thats the homepage. http://kde-apps.org/content/show.php?content=51170&forumpage=2 [01:45] should i file a bug ? [01:45] Hobbsee, don't get me wrong, I agree with you on the bzr approach, I'm just unsure the way we structured this is adapted to heavy usage [01:45] Hobbsee as you know, I maintain a LOT of applications :) [01:45] Tonio_: true that. i more did that as a way to try it out [01:46] Tonio_: and i've already got some of those changes listed in those bzr branches [01:46] Hobbsee of course, a first attempt is always good, but requires a second step :) [01:46] no questoin there [01:46] Hobbsee look at the kde-extras branch on alioth [01:47] Hobbsee one project, one branch per app [01:47] fair enough [01:47] and one global branch for those like me who are working on potentially every package [01:47] Hobbsee that's the good way to do [01:47] right [01:48] Hobbsee also what would be nice is a script that apt-get source the package, bzr exports and builds the new source package [01:48] Tonio_: indeed. was hoping you'd write one [01:48] Hobbsee doing this manually is a bit annoying, and that's pretty easy to basically script [01:48] Hobbsee that'll be the third step I guess :) [01:49] Hobbsee this is basically what we've done for the french parliament, but that was using svn [01:50] :) [01:50] Riddell: ping ? [01:51] Riddell: I'm about to try to build kdepim with opensync support, that'll generate more files I have to put in a package [01:51] Riddell: where would you put the dh_install --list-missing thing in a cdbs based packaging ? [01:52] hum, looks like utils.mk does the trick === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel === Hobbsee_ is now known as LongPointyStick === Czessi [n=Czessi@dslb-088-073-033-036.pools.arcor-ip.net] has joined #kubuntu-devel === mikkael [n=michael@p54B087F5.dip0.t-ipconnect.de] has left #kubuntu-devel ["Kopete] === RadiantFire [n=ryan@ip68-230-209-186.rd.hr.cox.net] has joined #kubuntu-devel [02:40] good afternoon [02:46] yop mhb :) [02:48] Riddell: fyi I'm changing a few things to the kdepim packaging, since once again, as we synced with debian, the desktop files for the kontact component are back in the kontact package, which is not good [02:49] hi Tonio_ [02:49] mhb: what's hello in czech? [02:49] RadiantFire: around? [02:49] for not long [02:49] I have to go to work in 5 mins [02:49] sorry, connection cut out on me again yesterday [02:49] Riddell: the result is that "news" is back in the components list of kontact on the left bar, even if the .so files are not installed.... that's unfair.... I'll try to get debian doing this properly for less maintainance in the future :) [02:50] so whats up mhb? [02:50] Riddell: I also discovered kitchensync.install file is missing, so the package is therefore empty, which is due to the fact that the multisync support has been removed, but the package dpesn't build-depends on opensync [02:50] RadiantFire: have you played with kde4 kdesu? [02:51] Riddell: conclusion : kdepim packaging is BAD ;) [02:51] hmm... I have not [02:51] does it function differently? [02:51] mhb: I thought about that nonewdcop thing [02:52] mhb: if implementing this is very long and complicated, that's really a problem, since then we'll have to do it for one release only.... [02:52] mhb: correction : 2 versions, as gutsy + 1 will use kde3 in the first place [02:52] Tonio_: have you done the opensync MIR yet? [02:52] or has someone? [02:52] Hobbsee: no I'm just testing this atm [02:52] oh, thats sad [02:53] Hobbsee: if it works or not [02:53] that's what's blocking kdepim, and why kitchensync stuff is not installed. [02:53] mhb: I must be off to work, I wll look at kdesu4 this evening or this weekend sometime [02:53] there was going to be a new versoin of opensync, which is what lure was waiting on [02:53] Hobbsee: hum, they don't want too many libs in main, I know that, but well in 2007, mobile syncing support is important, btw [02:54] Hobbsee: does the builddep need to be in universe ? [02:54] s/universe/main ? [02:54] Tonio_: to build a main package? yes. [02:54] Hobbsee: what is the problem in building with opensync support and keep kitchensync-opensync in universe ? [02:54] well, on the buildds [02:54] Hobbsee: that's pret stupid imho [02:54] Tonio_: if kitchensync-opensync is in kdepim, or split? [02:54] that's why we are castrating a lot of packages of their functionalities [02:55] Hobbsee: the code is in kdepim now [02:55] i realise that [02:55] you need all the build deps to be in main, to build a main package [02:55] Hobbsee: but there is no package concerning this, so I have to build and then fix the packaging, but we need opensync in main for this [02:55] exactly... [02:55] *shit* === Hobbsee isnt sure why this is so new and revolutionary, that it's such a surprise. [02:56] Hobbsee: will there be a meeting? [02:56] Hobbsee: I mean - you proposed one [02:56] this was also discussed around the time of the merging kde 3.5.7, although i guess Tonio_ wanst here [02:56] Hobbsee: opensync supports syncml, which multisync doesn't [02:56] mhb: yes. wednesday 1400 UTC i think [02:56] and syncml is the new standard protocol for mobile device synchronization [02:56] Hobbsee: please make some buzz about it, so others are aware of that [02:56] Hobbsee: simply this :) [02:56] mhb: of course [02:57] mhb: i'm in at work tomorrow - i'm hoping to grab the roster then, as i dont think it was done on thursday [02:57] no point scheduling a meeting, and fidnign i cant be there [02:57] Tonio_: fair enough. so it needs a MIR, which has always been planned, and lure was wanting to wait for the non-broken release of opensync. [02:57] Hobbsee: is the current one broken ? [02:58] Hobbsee: even if it's to early to get that in main now, packaging needs fixing for this :) [02:58] let's anticipate [02:58] Tonio_: i believe, from when i merged it, that the files for the kontact componets are there because otherwise they're installed from two places at once. and so dpkg errors out. [02:59] so it wasnt just a screwup, as you didnt do the packaging. [02:59] Hobbsee: nope, this is just a stupid packaging, I already fixed it twice [02:59] Hobbsee: you can apt-file search , there is no dupe on that point [02:59] just that the kontact knode desktop file should be installed with knode, not kontact [02:59] it wasnt fixed when i first found it, so i've got no idea what your "fixing" involved. [02:59] that doesn't make sense [03:00] indeed. but the entire directory that the knode desktop file is in *gets installed by kontact* [03:00] Hobbsee: the fixing is simply to rewrite the .install files, installing each desktop file with the package it depends on to work [03:00] and seeing as knode depends on kontact anyway... [03:00] each desktop file uses a different part and lib [03:00] this is true [03:00] Hobbsee: but kontact doesn't depend on knode :) [03:01] so you need to specify each desktop file explicitly, and not the entire directory [03:01] so installing kontact results a knode component in the left menu that fails to launch because knode isn't installed [03:01] here is the problem [03:01] Hobbsee: exactly [03:01] Tonio_: only by recommends, yes. [03:01] which are instaleld by default [03:01] Hobbsee: knode is installed on a default installation now ? [03:02] Hobbsee: that's impossible, knode is in universe [03:02] still, you cant fix the package to install opensync until you do a MIR, or find someone else to, else whatever you upload will sit in depwait [03:02] Hobbsee: I can fix the package, put it in an experimental branch of bzr, and wait for the mir ;) [03:02] Hobbsee: remember bzr ? :) ^^ [03:03] all i seem to be getting out of this is you saying that your way is right, the way it's been done previously is wrong, and that you think everyone else is crap [03:03] hopefully, i'm wrong. [03:03] Hobbsee: the opensync/kdepim packaging will have to be done some day, I just want to anticipate [03:03] this is true. but doing things in a logical order is well, logical. [03:03] Hobbsee: hu ???????? [03:04] as in, the MIR first, packaging later [03:04] seeing as the MIR will take forever, and the packaging is quick [03:04] Hobbsee: am I the kind of guy that considers others people job is crap ? [03:04] you're saying so above. [03:04] where ? [03:04] Hobbsee: the kdepim packaging has issues in it, for a very long time [03:04] conclusion : kdepim packaging is BAD ;) [03:05] Hobbsee: there is a smiley -> AKA joking [03:05] maybe === Edulix [n=edulix@25.Red-81-44-189.dynamicIP.rima-tde.net] has joined #kubuntu-devel [03:05] but coming in and saying it's screwed up, and then demonstrating that you've forgotten about main/universe deps..is hardly...well, it's arrogant to say the least. *shrugs* [03:05] hi! [03:05] hiya [03:06] there are several problems, as for example kitchensync.install is missing, but the package isn't commented in control [03:06] will gutsy come with user selection in kdm? point and click [03:06] Hobbsee: that results an empty package, which is not good too [03:06] (I mean, by default) [03:06] Tonio_: it was commented in control, last i checked === jjesse [n=jjesse@adsl-69-209-100-200.dsl.klmzmi.ameritech.net] has joined #kubuntu-devel [03:07] Tonio_: oh. yes, this one might be a bit insane, as i had a lot of trouble with brandon's machien at that point [03:07] I dn't understand why that's not done by default, it's very useful if you don't remember your username exactly, it's a good ui [03:07] Edulix: it already does, [03:07] Hobbsee: really? :P [03:07] Hobbsee: the .install files and the opensync part are different problems [03:07] Tonio_: it's a quirk of not having root there - i couldnt actually do anythign with teh working directory after leaving the pbuilder. [03:07] Hobbsee: please explain [03:07] so couldnt rebuild the source === ash211 [n=andrew@adsl-074-184-018-011.sip.asm.bellsouth.net] has joined #kubuntu-devel [03:08] Hobbsee: I said I wanted to fix the packaging issues, and I wanted to experimentally try the opensync part -> means testing locally [03:08] Tonio_: good luck to you [03:08] Hobbsee: so the main/universe build-deps is at that point not an issue [03:08] Hobbsee: is the user shown a list of ..ermm..users? wit nice icons and that :P [03:08] Hobbsee: you have java with konq right? === _Sime_ [n=konversa@ip54579d1b.direct-adsl.nl] has left #kubuntu-devel ["Konversation] [03:09] Hobbsee: something like http://kde-look.org/content/preview.php?preview=1&id=60890&file1=60890-1.png&file2=&file3=&name=Bela+KDM+theme [03:09] but with kubuntu logo hehe [03:10] time to have dinner, bye! [03:11] Edulix: that's already there, if you install kubuntu-default-settings [03:12] gnomefreak: i have no idaea [03:13] the more i look into this the weirder it gets [03:20] morning [03:23] okay, missunderstanding problem is resolved === Tonio_ still loves Hobbsee [03:24] hehe :) [03:24] and so to make it clear in front of the world : [03:25] [kidding] kdepim's packaging is BAD (but not to much) ^_^ ( ho yes, I'm joking ) [/kidding] [03:26] and hopefully that it's not all hobbsee's fault. [03:26] I'll try to unsure my futures "jokes" will appear as it here :) [03:26] Hobbsee: as I said, what I'm tired of is the issues I have to merge some little changes that correct a few issues with debian [03:26] fair enough [03:29] Hobbsee: so the debian packaging includes opensync by default ? === ScottK-laptop [n=kitterma@static-72-81-252-22.bltmmd.fios.verizon.net] has joined #kubuntu-devel [03:29] Tonio_: dont remember, sorry [03:29] Hobbsee: I'll have a look [03:29] thanks === manchicken [n=manchkn@74-134-94-223.dhcp.insightbb.com] has joined #kubuntu-devel [03:42] mhb: What other program needs a dpkg --configure -a fix? [03:43] manchicken: gdebi-kde [03:43] mhb: Because what I've been looking at doing here is pretty simple. I don't know why we need a separate program to do this. [03:44] hmm, because creating two wheels when we only need one is a bad practice [03:44] But we're not. [03:44] Here's what I'm doing. [03:46] Adept already had code for detecting a database locked situation. So I'm just changing the dialog from an info alert to a yes/no/cancel warning. Cancel closes adept, no carries on in read-only mode, and yes issues a shell escape to dpkg --configure -a. If the dpkg --configure -a fails, then we give an info warning and exit. [03:46] Oh, and I'm closing the database before the shell escape and reopening it afterwards. [03:46] if it had the code, why had it never use it? [03:46] used [03:46] It had the alert, but it never tried to fix anything. [03:47] It's just that the error message it gave you was so useless that it didn't look like it was giving you a smart alert. [03:47] okay, here's my comments [03:48] what could we gain by hardcoding the "dpkg --configure -a" hook into this? [03:48] we'd gain speed [03:48] but do we need it? [03:48] It's not about gaining speed. [03:48] It's about simplicity for me. [03:48] manchicken: consider this: [03:49] manchicken: there are many more people with Kubuntu who can hack python code than those who can hack adept [03:49] does it really make sense to go to another program for one dialog and one shell escape? [03:49] manchicken: so what happens if there's going to be a similar scenario like this one? [03:49] If adept were in python.... well people think it's slow now :) [03:50] I know you already came up with a python solution, and that's my fault for not doing this research when you needed it. [03:50] Riddell: Does kdesdk-scripts need to have it's own copy of licensecheck when it's in devscripts? [03:50] But I don't really think that expanding adepts range of languages used is worth over-complicating this solution. [03:51] manchicken: no, you get me wrong [03:51] ScottK: no idea, sorry, busy [03:51] OK. Thanks. [03:51] manchicken: I'm for launching an external command that (if all goes well) returns just a number [03:51] Hobbsee: How about you? Does kdesdk-scripts need to have it's own copy of licensecheck when it's in devscripts? [03:52] i have no idea [03:52] Any suggestions on who I should ask? [03:52] manchicken: but launching a specific command is a very inflexible way to solve this [03:52] mhb: Not if it is the solution. [03:52] um, no [03:52] Deleting the kde specific one would be the shortest path forward. [03:53] OK. [03:53] mhb: There is no other way that I know of to solve that problem. [03:53] manchicken: in this case [03:53] If there was you would be completely right. === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #kubuntu-devel [03:53] manchicken: what about other cases? [03:53] But this is a specific problem, so I'm apprehensive to justify over-engineering for general cases. [03:53] manchicken: the wrapper python script adds flexibility to the problem-solving [03:53] manchicken: what if it suddenly changes to "dpkg --configure -b" ? [03:53] :o) [03:53] Yeah, but how s the python script any more flexible then the C+ soution? [03:53] solution* [03:54] manchicken: it's easy to hack on [03:54] mhb: Then it's a named constant, so we just modify one line in the code and recompile. [03:54] mhb: C++ isn't particularly difficult to hack. [03:54] manchicken: adept is [03:54] mhb: Hell, I've been doing so. [03:54] mhb: Not really. It just takes a little more time to follow. [03:54] manchicken: I'm doing that, too [03:55] Anybody who's ever worked with legacy code will look at adept and feel right at home. [03:56] without too much background info, i don't think a separate app is the way to go with this issue. [03:56] okay then, I'm overvoted without too much background info :o) [03:56] there might even be situations when you actually use some other program, that locks the db, i can't understand what that separate program could do, besides 'dpkg --configure -a' [03:57] mhb: I know you worked to get this other solution in there, and I'm really sorry I didn't get the research to you in time for you not to have done that, but I really don't know if it's necessary here. [03:57] fdoving: show the error message that "dpkg --configure -a" reported, for example. [03:58] fdoving: but this particular command is not very verbose, I have to admit [03:58] But that's really easy to do in the C++, too. [03:58] It's probably only 5 or 6 lines. [03:59] could probably make it 2 too, with some kdialog magic. :) [03:59] fdoving: oh please no pop-ups :o) [04:00] mhb: you want popups for errors :) [04:00] fdoving: Well, I'd have to connect a slot to the signal that gives you stderr and stdout output :) [04:01] Because there's no way I'd do a dpkg --configure -a for this without having it as an asynchronous call :) [04:02] ok, 5-6 it is, you can connect on one line you know, one loooong :) [04:02] fdoving: Yes, but then I would be less of a man. [04:02] :) [04:03] and you can also use one-char names for everything :) [04:03] manchicken: okay, suit yourself. The only reason why I'd hate you for this is that I'm going to have to maintain exact the same code in Python for gdebi-kde. [04:04] mhb: Is gdebi-kde in python? [04:04] manchicken: but of course, I'm faster in python, so I can go for a konsole kpart and nice "Show Details" button :D [04:05] manchicken: correct. [04:05] mhb: That's cool. I'm going to show a "please wait" screen and post all of the output to stdout. [04:05] :) [04:05] mhb: Then it makes more sense to do it this way in python :) [04:06] Ooh, I thought of another reason to do this in C++ :) [04:07] Have you ever built adept from source? The #1 annoyance with that is too many dependencies. Adept has far to many dependencies. Doing this in python would add three more: the script itself, python, and the qt bindings for python. [04:11] mhb: Besides... how could you hate me? I'm manchicken. Everybody loves chicken. [04:11] manchicken: of course :o) the only thing I hate is waste of (my) time .o) [04:12] manchicken: so if you want to create and maintain a solution within adept, be my guest [04:12] mhb: And I hate you wasting time, too... especially whenit's my fault :) [04:12] manchicken: it wasn't that much time, and pty practice is always handy [04:17] mhb: I really am sorry :) [04:17] also, every feature/bug-fix is a five-liner, but if it was that simple, we'd be correcting 100 bugs a day. [04:18] mhb: I got close to that yesterday. [04:18] I fixed 3. [04:18] ;) === jack_wyt_ [n=jack@124.64.106.39] has joined #kubuntu-devel === abattoir [n=abattoir@59.92.93.165] has joined #kubuntu-devel [04:24] manchicken: is it possible to configure the default state of the expanders in "manager" ? [04:25] mhb: Of course it's possible. [04:25] We need to make it so that it remembers previous states though I think. [04:25] manchicken: yes, that's what I meant [04:25] I think by default, if a user has never seen adept before, everything should be open. [04:25] manchicken: make it so that it's configurable through a config file [04:25] I think there's a wishlist about that. [04:25] But I still haven't even touched the adept task that I brought to the table for feisty. [04:25] heh [04:25] err, gutsy [04:26] manchicken: I'd actually let the "tags" stuff closed by default [04:26] it takes so much space [04:26] and I haven't *ever* used it [04:26] I don't like the "gutsy" name [04:26] unfortable to write this one on a french keyboard [04:26] feisty was much easier :) [04:27] Tonio_: you don't use qwerty in France? [04:28] Tonio_: Well I can send you a US keyboad if you want ;) [04:28] heh [04:29] mhb: judging by my girlfriend's typing who's just started working in france, i don't think they do ;) [04:29] mhb: nope :) [04:29] manchicken: hehe [04:29] mhb: french keyboard is azerty [04:30] so I have a mac variant of the azerty keyboard [04:30] a bit messy I must say :) [04:30] Tonio_: is there any justification for azerty? [04:31] i suppose all the french questons words use q... [04:31] Tonio_: hi, can you have a look at this: https://wiki.kubuntu.org/MainInclusionReportKioUmountWrapper - and register/submit it ? [04:31] Tonio_: i need to run, thanks in advance. [04:31] xerosis_: probably the response is : "NOT doing the same way than the fucking english !!" [04:32] xerosis_: french are stupid you know :) [04:32] Tonio_: no comment ;) [04:32] xerosis_: but seriously, the real reason is probably the accents [04:32] xerosis_: the french azerty is better for us since we have extended letters : [04:32] Tonio_: makes sense [04:32] so the standard qwerty was limited [04:33] manchicken: also, it would be very cool if the tag filter expanding caused the side bar to hide/show [04:33] xerosis_: btw would could have done an extended version of qwerty, I don't understand the reson to change a<>q w<>z putting M nearby L and no N etc....... [04:33] manchicken: that's a real one-liner [04:34] manchicken: doing the katapult thing [04:34] mhb: Heh [04:34] Tonio_: Merci :) [04:35] manchicken: mais de rien mon cher :) [04:35] Tonio_: I still have a hard time believing that anybody is really capable of writing SQL that bad. === glatzor [i=renate@88.134.194.194] has joined #kubuntu-devel [04:36] manchicken: talking about the katapult code ? [04:37] manchicken: katapult is not an app I know :) I didn't even knew it used sqllite as a backend [04:39] Yes. [04:39] It doesn't use sqlite, it uses whatever database settings it pulls from amarok. [04:39] So theoretically it is supposed to support every dbms that amarok does. [04:40] But all of the SQL is non-compliant and very MySQL specific. [04:40] Hopefully I fixed enough of it to get things working. [04:40] That program could be so much faster. [04:40] manchicken: what is that horrible in the sql part ? [04:40] I'm looking at it and well, it doesn't look that ugly :) [04:41] manchicken: are you talking about the long "LEFT JOIN" thing ? [04:41] that could be better I agree, but this is not that ugly..... [04:41] Hobbsee: come out, another arrogant guy !!! [04:42] manchicken: we should make a team :) [04:42] No, I'm talking about the double-quotes and the WHERE 1 AND bit. [04:42] the "Kubuntu Arrogant Contributors" team :) [04:42] manchicken: just kiddin', read upper you'll understand :) [04:42] Tonio_: Not arrogant. Just grouchy :) [04:42] hehe [04:42] manchicken: just developper I guess :) [04:42] Tonio_: heh. [04:43] Nice. [04:43] Hobbsee: french jokes..... sorry for this :) [04:43] :) [04:43] it's okay [04:43] manchicken: indeed, the WHERE 1 is ugly [04:43] same for double quotes [04:44] manchicken: katapult is a launchpad project [04:45] manchicken: did you try to get the patch merged ? Riddell should have the upload rights I think === BentJ [n=BentJ@port46.ds1-esp.adsl.cybercity.dk] has joined #kubuntu-devel [04:48] he did, I didn't have time yet [04:48] Tonio_: I just put the patches up :) [04:48] and won't for a while, go ahead and upload, branch from my bzr archive if you want and put on in kubuntu-members [04:50] Riddell: we'll do that together with Hobbsee probably :) [04:50] Riddell: I'd like to put lots of things on bzr, but well no time to create 40 projects :) [04:50] hooray, i get to be involved! [04:50] Hobbsee: hehe === xRaich[o] 2x [n=raichoo@i5387D065.versanet.de] has joined #kubuntu-devel [04:57] Tonio_: if you stick a list of project on a wiki I'm sure I could help create a few [04:59] xerosis_: the kubuntu-desktop could be a project, and each package a branch of it, imho [04:59] xerosis_: no ? [04:59] Tonio_: you probably know better than me [05:00] Tonio_: depends on whether the LP folks allow this [05:00] mhb: true [05:01] mhb: but to my ears that sounds more logic I guess [05:01] manchicken: by the way, is there a way to get the whole adept into qt designer? [05:01] manchicken: so I can find out how the widgets are called [05:02] manchicken: stupid question but how do you apply that patch ? :) [05:02] manchicken: this is not a diff ;) [05:02] manchicken: emacs specific thing ? [05:02] mhb: Not gonna happen :) [05:03] Tonio_: Is it < and > or is it - and + ? [05:03] manchicken: yep ;) [05:03] I'm too inconsistent on my patches, I'm trying to get it. [05:03] it is < > [05:03] Tonio_: Okay, so < is a - and > is a + [05:03] manchicken: no problem I reapplyed it [05:04] mhb: Many of those widgets are dynamically generated. [05:04] mhb: The big list view that you see isn't actually using separate rows for each package. [05:06] manchicken: I'm just unsure where the last line you had is supposed to go :) [05:06] before or after the } [05:09] mhb: Instead it's subclassing the list view widget and binding to all of the methods like text and pixmap and such. [05:09] Ah. [05:10] manchicken: any idea ? [05:10] Could you paste the line? [05:13] manchicken: sure [05:14] manchicken: http://paste.tonio.homelinux.org/124 [05:14] manchicken: http://paste.tonio.homelinux.org/125 [05:14] manchicken: yeah, adept was designed with simplicity and code beauty in mind, I see :o) [05:15] manchicken: dunno which is os the good as I don't really understand what does the code do ;) [05:15] mhb: That was a performance decision. [05:15] manchicken: yeah, must have been [05:15] Tonio_: Fair enough :) [05:16] mhb: Can you imagine how much more memory it would take to load a separate object for each and every different package? [05:16] manchicken: there isn't any docs that can tell me "oh, you're looking for a way to hide the sidebar? But of course, the sidebar is called SideBarWidget... [05:16] mornin' [05:16] mhb: No, but the code is pretty easy to figure out if you just follow it. [05:16] It takes time though, I won't lie. === xRaich[o] 2x [n=raichoo@i5387D065.versanet.de] has joined #kubuntu-devel [05:18] manchicken: yeah, but the documentation is the thing that lowers the input time in such scenarios when the code is more complex than usual [05:18] Yeah. [05:19] Most of the time the solutions a little complex. [05:19] manchicken: so which one is the good one ? [05:19] Tonio_: I'm trying to load your pages still :) [05:19] lol [05:19] 125 [05:20] Because the for loop is generating a list of clauses, and the sqlQuery.append() bit with the clauses.join() call takes those clauses and makes them int a long string of (clause AND clause AND clause) [05:21] And unfortunately, I'm going to have to do some hacking for bill paying purposes, too. heh === jjesse [n=jjesse@adsl-69-209-100-200.dsl.klmzmi.ameritech.net] has joined #kubuntu-devel === mEDUXa [n=agustin@35.Red-80-37-152.staticIP.rima-tde.net] has joined #kubuntu-devel === xRaich[o] 2x [n=raichoo@i5387D065.versanet.de] has joined #kubuntu-devel [05:54] http://livestream.fsf.org:8800 [05:54] GPLv3 announcement in 5 minutes! === abattoir_ [n=abattoir@59.92.17.53] has joined #kubuntu-devel [05:57] Ooh, amarok looks different on gutsy. Very nice. [05:57] I haven't even looked at it yet. [05:58] what happened to kvncviewer? [05:58] ignore me... === rraphink [i=raphink@ubuntu/member/raphink] has joined #kubuntu-devel [05:59] those FSF and GPL3 logos look like devilish [06:03] RMS time. [06:03] And some lag. [06:04] Oh, did their audio just drop out? [06:05] works for me but keeps skipping [06:06] ya, keeps buffering in kaffeine [06:08] Riddell: is there a way to force a universe app to be included in the translations pack ? [06:09] Riddell: looks like kerry is used by a lot of people, and the translation is very poor by default [06:09] Riddell: would be interesting to have it in the packs imho === jjesse [n=jjesse@adsl-69-209-100-200.dsl.klmzmi.ameritech.net] has joined #kubuntu-devel === rraphink [i=raphink@ubuntu/member/raphink] has joined #kubuntu-devel === n8k99 [n=nathan@dsl254-078-190.nyc1.dsl.speakeasy.net] has joined #kubuntu-devel === sacater [n=sacater@ubuntu/member/colchester-lug.sacater] has joined #kubuntu-devel [06:17] yay mako! [06:22] Tonio_: what of kdebase do you think is causing this? https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/66827 [06:22] Launchpad bug 66827 in kdebase "[site-issue] konqueror doesnt handle frames correctly. eg http://forum.ship-of-fools.com/" [Medium,Confirmed] [06:22] it's one of our patches [06:23] So do we get new versions of GNU Emacs and such now? [06:23] (and that's a heck of a lot of patches to be carrying) [06:24] You know this is why we haven't gotten new versions of GNU stuff for a while. heh [06:24] libk3b update isn't installing..but that could be due to the repos not have the updated version yet [06:24] libk3b-dev that is [06:25] Hobbsee: still that old bug ;) [06:25] Tonio_: indeed. [06:26] Tonio_: a friend of mine is asking when we're going to get a fix [06:26] Hobbsee: I already searched, I couldn't find the cause, as we don't have any patch on khtml [06:26] Tonio_: it doesnt exist on debian, though. nor upstream kde [06:26] Hobbsee: btw the bug is basically due to bad html [06:26] tru ethat [06:26] but everywehere else seems to cope [06:26] Hobbsee: I have done several tests, and the real cause is that the frame definition is bad, and you have frames in frames etc........ [06:26] yeah [06:26] tur [06:26] *True [06:27] Hobbsee: but why does it only fail in ubuntu, dunno [06:27] Hobbsee: could be in kdelibs btw, not obviously kdebase [06:29] mhb: My thing works, it's just got a couple tiny bugs. [06:29] Tonio_: only the gmail spoof, the kwallet simplify, flash installer, and ajax encoding [06:29] And I have to figure out how to present the wait screen to the user better. [06:29] But it's unlocking the database. [06:29] Hobbsee: yep, bu none of these seems to be the cause [06:30] Hobbsee: if you have 2 weeks to spend on this, I'd say : build without the patches, and readd them [06:30] Hobbsee: then go with decotomy [06:30] the problem is that kdebase/libs are to heavy to proceed that way, that's the point :) [06:30] true that [06:30] that's why I didn't do it [06:30] is decotomy correct in english ? [06:31] nope [06:31] no idea what that is [06:31] Tonio_: dichotomy === glatzor [i=renate@88.134.194.194] has joined #kubuntu-devel [06:32] nixternal: thanks [06:32] no problemo [06:32] Hobbsee: means get in the middle [06:32] add 20 patches -> problem [06:33] oh right [06:33] in the middle, split, cutting in 2, division, bisected...ummmm [06:33] i believe you want "going by trial and error" [06:33] remove 10 patches -> if problem resolved -> readd 5 patches etc...... [06:33] which is effectively binary sorting, yes. [06:33] take in the middle until you get the one :) [06:33] Hobbsee: yep that's it [06:33] :) [06:33] Hobbsee: the term for the mathematical concept of this is dechotomy [06:33] which is odd, you would think it would be a bichotomy really...but hey, the english language is great at destroying true words [06:34] dichotomy, sorry [06:34] Tonio_: ah, fair enough [06:34] tha't ssounding slightly familiar [06:34] nixternal: true that [06:35] I have a Philosophy professor from Romania, and she makes it easier to understand because she will translate her native latin tongue nicely [06:35] she always tells us how for people that have been speaking english their entire life, they destroy it, and that it is easier for someone who is learning it to pick it up correctly [06:37] it'd be great to have tools for stuff like this one [06:37] actually it's a two-part task [06:38] one tool checks for the mistake and the other handles the patching/unpatching [06:40] Riddell: Should I be editing the changelog in my patches? [06:43] Riddell: I'll probably fix kds to get .deb associated to gdebi by default instead of ark [06:43] I'll tell you, as tricky as the adept code is, for what it's doing and how much data it is processing, adept is one fast and convenient program. [06:43] manchicken: onnly if you're sending .debdiffs [06:43] Tonio_: ok [06:44] Riddell: Ah. I'm not doing that. [06:46] Tonio_: of course === xRaich[o] 2x [n=raichoo@i5387CD81.versanet.de] has joined #kubuntu-devel === jjesse [n=jjesse@adsl-69-209-100-200.dsl.klmzmi.ameritech.net] has joined #kubuntu-devel === xerosis [n=kieran@cpc2-shep5-0-0-cust722.lei3.cable.ntl.com] has joined #kubuntu-devel [08:02] manchicken: pign ? [08:03] or mhb maybe ? [08:11] ever ready [08:18] Tonio_: what's up? === marseillai [n=mars@ubuntu/member/marseillai] has joined #kubuntu-devel [08:30] Tonio_: Wuddup? [08:34] manchicken, mhb:there a couple of bugs in kerry that I would like to fix, but I don't understand the issue [08:34] everything valid in the code, but it fails [08:35] I'd like to print out some variable to understand what's going on, but that generaly fails === Mez [n=Mez@ubuntu/member/mez] has joined #kubuntu-devel [08:35] just gimme 5 minutes and I show you the problem [08:37] kerry? The search thing? [08:38] manchicken: no, the presidential candidate :o) [08:38] mhb: Oh, there's a lot of bugs in that fella. [08:38] mhb: One of them ate his "courage" [08:48] I'm back if anyone pinged me [08:48] My history is gone [08:49] manchicken: His tasty tasty courage? [08:56] DaSkreech: No, his not so tasty courage. === DaSkreech grins as manchicken doesn't get the Futurama reference [09:01] DaSkreech: I don't remember that one.... :S [09:01] When Fry and bender joined the army before they got sent off when war were declared [09:01] :) [09:04] manchicken, mhb: http://paste.tonio.homelinux.org/126 [09:05] You haev a paste.tonio? :D That's great [09:05] manchicken, mhb: what i added there is just the "isRegisteredApplication" thing, seems correct to me [09:06] manchicken: , mhb: ftbfs, here is the build issue..... I must say I don't understand : http://paste.tonio.homelinux.org/127 [09:06] DaSkreech: yep :) pretty usefull [09:06] manchicken: hope you can help on that point [09:07] Tonio_: change the QString to QCString [09:07] Ah, yeah. [09:07] that C makes a big difference :) [09:07] mhb: oups [09:07] what is the difference ? [09:08] well I didn't write the initial QString thing, best would be to convert the variable but how to ? [09:09] would a QCString toto = name; do the job ? [09:09] Tonio_: A QCString is a C-string. [09:09] like a null-terminated string. [09:09] http://doc.trolltech.com/3.3/qcstring.html [09:10] manchicken: okay so now how to convert the qstring to qcstring ? [09:10] Tonio_: qstring_ptr->utf8() [09:10] damn, you beat me [09:11] mhb: I are teh 1337. [09:11] Tonio_: so in your call to that dcop method do... if (kapp->dcopClient()->isApplicationRegistered(name.utf8())) { [09:11] yeah, if the question was about Prolog, I'd have the upper hand now :o) [09:12] heh [09:12] I love my Qt :) [09:14] manchicken: according to the qt doc, that should work too, right ? [09:14] QCString appname = QCString(name); [09:14] if name is a QString, of course [09:15] Tonio_: AFAICR, no [09:16] mhb: hum, that's exactly how it's written in the doc.... strange [09:17] Tonio_: Sure. [09:17] manchicken: means that should work ? [09:18] What's interesting is that you can assign a QCString to a QString, but not the other way around. You have to process the QString to make it a QCString. [09:18] Tonio_: Yup. [09:18] err, Tonio_No, you can't do that. [09:18] You can't convert a QCString to a QString like that. You have to call the utf8() method. [09:18] At least that's what I read of that. [09:19] heh, who's leet now? [09:19] :o) [09:20] Tonio_: I don't see any constructor like that in the docs. I might be wrong, though. [09:21] mhb: I gave a much better explanation. [09:21] manchicken: testing :) [09:21] mhb: :P [09:23] manchicken: http://kubuntu.pastebin.ca/596003 [09:26] manchicken: get it? [09:26] mhb: What is that? Scheme? [09:27] erlang? === Arby [n=richard@82.152.179.88] has joined #kubuntu-devel [09:27] manchicken: prolog, like I said :o) [09:27] Ah. [09:27] Never touched prolog :) [09:27] I've gotta run and rescue my sister from the side of the road. [09:27] screw touching it, I don't ever think I have heard of it [09:27] She's got a flat and no donut. [09:28] Later y'all. [09:28] I hate donuts, the spare ones that is === n8k99 loves laying donuts on the supermarket hardtop === N9NU [n=n9nu@vsat-148-63-162-252.c189.t7.mrt.starband.net] has joined #kubuntu-devel === jjesse_ [n=jjesse@adsl-69-209-100-200.dsl.klmzmi.ameritech.net] has joined #kubuntu-devel === jack_wyt_ [n=jack@124.64.107.64] has joined #kubuntu-devel === Mez [n=Mez@ubuntu/member/mez] has joined #kubuntu-devel [10:15] mhb: sebas made some commits to the plasmoid if you wanna test [10:17] DaSkreech: will do, give me a minute === xerosis [n=kieran@cpc2-shep5-0-0-cust722.lei3.cable.ntl.com] has joined #kubuntu-devel [10:39] man, Dove chocolates are the bestest === xRaich[o] 2x [n=raichoo@i5387CD81.versanet.de] has joined #kubuntu-devel === yveslu [n=yves@194.235.200.30] has joined #kubuntu-devel === jjesse [n=jjesse@adsl-69-209-100-200.dsl.klmzmi.ameritech.net] has joined #kubuntu-devel === yveslu [n=yves@194.235.200.30] has left #kubuntu-devel ["Kopete] [10:55] DaSkreech: still can't convince it to reload properly [10:56] :-) ok [10:56] DaSkreech: when I close it and put a new one, the correct status is set [10:56] nixternal: Got a minute for a pm... [10:56] sure === antares_ [n=antares@host-85-237-52-162.dsl.sura.ru] has joined #kubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #kubuntu-devel === mbiebl [n=michael@e180072102.adsl.alicedsl.de] has joined #kubuntu-devel