/srv/irclogs.ubuntu.com/2012/11/14/#kubuntu-devel.txt

=== kubotu_ is now known as kubotu
kubotu::workspace-bugs:: [1050776] kde4-window-decorator crashes when starting up with oxygen theme @ https://bugs.launchpad.net/bugs/1050776 (by Iven Hsu)04:49
=== fenris is now known as Guest99083
=== Guest99083 is now known as ejat
kubotu::workspace-bugs:: [1050776] kde4-window-decorator crashes when starting up with oxygen theme @ https://bugs.launchpad.net/bugs/1050776 (by Iven Hsu)06:52
kubotu::workspace-bugs:: [1013626] systemsettings crashed with ImportError in /usr/share/kde4/apps/language-selector/language... @ https://bugs.launchpad.net/bugs/1013626 (by Xavier Besnard)07:56
=== fenris is now known as Guest72215
=== Tonio_aw is now known as Tonio_
=== Mamarok is now known as Guest54651
=== Guest54651 is now known as Mamarok
=== Tonio_ is now known as Tonio_aw
=== Tonio_aw is now known as Tonio_
=== Riddell changed the topic of #kubuntu-devel to: Kubuntu - Friendly Computing | Quantal bugs: http://goo.gl/ESmab | Status: http://goo.gl/ZGGJP | Packaging TODO: http://notes.kde.org/kubuntu-ninjas | apachelogger: SRU plymouth logo & fix ipod support | schedule the meeting: http://www.doodle.com/2wei2a87kq6sbgxf
Riddellschedule the meeting: http://www.doodle.com/2wei2a87kq6sbgxf12:19
Riddellapachelogger: still planning on doing plymouth SRU and fixing ipod support and have you not found a better todo list then the channel /topic ?12:19
jussiRiddell: email sent12:20
jussibah, these doodles are so annoying...12:21
jussiI have no idea what tomorrow holds, never mind a week from now...12:21
jussiRiddell: Hey, I like the urgent todo being in the topic12:24
Riddelljussi: which urgent todo?12:37
jussiRiddell: Haralds todo's :P12:37
Riddellhe doesn't seem to be processing them very urgently...12:40
=== Tonio_ is now known as Tonio_aw
=== Tonio_aw is now known as Tonio_
ScottKProbably just the alchohol related ones.13:39
jussilol13:43
BluesKajHi all13:48
apacheloggeripod is supposed to get fixed by shadeslayer actually14:27
Riddellshadeslayer: is there a work item in that?14:39
shadeslayerapachelogger: the media-player thingum?14:55
RiddellScottK: you said something about milestones the other day, can you remind me what that was?14:59
apacheloggershadeslayer: yes, the one you were supposed to talk to sune about15:02
apachelogger...15:02
shadeslayerright, I'm not sure if Sune followed up on that ...15:02
shadeslayersilly users, report a bug, don't reply to call for testing15:05
apacheloggerlast I asked IIRC he had discussed it with the others but did not give me any results and since I am too lazy to go to another server to discuss stuff I do not actually care about...15:05
shadeslayerlemme ping him15:05
Quintasan_What kind of retar...15:10
Quintasan_shadeslayer, apachelogger: is it possible to determine which number out of 4 numbers is the highest one using only two compare operations?15:11
=== Quintasan_ is now known as Quintasan
apacheloggerQuintasan: context?15:14
Quintasanapachelogger: My friend told me he wanted me to help him with his homework, he has print the highest number out of 4 user supplied numbers15:16
Quintasanusing two comapring operations15:16
QuintasanI told him it's impossible15:16
apacheloggeras in programming or algorithmic homework?15:16
Quintasanapachelogger: AFAIR he told me they are still doing those flow charts15:17
Quintasanas in, no code15:17
apacheloggerwhat's the course about though ^^15:17
Quintasanstuff like http://upload.wikimedia.org/wikipedia/commons/thumb/9/91/LampFlowchart.svg/220px-LampFlowchart.svg.png15:17
Quintasanapachelogger: introduction to programming15:18
apacheloggeroh brrrrrrrrr15:18
apacheloggerwell, you can technically do it using two comparisions but those would be in a loop15:18
Quintasanapparently the flowchart part should be done after brief introductuion and a few exercises but they will apparently have one on the test15:18
Quintasanapachelogger: in a loop?15:18
Quintasanhow exactly would that work?15:19
apacheloggeri.e. while (int a = read()) { if (a>max) max=a; if(a<min) min=a; }15:19
Quintasanhmm15:20
QuintasanDid not think of that15:20
apacheloggeroh, the min check can go15:20
apacheloggerthen you are definitely at two comparisions in a flow chart15:20
Quintasanyeah, makes sense15:21
yofel__what's wrong with flow charts? They're a lot easier to write than the nassi-schneidermann stuff we did in school15:21
QuintasanI hate it15:22
apacheloggeralso algorithmic speaking it probably cannot be done, that is to say I know no algorithm that would find the highest of 4 in n/2 steps15:22
apacheloggernot reliably anyway15:22
apacheloggeri.e. with a useful initial seed ordering you'd get there with some15:23
QuintasanI could write a function to check is year n is a leap year in two lines15:23
Quintasanbut prof wanted a flow chart that took the whole blackbord15:23
apacheloggerwell writing the codez and understanding what it means are two different things :P15:24
shadeslayerapachelogger: debian upstream says that they'd add it in their kde-*-desktop meta packages15:25
shadeslayerso we should just go ahead and add it to the seeds I guess15:25
apacheloggerwe should fix it properly15:25
shadeslayerupstream is being ... upstream15:25
Quintasanapachelogger: implying if ((year%4==0 && year%100!=0) || year%400==0) is hard to understand15:26
apacheloggerI do not see why an ubuntu user installing the amarok package should get shitty experience15:26
apacheloggerQuintasan: that is even hard to read :P15:26
Quintasanapachelogger: lol15:29
QuintasanYou must have been doing python15:29
shadeslayeroh oh15:31
shadeslayerapachelogger: amarok recommends media-player-infoxs15:32
yofel__xs?15:32
shadeslayervirtual package, not sure what provides it15:32
yofel__oh right, someone please fix apt-cache's handling of virtual packages *-.-15:33
shadeslayeryeah :P15:33
apacheloggerQuintasan: well15:33
apacheloggerQuintasan: try writing that in x86 asm15:33
apacheloggershadeslayer: so the solution is to have every consumer of libsolid depend on that? Oo15:35
yofel__shadeslayer: if I remember the syntax of apt-cache depends right, then nothing provides xs, as it's in <>15:35
shadeslayeryeah, seeing how I can't find anything remotely realted to it, it seems we have a packaging issue :P15:36
shadeslayerapachelogger: *shrug*15:36
apacheloggerexactly15:36
shadeslayerthat's what upstream feels ....15:36
yofel__aptitude agrees: --- media-player-infoxs (UNAVAILABLE)15:37
apacheloggerupstream feels that libsolid should be working :P15:37
yofel__so start by fixing amarok15:37
apacheloggerwhat is xs?15:38
apacheloggerit's called -info really15:38
apacheloggerah lol15:38
shadeslayeryeah15:38
shadeslayerlike I said, some sort of packaging issue I guess15:38
apacheloggerto the history15:39
apacheloggerhm15:39
apacheloggerI don't see it in the branch Oo15:39
* apachelogger blind?15:39
shadeslayer+Recommends: kdemultimedia-kio-plugins (>= 4:4.2.0), media-player-infoxs15:40
shadeslayerhttp://launchpadlibrarian.net/112693094/amarok_2%3A2.6~rc1-0ubuntu2_2%3A2.6.0-0ubuntu1.diff.gz15:40
apacheloggeryah15:40
apacheloggertypos ftw15:40
shadeslayerpossibly Riddell spelled it wrong?15:40
apacheloggeralso that is not in bzr15:40
shadeslayerheh15:40
shadeslayerwhat a surprise15:40
apacheloggerlast version in bzr is rc1 -.-15:41
apacheloggerso at least two uploads that are not in bzr15:41
apacheloggerso I get one, I do not get the second though15:41
apacheloggerOo15:41
Riddellmoi?15:42
apacheloggeryes, you again :P15:42
apacheloggersomeone please fix it, I need coffees15:42
Riddellmm, that looks broken indeed15:43
shadeslayerdoing15:43
apacheloggerby fix I mean fix the bzr15:43
Riddellsorry about that15:43
shadeslayerwell ... doing both :P15:43
apacheloggerthe actual fix is to promote that thing from suggests to recommends on libsolid15:43
shadeslayeralso SRU it?15:48
Riddellshadeslayer: yep15:50
Riddellshadeslayer: I'm processing e-mail and come across the "please package kdevelop xdebug" one again, did you respond at all?15:51
shadeslayerI have no idea what that is tbh15:51
shadeslayerand I forgot about it as well15:52
shadeslayerhttp://download.kde.org/unstable/kdevelop/kdev-xdebug/1.3.80/src/15:53
shadeslayerhmm15:53
yofel__seems to be http://nikosams.blogspot.de/2012/10/kdevelop-xdebug-php-debugger-beta.html if you want some more details15:53
Riddellthere may well be a reason why it's not packaged15:53
RiddellI think I'll add a work item to investigate15:53
shadeslayercould you follow up on that? I have too much on my plate right now :)15:54
Riddellyep15:54
shadeslayerRiddell: there's a bunch of stuff to be packaged : http://download.kde.org/unstable/kdevelop/15:58
shadeslayerat the very end15:58
Riddellhmm, interesting15:59
shadeslayerRiddell: bug 1078772 filed16:02
ubottuLaunchpad bug 1078772 in amarok (Ubuntu Quantal) "SRU : Fix typo in amarok Recommmends" [Undecided,New] https://launchpad.net/bugs/107877216:03
shadeslayercan I go ahead and upload to quantal-proposed ?16:03
Riddellshadeslayer: yes but please add diff to the bug and subscribe ~ubuntu-sru16:04
shadeslayerrighto16:05
RiddellQuintasan: word is there's a homerun release on download.kde.org, you're down for the work item to package it (if you can't do it soon mind and say so to release the lock)16:05
ScottKRiddell: I think you covered it on #u-release.  We have the milestones in the bug tracker now.16:11
shadeslayerRiddell: https://launchpadlibrarian.net/123020597/amarok.debdiff16:19
shadeslayeruploaded to proposed, pending approval16:21
yofel__btw. now that we do the automated upload stuff, does someone still use the dep-graph? I can generate the 4.10 one from neon, bug I'm wondering if it's worth the trouble (it's more than one or 2 changes)16:24
yofel__*but16:24
Riddellyofel__: if it's hassle then I think leave it and see if anyone complains16:28
Riddellfolks skaet is wondering when we want an alpha 1 since we're probably the only flavour using it16:29
Riddellhttps://wiki.kubuntu.org/RaringRingtail/ReleaseSchedule current december 6th16:29
yofel__well, 40 new items for kdegames, kactivities gets used by more things, nepomuk-widgets it new, and so on16:29
Riddellcould be moved to january to pick up any work over the holidays16:30
apacheloggerRiddell: we are the only flavor using alphas?16:30
Riddellapachelogger: some want 1 alpha16:31
apacheloggerah16:31
apacheloggerwell, IMHO january would be better16:31
apacheloggerseeing as we probably won't have much to test by dec 616:31
Riddell 16:31
RiddellJanuary 10th then to catch KDE SC RC?16:32
yofel__ack, we'll need at least 2 weeks for just KDE judging from our packaging speed lately16:32
yofel__fine with me16:32
apacheloggeroh sec16:32
apachelogger.10 b1 is out nov 2116:32
apacheloggeryofel__: should be enough time to get it in?16:33
yofel__should be, we could just concentrate on the core stuff for beta1, and kdegames for beta2 or so16:34
yofel__then we won't have thing lying around in a half-done state16:34
yofel__*things16:34
apacheloggerworks for me16:34
apacheloggerRiddell: dec 6 it is16:34
apacheloggeryofel__: we should just make sure the base system works16:34
yofel__yeah16:34
apacheloggerso we can point people at go download a1 and you'll get over the air upgrades to .10 pre-releases16:35
yofel__hm, that would be an idea too16:35
Riddellmm, I'm not sure pointing people at an alpha is a good way to recommend upgrading to KDE SC 4.1016:36
apacheloggerpre-releases16:37
apacheloggerto test .1016:37
yofel__it's not like we'll backport .10 until we have it fully packaged, which certainly won't happen for b116:37
apacheloggeractually it may be best to only start backports with rc116:38
apacheloggerby that time the sources should have settled enough to not cause major packaging changes between rc1 and final16:39
yofel__right16:39
RiddellDarkwing: ping?  I need your address16:41
yofel__so plan would be to package .10 b1 without kdegames, b2 with, and start backports with rc1 - fine?16:41
Riddelland alpha 1 after 4.10 b1 & alpha 2 after 4.10 final?16:42
yofel__ack16:43
ScottKIIRC from the schedule meeting, where things were before seemed to make sense.16:43
yofel__.10 b1 tagging is officially tomorrow, so we should have the sources by the end of the week16:43
Riddellskaet: we'll try and stick with alpha 1 where it is, dec 6th then16:46
skaetRiddell,  ok16:46
shadeslayerhmmm ... where's the amarok I uploaded to -proposed16:58
shadeslayerRiddell: do you see it in the queue?16:58
shadeslayerbecause I don't : https://launchpad.net/ubuntu/quantal/+queue16:59
shadeslayeroh wait, it's in unapproved16:59
Riddellshadeslayer: yes, in https://launchpad.net/ubuntu/quantal/+queue?queue_state=1&queue_text=16:59
shadeslayerright16:59
* shadeslayer is still waiting to be included in the steam beat17:01
shadeslayer*beta17:01
Riddellfor all the hype about steam at UDS, nobody actually explained what it is17:02
RiddellI know it's a game engine but I don't know anything more about it, probably if you play games you already know and if you don't you don't care17:02
shadeslayersteam is a content distribution engine17:02
shadeslayerthen there's the source engine17:03
shadeslayerwhich is the thing that powers games like TF217:03
shadeslayerwhich is all I care about at the moment ;P17:03
RiddellTF2?  I never even knew there was a TF1, I'm so behind, do they still play sonic the hedgehog?17:07
shadeslayerlol17:08
shadeslayerRiddell: http://en.wikipedia.org/wiki/Team_Fortress17:08
* yofel__ never played TF2 so far either, only watched videos of it17:09
shadeslayerI've played for a couple of hours, but then OS X got annoying17:10
yofel__heh, here my only win7 system doesn't have 10G free disk space :P17:11
shadeslayerhaha17:11
apacheloggermy win8 has 1.5 gib of free space17:13
shadeslayerI have 0 GB's of space for win17:13
shadeslayer-dows that is :P17:14
apacheloggerdelete some pleasure movies17:14
shadeslayerpft, stream all the pleasure movies 17:14
apacheloggerbad idea17:15
apacheloggersee, the internet is a series of tubes and if you put too much into it they get blocked and nothing gets thru anymore17:15
ScottKDigestion works that way too, once you get older.17:33
apachelogger:S17:34
apacheloggerOo17:34
apachelogger:O17:34
* apachelogger leaves now17:34
shadeslayerhaha17:35
ScottKRiddell: amarok SRU is accepted.17:36
ScottKshadeslayer: ^^^17:36
shadeslayerthx17:36
ScottKnp17:36
RiddellScottK: ah yes I was forgetting your elite new SRU powers18:00
RiddellScottK: you should probably fix up my lack of SRU powers on bug 1067611, sorry about that18:01
ubottuLaunchpad bug 1067611 in kdevelop (Ubuntu Quantal) "[SRU] Meta bug for tracking KDevelop SRU" [Undecided,New] https://launchpad.net/bugs/106761118:01
Tygartquick question, no one is on the help forum18:03
TygartI am using 13.03 During an sudo apt-get update / dist-upgrade the notification keeps saying Activity in session "Shell"  is something trying to SSH into my computer?18:03
Tygart13.04*18:04
RiddellTygart: no that means there's some visible activity, ssh wouldn't be visible18:05
TygartOk thank you. I haven't seen that message before.18:05
shadeslayerooohh18:13
shadeslayerskanlite works over wifi just fine18:13
Riddellshadeslayer: ssh -X ?18:13
Riddellor networked scanner?18:13
shadeslayerthe latter18:14
shadeslayernetworked scanner + printer18:14
Riddellcool, good to know since I didn't actually test it18:14
shadeslayerand I'm on precise ....18:14
shadeslayerwant me to test the new printer thingum as well?18:17
Riddellshadeslayer: mm, there is no new printer thingum on precise18:19
shadeslayerI have a quantal ISO, could virtualize and see18:19
Riddellgo for it18:20
shadeslayerThe last time I tried printing in my college ubuntu proceeded to print a 100 test pages18:23
yofel__never happened for me, and I've been using network printers since gutsy - depends on the driver though. My dad's canon printer refuses to print anything18:29
shadeslayercan't find the networked printer18:30
shadeslayerah well18:31
shadeslayerthe old printer app does find it18:31
Riddellhum18:31
shadeslayeras does cups18:33
Riddellhum18:33
shadeslayerhttp://wstaw.org/m/2012/11/14/plasma-desktopsG7451.png18:33
shadeslayerpossibly just due to KVM?18:33
apacheloggershadeslayer: kdebug is your friend18:35
* yofel__ makes his way home - bbl18:45
Riddellshadeslayer: well if cups sees it then print-manager should see it18:46
shadeslayerany ideas what the username/pass is on the live cd?18:50
apacheloggerkubuntu kubuntu most likely18:50
shadeslayerdoesn't work18:51
shadeslayerapachelogger: kdebug doesn't show any issues18:53
shadeslayer*kdebug output 18:53
QuintasanRiddell: Will get to it today19:13
Quintasanyofel_: how do I do bot bugfilling magic?20:32
yofel_~help newpackage20:32
kubotunewpackage <packagename> <version> [description]; Adds needs-packaging bug for entirely new package.20:32
kubotunewversion <packagename> <version> [description]; Adds update bug for existing package.20:32
Quintasankubotu: newpackage homerun 0.1.0 Homerun needs packaging20:32
kubotuPackage homerun already exists!20:32
yofel_no need to put something like "needs packaging" in the description20:32
yofel_that's already there20:33
yofel_it's meant for additional info like url to source etc.20:33
Quintasandurr20:33
Quintasancant find bug for homerun packaging20:33
yofel_hm... that error should mean that there is already a source called 'homerun' in ubuntu20:34
yofel_Quintasan: have you ever seen an empty package history o.O? https://launchpad.net/ubuntu/+source/homerun20:35
yofel_first time for me...20:35
Quintasanhttp://packages.ubuntu.com/search?keywords=homerun&searchon=names20:35
Quintasannothing20:35
QuintasanxD20:35
yofel_yeah, but for some reason it's in the LP Database, that's all the script can check...20:35
yofel_the publishing history is empty too, wtf20:36
Quintasanand can't report bug against it20:36
yofel_kubotu: newversion homerun 0.1.020:38
kubotuHTTPError: Package homerun not published in Ubuntu20:38
yofel_. . .20:38
yofel_-> #launchpad, this is broken20:38
tsimpsonyofel_: I think that happens when someone uploads something to a PPA but it never existed in ubuntu20:38
yofel_hm20:39
tsimpsoneg: https://launchpad.net/ubuntu/+source/ferite1.020:39
tsimpsonI uploaded that to my PPA a long time ago, and it shows under "Other versions of ..."20:39
yofel_true, seems so20:39
tsimpsonLP is a strange beast20:39
yofel_guess I'll need to add a publishing check to the script20:40
Quintasanagateau: THIS LICENSING ON HOMERUN20:49
QuintasanT_T20:49
* Quintasan sheds tears20:49
yofel_what's the problem?20:49
Quintasanthree licenses20:50
=== yofel_ is now known as yofel
Quintasanplus BSD20:50
yofelsounds normal20:50
Tm_T3+1 but only today!20:53
* Tm_T goes salesman mode20:53
ScottKshadeslayer: I think usename/password on the live CD is ubuntu/none.20:53
=== Tonio_ is now known as Tonio_aw
* yofel gives up on fixing the script21:07
yofelthe API makes it really hard to catch that case21:07
yofelhm21:11
yofelfound a way after all21:12
yofelif number of published sources in the main archive for exact matched package name "homerun" = 0 -> package not yet in archive21:12
QuintasanOH MY GOD21:13
Quintasanhahahahahahahahahahahhaaha\21:13
yofelI'm open for alternatives...21:14
Quintasanno21:14
QuintasanYou're not21:14
QuintasanTHIS COPYRIGHT21:14
QuintasanAHAAHAHA21:14
yofeluh...21:14
QuintasanTHAT'S WHY I HATE PACKAGING21:14
yofelhave you ever read the copyright of calligra?21:14
yofel(which is invalid btw.)21:15
QuintasanNOPE21:15
QuintasanDONT CARE21:15
yofel:D21:15
QuintasanI already cringe when I see thing licensed on GPL-2 or GPL-3 (at your choice)21:15
QuintasanxD21:15
QuintasanAND WHY THERE IS NO SOUND IN FLASH21:17
yofelblame your system21:17
Quintasankmod:nvidia_current_updates - nvidia_current_updates (Proprietary, Enabled, Not in use)21:18
Quintasan>Not in use21:18
Quintasanwhat the hell21:18
QuintasanI blame this retarded abstraction layer called Phonon or PulseAudio21:19
Quintasandepending which one is at fault21:19
yofelQuintasan: bug 107890821:20
ubottuLaunchpad bug 1078908 in Ubuntu "[needs-packaging] homerun" [Wishlist,New] https://launchpad.net/bugs/107890821:20
QuintasanI fileed that21:21
Quintasanfilled21:21
yofelso you did, duped21:21
yofelbut now the script works at least21:22
yofelQuintasan: enjoy :P http://bazaar.launchpad.net/~kubuntu-packagers/kubuntu-dev-tools/trunk/revision/16121:23
yofelline 55 is esp. fun21:23
yofelworst thing is that this crap actually works right -.-21:24
Quintasanbut still21:24
Quintasan>Not in use21:24
Quintasankmod:nvidia_current_updates - nvidia_current_updates (Proprietary, Enabled, Not in use)21:24
Quintasanhahahahaha21:24
yofelapachelogger: can you update the script for kubotu please?21:24
QuintasanThis line makes me wonder why I'm still using linux21:25
yofelwell, what are you running?21:25
* yofel hasn't used jockey in ages btw.21:25
Quintasanyofel: NO IDEA?21:25
Quintasan:D21:25
QuintasanThat's the thing21:25
yofelcheck your x log, that will tell21:25
Quintasannvidia21:26
yofelah well, same here21:27
yofelkmod:nvidia_current - nvidia_current (Proprietary, Enabled, Not in use)21:27
Quintasanapparently that's the module loaded21:27
Quintasanand the screen compositing is not smooth T_T21:27
QuintasanI feel like an idiot running GTX570 and composition is not as smooth as my friends 2 years old laptop with some mobile version21:27
Quintasanand the damn homerun fails at tests21:28
Quintasanway to god21:28
Quintasango*21:28
yofelwell, in a day or two we'll have 4.10, then you can go back to everyday's insanity21:29
Quintasanwhich is?21:29
Quintasanpackaging?21:29
yofelyep21:29
* yofel wonders if the debian folks fixed qjson yet21:29
QuintasanI just want my os to use my gfx card normally21:29
Quintasanagateau: We have to skip tests for homerun for now21:31
Quintasanthey don't work with xvfb or I'm being stupid21:31
QuintasanThe latter is probably true21:31
* yofel reboots21:31
yofelbrb - probably21:32
yofelre21:33
QuintasanI'm so not going to do this copyright today21:39
* Quintasan sipts21:39
Quintasanskips*21:39
apacheloggeryofel: which one?21:39
yofelnewpackage (kubuntu-dev-tools)21:39
apacheloggerwhat's broken?21:40
yofelkubotu: newpackage homerun 0.1.021:40
kubotuPackage homerun already exists!21:40
yofelkubotu: newversion homerun 0.1.021:40
kubotuHTTPError: Package homerun not published in Ubuntu21:40
yofelhomerun exists, but without a published version as it only exists in PPA's21:41
yofelapachelogger: http://bazaar.launchpad.net/~kubuntu-packagers/kubuntu-dev-tools/trunk/revision/161 works, feel free to look over it21:41
Quintasan...21:48
Quintasanhow the21:48
Quintasanapachelogger: usr/lib/libhomerun.so21:49
Quintasanusr/lib/libhomerun.so.021:49
Quintasanusr/lib/libhomerun.so.0.0.021:49
QuintasanThe first two should go to dev package21:49
Quintasanshouldn't they?21:49
yofelthe first21:50
Quintasanoh21:50
yofelthe others go into libhomerun021:50
Quintasanexplains the rpath magic21:50
* Quintasan has long forgotten the magics of library packaging21:51
=== Tonio_aw is now known as Tonio_
Quintasanyofel: usr/bin/homerunviewer21:52
Quintasanany idea?21:52
Quintasandevel pacakge21:52
Quintasanlib package or the widget one?21:52
yofeluh, I have no idea what that thing does so don't ask me21:52
Quintasanagateau: usr/bin/homerunviewer <-- to which package should it belong?21:53
yofelif it's only useful for devel then put it into -dev, otherwise make a bin package for the executabled21:53
yofels21:53
* Quintasan puts it in dev for time being21:53
Quintasanthose are funny21:53
Quintasanusr/lib/kde4/imports/org/kde/homerun/components/libcomponentsplugin.so21:53
Quintasanusr/lib/kde4/imports/org/kde/homerun/fixes/libfixesplugin.so21:53
Quintasanusr/lib/kde4/homerun_source_recentdocuments.so21:53
* Quintasan puts them into widget package21:53
Quintasandone for today21:58
Quintasanwill do copyright tomorrow and ask someone to review before I upload21:58
* Quintasan feels a little bit rusty21:58
=== Tonio_ is now known as Tonio_aw
=== Tonio_aw is now known as Tonio_
apacheloggerQuintasan, yofel: well, the overly precise library expert would argue that stuff should link against x.x.x rather than x.x ;)22:16
* yofel never said a thing about linking22:16
Riddellshadeslayer: live cd username is kubuntu and password is empty22:47
shadeslayerdidn't work when I tried it ...22:47
tsimpsonisn't the live cd username "ubuntu"?22:50
=== Tonio_ is now known as Tonio_aw
Riddelltsimpson: that got changed recently22:52
tsimpsonfinally :)22:53
RiddellQuintasan: there is daily build packaging for homerun in ~cyberspace which you can base it on22:54
shadeslayerI don't think the blue-shell packaging had proper copyright, though I might be wrong23:54
shadeslayerinteresting, we do, but .... I don't think that's right .... :P23:55

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!