[00:00] txwikinger: ready in a minute? [00:00] I am ready [00:00] well friends, a real treat for you now [00:00] txwikinger is our ace beastie squisher [00:00] here to tell you how to help out with the millions of bugs we have, it's txwikinger! [00:01] ok..let's look a little into our bug treatment [00:01] I am not so famous like some others here.. so just a little bio [00:02] === About Me === [00:02] Riddell: seeing as nobody else has volunteered, I guess that means I'll be doing it :) [00:02] * Free software enthusiast and advocate [00:02] * Computer Science and law degrees [00:02] * Started computing on unix [00:02] * Worked as developer, system and network admin, and consultant in Telecom, Finances and Education industries. [00:02] * Computer Science Lecturer at University [00:02] txwikinger: law degree...... so I won't get sued by PETA for squashing bugs? [00:03] yep.. that's the idea :) [00:03] * Involved in Ubuntu/Kubuntu for nearly 1.5 years now and lately also a little bit for Debian. [00:03] well.. I use Kubuntu since hoary, I believe [00:03] * Doing advocacy, community stuff, bug triage and some packaging [00:04] * Email me at txwikinger@ubuntu.com if you like [00:04] or talk to me where I hang around in irc [00:04] ok.. but now to the topic [00:04] === What is bug triage? === [00:04] The word triage comes from the French word trier which means sorting, sifting (see http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=triage) [00:04] Commonly it is used in the field of medicine, especially in the context of emergency rooms, disaster situations, basically when limited resources must be allocated to a high number of patients. [00:05] This in an analogy that also describes what we do with bug-reports. When they are submitted, they must be checked if the adhere to a certain standard, contain all the necessary information that they can be fixed and be sorted and classified in order to get the right "resource" to work on it. [00:05] In some way someone who triages bugs is something like a facilitator or arbitrator. You work with the reported in order to retrieve as much information as possible. [00:06] reporter that is [00:06] You also work with the developers for kubuntu and ubuntu as well as upstream distributions like KDE and debian and others in providing the information or finding out what information is needed. [00:06] Due to the fact that all of this concerns people it is very important that bug triage is done with a lot of patience and humility. [00:07] There are sometimes different interests that need to be mitigated when decisions are made, and it is always the best to be as polite as possible to everybody around (see also Ubuntu CoC https://launchpad.net/codeofconduct/1.0.1) [00:07] The bug triage happens on launchpad https://bugs.launchpad.net/ In order to be able to triage bugs effectively, you must have an account on launchpad. [00:07] Ok.. so far the theory... [00:08] Let's see what is really done [00:08] === There are different elements to triaging bugs === [00:08] ==== 1) Cleaning up bug reports: ==== [00:08] Bugs are often submitted by reporters that do not understand fully the process. [00:08] On the other hand, the people working with the bugs need efficient access to the information. [00:09] Therefore it can be very important to clean up the bugs summary to soemthing that is meaningful that in a list of reports someone already understand the main issue of every report in the list. [00:09] It can also be helpful if certain important information is added to the description of the report, since this is the first thing after the summary one would read. [00:11] Lets look at bug #240242 [00:11] Launchpad bug 240242 in firefox-3.0 "address bar suddently not responding to " [Undecided,New] https://launchpad.net/bugs/240242 [00:11] Is this report well described? [00:12] What would be helpful to know? [00:12] well, for a one liner, I would say .... .... ... I would say launchpad is taking forever to come up :( [00:13] i'd ask if typing in other parts of firefox works [00:13] yes.. good idea [00:13] hmmmm, opera says "launchpad is using an outdated encryption algorithm that is no longer considered secure", interesting [00:14] A developer probably would like to know exactly the build of firefox [00:14] So it would be good to ask the reporter for the package version [00:15] It would be interesting if firefox is the only app for which this happen [00:15] So as you can see... lots of additional information is interesting and should be added [00:16] This can also be done by the triager if it can be reproduced [00:16] We also like to add workarounds if we know them into the description [00:16] This way others who has this problem can easily work around them until they are fixed [00:17] ==== 2) Colleting more information in order to be able to triage and/or reproduce and fix a bug ==== [00:17] This is in my opinion the most important step of bug triage. In an ideal world, a bug report has a description that allows anybody following it to immediately reproduce the bug. [00:17] It is good practice to see if the description given is sufficient to reproduce or see the problem and if necessary add additional information if the problem is found. [00:18] Here is an example, I have worked on: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/102979 [00:18] Launchpad bug 102979 in ubiquity "[kde-ui] next button does not respond to keyboard" [Low,Confirmed] [00:19] This was the original description: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/102979/comments/0 [00:19] I have made it a little more readable and have added the workaround I found [00:20] I also added a question to the submitter and explained some more how to reproduce the problem [00:21] Another important task: [00:21] ==== 3) Sorting tasks. ==== [00:21] ===== 3a) Assigning the report to the right package ===== [00:21] Often reports are submitted without a package assigned to it [00:21] An important part of the sorting of the reports is to assign them to the right package. The allows the right people to look at the bugs. [00:22] Here are good instructions on how to find the right package to assigne a bug to: [00:22] https://wiki.ubuntu.com/Bugs/FindRightPackage [00:22] Sometimes it is not easy to understand from the beginning which the right packages is [00:23] However, reports can easily be assigned to multiple packages, or packages can later be changed [00:23] This is done by clicking on the Status value [00:23] The opens up the fields that can be edited [00:24] The first field is for the package [00:24] there is also a search function if the complete name of the package is not known [00:24] (Choose) [00:25] In the same part the next task can be performed: [00:25] ===== 3b) Entering the correct status: ===== [00:25] https://wiki.ubuntu.com/Bugs/CommonTasks#head-6e435bd3f0413458778d4688ea2f4983e90e6ab4 gives an overwiew of the different states a report can have. [00:25] For the triage, the essential states are New, Incomplete, Confirmed and Invalid. [00:26] very report start with the state New. When somebody starts to triage it and more information is necessary it will be set in the state incomplete until all the information is in the report. [00:26] When all the information is in the report and the bug can be reproduced it will be set to the state Confirmed. [00:26] A lot of reports will turn out either not to be bugs, or it is impossible to collect the necessary information that the report has a positive effect, i.e really helps to solve a problem. [00:27] Sometimes reporters will not respond for request for the information needed, and it is not feasible or possible to recreate it yourself. [00:27] In these cases the state will be changed to invalid. [00:27] With all those state changes always keep in mind the consequences. We do not want to unnecessarily mark reports invalid because of laziness. [00:28] A report might contain crucial information to solve a problem, sometimes not understood to the person that triages it. [00:28] the tutorials day isn't over yet/ [00:28] ? [00:28] I am talking about bug triage at the moment, so yes :) [00:29] Therefore, we do not close report lightly in this way. We always want to make sure the report has all the necessary information to be set for the next state. [00:29] sorry [00:29] No problem :) [00:29] Reports with missing information are set to Incomplete [00:29] However, there should also always be instruction put in a comment how the reporter can collect the necessary information that is missing [00:30] Another important task is to find: [00:30] ==== 4) Duplicates ==== [00:30] While reporters are encouraged to first look for similar or identical problems in the bug tracker, it is inevidable that we get a lot of duplicate reports. [00:30] Therefore a very important step during the information collection is to see if there is already another report. [00:31] If this is the case, the report is linked to the original report (more here: https://wiki.ubuntu.com/Bugs/CommonTasks#head-170e00a7154fcfc87f0fc50f65bba9cff7ab27fe) [00:32] ==== 5) Upstream reports: ==== [00:32] Often we will deal with issues that are problems in upstream packages. [00:32] We are working very close with the upstream distros and it is a mutual benefit for everybody to get bug fixes introduced as high upstream as possible. [00:33] For Kubuntu, KDE is in particular of interest. Here is an example of this https://bugs.launchpad.net/kdebase/+bug/96151 [00:33] Launchpad bug 96151 in kdebase "kcmclock does not change to correct location" [Low,Confirmed] [00:34] In such cases you either find an already existing report in the upstream bugtracker and add it to the report, or you create a new report in the upstream bug tracker and add that one. [00:34] Here are the instructions how to do this https://wiki.ubuntu.com/Bugs/HowToTriage#head-ab0eb9d7731fa877b5fc866eedc4c312dab50ee7 [00:34] Basically you choose the upstream project (KDE in this case) an add the url to the particular bug in their tracker. [00:35] launchpad will then update periodically the state of the report in the upstream tracker. [00:35] Actually this part takes a lot of my time when I am triage [00:36] As faster we get reports to the proper places, as faster we get fixes back through our upstream packages [00:36] Ok... I am breezing here a little fast through some of the steps [00:37] The urls are supposed to give you references to look at when you get stuck while triaging [00:37] that's probably because you aren't being bogged down by dozens of questions ... for better or for worse [00:37] hehe [00:37] Well.. if you have a question, ask [00:38] Looks pretty straightforward to me ... but .... where did everybody else go ... [00:38] nice, i can only emphasize how much you can help the community with triaging (to all) :p [00:38] Or feel free to ask someone while you triage [00:38] One of the really helpful things are: [00:38] ==== 6) Standard Responses ==== [00:39] One thing that helps a lot, especially to maintain a polite and collaborative atmosphere are standard responses that can be adjusted to the particular situation. [00:39] Here are lots of such responses for various situations: https://wiki.ubuntu.com/Bugs/Responses [00:39] In particular I would like to raise the attention for this one: [00:39] https://wiki.ubuntu.com/Bugs/Responses#head-6ee6466fdaac8c81274185f0316afd794d2ee0b6 [00:40] This can be used when the reporter does not responds (usually within a month) to the requests for more information and the existing information does not help to reproduce the problem. [00:40] Another issue we often see is the following [00:40] Look ast bug #240261 [00:40] Launchpad bug 240261 in ubuntu "Synapse Monitor - no drivers??" [Undecided,New] https://launchpad.net/bugs/240261 [00:41] Is this really a bug? [00:41] hehe, not really [00:42] Okay, gotta go. Thank you all, thank you txwikinger and thank you Riddell. :) [00:42] katastrophe: Yes.. I think this is rather a [00:42] ==== 7) Support Requests ==== [00:42] Sometimes bug reports turn out to be really support requests. [00:42] Reporters should be gently nudged to the support tracker in launchpad. [00:42] It is certainly beneficial if inexperienced users are guided by the people that help to support them to filter out all the issues that are not really bugs. [00:43] It is very easy to create a bug report linked to an existing question if it turns out to be such. [00:44] In order to convert the report to a question, there is a link in the left margin of the report page [00:44] "Convert to question" === Jucato_ is now known as Jucato [00:44] The Standard reposes above have a text that can be put into the field [00:44] responses [00:45] The questions can all be found at https://answers.launchpad.net/ubuntu/ [00:46] Ok.. this is all the issues I want to go through about how to deal with the reports during the triage process [00:46] Now some fun things: [00:46] ==== 8) Bug Days ==== [00:46] We have currently, I believe, weekly bug days where there is special focus on a particular class of bugs. Information can be found here: https://wiki.ubuntu.com/UbuntuBugDay [00:47] I believe on Tuesday there will be OpenOffice reports that are particularily looked at [00:48] We often have also in parallel specific KDE/Kubuntu packages that we focus on [00:48] It is always lots of fun to work together on those lists and see them getting finished [00:49] Questions can always be asks on ==== 9) The IRC channel: #ubuntu-bugs ==== [00:49] hug days! [00:50] Dholbach has also started a nice motivational tool to do a little bit every day [00:50] ==== 10) Five-a-day Teams ==== [00:51] oh do you have a link? [00:51] https://wiki.ubuntu.com/5-A-Day [00:51] k :) [00:51] Here are the stats for it http://daniel.holba.ch/5-a-day-stats/ [00:52] The idea is, to try to do a couple of bugs every day which over time gets a lot done [00:52] ok.. coming to the end: [00:52] ==== 11) Wrap up ==== [00:52] lways remember that we are working here in a team. [00:52] Always remember that we are working here in a team. [00:52] nice, we only have the the stats of the kde bugtracker [00:52] Therefore, we help each other. It is always good to ask questions if you are not sure how to proceed. [00:53] Even for the most seasoned people it can be in tricky cases very helpful to have a second opinion. [00:53] So if your are not sure about something ask somebody. [00:53] I am often around on the IRC channels as txwikinger or txwikinger2 [00:53] Feel free to see me if I can help you. [00:54] Here some more links with lots of helpful information: [00:54] https://wiki.ubuntu.com/HelpingWithBugs [00:54] https://wiki.ubuntu.com/BugSquad/KnowledgeBase [00:54] https://wiki.ubuntu.com/DebuggingProcedures [00:54] In particular for Kubuntu and KDE: [00:55] https://wiki.kubuntu.org/Kubuntu/Bugs/Reporting [00:55] https://wiki.kubuntu.org/DebuggingKDE [00:56] https://wiki.kubuntu.org/Kubuntu/Bugs [00:57] * nosrednaekim clpas for txwikinger [00:57] and claps as well [00:57] all done? [00:58] I hope you will all enjoy bug triage in the future [00:58] It is a lot of fun !!!!! [00:58] lots of beasties to squish! [00:58] one thing to add: if you have some kde specific stuff, there is also #kde-bugs and youre welcome :) [00:58] Riddell: yes.. if there aren't any questions [00:59] thanks for coming all [00:59] sorry about the netsplits [00:59] we'll get logs up soon [00:59] Q&A now? [01:00] if there are any questions we're happy to take them [01:00] dwidmann: if you want to do that techbase tutorial, grab a page on the wiki under http://techbase.kde.org/Development/Tutorials#Python [01:00] and let me know when there's something to review [01:00] Riddell: will do [01:00] should be later tonight [01:01] Please give feedback at the bottom of https://wiki.kubuntu.org/KubuntuTutorialsDay [01:01] if the contents was ok, or how well the timing worked [01:01] I'm going to go take a shower and get some mountain dew, then come back and start wittling away at it :) [01:01] Intrepid is an exciting cycle since it's the start of the two year LTS cycle we get to do interesting things... like move to KDE 4 [01:01] seele: can you say something about the progress of the kde4 hig? [01:02] katastrophe: sure [01:02] Ellen Reitmayr and myself are working on the HIG htis summer [01:02] Riddell: about the packaging, debuild fails because it can't sign the packages, I need to create my own gpg key? [01:02] we also have 2 interns for the Season of Usabiity working on it [01:02] ah this is cool :) [01:02] currently we have a long list of questions and requests we've gathered from developers that we are working on documenting [01:03] m4v: that's a good sign, it means it has completed all the important bits! [01:03] and we hope to have a collection of examples (patterns) to go along with the list of guidelines for widgets [01:03] m4v: when you become a motu you'll need a gpg key to sign packages for upload, and you'll need one to upload to revu [01:03] right now it is in between a wiki on openusability and transitioning to kde techbase [01:04] katastrophe: so hopefully by the end of the summer we will have lots of materials for developers to use [01:04] cool, i would love to see that, hopefully the developers will stick to the guide :) [01:04] katastrophe: i think they will once it is done, we get questions and requests all the time [01:04] .. [01:04] the problem is we have two very busy people doing a very long and painful job. writing guidelines is not very fun no matter how important [01:05] we hope the interns help with that [01:05] m4v: I can't find the wiki page that describes how to create one, but it'll be somewhere under MOTU on the wiki [01:05] really nice, perhaps kde could be the "most consistent platform" in some far future :p [01:05] yeah i can understand [01:05] katastrophe: i think that will happen more as kde3 apps get transitioned out of kde4 [01:06] I'm creating one, sorry, the last ".." comment was cause I thought I was on my terminal :p [01:06] even though they look the same, there may be UI rules that have changes which will make them different [01:06] yes [01:06] ah hah https://help.ubuntu.com/community/GnuPrivacyGuardHowto [01:06] Riddell: kind of an ot question, but do you know if/when/how soon/etc dual head might be playing nice with kde 4(.1)? [01:07] (vague is fine too) [01:07] dwidmann: I don't know I'm afraid, you'd need to ask the plasma developers [01:07] m4v: for getting a revu account see https://wiki.kubuntu.org/MOTU/Packages/REVU [01:08] Riddell: okay, was just asking ... it's hindering my ability to run it/ report bugs :( [01:08] seele: hm and another one :p what do you think about options? how much should be available in a program? can it be too much? [01:08] or does it depend on the targeted users [01:08] katastrophe: it always depends on the application, the tasks, and the target users [01:09] ok [01:09] like i said earlier, expert systems need to cater to experts.. which means they will probably have tons of options [01:09] but if something simple also needs or supports high configuration, then you might have tons of options for that too [01:09] like Eric :P [01:09] take instant messaging for example [01:09] you could stay simple and provide only one look and feel for your chat window [01:10] but even non-expert users like to configure fun stuff like colors and themes [01:10] and only one sze for the input box *ahem* [01:10] yeah its because i always liked miranda, if you know the client because its so configurable [01:10] and if it is done right, you might be able to provide tons of themeing options that arent too hard to use [01:10] ah ok [01:10] having a ton of options does not mean there is unneeded complexity [01:10] Just make the options non-intrusive? [01:10] yeah, i thought about that, good to hear :) [01:11] well.. again, non-intrusive for certain kinds of options [01:11] understanding work flows and what experience your target users have will help shape a lot of the UI [01:12] if your users are used to web applications that use a specific pattern for choosing a color.. you might be able to support tons of color options if you go with a design they already know [01:12] or if users only want to choose from a palette of 30 colors.. dont give them the gradient selector or ask them to enter hex colors [01:12] if you can configure every single widget, previews help them keep track of their work [01:12] stuff like that [01:12] ok [01:12] any time you have a ton of widgets on the screen youre at risk for complexity [01:12] there is just so much to take in and understand [01:13] your job as a designer or developer is to create a presentation they can make sense of [01:13] so they can focus on small parts of the problem to solve instead of taking in the problem all at once [01:13] we do this by creating tabs with specific option categories or hiding advanced options behind advanced buttons and new dialogs [01:13] and so on [01:14] ah ok [01:14] btw i had a look at kgrubeditor, its really nice :) [01:14] i'm not saying that you can never have too many options, it is all a balance between the users you focus on [01:15] ok :) [01:15] if 5% of your users want 10 options but 95% of your users wont use it, it probably wont be worth screwing with the 95% of users to add those options in [01:15] (this is why we didnt get through as much as i wanted today.. i talk and talk and talk..) [01:15] yeah, kgrubeditor is shaping up nicely [01:15] but we have a huge problem with automagic [01:15] i'm not sure how to solve it yet [01:15] no problem, perhaps you could give an advanced talk later :p [01:15] we dont want to break it, but that means that you cant reorder half the menu [01:16] hm will kgrubeditor be available as system settings module? would be awesome [01:16] if you can't reorder half the menu, how do you present the non-reorderable options from the orderable options? [01:16] very complicated, it makes my head hurt [01:16] yes, one of the requirements was that it could be turned in to a module [01:16] nice [01:16] so standalone and integrated [01:16] oh yay .... T_T ....... Fair Access Policy Threshold Exceeded: YES [01:18] ah i think i heard a podcast with ellen [01:20] chaosradio express, number 64 [01:21] yeah [01:22] was really cool [01:22] she's in berlin and involved in the berlin UPA and gives talks a few times a year [01:25] hm and what do you think about tooltips and help systems such as the kde helpcenter? [01:27] * dwidmann votes for "good, when they're there" [01:30] night all [01:30] night Riddell [01:30] good job fillin in for me :P [01:30] thanks seele, Nightrose, txwikinger [01:30] :) thanks to you too [01:30] sleep well [01:31] thanks Riddell === pascutti is now known as pascutti|coding [01:37] Q&A over? [01:38] starting to look that way yuriy [01:38] * dwidmann heads off for a shower [01:38] ah, how did tutorials day go? [01:39] very well I'd say [01:40] * Nightrose is off to bed [01:40] good night folks :) [01:40] how did the tutorials day go? [01:40] goodnight night rose [01:40] er.. [01:40] good night night rose [01:40] hm.. nvm [01:40] ;-) [01:48] Jucato: went OK I think [01:50] nosrednaekim: btw what happened to your reply in the kubuntu-devel ML? it was like it was limited to 10-15 characters per line (in KMail) [02:00] Jucato: my signature? [02:01] you're whole post. maybe it's just KMail... [02:01] I thought I turned that off... [02:05] nosrednaekim: ah it was indeed only kmail... but you still have that sig that tries to spell your nick... maybe that caused it to bork in kmail? [02:13] well... I send it as HTML [02:13] * nosrednaekim ducks [02:15] :P [02:21] awww man [02:21] missed it === nixternal_ is now known as nixternal [02:56] nixternal: boo! [02:56] nixternal: Something for you :P http://jucato.org/stuff/Pater.jpg [02:59] Ah [02:59] pater [02:59] Latin [02:59] Duh :) [02:59] I read peter :) [03:00] Faith of a mustard seed (ha ha) [03:00] that's pretty cool Jucato :) thanks! [03:17] nixternal: what's the latest KDE 4 version in the PPA? and does it install on Intrepid? [03:19] 4.1 beta is in the ppa [03:21] ok :) [03:21] jjesse: btw, what's our doc project (other than adept please :P) for Intrepid? [03:22] Adept. Thank you [03:22] :-) [03:23] * daskreEEch votes Plasma [03:29] Jucato: don't know i think kde docs [03:29] not quite sure need to start working again :P [03:30] ah so no idea on the Kubuntu end of things yet? [03:30] correct [03:30] ok :) [03:31] watching a discovery channel thing on nasa and flying in space.... if they could do that in 1960 technology why aren't we further in space these days? [03:31] $$$ [03:34] No one cares about space anymore [03:36] ak bed time talk to you all later [03:37] bye jjesse [03:39] apachelogger: i am now. what's up? [03:39] Hobbsee: ^_^ [03:39] daskreEEch! [03:40] * daskreEEch adorns Hobbsee with flowers [03:40] Hobbseedobbsee!!!!!!!!!!!!!!! [03:40] :D [03:42] how'd the sessions go? [03:43] * Jucato was sleeping soundlyh [03:46] hehe [03:46] so was i [03:55] no fair! you were supposed to be awake by that time [03:56] Is it up somewhere? [03:56] on !logs, yes [03:58] ok I never recall if they log dev chans [03:59] I suppose they must cause I had this one person in #kubuntu who kept pulilng up things I had said and pasting them in the chan [03:59] ...yya [04:03] Does it make sense to have a plugin structure for a plugin ? === supert0nes is now known as supert0nes[A] [05:31] Do new KDE4 applications still go to /usr/lib/kde4? [05:32] LucidFox: define new? [05:32] Added after the new kdelibs were uploaded to intrepid [05:36] I'm currently fixing a build failure in kplayer, which was added in intrepid, and I was wondering whether it should go to /usr or /usr/lib/kde4 [05:38] LucidFox: hmm, not sure, it looks like kde4 is replacing kde3 in intrepid, so I would assume you'd want it to go to /usr ..... look for an example?? === man[afk] is now known as Aides === Jucato_ is now known as Jucato === Aides is now known as man[afk] === man[afk] is now known as Aides [07:21] Nightrose: morning === hunger_t is now known as hunger === prateek_ is now known as prateek [07:33] Nightrose: morning [07:34] Riddell: how did the pkging seminar go yesterday [07:34] morning Hobbsee [07:34] hi [08:04] morning [08:04] morning [08:05] Nightrose: hows u [08:05] *you [08:05] sleepy [08:05] <\sh> apachelogger: did you fixed pykde4 in ppa? [08:05] morning [08:13] it is my understanding that in order to implement plasmoids in python you need 2 things; [08:13] 1) Kross python which is a library that allows embedding the python interpreter in the plasma application [08:14] 2) wrappers for the plasma api (should be provided by pykde4) [08:14] the first part looks like it is there but the second doesn't [08:16] exist yet ? [09:06] <\sh> whoever uploaded python-kde4 to ppa..broke it [09:06] <\sh> pykdeuic4 doesn't exist anymore in python-kde4-dev [09:09] <\sh> fixing it now === Aides is now known as man[afk] === man[afk] is now known as Aides [09:48] <\sh> bah [09:55] <\sh> apachelogger: pingeling === Aides is now known as man[afk] === StuartMarsden_ is now known as StuartMarsden === man[afk] is now known as Aides [11:29] \sh: plong [11:30] <\sh> apachelogger: can you do the following for pykde4 in kdebindings? [11:31] <\sh> apachelogger: install symlink from /usr/share/kde4/apps/pykde4/pykdeuic4.py /usr/bin/pykdeuic4 <- make the first one 755 too [11:31] \sh: sure [11:31] according to stdin there is some more stuff broken [11:31] * apachelogger dives in [11:31] <\sh> apachelogger: and install symlink from /usr/share/kde4/apps/pykde4/kde4.py /usr/lib/python{2.4,2.5}/site-packages/PyQt4/uic/widget-plugins/ make it 755 too [11:31] Hobbsee: the problem self-resolved :) [11:32] <\sh> apachelogger: push it into python-kde4-dev ...:) [11:32] Nightrose: hey [11:32] <\sh> apachelogger: they are the ui compiler for pykde4 [11:32] apachelogger: oh good! [11:32] eagles0513875: sorry - dealing with massive traffic on my website right now [11:32] \sh: as if one needs that stuff :P [11:32] need to redirect some things to other servers [11:32] <\sh> apachelogger: dang [11:32] Nightrose: do you offer any free hosting [11:33] no [11:33] <\sh> apachelogger: or you move them into python-kde4-tools package or something like that...and recommend them in python-kde4 ;) [11:33] \sh: I think the stuff is just missing from the package [11:33] I didn't have time to run list-missing [11:34] off to an interview ill be back later [11:34] <\sh> apachelogger: no it's installed already :) [11:34] <\sh> apachelogger: but not in the correct places [11:35] \sh: well, having the uic not in bin seems rather stupid to me [11:35] <\sh> apachelogger: yes...but sime installed them in the $DATA dir whysoever..reading the CMakeLists.txt [11:36] Oo [11:36] oh well [11:36] <\sh> apachelogger: therefore they are in the shared/kde4/apps dir...(which is wrong by default ;)) [11:36] <\sh> apachelogger: actually you symlink them to the right position, or just remove them and install them from $SOURCETREE/tools/ to the correct locations :) [11:37] * apachelogger runs the >1h build for bindings [11:37] we will see [11:39] <\sh> apachelogger: thx...I would have done it myself..but I'm busy at work and with leonov... [11:40] * apachelogger likes the new animations in the trunk splashscreen [11:41] oh [11:41] there are now java kross bindings === Czessi__ is now known as Czessi === Riddell changed the topic of #kubuntu-devel to: Welcome to the Kubuntu developers channel | https://wiki.kubuntu.org/Kubuntu/Todo | Back to merging! | https://wiki.kubuntu.org/Kubuntu/Teams [11:52] good mornin' [11:52] nixternal: did you win at golf? [11:53] oh no, I got badly whooped [11:59] eh-heh! :P [12:00] heya nixternal ;-) [12:03] * apachelogger made Nightrose steal nixternal's talk *giggles* [12:06] :P [12:06] * Nightrose writes angry mail to website hoster *grummel* [12:08] hehe, thanks Nightrose [12:08] you're welcome - was not to difficult to adept your last talk [12:10] groovy [12:25] Nightrose: back [12:26] nixternal: got a question for you [12:33] eagles0513875: what's up? [12:34] nixternal: there used to be a wiki pg that had a list of stuff that one needs to have on their machine for bug fixing [12:34] do you know what the link is by any chance [12:40] eagles0513875: see https://wiki.ubuntu.com/PackagingGuide/Recipes/Debdiff [12:40] as I told you yesterday [12:45] <\sh> apachelogger: since the pykde4 update..my qtdesigner doesn't show any menu texts anymore ;) [12:45] <\sh> apachelogger: but all kde4 python apps are showing it now ;) [12:46] <\sh> apachelogger: and changing back to something else then oxygen it works ;) === StuartMarsden_ is now known as StuartMarsden [13:18] \sh: rubykde4 works :P [13:42] Nightrose: everything ok on your site [13:56] <\sh> apachelogger: give me a fixed pykde4 version ;) === Tonio__ is now known as Tonio_ === Aides is now known as man[afk] === man[afk] is now known as Aides [14:27] <\sh> apachelogger: what was the channel of OBS? [14:28] eh [14:28] \sh: #opensuse-buildservice [14:29] <\sh> apachelogger: thank you :) [14:29] yw [14:31] <\sh> apachelogger: btw...kdebindings/pykde4 ...fixed? ;) [14:32] \sh: no [14:32] I am fighting with new files [14:39] hi everyone [14:39] hi chfwiggum [14:44] hi i have packaged screenie, can some one review it? http://revu.ubuntuwire.com/details.py?package=screenie-qt [14:45] Xand3r: looks like you have a comment already [14:46] one right, but maybe there is more, than i fix everything at one time [14:54] Xand3r: Generally MOTU won't review a package with outstanding comments. [14:55] kk [14:56] How did the Kubuntu tutorial day go? [14:58] :( [14:59] * Artemis_Fowl missed it [14:59] too late hours.... [14:59] there were some sessions I would like to watch [15:00] there's logs [15:01] y [15:03] Riddell: will there be other logs than the one in !logs? cause I'll be blogging sometime today and could mention them [15:04] Nightrose: yes see KubuntuTutorialsDay [15:05] alright === stdin_ is now known as stdin [15:41] hm [15:48] Are there any packagers here interested in packaging a library for me? [15:48] apachelogger: ^ [15:49] jussi01: he was looking for new packaging to teach someone [15:49] hehe [15:49] jussi01: what lib are we talking about? [15:49] apachelogger: http://breakfastquay.com/rubberband/ [15:51] I am not sure my current padawans are at that level yet [15:51] Xand3r: do you wanna give it a shot? [15:52] what?? [15:52] hey there [15:52] Xand3r: http://breakfastquay.com/rubberband/ [15:52] hey smarter [15:52] maybe smarter wants to try packaging it ;-) [15:52] hey apachelogger [15:52] apachelogger: its needed because we want to update sooperlooper [15:52] * smarter looks [15:53] Xand3r: basically like screenie, but you would hav eto split the files into various binary packages [15:53] *have to [15:53] urg [15:53] jussi01: either way, please file a needs-packaging bug [15:54] apachelogger: was just doing that ;) [15:54] k [15:54] hm [15:55] jussi01: I am not sure we can package that all right now [15:55] apachelogger: for what reason? [15:57] vamp-sdk is not packaged [15:57] at last I can't find any trace of it [15:57] oh, doh! [15:58] vamp looks rather easy though [15:59] jussi01: please file a needs-packging for it as well http://www.vamp-plugins.org/develop.html [15:59] apachelogger: sure [16:00] Xand3r, smarter: who is going to package which software? :P [16:01] wich is the easyer one? [16:01] both pretty equal [16:01] I'll let Xand3r choose ;) [16:01] bug 240416 [16:01] Launchpad bug 240416 in ubuntu "Please Package the rubber Band library" [Undecided,New] https://launchpad.net/bugs/240416 [16:03] i take the first one, http://breakfastquay.com/rubberband/ [16:05] then I need to package the other one first [16:05] apachelogger: bug 186284 already exists [16:05] Launchpad bug 186284 in ubuntu "[needs-packaging] vamp-plugin-sdk" [Wishlist,In progress] https://launchpad.net/bugs/186284 [16:06] :) [16:06] oh, the package already exist in Debian [16:06] http://packages.debian.org/sid/vamp-plugin-sdk [16:07] yay :) [16:07] oh [16:08] smarter: lucky you :D [16:08] https://edge.launchpad.net/ubuntu/+source/vamp-plugin-sdk [16:08] :P [16:08] :D [16:09] Xand3r: I hope you got your pbuilder setup ready :) [16:09] seele: congrats!!! ^_^ [16:09] * smarter tries to fix vamp-sdk FTBFS [16:10] smarter: you better suceed on that, otherweise Xand3r get bored :P [16:11] * jussi01 hugs smarter === santiago-php is now known as santiago-ve [16:14] meh [16:14] on hardy it compiles [16:14] :S [16:14] it's due to intrepid new compiler flags [16:14] Jucato: thanks :) [16:14] I'm adding the missing includes [16:15] stupid compiler flags [16:22] apachelogger: the fix should be available in Debian in two days [16:22] * apachelogger hands smarter a cookie [16:23] It's a gcc 4.3 "feature", Xand3r will have to wait till the package is imported in Ubuntu ;) [16:23] what? [16:23] ooooh [16:23] ^^ [16:25] Xand3r: please assign bug 240416 to youself [16:25] Launchpad bug 240416 in ubuntu "Please Package the rubber Band library" [Wishlist,Confirmed] https://launchpad.net/bugs/240416 [16:26] apachelogger: kk [16:26] Wow, you guys are fast! thanks again :D [16:27] apachelogger: Xand3ryou will get it into debian first? [16:27] jussi01: now you know why I want a packagers force :) [16:27] jussi01: no [16:29] apachelogger: ok. but it will go to debian? or? [16:31] apachelogger: reason I ask is I want to get the sooper looper debian maintainer to update it once rubberband gets in [16:32] jussi01: update what? [16:32] sooper looper? [16:32] yes [16:32] it depends on rubberband [16:32] well [16:32] the new version [16:32] if someone cares for the debian upload [16:33] apachelogger: if thats not possible, Ill just update sooperlooper myself here in ubuntu [16:33] jussi01: you just need someone to upload it to ubuntu [16:33] err [16:33] debian [16:34] apachelogger: ahh, ok. Ill see if I can find a dd for thast [16:54] heya persia [16:55] Hi jussi01 [16:55] Xand3r: You're seeking to get the rubberband library into Debian? [16:55] apachelogger: ^^ [16:56] persia: no ubuntu [16:56] Ah. That's easier then :) [16:56] You've already prepared the package, or still working on it? [16:56] persia: not even started, vamp-plugin-sdk needs to sync from debian first [16:56] i have to wait for smarter [16:57] persia: I wanted to have it in debian so the sooperlooper maintainer would update sooperlooper for us [16:57] OK. I understand. [16:57] persia: smarter is fixing a ftbfs in one of the deps [16:57] For targeting Ubuntu, the REVU process tends to work OK. [16:58] For Debian, you'll want to follow a slightly different process. [16:58] Is there already an ITP? [16:58] jussi01: I'm not the one who fixed it ;) [16:58] persia: I havent yet looked [16:58] smarter: oh :D [16:58] oops [16:59] jussi01: That'd be the first step. Check for an RFP or ITP bug against wnpp in the BTS. [17:00] persia: you going to have to remind me of all those acronyms again, as I havent touched this stuff for ages [17:02] jussi01: Request for Packaging, Intent to Package, Work Needing and Prospective Packages, Bug Tracking System. [17:03] persia: ok, thank you ;) WHere would I look for these things? [17:03] jussi01: http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkg&data=wnpp&archive=no&version=&dist=unstable [17:05] persia: oooh, it has an itp :) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=457480 [17:05] Debian bug 457480 in wnpp "ITP: rubberband -- An audio time-stretching and pitch-shifting library and utility program" [Wishlist,Open] [17:09] jussi01: Looks like it will be in soon then: no need for anyone to do anything. Free has already poked SZÉKELYI about it. Should be uploaded in a few days. [17:09] persia: fantastic - so that means Xand3r can relax? [17:09] ^^ === kekekekse changed the topic of #kubuntu-devel to: Welcome to the Kubuntu developers channel | https://wiki.kubuntu.org/Kubuntu/Todo | Back to merging! | https://wiki.kubuntu.org/Kubuntu/Teams0r [17:11] Follow the ITP. If it doesn't get uploaded in a week or two, you might want to poke the bug again (if nobody else does). [17:33] what package has dcopidl nowdays with kde4 [17:33] ? [17:35] mvo: don't know what it is, but sinse it has "dcop" in it, I would guess none === ScottK changed the topic of #kubuntu-devel to: Welcome to the Kubuntu developers channel | https://wiki.kubuntu.org/Kubuntu/Todo | Back to merging! | https://wiki.kubuntu.org/Kubuntu/Teams [17:53] Hi. For openpgp on launchpad, on the --send-key step, does it want then the 40 digit one or the pubkey? [18:06] genii: you should be able to use your e-mail address [18:08] genii: the one you get from "gpg --fingerprint " [18:08] genii: ahh, no, I'm wrong :p === blizzzekski is now known as blizzzek [18:09] genii: it's just the public key eg: CFE36519 [18:10] stdin: OK. And when it whines about keyserver use keyserver.ubuntu.com ? [18:11] genii: yeah I use keyserver.ubuntu.com, but any keyserver will do, they all sync from each other [18:11] OK [18:13] Gah. on the --fingerprint step it's whining now about no public key found [18:14] erm, umm, yay -- http://ubuntu.pastebin.us/?show=d491dca7e [18:17] the dl module should come with python [18:18] $ python -c "import dl; print dl" [18:18] [18:18] python2.5: /usr/lib/python2.5/lib-dynload/dl.so [18:19] same import error with that one liner [18:20] any ideas stdin? [18:20] reinstall python2.5 maybe [18:21] no clue about why it's happening [18:21] first check /usr/lib/python2.5/lib-dynload/dl.so exists [18:21] stdin: while I'm reinstalling and checking, can you do a quick dpkg -S on that file [18:22] dwidmann: are you in intrepid? [18:22] dwidmann: did, see the line after " uggh, seeing as I'm fap'd, this may take a long while. [18:22] Hardy [18:22] dwidmann: dpkg -S says it's from python2.5 [18:23] That's fun. [18:24] stdin: OK, got it sorted out now [18:25] Riddell: stdin: http://ubuntu.pastebin.us/?show=d894a090 [18:26] dwidmann: do you have python2.4? [18:28] stdin: no, I don't [18:28] (I'm lagging really bad right now ... I don't even know how I'm still connected ... I hate Hughesnet) [18:28] dwidmann: what does 'python --version' show? [18:29] python 2.5.2 [18:29] something odd has happened then, you have python but no python package installed :/ [18:30] stdin: python is installed and working, with the exception of that module. [18:30] not according to the dpkg --list command [18:31] stdin: that's because I'm messing with it at the moment :) [18:31] did you see if /usr/lib/python2.5/lib-dynload/dl.so exists? [18:31] forgot that when I did that I was in the middle of sudo apt-get install --reinstall python2.5 [18:32] the dir exists, and has lots of files, but not that one [18:33] strange [18:33] * dwidmann gets an idea [18:34] http://ubuntu.pastebin.us/?show=d7a60082a [18:34] that is dpkg -L python2.5 [18:35] >dpkg -L python2.5 | grep dl.so [18:35] /usr/lib/python2.5/lib-dynload/dl.so [18:36] version 2.5.2-2ubuntu5 [18:36] are you on an obscure architecture? [18:36] dwidmann: http://stdin.pastebin.com/d5ab7e66 [18:36] hmmmm, 2.5.2-2ubuntu4 here [18:37] obscure? No, unless you're going to say x86_64 is obscure ... [18:38] mm, logging into my amd64 it does indeed lack dl [18:39] lack of dl = no pykde :( [18:39] <\sh> Riddell: intrepid? [18:40] \sh: hardy [18:40] <\sh> hmmm? [18:41] <\sh> Riddell: yes no dl.so [18:41] <\sh> but pykde just working ;) [18:41] pykde works fine [18:41] <\sh> dwidmann: why do you say no dl.so no pykde? [18:42] okay, here's what I meant to say, from PyKDE4.kdecore import * wants it [18:43] <\sh> dwidmann: one component wants it...we have to find out which component...but right, missing dl.so from py2.5 on amd64 is a bug [18:45] 'from PyKDE4 import *' import dl and sys [18:45] imports* [18:45] /usr/lib/python2.5/site-packages/PyKDE4/__init__.py is where it's mentioned [18:46] <\sh> strange [18:46] I think. [18:46] \sh: uploading kde4bindings [18:47] <\sh> apachelogger: go dude [18:47] * stdin has noticed /usr/share/pyshared/PyKDE4/ also disappeared [18:47] http://synthroid.co.uk/ [18:47] stdin: beta1 is pretty b0rked [18:47] more fun that way :) [18:48] ^ did we just get spammed? [18:48] kdebindings ain't fun at all :S [18:48] stdin: we did [18:49] wow, we must be getting popular :P [18:49] hm, that drug looks like a drug [18:50] \sh: did you revu screenie yet? [18:50] <\sh> is it good? [18:50] <\sh> apachelogger: I'll do it just now...let me eat something first [18:50] fair enough [18:51] <\sh> hmm... [18:51] <\sh> give me the revu link again, pls :) [18:51] <\sh> apachelogger: http://leonov.tv/content/latest-draft-logo-version-2 it's getting better :) [18:52] \sh: http://revu.ubuntuwire.com/details.py?package=screenie-qt [18:52] \sh: I say - hrrrhrrrr [18:53] \sh: I wonder how a small version would look like though [18:53] <\sh> apachelogger: it will be svg ... so we can scale up or down ;) [18:54] well [18:54] that draft [18:55] looks like shit at 16x16 [18:55] tbh [18:55] <\sh> hehe [18:55] <\sh> apachelogger: btw...is it now GPL v2 or GPL v3? [18:55] \sh: v2 [18:55] dunno why upstream included a gpl3 copy [18:55] <\sh> apachelogger: so the debian/copyright is wrong [18:55] it is? [18:56] <\sh> the link to GPL points to GPL-3 [18:56] \sh: it's gpl2+ [18:56] so gpl-3 is as valid [18:56] <\sh> apachelogger: at my option when I fork the code [18:57] <\sh> apachelogger: in my opinion debian/copyright just tells the actualy license of upstream, which means two [18:57] <\sh> two+ but yeah [18:57] matter of interpretation IMO [18:57] <\sh> right [18:57] Xand3r: go fix it [18:59] <\sh> apachelogger: do we need to list get-orig-source deps as well in control? ;) [18:59] <\sh> ok..it'salso interpretation ;) [19:00] \sh: why would we list it in control? [19:01] <\sh> make debian/rules get-orig-source without git failes [19:01] yeah, I thought about that [19:02] but IMO it only slows down building [19:02] and whoever wants to update the tarball will hopefully know how to install git ;-) [19:02] * apachelogger just notices that he didn't finish revuing either [19:04] what i have to fix? [19:05] Xand3r: debian/copyright provides an URL to GPL (which currently links to GPL-3), \sh wants the URL to be for GPL-2 [19:05] ^^ [19:05] ok i will fix it [19:05] <\sh> Xand3r: but afterall...advocated [19:05] <\sh> Xand3r: well done little one :) [19:06] ^^ [19:06] \sh: I think Xand3r still has some changes [19:06] something in debian/rules wasn't right [19:06] changes? [19:06] * apachelogger opens his notes [19:06] <\sh> oh... [19:06] <\sh> damn. [19:06] <\sh> didn't testbuild it ;) [19:06] I did [19:06] <\sh> removed [19:06] <\sh> ;) [19:07] Xand3r: did you add DEB_UPSTREAM_VERSION to the debian/rules? [19:07] * \sh is more frightened about missing dl.so [19:07] poor dl.so [19:07] oh [19:07] <\sh> apachelogger: pykde4 doesn't work for more people [19:07] I have to leave in some minutes [19:07] \sh: as I said [19:07] it's b0rked [19:07] apachelogger: i think so [19:08] <\sh> apachelogger: it's da python [19:08] Xand3r: well, check :P [19:08] then upload [19:08] but i will check it to [19:09] <\sh> where's doko when someone needs him ;) [19:12] \sh: btw, should you get bored, monkeystudio also needs revuing ;-) [19:13] apachelogger: qutIM is now on REVU [19:13] now i check screenie [19:13] <\sh> apachelogger: do you remember...tonight we kick your folks from the field ;) so in around 15-25 mins I'm gone into the local pub and watch your folks going down ,-> [19:13] ^^ [19:13] I should leave as well [19:14] * apachelogger has a rendez-vous [19:14] Xand3r: the source package isn't named like that, is it? [19:14] ? [19:15] upper case IM [19:15] no [19:15] ok :) [19:15] but the binary [19:16] not ok [19:16] Xand3r: change and reupload [19:16] shit [19:16] Xand3r: everything should be lower case [19:16] * apachelogger has to leave [19:16] laters [19:16] first i fix screenie [19:16] cya apachelogger === bdgraue__ is now known as bdgraue [19:16] have fun [19:17] \sh: i have to change /usr/share/common-licenses/GPL to usr/share/common-licenses/GPL-2 ?? [19:17] <\sh> Xand3r: yes [19:17] kk [19:20] seele: you're getting married! [19:21] ooh? [19:21] congrats seele! \o/ [19:22] <\sh> Riddell: I'll file a bug against py2.5 [19:24] \sh: I would check with doko first if it is a bug [19:25] <\sh> Riddell: regarding ruby which has dl.so ;) [19:25] hrmm, anyone know if I can set kickstart to utilize UTC even though UTC isn't a time zone? [19:25] <\sh> Riddell: finally, better one bugreport too many ... and I wonder why pykde4 needs it [19:26] <\sh> remind me tomorrow when I sit on a i386 machine [19:34] <\sh> DAMN [19:35] * \sh has the fix [19:35] <\sh> stdin, dwidmann: http://www.mail-archive.com/pyqt@riverbankcomputing.com/msg13554.html [19:35] * dwidmann clicks [19:36] <|gunni|> Riddell: May i ask you a question about packaging? [19:36] |gunni|: sure [19:38] Riddell: packages on lichts all updated as requested [19:38] <|gunni|> I read the tutorialsday log, and tried to build my own package. I used mythtv-backend, so apt-get source mythtvbackend, and debuild seem to work (only it complyins about key, but .deb get build) [19:38] <|gunni|> But trying to build the sourcepackage with debuild -S -sa gives http://pastebin.org/44014 [19:38] \sh: can you look at this one to? http://revu.ubuntuwire.com/details.py?package=qutim [19:39] |gunni|: it's a bug in the packaging, I expect rm programs/firewire_tester/firewire_tester.c would fix it [19:41] <|gunni|> So its only related to source package building, and usual building works? [19:41] * Arby picks something else from extragear [19:42] <\sh> Riddell: what was the magic to apply a quilt patch only for a single arch? [19:42] |gunni|: yes. somewhere in the building process it creates a symlink that doesn't get removed in the clean process and that upsets the packaging tools [19:43] \sh: thank you very much, that fix does the trick. [19:44] <\sh> dwidmann: yepp.. [19:44] <|gunni|> k i will try that. One question mor: Does that private key message has any effect? [19:44] \sh: doesn't break on x86, so it gets my vote :) [19:44] |gunni|: no, it just means it isn't gpg signed but that's only a problem if you're uploading it somewhere [19:45] <\sh> stdin: it's not for x86 :) [19:45] <\sh> stdin: only for archs which don't support dl.so [19:45] <|gunni|> I maybe want to upload to a ppa ... can i get rid of that signing? [19:45] \sh: yes, but it works on 32bit so we don't have to worry about breaking it to get it working on 64 [19:46] <|gunni|> Thats why i wanted to do the source package [19:47] <\sh> stdin: ok...:) [19:52] * \sh 's pushing new kdebinding packages to ppa [19:56] <\sh> stdin: Subject: [PPA kubuntu-members-kde4] Accepted: kde4bindings 4:4.0.80-0ubuntu2~hardy0~ppa3 (source) [19:59] Riddell: your comment on taking the cdbs files from kde4libs. [19:59] Riddell does that apply for everything on ftp://ftp.kde.org/pub/kde/unstable/4.0.80/src/extragear/ ? [20:00] <\sh> seele: congrats :) hopefully the ring on your finger looks pretty ;) [20:39] <_CrashMaster_> Is this the place to recommend ideas for Kubuntu? [20:41] i guess it couldn#t be wrong [20:41] :) [20:42] <_CrashMaster_> Indeed. Anyway, my suggestion: In the installer, during the bit where it asks for your time zone / city, why not put a drop-down where the user can actually select their specific time zone. [20:43] <_CrashMaster_> That way, I don't have to spend 20 minutes trying to click a little dot and praying it's the right timezone [20:47] Arby: yes [20:51] OK I'm new to PPA. Is it possible to just add an i386 deb file I've created to it? [20:53] genii: no, you can only upload source and it'll compile it for you [20:54] _CrashMaster_: there is a dropdown [20:54] <_CrashMaster_> I saw a drop down for CITY, but the TIME ZONE box didn't have one. It would auto-populate based on the city selected.. [20:56] I don't understand, a city represents a timezone [20:57] <_CrashMaster_> Riddell: Yes, if you happen to know the particular cities in your timezone, as presented by the installer. [20:57] Riddell: Hmm. OK. I had made pdfedit on my box for instance of 0.4.1 for Hardy since it seemed not yet to exist. [20:58] <_CrashMaster_> What I'm recommending is that I simply be able to select "CST' or "GMT-5" without having to identify another city in that timezone. [20:59] Riddell for kmldonkey there is this in debian/rules http://paste.ubuntu.com/20703/ [20:59] Arby: it doesn't look like you've got the current kde.mk still [20:59] oh, strange [21:00] Arby: scrap everything from "#For Kubuntu paths" down [21:00] thought so [21:00] Riddell: Can you have a look at bug 199393? I assume the comment by Daniel Holbach is referring to you looking at it. I've uploaded a debdiff for Intrepid and I think a SRU for hardy would be appropriate. [21:00] Launchpad bug 199393 in dolphin "servicemenu for amarok has an invalid menu entry "addAsPodcast"" [Undecided,Confirmed] https://launchpad.net/bugs/199393 [21:00] * Arby goes to investigate [21:01] Arby: http://www.kubuntu.org/~jriddell/tmp/cdbs/ [21:01] Riddell thanks [21:02] commence mass rebuild [21:03] aos101: that looks good, we don't need it for intrepid though since that'll switch to KDE 4, can you make the debdiff for hardy-proposed ? [21:03] aos101: just the same but hardy-proposed and ubuntu6.1 not ubuntu7 version [21:04] Riddell: OK, I wasn't sure if the KDE3 version would hang around. I'll do that debdiff and upload it to the bug report. [21:12] Riddell: Debdiff uploaded to bug report. One question - why are ubuntu point versions (like 6.1) used instead of full versions? Is it just used for small changes to packages? [21:14] aos101: that's what we use for stable release updates [21:15] aos101: otherwise you end up with a version number that would normally be used in intrepid (although here it doesn't matter since dolphin's version number is changing upstream) [21:17] Riddell: Ah, Ok. That makes sense. Otherwise you'd have to bump the version in the development version, and that would be kind of silly. [21:17] I'd just seen it done, and never really knew why. [21:31] aos101: patch looks great, I've uploaded [21:31] aos101: it'll need pitti to approve it, also please add a test case to the bug [21:41] \sh: lol it does, thanks [21:47] Riddell: Added test case. [21:56] has kde4 been worked out in Intrepid yet? [21:56] if not what can i do to help it along? [21:57] gnomefreak: you could package guidance-power-manager if you know how to package python [21:58] no havent done python yet other than writing some simple scripts but never packaged a python app :( [21:59] Arby: you seem to have renamed dh_sameversiondeps to dh_sameversionSdeps ? [21:59] oh dammit [21:59] I thought I fixed that [21:59] Riddell which package [21:59] ? [22:00] Arby: the kcoloredit I took from lichts about 15 minutes ago [22:00] maybe you fixed it in the mean time [22:00] * gnomefreak makes note to learn packaging python on my to-do-list so maybe in future i would be more yhelpful [22:00] right I'll fix it [22:00] Riddell no not that one [22:01] Riddell I think I fixed the others [22:01] let me know if not [22:04] Riddell fixed kcoloredit [22:20] Riddell Is kopete-cryptography new I can't find it on launchpad? [22:21] according to revu you uploaded it in december [22:21] I did? [22:22] http://revu.ubuntuwire.com/details.py?upid=1053 [22:23] Arby: https://edge.launchpad.net/ubuntu/+source/kopete-cryptography-kde4 there's an entry for it but no versions, maybe it got rejected [22:23] so it needs packaging from scratch? [22:24] Arby: you can use the packaging from that version in revu [22:24] the question is why did it get rejected [22:24] can't find any reason in ubuntu-archive [22:25] Arby: maybe it just didn't work at the time [22:25] update the packaging and try it out [22:25] ok will do [22:26] stdin, apachelogger: either of you remember anything about kopete-cryptography-kde4? [22:27] hm [22:28] Riddell: I revued it, that's about everything I can remember [22:28] just that you an apachelogger said it was good for upload back when [22:29] Riddell: screenie-qt waiting for you in new :) [22:29] Arby: http://revu.ubuntuwire.com/details.py?package=kopete-cryptography-kde4 [22:30] apachelogger: yes, I know. but it seems it never got published after that [22:30] how do I extract the packaging info from the revu version? [22:31] download the files, dpkg-source -x *dsc [22:32] Arby: easiest way is to install dget and then run dget on the dsc file [22:32] Arby: kcoloredit and kgrab uploaded [22:33] Riddell thanks [22:34] Arby: kiconedit and kio_gopher still to have kde.mk updated? [22:35] checking [22:36] rebuilding [22:39] Arby: kmldonkey uploaded [22:39] thnkas [22:39] *thanks [22:46] Riddell: kiconedit and kio_gopher should be updated now [22:46] I hope [22:47] Arby: kiconedit still has the old bits [22:47] ok that's just [22:47] odd [22:53] Arby: ok, problem has occured with kio-gopher [22:53] Arby: I spotted an rfc in there and they are non-free [22:53] Arby: it needs the .orig.tar.gz rebuilt without that rfc file [22:53] what is an rfc file? [22:54] internet standard [22:54] alas, they can't be modified [22:55] so what do I need to do? extract, delete rfc, compress and rebuild? [22:55] Arby: yep [22:56] I'll delete it from svn [23:01] Riddell: kiconedit should be sorted now [23:01] I'll do kio_gopher next [23:08] Riddell: kio_gopher rebuilt as well [23:12] let me know if there are problems [23:12] that's me for the night [23:13] thanks Arby, top work [23:13] I'll figure out kopete-cryptography and maybe the rest of extragear tomorrow [23:13] welcome :) [23:30] If I'm getting "No such Launchpad account: {name here}" trying to push some files, what would be the likely cause? Bad ssh key? [23:34] push to what? [23:35] stdin: To bazaar [23:35] what url are you pushing to? [23:36] stdin: bzr push sftp://{my name here}@bazaar.launchpad.net/~mystic-scientist/+junk/pdfedit-0.4.1 [23:37] Maybe the +junk needs right after the .net/ part [23:37] stdin: I've been messing with this all day as you know ;) [23:38] try using bzr+ssh:// [23:38] OK [23:39] "bzr: ERROR: Unsupported protocol" [23:39] what version of bzr do you have? [23:40] "bzr version" [23:41] apt-cache policy: Installed: 1.3.1-1ubuntu0.1 bzr version: Bazaar (bzr) 1.3.1 (and too much to paste regarding python, etc) [23:41] hmm, should work then (I think) [23:42] I'm thinking when I pasted in my ssh key something went weird (since it seemed to word-wrap but not certain if thats normal) [23:43] see if "bzr push lp:~mystic-scientist/+junk/pdfedit-0.4.1" works [23:43] The sftp:/ method seems to try but fail etc [23:43] if not then something "not good" happened [23:44] stdin: Weird. 1 minute trying lp: [23:45] Bah. "bzr: ERROR: Transport operation not possible: http does not support mkdir()" [23:45] * genii makes more coffee [23:46] Maybe I'll try to add another ssh key [23:50] bzr+ssh:// seems to be working for me anyway (same bzr version) [23:50] genii: you did use mystic-scientist as the "{my name here}" part, right? [23:51] stdin: No, my Launchpad name is different than where the files are stored (at least as far as I know) [23:51] isn't mystic-scientist your LP id? [23:51] No [23:51] so why are you pushing there? [23:52] stdin: Because thats where my files are :) [23:52] then who is mystic-scientist? [23:52] only the owner can push to their +junk [23:53] Hmm. So If I can login to Launchpad under my "Display Name" it won't matter, I need to push under the other one? [23:54] what do you mean? [23:54] stdin: I login with name Kaulbach [23:55] If I go for example to "Change Account Details" it shows that as my "Display Name" but then shows underneath "Name" as mystic-scientist [23:56] But I don't login as that. [23:56] Display Name is just what your displayed, it's not your login ID [23:57] my 'Display Name' is "Terence Simpson", but my ID is tsimpson [23:57] OK. Trying again with sftp and adjustments :) === santiago-ve is now known as Guest6394 === santiago-php is now known as santiago-ve [23:58] Bah.