[12:27] Is there a way to get dpkg-buildpackage to leave objects and configure cache? === _czessi [n=Czessi@dslb-088-073-005-124.pools.arcor-ip.net] has joined #kubuntu-devel === nuku [n=j@unaffiliated/nuku] has joined #kubuntu-devel [12:48] Who wrote this thing? [12:48] Many of the comments are in what looks like maybe polish? === manchicken is not multi-lingual. [12:49] manchicken: this thing? [12:50] manchicken: you mean adept? [12:51] Yeah. [12:51] manchicken: all I see are english comments [12:51] manchicken: file? line? [12:52] view.cpp [12:52] adept/view.cpp that is [12:52] (not libadept) [12:53] you mean the joke at the bottom? [12:54] :o) === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #kubuntu-devel [12:56] I have no idea what that is. [12:56] I speak English and Emacs ^_^ [12:56] That's it. [12:56] I'm not sure if the answer to the question "How many Existentialists do you need to screw a lightbulb?" would be of any use to you in hacking Adept :o) [12:57] What language is that? [12:57] czech [12:57] Ah. [12:57] One of the many languages I have no idea where to begin with. [12:58] I was going to guess Polish. [12:58] But I have no idea. === ryanakca [n=ryan@unaffiliated/ryanakca] has joined #kubuntu-devel [12:59] that comment is not helpful at all. [12:59] don't worry [12:59] heh [12:59] I hope real comments are more helpful ;) [01:03] Ack, hard-codes. [01:08] Ack, libadept is using only half Qt.... [01:08] Using fstream instead of qfile... [01:30] Ooh, so this thing just hits dpkg on the shell escape and such? === jdong [n=jdong@ubuntu/member/jdong] has joined #kubuntu-devel [01:35] We **REALLY** need to take the hardcodes out of there. === LeeJunFan [n=junfan@s64-186-37-120.skycon.net] has joined #kubuntu-devel [01:57] I think I'm going to try to rework some of this libadept. === jack_wyt [n=jack@61.49.220.52] has joined #kubuntu-devel [02:16] Anybody home? [02:18] No one here but us mice :) [02:18] I'm trying to figure out what to do with adept. [02:18] Some of this code is just awful. [02:19] Like, really awful. [02:26] So fix it :-) [02:28] I'm thinking about it. [02:28] Are you a C++/Qt feller? [02:29] Nah, I'm a rodeo clown basically [02:30] I'm not sure if what I'm thinking I should clean up is really worth the time. === Jucato thinks Adept needs a lot of love... but where's mornfall? [02:30] It works, and it doesn't look particularly terrible, but it's got a lot of hard-codes and a lot of libc stuff where I think Qt usage would be more appropriate. [02:31] I've been cleaning up gnumach, how bad could Adept be? :-) [02:31] I'm also noticing that some of these methods have a lot of side-effects. [02:32] I just need someone who's at least marginally familiar with this codebase to help me decide whether or not to go on a Qt-ifying crusade. [02:32] manchicken: aside from it's creator (mornfall), I think Riddel is the only other person on the planet familiar with it === poningru [n=poningru@pool-72-64-197-83.tampfl.fios.verizon.net] has joined #kubuntu-devel [02:33] Is thinking QFile should be used and passed around more than FILE*'s nit-picky or is it actually a valid concern? [02:34] I mean, if we're going to use libc, let's not require Qt... but if we're going to use Qt, let's USE Qt. [02:34] Also, those path hardcodes have got to go. [02:35] Maybe even moved into a hardcodes.h until we can work them into the build file. [02:35] err, build process. [02:36] manchicken: no one else is really familiar with it, mornfall is the author and has taken an extended vacation, it also needs alot of UI love too ( seele can tell you about that one ) [02:36] and any work you do on it would be very very very aprerciated [02:37] btw moins seele bddebian manchicken mhb [02:37] and anyone else arround atm [02:37] moin imbrandon! :) [02:37] imbrandon: I'm just a hacker with freetime and a short attention span (and a case of Sam Adams). If you have anything specific you'd like to see done, I'm certainly willing to consider it. [02:37] Those tabs in kde-systemsettings were actually Riddell's idea, not mine ^_^ [02:38] manchicken: can i make you a list and you just start picking off items at your leasure ? heheh ( i wont have time to make it untill late tonight or tomarrow ) [02:38] :P [02:38] I'll lead development efforts at work, here I'd like to be more of a follower. [02:38] sure [02:38] imbrandon: I can't think of anything you could do that I would like more. [02:38] rockin [02:38] I'll be up for a few more hours. [02:39] k [02:39] the next 3 days are my days off from work soooo i'll have lots of time [02:39] imbrandon: you packaged some qmake + qt4 + cdbs apps? [02:39] I'm off until Janiary. [02:39] just as soon as i fix my damn mail server :) [02:39] That'd be January [02:39] heh [02:39] ryanakca: tons [02:39] ryanakca: well not tons but quite a few [02:39] oh, and, how can one figure out what files in ~/.kde are used by System Settings [02:39] imbrandon: perfect... mind helping me with a few things? [02:40] sure, shoot , if i can i will [02:40] imbrandon: An abstract question... in a Qt-based app, if you saw something using FILE* and passing it around all over the place, would you replace it with QFile? [02:40] and and thing in ~/.kde that is in system setting should be used [02:40] ryanakca: ^ [02:40] manchicken: yea [02:41] Okie dokie. [02:41] I'll try to clean up some of this adept code while I wait for your list. [02:41] rock on, adept is like top on my "wish was fixed up a bit" list [02:41] I'm not the most practiced C++ hacker on earth, but I can work it. [02:41] :) [02:42] Actually, I kinda hate "standard" C++. [02:42] imbrandon: lost me... and and thing in ~/.kde.. [02:42] [15:35] rrrrg. Ok, I've figured out the problem. only thing is how to fix it. Problem: building creates obj-i486-linux-gnu, cd's to that directory, runs qmake-qt4 -o Makefile monkey.pro, but can't find monkey.pro, becaus monkey.pro is in the previous directory. If I change the rules to run qmake-qt4 -o Makefile monkey.pro, it then looks for obj-i486-linux-gnu/../../src, when infact, it should be looking for [02:42] obj-i486-linux-gnu/../src. [02:43] [15:36] http://dpaste.com/3866/ [02:43] imbrandon: ^^ [02:44] wow thats some makefile vodo from hell [02:44] umm hold on [02:44] if you want my rules + qmake-qt4, http://dpaste.com/3871/ [02:44] lol [02:53] I wish KDE was as well documented as Qt. [02:53] manchicken: you messed around with System Settings, right? [02:54] Yeah. [02:54] Hopefully I didn't screw it up too bad. [02:54] ;) [02:54] hmm... (good job on the tabs, btw... much better than the buttons)... I have a question [02:54] lol [02:54] better than anything I could do [02:54] Sure, what's up? [02:54] I doubt that. [02:55] Folks don't know what they can do until they put their mind to it. [02:55] I've just started learning python [02:55] (remember, I'm a Perl hacker for a living) [02:55] anything I could do at the moment [02:55] give me a decade... maybe [02:55] Psht. [02:55] You think I went to school for this? [02:55] lol [02:55] I've been hacking for a while. [02:55] none of us do / did afaik :) not the good ones atleaste :) [02:56] Picked up C when I was 12 (thus the C++ hatred). [02:56] brb === ryanakca just started programming... packaging for a while [02:56] C at the age of 12? [02:56] You just gotta get into it man. [02:56] holy.. I'm falling behind [02:56] When I was 12 we didn't I didn't have access to Free software. === ryanakca gets working === ryanakca turned 14 a couple of months ago... [02:56] Borland Turbo C++ and a book man. [02:57] lol, Accelerated C++? [02:57] No, just a bad compiler with a quasai-cool name. [02:57] And an even worse IDE. [02:57] no, the book [02:57] We're talking DOS days. [02:57] Oh, the book. [02:58] Naw, it was the Turbo C++ manual, and then some other things I'd picked up. [02:58] ah [02:58] My dad's a hacker too. [02:58] dcc the screenie to you? [02:58] that helps [02:58] Sure if you want. [02:58] or e-mail? [02:58] kk [02:58] Do you actually have a question though? I think I missed it. [02:59] yes, the screenshot explains it all :) [02:59] offering... should be an accept button popping up somewheres [02:59] Failed to connect. [02:59] Probably a firewall issue. [02:59] yeah... my iptables :) [03:00] Just email to manchicken@notsosoft.net if you want. [03:00] kk === manchicken likes guarddog. === manchicken is a lazy GUI-lovin' bastage. === manchicken also talks in /mes too much. === ryanakca sent it === ryanakca thinks the problem will be obvious [03:01] Have I told you how much I love kontact? [03:02] lol? [03:03] Okay, it may just be the two beers and three Jager shots, but I can't see the problem. [03:03] (though this is since the bears won in overtime around 5-6 hours ago) [03:04] there aren't any keyboard layouts available? [03:05] Ah. [03:05] even if I check "Enable keyboard layouts"? [03:05] That I don't know. [03:05] Are you in a chroot or pbuilder? [03:07] no [03:07] Weird. [03:07] I've never seen that. [03:07] That's not really kde-systemsettings though. That's the actual module itself. [03:07] but I've tried moving .kde to .kde.bak and restarting... same preoblem [03:07] ah [03:08] kde-systemsettings and kcontrol both use KSycoca modules for all of that stuff. [03:08] I think that may be a more global config issue. [03:08] Feisty? [03:12] heh [03:12] manchicken: i had scrolled up earlier in here right, to where they said thanks for the tabs right...and never scrolled down [03:13] heh [03:13] Very nice. [03:13] i was wondering why my |15| in my status kept highlighting and i didn't see anything there [03:13] heh [03:13] i thought it was new :0 [03:13] finally got nixternal.com [03:13] probably won't even use it, but at $22 i couldn't pass it up [03:14] heh [03:15] manchicken: edgy [03:15] I've got a nice deal with railsplayground.net [03:15] ryanakca: Have you done anything weird lately? [03:15] nixternal: $9/mo for amazing hosting service. [03:15] ya, and then used a promo code to get $97 off [03:16] manchicken: um... well... no [03:17] ryanakca: I've never seen that problem before. [03:18] nixternal: you seen it? [03:20] what am i looking for? [03:28] nixternal: just a sec... nixternal @ ubuntu dot com ? [03:29] ya === manchicken screams... [03:30] i didn't hear you, louder! [03:30] sent [03:32] wow, that is an odd one [03:32] yeah [03:32] any ideas? [03:32] been like that for a couple of weeks now [03:32] feisty? [03:32] I've moved .kde to .kde.bak and restarted [03:32] edgy [03:33] hmm [03:33] didn't do anything [03:33] same in kkbswitch [03:34] It's official... [03:34] I have no idea what to do with adept. [03:34] rm -rf it [03:34] apt-get --purge [03:34] apt-get --please_leave [03:35] only thing i like about it is the adept notifier [03:35] It looks like it works... but some of that code is not what I would consider the cleanest. [03:35] I love using adept. [03:35] I'm just not loving hacking it. [03:35] apt-cache search it, then apt-get it === freeflying_ [i=flyingfr@ubuntu/member/freeflying] has joined #kubuntu-devel [03:41] nixternal: lemme know if you think of anything [03:42] roger wilco [03:42] imbrandon: figured it out? want the source dir? [03:44] anywais, I'm heading to bed... G'night [03:50] imbrandon: ping === Jucato [n=jucato@124.106.193.244] has joined #kubuntu-devel [03:51] pong [03:52] Got anything less infuriating than adept needs work? ;) [03:52] hehe [03:52] hrm , not at the moment ( i'm sure there is plenty on LP but i havent looked ) [03:53] one sec brb [03:59] *cough*kssh*cough* ;-) [04:00] bddebian: Do you really want help with it? [04:00] bddebian: If you want to walk me through it I can try to help. [04:01] But I'm pretty new to the packaging scene. [04:01] Actually I don't think it's a packaging issue. I think there is something weird in the build system when building outside of the source dir [04:04] Well, give me a task and I'll see what I can do. [04:08] Don't sweat it unless ryanakca really wants it :-) [04:10] I'm just looking for SOMETHING to hack. [04:11] Well you are always welcome to come over to the dark side of gnumach and Hurd :-) [04:12] I'm hoping for feature adds or small and specific bug fixes to do since I'm not the greatest C++ guy ever. [04:12] Eh, I'm using too much hardware that lacks free software drivers. [04:12] (last bloody HP laptop I'll ever buy) [04:12] heh [04:14] What do you get if you multiply six by nine? [04:15] whoops wrong chan [04:15] ( hehe ) [04:16] Nice. [04:16] :) [04:18] hahaha [04:19] imbrandon: you hanging out in #3rd_grade? [04:20] nix thats from hitchikers guide to the galaxy [04:20] a refrence [04:20] :) [04:20] nixternal: hehe [04:21] oh ya [04:21] nic http://en.wikipedia.org/wiki/Image:Scrabble_6x9.jpg [04:21] err nix [04:21] 42, the answer to life universe and everything or something like that [04:21] i get it now :) [04:24] https://blueprints.launchpad.net/distros/ubuntu/+spec/anti-piracy <-- Bad idea [04:30] is it still possible to pirate winxp? i thought that genuine crap fixed all that [04:31] who cares? [04:31] heh [04:32] I think we should stop using their word for sharing. [04:32] It's sharing, not pirating. [04:32] heh [04:33] It's not stealing, it's not piracy, and I would even argue that it's not wrong. [04:33] Richard, is that you? [04:33] heh [04:33] My name is Mike ;) [04:33] And I don't really care for the north-east ;) [04:34] You're in IL? [04:35] Yeah. [04:35] Whereabouts? I grew up East of Peoria, North of Bloomington [04:35] I'm on the south side of Chicago. [04:36] Oh, Bad, Bad, Leroy Brown? ;-P [04:36] heh [04:46] I really need something to do. [04:47] um... is anyone here familiar about compiling another version of an app (say, from SVN) in a place other than /usr/ or /usr/local/ ? [04:48] Using apt? [04:49] bddebian: we are chicagoans homey :) [04:49] no. compiling from source (from SVN) [04:50] East of Peoria + North of Bloomington == Normal, LaSalle, Peru, Kankakee.... [04:50] An itty, bitty town called Benson [04:51] In fact I grew up on a farm [04:51] I set the correct --prefix and it compiled properly. and it runs. I've also added the directory to $PATH. if I launch it from the command line, it runs the correct version (SVN). but if I launch it from the K Menu or Alt+F2, it launches the original version [04:51] whoa, ya, never heard of Benson..that is a new one [04:51] Jucato: Just configure --prefix=SOMEPATH [04:51] Population: 500 [04:51] i go hunting down in that area as well (farming, canton, pekin) [04:51] s/farming/farmington [04:52] manchicken: I did. like I said, running it from the command line works properly. but launching it from KDE doesn't... are there any other environment variables I need to set up? [04:52] Roanoke, Eureka, Metamora? [04:52] Minonk? [04:52] ahhh [04:52] Metamora, Eureka (football team used to rock int he 80s) [04:52] ya [04:52] Jucato: Is it a program you've got installed elsewhere as well? [04:52] Yeah [04:52] i know that area a little bit [04:52] Metamora kicked some butt in hs football thsi season [04:53] manchicken: yes. it's Konversation. 1.0.1 is installed by default (from the repos). I compiled another one from SVN [04:53] the command line recognizes which version to run ("which konversation"), but not KDE [04:54] Jucato: Try absolutely pathing it. [04:54] wow, that is interesting...kmenuedit shows it runs konversation from /usr/bin and not from /usr/share or something else? [04:54] yep. absolute paths work... isn't there a way to make it automatic? [04:54] Jucato: .desktop file should do it right? [04:54] nixternal: strange. my konversation.desktop doesn't include any path information... [04:55] (the one from /usr/share/applications/kde) [04:55] It shouldn't [04:55] Exec=konversation -caption "%c" %i %m [04:55] Nor should the icon [04:55] thats what is in mine [04:56] nixternal: ditto [04:56] so it should follow what's in $PATH right? [04:56] it should [04:56] in my PATH, the directory where I installed Konvi SVN (/opt/kdevel/install/bin) is the first entry... [04:57] any other env variables I need to setup up? (I've setup KDEDIRS in /etc/profile) [04:58] btw, this doesn't happen if the app I compiled is the only version of that app installed (KPlayer) [04:59] so for it to run 2 different versions that means there are 2 different versions running [04:59] which is odd [04:59] nixternal: not running at the same time [04:59] i would have thought it would have overwritten it [04:59] ya i know...i mean 'konversation' runs in 2 different versions [04:59] yeah :) [05:00] Sho_ also finds it weird. he's the one who taught me how to build it from SVN. everything went smoothly up to that point [05:00] he said that setting up the correct $PATH and $KDEDIRS in /etc/profile should have worked. unless Kubuntu implements a different system [05:01] Are you working on kde4? [05:01] manchicken: heh no. I'm still learning C++ remember? :) [05:02] but I'm also trying to learn how to build from SVN and stuff... then later how to make packages the Kubuntu way [05:02] There's no such thing as "learning" ;) [05:02] There is hack or no hack. [05:02] ^_^ [05:02] heh === bddebian == no hack [05:03] I'm not as experienced as you :P === Jucato suddenly remembers that he lost all his notes about errors and corrections for the Kubuntu Desktop Guide... [05:03] Heh, I'm experienced? [05:03] manchicken: obviously :) [05:04] I'm not sure I would say that. [05:04] I'm certainly not C++ experienced. [05:05] heh but still more experienced than me :P [05:05] Well get hacking. [05:05] I'd love to... once I figure this problem out [05:05] see, I have to run Konvi from the command line everytime I want the svn version running [05:06] Or you could just update your menus... [05:07] to use absolute path, right? [05:07] yup [05:07] and I have to do that everytime I compile an svn version of an app that's already installed, right? === Jucato senses some serious editing once he decides to compile kdebase or konqueror... [05:07] Not if it's always built into the same location [05:08] bddebian: I always put stuff I compile from SVN in /opt/kdevel (separating source, build, and install) [05:09] so far, it's only residents are Konversation and KPlayer (from CVS...) [05:09] imbrandon: you know anything needing doing? [05:09] manchicken: Start packaging ;-) === lnxkde [n=vlos@206.248.117.48] has joined #kubuntu-devel === lnxkde [n=vlos@206.248.117.48] has left #kubuntu-devel ["Konversation] === _czessi [n=Czessi@dslb-088-073-034-202.pools.arcor-ip.net] has joined #kubuntu-devel [05:24] I KNOW! I'll make a sources.list editor! [05:25] manchicken: https://wiki.kubuntu.org/AdeptUsability [05:26] That's what I'm pulling it from ^_^ [05:26] would be nice if it also had a way to see changelogs, like in Synaptic (which donwloads from the changelogs site) or KPackage (takes from the changelog file in the package) [05:27] That would require me to actually care about the ugly code in the dpkgpm sources. [05:27] manchicken: that sources.list editor will definitely be a great thing. as it is, it's already hard to explain how to add multiverse in Adept :) [05:27] (they end up adding/enabling the wrong repos) [05:28] anyway... gotta eat some lunch. thanks for the help earlier manchicken, nixternal, bddebian [05:28] :) [05:28] (I'll probably ask again later :P ) [05:29] no problem [05:29] i need food as well, im hungry [05:30] np === viviersf [n=cain@196.44.1.98] has joined #kubuntu-devel === freeflying_ [i=flyingfr@gobstopper.dreamhost.com] has joined #kubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel [06:35] Hobbsee!!! :) [06:36] w00t! Hobbsee! [06:36] What's goin' on? [06:36] hey Jucato, manchicken! === Hobbsee has escaped work, and brought home lunch [06:36] hehe kool! :) [06:37] heh === Hobbsee also got to waste 15 mins at work chatting - hooray! [06:37] How does one add a file to the build process? Or will it just add itself? [06:37] er, plus the other....10 or so, chatting to other people [06:41] If I add a new file, how do I add it to the build and package process? [06:41] Im guessing there's just a manifest file somewhere. === jack_wyt [n=jack@211.154.174.45] has joined #kubuntu-devel [06:42] add a new file to an already built package? [06:42] yeah [06:42] like you did 'apt-get source blah' and now you added something to blah? [06:42] yeah [06:42] ok, you need to have blah.orig and blah [06:42] you edit blah [06:42] once youre done with blah you 'diff -Nru blah.org blah >blah.diff' [06:43] place that blah.diff in the blah/debian/patches/ directory [06:43] then in debian/rules call cdbs patchsys [06:44] Seriously? [06:44] I would have thought it would be as simple as just adding it to the autoconf process. [06:44] manchicken: are you adding it to upstream? [06:44] manchicken: ie, will your file be in the release tarballs that they put on their sites? [06:44] I may be, if it doesn't suck when I'm donw with it. [06:44] done* [06:45] I'm trying to implement the sources.list edit widget described in the usability guide. === NeoChaosX [n=nael@ppp-71-139-176-116.dsl.snfc21.pacbell.net] has joined #kubuntu-devel === neoncode [n=neoncode@89.241.58.30] has joined #kubuntu-devel === NeoChaosX [n=nael@ppp-71-139-176-116.dsl.snfc21.pacbell.net] has left #kubuntu-devel ["Konversation] [08:03] seele, ahh whoops , guess that was my fault for not noticing heh [08:07] imbrandon: Did you email me your list? (manchicken@notsosoft.net) [08:07] nope not yet, still compiling some things [08:07] ummm [08:07] sorry i'm a bit slow tonight [08:08] I started some stuff with implementing the usability guide's reccomendation for sources management in adept. [08:08] nice [08:08] yea thats very much needed [08:08] :) [08:09] I need to figure out how to add files to a package. [08:09] There should be a wiki on normal build operation processes and how they relate to packaging in dpkg. [08:09] There probably is. [08:09] I'm half asleep. It's 0110, I'm gonna hit the hay. [08:09] !package guide [08:10] hrm no ubotu in here [08:10] heh [08:10] I'll check you later. [08:10] and Ubotwo doesn't seem to be here either [08:10] I'll look it up later. [08:10] kk [08:10] I need sleep. Badly. [08:10] :) [08:10] Night. [08:10] night [08:10] The packaging guide is at http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html - Other developer resources are at https://wiki.ubuntu.com/DeveloperResources [08:10] night manchicken|away! :) === raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel [08:15] Perhaps I'm stupid, but I honestly cannot figure out why I can't get this menu to display http://ash-fox.theden.ws/temp/glfrontier.txt the icons exist, the binary exists, I run update-menus. Yet I don't see it in KDE's menus. Makes no sense to me at all. === robotgeek [n=robotgee@c-71-207-194-207.hsd1.al.comcast.net] has joined #kubuntu-devel [08:18] hmmm Ash-Fox imo this is a Debian menu entry [08:18] the KDE menu requires a desktop file [08:19] yea you need a .desktop file for KDE/GNOME [08:19] brb [08:19] I actually never use such menu entries, only desktop files [08:19] Okay. Maintainer's handbook confused me :P [08:20] hehe [08:22] Which manfile contains information on .desktop files? === Lure [n=lure@external-7.hermes.si] has joined #kubuntu-devel [08:30] hmmm Ash-Fox you can look at the desktop files in /usr/share/applications/kde for examples [08:31] Ash-Fox: there are specifications on freedesktop.org too iirf [08:31] iirc === mhb_ [n=mhb@64.73.broadband3.iol.cz] has joined #kubuntu-devel [08:33] raphink, thanks [09:00] maybe this is a dead horse, but I am working on some TBH stuff right, and I was wondering, why doesn't kubuntu install games by default? [09:00] is this to save space on the disk? [09:00] nixternal: i think so [09:01] i wondered that, just never thought about [09:01] cant see any other reason [09:01] me either === Jucato thinks at least frozen bubble should be installed :P === hunger [n=tobias@pd95b0676.dip0.t-ipconnect.de] has joined #kubuntu-devel [09:05] hah [09:05] that's a gnome proggy [09:05] we're trying to avoid tha [09:05] oh? :O [09:05] else i'd want synaptic and firefox, too [09:05] :( [09:05] heh didn't realize it was a gnome proggy... [09:06] hm... [09:06] and openoff..... err nevermind [09:07] lol :) [09:07] imbrandon: good point === Hobbsee thumps imbrandon [09:07] heh === Hobbsee wonders about synaptic on the cd then, replacing adept [09:07] Hobbsee: might not be needed, if manchicken keeps on working on it :) [09:07] true that [09:07] nooo i spent 6+ hours at UDS getting oo.o out of kubuntu for feisty+1 [09:07] nice imbrandon! :) [09:08] um... any of you familiar with compiling some KDE apps from svn, putting them somewhere other than /usr/ or /usr/local/ ? [09:09] just mess with the prefix=/something in the ./configure [09:09] like any other app [09:09] :) [09:10] imbrandon: yeah, that worked like a charm... from the command line. seems like KDE (or the .desktop file) doesn't honor $PATH in this case... or I musn't be setting some env variable right... [09:12] basically, I have 2 versions of Konversation, 1.0.1 (Kubuntu) and SVN. I set up PATH to included where I installed SVN. if I launch from the command line, it runs the correctly SVN version, but if I use the menu or Alt+F2, it launches the 1.0.1 version, even if konversation.desktop doesn't have any path info [09:12] that has nothing to do with how you compiled it then [09:12] thats your kde environment [09:13] somehow [09:14] hm... any idea where I can set that up? Sho_ is clueless as well... He says that it works in Gentoo (adding the proper PATH and KDEDIRS) [09:14] since you reset PATH have you logged out of KDE/X ? [09:15] couple of times. I've alternately set the path in /etc/environment and /etc/profile... there's no problem with the path as far as bash is concerned. not sure if it has anything to do with KDEDIRS [09:15] no [09:15] and no [09:16] hm... ok... now at a loss :) [09:16] kdedirs is only for libs [09:16] so that has -0- to do with it [09:16] oh kool. thought it might be affecting it :) [09:16] as far as what it runs when you type something in alt f2 is what you are concerned with [09:17] is it running the desktop file ? in a term ? etc etc etc [09:17] anyhow i must run, but thats the issue [09:17] personaly i would just make another icon for your desktop to launch the one in /opt [09:17] bbiab [09:18] yeah, figured I'd have to do that. thanks! :) === abattoir [n=abattoir@59.92.73.104] has joined #kubuntu-devel === raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel === freeflying_ [i=flyingfr@gobstopper.dreamhost.com] has joined #kubuntu-devel === freeflying_ [i=flyingfr@gobstopper.dreamhost.com] has joined #kubuntu-devel === poningru [n=poningru@pool-72-64-197-83.tampfl.fios.verizon.net] has joined #kubuntu-devel === oslo [n=oslo@alf94-5-82-225-102-119.fbx.proxad.net] has joined #kubuntu-devel === viviersf [n=cain@196.44.1.98] has joined #kubuntu-devel === abattoir_ [n=abattoir@59.92.73.104] has joined #kubuntu-devel [10:26] jdong: ping? [10:26] [20:25] Hobbsee: basically I did nothing specific to remove this dialog (ie the intent wasn't to remove the dialog) [10:26] [20:25] it's a side effect of the move from a kio job doing the work to hal doing the work [10:26] [20:26] and for now it's kind of nastier code to workaround this to have the dialog again... so I live with it [10:26] [20:26] ervin: right. === jpetso [n=jpetso@v213-022.vps.tuwien.ac.at] has joined #kubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #kubuntu-devel === el [n=konversa@port-83-236-238-37.static.qsc.de] has joined #kubuntu-devel === poningru [n=poningru@pool-72-64-197-83.tampfl.fios.verizon.net] has joined #kubuntu-devel === Jucato [n=jucato@124.106.193.244] has joined #kubuntu-devel === serzholino [n=serzholi@16x.zp.ua] has joined #kubuntu-devel === allee [n=ach@allee.mpe.mpg.de] has joined #kubuntu-devel === viviersf [n=cain@196.44.1.98] has joined #kubuntu-devel [12:45] manchicken|away: can you say kssh? === Hobbsee waves to ryanakca === ryanakca waves to Hobbsee [12:46] You're up early this morning... [12:46] Well... probably more like evening is australia? [12:47] evening, yeah === Lure [n=lure@external-7.hermes.si] has joined #kubuntu-devel [12:51] brb === Tonio_ [n=tonio@titoph.planetemu.net] has joined #kubuntu-devel [12:56] hi :) === Tonio_ uploading kaffeine, guidance and fixed ktorrent [12:57] Tonio_: hooray! === jack_at_home [n=jack@221.223.29.156] has joined #kubuntu-devel [12:58] Hobbsee: hehe, sorry to be so late, but christmas is not a great moment to stay respondive here :) [12:59] Tonio_: of course. it's irregular that my family's ignoring christmas this year [01:12] Tonio_: hi, please don't forget digikam upload [01:13] allee: yeah I just got my gpg key from my gf's computer :) [01:13] allee: will upload right now [01:13] Tonio_: thx [01:13] I'm uploading fixed kaffeine and gtk-qt merge before [01:13] np [01:14] allee: when you're here, any idea where on earth could be a file called kmenubase.h ? [01:14] it is required by kickoff, isn't in kdebase svn tree, not in kdelibs, and not in kickoff too.......... [01:14] I'm getting mad with this [01:16] no. Can't find it here too. Maybe something like a brute force svn ls --recursive ? [01:17] allee: hum, I'll try to grab the full kde svn and grep, yes..... [01:17] allee: patches are complete, and kerry now looks optionnal, so it might be okay [01:17] just that header file is giving me problems [01:17] althouh maintaining the patches may require a little work :) [01:18] kickoff patch is about 350 KB :) [01:18] svn ls if more diskfriendly than svn co [01:18] allee: yup [01:18] oh, that's not small. Let's see it the result is worth that much tweaks ;) [01:23] allee: bah technically it isn't hard to maintain, just maintain a diff between the suse and the official kde branch [01:24] there is only one hunk that doesn't apply due to our patches [01:24] allee: not that hard to maintain [01:24] Tonio_: that's a good thing [01:24] the hardest part isthe binary patch for the icons and graphical part [01:24] Riddell: gtk-qt merged [01:25] allee: your current digikam is on revu ? === allee checks [01:25] ho, alle I'll have to leave in one our (bying christmas gifts) [01:26] allee: can you try to ping cjwatson concerning the digikam sru for edgy ? [01:26] this is waiting for a long time now [01:27] Tonio_: yes. http://revu.tauware.de/details.py?upid=3783 contains the latest ghoto2 fix [01:27] allee: the upload there is 3 days old.... [01:27] allee: okay I'm revuing this [01:27] Tonio_: yeap. Was all the time waiting for your gpg key ;) === nuku_ [n=j@unaffiliated/nuku] has joined #kubuntu-devel [01:27] allee: hehehe ;) [01:28] allee: yes I'm sorry but I changed my webserver recently and forgot to put a backup online [01:28] Tonio_: np [01:31] allee: I didn't knew the utils.mk thing to check splits....very interesting, thanks or this ;) === J-a-r [n=netstar@c83-252-124-128.bredband.comhem.se] has joined #kubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #kubuntu-devel [01:51] allee: digikam uploaded === goldenear [n=goldenea@2001:0:53aa:64c:0:7f90:ad1f:2024] has joined #kubuntu-devel === oslo [n=oslo@alf94-5-82-225-102-119.fbx.proxad.net] has joined #kubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel === Lure [n=lure@external-7.hermes.si] has joined #kubuntu-devel [02:47] allee, Tonio_: since you just did rc2: http://www.digikam.org/?q=node/203 [02:47] ;-) [02:47] haha [02:47] Lure: yeah, 0.9.0 right now building :) [02:48] allee: it was funny since I have seen rc2 upload and 0.9.0 final on the same read of my rss feeds ;-) [02:48] Lure: hehe. [02:49] at least upgrade should not be hard. Remove the patch (and maybe use --enable-final) === \sh_away is now known as \sh [02:50] I'll write an e-mail to pkg-kde-extras ml. If we can merge digikam/showfoto split now that digikam is in experimental. [02:50] IMHO there nothing more borring than unnecessary merging [02:51] Lure: is there an RSS feed for ubuntu uploads? [02:51] yep [02:51] URL? :) [02:51] http://media.ubuntu-nl.org/rss/feisty.xml [02:51] You have the same for edgy, dapper [02:51] k [02:51] thx [02:51] it is basically ML -> RSS === jikanter_ [n=jordan@c-24-12-220-77.hsd1.il.comcast.net] has joined #kubuntu-devel === Tonio__ [n=tonio@titoph.planetemu.net] has joined #kubuntu-devel === Czessi [n=Czessi@dslb-088-073-034-202.pools.arcor-ip.net] has joined #kubuntu-devel === jikanter_ is now known as jikanter === Zerlinna [n=Zerlinna@C6dba.c.strato-dslnet.de] has joined #kubuntu-devel === mhb_ is now known as mhb === bddebian [n=bdefrees@mail.ottens.com] has joined #kubuntu-devel [04:00] Heya [04:01] hi bddebian [04:01] Hi Jucato [04:03] allee: let me know when t's done [04:04] allee: I'm not sure there is any change to perform on the package..... rc2 is just one week old [04:04] allee: I'll upload [04:05] Tonio__: k === serzholino [n=serzholi@16x.zp.ua] has left #kubuntu-devel [] [04:13] Howdy y'all. [04:13] hi manchicken! :) [04:15] What's going on? [04:15] What you hackin'? [04:16] trying to build kdebase from svn on a new user... [04:17] manchicken: seele liked your change of system settings [04:17] Ooh. That should be nice. [04:17] heh it already failed the first time.. [04:17] Lure: Yeah, I saw that. It's nice to see someone appreciated that. ^_^ [04:17] Jucato: I failed many times before getting KDE4 to build properly. [04:17] manchicken: she was pushing to get this changed for feisty [04:17] well, this is KDE 3.5.5 :) [04:17] (building from branch) [04:18] moral lesson for me: log your configures,makes, and make installs... === sredna [n=anders@kde/developer/alund] has joined #kubuntu-devel [04:21] Hi [04:21] Any chance of digikam 0.9 packages for edgy? [04:21] Ooh. [04:21] Sweet. [04:21] I kinda hoped we would. [04:21] It does make more sense from a UI standpoint. [04:21] I'm trying to help out as much as I can for feisty. [04:22] sredna: when it is in feisty (allee and Tonio_ are working on it), we can try to request backport [04:23] Lure: Ok, is there an easy way to know when that will happen? [04:24] sredna: beside watching edgy-changes ML/rss feed, no [04:25] Lure: Ok, thank you. I'll try to keep my eyes open :) [04:30] Lure: did you receive my email concerning guidance ? [04:31] Tonio__: I did, but did not look into it yet (very busy) - is this the same as your upload today? [04:31] Lure: yup [04:31] Tonio__: will try to check this evening (after sailing club party ;-)) [04:31] Lure: except the archive in the mail contains the .svn datas, make it easier for you to sync [04:31] Lure: you just have to update the svn structure [04:41] Why does adept hate me? [04:42] Okay, can someone help me figure out how to get a new file added to an existing package? [04:42] !package guide [04:42] Argh, no bot. [04:42] depends on the type of files [04:43] h & cpp [04:43] you don't mean install those presumably? [04:44] Well, I want them to compile into the binary. [04:44] ^_^ [04:44] patch then [04:44] If I was doing this with normal automake, I'd just add it to I think the Makefile.in. [04:45] do the files exist in the upstream source? [04:45] No. [04:45] They're mine. [04:45] Err, my changes [04:45] completly new files or changes to existing files? [04:46] Completely new files. [04:46] probably a patch then to add them to the sources [04:47] So just diff them against a blank file or something and stick the diff in patches? [04:47] Is there a doc on how to do that? [04:48] make to copies of the source dir, make changes to one then do diff -Nurp clean-source-dir changed-source-dir [04:48] two copies [04:50] !packageguide [04:50] bah... [04:51] Then just move that diff into debian/patches? [04:51] is there already debian/patches ? [04:51] The packaging guide is at http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html - Other developer resources are at https://wiki.ubuntu.com/DeveloperResources [04:53] Gotta run drop food off at a food pantry rq. === Jucato is now known as Jucatulog === jpetso [n=jpetso@193.170.48.226] has joined #kubuntu-devel [05:23] imho the kdm login screen, the new big fat black dots, we need a bigger password box or what not, because it only shows like 4 or 5 big dots, personally it looks kind of ugly [05:23] muhahaha [05:23] i was wondering why someone didn't come back and say yes i don't like it either, or nixternal you schmuck, that rocks! === toma [n=toma@84-53-90-221.wxdsl.nl] has joined #kubuntu-devel === pinheiro [n=pinheiro@81.193.22.92] has joined #kubuntu-devel [05:50] nixternal: you schmuck, that rocks ! ^^ [05:51] nixternal: in fact everything depends on your video card [05:51] nixternal: and the dpi settings [05:51] nixternal: for example on my desktop with a nvidia card, the fonts are really small and I can put about 12 letters in the field [05:55] hahaha [05:55] well, this is on a radeon using the ati drivers, not binary, 1600x1200 res [05:56] Widescreen doesn't get enough love. [05:56] manchicken: i noticed that looking for wallpapers [05:56] The SVG ones aren't as bad. [05:56] nixternal: the screen size isn't important, what is important isthe dpi settings [05:57] I find myself having to hit like Deviantart and stuff. [05:57] nixternal: and we don't force it for kdm, only kde === tonyyserver [n=anthony@ubuntu/member/tonyyarusso] has joined #kubuntu-devel [05:58] Okay, so after I make this diff, do I just put it in debian/patches? [05:58] Tonio_: correction: important is that the dpi settings match reality ;) [05:58] manchicken: yes [05:58] Yes there is a debian/patches [05:59] allee: hehe, old debate :) [05:59] allee: i agree with you there, these dots at 1600x1200 on a 19" CRT were huge [06:01] Hopefully this works. [06:01] nixternal: mhh, then tthe dots should be smaller than usaully. Strange. [06:01] nixternal: what gives xdpyinfo | grep -E '^ dimen|^ resol' [06:02] nixternal: are the width and height im mm correct? [06:02] manchicken: you will need to check by looking at debian/rules what type of patches the package uses [06:02] Okie dokie. [06:02] what package is it? [06:02] It just seems like there should be a list of files somewhere that it keeps track of. heh [06:02] adept [06:02] ewww :) === raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel [06:03] I'm subclassing a QVBox widget for the new UI guide on adept's sources editor [06:03] manchicken: fwiw simplepatchsys does not use a list of file. only *.diff and *.patch AFAIR [06:04] and yes adept uses simple-patchsys discovers [06:04] So all I gotta do is put a patch into the patches directory and it'll pick it up? [06:04] so the diff should just be called debian/patches/kubuntu_03_my_random_changes.diff [06:04] That's what I named it. [06:05] hopefully not actually :) [06:05] except I used something more descriptive than my_random_changes [06:05] :) [06:07] Branded live Kubuntu Edgy CDs make excellent stocking stuffers ^_^ === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #kubuntu-devel [06:17] Okay, so how do I tell whether or not it pulled my patch in? [06:17] I don't think it did. [06:18] I looked in obj-x86_64-linux-gnu and there's no object file. [06:18] I think it hates me. [06:18] It must be talking to my mother. [06:21] Although it does have a log... === superstoned [n=supersto@86.92.111.236] has joined #kubuntu-devel === Jucatulog is now known as Jucato === jpetso is now known as jpetso_away === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #kubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #kubuntu-devel [06:50] allee: dimensions: 1600x1200 pixels (361x271 millimeters) [06:50] allee: resolution: 113x112 dots per inch === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #kubuntu-devel === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #kubuntu-devel [07:02] allee: diff.uu and .uu.{gz|bz} are also handeled by simplepatchsys [07:04] .diff.{gz|bz} [07:04] sorry :) [07:07] Okay, this thing isn't picking up my patch.... [07:09] manchicken: with simplepatchys, you only need to put it under the debian/patches directory [07:09] Does it actually care if I'm using it? [07:10] and include simple-patchsys.mk in debian rules [07:10] manchicken: and of course had cdbs as a builddep [07:10] manchicken: are you doing all of this ? [07:10] It is there. [07:10] manchicken: and the patch doesn't apply ? [07:10] I'm working on adept. All of this stuff is there. [07:11] I'm adding a new file. [07:11] okay [07:11] and the ile is ignored with the build process ? or does it fail to apply ? === oslo [n=oslo@alf94-5-82-225-102-119.fbx.proxad.net] has joined #kubuntu-devel [07:12] manchicken: what do you use to make the build ? pbuilder or debuild ? [07:12] dpkg-buildpackage [07:13] well that should work afaik.... [07:13] manchicken: can you install devscripts and use debuild to make the package instead ? [07:14] but I agree with you it should work [07:14] manchicken: another solution is send me the source package and I'll have a look [07:14] manchicken: I need the dsc, dif.gz and tarball files [07:16] Well what do you have to do to get it to build? [07:17] It just seems like it shouldn't be this difficult. [07:17] I'm going to try to actually use this new file and see if it's just noticing that it's not being used and ignoring it. [07:17] manchicken: I use pbuilder [07:18] https://wiki.ubuntu.com/PbuilderHowto [07:18] manchicken: that's the best way to build since it makes it sure all builddeps are there etc...... [07:18] manchicken: with all I told you to check and pbuilder that should obviously work [07:19] I don't see any reason that wouldn't [07:19] I'm actually working in a chroot for this. [07:19] pbuilder won't let me do the trial-and-error that I enjoy doing. [07:19] Takes too long. [07:20] manchicken: hum yes... [07:20] It looks like it may have just been detecting that I wasn't using it.... [07:20] manchicken: then maybe you should use debuild insteadof dpkg-buildpackage [07:20] Okay, I'm tryin debuild now. [07:20] manchicken: but if it still doesn't work, please send me your source package, I'll tell you what exactly is the problem.... [07:21] manchicken: hard for me to guess what is the issue without the package here :) [07:21] yeah [07:21] manchicken: tonio@ubuntu.com [07:21] I hear ya [07:21] 10 megs by email is the limit [07:21] I don't think I'll exceed that ^_^ [07:21] I'll use bz2 [07:21] Yeah, it's not pulling in my source file. [07:22] manchicken: aren't you the guy I discussed with when you came in first, and whom I suggest adept as a pan of work on kubuntu? [07:22] just to be sure :) [07:22] Possibly... it's all a blur ^_^ [07:22] hhe [07:22] I did the tabs in kde-systemsettings though if that helps you remember. [07:22] hum, no sorry :) [07:22] I thought that was Sime's work ;) [07:24] Argh... I think it's 14M [07:24] I'll split. [07:28] is jjesse still working ok docs? [07:28] You've got mail (2). mv .aa to .tar.bz2 and then cat .ab >> .tar.bz2 [07:28] Or you could use join. [07:28] (I think) [07:34] adept is so nasty. [07:35] manchicken: okay thanks [07:35] manchicken: no wait : [07:35] manchicken: tonio@planetemu.net [07:36] no limit at all there :) === haggai [n=halls@credativ.bcnadsl.com] has joined #kubuntu-devel [07:36] heh [07:36] on its way [07:41] mhb: ping [07:41] How goes it seele? [07:41] its going.. trying to finish up some grub stuff for mhb so i can do some day-job stuff [07:43] Ah. [07:49] hello comment rester en user et ne pas avoir a retapper un passe lors de commande sudo ??? [07:50] sudo su && blahblah && exit ?? [07:50] Non... sudo su && sudo blahblah && exit [07:50] Je pense... === mhb feels like in #kubuntu-fr :o) [07:51] (desole, mon francais n'est pas bon. Quel Americain de moi) [07:51] heh [07:52] that's okay. My french really sucks. [07:52] So it'd be more like #kubuntu-bad-fr [07:54] Tonio_: Your second address barfed on my message due to size limits. [07:54] heh === haggai [n=halls@credativ.bcnadsl.com] has joined #kubuntu-devel [07:55] seele: I'm here [07:56] Gotta love kontact crashing when I delete a message from the outbox. [07:57] Tonio_: I'm going to move it out to my FTP server. [07:58] It'll be up there in a few minutes. [07:58] (bloody comcast throttling my connection. [07:58] ) === \sh is now known as \sh_away [08:03] manchicken: Stop hosting those pr0n sites and they won't do that ;-P === jikanter [n=jordan@c-24-12-220-77.hsd1.il.comcast.net] has joined #kubuntu-devel [08:04] heh [08:05] comcast always does that. [08:05] Tonio_: http://www.notsosoft.net/for_tonio.bz2 [08:05] Ack.... [08:05] Tonio_: http://www.notsosoft.net/for_tonio.tar.bz2 [08:05] The second one is that you want. === TheInfinity [n=TheInfin@p508F08CD.dip0.t-ipconnect.de] has joined #kubuntu-devel === oslo [n=oslo@alf94-5-82-225-102-119.fbx.proxad.net] has joined #kubuntu-devel === mbiebl [n=michael@dialin-212-144-128-196.pools.arcor-ip.net] has joined #kubuntu-devel === yveslu [n=yves@194.235.200.62] has joined #kubuntu-devel [08:46] manchicken: just finished to eat [08:47] manchicken: I'm looking [08:47] Groovy. Thanks. [08:47] manchicken: I'm told thearchive is invalid........ [08:47] Argh. [08:47] Did you join it right? === yveslu [n=yves@194.235.200.62] has left #kubuntu-devel ["Kopete] [08:48] manchicken: join ??? [08:49] Oh, you mean the one I uploaded? [08:49] duh [08:49] Let me test it. [08:50] manchicken: yup I took the one you uploaded [08:51] manchicken: [08:51] tonio@kubuntu:~/Desktop$ tar xvjf for_tonio.tar.bz2 [08:51] bzip2: (stdin) is not a bzip2 file. [08:51] this is what I get [08:53] Works for me. [08:53] Try tar -ixvf [08:56] It tests just fine for me. [08:56] What's your checksum? [08:57] manchicken: works with ixvf [08:57] isn't j for bz2 ? I only use bzip, but that surprises me.... [08:59] manchicken: kubuntu_03_sources_entry.diff is the patch you want to add ? [08:59] yeah [08:59] Naw, i is for bz2 [09:02] manchicken: Trying patch debian/patches/kubuntu_01_enable_sources_editor.diff at level 1 ... 0 ... 2 ... failure [09:02] hum....... that may explain :) [09:03] manchicken: in man tar : -j, --bzip2 [09:03] What is - [09:03] -i? [09:03] -i is to ignore zero blocks [09:03] -i, --ignore-zeros [09:03] ignore blocks of zeros in archive (normally mean EOF) === jpatrick [n=patrick@151.Red-88-14-88.dynamicIP.rima-tde.net] has joined #kubuntu-devel [09:04] manchicken: but that's not the subject, hehe, it looks like patch one doesn't apply, so the other ones are ignores, which sounds logic [09:04] Weird. [09:04] manchicken: to try the patches with cdbs, go in the srcdir and perform "fakeroot debian/rules apply-patches" [09:04] and "remove-patches" to deapply [09:05] manchicken: how do you write you patches ? [09:05] I generally use cdbs-edit-patch [09:05] Not with this system. [09:05] that's the best way to be sure everything will work [09:05] How do I do that? [09:05] I use diff only when there is something special like diff with binary datas or something [09:05] I'm not getting any trouble. [09:06] manchicken: simply go in the srcdir andperform a "cdbs-edit-patch yourpatch" [09:06] then edit what you want, and when you exit everything you changed goes in the form of a patch, that's it [09:09] allee: ping ? [09:11] Didn't help. [09:12] All I want to do is add this new file to the build process. It doesn't seem like this patch thing is doing that. [09:13] Now it's got me in /tmp/cdbs-new-patch.b17925/adept-2.1.2ubuntu3.new [09:13] manchicken: the problem is that as long as a patch fails to apply the other ones are ignored........ [09:13] When I ran the applypatch thing, it wasn't complaining. [09:13] How do I recreate your problem? [09:14] man untar the bz2 archive and perform a fakeroot debian/rules apply-patches [09:14] manchicken: and there are lots of messing files in your debian folder.......... [09:14] .log files should be removed [09:14] etc.... [09:15] manchicken: I'm trying to get the current adept package and then add just your kubuntu_03 patch [09:15] and test [09:15] (feistydev)devuser@larry:~/kubuntu/adept/adept-2.1.2ubuntu3$ fakeroot ./debian/rules apply-patches [09:15] test -x debian/rules [09:15] mkdir -p "obj-x86_64-linux-gnu" [09:15] why creating this ? [09:16] ah that's the fakeroot thing sorry ;) [09:16] That's just what I get when I put that in there. [09:16] okay the problem is that you have a crappy structure.... [09:16] I get the same output with and without the fakeroot [09:16] all .log files should be removed etc...... [09:16] I did [09:17] that's why I only use cdbsto patch :) [09:17] okay letme test with a clean tree andyour patch [09:18] rying patch debian/patches/kubuntu_01_enable_sources_editor.diff at level 1 ... success. [09:18] Trying patch debian/patches/kubuntu_02_archive_limit.diff at level 1 ... success . [09:18] Trying patch debian/patches/kubuntu_03_sources_entry.diff at level 1 ... success . [09:18] works........ [09:18] manchicken: the problem is your crappy tree :) [09:18] take the adept source package and just add your patch that's work [09:20] OOH!!! [09:20] So this thing will let you go in and make changes, and then when you exit(0) it'll make your patch? [09:20] http://paste.tonio.homelinux.org/41 [09:20] manchicken: eactly :) [09:21] without touching the tree content [09:21] manchicken: that's why I love it [09:21] So I don't even have to diff? [09:21] yup [09:21] Hell no... [09:21] why didn't anybody say so? [09:21] heh [09:21] manchicken: and if you need to apply big change, you even can mv files in the temp tree [09:21] the'll go in the patch too [09:21] manchicken: bah I just said that to you ;) [09:22] So I say 'cdbs-edit-patch kubuntu_03_sources_entry' and then make my changes? [09:22] Then ^D? [09:23] manchicken: and the good thing with cdbs is that it applies existing patches in the temp folder [09:23] so that you're not messed up with changes in other patches etc...... [09:23] all you have to do is do your changes and let cdbs do the stuff [09:23] manchicken: but your patch works, don't mind, simply put it in a clean adept source package [09:23] just apt-get source adept and add your patch, that'll work [09:23] I've done that before. [09:23] manchicken: yup, that's the way to use it [09:24] manchicken: and that doesn't help ? [09:24] it builds with the patch here......... [09:24] just ran a debuild -S && sudo pbuilder build ../*.dsc [09:25] the build goes with the patch, no problem [09:25] crimsun_: when you get a little time (maybe a few minutes), i have some audio related questions for you [09:26] I didn't know to make my changes in cdbs-edit-patch [09:26] manchicken: okay [09:28] It's compiling now. [09:28] ok... What else should I package, seeing that the two packages I'm working on are kaput. first one bddebian and I spent 5-6 hours trying to get to build with no success, the other one someone else has claimed. [09:28] It says it applied it. [09:28] The build will tell for shizzle. [09:28] manchicken: but the crazy thing with cdbs-edit-patch is that you can edit an existing patch with it ;) [09:28] Oh? [09:29] That's insane. [09:29] Seriously insane. [09:29] the only needed thing is that the patches have a .patch extension instead of .diff [09:29] if you have a kubuntu_01_bla.patch file [09:29] I think that may be why it wasn't applying things. [09:29] you can edi the patch with cdbs-edit-patch kubuntu_01_bla [09:29] So perhaps it's not that this process is stupid... [09:29] Maybe it's that it' [09:29] s advanced, but poorly documented. [09:29] you have to remove the extesion btw or that'll create a .patch.patch file :) [09:30] manchicken: yes, cdbs documentation is globally a pain, I agree [09:30] expecially the patchsys thing [09:30] and as a result, I've burned an awful lot of time. [09:30] nixternal: Document cdbs ^_^ [09:30] nixternal: hehe ;) [09:31] manchicken: you'll earn time in the future, that's the most important [09:31] just use it and your life will change [09:32] heh [09:32] :) [09:32] manchicken: the man is quite complete btw [09:32] nixternal: hi. Is it a development-related issue? If not, we'll migrate to #kubuntu, thanks. [09:33] i can do that [09:33] Tonio_: http://ubuntu.lnix.net/misc/cdbs-edit-diff for .diffs :) [09:34] fdoving: hu ? ;) hehe interesting :) [09:34] it's cdbs-edit-patch with s/.patch/.diff/g basically. [09:34] fdoving: that's what I was just writing in fact hehe :) [09:35] I recently discovered the .diff.uu support in patchsys, that's pretty amazing too [09:35] .. i don't rename things.. I edited cdbs-edit-patch to support .diffs, do you rename? [09:35] diff.uu support? what's that used for? [09:35] fdoving: no I use .patch extension [09:35] fdoving: well patch to add an image for example [09:35] is anybody packaging http://kde-apps.org/content/show.php?content=31311 ? [09:35] you sometimes need binaries datas [09:36] ok. i find it easier to use .diff as most kde stuff is .diff === ryanakca doesn't want to finish packaging something and then learn that someone already did it... again [09:36] ryanakcha: I hate it when that happens [09:36] that's easier than having an svg file with a bunch of rules to convert to png and replace files [09:36] Tonio_: ok. i do that manually.. or have until now. How easy is it to use? do you have a example package? [09:36] ryanakca: but the early packager gets.. the package done [09:37] fdoving: hum, we have a patch like this one in kdebase [09:37] it is a debian package to add a png file for wallpaper [09:37] jpatrick: yeah === RadiantFire [n=ryan@upstream/dev/RadiantFire] has joined #kubuntu-devel [09:37] fdoving: you create it with a diff -Nura, but whazt is interesting is that you don't have any debian/rules file to perform to get it applied [09:38] Tonio_: it's automatic? [09:38] fdoving: but cdbs-edit-patch doesn't help to create this, you still have to diff and uuencode manually [09:38] fdoving: to apply, yes, but the patch creation is manual [09:38] you have to create it with diff and uuencode... [09:39] Tonio_: ah. I get it. [09:39] nice feature. [09:44] Okay, it looks like it added my file in the patch, but I still don't see a .o in the obj directory. [09:48] manchicken: is that supposed to be created during the build ? [09:49] I would think so. [09:49] But I don't know this build process. [09:49] I'm going to try and apply this patch and include the header and see if it'll build. [09:52] note to all: dibs on solseek [09:57] Okay, now it's failing to patch. === mbiebl [n=michael@dialin-212-144-131-123.pools.arcor-ip.net] has joined #kubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #kubuntu-devel === neoncode [n=neoncode@89.241.58.30] has joined #kubuntu-devel === Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #kubuntu-devel [10:50] nite. [10:51] cya [11:00] imbrandon: ping [11:03] pong [11:04] jdong, ? [11:04] typing [11:04] ahh [11:05] imbrandon: I've got my ipod transferring videos now, needed libgpod 0.4.0 from feisty + recompile of amarok against it [11:05] imbrandon: only remaining problem is, the names always show up blank for videos [11:05] WHY is this patch failing? [11:05] hrm that effect more than just amarok, ipod kio slave and a ton of gnome apps use that lib also [11:05] Trying reverse patch debian/patches/kubuntu_04_sources_entry_more.patch at level 1 ... 0 ... 2 ... failure. [11:05] make: *** [reverse-patches] Error 1 [11:06] imbrandon: I did recompile everythign on my system that rdepends on libgpod [11:06] right but what about banshee and other gnome apps [11:06] imbrandon: the newer gtkpods transfer video flawlessly, title and all [11:07] Anybody know how I could troubleshoot this patch stupidity? [11:07] imbrandon: and amarok can "see" the titles on videos that gtkpod transferred [11:07] hrm ok, are you going to be on in a few hours? or can you email me your finding, i would like to investigate a little more BUT i JUST got a new computer mail order and i wanna put it togather [11:07] imbrandon: though editing and viewing the tags shows all blank [11:07] manchicken, i do it by trial and error [11:07] I have no idea why it's failing. [11:07] imbrandon: sure, no problem, ping me when you got a chance [11:07] manchicken: if your patch touche Makefiles.in files for example, it'll not be possibleto reverse it after they are re-generated [11:07] Like, I don't know if it's a merge conflict, a code problem, why. [11:07] jdong, ok i'm guessing 3 hours to unpack everthing and load the os etc [11:07] man are you touching a makefile.in file for example ? [11:08] It should only be touching source files. [11:08] imbrandon: ok, thanks for your time, enjoy your new system! [11:08] 4 core 3gz system :) [11:08] ( 2x dual core ) [11:08] :) [11:08] man can you tar.gz all the patches please ? I'll try to implement them [11:09] heya Tonio_ [11:09] I'll fix them or eventually try to figure out why they don't apply [11:09] hey imbrandon :) [11:09] imbrandon: I'll place the laptop order tomorrow probably [11:09] Tonio_, rockin [11:09] just lemme know [11:09] christmas is giving me hard time actually [11:09] :) [11:09] yup of course [11:09] np, me too [11:09] and tomarrow is my bday sooo [11:09] heh [11:09] manchicken: I'm waiting for a mail with the patches you have :) [11:09] i'll probably be very sloshed tomarrow [11:09] Tonio_, ^ [11:10] hehe [11:10] I'll fight it later. [11:10] manchicken, yea Tonio_ is the "get patch working king" [11:10] heh [11:10] btw what ever happened with your kaffeine patches Tonio_ [11:10] are we gonna use them? [11:10] I'm going to be going downstate for a while in a short while. [11:10] or not this time [11:10] imbrandon: hu ? not more than another one :) [11:11] :) [11:11] imbrandon: nope we're not gonna use them, since a lot of people were complaning about the idea....... [11:11] Tonio_, your better at getting rouge patches working than i sometimes [11:11] Tonio_, awe, ok [11:11] imbrandon: so I just removed all the audio mimetypes by default and that's it [11:11] kk [11:12] imbrandon: well as long as I understand what the patch does yes it is okay [11:12] imbrandon: but the fact I can't code C++ sometimes gives me hard time too :) [11:12] heh [11:12] ok time to put the new system togather bbiab [11:12] seya [11:14] manchicken: ? === manchicken is playing video games to kill the frustration. [11:14] imbrandon: Some tell me I need amarok --with-mp4v2; gonna try that :) [11:14] I'm going to be out of town until January soon. [11:15] jdong, sure but that wont fly in main [11:15] mp4v2 support requires stuff from multiverse [11:15] imbrandon: I understand that... [11:16] imbrandon: that also means amarok currently can't tag AAC m4a's ,right? [11:16] correct [11:16] imbrandon: if he files a bug, just reject it and then poke him in the FACE. [11:16] crimsun_, hehe [11:20] crimsun_: don't make me bug you about --enable-x264 in deb_rules_risky of ffmpeg :D [11:21] did you mark the bug wishlist? [11:22] imbrandon: ok, in that case I'll continue using good old gtkpod for transfering m4v's . thanks for your time [11:22] crimsun_: (1) haven't had time to file it yet , (2) I can't change Importance.... [11:22] file it, tell me the bug# [11:22] ok [11:28] crimsun_: Bug 76354 [11:28] Malone bug 76354 in ffmpeg "DEB_BUILD_OPTIONS=risky should enable x264" [Undecided,Unconfirmed] http://launchpad.net/bugs/76354 [11:29] REJECTED. [11:35] Later all. [11:40] crimsun_: you almost had me boiling mad there ;-) [11:40] then we'd be tit-for-tat [11:41] aww, I love you too, crimsun_ === jdong [n=jdong@ubuntu/member/jdong] has joined #kubuntu-devel