[00:00] you can poke Riddell, Hobbsee or jpatrick too. or scream and shout in here until someone looks :p [00:00] I try :-) [00:00] I will try :-) [00:01] Thanks a lot [00:01] Btw, on https://wiki.ubuntu.com/PackagingGuide/Recipes/Debdiff [00:02] There is a question about binary files in the end of the page [00:02] What do you think about it? [00:04] are you adding any binary files? [00:05] No [00:06] Just want to know what is done in case of this [00:06] you'd have to uuencode any binary file, but that's something you don't need to worry about now [00:09] Last question, what if I assign tjis bug to Jonathan Riddell, is this ok? , (Most bugzillas has a cc list, but I don't see this in launchpad) [00:10] we (the kubuntu team) get emails from all the bugs in all the KDE packages anyway [00:11] stdin: if one subscribes to kubuntu-bugs that is... [00:13] yuriy: Riddell does :) [00:13] besides, the bug contact for kdebase (and other kde packages) is "Kubuntu Team", so you only need to be a member of that to get bug emails [00:14] But this anoying bug is still unnoticed.... [00:14] I mean the XDMCP allows easly to launch KDE4 in xnest [00:16] it was only reported on 2007-12-23, I wouldn't call that unnoticed [00:18] Btw the debdiff must be applied on top of exactly the same package it was generated, or not [00:19] yeah [00:20] Thus mine debdiff will be obsolte in few days...., right [00:20] why is that? [00:21] kwwii: ping, were you interested in submitting a mockup? [00:22] stdin, because kdm is a part of kdebase, and this package is updated qute often, (I am on hardy this is...) [00:22] And you say that debdiff won't apply on the modified package [00:23] 3 updates a month isn't that often [00:23] and you'll get your patch into the next update if you upload it [00:23] ryanakca: hmm [00:23] ryanakca: I'm not sure you get this Europe thing [00:23] ryanakca: let me explain: it's real late in Europe [00:24] ryanakca: 01:22 A.M. [00:24] if you were a married man with children, would you be fresh at 01:22 AM ? [00:24] :o) [00:24] (I assume he is) [00:25] it's not 01:22 AM where I am, and I'm in Europe ;) [00:25] stdin: true, but not in my europe, he's in my europe :o) [00:25] I thought it was *our* europe :p [00:26] stdin: where are you? uk? [00:26] yeah [00:27] ryanakca: anyway, I'm just joking, but I don't think you'll catch him at this time. [00:27] ryanakca: I hope you're not offended [00:28] it is indeed late and I would say my bed was calling me if I wasn't actually lying on my bed now [00:28] mhb: in portugal is even sooner..~00h28am :) [00:28] mhb: lol :) [00:28] stdin, actually I need to change a kubuntu patch, not to add one, the bug is in 70_kdm_consolekit.diff [00:29] Fortunialy, I can just edt the patch, since the fix is trivial [00:29] mhb: I pinged him and then tried to implement a gcd function in C++... incledible how such a simple algorithm (Euclid's algorithm) can give so many errors... all of them syntax of course :) [00:29] MaximLevitsky: then just change the changelog comment to "Edited debian/patches/70_kdm_consolekit.diff to fix ... (LP: #????)" [00:30] ryanakca: that's like two lines [00:30] yeah, here's what I have : [00:31] http://paste.ubuntu-nl.org/54945/ [00:31] mhb: http://blog.ryanak.ca/gcd.cpp [00:32] mhb: do you need the 'else', since the function probably breaks after it returns once? [00:32] no [00:33] gcd.cpp:9: error: invalid operands of types ‘double’ and ‘double’ to binary ‘operator%’ [00:33] but it looks nicer :o) [00:33] lol [00:33] also, passing double is a bit strange, isn't it? [00:33] do you need doubles? rather than int's ? [00:33] * ryanakca shrugs and tries ints [00:35] heh, I added to change them from 'double' to 'const int'... [00:35] if you're passing by reference, use const int& [00:36] s/int/int&/ :) [00:36] Sorry to bother you, with trivial questions, but is this a good changelog entry : http://paste.ubuntu-nl.org/54946/ [00:37] MaximLevitsky: you need -- Your name date at the end [00:37] that's a bit verbose too [00:38] you're missing hardy; urgency=low after the version [00:38] hmm, I wonder whether you can pass a % b as a "const int &" [00:38] MaximLevitsky: you can change "Fixes " to "(LP: #bugid)" too, iirc [00:38] Thanks a lot [00:38] you know, you call there a gcd(b, a % b) ... is "a % b" an actual const int& ? [00:38] MaximLevitsky: and get rid of the "Thanks to for reporting this", if people are interested, they can probably look at the bug repord... [00:38] * mhb shrugs [00:39] Btw, can changelog entries be autogenerated, like those small things [00:39] MaximLevitsky: in my most humble opinion [00:39] look at dch [00:40] something like http://paste.ubuntu-nl.org/54947/ [00:40] ryanakca, thanks a lot, I just don't like t to take a credit for bug that wasn't fixed by me, but ok I remove the thanks line [00:41] Thanks a lot [00:41] see this too, http://www.debian.org/doc/debian-policy/ch-source.html#s-dpkgchangelog :) [00:42] MaximLevitsky: well, its just my most humble opinion, disregard and check with MOTUs if you want to keep it... [00:42] * ryanakca tries to find that debian changelog style guide [00:54] * DaSkreech heads home [00:55] stdin, now I get this : [00:55] gpg: skipped "Maxim Levitsky ": secret key not availablegpg: [stdin]: clearsign failed: secret key not available [00:55] doesn't really matter if you're just making a debdiff [00:56] Great, I don't yet have a digital signature [00:56] MaximLevitsky: have you created your key yet? [00:56] No [00:57] I am just a ordinary user, I fix few bugs [00:57] I even fixed few bugs in likux kernel [00:57] likux/linux [00:58] then you'll want to create one :) [00:58] !gpg | MaximLevitsky [00:58] MaximLevitsky: gpg is the GNU Privacy Guard. See https://help.ubuntu.com/community/GnuPrivacyGuardHowto and class #8 on https://wiki.ubuntu.com/ClassroomTranscripts [00:59] I know about it, but I suppose I need to publish a key somehow, right? [00:59] I played with it few times [00:59] you just upload it to keyserver.ubuntu.com [00:59] well, generate the key, then upload it to a keyserver [01:00] it'll propagate through all the other servers then [01:00] When I need, I will do that, thanks [01:00] MaximLevitsky: if you want to upload a package to Ubuntu, you'll need to :) [01:01] I am sendind just a debdiff [01:01] sending [01:01] ? [01:01] or if you want to use PPAs, those are good to show that your fix works [01:01] you don't need a gpg key just to attach a debdiff though [01:02] nope [01:03] And I thought that bugfixing the kernel is hard... just send a patch to LKML... [01:04] And git generales patches.... [01:11] Done [01:11] How does this look now [01:11] https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/178242 [01:11] Launchpad bug 178242 in kdebase "KDM doesn't work in XDMCP mode" [Undecided,New] [01:16] that's better [01:33] Thanks everyone [01:33] Goodbye [01:34] bye \o [01:34] Thanks [01:35] hey guys. Just read a blog post, by Richard Johnson, that said anyone wanting to help with Kubuntu should stop off here [01:35] my exams finsihed as of 4:00, and now I've got plenty of time free and I want to hack on things! [01:36] I can do C++ programming, I've been helping out on Dragonplayer doing tiny fixes, but that's kindof in a really dull feature freeze time. Anything I can help with? [01:38] david_edmundson: Welcome. [01:38] david_edmundson: Where are your interests? [01:39] making KDE4 awesome [01:40] adding tiny features/bug fixing to stuff is really where I'm probably best at [01:40] rather than anything massive [01:40] Are you running our KDE4 packages now? [01:40] nixternal: ^^^ Someone wants to help... [01:41] yeah, excpet kdemultimedia which is SVN for dragonplayer [01:41] I've got to run for a little while. This is a quiet time of day here, but be patient and don't go away. [01:41] okies [01:41] when is busy time? [01:41] it's about 1.30 AM here [01:41] But if you want to dive in, find problems and propose patches, feel free. [01:41] is there a "junior jobs" for KDE4? [01:41] No need to ask permission. If you can figure a patch, someone here will help you package it. [01:42] None of the KDE4 packagers are here right now (mostly they are in Europe). [01:42] Saturdays tend to be busier.. 7 - 17h00 EST (UTC-5) tend to be busier too [01:42] ok, I just don't want to repeat other peoples work, and having to join a billion mailing lists and IRC channels for each project will get tiresome [01:42] Right. [01:42] okies [01:43] Feel free to either wait for direction or pick out something that's bugging you. [01:43] ok will do. [01:43] BOO! [01:43] Hey Hobbsee :) [01:44] david_edmundson: you could look on https://bugs.edge.launchpad.net/ubuntu/+bugs?field.tag=needs-packaging if you want to find something to package.. [01:44] * ryanakca => bed :) [01:44] * Hobbsee attacks nixternal with the Long Pointy Stick of DOOM!!!!!!!!!!!!!!! ™ [01:44] oh goody, kde 4.0.1 is on the mirror [01:45] oh, there's a 4.0.1 already? *has been falling behind* [01:45] david_edmundson: Or look on launchpad for bugs other people have reported. Since you are a C++ programer, it's probably better you focus on figuring patches and let those of us who package ,package them for you. [01:46] ok, shall I patch directly into KDE's svn? [01:46] or through launchpad [01:46] ScottK2: why? if ti didn't change any existing functions at all, just added more? [01:46] david_edmundson: Depends on what it is. If it's a big impact patch, I think we'd like it here to get it out. [01:47] Hobbsee: Gotta run. Back later. [01:47] ta ScottK bye [01:47] ScottK2: for debian, i think you want dch -Ui [01:47] apachelogger_: no, they can't blacklist. they can't even cancel builds [01:58] hi Hobbsee [02:00] ScottK2: now the stick *does* know about KDE4, and has used it. you can't stand in for it. [02:01] Hobbsee: Aww he makes a decent beating stick [02:03] * Hobbsee beats dasKreech [02:03] * dasKreech eeps [02:04] Wat haz I do ? [02:04] dasKreech: i'm proving that The Stick is better for beating. and you didn't fix all the kde4 bugs. [02:05] No one fixes all the KDE bugs [02:06] it's a thin excuse we use to fly around to drinking part^H^H^H^H^H^H^H^H KDE Gatherings [02:08] * dasKreech would much rather be poked and prodded by Hobbsee than KDE.* [02:40] Hobbsee: I'll gladly step back. [02:41] or you can jus tborrow the stick [02:41] K. I'll remember that. [02:41] BTW, my thing about dch is I think modifying our tools to support 3rd party repositories is a big deal that should have been discussed. [02:42] this is true, but PPA's are kinda different [02:43] They are part of LP, but not part of *buntu [02:44] I also think that if we are going to support it, we ought to have some discussion about what the rules should be for versioning, naming, etc. [02:44] well, feel free to put up a discussion at ubuntu-devel@l.u.c if you like [02:46] I will, but probably not today. It'd have been nicer to do it before, but better late than never. [02:53] including in the Home directory the folders Documents, Videos, Music , etc is part of what again? [02:58] also do you conside the different parts of the application launcher as tabs? i.e. Favorites, Applications, Computer, etc... [03:18] * lontra wonders if guidance-powermanager will be updated to new oxygen theme [03:28] hola [03:28] hola [03:28] did you vote today? [03:28] w00t nixternal [03:29] ya, I voted at 4, ran the polls until 6, then went to school [03:29] jsut got home [03:29] nixternal: did you Barak the vote :) [03:29] HELL NO [03:29] lol [03:29] Romney right? [03:29] HELL NO again :) [03:30] i wrote bush in for my vote [03:30] if I was a millionaire, then I would have voted for Romney [03:30] I am surprised by Hucklebee actually [03:30] I hate the Huckster [03:30] I thought everyone did as well [03:31] he's nothing but a spoiler [03:31] and a religious Bigot [03:31] with many skeletons in his closet [03:31] yes [03:31] ooooh Klosets! [03:31] and the other half of his body [03:31] kennedy type skeletons [03:31] according to cnn's tracker barak is doing well [03:31] ya, but hillary will eventually chew him up and spit him out [03:32] or kill him [03:32] hrmm, kde4-style-bespin was rejected, and smarter isn't here [03:33] nixternal: I got the upstream to fix the COPYING file for lemon [03:33] It has all 3 licences now [03:34] saw that obama has 10 states vs. 6 for clinton, Hucakbee 6 states, Romney 3 states, McCain 6 states [03:35] ya, but clinton has the big states, though obama gained 80+ delegates I think [03:35] it will be close [03:35] if Romney is out, I'm going to Barak the vote [03:35] don't blame me i voted for paul [03:35] we don't vote until March 4 [03:36] but shoot, we could be in ww3 by then [03:36] michgian's delegates don't count as the state moved things up and the parties decided not to count our delgates [03:36] why ww3? [03:36] its the only way bush can stay president :P [03:37] (unseen winks an nods) [03:38] hrmm will locking the deskopt in KDE4 be fixed before release of 8.04? [03:40] i love working with large documents and tracking changes [03:40] makes it easy to read [03:43] krunner is what is displayed when you alt+f2 correct? [03:43] jjesse: I see you are working on the book tonight :) [03:43] yes i am [03:43] the Edubuntu chapter is not going to be fun [03:44] there is a lot of work that I have to get done by next week [03:44] i have a lot of work that needs to be done [03:44] and there are still quite a few issues with Edubuntu and its future [03:44] jjesse: correct [03:44] i think i'm doing a KDE4 version for the book and then a kde 3 version linked off a web page [03:44] krunner = alt+f2 [03:44] the future of Edubuntu? i thought it was gaining a lot of traction? [03:44] oh, it isn't going anywhere === robotgee1 is now known as robotgeek [03:45] it is just the way it will be made available [03:45] oh [03:45] w00t, there is the other Kubuntu document dude [03:45] yeah? [03:45] wasabi robotgeek [03:45] hola robotgeek [03:45] hey nixternal, jjesse [03:45] Edubuntu will supposedly be an addon CD for Ubuntu, LTSP is leaving the Edubuntu CD and going over to the Ubuntu Alternate CD [03:45] stuff like that [03:45] just back from my trip from India. [03:46] which, if you read the Edubuntu chapter, like 60% or more is LTSP [03:46] ah [03:46] interseting [03:46] and after further discussions with the editor, I could tell they know absolutely nothing about *buntu :) [03:46] robotgeek: how was the trip? [03:47] you mean debra? [03:47] nixternal: short and hectic. looks like i am still jetlagged. i dozed off and woke up just now when a friend called [03:47] seems pretty smart to me, she was at UDS Boston for 2 days [03:47] i love how it seems in one version we go with Manage Packages (Adept Manager) and then in a different version we go with Adept (Manage Packages) [03:48] makes things great [03:48] ya, I want to doze off myself, I think we are supposed to have a MC meeting early in the morning [03:48] and we are under a heavy snow warning right now [03:48] 12+ inches [03:48] yikes! [03:48] heh [03:48] slacking off the MC already? :P [03:48] 10 inches tonight [03:48] if we get that amount of snow, then yes...I will have a ton of snow blowing to do [03:49] * jjesse has a plow guy [03:49] and my parents, no they can't have a normal driveway, they have a nice HUGE rounded driveway [03:49] typically takes 4 hours with the snow blower with 3 to 4 inches of snow [03:50] well, I had a plow for my truck that I kept in the UHaul storage, but someone broke into it a couple of months back and stole everything out of it [03:50] ie. they stole my 486 that was running Debian Potato [03:50] bummer [03:50] that was my first computer to I ever bought in 1994 [03:50] err [03:50] 1992 [03:50] can you still get updates for potato :) :) [03:50] I have no idea [03:50] I booted it up last summer to see what was on it [03:51] a lot of Linux Documentation Project files [03:51] in case anyone cares [03:51] CLINTON: AR, MA, MO, NY, NJ, OK, TN [03:51] OBAMA: AL, CT, DE, GA, ID, IL, KS, MN, ND, UT [03:51] HUCKABEE: AL, AR, GA, MO, TN [03:51] MCCAIN: AZ, CT, DE, IL, NJ, NY, OK [03:51] ROMNEY: MA, ND, UT [03:52] heh, I grabbed the Republican ballot, and 2 of my friends from high school were on it running for some local board stuff [03:53] nixternal: mail me some edubuntu docs if you want me to proof read. I haven't been keeping up with edubuntu it seems [03:53] hey, someone had a good idea for the wallpaper... https://wiki.ubuntu.com/Artwork/Incoming/Attic/Animals <-- Riddell - the Elephant Blue ones, I use them on my desktop and it does look really sharp, though I change up the super bright kicker [03:54] dasKreech: I need to write something first :) [03:54] right now I just went through and did s/10/9/ [03:54] that elephant blue one is cool [03:54] I have to go to the book store tomorrow and read through the chapter making sure the screenshots can stay or go [03:54] jjesse: ya, it looks really good too [03:54] grin you don't ahve a copy of the latest version? [03:54] it totally fits the *buntu as well [03:55] jjesse: no, I gave mine away at the gutsy release event [03:55] btw debra said that currently the official bubuntu book is the most popular selling linux book out there [03:55] you want to hear something funny about that jjesse? [03:55] sure [03:55] the guy who wanted the book just for the Kubuntu chapter, so I think Eddie told him I was Jonathan Jesse, so I signed it as you :p [03:55] ha that's awesome [03:56] my co-workers give me crap about the book all the time [03:56] they make me sign there copies [03:56] haha, that rocks [03:56] netsplit on oftc just filled up my screen [03:59] hrm now on to the part about upgrading between gutsy w/ kde4 to hardy w/ kde4 [03:59] sudo apt-get dist-upgrage :p [03:59] will update_notifier still let you knwo htere is a new version upon release date? [03:59] I have updated like that since Dapper and have yet to hit a snag [03:59] although I do it from Stable -> Unstable...Stable -> Unstable....Stable...you get the idea :) [03:59] update_notifier and adept_updater bombed on the feisty -> gutsy release [04:00] have no clue on that yet [04:00] for KDE 3 I am sure...for KDE 4 don't count on it, but don't count it out either [04:00] only doing KDE 3 -> KDE 3 and KDE 4 -> KDE 4 for Hardy, don't think we will attempt KDE 3 -> KDE 4 just yet [04:00] isn't necessary anyways until Hardy+1 [04:01] that's what Riddell told me, no kde 3 to kde 4 automagic update [04:01] awesome, complete re write of system settings sectin, inlcuding how to manage users requires system settings kde3 [04:01] schweet [04:03] dude, you have it easy, at least you know 100% what you are writing about and at least 75% of what to expect [04:03] I know about 75% of what I am writing about and about 10% of what to expect [04:03] hell, the devs only know 15% of what to expect :p [04:08] nixternal: no I mean any links to discussions the edubuntu guys had or release notes or something [04:10] #ubuntu-meeting is about it [04:20] The best argument against democracy is a five-minute conversation with the average voter. [04:21] :P [04:22] dasKreech: Sure. It totally sucks. It's just better than the other choices. [04:22] man, it is so nice having my guilty pleasure of flash and youtube back in konqi [04:23] that means I don't have to boot up windows anymore when someone gives me a flash link [04:23] ScottK: Well done :) [04:39] nixternal: Remember our fun with scribus the other day? [04:40] How come patching the upstream.desktop 'fixed' your icon problem when scribus.install installs the one in the debian directory? [04:40] And the problem wasn't your imagination because someone else had filed a bug on it. [04:48] dasKreech: I can paraphrase Winston Churchill with the best of them. [04:49] ScottK: ) I don't count as the best so don't do it with me you'll dull yourself [04:50] What would you say's the best then? [04:50] !info elisa hardy [04:50] elisa (source: elisa): media center solution. In component universe, is optional. Version 0.3.2-1 (hardy), package size 10786 kB, installed size 17160 kB [04:50] ScottK: now I'm confused :) what? [04:50] !info kde4-core hardy [04:50] kde4-core (source: meta-kde4): the K Desktop Environment version 4 core modules. In component universe, is optional. Version 3.3 (hardy), package size 2 kB, installed size 36 kB [04:51] Oh sweet it indexs ppas as well [04:51] You said The best argument against democracy is a five-minute conversation with the average voter. [04:51] Then I said it sucks but it's better than all the others [04:51] Right and you picked up the winston churchill and gave me back one [04:51] Then I said I could paraphrase W.C. [04:51] with the best of them [04:52] Ah. I see now. [04:52] I'm not amongst the best of them so I'm not going to start a quote war [04:52] Now with out heavy wikiquote help :) [04:52] ScottK: hahah, scribus was a pita [04:52] * ScottK gets it now.... === uga is now known as uga|away [04:52] I wonder if sabdfl is on Wikiquote yet [05:01] does that quote have anything to do with this picture -> http://static.kdenews.org/jr/mark-shuttleworth-linuxtag.jpg :p [05:38] * Jucato silently mumbles as nixternal ruined his day with that pic... [05:38] why? [05:38] looks sweet doesn't it? :) [05:38] pfft :P [05:38] or because I didn't sell you out on your fluffy bunny theme :p [05:39] hahah no that pic above ^^ :) [05:39] (the chicago skyline wallpaper is purty...) [05:40] nixternal: as for black and white oxygen icons, I'm not sure, is there still an Advanced tab in the Icons module in System Settings 4? [05:41] * nixternal looks [05:41] there's a "To Gray" effect [05:41] if it's still there in KDE 4 [05:41] yes there is [05:42] just set everything to gray? [05:42] hehe [05:42] :D [05:42] damn, I might have to give that a shot [05:42] I would have some al capone like kde 4 going on [05:42] lol :) [05:43] hm... we still need the PPA in hardy to install 4.0.1 right? [05:44] where can i found widget for weather in kde4? [05:46] should be in the extragear plasma package if I'm not mistaken (which I usually am...) [05:47] no in extragear [05:48] Hobbsee: needs improvement then, I guess :) [05:48] * apachelogger_ heads off to school [05:50] hm.... using Code::Blocks to create Qt4 apps... I just find that ironic :) [05:51] mi: not in extragear-plasma? try plasma-playground [05:53] where's the most up to date (but hopefully still accurate) packaging guide? still the wiki? [06:03] k'nite! [06:03] night [06:03] good night nixternal! [06:03] (you're early tonight) [06:16] plasma-playground can't be install because kde4base [06:17] What's the error? [06:17] version 3.94.0 [06:18] That's a version number, not an error. If that's what you have, I think (I'm not sure) you have to uninstall the pre-4.0 packages and then install 4.0 or 4.0.1. [06:18] Jucato: Do you know? [06:19] mi: you're apparently installing one of the alpha/beta versions of KDE 4 [06:19] no i install clean kde4 and update in 4.0.1 [06:20] Where does 3.94.0 come from then. [06:21] in synaptic say 0ubuntu1 [06:21] ah yeah... I think plasma-playground has a wrong/bad dependency.... [06:22] yes that is right [06:22] well I'm not really sure where the weather plasmoid is right now, so if it isn't in extragear-plasma... [06:22] lol never mind [06:24] my guess is that it's still in playground, but our playground-plasma package hasn't been upated... [06:24] mi: Are you on Hardy or using the Gutsy PPA? [06:24] in extragear i can't find then must be in playground then [06:25] ScottK2: yes [06:25] gutsy sorry [06:25] but in second pc i have hardy [06:25] OK. [06:26] But the problem is in the gutsy ppa? [06:26] yes [06:29] I don't think I can upload to that one. Sorry. [06:29] ; [06:32] i just try 2 install playground in hardy same thing kde4base is not be install :( [06:32] my guess is that it's still in playground, but our playground-plasma package hasn't been upated... [06:33] ok ...i use karamba then [07:21] alpha4 realy look good [07:37] heh... i still cant make my wifi work in alpha4 [07:38] lol [07:38] besides that [07:39] i'm happy with it :) [07:39] * santiago-ve is still running feisty as his main SO but has hardy for testing [07:41] hardy have X11-xcb files ...nice to see this [08:12] is anyone else seeing kde3 systray icons show up anywhere but on the systray in 4.0.1? [08:13] buz: the first time I ran it yeah. then I removed the system tray plasmoid, and readded it.. working ok then [08:13] in fact, first time I ran it, even klipper4 was missing [08:13] now that you say it... [08:14] * Jucato thinks he couldn't survive without klipper... [08:14] mhh that didnt really fix the issue [08:14] now i dont see the icons anywhere... [08:14] dunno. that fixed mine :) [08:14] sure you removed the plasmoid? [08:15] yes it was gone [08:15] did you logout after that [08:15] nope [08:15] try adding the plasmoid to the desktop first. (hint, like in kde3, you can only have one system tray running it seems) [08:15] now klipper shows up [08:15] but not the kde3 things [08:16] same on the desktop [08:16] hm.. knetworkmanager showed up [08:16] smb4k still floats around in the upper left corner [08:16] i shall try restarting kde [08:17] maybe kded is doing something weird [08:17] hi kids [08:17] yo gramps! [08:18] didnt help either [08:22] oh great now amarok wont start [08:25] there's something wrong with the kde3 session, when i kill klauncher and kded and restart kdeinit it seems to work again [08:27] yeah definitely something about kde3 [08:27] now everything behaves as it should [08:27] oh another swiss :P [08:27] hm.. swiss miss... [08:28] heh sorry... totally unrelated [08:36] <_StefanS_> morning [08:40] <_StefanS_> Riddell: here's a screenshot with qtcurve enabled in kde4: http://enhance-it.dk/snapshot5.png [08:40] <_StefanS_> apachelogger__: you there? [08:41] qtcurve? [08:41] did the 2 line taskbar not make it into 4.0.1? [08:41] hi _StefanS_! [08:41] nope [08:41] too bad [08:41] <_StefanS_> hey Jucato [08:41] afaik it's either only in trunk or will be backported to 4.0.2... [08:41] <_StefanS_> Jucato: yep, craig drummond did a qtcurve style+windeco for kde4 [08:41] oh... [08:42] so we'll be using qtcurve for our kde4 apps? [08:42] instead of oxygen? [08:42] <_StefanS_> Jucato: well hopefully on kde3 first.. let me find some screenshots [08:43] <_StefanS_> Jucato: http://enhance-it.dk/snapshot1.png [08:43] <_StefanS_> Jucato: http://enhance-it.dk/snapshot3.png [08:44] oh those I saw before. didn't know they'd be going into KDE 4 [08:44] * Jucato thought we were sticking to oxygen [08:44] <_StefanS_> Jucato: well its only if people like it. [08:44] <_StefanS_> Jucato: its just my two cents [08:45] * _StefanS_ is not deciding anything [08:45] ah :) [08:45] anyone knows what mez wanted some days ago? [08:45] still it's purty :) [08:46] <_StefanS_> Jucato: its supposed to be a subtle change [08:47] <_StefanS_> Jucato: but with some details, here's new wallpaper also: http://enhance-it.dk/Aquapattern_by_DJMattRicks2.png, it needs some adjustment, but I think it would be nice [08:51] i like the current one better [08:51] this is TOO dull [08:52] <_StefanS_> I think the fractals are depressing :) [08:52] <_StefanS_> and too much 1990's [08:52] _StefanS_: yeah.. i don't like it too :) [08:53] _StefanS_: i mean one with fractals [08:53] <_StefanS_> iRon: yep I get it :) [08:53] <_StefanS_> iRon: its too dark aswell.. [08:53] and as for me, qtcurve is much better then oxygen... but plastique is my best theme ;) [08:54] <_StefanS_> iRon: plastique isnt avail in kde4, right? [08:54] <_StefanS_> iRon: oh its is, I see now. [08:54] _StefanS_: plastique _only available_ on kde4 [08:54] plastique in kde4 is a bit different from plastik from kde3 [08:55] <_StefanS_> iRon: I'm kinda confused, because plastik is the only one I have [08:55] <_StefanS_> iRon: in kde4. [08:56] but qtcurve is nice.. and there is qtcurve-gtk [08:56] <_StefanS_> iRon: oh hell, its the style you're talking about :) [08:56] <_StefanS_> iRon: found it. === hunger_t is now known as hunger [09:05] after update 2 4.0.1 cpu temperature is ok now....38 [09:05] Plastique is Qt's default style for Qt 4, inspired by KDE's Plastik of course :) [09:05] _StefanS_: that wallpaper's better than the fractal one I agree :) [09:06] <_StefanS_> Jucato: thank you :) [09:06] <_StefanS_> Jucato: do you understand why icons cant be dragged from the kde4 desktop to, say dolphin ? [09:06] <_StefanS_> Jucato: or is that feature still under development .. ? [09:06] nope, but it works the other way around :) [09:06] <_StefanS_> err.. [09:06] <_StefanS_> heh. [09:06] nope = I don't know :) [09:06] <_StefanS_> anyway I [09:07] probably because once on the "desktop", they're no longer simply icons/files but plasmoids [09:07] *maybe* [09:07] anyway you [09:07] :D [09:08] <_StefanS_> Jucato: spotted a problem in dolphin... we should enable the "Up" button default [09:08] why? [09:08] what's the problem? [09:08] <_StefanS_> Jucato: I did a ftp session to my server, and landed in /home/sfs.. but actually I needed to get to /storage, but the back button doesn't have that effect [09:09] <_StefanS_> Jucato: having the up button makes it work [09:09] um that's the purpose of the breadcrumbs [09:09] you click on the arrow or click and hold on the name to drop down a list of same-level folders [09:10] <_StefanS_> Jucato: yes, but that doesnt give me anything.. have you tried it ? [09:10] let me verify. is /home and /storage on the same level? as in not /home/storage? [09:10] <_StefanS_> Jucato: there are no breadcrumbs, I can only select the kio [09:11] <_StefanS_> right. [09:11] <_StefanS_> .. /home/sfs, and I need to goto /storage instead. [09:11] switch to breadcrumb (the yellow "undo" icon) [09:13] hm... [09:13] <_StefanS_> yes?? :) [09:13] I see what you mean :) [09:13] <_StefanS_> it cant show it, because it hasnt tried yet :) [09:13] <_StefanS_> heh [09:13] * Jucato didn't recall it being like this though [09:13] ah perhaps because of user@hostname... [09:14] Alt+Up works... but yeah.. it's confuzzling... [09:15] <_StefanS_> yep, we need to fix that or else the kio stuff is useless in some regards [09:17] oh well :/ [09:27] Riddell: any idea how the .kde/env/* files parsing is done ? [09:27] Riddell: gtk-qt-engine is broken on hardy due to the script in env folder not beeing executed.... [09:28] Riddell: should be in startkde, afaicr, but the code seems missing in our current version [09:29] Tonio_: does renaming .gtkrc-2.0-kde to .gtkrc-2.0 also fix it? [09:29] nope, since the standard gtk config is prior to this [09:29] er.. ln -s I meant... [09:29] Jucato: this is the reason for that script to exist :) it overrides gtk standard settings while in kde sessiobn [09:29] oh [09:30] Jucato: the point is that startkde script should have changed [09:30] # Source scripts found in /env/*.sh and /env/*.sh [09:30] # (where is $KDEHOME or ~/.kde, and is where KDE is installed) [09:30] that part I'd say ;) [09:34] Jucato: manually executing the code works.........; weird....... [09:34] Jucato: can you confirm that the env isn't the good for you too ? [09:35] firefox is the only gtk app I have here... it looks ok... :/ [09:35] although I don't even have a ~/.kde4/env/ :D [09:35] * Jucato goes in circles [09:35] Jucato: just run env | grep -i gtk [09:35] and paste the result here please ;) [09:36] GTK2_RC_FILES=/home/jucato/.kde4/share/config/gtkrc-2.0 [09:36] GTK_RC_FILES=/home/jucato/.kde4/share/config/gtkrc [09:37] hum, not kde3 btw ;) [09:37] but those values are good, right [09:37] I'm on KDE 4 [09:37] someone here using kde3 please ? [09:37] let me logout hahaha [09:37] Jucato: no way to test on kde3 hardy ? [09:37] there's always a way :) [09:37] hehe [09:38] but I try not to spend too much time on kde3... unless I change the wallpaper right now :P [09:38] :) [09:38] GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/tonio/.gtkrc-2.0:/home/tonio/.kde/share/config/gtkrc-2.0 [09:38] this is what I get, which is not good [09:39] I don't understand what causes this.... [09:39] hm... it's the same here [09:39] oki [09:39] but firefox looks normal.. oh well :) [09:39] the strange thing is that executing the part of startkde code parsing env gives the good result : [09:40] % bash test | grep -i gtk [0.08 0.15 - 25% 0%] [09:40] GTK2_RC_FILES=/home/tonio/.gtkrc-2.0-kde [09:40] weird isn't it ? [09:40] O.o [09:41] I just copied a part of the startkde script in the test file [09:59] Jucato: found the fix :) [09:59] yay! :) [09:59] what was it? [09:59] for file in "$prefix"*.sh; do [10:00] for file in "$prefix"/*.sh; do [10:00] works [10:00] O.o [10:00] that simple? [10:00] not that simple since due to the previous line : for prefix in `echo "$exepath" | sed -n -e 's,/bin[^/]*/,/env/,p'`; do [10:00] there should have been a / [10:01] I'm investigating this [10:01] oh [10:06] Jucato: no way............ [10:06] Jucato: it fixes the bug bug I can't seem to understand why that fails in the first attempt....... all values are correct and all variables are valid.... [10:06] when prefix is /home/tonio/.kde/env//gtk-qt-engine.rc.sh -> works [10:06] when prefix is /home/tonio/.kde/env/gtk-qt-engine.rc.sh > fails [10:06] don't you just hate when that happens? things get fixed without you knowing how :/ [10:07] yep ;) [10:09] Jucato: the line failing is test -r "$file" && . "$file" [10:09] now I have to figure out why ;) [10:09] I don't want to workarround without understanding [10:09] * Jucato nods [10:10] does it fail at test -r or at .? [10:21] <_StefanS_> Jucato: sorry I logged off, and forgot to start konversation again [10:21] it's ok. I didn't say anything much :P [10:21] what was that quick and dirty way to make a .deb? debuild -something? [10:22] <_StefanS_> Jucato: just debuild [10:22] <_StefanS_> Jucato: or do you mean checkinstall? [10:22] <_StefanS_> Jucato: it makes some generic debs [10:22] debuild -S? or that makes a .dsc? [10:23] <_StefanS_> Jucato: it makes a dsc.. I was told yesterday to use debuild -S -sa .. donno what it means [10:23] <_StefanS_> Jucato: the -sa switch I mean [10:23] <_StefanS_> Riddell: ping? [10:23] ah ok :) [10:23] I could have sworn you teached me something before :) [10:23] <_StefanS_> Jucato: I believe we should fix that Up thingy [10:23] taught * [10:24] <_StefanS_> Jucato: ah yep, it was something that Riddell told me [10:24] _StefanS_: without any fix from upstream, I guess it's the best thing we could do in the situation (adding the Up button...) [10:24] without any patching I mean :) [10:24] <_StefanS_> Jucato: I agree [10:25] <_StefanS_> Jucato: could you check if dolphin in kde3 suffers the same issue? [10:25] <_StefanS_> I uninstalled mine :) [10:25] hahah I'm actually doing that now :) [10:25] are you spying on me? :D [10:26] <_StefanS_> Jucato: look up and to the right in your room. You'll see a small hole in the wall. There I am, staring at you. [10:26] there are lots of holes O.o [10:26] _StefanS_: hi [10:27] <_StefanS_> Riddell: we've been discussing the missing Up button in dolphin under kde4. Without it you cant do a ftp session, and go one directory up [10:28] <_StefanS_> Riddell: for instance, I log in to /home/sfs, and need to go to /storage [10:28] only show tasks on desktop: http://aplg.kollide.net/images/osiris/snapshot85.png - multirow tasks: http://aplg.kollide.net/images/osiris/snapshot86.png [10:28] * apache|mobile is smiling [10:28] _StefanS_: I think this is one instance where D3lphin somehow beats Dolphin... :) [10:28] <_StefanS_> Riddell: but because I havent visited the /root folder I havent got that list in the breadcrumb. [10:28] yes you can, you just click on the directory name in the address bar === hunger_t is now known as hunger [10:29] The up button is the first thing I added :) [10:29] <_StefanS_> Jucato: wasn't that what you tried ? [10:29] <_StefanS_> hey Tonio_ [10:30] Riddell: not the same with remote locations. only applicable in local directories [10:30] <_StefanS_> Jucato: spot on. [10:31] _StefanS_: fancy trying to help me understanding the most stupid bug ever ? [10:31] that's AMAZING [10:31] <_StefanS_> Tonio_: yessir. [10:31] <_StefanS_> Tonio_: shoot [10:31] <_StefanS_> Riddell: try doing a ftp session, my vsftp puts me in the home directory first, and therefore dolphin has no idea that other directories exist. [10:31] works for me http://muse.19inch.net/~jr/tmp/dolphin.png [10:31] _StefanS_: that code fails : http://paste.toniox.org/2794 [10:31] wb Tonio_ [10:32] _StefanS_: I don't see how an up button would fix that [10:32] apache|mobile: nifty [10:32] not like that. let me upload screenies :) [10:32] Riddell: I have the weirdest shellscript bug in front of my eyes now :), concerning startkde [10:32] apache|mobile: did you upload a fix to the konqueror embedded issue? [10:32] Tonio_: ug, shell [10:32] <_StefanS_> Riddell: look at what Jucato uploads.. its different situation [10:33] _StefanS_: http://paste.toniox.org/2795 that one works [10:33] I just changed the place / is [10:33] _StefanS_: weirdest is that http://paste.toniox.org/2796 works too [10:33] <_StefanS_> Tonio_: so whats the purpose of the script ? [10:33] parsing .kde/env [10:34] _StefanS_: but purpose isn't important [10:34] _StefanS_: http://jucato.org/kde/img/d3lphin-wins.png [10:34] <_StefanS_> Tonio_: I'll try [10:34] what I done't understand is what can cause the script to fail [10:34] http://jucato.org/kde/img/dolphin-loses.png (what's to click?) [10:34] <_StefanS_> Riddell: ^ [10:34] Riddell: yes, now I'm totally tired because I had to work until 1am ;-) [10:34] Riddell: but it wil probably not fix the issue for KDE 3 [10:34] _StefanS_: did I get you correctly? [10:34] <_StefanS_> Jucato: yep [10:34] Riddell: so we need to sort the issue in the KDE mimetype IMO [10:35] Riddell: to make it simple, startkde kde3 fails to parse .kde/env [10:35] Riddell: the point is that the test is done that way : [10:35] Riddell: for prefix in `echo "$exepath" | sed -n -e 's,/bin[^/]*/,/env/,p'`; do [10:35] then for file in "$prefix"*.sh; do [10:35] haha I bet Riddell's seeing red or yellow :) [10:35] and then the script is tested : test -r "$file" && "$file" [10:35] the man of the hour :P [10:36] Riddell: it fails [10:36] Riddell: if I change the sed line changing /env/ by /env [10:36] and then test for "$prefix"/*.sh instead, it works [10:36] <_StefanS_> Tonio_: I need some data in those variables to understand that script and what the output is [10:37] _StefanS_: believe me, all the variables never change in the output [10:37] is the 3 exemples, all variables are the same, but the test fails [10:38] fails in the second case......... [10:38] I thought about chars encoding, but no, that's not the problem [10:38] why compiz don't have decoration in kde4 ... i mean kde decoration is kde3? [10:38] _StefanS_: re starting line 198 of /usr/bin/startkde [10:38] compiz core from git have kde4 decoration [10:39] <_StefanS_> Tonio_: well make sure you enclose the variables in "" and those that are in the lines with other stuff, make them ${var} instead to be sure gets them [10:39] Tonio_: it's probably just dash. feel free to fix [10:39] I have never seen such a stupid bug [10:39] Riddell: the test fails when / is written by sed and the variable name is quoted [10:39] Riddell: otherwise it works..... [10:39] Riddell: that's just so stupid [10:39] Riddell: I can patch, of course, but I would have like to understand [10:39] well it is shell.. [10:40] Riddell: patching kdebase now...... [10:40] Riddell: good explanation ;) [10:40] <_StefanS_> I still dont get it, but who cares :D [10:40] _StefanS_: well with the same variable name, when the ending "/" is written by sed, and the variable is quoted, the file is not found [10:40] Tonio_ cares :) [10:41] _StefanS_: don't quote in the "test -r" line -> works [10:41] _StefanS_: get "/" written not by sed, it works [10:41] <_StefanS_> ok then, good. [10:41] that reminds me of the time working on windows [10:41] <_StefanS_> well shouldn't / be escaped? [10:41] Jucato: seems like a bug that can be fixed [10:41] when you had to learn things without any explanation........ frustrating :) [10:41] Riddell: the Dolphin one? [10:41] Jucato: yes [10:42] oooh interesting :) [10:42] _StefanS_: ^^ :) [10:42] <_StefanS_> Riddell: should we pick the sources or add an up button ? :) [10:43] <_StefanS_> be back in 15mins [10:46] _StefanS_: I'd rather not add another UI feature for such a corner case [10:50] <_StefanS_> Riddell: ok, I will look at the sources [10:50] <_StefanS_> apachelogger__: good work on the packages :) [10:51] _StefanS_: or we can file a bug report and let ppenz do the dirty work for us :D [10:51] (of course then we'd have to wait for the next release...) [10:51] _StefanS_: http://paste.toniox.org/2797 [10:51] _StefanS_: by far the most stupid patch I ever wrote :) [10:52] that sure beats my 1 line/word patch :D [10:52] Tonio_ ftw! :D [10:52] <_StefanS_> hehe [10:52] <_StefanS_> whatever works :) [10:53] <_StefanS_> Tonio_: did you see my qtcurve attempts for kde3? [10:53] _StefanS_: nope ;) [10:53] <_StefanS_> Tonio_: because I wanted your opinion on kicker coloring (or not) [10:53] _StefanS_: does it works well ? [10:54] <_StefanS_> Tonio_: indeed. [10:54] interesting [10:54] _StefanS_: but that require people using both gnome and kde to use qtcurve right ? [10:54] _StefanS_: so they can't have a different gnome apps theme in gnome and kde I imagin ? [10:55] <_StefanS_> Tonio_: yes, you can still select which engine to use for gtk [10:55] <_StefanS_> Tonio_: but we should ofcourse test that [10:55] <_StefanS_> Tonio_: lemme find some screenies [10:55] <_StefanS_> Tonio_: ftp://ftp.enhance-it.dk/snapshot3.png, ftp://ftp.enhance-it.dk/snapshot4.png [10:56] i've been using qtcurve for months before i switched to kde4 .. works fine, looks fine [10:57] _StefanS_: yes but is there a way with it that the gtk theme is different in a gnome session and in a kde session for gtk apps ? [10:57] _StefanS_: afaicr, that's not possible [10:58] _StefanS_: I wouldn't like that installing kubuntu-desktop on a gnome machine changes the preferences of the user [10:58] _StefanS_: the big advantage of gtk_qt_engine is that you keep your gtk settings for gnome or xfce, but have specific gtk settings in a kde session [10:58] without any change in the gnome config [11:05] Riddell: kdebase uploaded, gtk-qt-engine and ssh-agent should now work [11:06] yay [11:11] <_StefanS_> Tonio_: ok, I we'll have to test that it. [11:11] <_StefanS_> err [11:11] <_StefanS_> test it. [11:11] Riddell: any plan to get the -devel guys to give attention to kde by the end of the dev cycle ? cause I feel a bit alone on the kde3 side I must say :) [11:11] * _StefanS_ hugs Tonio_ ... there.. there. [11:11] I am not physically and technically able to handle this alone, and we shouldn't forget that the global kubuntu users will not use kde4 for hardy [11:12] _StefanS_: yep, you're in I'm not all alone, true ;) [11:12] <_StefanS_> Tonio_: hehe [11:12] I'm on kde3 too :) [11:12] * Jucato wonders what _StefanS_ meant... [11:12] so talk about what you do :) [11:13] when I get back from church in about 1.5 hours... fixing some stuff in Adept... [11:13] iRon: that might just be an impression, but everyone only talk about kde4 problems and so on..... a lot is still to do on kde3 on the qa/bugfix side [11:13] iRon: but I'm pleased to know you'r in too :) [11:13] Tonio_: they will realize the folly of their ways when Hardy's released.. and then they'll be whining about why KDE 3 was abandoned... [11:14] iRon: french ? [11:14] Tonio_: russian :) [11:14] bug 162829 [11:14] iRon: okay, eugene is a typicall french name :) that's why I was asking [11:14] Launchpad bug 162829 in adept "One button not translated to French" [Undecided,New] https://launchpad.net/bugs/162829 [11:14] bug 155022 [11:14] Launchpad bug 155022 in software-properties "bad encoding in adept's software sources dialog" [Low,New] https://launchpad.net/bugs/155022 [11:14] there! [11:15] I had those 2 in my list... waiting for French/Russian guinea pigs [11:15] er... volunteers ;) [11:15] Jucato: 162829 is supposed to be fixed [11:15] Jucato: I fixed it [11:15] Jucato: but we need news langpacks [11:15] :) [11:15] cool :) [11:15] and we need the pot imported to rosetta, and the french team to translate etc...... no idea if that'll be done at time [11:16] bug 152396 [11:16] Launchpad bug 152396 in dpkg "[gutsy] adept installation progress report display incorrect message" [Undecided,New] https://launchpad.net/bugs/152396 [11:17] hm.. I know I listed a bug with adept batch + language selector somewhere... [11:17] Jucato: see adept (2.1.3ubuntu19) changelog for details [11:17] thanks I'll check [11:17] Jucato: you can also of course close the bug :) [11:18] gah! why am I looking at debian/patches!!! [11:19] ah kool saw it. kubuntu_28_fix_updater_makefile_for_translation.diff? :D [11:19] Jucato: that one was hard to fix I must say, I spent something like 2 days on it :) [11:20] * Jucato is lucky to not need localization :) [11:20] Jucato: that's THE big problem [11:21] most distro devs don't use a localized distro, and therefore miss all translation related bugs [11:21] * Jucato nods [11:21] that's one of the reasons I force myself to use a french kubuntu [11:21] well the reason that I don't need a localized version is because there is none :) [11:21] I used an english one in the past but stopped [11:21] our "national" language is English :) [11:22] Jucato: then sources should use an unused lang, like esperanto :) [11:22] hahah :) [11:22] Latin ftw!! :P [11:22] anyway, I'm gone. catch you later. I have 2 questions for you :P [11:22] ah ? [11:22] oki I'll be arround :) [11:23] well don't force yourself if you need to go :P [11:24] I don't :) [11:37] BOO! [11:38] now, what's a decent kde4 theme? [11:40] any more suggestions for topics at UDS? [11:41] Riddell: PolicyKit integration? :) [11:41] iRon: want to come and lead that? [11:42] Riddell: I couldn't :( [11:42] iRon: aww, why not? [11:42] Riddell: I don't know english well :) [11:42] could have fooled me [11:42] Riddell: and my sallary is too small to come to USD :) [11:42] iRon: we can pay expenses [11:43] Riddell: not realy, my english is too bad [11:43] I could write and read.. but speak... [11:45] well we're geeks, even when at a conference we still use irc :) [11:46] iRon: my english is far from beeing perfect, and I never had any problem at UDS [11:46] iRon: you have lots of people speaking with different accent and that's perfectly fine :) and as Riddell said, lots of things are done over irc anyway [11:48] or gobby [11:49] also yes [11:49] * Hobbsee swaps over to kde4, now that the 4.0.1 is installed [11:50] * Tonio_ tests kde4 to check if the "no effects with ati" bug was resolved [11:50] ouch. it's not all installed. [11:51] * jussi01 cries cause kde4 still doesnt work properly for him [12:09] umm.. i'm trying to hack something from KDE4 trunk into the current kdebase-workspace package but i'm kind of retarted when it comes to compiling. Is there any way to kind of 'resume' compiling a package where previously an error ocurred? [12:10] hum no change on my side [12:10] the only way to get effects is xrendr, but that's slow and unstable [12:11] gribelu: debian/rules build && debian/rules binary? [12:14] smarter: i don't know what that means? (told you i was retarded) .. I apt-get sourced the package, patched what i needed and now i'm running dpkg-buildpackage -rfakeroot -uc -b [12:14] gribelu: instead of doing dpkg-buildpackage, do debian/rules build && fakeroot debian/rules binary [12:14] aah [12:14] ok i shall try that [12:15] so the previous build will not be removed(debian/rules clean) [12:15] dpkg-buildpackage is just a wrapper around various debian/rules commands [12:15] * _StefanS_ starts kde4.. [12:16] gribelu: or add -nc (for no clean) [12:17] * _StefanS_ never fails to be impressed with the intel integrated graphics... why isn't alle nvidia/ati like this.. [12:17] <_StefanS_> alle/all [12:17] thanks for the tips. I'm trying to get the latest changes in the plasma panel to make it resizeable and multi-row ... resizing works great by just replacing panel.cpp and panel.h from trunk but multi-row and making the clock/tasks behave is harder [12:17] ah, yay, kde4 again [12:17] _StefanS_: why in particular? [12:18] <_StefanS_> Hobbsee: well effects just works, and they [12:18] <_StefanS_> Hobbsee: are actually pretty fast. [12:18] ahhh [12:18] now, if i kill kdesktop, does hte world end? [12:18] <_StefanS_> Hobbsee: "just works" kinda .. [12:18] xrandr is waaay faster than opengl for me on an nvidia 6xxx [12:19] hrm. [12:19] seems stable too [12:19] how's the best way to refresh the kde background? [12:21] <_StefanS_> apachelogger__: how dd you adjust the taskbar height? [12:21] <_StefanS_> dd/did [12:24] it's funny. gnome had nicer font rendering than kde, iirc. now kde's is far cleaner than gnome's [12:24] _StefanS_: after i replaced the panel containment with the one from trunk there's even a UI to adjust the height and position (top, left etc) [12:24] <_StefanS_> gribelu: from rightclick on the taskbar? [12:24] yes.. right click on the top border, the transparent one [12:25] <_StefanS_> gribelu: hmm well I thought we could do that now that 4.0.1 was available for hardy [12:25] <_StefanS_> gribelu: guess its part of 4.0.2 [12:26] _StefanS_: no side-effects as far as i can tell.. but positioning the panel on left/right looks like crap because the applets don't know how to behave [12:27] that's why i'm trying to hack the applets as well [12:28] <_StefanS_> gribelu: do you know of any changes to desktop icons? because they behave really wierd. Cant be dragged into dolphin and such [12:28] * _StefanS_ needs to shop for more hardware.. [12:28] i didn't get to the desktop yet .. not sure [12:29] <_StefanS_> oh i like that display in system settings [12:30] _StefanS_: i actualy have a problem with desktop/panel icons since a few weeks ago. Icons don't respond to clicks so i can't launch anything [12:31] AFAIK no on else has this problem .. might be some weird bug that got stuck in my ~/.kde4 somewhere [12:31] <_StefanS_> gribelu: it seems like that bug where the actions (resize/remove/properties) are now moved with the icons when you align horizontally [12:31] <_StefanS_> gribelu: they kept sticking around in the original places [12:32] _StefanS_: no that's not it.. i can drag them etc.. i just can't launch the file/app/folder when i click/doubleclick [12:32] Riddell: I've fixed my bespin package: http://revu.ubuntuwire.com/details.py?package=kde4-style-bespin [12:32] Riddell: the diff looks funny because I updated to the latest revision in svn [12:33] <_StefanS_> gribelu: I was just talking about another bug that sort of got to me :) [12:33] smarter for the debian/copyright fix? [12:34] Riddell: yes [12:34] Hobbsee: how's the best way to refresh the kde background? -> with kde3 : killall kdesktop && kdesktop [12:34] Riddell: I also fixed the location of the .themerc file [12:34] *I've [12:34] smarter: poke someone into uploading and I can do the archive thing [12:34] Riddell: I'll try [12:36] Tonio_: no, kde4 [12:36] * Hobbsee ended up removing all the plasmoids by hand. ugh. [12:39] _StefanS_: well done - the qtcurve is looking nice! [12:41] <_StefanS_> Hobbsee: thanks :) we're still adjusting stuff, but I think most can accept it. Kwii is doing something to the buttons on the windows as well (adding a visible top like in previous versions) [12:41] <_StefanS_> Riddell: wow that bug on dolphin just got weirder :) [12:42] <_StefanS_> Riddell: If I log in without using sfs@ in front of the ftp hostname, and login using normal auth dialog I end up in /, if I then activate the url/path box, I end up in my home directory :) [12:42] <_StefanS_> whee [12:56] i dont think its just dolphin [12:56] sftp doesnt work in the open/save dialog either [12:57] <_StefanS_> Riddell: its a behavior thing inherited from kurlnavigator.. [12:57] <_StefanS_> buz: ^ [12:57] yeah that exlpains it [12:57] <_StefanS_> dont think i want to be messing with that. [12:58] was that around in 4.0? cant remember [12:58] <_StefanS_> donno [12:58] konqueror in 4.0 was so broken i couldnt stand to use it for long [13:00] and as for dolphin, well i dont think i'll ever care for it :P [13:01] * ryanakca yawns and looks at the Todo... snow day :D [13:01] <_StefanS_> me too ;) [13:01] to be fair, dolphin is not quite as bad as finder :P [13:02] <_StefanS_> :) [13:31] <_StefanS_> Tonio_: got any more issues we should look at? [13:32] <_StefanS_> Tonio_: If I can understand them :D [13:36] kdmtheme works ? [13:38] <_StefanS_> Tonio_: oh my.. [13:38] <_StefanS_> Tonio_: nope not really :) [13:39] <_StefanS_> Tonio_: should it still support the debianized /etc/kdm.d/ ? [13:40] I'd say yep [13:40] as for gutsy [13:40] <_StefanS_> Tonio_: ok then.. [13:41] <_StefanS_> Tonio_: I will just convert the patch I did initially.. I know I should've been done with it, but time just flies :) [13:42] _StefanS_: bah it isn't too late ;) [13:42] gribelu: you can just take the patches from suse btw. they already backported the stuff [13:42] <_StefanS_> Tonio_: btw, try enabling qtcurve style, and load this config: http://enhance-it.dk/kubuntu-new.qtcurve and use crystal as your deco with shadow text enabled. [13:42] <_StefanS_> Tonio_: tell me what you think. [13:45] _StefanS_: I don't know if you're aware, but /etc/default/kdm.d has caused lots of problems: bug #132723 [13:45] Launchpad bug 132723 in kubuntu-default-settings "[gutsy] kdm use the default theme instead of the kubuntu one" [Undecided,Confirmed] https://launchpad.net/bugs/132723 [13:46] <_StefanS_> smarter: I am.. [13:46] <_StefanS_> smarter: but thanks for mentioning it [13:46] Trigger7: i don't know much about opensuse.. could you point me to a page that discusses that [13:46] ? [13:47] gribelu: no page, just the src-rpm: http://download.opensuse.org/repositories/KDE:/KDE4:/STABLE:/Desktop/openSUSE_10.3/src/kdebase4-workspace-4.0.1-22.2.src.rpm [13:48] gribelu: you can unpack it and find the patches inside. "rpm2cpio kdebase4-workspace-4.0.1-22.2.src.rpm | cpio -vid" [13:48] but just some of the patches are interesting for debian/ubuntu [13:49] Trigger7: thanks, looking [13:49] <_StefanS_> Trigger7: what patches ? [13:51] they backported the panel stuff and some more things. namely revisions 770004 769905 769216 769219 769231 769232 769236 769243 769261 769263 769276 769494 769229 [13:51] and made a branch pull to r770902 [13:51] <_StefanS_> Trigger7: oh that sounds nice [13:52] <_StefanS_> apachelogger__: did you hear that? ^ [13:52] <_StefanS_> or read it rather ;) [13:52] what does the kubuntu logo next to the package name in adept mean? [13:52] didn't test it yet. no time so far. but i plan to integrate them into the debian packages sooner or later. at least if the rest of the debian team agrees [13:52] <_StefanS_> seele: if its supported officially [13:52] seele: that it's in main "supported" [13:52] <_StefanS_> touché [13:53] ok.. is it possible to add a tooltip to the icon? [13:54] <_StefanS_> i think mornfall is maintaining it.. [13:54] ok [13:54] maybe ill just submit a bug, gtg to a meeting [13:55] manchicken was the one who added it [13:55] dinner... [13:56] will there be at some point a way to convert .kde to .kde4? [13:57] you could try "cp .kde .kde4". in theory the config should get updated [13:58] Trigger7: i'm gonna try their patches on kubuntu's package.. maybe it works [13:59] gribelu: but don't use all of them ;) [13:59] no branding lol [13:59] you don't want a chameleon in the window boarders ;) [14:00] and the kickoff patches are also not desired. [14:01] i've been patching for more than a day.. would suck to just work with these patches [14:01] I'm packaging the Qt4 Bespin style, it includes a config module for kde4, do I have to do something special so that it uses ~/.kde4? [14:02] Trigger7: No that will prevent kde4 from working [14:02] txwikinger: what? [14:03] copying .kde to .kde4 [14:03] ok, that's bad. upstream always claimed this should work [14:03] There are people who want to keep their configurations of applications, i.e. contact lists etc. [14:03] I just want to know if eventually this is intended to work [14:04] smarter: no. normally no chanes are needed [14:04] Trigger7: chanes? [14:04] smarter: changes* [14:05] okay, thanks [14:09] _StefanS_: I am not. Not the 2.x series. === ScottK2 changed the topic of #kubuntu-devel to: Welcome to the Kubuntu developers channel | KDE 4.0.1! http://kubuntu.org/announcements/kde-4.0.1.php | https://wiki.kubuntu.org/Kubuntu/Todo [14:12] stdin: I'm not core-dev [14:12] * ScottK2 does some housekeeping ... [14:13] jpatrick: I know, I meant for review but was too tired to explain that at the time :p [14:14] <_StefanS_> mornfall: ok, it might be manchicken then :) [14:16] hey everyone [14:19] jpatrick: could you please re-ack my Bespin package? ;) http://revu.ubuntuwire.com/details.py?package=kde4-style-bespin it got rejected because of https://lists.ubuntu.com/archives/ubuntu-archive/2008-February/015365.html [14:24] smarter: of course [14:24] jpatrick: thanks [14:28] I can't seem to create a pbuilder :( [14:28] smarter: as a Qt4 style does it have to recommend kde4? [14:29] jpatrick: it contains a configuration dialog for kde4 [14:29] netcat: Depends: netcat-traditional (>= 1.10-35) but it is not installed [14:29] and a .kstylerc file [14:29] I mean .themerc [14:29] Jucato: sudo pbuilder create? [14:29] smarter: ok, looks good to me [14:30] * jpatrick wonders if he can just upload [14:30] jpatrick: yesh [14:30] sudo pbuilder create --distribution hardy --othermirror "deb http://archive.ubuntu.com/ubuntu hardy universe multiverse" [14:31] try: DIST=hardy sudo pbuilder create --othermirror "deb http://archive.ubuntu.com/ubuntu hardy universe multiverse" [14:32] jpatrick: thanks. I'll have the result in an hour :) [14:32] Jucato: that the problem with pbuilder :) [14:32] annoying... [14:32] hey guys :) [14:32] * Jucato somehow finds Debian packaging a bit.. tedious... [14:32] hey vorian [14:32] well, not that I'm packaging... but in order to be able to test a package properly [14:33] the lemon upstream guys corrected the Copyright file on my package in revu. it should be good now :) [14:33] Jucato: but it... rocks :O [14:33] and then to submit a debdiff... oh well [14:33] jpatrick: like what I told nixternal before... the price of quality is complexity :P [14:33] Jucato: hmm... if you're using LVM, I'd go for an sbuild/schroot over a pbuilder :) [14:33] ryanakca: unfortunately, I'm not :) [14:33] lol, okies :) [14:33] practically I don't really need pbuilder I think... I just need debuild to build a .deb... but... :) [14:38] Jucato: You can, but it's not a great idea. [14:38] If there's a bug in the package you can mess up your system, you often end up with a dirty source tree afterwards, and don't have a clear idea if your build depends are correct. [14:38] If none of that worries you, then go ahead. [14:38] Jucato: you should at least test all your packages with pbuilder/cowbuilder/whateverbuilder [14:39] ScottK: I know... that fact slapped me in the face last year... it seems to me that you can't escape some amount of packaging if you're developing :( [14:39] Trigger7: I can't seem to create a pbuilder :( netcat: Depends: netcat-traditional (>= 1.10-35) but it is not installed [14:39] Jucato: If you're having trouble creating a pbuilder, look at the pbuilder-dist script in ubuntu-dev-tools. [14:39] * Jucato sits back and waits... [14:39] Jucato: well, I have a hardy and sid pbuilder and a gutsy prevu :) [14:40] you're a packaging pimp! should I be surprised? :D [14:40] Jucato: hehe yeah. that's the fun with the 'usntable' distributions [14:40] * Jucato is more of a coder type.. but discovered that hard way that he can't escape debian-fu [14:41] oh well, time to sit back and watch pbuilder... [14:55] I'm guessing klatin was dropped for kde4? [14:55] ryanakca: I thought it had another name... [14:56] I believe it's been dropped [14:56] Riddell: pity, okies, thanks :) [14:56] pitti? :) [14:56] http://edu.kde.org/languages/ [14:56] "KLatin KLatin was dropped in KDE 4.0 as it had no maintainer anymore." [14:57] ah, nosrednaekim, want to come to UDS? and anything you think we should discuss? [14:57] ryanakca: likewise ^^ ? [14:57] Riddell: can I /msg you? [14:57] Riddell: I'd love to... but I'm guessing its smack in the middle of a school week... where is it? *checks the wiki* [14:57] Riddell: where is UDS? i'm 17.... I don't think i'll be able to make it ;) [14:57] jpatrick: you acn [14:58] ryanakca: Czech Republic [14:58] ryanakca: sometime in May [15:00] jpatrick, Riddell: lol, waay out of my reach... if I couldn't convince my parents to let me to UDS Boston, I can hardly imagine convincing them to let me go to the Czech Republic. [15:00] (and boston is 3-4 hours drive away ;) [15:02] jpatrick: now the error is "Failure to run: chroot /var/cache/pbuilder/build/22450/. mount -t proc proc /proc" "pbuilder: debootstrap failed" [15:02] ryanakca: I feel your pain :) [15:02] well, I first they saw mhb's post and decided to have it in his house [15:03] Riddell: asked Jucato yet? [15:03] Riddell: but I'll think if there is anything that needs to be discussed. [15:03] hehe [15:03] Hobbsee: I obviously can't :) [15:03] Jucato: why? [15:03] thanks for the thought :) [15:03] $$$ [15:04] Jucato: so? [15:04] nosrednaekim: ... eh, only another... 6-7 years untill I've graduated high school, finished Uni and manage to scrape up enough money to fly myself overseas and stay in a hotel room for a week... :) [15:04] I won't be able to get past any embassy... [15:04] er.. I won't be able to get a Visa [15:04] Jucato: not even with a letter from canonical? [15:04] they have this "show money" policy... [15:04] oh [15:04] you live in the wrong place. [15:05] you have to show them $$$ to assure them that you have what it takes to support yourself and get back here... [15:05] * Jucato thinks we're notorious for illegal immigration that's why... [15:06] * Jucato is getting frustrated with pbuilder... [15:06] try again tomorrow... [15:06] Jucato: well, that's a freakish error [15:07] ryanakca: same, but more like 5 years here :) [15:07] jpatrick: quite appropriate for a freakish person :) [15:07] Jucato: why did debootstrap fail? [15:07] "Failure to run: chroot /var/cache/pbuilder/build/22450/. mount -t proc proc /proc" "pbuilder: debootstrap failed" [15:07] nosrednaekim: btw, i was 18 when i went. iirc. [15:08] Jucato: sudo apt-get install pbuilder debootstrap devscripts [15:08] and female. [15:08] and... [15:08] i wasnt' the youngest there, either. [15:08] well no fair you have a long pointy stick! :) [15:08] Jucato: any more detail than that? [15:08] Jucato: like, further up? [15:08] Hobbsee: but heh, you probably weren't flying half-way around the world [15:08] Jucato: and the pointy stick doesn't always help [15:09] nosrednaekim: sydney to spain - i can beat all of your plane flights into teh ground. === _czessi is now known as Czessi [15:09] nosrednaekim: it took 30 hours to get back from sevilla. [15:09] Hobbsee: nada [15:09] * nosrednaekim retires in defeat [15:09] 4 flights [15:09] Jucato: eso da igual tio :p [15:09] except a warning that libc6 couldn't be downloaded [15:09] nosrednaekim: no excuse :) [15:09] jpatrick: hahah! I only know very few spanish words :P [15:09] Jucato: how, that is bad [15:09] Hobbsee: parents [15:09] and money [15:09] nosrednaekim: run away [15:10] no, really, don't! [15:10] jpatrick: pbuilder debooboo and devilscripts are up to date [15:10] nosrednaekim: yeah. i'd suggest slowly talking about it to them, before saying "i have a plane ticket" [15:10] Jucato: rofl [15:11] Jucato: sudo pbuilder create --distribution hardy --othermirror "deb http://archive.ubuntu.com/ubuntu hardy main restricted universe multiverse" - try with main and restricted in there too [15:11] Hobbsee: will do... if that works, I blame the wiki! [15:12] it shouldn't make any difference, but... [15:12] Jucato: i think you have an error further up somewhere [15:12] if I do, I can't find it :( [15:12] do I have to stare line by line? [15:13] not really, but it should be after it fetches the packages or something [15:13] coz for some reason, I feel my eyes are burning... [15:13] why don't you pipe it to an output file, so you can grep it? [15:13] as in, pipe stdout? [15:13] right... can I cancel it now? [15:13] sure [15:14] or I can just save the scrollback and hope it saves the whole thing [15:14] (yakuake/konsole4) [15:14] Jucato: "coz for some reason, I feel my eyes are burning..." <- must be the devilscripts [15:14] mhb: did you get anywhere with the jockey qt frontend? [15:15] * Hobbsee likes devscripts. [15:15] jpatrick: heheh :) [15:15] is kde-guidance-powermanager to be made to work with kde4? right now suspend and hibernate buttons don't do anything [15:15] or will kubuntu go to kpowerave? [15:15] lontra: hasn't been ported (blocked by libpythonize) [15:15] peebuilder, debooboostrap and devilscripts. yay!! [15:16] jpatrick: thanks ... this is a bit of a support question but how would i run suspend from konsole? [15:17] lontra: one sec, this was on the mailing list at one point [15:17] * ryanakca wonders if there's a simple non-GUI (aka, no Qt stuff yet) C++ task he could attempt, all without garanteeing anybody success :) [15:17] lontra: https://lists.ubuntu.com/archives/kubuntu-devel/2007-December/002108.html [15:18] jpatrick: thanks [15:18] jpatrick: power manager doesn't use libpythonize [15:19] Riddell: opss, yeah didn't sebas promise one or something? [15:19] jpatrick: there's a plasma power manager applet [15:19] jpatrick: thanks that worked [15:20] got thrown off by the kde-*guidance*-* 2~ [15:20] I don't think it does brightness or suspend [15:21] looks like konqueror4 has a simplified profile ... could revert back to the original profile be added to the FAQ? [15:22] lontra: we havn't changed anything from KDE [15:22] Riddell: really? [15:22] ok [15:24] jpatrick: have you tested this LUKS patch? [15:25] Riddell: no, but he seems to know better (author) [15:25] bug 129186 requires python, and my original assessment seems to be wrong (adept_batch does seem to return a value upon exit, but QtLanguageSelector doesn't seem to know when the user cancelled it) [15:25] Launchpad bug 129186 in adept "language-selector-qt false success notification" [Undecided,Confirmed] https://launchpad.net/bugs/129186 [15:32] ryanakca: hmm, wasn't the closing date for mockups a few days ago now? [15:32] yo stdin! :) [15:32] hey ho Jucato :) [15:33] stdin: someone was asking in here about the weather plasmoid earlier. [15:33] I thought you, being the kde4 ppa go-to guy, probably know [15:34] I think that would in extregear, not sure [15:35] he claims it isn't.. hadn't had time to check though :) [15:35] mhhh [15:35] suse [15:35] * apachelogger_ demands satisfaction [15:35] letz pull a trunk snapshot in! [15:35] apachelogger_: go fix kdm-kde4 then [15:35] stdin: is fixed already [15:35] just needs a testbuild [15:36] would have been uploaded years ago, but I had to do sports [15:36] oohhh, this school [15:36] * apachelogger_ shakes his head [15:36] apachelogger_: I'm in the same boat mate [15:37] great, websvn is down too [15:37] hm, now why did all the kde games icons break again? [15:37] * apachelogger_ points at Riddell [15:38] Jucato: I don't remember seeing it in kdebase* and I don't see it in extragear, so it's either been removed from our package (or never was in it) or it's not in extragear/plasma [15:38] but I can't check as websvn.kde.org isn't working here [15:38] stdin: maybe it was in playground-plasma? (pre 4.0) [15:39] no worries. I just thought I'd bring it to your attention :) [15:40] * apachelogger_ stops pointing at Riddell and starts pointing at Hobbsee [15:40] Hobbsee: they are not broken for me [15:40] hm, strange [15:41] Jucato: it was in plasma-playground yes [15:42] mhhh [15:42] listening to paris hilton [15:42] lastfm client ain't that nice to me :S [15:43] kill it [15:43] Hobbsee: could you provide a screenie [15:43] and by "it" I meant paris hilton [15:43] "Are you sure that you want to ban the title Stars are blind?" [15:44] apachelogger_: it's on gnome, if that helps [15:44] the gnome ones work, but not the kde [15:44] * apachelogger_ declares lastfm client an even more stupid software than amarok [15:44] apachelogger_: the lemon upstream updated their package to include all 3 full licences in their COPYING file. I made the proper changes. :) [15:44] vorian: bug me again when I uploaded ubuntu2 of workspace :P [15:45] eh? [15:45] alrighty :) [15:45] Hobbsee: screenie plz [15:45] * apachelogger_ puts the sherlock costume on [15:45] hm.. how come adept doesn't have an orig.tar.gz... [15:46] apachelogger_: i don't see how it will help you [15:46] Jucato: because it's a native package (we make it ourselves) [15:46] and i'm lazy [15:46] well [15:46] it helps me imagine [15:46] anyway [15:46] Riddell: ah... [15:46] I'm not 100% certain it works with KDE 3 as well [15:47] Hobbsee, apachelogger_: kde 3 is patched to see the kde 4 icons, gnome would need to be patched too, or else find a reliable way to set an absolute path [15:47] jpatrick: Did you forget to ack my package? ;) [15:47] Riddell: ahh, that'll do it [15:47] Riddell: ok, that explains it [15:47] smarter: arg, not again :) [15:47] Hobbsee: pbuilder looking good! so I blame the wiki :) [15:47] * apachelogger_ demands patching in this case [15:47] :) [15:48] stdin: yes, it was [15:48] smarter: done! :D [15:48] jpatrick: thank you :) [15:48] ryanakca: was just wondering because the link is still in the topic(s) [15:49] Hobbsee: yep! pbuilder done.. now it's just installing build-essentials :) [15:49] :) [15:49] stdin: except we got one mockup from someone who took ubuntu.com and made it blue, and then we got nixternal's mockup, but he wants us to get a "real" mockup from a "real" artist [15:49] ... and thats it :( [15:50] StefanS' artistic juices seem to be flowing :) [15:50] ryanakca: dude, last mockup looks cool! [15:50] https://wiki.kubuntu.org/Kubuntu/WebsiteMockups [15:50] ryanakca: what's wrong with the various designs we already have? [15:50] Riddell: nothing [15:50] jpatrick: ooh, never saw that one :) [15:51] Riddell: I never thought of taking the links in the topics down, and I was just quoting nixternal :) [15:51] uh, yeah that one looks nice [15:51] what does everybody else think of https://wiki.kubuntu.org/Kubuntu/WebsiteMockups?action=AttachFile&do=get&target=mockup-dmiller.png ? [15:52] ryanakca: +20 [15:52] ryanakca: pretty [15:52] it looks rather nice :) [15:52] mhb: ? [15:52] i like that mock up [15:52] if both mhb and Riddell agree, I guess we can announce it :) [15:53] I wouldn't announce it until it's a real website [15:53] ok... [15:53] +1 [15:53] wow, there's some really nice stuff there! [15:53] +1 to that, but at least tell the guy we considered and picked his mockup, but not to announce it to the world? [15:53] The kubuntu logo could could be more like the current one at http://kubuntu.org [15:53] ryanakca: back to coding! [15:53] and is that the oxygen download icon or not? [15:53] jpatrick: I guess that puts off my C++ learning :) [15:54] * Jucato can't recall [15:54] smarter: sure [15:54] And the ubuntu font is cool but should'nt be too used imho ;) [15:56] * ryanakca wonders if he should start from scratch or base himself on what we already have... [15:57] jpatrick: can you plz revu kepas? [15:57] apachelogger_: sure thing [15:58] apachelogger_: upload bespin [16:00] smarter: why did besping to rejected the first time? [16:00] -g [16:01] apachelogger_: made a small mistake in copyright [16:01] apachelogger_: https://lists.ubuntu.com/archives/ubuntu-archive/2008-February/015365.html [16:01] ...or that. [16:01] k [16:02] fdoving: anything you think we should discuss at UDS, and do you want to come? [16:02] apachelogger_: have you test built/used? [16:02] jpatrick: lemonpos? [16:02] eh [16:03] jpatrick: kepas? [16:03] apachelogger_: ja [16:03] can't remember, honestly [16:03] probably did [16:03] * jpatrick pbuilds [16:03] I'll have a look at it later on anyway [16:04] smarter: kepas looks good, just test build and +1 [16:04] jpatrick: cool [16:04] d-miller: excellent mock up [16:08] smarter: description-starts-with-package-name for kepas [16:09] quick question, when I attatch a patch to a bug, I then subscribe ubuntu-universe-sponsors, correct? [16:09] jussi01: yes, considering the package is in universe ;-) [16:10] apachelogger_: I'll fix that, didn't know it was a problem [16:10] jpatrick: thank you =) [16:10] smarter: lintian declares it an error, so I guess it is supposed to be seen as a problem [16:10] I personally don't though ;-) [16:11] apachelogger_: thank you. [16:11] I thought we had a tooltip on the supported icon in adept. [16:11] Jucato must have broken it :P [16:11] are the "binary-or-shlib-defines-rpath" thing a problem? [16:11] nooooo [16:11] smarter: no [16:11] actually we want it that way [16:11] plus rpath is good according to KDE devs ;-) [16:11] that's what I thought :) [16:11] * Jucato closes all kwrite windows to remove any evidence [16:11] Jucato: Too late, you've been caught up. [16:12] omg [16:12] Jucato again [16:12] * apachelogger_ demands satisfaction! [16:12] So I should take a photo of Badger in his Kubuntu body suit :) [16:12] hahah :) [16:12] Dacia says she'll take care of that. [16:12] Although I'll need to get him a Xubuntu suit, too. [16:13] smarter: bespin is actually having the same issue [16:13] just that lintian doesn't catch it since the package is named different ;-) [16:14] jpatrick: you think the description-starts-with-package-name should be fixed for bespin? [16:14] apachelogger_: I only run lintian on the .dsc normally [16:14] I fix it too there [16:14] fair enough [16:17] * apachelogger_ throws a Dalek after vorian [16:17] nooooooo [16:17] vorian: update debian/rules according to latest concepts in kdebase-workspace [16:17] doh! [16:17] also debian/cdbs [16:18] apachelogger_: Bespin and Kepas should now be uploaded [16:18] jpatrick: plz +1 on bespin [16:18] and kepas in case you already did that ;-) [16:19] I'm also packaging qdevelop now(the previous packager gave up) [16:20] I actually can understand he gave up [16:20] that package is one whole filled with work [16:20] vorian: debian/watch seems to be broken [16:20] oh? [16:21] uscan deoesn't work [16:21] i'll check and fix [16:21] k [16:21] what part of the wrapper needs updated [16:22] vorian: just sync it with workspace [16:22] the whole wrapper is reduced to 3 lines or something [16:22] ah! [16:22] ok [16:22] but debian/cdbs needs to be synced with workspace [16:22] i did that [16:22] ok [16:22] k, that makes more sense [16:22] just update rules then [16:22] :) [16:23] jpatrick: kepas builds and is useable [16:25] meh [16:25] jpatrick got lost :S [16:27] nooo... tmsnc has been discontinued :( [16:32] apachelogger_: changes uploaded :) [16:35] dang it [16:35] forgot the watch [16:41] mornin' [16:41] what a mess this place is [16:41] what up nixternal [16:41] we have snow, ice, and wrecks everywhere [16:42] I had to take my mom to the doctors this morning and the roads suck big time [16:42] nixternal: lol, buses were cancelled here, snowday :D [16:43] nixternal: what do you think of https://wiki.kubuntu.org/Kubuntu/WebsiteMockups?action=AttachFile&do=get&target=mockup-dmiller.png ? [16:44] I like some of the ideas there, but I hate that ubuntu font everywhere [16:45] it is to cartoonish [16:52] apachelogger_: ok, it's really finished this time :P [16:53] yeah the ubuntu font is over used [16:53] i like it for logos, but its bad to read [16:53] ya it is [16:53] i'd use dejavu sans/helvetica/arial instead [16:54] how about comic sans [16:54] hehe sure [16:54] that's the awemestsesz [16:54] in all CAPS while were at it [16:54] with lots of !!.! [16:54] yes! [16:54] better yet [16:54] a 4 or 5 year old could freehand it [16:55] na, osnews already does THAT [16:55] lol [16:55] "QSqlDatabase: QSQLITE driver not loaded [16:55] QSqlDatabase: available drivers:" [16:55] ? :/ [16:55] honestly, their comics look just like that [16:55] smarter: did you see that bespin or whatever it is called was rejected? [16:56] nixternal: yes, I've fixed the problem and it's currently waiting for ack: http://revu.ubuntuwire.com/details.py?package=kde4-style-bespin [16:56] nixternal: just ack it, I'm ready for upload :P [16:57] * apachelogger_ demands statisfaction from whoever br0ke the KDM user icons [16:58] apachelogger_: hey, why the change to the rules file and the kde.mk for lemonpos? [16:58] Riddell and I proved yesterday that the wrapper will not work unless the Exec= is to an absolute path [16:59] and why have the script in cdbs/kde.mk as well as the rules? [16:59] nixternal: what script? [16:59] also [17:00] +kde4-wrapper-creation: [17:00] + for file in `ls $(DEB_DESTDIR)/usr/share/applications/kde4/`; do \ [17:00] + sed -i 's,Exec=,Exec=/usr/lib/kde4/bin/,' $(DEB_DESTDIR)/usr/share/applications/kde4/$${file}; \ [17:00] done [17:00] that one [17:00] nixternal: is it in cdbs? [17:00] it is in kde.mk and rules for lemonpos [17:00] it is in the kde.mk file [17:00] nixternal!!!!!! [17:00] Jucato!!!!! [17:00] :) [17:00] (: [17:00] nice [17:00] nixternal: I guess it is that way in -workspace as well [17:00] um.. anyone I need a clue about this.. what does "@@ -###,# +###,# @@ in diffs mean? [17:01] Jucato: RTFM [17:01] :p [17:01] ear.. ok... [17:01] plus, I couldn't tell you by heart [17:01] which manual? [17:01] even though our Linux courses at the uni teach it over and over :) [17:01] ok.. :) [17:01] it's to do with the position (line numbers) before and after the patch, that's all I can tell you [17:02] oh, I have no clue...if you check out diff via google you will find a couple that explain them well [17:02] stdin: thanks [17:02] stdin: ya, it has to deal with all of that, but there is more meaning to it [17:02] oh [17:02] hehe ok nvm.. it might be a different problem [17:02] -### is obviouly removing that area [17:02] +### is obviously adding that area [17:02] @@ show the location(s) effected [17:02] * nixternal had to look at a diff [17:04] Depends: ${shlibs:Depends}, ${misc:Depends} [17:04] with a single binary package, you don't need the ${misc:Depends} correct? [17:04] right [17:05] my bad [17:05] Tonio_: re your kdebase upload. Is the LP bug reference in the changelog to bug 189144 correct? Apart from that, it has been just fixed in bash, so please revert your patch. [17:06] Launchpad bug 189144 in gtk-qt-engine "gtk-qt-engine is not working in Hardy" [Undecided,New] https://launchpad.net/bugs/189144 [17:06] dash bug 177032 [17:06] Launchpad bug 177032 in dash "Regression with filename glob expanding" [High,Fix released] https://launchpad.net/bugs/177032 [17:06] * blueyed hasn't looked at your patch though, so it may be something different even.. then, sorry for disturbing.. :) [17:07] nixternal: well, the ditch the Ubuntu font has already been discussed... [17:07] (reading the backlog about the mockup) [17:07] I think it would be better if we could gear a little to professionalism with a touch of fun [17:08] but then again, the choice of the mockup to get used isn't mine, it would be mastah Riddell who decides :) [17:08] blueyed: okay thanks for the info [17:08] Tonio_: it has been reported for kdebase in bug 179060 [17:08] Launchpad bug 179060 in kdebase "KDE env broken in startkde because of dash? (dup-of: 177032)" [Undecided,Invalid] https://launchpad.net/bugs/179060 [17:08] Launchpad bug 177032 in dash "Regression with filename glob expanding" [High,Fix released] https://launchpad.net/bugs/177032 [17:08] mhhhh [17:08] blueyed: I'll wait for next dash to test and will remove the patch if confirmed fixed [17:08] that user icon sux [17:09] * apachelogger_ kicks kdm [17:09] gimme oxygen [17:09] haha [17:09] Tonio_: thanks [17:09] apachelogger_: the new KDE 3 kdm artwork, with my black & white chicago background, really makes that login area stand out quite nicely [17:10] hmmmm [17:10] can someone knows why there's no database driver at all in QSqlDatabase? :/ [17:10] nixternal: got a tar at hand? [17:10] "QSqlDatabase: available drivers:" << nothing [17:10] apachelogger_: so what do you say about the lemonpos rules file? remove that wrapper script stuff... [17:10] nixternal: I dunno, we have to check with Riddell [17:10] tar at hand of what? [17:10] maybe it didn't work in rules or something [17:10] nixternal: *just wants someone to make a final decision so that he can implement it*... after today, I'm gone skiing 'till Monday... so whatever I don't do today will either get done by someone else while I'm gone, or finished by me next week [17:10] s/rules/cdbs [17:10] It worked before: https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/179261 [17:10] Launchpad bug 179261 in qt4-x11 "libqt4-sql does not include QODBC" [Undecided,New] [17:10] well, I know that the script didn't work with single binary files...didn't work on any of the extragear stuff [17:10] "QSqlDatabase: available drivers: QPSQL7 QPSQL QMYSQL3 QMYSQL QSQLITE QSQLITE2" [17:10] smarter: some distro's have them in separate packages [17:11] so I stayed with the old wrapper in the rules file for the time being [17:11] I can always update it when it's more appropriate [17:11] toma: Do I need something other than libqt4-sql ? [17:11] apachelogger_: check what with Riddell? [17:12] smarter: no [17:13] Riddell: probably "12:10:17 < nixternal> apachelogger_: so what do you say about the lemonpos rules file? remove that wrapper script stuff..." [17:13] toma: so this is a bug [17:14] I am testing the lemonpos w/o the wrapper in rules and using the one in kde.mk [17:14] nixternal, apachelogger_: it shouldn't need the wrapper scripts, but it may need a rule to set the absolute path for Exec= [17:15] Riddell: well, it is right now in debian/rules and debian/cdbs/kde.mk [17:16] that is because Riddell updated the kde.mk last week to be used [17:17] hi [17:18] hello blizzzek [17:19] vorian: pleae remove the wrapper from rules if you didn't already [17:19] Riddell: https://wiki.ubuntu.com/Artwork/Incoming/Attic/Animals?action=AttachFile&do=get&target=elephant-bleu-2560x1600.jpg <-- how about trying that out as a wallpaper? seems people really like it too (KDE 3 that is) [17:20] nixternal: where to find that "new KDE 3 kdm artwork"? [17:20] apachelogger_: so revert the package? [17:20] apachelogger_: should be kubuntu-default-settings [17:20] vorian: nah, completely remove it, rules should only include debian/cdbs/kde.mk now [17:20] vorian: also update control file for kdelibs5-dev to >= 4:4.0.1 [17:21] kk [17:22] nixternal: nice, maybe a bit dark, I know kwwii looked at it for ubuntu and i think there were worries about cultural issues with it [17:22] hrmm [17:22] it seems that everyone seems to link me to it for a good wallpaper :) [17:23] Jucato: you would have difficulty getting a visa even if you had a return ticket? [17:23] also, another thing that was suggested was offering some other nice wallpapers...like the elephant one, and some others [17:23] seele: yep... that's how it works here... show money is important :/ [17:23] I think the lion main in blue would be killer [17:23] (of course, connections with "important" people can help too :P) [17:23] nixternal: well KDE does that already, no need to take up more disk space [17:24] my feelings exactly [17:24] nixternal: I don't see any changed artwork, beside the wallpaper [17:24] Jucato: as in cash or a bank statement? [17:24] apachelogger_: looked like it changed to me...maybe it hasn't [17:24] seele: mhb had a similar thing getting into the US last year. he's a student so there's not much keeping him tied to home [17:24] *shrug* [17:25] * apachelogger_ goes KDE 4 default for now [17:25] * smarter uses this wallpaper: http://www.enhance-it.dk/Aquapattern_by_DJMattRicks2.png [17:25] seele: now they seem to prefer cash... because they figured you could get around bank statements (borrow from someone to put into the bank, then return the money) [17:25] kdm just ain't very good lookin without wallpaper [17:25] smarter: also nice, just a bit too light [17:25] OK, it seems that script just in kde.mk does what it is supposed to, and tosses the .desktop files into /usr/share/applications/kde4 [17:26] Riddell: yeah, i think it was his age and employment status that did him in.. i know a few companies who have young indian workers who can't visit home for a few years because theyre too young (college age + a few years) to get back in to the country, even with a visa [17:26] Riddell: light wallpapers go well with transparent konsole/yakuake :) [17:26] so do dark wallpapers :) [17:27] Jucato: what are you trying to do now? what country are you planning on destroying...err I mean visiting? :p [17:27] nixternal: nothing. Hobbsee just tried to recommend me for UDS :P [17:27] Kubuntu already has mhb as our resident terrorist, we don't need any more :p [17:28] right now I'm trying to destroy adept :) [17:28] are you going to go? or is it a pita for you to get a visa and what not [17:28] the latter [17:28] that stinks [17:29] you should talk to Jerome, he has to know ways around stuff considering all of the traveling he does [17:29] he has $$$ to start with :) [17:29] he might have one of them connections you need :) [17:30] next time you see him, give him a hug and lift his wallet, then you can have some $$$ :p [17:30] someone lifts my wallet, they will be pissed...probably come back and kick my arse for being broke :) [17:31] vorian: as soon as you upload the fixes to revu let me know and I will ack [17:31] nixternal: it just showed up on revu [17:31] interestingly enough [17:31] groovy [17:31] :) === uga|away is now known as uga [17:33] kdelibs5-dev (>= 4:3.97.0) -- I would like to see this bumped to 4:4.0.1, but it is something either myself or apachelogger_ can fix upon upload really [17:33] I will go ahead and ack it [17:33] hold on [17:34] right as I ack it ;p [17:34] nixternal: well, if it compiles with 3.97 it isn't much of a problem IMO :P [17:34] ya, that is why it isn't a big deal [17:34] apachelogger_: if you want, go ahead and ack it and upload it :) [17:34] * apachelogger_ kicks the kdm patches again [17:34] I have test built it on i386 [17:35] ok [17:35] I updated the control in the wrong file [17:35] * apachelogger_ prepares for upload [17:35] sorry [17:35] vorian: hahah [17:35] :) [17:35] * apachelogger_ stops preparing [17:35] no biggy [17:35] ok then [17:35] is there a way to apply all patches in debian/patches automatically? [17:35] apachelogger_: he is just talking aobut the 3.97 to 4.0.1..it is still fine to ack and up [17:35] thanks for your help nixternal and apachelogger_ :) [17:35] nixternal: ok [17:35] * apachelogger_ grabs the sources [17:35] Jucato: yes but depends on the patch system being used [17:35] no problemo...before you know it vorian you will be a MOTU [17:36] w00t! [17:36] what does Adept us? cdbs? [17:36] Riddell: wouldn't `make -f debian/rules apply-patches` always work? [17:36] now /me turns to bug fixing :) [17:36] ah yes it does... [17:36] Jucato: as apachelogger_ says [17:36] * Jucato tries [17:36] only thing I can recommend really to you vorian, is working on the copyright file skills...it seems everything else you are getting a pretty good grasp of [17:36] +1 [17:36] copyright files can be a biznatch [17:37] Jucato: You are breaking it even more? :P [17:37] apachelogger_: thanks.. I have always used buildprep :) [17:37] nixternal: i learned much from this experience with lemon and copyright :) [17:37] mornfall: hahah yes :) [17:37] nixternal: do I have to fwd the new new mail to motu? [17:37] mornfall: I'm trying to add update() to Installer [17:37] vorian: if you don't have the package installed yet, I recommend you grab the ubuntu devtools, there is a app called licensecheck that helps when doing copyright [17:37] apachelogger_: yes please [17:38] mornfall: to close https://bugs.launchpad.net/ubuntu/+source/adept/+bug/149652 [17:38] Launchpad bug 149652 in adept "manage repositories in adept_installer doen't work (dup-of: 155068)" [Undecided,Confirmed] [17:38] Launchpad bug 155068 in adept "adept installer does not reload package lists after sources modification" [Undecided,Confirmed] [17:38] vorian: sudo apt-get install devscripts [17:38] I have it :) [17:38] I just don't know how to use all the tools [17:38] then you can go into a directory and do 'licensecheck --copyright *' and it will read the headers out of all of the source files and spit out what you are looking for [17:39] * vorian tests [17:39] ...combined with a nifty grep you won't miss any copyrights anymore :) [17:39] you can even get funky with it and toss some regex at it if you want...but I just stay easy...it helps me showing which files have what licenses [17:40] one thing I have learned though when writing code, is properly licensing each file [17:40] awesome! [17:40] and using just one license [17:40] that is really cool [17:40] hm [17:40] I should have asked how you greped all those [17:40] vorian: did you touch kde.mk? [17:40] it's missing a new line [17:40] ya, I usually do 'licensecheck --copyright * |grep LGPL' if there are files licensed with it...make it easy to list them in the copyright file [17:41] apachelogger_: um [17:41] let me see if it was the wrong file [17:41] I had lemon and lemon1 [17:41] hehe [17:41] looks right to me [17:41] so it's good then? [17:41] yeah [17:41] the original is also missing a newline [17:42] oh mornfall, btw. is it impossible to open adept/*.ui files in Qt designer? [17:42] No idea. [17:42] Riddell: btw, what is stopping us from getting the cdbs files into cdbs? [17:42] * vorian wipes sweat from his forehead [17:42] Ah. [17:42] You have to hack them a little. And then hack them back. [17:42] ooh, I found a mistake in rsibreak package...I didn't include the new kde.mk in it :/ [17:42] mornfall: ah ok :) [17:42] :/ [17:42] The bases need to be switched to QWidget to edit them and move them back to whatever they were. [17:43] Yestarday, I told about annying bug in kdm , that is still not fixed. I created a debdiff for the fix, and guess what, today new package of kdm is released without this fix. I told that this will happen [17:43] https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/178242 [17:43] Launchpad bug 178242 in kdebase "KDM doesn't work in XDMCP mode" [Undecided,In progress] [17:43] apachelogger_: bugs are the reason we are using the custom cdbs...we could include our kde.mk as kde4.mk to get it included..however, it is going to change again come hardy+1 more than likely [17:43] this way here it is easier on us for the time being I believe [17:44] What is going on.... [17:44] nixternal: well, maybe add it to the files of kdelibs-dev, every app depends on this package anyway [17:45] changing every package for a cdbs fix gives me the creeps [17:45] apachelogger_: nothing except that every time I touch cdbs it breaks [17:46] hehe :D [17:46] Riddell: maybe I'll prepare a debdiff if I have time for it [17:46] Riddell, hi, take a look at https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/178242 :-) [17:46] Riddell: yes, I've got some of it (the main window) finished. [17:47] * apachelogger_ is wondering why kdm br0ke again [17:47] Riddell: trouble is, I've got my last exam tomorrow [17:47] please ask me on Friday :o) [17:48] mhb: ooh, go and study! [17:49] MaximLevitsky: nice [17:49] MaximLevitsky: has the author of the consolekit patch looked at this do you know? [17:50] I don't know [17:51] MaximLevitsky: ok, I'll upload the patch if you e-mail this to kevin kofler === PriceChild is now known as pricechild [17:52] I have to go now, will be back in 1~2 hours. === pricechild is now known as PriceChild [18:09] vorian: fancy updating the marble qt package? [18:12] Riddell: ok, so the last mockup on the page is good with you? [18:12] ryanakca: sure is [18:12] okies :) [18:15] ryanakca: that is the last mockup you showed earlier today? [18:15] nixternal: yes, without the cartoonish Ubuntu fonts, and someone suggested using the kurrent kubuntu.org logo instead of the one in the mockup [18:16] yes please do :) [18:16] no more using the old school logo :) [18:16] Riddell: sure thing [18:16] mhhh, new workspace coming, featuring: multirow taskbar, taskbar only shows tasks from current desktop and a yet even better kdm appearance [18:17] * Jucato tries debuild binary... and goes to slip [18:17] er.. sleep [18:17] apachelogger_: thanks for the hint about apply-patches :) [18:17] Jucato: you're very welcome :) [18:18] riddell: Do you know if there is gonna be a LiveCD for KDE4.0.1 in Kubuntu before 8.04 Hardy? [18:19] spiroo: yes, there is [18:19] spiroo: well, we'll have hardy CDs [18:19] I don't plan to make any more gutsy ones [18:19] Riddell: what's the source name? :) [18:20] Riddell: Allright then, do you think I can run Hardy version now? Or is it to unstable? [18:22] Riddell: The actual problem is that I cannot use my GlobeTrotter (Internet) in Kubuntu and does have to download KDE4.0.1 in Windows. Maybe there is some package with only Kde4.0.1. I mean I do not need the whole Kubuntu neccessry [18:26] spiroo: see kubuntu.org for 4.0.1 packages [18:26] vorian: http://developer.kde.org/~tackat/marble/marble-0.5.1.tar.bz2 [18:26] thanks Riddell :) [18:27] vorian: we have two versions of marble in the archive, this is the qt only one, I don't know if the packaging needs updating and it will need a Conflicts with marble-kde4 [18:27] hmm [18:27] marble-kde4 is in kdeedu-kde4 meta [18:28] so a new package then i take it? [18:28] Riddell: I already have, but I cannot use Adept or anything inside Kubuntu, because I cannot get Internet work inside Kubuntu. [18:29] marbleqt-kde4 sound good? [18:34] apachelogger_: are you grabbing the suse patches? [18:34] vorian: we already have the package [18:35] vorian: "marble" source package is already there [18:35] ah, i see [18:40] Trigger7: the suse patches don't let the panel sit on left or right :/ .... just resize and multi-row + the clock still doesn't behave as in it looks weird (too low) when the panel height is small [18:41] Wonder, KDE and Kubuntu, they are coded in C++ mostly, right? Wondering, is it hard to code, I am learning myself the language and is quite curious about the code inside "Linux" (Word for all dists and so on :P) [18:41] and the kickoff icon doesn't fit if panel is under 32 [18:41] spiroo: Mostly. Guidance is Python. [18:42] gribelu: shouldn't panel-location.diff make it possible to move the panel to the left or to the right? [18:42] apachelogger_: /whois me next time ;) [18:42] ScottK: What you mean? [18:42] KDE is mostly C++, but Guidance (which is a KDE application) is written in Python. [18:43] apachelogger_: both packages (bespin and kepas): +1 [18:43] ScottK: allright, is the code itself complex to write. I mean is it easy to understand the structure and basic libraries? [18:43] Trigger7: the panel moves... but the widgets look VEEERY weird.. not usable. The SuSe patches don't even enable the menu that allows left/right positioning, for good reason [18:44] * ScottK is not a C++ coder, so I can't answer. [18:44] gribelu: but i guess in trunk the situation isn't better [18:44] Trigger7: i didn't compile the full trunk so i wouldn't know :/ [18:45] i just dropped my ashtray.. crap.. :| [18:45] i've read somewhere, that moving the panel to the left/right doesn't really work [18:46] spiroo: code always gets complex quickly, but the top reason I like KDE is that is has the best codebase [18:47] spiroo: best thing to do is to find a bug which annoys you and fix it [18:48] spiroo: try umbrello for example, it's full of bugs and crashes :) [18:48] Riddell: ok :) Do you know somewhere I could start look, that you could recommend? [18:48] do others get horrible italics text on planet.kde.org in konqueror 4? [18:49] Do not use Umbrello though :P The funny thing that most annoying me is the ugly GUI inside every apps :D Even desktop, specially the menu, KickOff/KMenu [18:50] unlike real bugs, it's really hard to design a "good" GUI [18:50] Riddell: Well what I mean is that I have interests in both code and graphical interfaces. [18:50] because a) very many people do not have a clear vision of the way it should behave [18:50] b) what someone likes may not be what others like [18:51] mhb: Yes, there is. But I feel like I have sort of a perfect eye for it, mostly because people get happy when I design, most people like. Then I also have quite a sense for proportionality [18:52] mhb: Certainly, The main code is the base how the graphical interface has to be done. [18:53] apt-cache show kdelibs5-data [18:53] Maintainer: Kubuntu Developers [18:53] I am also quite stubborn and a perfectionist, which I think is a good personality for this. [18:56] Can I get any tips from someone? [18:57] spiroo: Are you running Kubuntu's KDE4 packages now? [18:57] spiroo: either find an app and start hacking, work on packages, or if you want to start coding at the beginning: http://techbase.kde.org/index.php?title=Development [18:58] ScottK: As much as I can yes I would say, but I have not been able to get internet work there. Because there is no support for GlobeTrotter modem. [18:58] Ah. [18:59] any ideas as to how to correct this error? [18:59] http://paste.ubuntu-nl.org/55008/ [18:59] My general advice is to dive in, find bugs that annoy you, and see if you can figure out fixes. If you get fixes, we can help you package them. [18:59] So I am quite handicaped for the moment :D I would like to test more apps, like Amarok 2 :) [19:00] vorian: You're probably missing s ($CURDIR)/ in your debian rules. [19:01] ScottK: Allright, seems like a good idea :) Is it good to design new interfaces, or develop new ideas. I mean for the moment I quite does not know anything behind Linux/KDE4, feels like it anyway :P [19:01] I think when you are starting, it's best to try and gain understanding of what's there already through small bug fixing. [19:03] ScottK: they are all over in rules [19:03] http://paste.ubuntu-nl.org/55009/ [19:03] ScottK: ok, hmm but then where does KDE lack mostly for the moment, where do we need better support, generally I mean. [19:04] spiroo: KDE4 is just released and so could probably use some help most everywhere, but I'm not the best person to answer. [19:05] ScottK: allright, yes personally I would like to better up the GUI. [19:06] ScottK: And use more OOP and develop out from the MVC model structure. MVC is mostly for the web, but I would say it could work inside a OS also. [19:07] vorian: DMARBLE_DATA_PATH=/usr/share/marble/data ... is that right? [19:07] spiroo: it sounds like you have asperations to become an upstream developer :) [19:07] nixternal: Let him start out as a downstream bug fixer... [19:08] Model = Internet or maybe the hardware, you read the hardware inside the Control Layer, which then from the analyze attach different methods and so on. Then we have the view-layer which should work as a application or grapgics layer. [19:09] well MVC got its start with the GUI, it isn't until recently that MVC implementations have been making their way to web2.0 frameworks [19:09] for the time being, Qt4 is out MVC framework...yeeeehawwwwww [19:09] hmmmm [19:09] looks like /usr/shar/new/marble/data [19:11] hehe :) [19:11] vorian: That error makes me think rules is trying to install outside it's chroot. I suspect if you add curdir on the front of that it'd work, but I'm not sure. [19:11] * nixternal kicks eric, the python ide [19:11] hmmk [19:12] * nixternal can't wait for the python plugin for kdevelop to be complete..speaking of which, I need to check up on its progress [19:13] so like this [19:13] DMARBLE_DATA_PATH=$(CURDIR)/usr/share/marble/data [19:13] That's my thinking. [19:14] werd [19:14] * vorian tries it out [19:16] i'm giving up.. can't get a multirow taskbar.. opensuse people rule :| [19:16] uhm [19:16] its in 4.1 branch i did read [19:18] opensuse backported it to 4.0 .. panel resizing (with config file) was backported by the kde people.. panel resizing is easy to back port, i have it with UI and all no problem but multi-row tasks that's hard [19:19] ScottK: that did the trick on that error [19:19] anyone smarted than me want to try it? [19:19] thanks [19:19] d/r [19:19] (there are now a few more like that to fix) [19:19] vorian: You understand what was wrong? [19:20] not exactly [19:20] but I know that the $(CURDIR) allowed the dir to be created [19:20] I rebuilt and got the same error on another path [19:20] Because it made it a relative directory entry in the package. [19:21] It's like the difference between ls /etc/group an ls etc/group. [19:21] ah! [19:21] ok, that makes sense [19:21] Of course I picked a dumb example of ls'ing a file, but you get it. [19:22] sure [19:28] gribelu: multirow taskbar is in kdebase-workspace 4:4.0.1-0ubuntu2, isn't it? https://lists.ubuntu.com/archives/hardy-changes/2008-February/006256.html [19:29] smarter: is it in there? i wouldn't know.. i haven't updated since hours ago [19:30] ok, icon install problem [19:30] http://paste.ubuntu-nl.org/55011/ [19:30] y [19:30] the "y" was actualy intended for my dist-upgrade sorry [19:31] gribelu: " Added: kubuntu_401_plasma_taskbar_multirow.diff which adds multirow" [19:31] but the packages have not finished to build ATM [19:31] ah [19:32] i shall kill whoever did it though... if it works... [19:32] just for fun [19:32] The changelog says apachelogger ;) [19:33] he be crippled then.. you are a good friend! [19:33] apachelogger_: speaking of which, did you by chance test your patches? I just built and installed and now I can't boot into KDE 4, SEGFAULT [19:33] it says "FATAL ERROR: QUIT STEALING FROM TRUNK!" [19:33] :P [19:34] (: [19:34] hehe [19:34] smarter: resizing came easy, with or without UI, but the multi-row taskbar was complicated.. it looked hard to me anyway [19:34] I am beginning to think, there is no IDE better than Eclipse [19:35] KDevelop, QDevelop? [19:35] toma: ping ? [19:35] neither are as good as Eclipse unfortunately [19:35] Tonio_: pong [19:35] I like Eclipse because there isn't a language you can't code in with it [19:36] toma: I've been playing for hours with kdesudo-kde4 [19:36] I can switch from a C++/Qt environment, right into a Java/Swing or Java/Qt environment, right into a JavaScript environment, into Python, Ruby, and anything else you can think of [19:36] Erlang, Ocaml, and the list goes on [19:36] toma: I couldn't find a way to write to the stdin of a kde4 kprocess..... [19:36] so can I add something like this to the icon path -DICON_INSTALL_DIR=$(CURDIR)/hicolor/128x128/apps/ [19:36] toma: stdin, not stdout, that's my problem [19:36] toma: you told me you knew how to do this, so any idea ? [19:37] toma: I would really like to avoid using a k3process for the port.... [19:37] Tonio_: hmm, no. [19:37] Tonio_: i thought you asked stdout then [19:37] vorian: IIRC, $(CURDIR) is where you are located when you run dpkg-buildpackage, I don't think you want to install things here :) [19:37] toma: what to do then ? ask kde-devel channel ? [19:37] Tonio_: so you want an application to wait and get input? [19:38] toma: I'm affraid that'll need a kprocess class modification, btw [19:38] toma: yep [19:38] Tonio_: that should be standard c functionality [19:38] well sdo already does [19:38] toma: the way kdesudo works is this : [19:38] sudo is started in a kprocess, waiting for the password on stdin [19:39] then the password is set via the kpasswddialog and sent to sudo via kprocess::writestdin [19:39] simply that way [19:40] everything is there for kdesudo to work on kde4, not that much is to be done now, except that stdin writing....... [19:40] toma: any chance you can help us on that point ? [19:40] I might not be able to help [19:40] Tonio_: There's a Klamav 0.42 out. Mind if I upload it? [19:40] w00t! [19:40] that did the trick [19:41] ScottK please do ! [19:41] Tonio_: ok, so the sudo command waits for input, right? [19:42] Tonio_: i mean, you want to pass the info from the password dialog back to sudo [19:42] toma: listens on stdin, right, inside the kprocess [19:42] true [19:42] the writestdin was the ideal way to do that with kde3 [19:43] Tonio_: ok, where is that code again? [19:44] toma: gimme just a minute [19:44] I'm fixing a little bullshit in the code and give you the link [19:44] okido [19:48] bzr checkout bzr+ssh://bazaar.launchpad.net/~kubuntu-kdesudo/kdesudo/trunk-kde4 [19:48] toma: here it is [19:48] Snowrate for the Chicagoland area as of 13:45: 2 to 3 inches of snow per hour [19:48] toma: you should even have commit permissions now [19:48] jjesse_: man do you have a mess coming your way [19:49] toma: see "pushPassword" in the code, that's where I can get and display the password given in the box..... [19:49] toma: now I just need to be able to push it stdin... [19:49] ok [19:51] toma: just re-commited something, now it builds, so you don't have to waste your time for test....... [19:51] Tonio_: ah, i cant do tht chechout [19:51] toma: hu ? [19:52] what does it say ? [19:52] Tonio_: http://rafb.net/p/AtVJxn80.html [19:52] bzr checkout bzr+ssh://@bazaar.launchpad.net/~kubuntu-kdesudo/kdesudo/trunk-kde4 [19:53] bzr: ERROR: Unknown branch format: 'Bazaar pack repository format 1 (needs bzr 0.92)\n' [19:53] I've bzr 0.90 [19:54] toma: then : bzr checkout http://bazaar.launchpad.net/~kubuntu-kdesudo/kdesudo/trunk-kde4 [19:54] read only should work [19:54] if not I'll send you a tarball [19:55] toma: works ? [19:56] Tonio_: no, i asked the mandriva guys to help me and i think they are fixing it [19:56] fixing what ? kprocess ? [19:57] toma: sorry but I didn't get you there, what are they fixing ? [19:57] a package >=0.92 [19:58] backporting bzr [19:59] toma: HO you use mandriva now ? [19:59] I didn't knew this :) [19:59] toma: want a tarball maybe ? That'll be easier :) [20:00] yep, for a while now. it was at that moment that gutsy was not an option and I was not that happy with feisty [20:00] can't recall the exact details [20:00] hehe okay ;) [20:01] Ridell, I am back (to annoy you :-) ) [20:01] so, what are we using instead of interdiffs for updates? [20:02] toma: http://toniox.org/temp [20:02] toma: once again, thanks for your great help ! [20:03] once that's done, if you succeed, I can handle the rest [20:03] yw [20:07] * apachelogger_ throws parts of the universe at nixternal [20:07] apachelogger_: no need to, people in North America are waiting for parts of the universe to fall on us [20:07] well at least a spy satellite [20:08] Tonio_: ok, they backported 1.1 and now i've a checkout [20:08] * apachelogger_ notes that nixternal would be able to control spy satellites [20:08] toma: super ;) [20:08] question is, why doesn't nixternal do [20:08] I am working on a plasmoid to do just that now :) [20:08] maybe they're running windows [20:08] that explains why it's falling :} [20:09] nixternal: interessting approach [20:09] ya, a plasmoid and a wiimote [20:09] world domination I tell ya [20:09] wiimote FTW [20:09] smarter: essentially I tend to think that windows is actually some how part of the universe [20:10] seeing as 95% of the universe uses it :) [20:10] nixternal: pfft, world, you could urge for much greater [20:11] hmm... *wonders when the showdown between the PSOD and plasmoid+wiimote will be* :) [20:11] PSOD? [20:11] pointy stick of doom (TM) ? [20:12] Planetary Screen of the Death? :) [20:12] lol [20:12] all these tools [20:13] Riddell: marble updated w/ bug #189675 [20:13] Launchpad bug 189675 in marble "new upstream release for marble 0.5.1" [Wishlist,Confirmed] https://launchpad.net/bugs/189675 [20:13] * apachelogger_ gets himself a sonic screwdriver [20:13] way cooler than the psod and the plasmiimote [20:14] lol [20:14] Tonio_: Upstream removed the automatic update functionality for Klamav/Clamav from Klamav, so we don't have to patch it anymore. [20:14] ScottK, good news, I suggested him to do so, but never got any response... [20:15] yay for screwdrivers :) http://www.thinkgeek.com/tshirts/generic/8f52/ [20:15] apachelogger_: if you give me a few hundred euros/$, I could probably make you a chainmail hauberk with a Kubuntu Logo inlay... you could be a Kubuntu knight :P [20:15] lol [20:15] * ryanakca wonders where you could find screw drivers with all those heads [20:16] mhhh [20:16] soncis crewdrivers are still better [20:16] -s somewhere [20:17] Tonio_: The Changelog credits a Gentoo patch. Maybe he just finally heard it enough. [20:17] ScottK, possibly :) [20:21] Riddell, you told me to email kevin kofler about that fix in kdm. I assume he is the autor of kdm support for consolekit, but I don't know his email [20:22] MaximLevitsky: google for 'kevin kofler'... [20:22] MaximLevitsky: http://fedoraproject.org/wiki/KevinKofler [20:23] * Lure got it by ryanakca method ;-) [20:23] MaximLevitsky: he is, I don't know his e-mail either [20:24] MaximLevitsky: when it comes to open source people... if they've been involved for more than a month... you can pretty much garantee that you can find their email, and possibly a bio/wiki page on google :) [20:24] Thanks a lot [20:25] * apachelogger_ searches for himself on google [20:25] what's the difference between the ppa kde3 packages and the regular ones in kubuntu? [20:25] lontra: ppa has hardy updates [20:26] jpatrick: here it says gutsy updates too ... i only notice it b/c i got my kde4 packages from ppa and haven't commented it out [20:26] are they ok to upgrade to? [20:26] lontra: must be bug fix, yeah [20:28] That or a test gone wrong and never uploaded. [20:28] I wouldn't make assumptions. [20:28] haha [20:28] http://freshpatents.com/Harald-Sitter-Chables-invdirs.php [20:29] ScottK: so is it best to comment that out except for updating kde4 packages? [20:29] Try the following: [20:29] 1. In your home directory create a file called ".xinitrc" [20:29] 2. In ".xinitrc" place the following line: [20:29] sorry ;-) [20:30] lontra: I really have no idea. I wouldn't install from a PPA unless I knew why I wanted that package. For the KDE4 stuff you know that. [20:30] * apachelogger_ doesn't know that app [20:30] sorry sounds kinda stupid anyway [20:30] meh apachelogger_ :P [20:30] ScottK: thanks ... would you say ppa is analogous to debian's experimental repo? [20:31] lontra: No. Experimental is highly controlled in comparison. [20:31] ScottK: that doesn't sound very flattering :P [20:31] we didn't broke the ppa once [20:31] hmm... did that falcon-the-language vs falcon-the-package-archive-util issue ever get resolved? [20:31] apachelogger_: It's not wrong though. [20:31] ryanakca: Yes [20:31] ScottK: :) [20:32] apachelogger_: Any LP user can create a PPA and upload anything to it. It's not limited to actual developers [20:32] Not saying the KDE team PPAs aren't good, but that PPAs in generally are uncontrolled 3rd party repositories. [20:32] true [20:33] thanks that helps me understand PPAs a bit better [20:33] ScottK: wouldn't that cause support issues (having PPA open to all)... thinking back to all that "we don't support 3rd party packages!" trouble in #ubuntu last year or something? Not that PPA for everybody is a bad thing.... might pull people into packaging... meh :) [20:33] apachelogger_: hold me - I feel like crying :/ [20:34] ryanakca: it is open to all [20:34] Nightrose: why? [20:34] apachelogger_: yes, sorry, s/wouldn't/doesn't/ [20:34] ryanakca: I think it's a very bad thing. We don't support 3rd party packages, but it's almost impossible for the average user to tell the difference any more. [20:35] apachelogger_: borked my desktop system this morning - reinstalling now and it takes ages [20:35] ScottK: imho, most people associate anything on launchpad to "official Ubuntu" [20:35] Nightrose: why did you do that? [20:35] Exactly. [20:36] apachelogger_: oh I felt like it [20:36] :P [20:36] cool [20:36] * apachelogger_ never does [21:19] Riddell, I emailed Kevin Kofler, and he already answered me [21:21] He says that kubuntu version of consolekit is outdated, and that the fix for XDMCP isn't good. [21:21] The right fix is to use latest version of consolekit he posted at http://bugs.kde.org/show_bug.cgi?id=147790 [21:21] KDE bug 147790 in general "RFE: ConsoleKit support in KDM (preliminary patch provided)" [Wishlist,New] [21:22] Tonio_: ping [21:23] Riddell: when i do a bzr commit, is it pushed to the server automatically ? [21:23] toma: no you need to do bzr push [21:24] stdin: no push location known or specified [21:24] Give it the push location once and it will remember it. [21:25] ah, then you need to give it one. but it'll remember it after [21:25] silly bzr [21:25] Silly non-mind-reading :) [21:26] stdin: no new revisions to push [21:27] you did "bzr commit"? [21:27] afaik, if you've created your branch with checkout it pushes things automatically if you don't specify --local [21:28] smarter: indeed. I did a new checkout and my changes are there [21:28] so all is ok [21:29] Tonio_: i've commited the changes. have fun with it [21:30] man /me needs a DD.... again [21:31] jpatrick: Debian Developer? ;) [21:31] smarter: yes [21:33] jpatrick: could you re-re-ack Bespin please? :} [21:33] smarter: what did you break this time? [21:34] and don't lie, /me has debdiffs [21:34] jpatrick: nothing, but I uploaded a new revision right after you acked it [21:34] :o [21:34] -Description: Bespin - a very glossy Qt4 widget style [21:34] +Description: A very glossy Qt4 widget style [21:34] Lintian error [21:35] smarter: bespin and kepas acked [21:35] thanks mate [21:35] anytime [21:37] What should I do, (I am tried of that bug, seriosly) , Riddell, stdin, .. [21:42] toma: you rock ! [21:42] MaximLevitsky: I suggest sending a message to kubuntu-devel@lists.ubuntu.com - explaining what the problem is, and how it should be fixed [21:42] ;-) [21:42] toma: and the stdin writting works ? [21:43] of course [21:43] damn, I wish I had your knowledge in coding [21:43] Riddell: thanks to the help of toma, we may have a working kdesudo-kde4 at time for hardy [21:43] ;) [21:44] Riddell: the big problem blocking mhb and myself has been fixed :) [21:44] * jpatrick wishes he had anyones knowledge in coding [21:46] toma: a.setQuitOnLastWindowClosed( false ); [21:46] toma: I've been searching for that one [21:46] toma: is that new in kde4 ? We didn't have the problem of quitting that way with kde3 [21:46] Tonio_: i suddenly remembered that one from rsibreak ;-) [21:48] toma: hehe [21:48] indeed it is new in 4 [21:48] okay [21:48] so basically when the last window is closed the application exits [21:49] which was the case when the password dialog was closed [21:49] toma: that's KAppliction specific right ? [21:49] qapplication [21:49] toma: well that's not that bad, as it avoids application broken in the background using cpu [21:49] toma: okay [21:50] toma: and p->write(pwd.toLatin1()+"\n"); [21:50] I assume write is a qprocess method right ? [21:51] yes it is [21:51] oki [21:51] you should check that toLatin1() btw, could be toLocal8bit() is better, i don't know [21:51] toma: and to understand in details, what did you change in kdesudo.h ? I can't figure out the changes... [21:51] probably depends on the system locale or something [21:52] toma: local8bits might be more compatible globally, especially talking about non latin locales.... I'll make some tests on that point [21:52] MaximLevitsky: update the patch for the newer one [21:53] Tonio_: what was the big problem? [21:53] Tonio_: ok. about the .h, I've changed the class not to inherit KPasswordDialog, but a QObject, and making the Dialog a member. [21:54] Riddell: printing the password to stdin as the new kprocess doesn't have a method for this [21:54] Riddell, I ask at kubuntu-devel@lists.ubuntu.com, ok [21:54] ? [21:54] toma: that's something I wanted to do in fact [21:54] Tonio_: also because of the fact that we don't want the object to be destroyed when the dialog is closed [21:54] removing the kpassworddialog inheritance [21:55] toma: that was my concern too ;) [21:55] if that's your intuition, you should do it ;-) [21:56] Riddell: Is appropiated if I ask you something regarding the libqt4-sql package here? [21:57] toma: bah because I'm not really a coder, I avoid doing things following my intuition ;) [21:57] brb [22:02] gn8 [22:02] dschulz: smarter had a problem with that one too. maybe it's the same. [22:04] toma: actually I have no *real* problems at all, just need support for firebird :) [22:04] and I just need support for anything :) [22:04] there's no qt sql driver at all here [22:05] I get this: "QSqlDatabase: available drivers:" and nothing [22:05] have you installed libqt4-sql ?? [22:05] smarter: did you try installing the other drivers? [22:06] dschulz: yes [22:07] toma: I don't feel like manually compiling Qt4 [22:07] hu, there should be one for -mysql too [22:08] toma: yes, I would like to have independent packages for each driver [22:08] I would like to have drivers :) [22:09] smarter: your case is really weird [22:09] dschulz: are you running hardy? [22:09] smarter: yes [22:09] qt 4.3.3-0ubuntu2? [22:10] same version for the -sql ? [22:10] yes [22:10] did you ever install qt from svn? [22:10] nop [22:10] I have not had any problem so far with qt4 [22:12] do you have a $QT-whatever variable defined? [22:12] env|grep -i qt [22:12] smarter: what is the path for qt? [22:13] I don't have any QT variable defined [22:13] and my PATH is standard path [22:13] anyhow, check if you have a plugins/lib/sqldrivers/libqsqlite.so in there [22:13] there's no lib dir in /usr/lib/qt4/plugins [22:14] ok, so check what that package installs [22:14] dpkg -c package.rpm [22:14] .rpm? [22:14] .deb [22:14] whatever [22:14] :) [22:14] the libqsqlite.so file is in Qt3, not 4 [22:15] ups.. im running gutsy in this machine, forgot that.. hardy is in my home :S [22:15] libqt4-sql install /usr/lib/libQtSql.so.4.3.3 [22:15] and i have it [22:15] md5sum af4d530584f43848de06d9f8248ebf41 [22:15] 181K [22:15] i have 4.3.2, a huge difference [22:16] ok, try making a symlink in plugins name: lib pointing to that /usr/lib [22:16] and file a bugreport ;-) === smarter_ is now known as smarter [22:17] or copy the file over the right spot [22:17] might be safer [22:17] smarter: im just curious, can you try dpkg -L libqt4-sql | wc -l [22:17] I copied /usr/lib/libQtSql.so.4.3.3 in /usr/lib/qt4/plugins/lib/sqldrivers but no luck [22:18] dschulz: 16 [22:18] the only "real" file installed is the libQtSql.so.4.3.3 [22:18] ok i have 16 too [22:18] smarter: me too [22:18] dschulz: env|grep -i qt [22:19] smarter: did you copy the symling from ~.so to ~so.4.3.3 too ? [22:19] smarter: gives nothing [22:20] smarter: have you tried just reinstalling ? [22:20] toma: doesn't work :/ [22:20] dschulz: reinstalling what? [22:20] libqt4-sql [22:20] I try [22:21] sudo aptitude reinstall libqt4-sql [22:21] that's what I'm doing [22:21] still doesn't work :( [22:22] i would like to see your c++ code [22:22] dschulz: http://pastebin.com/m4ff46a3f [22:23] I found it on the firebird bug report [22:23] lol [22:23] jpatrick: ? [22:24] smarter: just four lines ;) [22:25] jpatrick: it's not the size that count! :P [22:26] smarter: what does a call to QSqlDatabase::drivers () output? [22:26] < smarter_> I get this: "QSqlDatabase: available drivers:" and nothing [22:27] smarter: your code works successfully here [22:31] dschulz: QSqlDatabase::drivers() outputs nothing [22:31] k [22:31] so it does not load the plugins [22:32] smarter: I tried this http://pastebin.com/m692db13c [22:33] dschulz: doesn't work [22:33] smarter: what's the output of QLibraryInfo::location(QLibraryInfo::PluginsPath) [22:34] toma: "/usr/lib/qt4/plugins" [22:34] smarter: ok, so that should hold the sql plugins, does it? [22:35] yes, it should but it doesn't :) [22:35] in lib/sqldrivers [22:35] it should work when they are in that folder. [22:36] off to bed, thanks for the help [22:36] smarter: can you strace ./mytest ? [22:37] smarter: and copy to pastebin [22:38] http://pastebin.com/m25f0f9 [22:43] im comparing [22:49] the only difference I see is that every open (3) call returns 3 in my system, and 5 in yours [22:50] in my system: open("/usr/lib/libQtSql.so.4", O_RDONLY) = 5 [22:50] thats in your system, mine returns 3 [22:51] dschulz: ls -l /usr/lib/libQtSql.so.4 ? [22:52] lrwxrwxrwx 1 root root 17 2008-02-06 19:20 /usr/lib/libQtSql.so.4 -> libQtSql.so.4.3.2 [22:52] same here(except I've 4.3.3 and not 4.3.2) [22:56] smarter: look at this strace ./qtsql 2> out.txt ; grep '/usr/lib' out.txt [22:56] smarter: see how every call to open (3) returns 5 in your system [22:59] i dont know exactly what errno 5 means [22:59] I'm not a unix system calls guru :) [23:01] according to http://en.wikipedia.org/wiki/Open_(system_call) there's no problem if it's not negative [23:02] aha, but is somewhat strange the difference 3 vs 5 in every call [23:04] have you tried running ldconfig ? just to try [23:04] doesn't work [23:05] I'm pretty sure it's a bug in latest Kubuntu Qt patch [23:05] me too [23:05] anyway, off to bed for real, good night everyone [23:06] try qt4.4 :) [23:06] good night [23:07] night [23:43] hmm [23:43] Riddell: I guess we've forgotten about meetings, haven't we? [23:44] * mhb votes to have one soonish [23:50] huh? what? [23:50] oh [23:51] i say we make one at a time that i can make [23:51] I say we make me sleep [23:51] :o) [23:51] mhb: saturday at 11 it should be [23:53] okay, updated the meeting page. [23:53] Riddell: and when would that be for me? [23:55] http://www.worldtimeserver.com/convert_time_in_UTC.aspx?y=2008&mo=2&d=9&h=11&mn=0 [23:55] coreymon77: ^^ [23:57] its an gosh-awful time in the AM for me . EST :) [23:58] 6AM lol [23:58] oh come on! [23:58] claydoh: well, this one is more Europe-centric [23:58] a little later please! [23:58] we also do one at 23:00 A.M. [23:58] thats ok [23:59] that'll be the one after this one [23:59] which means 6PM, I guess you can catch that [23:59] i usually eat dinner at 6