=== _czessi [n=Czessi@dslb-088-073-024-113.pools.arcor-ip.net] has joined #kubuntu-devel === jjesse [i=user@69-87-139-115.async.iserv.net] has joined #kubuntu-devel === superstoned_ [n=supersto@86.92.111.236] has left #kubuntu-devel ["Konversation] === claydoh [n=claydoh@66.252.48.95] has joined #kubuntu-devel === pinheiro [n=pinheiro@bl4-20-211.dsl.telepac.pt] has left #kubuntu-devel ["Kopete] === jdong [n=jdong@ubuntu/member/jdong] has joined #kubuntu-devel === neoncode [n=neoncode@89.242.223.185] has joined #kubuntu-devel === jdong [n=jdong@ubuntu/member/jdong] has joined #kubuntu-devel === claydoh [n=claydoh@66.252.48.95] has joined #kubuntu-devel === Jucato [n=jucato@124.106.178.61] has joined #kubuntu-devel === claydoh [n=claydoh@66.252.48.95] has joined #kubuntu-devel === lnxkde [n=vlos@206.248.107.156] has joined #kubuntu-devel === danimo [n=danimo@kde/danimo] has joined #kubuntu-devel [03:41] heya! [03:41] imbrandon: hey, are you up dude? [03:41] yup [03:42] wasup? [03:42] imbrandon: did you read my blog? [03:42] not in a little bit [03:42] imbrandon: about the password lineedit? [03:42] nope got a direct link>? ( i'm at work ) [03:42] imbrandon: oh, sure [03:42] imbrandon: how do I rebuild a package btw? [03:43] imbrandon: dpkg-buildpackage odesn't work [03:43] apt-get source -b [03:43] imbrandon: I fetched and patched those [03:43] ah, -b! [03:44] ahh then just "debuild" if you get errors then "apt-get build-dep " first [03:44] /usr/bin/dpkg-buildpackage: 212: debian/rules: Permission denied [03:44] if you have a patched version [03:44] http://daniel.molkentin.de/blog/index.php?/archives/59-Password-shadowing-Pimp-My-Plastique.html [03:44] add sudo [03:44] imbrandon: isn't there fakeroot for that? [03:46] sure if the file perms are set correctly on the source [03:46] you probablty "sudo apt-get source blah" instaead of "apt-get source blah" [03:47] thus the need for it later also [03:47] imbrandon: seems like there is no rules directory [03:47] rules isnt a directory [03:47] its a file in the debian/ dir [03:47] yeah [03:47] sorry [03:47] :) [03:47] it's there [03:48] and I can access it as user [03:48] right but can you execute it as a user [03:48] its a makefile [03:48] ah [03:49] imbrandon: yes, make -f debian/rules works [03:49] hmm, but returns with an error [03:49] humm, you got me then [03:49] nice post, is that patch for the kde3 version >? [03:49] imbrandon: damn [03:49] imbrandon: nope, but i just created one :) [03:50] imbrandon: I want to test it on the stable binaries before pushing it into the branch [03:50] imbrandon: it will make kdm look _a lot_ nicer [03:50] imbrandon: plus i patched it into kstyle, so all KDE styles can profit from it [03:50] cool [03:50] imbrandon: but it's all no help if I cannot build the damn thing [03:51] imbrandon: I could send you the patch of course [03:51] imbrandon: if that is of any use [03:51] :) [03:51] well you should be able to build just fine with sudo, but how ever you want to do it :) [03:51] i can build it in a clean pbuilder, erm no i cant not for another ~3 hours [03:51] heh [03:52] imbrandon: well, after I start the build, I'll go to sleep anyway [03:52] pbuilder, yeah right [03:52] ( some reason i cant ssh into my build box atm ) [03:52] I remember that I used pbuilder the last time [03:53] yea , thats rthe best way [03:53] the* [03:53] imbrandon: I just deleted the kdelibs-3.5.5 dir and will unpack it from source [03:54] imbrandon: can I then just move the patch into the patch dir and rebuild? [03:54] yup [03:54] cool, trying that now [03:54] brb one sec, gonna grab a cup of coffee [03:58] re [03:59] imbrandon: how do I build with pbuilder? [03:59] "pbuilder build file.dsc" [03:59] imbrandon: so far I untarred the orig sources and applied the patches [03:59] ahh ok [03:59] well [03:59] applied them how, did you run "debuild -S -sa" afterwords [03:59] ? [03:59] imbrandon: don't I have to add my patch to the debian patches first? [04:00] yes well [04:00] ok here is what you do from start to finish [04:00] imbrandon: I just added a kubuntu_63_password_noasterisk.diff to the patches dir [04:00] apt-get source === danimo listens up [04:00] cd [04:00] check [04:00] check [04:00] add the diff to debian/patches [04:01] imbrandon: first apply the patch I assume? [04:01] no [04:01] imbrandon: the debian diff, that is [04:01] no [04:01] just add it to the directory [04:01] dont applie it [04:01] but the patches dir does not exists before [04:01] err apply it [04:01] imbrandon: I didn't apply the patch itself [04:01] but I had to apply kdelibs_3.5.5-0ubuntu3.diff.gz [04:02] err no apt-get source should have done that for you [04:02] and there is a patches dir in kdelibs [04:02] thats what i'm saying i think you tried to untar something by hand [04:02] imbrandon: maybe [04:02] and you shouldent do that [04:02] imbrandon: I deleted the source dir [04:02] but anyway [04:02] ok here get your diff and put it somewhere safe [04:03] applying the diff manually should get me there, too, right? [04:03] then rm -rf what you have already done and make a new working temp dir we can work in thats empty [04:03] no [04:03] ah [04:03] it qwill mess the build system up [04:03] ok so you have the diff in like ~/ [04:03] and make a ~/working [04:04] that is empty [04:04] ok [04:04] cd ~/working [04:04] apt-get source kdelibs [04:04] yes, I have done that just now [04:04] it should apply the diff.gz and unzip the source dir for you [04:04] so DONT do that manualy [04:04] now it applies the diffs automatically [04:04] ok [04:04] right [04:04] works now [04:05] ok so now cd to the unpacked dir it made [04:05] and add your diff to the debian/patches [04:05] done [04:05] then run "debuild -S -sa -us -uc" it will make a new *.dsc for you [04:05] once thats done ( only takes a few seconds ) [04:05] lemme know [04:06] ok [04:06] ok now "cd .." [04:06] wait, it's still working [04:06] ahh ok [04:07] imbrandon: still creating the diff [04:07] yea , on large packages it can take like 30 to 45 seconds or so [04:07] depends on the speed of you comp [04:07] imbrandon: I am beyond that. but then again it's building on a sincle core centrino [04:08] ahh :) yea give it a some extra time :) [04:08] single even [04:08] dpkg-source: warning: file debian/patches/kubuntu_48_cups12_cupsdconf.diff has no final newline (either original or modified version) [04:09] heh [04:09] no biggie [04:09] right [04:09] just wondering why this is actually worth a warning [04:09] ok, worked [04:09] debian packageing is anail at times :) [04:09] imbrandon: done [04:09] ok now [04:09] cd .. [04:09] done [04:09] then "pbuilder build the_new_.dsc" [04:10] pbuilder kdelibs*..dsc [04:10] pbuilder build ...... but yea [04:10] imbrandon: permission denied [04:10] sudo pbuilder build .... [04:10] imbrandon: sude doesn't work either [04:11] E: failed to find /var/cache/pbuilder/base.tgz, have you done to create your base tarball yet? [04:11] ahhh yes you need to run pbuilder create if you havent before [04:11] ok [04:11] when thats done then do it again [04:11] ( just the last part ) [04:12] why do I expect another heap of wasted disk space after that? [04:12] :\ [04:12] nah only like 150mb [04:12] or so [04:12] I only have like 870MB spare [04:12] imbrandon: but I'm glad my provider upgraded me to 3MBit/s :) [04:12] heh you can delete it once your done ( jusy rm /var/pbuilder/base.tgz [04:12] ) [04:13] so the packages come here quickly [04:13] :) [04:13] imbrandon: thanks for the help man [04:13] imbrandon: I think I get along from here [04:13] actually I should really go to bed now [04:13] it's past 4 am here [04:13] np [04:13] :) [04:14] rember too it will put the resulting *.deb files in /var/pbuilder/result/ [04:14] alot of people forget that [04:14] but anyhow, sleep well [04:15] well, I'll wait until I can start the process [04:15] but thanks for the hint [04:25] -> extracting base tarball [/var/cache/pbuilder/base.tgz] [04:25] -> creating local configuration [04:25] hostname: Unknown host [04:25] imbrandon: any idea what that means? [04:31] no idea [04:31] it can probably be safely ignored [04:31] never seen it before though === nuku [n=j@unaffiliated/nuku] has joined #kubuntu-devel [04:37] imbrandon: it breaks afterwards === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #kubuntu-devel [04:39] imbrandon: I went with dpkg-buildpackage, which seems to work === hunger_ [n=tobias@p54A705A0.dip0.t-ipconnect.de] has joined #kubuntu-devel === manchicken [n=manchick@c-76-16-240-139.hsd1.il.comcast.net] has joined #kubuntu-devel [05:09] Hey, how goes it? [05:10] I'm looking for some small tasks that need doing. [05:10] I'm not looking to become the world's greatest contributor, but I'm interested in helping as much as I can. [05:10] how come lsb-release shows Ubuntu and not Kubuntu [05:10] wasabi manchicken ! [05:11] Not much homie. [05:12] i was in tinley all day for my nephews bday party..im exhausted [05:12] Fun. [05:13] I tossed kubuntu on my other box today. [05:13] are you up on Debian packaging at all? I know there are a bunch of merges yet to be done [05:13] yay kubuntu [05:13] im gonna install it on a few machines tomorrow if possible [05:14] as for the coding stuff that needs to be done, probably get in touch with Riddell (who is +01:00 i believe) [05:17] I just want a few things to look into. [05:19] Are you switching to fawn? [05:22] Or is it Feisty? [05:24] feisty [05:24] The Feisty Fawn to be exact [05:25] 7.04, which is due 04=April and the 7=2007 [05:25] To upgrade, do you just change edgy to fawn in sources.list? [05:26] manchicken: feisty(not fawn), the adjective is generally what is used [05:26] hi nixternal [05:27] Righto. [05:27] manchicken: i assume you know the risks that are associated w/ running a dev. release... [05:27] hiya abattoir [05:27] abattoir: Yup. [05:27] ok then :) [05:28] I'm hoping I can help without moving in that direction. [05:28] Or I could just dual-boot. [05:28] abattoir: this guy is part of a team who wrote their own file system in a day at someones house ;) nerds i tell ya === manchicken wasn't part of that team... [05:28] haha === abattoir wonders which FS [05:28] well, it was the Chicago GLUG === manchicken has contributed to kopete though. [05:29] Yeah, it was. [05:29] i quit using Kopete for Bitlbee [05:29] That's unfortunate ;) [05:29] heh [05:29] so i ahve seen...there is a new theme on kde-look that is pretty sharp [05:30] I contributed a VERY little bit to gaim and a small bug-fix to qt4. [05:30] im waiting for my qt4 book now [05:30] I'm just looking for something very small to do. [05:30] i will take my new python book to bed tonight and start reading [05:30] otherwise i will show up to a Chicago GLUG event and look stupid..which i am sure will happen anyways [05:31] heh === manchicken doesn't do python much. [05:31] i gotta get back into coding..i quit coding totally in 1998 pretty much..i did some vb and very little c++ for control automation system [05:31] I prefer Perl above all of the procedural scripting languages. [05:32] Perl-Qt is letting me down though :( [05:32] It doesn't have all of the network facilities implemented. [05:32] shoot, i have a hard enough time working some stupid sed scripts [05:32] Wuss ;) [05:33] heh [05:33] hehe [05:33] Either way, your contribution of CDs has been quite influential. [05:33] why thank you [05:33] No, thank you. [05:33] ^_^ [05:33] i have some more to give out tomorrow..hopefully installing some Kubuntu [05:33] My wife is digging Kubuntu over SuSE. I'm glad. [05:33] last event I installed Kubuntu on some old ladies computer [05:34] I didn't want to have to manually maintain a SuSE build when they go into GPL3 violation. [05:34] i ta a linux class, and they are all in their 50's and up [05:34] I honestly think Kubuntu is to a point where folks could just install it and go. [05:34] i have yet to run into a problem with it [05:34] I had the machine completely rebuilt after 1.5 hours. [05:35] except last night, some guy had a system with a kubuntu dvd and it didn't install the ati drivers correctly [05:35] It only took that long because I had to manage config changes with the backups. [05:35] so i did the no-no and set him up with binaries [05:35] I won't touch the proprietary drivers. [05:37] ah well..i need to crash..got the lug event at CoD tomorrow early..plus im exhausted [05:37] What now? [05:37] There's an event tomorrow? [05:37] so keep an eye out for Riddell, Lure, tonio, Toma, seele, seele, since they are all KDE people..maybe they can hook you up [05:37] ya [05:37] 10am to 4pm - CoD SRC 1544 [05:38] What is that? [05:38] (nobody tells me this stuff) [05:39] College of DuPage LUG, Linux Fest [05:39] Ah. Fun. [05:40] My wife's downstate tomorrow. [05:40] I'll probably spend the whole afternoon at GameCrazy. [05:40] heh [05:41] hehe === _czessi [n=Czessi@dslb-088-073-024-113.pools.arcor-ip.net] has joined #kubuntu-devel === jdong [n=jdong@ubuntu/member/jdong] has joined #kubuntu-devel [05:43] You'd think that with all of the free software projects out there that there'd be something that didn't require complex build and runtime environments. [05:47] nixternal: goto bed [05:47] :) [05:48] ( and you forgot me in your list homie, /me feels leftout ) just kidding [05:50] imbrandon: Hey, are you on the kopete team? [05:50] I know I've seen you somewhere else before. [05:50] he's on the blame list, yes. [05:50] Fun. [05:50] i'm a kubuntu core dev ( i mostly mess with konversation , amarok and mythtv but i touch alot of stuff ) [05:50] hehe [05:51] imbrandon: I'm looking to get into kubuntu development. [05:51] yea "the blame list" [05:51] manchicken: rockin [05:51] imbrandon: Hopefully something that doesn't require some insanely complicated build environment. [05:51] IIRC, you helped point me towards the SMS port for kopete4 [05:51] heh [05:51] hahaha kde and != insane build environment in the same sentance [05:51] That was a blur. [05:51] possibly heh [05:52] Well, the tricky part of kopete development is that I had to set up qt4, dbus, and kde4. [05:52] thats easy in edgy and feisty now :L) [05:52] s/L// [05:52] It took me longer to set up the build environment than it did to implement my meta-contact addition and SMS port. [05:52] heh yea [05:53] Well, and I couldn't really use my additions either. [05:53] setting up my dev machines often takes me days to get all the tweaking right on a freash build [05:53] fresh* [05:53] It'd be nice to actually get to add my itch-scratching changes into a form I can use daily. [05:53] but the good part it it only has to be done once :) [05:54] sure [05:54] So is there any package that needs a hand that you are aware of that would meet my criteria? [05:54] hrm for the moment merges are toping the list of "needs to be done" and its good experince [05:54] I can do merges. [05:54] and often not terribly hard [05:55] Hey, I asked to help, I didn't ask to be a rock-star ^_^ [05:55] manchicken: you know where the merges page is ? [05:55] heh [05:55] Is it in the topic? [05:55] yup, i would grab something from the universe list that tickles you and try ti out [05:56] me and crimsun and the others in #ubuntu-motu and here will be glad to help/point you in the right directions' [05:56] I would like to help with main as much as possible. [05:56] It seems like there's a lot of support in universe. [05:56] honestly both sides need love in the kde house [05:56] Then I'll see if there's a KDE thing that looks like fun. [05:57] I'm going to stick to KDE stuff. [05:57] Since I'm familiar with the guts. [05:57] but yea it was only a sugestion feel free to grab a main package too, just you have to be more carefull with those that no one else is working on it already [05:58] smoke time bbiab === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel [06:38] Okay, I can't find any mergest to do. [06:38] merges* [06:40] manchicken: oh? merge-o-matic seems to be down, too [06:41] Well, I've got merge-o-matic, but everything's taken. [06:41] Hobbsee!!!!! [06:41] hey Jucato! [06:41] manchicken: yes, seems to be broken. is superkaramba/karamba up to date? [06:42] I'm just looking for a bunch of small tasks to satisfy my desire for application of ADD in programming form. [06:42] It's in kdeutils, right? [06:42] tonio@ubuntu.com did that merge, it's green. [06:43] oh right, so it is the latest, or needs more merging? [06:44] If green means up to date, then it's latest. [06:44] it's a measure of importance on mom - if it's the latest, it's not there [06:45] Ah. [06:45] So should I email tonio before trying to do anything on it? [06:46] he's not here - just do it [06:47] Is there an RTFM for how merges are done? [06:48] And are these against the edgy or feisty repo? [06:48] feisty [06:48] (I'm guessing we're merging the core project latest stable with the repo) [06:48] there's the REPORT there === Hobbsee tries to decipher that [06:49] we're merging debian sid with the development version of ubuntu, ie feisty [06:49] Ah. [06:49] So I just grab the source deb and spend some quality time in ediff? [06:49] debs* === Hobbsee cant see superkaramba on that list [06:51] ah, no, it's not in kdeutils - its' a separate package [06:51] oh wait, it's there too? [06:51] Is feisty too terribly unstable, or should I just work against feisty independently? [06:51] you need to work on feisty, not edgy, all the time anyway [06:51] however, you dont exactly need to run it to build things for it [06:52] Well I need a stable environment. [06:52] check out !pbuilder for how to do that [06:52] Is feisty stable enough for regular use? [06:52] run a feisty pbuilder for edgy [06:52] not really [06:52] well ,i found it wouldnt boot on tuesday, while i was away [06:52] Hmm... [06:52] How would you recommend I do this then? [06:52] you want to run a pbuilder [06:53] xen? [06:53] !pbuilder [06:53] pbuilder is a system to easily build packages in a clean chroot environment. To get started with PBuilder, see http://wiki.ubuntu.com/PbuilderHowto [06:53] Interesting. [06:53] vmware server also seems to run nicely, if you wanted to use the whole environment [06:53] very - you can have multiple ones :) [06:53] I'd prefer not to run vmware if I can get away with it. [06:53] just use a pbuilder then [06:53] or dual boot === Hobbsee tripple boots, incidently === manchicken installs pbuilder. [06:55] :) [06:55] What is pbuilder then? [06:55] Ooh, jails like? [06:55] That's neat. [06:56] yep [06:56] So it really is jails-like? [06:56] So I could totally make a jail for kde4, too? [06:56] yeah, it's a full system [06:57] ah....yeah, i guess...ish [06:57] That's so insanely cool. [06:57] you have to add extra bits to be able to run GUI programs out of the chroot though [06:58] Does that wiki cover it? [06:58] not currently === Hobbsee pokes nixternal to rectify that [06:59] He went to bed. [06:59] he'll see it when he wakes up :) [06:59] Groovy. [06:59] what type of things can you program? [06:59] Anything given enough time. [07:00] I've done GUI stuff, web stuff, and a little bit of elisp before. [07:00] But I'm willing to learn ^_^ [07:00] I just need an excuse. === Hobbsee pokes Riddell [07:00] I've contributed to Kopete. === Hobbsee bets there are some specs that you could implement, if you wanted [07:01] ooh, which bit? [07:01] I did the kde4 port for their SMS plugin. === Hobbsee notes you could fix a pet peeve of hers [07:01] who keeps beeping me? ;) [07:01] nice! === Hobbsee attacks nixternal with her Long Pointy Stick of DOOM!!!!!!!!!!!!!!! to answer his question [07:01] I don't know if it works (I don't have any SMS accounts) but it compiled and linked and didn't crash ^_^ [07:01] i forgot to turn the speakers off, i heard BEEP, BEEP, BEEP [07:01] heh [07:01] well, there are a couple dozen debdiffs that keep beeping nixternal [07:02] heh [07:02] oooh [07:02] oh wait, are those the couple dozen that I had to review? ;) [07:02] hahaha [07:02] No, I don't use kopete for irc ;) === manchicken uses konversation. [07:02] (proudly) [07:02] haha, no, kopete sucks for irc [07:02] IRSSI for IRC [07:02] manchicken: you could always add the support for /me in kopete, as it is in konversation, xchat, gaim, etc [07:02] I like konversation. [07:02] konversation++ [07:02] it sucks less than all the other clients :P [07:03] Konversation is nice. probably my favorite GUI client [07:03] I actually like konversation. === Hobbsee does too [07:03] I can't say that for any of the other clients. [07:03] Superkaramba is fun [07:03] Yeah. [07:03] i have tweaked my own little System Monitor widget [07:04] i mean, it's scripting kinda sucks, as it's so different, so it's rather annoying for channels like #ubuntu with kicking spammers....but otherwise it's good :) [07:04] It could use a Perl plugin. [07:04] ^_^ [07:04] my trouble is that it doesnt use chanserv.py which is an xchat script :P [07:06] http://nixternal.ubuntu-rocks.org/stuff/screeny.png [07:06] i love the wallpaper pinhero (nuno) did [07:07] nice :) [07:07] only edgy? wuss :P === Hobbsee isnt sure how she got the bad kernel image that caused her system not to boot [07:08] it's better than the blinking lights that chase each other and install viruses, like the ones on Windows ;p [07:08] Hobbsee: i have 7.04 on the other box, not my main work box [07:08] noooo, not ready especially when they break udev once a week [07:08] ahh [07:08] haha === manchicken pbuilder's feisty. [07:09] i used the pbuilder wiki page and have a pbuilder environment now for dapper, edgy, feisty, and i will do an unstable as well when i get some time [07:09] How do you actually use pbuilder? [07:09] Just ssh into an image or something? [07:09] pbuilder build *.dsc [07:10] what all it does is still beyond me...but i have a different chroot environment (thanks imbrandon) so I can test build each package [07:10] or pbuilder login [07:10] So is it just chroot or does it actually work like a jail with virtualization and all that fun stuff? [07:10] to actually get inside it [07:10] manchicken: it is a chroot [07:11] manchicken: well..it's slightly longer than that [07:11] and then i use vmware to test my packages (cuz lord knows (ask crimsun the ubuntu god) i am good at breaking stuff) [07:11] manchicken: there's a base image, which gets copied, and extracted out - so you can login to it, or build with it, etc [07:12] manchicken: and it will use the extracted image, do what you want, until you exit it (if you've used login) or after it's built (if you've used build), leaving the base tarball intact, and deletes the directory it was working in [07:12] manchicken: it's basically a thing that will give you a new chroot each time you use it [07:12] But it runs nothing on boot unless I tell it to, right? [07:12] of course [07:12] Okay, cool. [07:12] vmware isn't that nice. [07:12] I'm just trying to figure out how to get a build environment set up without killing my stable system. [07:13] and like standard chroots, it wont let you get to your outside system from it, but you can get from your outside system into it [07:13] heh, someone on planet ubuntu blogged about our chicago patent office shooter [07:13] I've gotta use this build for work ;) [07:13] hehe === manchicken isn't very familiar with chroot, etc. [07:13] manchicken: join the crowd on that one...imbrandon probably went through it more times then he ever wanted to with me [07:13] and i still have no idea what im doing [07:13] ahhh [07:14] i just get lucky every now and then and someone uploads a package for me ;p [07:14] manchicken: heard of debootstrap? [07:14] Nope. [07:14] manchicken: apt-cache show debootstrap | grep Description [07:14] hrm, that's not much help [07:15] !chroot [07:15] https://wiki.ubuntu.com/DebootstrapChroot use this to build 32 bit environments on a 64 bit box [07:15] So can chroot images destablize your existing build? [07:15] https://help.ubuntu.com/ <-- also have the Packaging Guide, which is a huge help [07:16] manchicken: nope. it's only in a directory of your standard build [07:16] Cool. === Hobbsee thinks on how to explain [07:16] Does it execute its own kernel image, etc? [07:16] and that page doesnt actually tell you what a chroot is, as such === Hobbsee thinks [07:17] dunno on tha tone [07:17] I should go to bed soon. [07:17] I'll let this pbuilder finish. [07:17] all it does is give you another / in the directory you tell it to, with a minimum system below, so you can build things [07:17] or do whatever you want with it [07:17] Ah. [07:18] That's nice. [07:18] yup [07:18] So it's a great way to hack feisty while running edgy. [07:18] however, the problem with that, is that once you modify that min system, it's modified, and now unclean, right? [07:18] Can you execute GUI stuff? [07:18] Yeah. [07:18] Dirty dirty chroot [07:19] if you bindmount .Xauthority and .ICEauthority, iirc [07:19] pbuilder is one step better than that - it takes a compressed version of the clean chroot, and doesnt let you modify it [07:19] however, it extracts it, keeping the compressed version in tact, and lets you login to that, or do whatever you want with that [07:20] and deletes it when you quit out of hte pbuilder [07:20] does that make a bit more sense? === Hobbsee pokes nixternal [07:20] Ah, so you have to make your diffs each time you're done? [07:20] Just a note, I may be too stupid to understand this right now. [07:20] hrm - no? [07:20] for developing [07:20] nah, you wont be [07:21] for developing, you do the package in your home directory or whatever, make all the changes you want to === nixternal turned down the sound [07:21] then dpkg-buildpackage -sa -S -rfakeroot it [07:21] which gives you the source [07:21] Interesting. [07:21] don't forget to sign it [07:21] Is this stuff wikied somewhere/ [07:21] *that's* where the pbuilder comes in - you throw the source at the pbuilder, and it tries to build it [07:22] https://help.ubuntu.com/6.10/ubuntu/packagingguide/C/index.html [07:22] or [07:22] https://help.ubuntu.com/6.10/pdf/ubuntu/C/packagingguide.pdf [07:22] shoudl be there in those two somewhere [07:22] but youv'e got konvi - there are logs :P [07:22] logs are good [07:22] ok, bed for real, i gotta get up early and get my Linux Fest game face on [07:23] red eyed and walking sideways [07:23] g'nite all [07:23] manchicken: if you've got the sources, pbuilder builds the binaries to go with them - that's all it does - saves you building the binaries on your own system, and getting all the build deps [07:23] Ah... [07:24] So pbuilder takes my binaries into the image, and that image is always clean? [07:24] yes [07:24] e.g. configs are reset each time, data files are reset each time? [07:24] exactly [07:24] it's a new image each time [07:24] Ooooh... [07:24] that's sexy. [07:24] yup :) [07:24] This is all GPL'ed stuff? [07:24] of course [07:25] I'm going to have to tell the CM folks at work about this. [07:25] haha [07:25] they keep on screwing around with portage horsecrap. [07:25] only works for debian systems though [07:25] heh [07:25] Portage is nice for releasing stuff, but for a staging box, this is just too sexy. [07:25] I don't know how you could possibly get a more ideal test environment... [07:26] Though it does seem a bit complicated. [07:26] you understand it eventually [07:26] has it finished working yet? [07:26] I'm doing a sudo pbuilder create --distribution feisty [07:27] yep [07:27] has it finished creating yet? [07:27] It froze at bzip2... [07:27] I restarted it. [07:27] you followed the stuff in !pbuilder so you can build universe stuff too, i assume? [07:27] I've gotta go to bed or I'll end up rm -rf'ing in a drowsy daze.... [07:28] Yeah. [07:28] the standard pbuilders only know about packages in main, not universe [07:28] cool [07:28] it just means it's downloading it [07:28] I've been following that verbatim pretty much. [07:28] cool :) [07:28] Okay, bed time for Senor Chicken. [07:28] you didnt need to kill it - it was just downloading [07:28] haha [07:28] see you tomorrow :) [07:28] Later. [08:23] mhb: how'd the dist-upgrades go between edgy and feisty, btw? === shnee [n=CurtyD13@cpe-65-24-168-255.columbus.res.rr.com] has joined #kubuntu-devel === raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel === freeflying_ [n=freeflyi@ubuntu/member/freeflying] has joined #kubuntu-devel === allee [n=ach@dialin-145-254-252-141.pools.arcor-ip.net] has joined #kubuntu-devel === Lure [n=luka@clj46-234.dial-up.arnes.si] has joined #kubuntu-devel [09:50] moin Lure === mhb [n=mhb@ubuntu/member/mhb] has joined #kubuntu-devel [09:52] hey allee, Lure and mhb [09:52] Hobbsee: good morning [09:53] (here) [09:53] Hobbsee: slowly. We all just woke up ;) [09:53] mhb: how'd the dist-upgrades go between edgy and feisty, btw? === Hobbsee drops icecubes down all of your backs === allee shudders [09:54] hi. [09:54] hey fdoving [09:55] Hobbsee: I haven't made the dist-upgrade yet ... but now I have some time, so let's do it! :o) [09:55] Hobbsee: ask me in an hour :o) [09:58] hehe :) [09:58] hi Hobbsee, Lure === Lure is playing with OpenSuSE to try new OpenSync [09:58] what's that? [09:59] Lure: nice :) 10.2 presumably? wonder what opensync is [09:59] mhb: sync tool for PIM vs. phone and stuff: http://en.opensuse.org/OpenSync [09:59] Hobbsee: yes, 10.2 [09:59] ahhh [09:59] Lure: sounds interesting [10:00] kickoff is also nice, just have to get used to - but it needs some bugfixing (keyboard control is not consistent) [10:00] all, in all - 10.2 looks quite nice === el [n=konversa@chello084113223098.5.14.vie.surfer.at] has joined #kubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #kubuntu-devel === Lure [n=lure@ubuntu/member/lure] has joined #kubuntu-devel === Lure back on Feisty ;-) === freeflying_ [n=freeflyi@221.216.175.111] has joined #kubuntu-devel [11:01] Lure: problem is that both reside in branches [11:02] Lure: and only suse builds them [11:20] Hobbsee: it seems I have to format the partition I want to use as root and I have no place to backup my files here so I'll dist-upgrade when I get home (tomorrow) [11:20] mhb: okay === Hobbsee notes that you could probably do it in a chroot, if you wanted [11:21] Hobbsee: you poked? [11:22] Riddell: yeah. got anything you'd like manchicken|away to do in particular? seems he's a coder in various languages, looking to help out === neversfelde [n=neversfe@p54940B79.dip0.t-ipconnect.de] has joined #kubuntu-devel [11:23] make system settings use tabs? fix various thing in adept? [11:23] Riddell: tabs in sys settings? [11:24] or something [11:24] General/Advanced behaves a lot like tabs [11:24] but they're buttons, and people get confused [11:24] mhb: true, now I recall discussion on uds with seele [11:25] manchicken|away: welcome along [11:25] hi neversfelde [11:25] btw, I really like our sys settings - just used yast this morning and it is so confusing [11:25] Riddell: wouldn't that mean an extra bar? [11:25] everything is there, just hard to navigate... ;-( [11:25] ah, neversfelde is a kubuntu.de type [11:26] Hello [11:26] mhb: could well do, but maybe there's some way of putting the tabs along side or within the toolbar [11:27] Riddell: if you were going to do that, may as well have kept kcontrol with it's search bar [11:28] Lure: +1 [11:28] I'd like to have a look at your diskussions in this channel. is it o.k.? [11:29] sure [11:30] thanks [11:30] we may not be on topic though :P [11:30] Hobbsee: ;-) [11:31] for some on topic stuff...a chroot would work, wouldnt it? [11:31] Hobbsee: hardly, there would be no change from current except for replacing buttons that act like tabs with tabs === Hobbsee tries to imagine how that would look like with tabs [11:32] no, I'm not sure either [11:32] but buttons-that-act-like-tabs are a major usability problem, so its worth investigating something else === Hobbsee thought they acted like buttons, actually [11:33] as to why, i dont know - none of the rest of kde is [11:34] Riddell: there has a gui tool for set up Input Method in fedora named im-chooser, you may have a look [11:37] Riddell: what about something similar as konq. sidebar? [11:37] freeflying_: what does it do other than run im-switch? [11:37] Lure: mmm, maybe, I'm not a fan of vertical sidebar tabs though [11:38] Riddell: me neither, just that it is useful if you want to hide something ;-) [11:38] Riddell: it use its own scripts like im-switch [11:39] vertical sidebar tabs....oh right, like epiphany has [11:39] blergh, yeah [11:39] Riddell: if you look at konq tab, there is already a button (new tab) - if this could be extended for other buttons/controls for sys settings (overview/back, search...) [11:40] worth investigating, although I seem to remember the API only accepts a button there, not a general widget [11:41] Riddell: and we could also put hit number in tab title, e.g. "General (1)" and "Advanced (0)" - or is this too subtle [11:43] hard to say without trying it [11:44] Riddell: problem is that tab would resize... [11:45] Riddell: we could have them minimal size or something though [11:45] yep [11:49] oh and if someone wants to package qt 4.2.2... [11:50] we miss imbrandon for that sort of thing, a man with fast build machines [11:50] where's imbrandon? [11:50] Hobbsee: got a job [11:51] oh right === Hobbsee still has access to his machine [11:51] Hobbsee: but he is still around, just less time [11:51] i think [11:51] ahhh [11:55] Fetched 333MB in 34s (9603kB/s) [11:55] nice :) [11:55] :O [11:55] sweet [12:03] mhb: doesnt look too bad to dist-upgrade [12:03] apokryphos: local mirror attached to that machine. it's not mine [12:04] Hobbsee: cool [12:05] but that's only in a chroot [12:05] http://paste.ubuntu-nl.org/36233/ for one [12:09] come to think of it, i wish i'd left this as a chroot [12:10] mhb: http://paste.ubuntu-nl.org/36236/ is the only major error so far. and wodim is requiring interaction [12:12] Hobbsee: good to know [12:12] solved by an apt-get -f install [12:12] and that's it [12:13] better than edgy :P [12:13] Hobbsee: I decided to do a dist-upgrade myself right now (cause I don't have 1485kB/s at home :o) [12:13] hehe [12:13] do it on a proper system, not a chroot === Hobbsee just chrooted, with ssh [12:15] !info coreutils edgy [12:15] coreutils: The GNU core utilities. In component main, is required. Version 5.96-5ubuntu4 (edgy), package size 1334 kB, installed size 8804 kB [12:15] !info coreutils feisty [12:15] !info coreutils feisty [12:15] Hobbsee: yep, doing it like that (on a proper system) === neversfelde [n=neversfe@p54940B79.dip0.t-ipconnect.de] has joined #kubuntu-devel === jack_at_home [n=jack@221.218.229.48] has joined #kubuntu-devel === alleeHol [n=ach@dialin-212-144-131-039.pools.arcor-ip.net] has joined #kubuntu-devel [12:54] Riddell, Lure: you were talking about the syssettings general/advanced stuff. what i originally had in mind was a toolbar-like navigation bar like here: http://www.uni-koblenz.de/~soma/patterns/Review/MainNavigation [12:55] the problem with tabs is that they don't work with the other navigation elements in sys settings [12:55] as there is no vertical navigation widget in kde so far, maybe a modified toolbar would work? [12:56] the problem is that even in a toolbar, exclusive options aren't visualised in a good way... === |toma| [n=toma@84-53-90-221.wxdsl.nl] has joined #kubuntu-devel [12:57] el: there's only one major problem with that - what if you dont know which section you want? [12:57] hey |toma| [12:58] <|toma|> hi Hobbsee === |toma| is now known as toma [12:58] hey Hobbsee - you mean if the setting you're looking for is in general or advanced? [12:58] that too [12:58] Hobbsee: we tried to rearrange the meeting, but we failed to get a dat for this year [12:59] was meaning whcih component it was [12:59] date [12:59] toma: fair enough. i didnt give much notice, i'm afraid - not that i had any [12:59] well, much [12:59] Hobbsee, which component? [01:00] Hobbsee: okay, next one should be early in the new year [01:00] el: personal, L&F, Comp Admin... [01:01] Hobbsee, usually you don't look for sections, but you want to change sth specific in the settings [01:01] true [01:01] assuming you know where it is. but i see yourpoint [01:01] Hobbsee, so you scan the sections and try to figure out where it is === Hobbsee thinks a search would be the most effective [01:01] yeah [01:01] Hobbsee, but there is a search, too [01:01] accessible by keyboard [01:02] Hobbsee, but line edits in toolbars are accessible by the keyboard, no> [01:02] ? [01:02] el: line edits? [01:02] Hobbsee, at least comboboxes are [01:02] Hobbsee, search fields [01:03] why isnt the keyboard focused there by default? [01:03] Hobbsee, keyboard navigation in systemsettings doesn;t work at all, unfortunately [01:03] yes. sucky. [01:03] that was one of the tasks for edgy, but wasn;t implemented (not enough time..) [01:04] ahhh [01:04] :-| === danimo [n=danimo@kde/danimo] has joined #kubuntu-devel [01:04] hey danimo [01:04] moin! [01:04] hey danimo [01:04] hi Hobbsee, el! [01:05] a nicely patched kubuntu: http://developer.kde.org/~danimo/screenies/kdm_input.png [01:05] patched how? [01:05] the password field [01:05] dots instead of * [01:06] yepp [01:06] oh right [01:06] just a qt configure switch? or something more? [01:06] Riddell: no,see patch linked http://daniel.molkentin.de/blog/index.php?/archives/60-KStyle-Pimped.html [01:07] Riddell: rename it kubuntu-63-whatever.patch and put it into kdelibs/debian/changes [01:07] Riddell: builds just fine for me on edgy [01:07] Riddell: Ideally I want to have it in 3.5.6 [01:07] Riddell: I just need SadEagles OK [01:08] patch KStyle link broken [01:08] really? [01:09] Riddell: fixed [01:09] Riddell: I broke it during an update [01:09] looks like a small enough patch [01:09] yepp [01:09] Riddell: It's really simple [01:09] if you send me a debdiff I can upload to feisty [01:10] Riddell: I really want to push it into 3.5.6 [01:10] Riddell: if that fails, we can still go for that option [01:11] yeah, but we want it now! === jpetso [n=jpetso@v213-022.vps.tuwien.ac.at] has joined #kubuntu-devel [01:12] Riddell: I can't do a debdiff [01:13] Riddell: can't you do it quickly? [01:13] Riddell: otherwise you'll have to wait a couple of hours [01:13] danimo: i'll do it [01:13] yay Hobbsee! [01:13] Hobbsee: yay! [01:13] danimo: I'm busy editing the dot === danimo deletes a stale suse factory tree and finds his laptop gained a total of 2,7 GB :) === Hobbsee waits for this to download [01:22] Hobbsee: "this"? [01:23] kdelibs [01:24] ah [01:24] Hobbsee: I got upgraded to 3MBit/s now :) [01:24] Hobbsee: for the same price [01:25] nice! [01:25] right, done [01:27] Hobbsee: they said they wouldn't do that usually, but it seems I saved their ass because I reported a subtle but annoying annormality in their network that could have caused severy problems if detected a bit later. === hunger_ is now known as hunger [01:29] Riddell: http://buntudot.org/people/~hobbsee/kdelibs.debdiff [01:29] danimo: heh [01:48] Hobbsee: oh, it's not only kdm [01:48] Hobbsee: it's KDE-wide [01:48] Hobbsee: as long as you use a KDE style [01:48] Riddell: some people really do seem to hate distro posts on the dot; even some are on righteous crusades about this. Crazy. [01:49] Hobbsee: you might want to change the description in the diff :) [01:49] oh [01:50] never thought I'd get this much stick for that post :P [01:50] nevermind, though. For every person complaining there's at least two saying they want such distro posts. [01:50] apokryphos: it's curious, nobody has complained in the past, but in the last month it seems to be the fashion [01:50] probably we're just not posting enough news in general [01:51] could be. Also, the releases haven't been that far apart, so some people might get the wrong impression [01:51] danimo: so it's any password box? === Jucato thinks they started complaining on one of the articles about Kubuntu... [01:54] Hobbsee: yepp [01:54] Hobbsee: ideally at least [01:54] gotcha [01:54] Hobbsee: I have tested the patch for almost a day now [01:55] :) [01:55] Hobbsee: and so far I haven't encountered a kde app that did not make use of it [01:55] :) [01:55] Hobbsee: it would be something very wicket [01:55] danimo: for all kde apps, or all apps? [01:55] Hobbsee: kde apps, I can't do magic :) [01:56] haha [01:56] Hobbsee: but gnome uses that character for a long time [01:56] Hobbsee: even kpasswordedit uses it correctly [01:57] Hobbsee: so no needs to worry [01:57] nice :) [01:59] Riddell: danimo updated [02:00] two secs... [02:00] 1...2... [02:00] Riddell: TIME'S UP!!!! [02:00] :P [02:00] *DING* [02:04] ok, looking === marseillai_ [n=cyril@AMarseille-256-1-165-226.w90-14.abo.wanadoo.fr] has joined #kubuntu-devel [02:07] :) [02:07] Hobbsee: uploaded [02:08] :D [02:08] thanks Riddell [02:09] any motu's who want to approve bug 75229 ? [02:09] Malone bug 75229 in Ubuntu "Please sync Mailody 0.2.0-1 from debian experimental" [Undecided,Unconfirmed] http://launchpad.net/bugs/75229 [02:11] toma: done [02:12] Riddell: thnxs === abattoir_ [n=abattoir@59.92.86.158] has joined #kubuntu-devel [02:33] This kinda sucks. [02:34] manchicken: what's that? [02:34] `sudo pbuilder create --distribution feisty` keeps hanging on bip2... [02:34] 99% [25 Packages bzip2 0] [02:36] I'm just trying to set up a build and test environment right now so that I can help you all out with some merges. [02:37] Setting up a build environment for a distribution is (understandably) a hell of a lot more complicated than I initially thought ^_^ [02:37] But that's cool. If I can set up kde4 build environments, I can set up this one. [02:38] It's been sitting at that line for a while, too. [02:39] I left this thing around 00:29. [02:40] Riddell: If you're looking for a hyper hacker who likes to bounce around from program to program fixing various things, then I don't think you'll find anybody with a shorter attention span than myself ;) [02:40] (I just scrolled up to conversation around 04:23) [02:41] we certainly are [02:41] if pbuilder is doing funny things, you can also just do a chroot [02:41] I think it's actually doing something though. [02:41] mkdir feisty; sudo deboostrap --variant=buildd feisty feisty/ [02:42] gzip is hitting my CPU rather hard.... [02:42] I'm wondering if there's some massive archive that's just been decompressing this whole time. [02:43] So Adept is python, is it not? [02:44] no, it's C++ [02:44] Ah.. [02:44] Groovy. [02:44] Is it fully using KDE internals or just Qt? [02:44] fully KDE [02:44] Groovy. [02:44] Did you know that Perl-Qt has almost all of Qt in it except for networking stuff? [02:44] What a bloody disappointment. [02:44] Anyway.... [02:45] I've gotta teach my youth group today, and when I get back I'm going to set up a build environment or kill something trying. [02:45] people still use Perl? [02:45] Use it all the time ^_^ [02:45] Almost as much as Emacs. [02:46] Although I do get paid to use it ^_^ [02:46] I actually have the making of a pretty neat little podcast app written in Perl-Qt... until I found out that QHttp stuff isn't implemented. [02:46] At first I tried using LWP, but LWP doesn't thread well. [02:47] So I figured I'd try taking advantage of multi-threaded Qt. === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #kubuntu-devel [02:47] No such luck. [02:47] I tried everything I could, and Qt just sat there with its thump up the rumph. [02:48] Heya [02:48] When I looked at the actual calls it was making, it made every call properly except for QHttp calls. No QHttp calls were being made. That made me a sad panda. [02:48] Anyway, I think I've proven my lack of attention span. [02:48] I believe I'm on the ubuntu-devel list, is there another list you'd like to see me on? [02:55] No, pbuilder is definately hanging. [02:55] That was my backup process that was doing the gzip. [02:59] Ack, I had edgy in my /etc/pbuilder/apt.config/source.list, but was telling it to build feisty. [02:59] kubuntu-devel :) [02:59] Mornin' [03:00] that it is, and an early morning at that [03:00] do you goto sleep? [03:00] hey nixternal [03:00] Sometimes. [03:00] hiya Hobbsee [03:01] i think some mickey'd's is in order for this morning [03:01] Very nice. === Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #kubuntu-devel [03:02] so today I become president of the CoDLUG..time to make changes and take the internet and mailing list from the old prez asap, cuz its current condition is hopeless [03:10] Riddell: knetworkconf asks for version on start -> we need to add Feisty to the list to fix auto detect. Will you do it or should I prepare debdiff? [03:12] WHY does pbuilder hate me?! [03:12] It's still hanging on bzip2. [03:13] hmmm...mine made it past bzip on an update so far [03:14] i will see here when it goes to Get it [03:14] I would presume us.archive.ubuntu.com [03:15] no, for pbuilder i use just archive.ubuntu.com [03:15] that could be the issue as well, it may not have sync'd up yet with the us archives [03:15] I have archive.ubuntu.com in there, but it's going to us.archive.ubuntu.com [03:16] MIRRORSITE=http://archive.ubuntu.com/ubuntu [03:16] ya, i had the issue before as well...trying to remember how i fixed it [03:17] Should I uncomment the COMPONENTS line? [03:17] how about in the apt.config, does the sources.list point to archive.ubuntu.com as well? [03:18] That may be it. [03:18] They're all us.archive === pinheiro [n=pinheiro@81.193.20.211] has joined #kubuntu-devel [03:18] i think i changed that, and possibly had to recreate the env [03:18] I'll try that. [03:19] APTCONFDIR="/var/cache/pbuilder/feisty/apt.config/" [03:19] us.archive.ubuntu.com has never given me trouble for my normal use... oh well. [03:19] in pbuilderrc i have that as well [03:19] i have had issues with us.archive in the past [03:22] heh, in kde-look.org, clipart > highest rated, my Powered by Kubuntu image is #5 still [03:23] also, for packaging and what not, the main channel is #ubuntu-motu alot of super smart packagers that can answer everything...don't let them know i sent you though, im sure they are sick of me already :) === gnomefre1k [n=gnomefre@adsl-144-154-206.rmo.bellsouth.net] has joined #kubuntu-devel === klerfayt [n=klerfayt@85.196.226.132] has joined #kubuntu-devel [03:32] Lure: go ahead === abattoir [n=abattoir@59.92.61.14] has joined #kubuntu-devel [03:43] IT FINISHED! [03:43] Sweet. [03:46] Ooh, that's nice. [03:49] Okay, now I just need to figure out how to get it to include X and K. === RadiantFire [n=ryan@unaffiliated/radiantfire] has joined #kubuntu-devel === neoncode [n=neoncode@unaffiliated/neoncode] has joined #kubuntu-devel === TheInfinity [n=TheInfin@p508F03EC.dip0.t-ipconnect.de] has joined #kubuntu-devel === klerfayt [n=klerfayt@85.196.226.132] has left #kubuntu-devel ["Konversation] === zorglu_ [n=zorglub@206.43.102-84.rev.gaoland.net] has joined #kubuntu-devel === abattoir [n=abattoir@59.92.42.190] has joined #kubuntu-devel [05:04] Riddell (or any other core-dev): knetworkconf fix for feisty: http://lure.homelinux.net/kubuntu/kdeadmin.debdiff === abattoir [n=abattoir@59.92.42.190] has joined #kubuntu-devel [05:17] manchicken|away: pbuilder will include what you tell it to with build-deps when you pbuild the package [05:19] Lure: uploading [05:19] I'll put it into KDE SVN too [05:20] Riddell: ok [05:20] thanks Lure [05:35] Riddell: any idea why so many icons in Lost&Found + 2x Settings menu entries? [05:39] Lure: no idea, it needs looking into [05:39] all the lost+found are kcontrol modules, something isn't excluding them === marseillai_ is wondering why ffmpeg is compiled whitout lame support in ubuntu ? [05:55] marseillai_: to be in universe instead of multiverse? [05:57] lure perhaps but in this case it should be in multiverse too WITH this support and this is the case for several applications. currently i'm trying to convert .mov files in .flv files and i never have sound on my .flv files [05:57] and when i look ubuntu forum i often found people with this problem [05:57] and the only solution i found is to recompile ffmpeg [05:58] i think that adding multiverse repo should give me this support [05:58] probably siretat's doings === zorglu_ [n=zorglub@206.43.102-84.rev.gaoland.net] has left #kubuntu-devel ["Konversation] === jdong [n=jdong@ubuntu/member/jdong] has joined #kubuntu-devel [05:59] s/siretat/siretart/ [06:06] you was speaking to me ? [06:06] yes [06:06] but look in the changelog to find out [06:07] Riddell: but it's not possible to have a program in too repo? one in universe without lame support ? and one in multiverse with? [06:09] no, but it can be split [06:09] depends on what else is in ffmpeg, I don't the details === marseillai_ is now known as marseillai === Jucato [n=jucato@124.106.178.61] has left #kubuntu-devel ["Konversation] [06:27] Riddell: Hi, I updated the Klear package and commentated your notes http://revu.tauware.de/details.py?upid=3713 === shnee [n=CurtyD13@cpe-65-24-168-255.columbus.res.rr.com] has joined #kubuntu-devel === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #kubuntu-devel [06:52] Czessi: compiling [06:59] Czessi: advocated! http://revu.tauware.de/details.py?upid=3713 [06:59] find someone else to advocate it and we can get it uploaded [07:00] Riddell: Thanks! I'll take a look at ubuntu-motu === poningru [n=poningru@ip72-209-68-178.ga.at.cox.net] has joined #kubuntu-devel === jdong [n=jdong@ubuntu/member/jdong] has joined #kubuntu-devel [07:12] Riddell: K-menu mess is not us big on my desktop (dist-upgraded from edgy): only Settings->HP LIP Toolbox [07:12] Riddell: but no Lost&Found there... === mbiebl [n=michael@e180101207.adsl.alicedsl.de] has joined #kubuntu-devel === jpetso [n=jpetso@v213-022.vps.tuwien.ac.at] has joined #kubuntu-devel [07:35] Czessi: what's so great about klear? === serzholino [n=serzholi@16x.zp.ua] has joined #kubuntu-devel [07:36] Czessi: so far kaffeine always showed to be better [07:40] Riddell: Okay, so how do I control that? [07:40] Is there a doc or wiki I can follow? [07:40] nixternal gave me a PDF, I'll check there. === gnomefre1k [n=gnomefre@adsl-144-154-163.rmo.bellsouth.net] has joined #kubuntu-devel [08:01] So do I have to install all dependencies into pbuilder manually? [08:01] Or do I pbuilder login and apt-get things? [08:03] manchicken: no, pbuilder build will install required dependencies [08:06] Lure: Well none of the KDE stuff is installed in this feisty pbuilder image. [08:06] How do I control that? [08:06] manchicken: it will get installed when you build first kde package (and then it will be cached) [08:06] Ah. [08:06] That's nice. [08:06] So I gotta get a .dsc? [08:06] manchicken: pbuilder only keeps minimal root [08:07] That's nice. [08:07] manchicken: yes, you pass .dsc to build option [08:07] So can one ssh into a pbuilder to forward X or will it work with an already running X instance? [08:07] Before you wonder, yes, I am clueless. [08:08] manchicken: pbuilder does not need X - it just does build in CLI and will give you .deb [08:08] manchicken: no problem, I was clueless too when I started ;-) [08:08] Right, but if I'm working on a KDE program that I don't want to pollute or update an existing program, how do I isolate it in a pbuilder instance and still be able to run it? [08:08] I would RTFM if I could find one ^_^ [08:09] I got a minimal feisty pbuilder image that I can pbuilder login into... but that's where the disconnect is. [08:09] Riddell: it seems that kdeadmin did not build on i386/amd64 due to lilo :-( https://launchpad.net/+builds/+build/284062 [08:10] manchicken: did you follow https://wiki.ubuntu.com/PbuilderHowto ? [08:11] Yup. [08:11] manchicken: you do not need to login, just run build [08:12] right, but if I've already got kopete installed, and I want to make a change in the feisty version of it but not have it pollute my edgy install, how do I do that? === _Sime [n=konversa@ip54579d1b.direct-adsl.nl] has joined #kubuntu-devel [08:12] I need a stable system. === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #kubuntu-devel [08:18] you can do the change on source, do debuild -S to build source package, build with pbuilder === pascalFR [i=xPmAefco@cha92-7-82-230-174-61.fbx.proxad.net] has joined #kubuntu-devel [08:19] this will not damage your stable system, the only issue is how to test [08:19] And then install into chroot? [08:19] for this you would probably need chroot environment [08:19] manchicken: yes, I do not know if pbuilder can be abused for this [08:19] You know of a good chroot tut? [08:20] Well, if pbuilder pops out a .deb, and chroot can install debs, then that sounds like a great way to do things. [08:20] manchicken: this might help https://wiki.ubuntu.com/DebootstrapChroot [08:20] manchicken: and other links on https://wiki.ubuntu.com/DeveloperResources [08:21] Cool. thanks. [08:21] manchicken: if you have chroot, you do not need pbuilder [08:21] So then why do people run pbuilder? [08:21] manchicken: it is still nice to have pbuilder, as it will ensure it builds on clean system (like official buildd systems) [08:21] manchicken: chrooted environment can also get crafted in time... === gnomefre2k [n=gnomefre@adsl-221-44-131.rmo.bellsouth.net] has joined #kubuntu-devel === manchicken_ [n=manchick@c-76-16-240-139.hsd1.il.comcast.net] has joined #kubuntu-devel [08:32] Stupid wifi.... === ryanakca [i=ryan@unaffiliated/ryanakca] has joined #kubuntu-devel [08:48] Lure: would apt sigsev'ing be a security vulnerability? seeing that people can't (to my knowledge, unless you comb threw all the repos and compare versions with local ones) upgrade their system to install any security fix? [08:48] Have you ever had any trouble doing this on wireless? [08:49] ryanakca: it might - the problem is that you seems to be one of the rare cases with this problem... [08:49] Okay, it seems that when I try to debootstrap my wireless goes crazy. [08:49] Has anybody else experienced this? [08:50] hi all [08:50] oh, I hate waiting one extra hour on a train [08:51] Lure: yeah... so... check the box in the bug report? [08:52] mhb: hmm... trains have internet? [08:52] ryanakca: I think it is not required, as it is not wide-spread bug.... [08:52] ryanakca: not even a power outlet here :OI [08:53] Lure: kk... and should I put all the backtraces and straces into a tarball, or upload individually? [08:53] mhb: lol... so I take it you aren't on the train :) [08:53] ryanakca: no, I'm back home [08:53] ryanakca: I was on the train for 5 hours [08:54] kk... *thinks they should have internet on trains* [08:54] mhb: sounds fun... busyness trip? or an early holiday? (I could use one of those :D ) [08:54] ryanakca: weekend with my girlfriend [08:55] ah [08:55] Nobody? No ideas on the wifi thing? [08:55] I see Feisty has problems with encoding, just like *every* Ubuntu alpha 1 CD I've tested :o) [08:56] manchicken: it can be the load on the interface triggering this, no idea what else could be the cause... [08:57] Hmm... === poningru [n=poningru@ip72-209-68-178.ga.at.cox.net] has joined #kubuntu-devel === serzholino [n=serzholi@16x.zp.ua] has left #kubuntu-devel [] [08:59] Okay, now it's magically working.... [08:59] Beautiful. [09:08] Ooh, this chroot thing looks like it may be quite simple [09:12] Lure: bug 75273 [09:12] Malone bug 75273 in apt "Apt constantly sigsevs on edgy" [Undecided,Unconfirmed] http://launchpad.net/bugs/75273 [09:29] Sweet. [09:29] I got mychroot working. [09:32] chrooting is nice. :) [09:33] I'm digging it. [09:33] pbuilder is also cool. [09:37] pbuilder may be cool, but right now I need a development environment where I can run stuff. [09:39] then it's not what you want. [09:45] Ooh, this is so sexy. [09:45] Okay, now that I have a build environment.... [09:46] Is there one thing I could apt-get that would pull over all default kubunt packages? [09:47] yes, kubuntu-desktop === |infinity| [n=TheInfin@p508F03EC.dip0.t-ipconnect.de] has joined #kubuntu-devel [09:47] Man, #kubuntu is maddening. [09:47] heh, that'll take up some space. [09:47] Almost 1.5GB [09:48] fully blown kubuntu system :) [09:48] Yeah. [09:49] Now, if I'm running something like dcop in chroot, will it conflict with my normal base install? [09:49] (which reminds me, I haven't restarted K since yesterday's edgy update) [09:50] this is so insanely cool. [09:50] This means that KDE4 people could hack kde4 without having to fight with multiple directories and all of that stuff. [09:51] Although I'm sure that this is already being done, but that I'm just not used to it ^_^ [09:52] I suppose I'm just easily impressed. [09:57] dcop can be run inside the chroot without conflicting with the rest, yes. [09:57] the tmp dirs with the sockets don't crash. === neoncode [n=neoncode@unaffiliated/neoncode] has joined #kubuntu-devel === Ingmar^ [n=ingmar@86-39-7-135.customer.fulladsl.be] has joined #kubuntu-devel === toma [n=toma@84-53-90-221.wxdsl.nl] has joined #kubuntu-devel [10:34] Riddell: Okay, so I think I have a build environment set up. [10:35] Riddell: Got a task needs doing? === claydoh [n=claydoh@66.252.48.95] has joined #kubuntu-devel [10:44] who did the new guidance-power-manager icons? [10:45] I mean those in Feisty === manchicken doesn't know. [10:45] Check the blame. [10:47] mhb: kwwii [10:47] Lure: hmm... I liked the older ones more === lnxkde [n=vlos@206.248.107.156] has joined #kubuntu-devel [10:48] mhb: tell this to him and sebas when around [10:48] Lure: will do [10:48] mhb: I am fine with both ;-) [10:53] manchicken: know how to merge packages? [10:54] manchicken: take your pick http://merges.ubuntu.com/universe.htm [10:54] http://merges.ubuntu.com/universe.html [10:54] anything beginning with a k :) [10:54] Just some time in ediff, right? [10:55] https://wiki.kubuntu.org/MOTU/Merging [10:55] Riddell: seen kdeadmin build failed dues to lilo... [10:55] Lure: oh, foo. not much we can do about that, unless you want to fix lilo I guess [10:55] Riddell: You said something about adding tabs to kde-systemsettings. [10:55] manchicken: yes please [10:55] manchicken: or fix adept [10:55] manchicken: people get confused because we have buttons that act like tabs [10:56] Lure: lets start him off simple :) [10:56] Yeah. [10:56] I can see that. [10:56] manchicken: tabs widgets may not be the best replacement though, see the link that el posted earlier for more ideas [10:56] Okay, I'll get on this. === Lure just thought that if you do not know it is hard you just do it ;-) [10:57] Is it using the designer or just straight C++? [10:57] manchicken: just play around with whatever layouts you can come up with and post some screenshots [10:57] katapult's not working for me on feisty after dist-upgrade ... tried to remove katapultrc, but no luck [10:57] manchicken: just straight c++ I think [10:57] Okie dokie. [10:57] mhb: works for me, sure you have it running? [10:58] mhb: working here (herd 1 clean) and on my desktop (edgy -> feisty) [10:58] Riddell: tried to start it from the cmdline, reports no errors but won't start either === Riddell off to bed [11:00] I had some trouble with katapult in Edgy, it turned out to be a configuration problem, but now the config file is gone and the problem's still there [11:00] Later man. [11:00] mhb: you are using non-english? [11:00] Lure: yep [11:00] mhb: I think Tonio fixed something in katapult for this - maybe that is missing in edgy [11:00] s/edgy/feisty [11:01] Lure: hmm ... could be [11:01] there was SRU [11:01] Lure: so you're using english desktop? [11:01] mhb: yes [11:02] Lure: does Slovenian characters work well for you in Feisty? [11:02] mhb: I do not use slovenian characters ;-) [11:03] Lure: not at all? Wow [11:03] [11:03] they work [11:03] mhb: I have english keyboard, most of my work is in english - so I do not care much about rare occasions when I need them ;-) [11:05] Lure: ok, thanks for the info (some of the Czech ones don't, that's why I asked) [11:05] Is there a way to kill all chrooted apps, or tell the difference between the chrooted versions and the normal versions? [11:05] manchicken: I do not thnk so... [11:06] mhb: https://launchpad.net/distros/ubuntu/edgy/+source/katapult/+changelog [11:06] mhb: * Add kubuntu_07_work_with_non_english.diff closes 48103 [11:06] mhb: maybe this patch is missing in feisty version [11:07] Lure: thanks, I'll check later === mhb -> sleep [11:07] goodnight [11:09] nite. [11:09] nite === michael__ [n=michael@e180101207.adsl.alicedsl.de] has joined #kubuntu-devel [11:17] Okay, kde-systemsettings is using designer stuff it seems. [11:24] Riddell: all kubuntu spec are still "Pending approval": https://blueprints.launchpad.net/distros/ubuntu/feisty [11:24] Riddell: how do we get them approved? [11:26] Err, no it isn't. === jjesse [n=jjesse@69-87-139-85.async.iserv.net] has joined #kubuntu-devel === jjesse [n=jjesse@69-87-139-85.async.iserv.net] has joined #kubuntu-devel [11:35] why are we congrating Tonio and Raphink [11:35] acordig to the topic === allee [n=ach@allee.mpe.mpg.de] has joined #kubuntu-devel [11:37] jjesse: they are both getting married [11:37] ah [11:38] Marriage is fun. Congrats certainly are in order. === raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel === lnxkde [n=vlos@206.248.107.156] has joined #kubuntu-devel === Seveas [n=seveas@ubuntu/member/seveas] has joined #kubuntu-devel === Lure -> bed - nite all [11:48] Nice... [11:48] kde-systemsettings won't compile from apt-get. [11:49] Just doing `apt-get source kde-systemsettings --compile` fails. [11:50] manchicken: it sigsev? [11:52] Naw. [11:52] Compile fails. [11:52] drats... === ryanakca is trying to find someone else with a broken apt [11:53] Ah. [11:53] I haven't recompiled it. [11:54] Just installed feisty. [11:58] ooh, fun [11:58] manchicken: it work? === lnxkde [n=vlos@206.248.107.156] has joined #kubuntu-devel [11:58] well... I'll ask you tommorow :) [12:00] apt-get works [12:00] But I still can't get kde-systemsettings to compile. === lnxkde [n=vlos@206.248.107.156] has left #kubuntu-devel ["Konversation] === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #kubuntu-devel [12:06] It's the configure script. [12:06] How does one regenerate that script? [12:06] no clue... [12:07] what about apt-get install kde-systemsettings instead of recompiling it? [12:07] I'm trying to work on it ^_^ [12:07] The binary works just fine ^_^ [12:09] But binaries aren't much good for hacking