[00:00] They were fighting to get that changed when I was in school, but THE Missouri University kept blocking it [00:01] http://juliank.wordpress.com/2009/04/15/python-apt-to-become-first-debian-package-to-support-python-3/ [00:01] maybe that'll take care of update-notifier-kde's mem usage [00:01] (in ref to the memory savings in python-apt [00:01] ) [00:01] Yeah [00:02] that being said, when are we going to push our stuff over to python3? [00:02] JontheEchidna: In about 5 years [00:02] not kidding [00:02] JontheEchidna: hum.... the problem there is more with the design and tests performed by python-apt [00:03] JontheEchidna: the simple "isUpgradable" method is really, really testing everything possible [00:03] All I know is that every update, update-notifier-kde loads a whole python-apt thingie, which ends up eating 50 MB RAM [00:03] or something, I forget the technical details [00:03] JontheEchidna: yup, but well probably python 3 would help, also, the design has to be rewritten [00:04] JontheEchidna: a simple port will not fix everything on that point [00:04] JontheEchidna: It'd be really cool if the tool tip for the reboot need icon would tell you which packages it needed reboot for. [00:04] "please update for a new notification thingy" [00:04] ScottK: we also need something like a "you should logout and login again" for plasma/kdelibs updates for example [00:04] "It's a very important change" [00:05] ScottK: I have this on my list for the UDS [00:05] Tonio_: I think reboot is enough. Just say reboot is needed for that case too. [00:06] ScottK: hum.... but then how do you make the difference between a minor plasma update and an upstream version change ? [00:06] I don't want to ask people to reboot when there is a desktop file fix for plasma... [00:06] JontheEchidna: qtscriptgenerator shouldn't need Qt4.5 [00:06] what's the problem? [00:06] The point isn't the degree of change, but what's needed to make it effective and does the average user care to logout/in instead of just rebooting [00:06] Nightrose: f-f-f-failure [00:07] it sorta just doesn't build [00:07] ScottK: good luck for the notification discussion [00:07] ScottK: I agree with you on that point [00:07] JontheEchidna: heh - got a pastebin? [00:07] it complains about something phonon-ish [00:07] Nightrose: I would, but launchpad's offline :/ [00:07] I could give you the whole buildlog if it wasn't [00:08] JontheEchidna: once you got it poke eean or Harald or have a look at our packagers list [00:08] Nightrose: anyways, I copied Harald's packages over to kubuntu-experimental right before LP went offline [00:08] Tonio_: I think where there is smart postinst stuff we can do to make restarts of things happen it's reasonable to look into [00:08] Nightrose: Thanks. [00:09] * JontheEchidna should write up a news story [00:09] ScottK: hum yep, but we have to list the sensible kde packages then :) [00:09] JontheEchidna: \o/ [00:09] * JontheEchidna also notes that there have been a lot of news stories on the kubuntu frontpage lately [00:09] Tonio_: Probably a short list [00:09] ScottK: also I think we can be agressive on that point [00:09] ScottK: look at OSX, it is incredibly popular [00:10] ScottK: and believe me, any update requires reboot [00:10] and if you discard, you are prompted to reboot every..... 5 minutes... [00:10] and people like it [00:10] Their upgrade mechanism is very painful. [00:10] Isn't Ubuntu Policy just kinda reboot anywy? [00:10] which kdelibs cases require a reboot? Any crashes I see usually occur because HAL is being restarted during the update? [00:10] I've seen it ask for reboot for upgrades of databases [00:10] er, minus that last ? [00:11] also, I noticed that sometimes you are prompted to reboot before the upgrade ends :) [00:11] kded4 doesn't like HAL being restarted much [00:11] that's REALLY bad :) [00:11] JontheEchidna: imho, for all those reasons, I tend to favor upgrades at shurdown the way windows does [00:12] JontheEchidna: it avoids those "on the fly" upgrades that might crash your apps [00:12] but these crashes happen *during* the upgrade, there's nothign we can do to stop that [00:12] like going from OOo 2 to OOo 3 with openoffice opened :) [00:12] and fwiw the kded crash is the only one I've seen [00:12] JontheEchidna: bah we have to test the upgrades before and make sure everything is okay, that's true [00:13] JontheEchidna: but it's something that can be controlled, a lot more than what happens in this app when going from version a to version b [00:13] that's very random :) [00:13] all I'm saying is that kdelibs/plasma updates probably don't require a reboot [00:13] Is ogg123 on the repos for anyone else? [00:14] jackalope [00:14] one thing is sure : update notifier shouldn't popup the icon while dpkg is still runing [00:14] yeah, that's for sure [00:14] Tonio_: Not sure how to avoid that [00:14] daskreech: install vorbis-tools? [00:14] ScottK: make a loop and don't display the icon if dpkg database is locked.... [00:14] ScottK: A PID check ? [00:14] as simple as this [00:14] Maybe [00:14] JontheEchidna: AAhh that's what I moved to [00:15] <3 command-not-found [00:15] ScottK: too late for jaunty anyway :/ [00:15] Getting reboot required is a simple as touching one file, so we can put that in the postinst of any update we want. [00:15] that's not critical issue, and is both a matter of code and feature change... [00:15] Yes. We're starting Karmic feature discussions [00:15] ScottK: if /var/lib/dpkg/lock exists, then wait 10 sec and test again... [00:15] then display the warning... [00:16] Just wanted to report that installation of 9.04 beta was successful from USB drive created with USBCreator under Kubuntu 8.10. The new install boots FAST! Only "bug" found so far is that I can't install Digikam or kipi-plugins with KPackageKit - it wanted to remove libgpod4-nogtk which was going to remove Amarok. [00:16] I'd like to get syntax-checking for adding repo URI's in software-properties-kde for karmic, for one thing [00:17] eiv: yeah, kpackagekit doesn't like package removal.... it's the very first release with it, it'll imprive in the future... [00:17] eiv: amarok in Jaunty will work with either. [00:17] eiv: not as good as I'd like too, but alway better than adept [00:17] Tonio_: I think both are unusably flawed. I'd prefer we'd shipped no GUI tool to what we have. [00:18] ScottK: kpackagekit is currently maintained, and there are discussions against the backend issues.... [00:18] ScottK: we always had problem with our package manager anyway.... [00:18] ok. I'll try with adept. But what your saying is that amarok should be able to exist and play fine without libgpod4-nogtk? [00:18] It's 2009 and DNS cache poisoning is here to stay. Not worrying about cryptographic verification of packages is just wrong. [00:18] ScottK: but yes, it's far from beeing perfect, I agree.... at least it is maintained and will evolve for sure [00:19] on the bright side, neither package managers crash quite like Adept 2.x did ;-) [00:19] eiv: You should ugrade with upgrade-manager anyway [00:19] There's instructions on the wiki [00:19] before I got involved in the greater Kubuntu community, I always found adept really unstable [00:19] I know, but I have a spare machine that I thought I would use to test the ISO... [00:19] ScottK: then don't use a dns cache :) [00:20] Tonio_: It's not your DNS cache that's the problem, but your ISP's. [00:20] ScottK: I was kidding :) [00:20] OK [00:20] Also we have users that traverse the great firewall of China to get packages from us. [00:20] ScottK: that's not the main issue with kpk anyway [00:21] ScottK: not beeing able to insall java is another story from the user perspective imho [00:21] The lack of cryptographic verification is extremely problemtic for them [00:21] ScottK: apt-mirror ? [00:21] Tonio_: I think we are the ones that understand the technical details. It's up to us to provide secure infrastructure pieces. [00:21] Tonio_: I had the same problem with Java and KPackageKit - had to use 'apt-get -f install' to fix [00:22] eiv: that's known issue :/ [00:22] ScottK: that's true, but kpk lacks not only low-level functionnality [00:22] ScottK: the simple lack of licence support is a problem [00:23] ScottK: also is the "upgrade" vs "dist-upgrade" stuff [00:23] Tonio_: Yes. Debian KDE team considered it competely unsuitable and is continuing Adept developement. [00:23] ScottK: and to me that's as important than the cryptography support [00:23] just FYI - Adept allowed me to install Digikam, while successfully removing libpod4-nogtk and retaining Amarok with what seems to be full functionality [00:23] ScottK: they forked adept ????? [00:23] eiv: Please file bugs on kpackagekit. [00:23] np [00:24] ScottK: kpk is probably the one thing we'll have to take care the most for karmic... [00:24] Tonio_: They are going to continue development from where it was stopped. [00:24] It's on the Debian short list for GSoC proposals. [00:24] ScottK: the reason that make me confident in kpk are the good design [00:24] kcm modules + policykit and so on [00:24] but that's not enough for a good package manager, I absolutly agree [00:25] the thing is that most the the issues are not kpk [00:25] but the apt backend [00:25] Yes [00:26] ScottK: I heard canonical was considering writting their own backend for it..... [00:26] ScottK: I think it was Riddell talking about that... [00:26] There was that smart thing. [00:26] Dunno if anything ever came of it. [00:26] But that's an apt level tool AFAIK. [00:27] ScottK: but note that the backend receives love and is very far from beeing unmaintained.... that's the advantage against adept [00:27] If they ever replace apt, then it'll be very hard not to end up a fork from Debian. [00:27] Except Debian has made the decision to maintain Adept. [00:27] So it'll be maintained here shortly. [00:27] ScottK: debian of kde/debian ? not the same thing [00:28] ScottK: bah if adept proves to be reliable in the future, I have no pb coming back to it [00:28] It's on the Debian GSoC list, not the Debian/KDE GSoC liist [00:29] ScottK: to be honnest I would love kpk UI with libapt on the backend... [00:29] adept has alays been good at what it was doing, except from the UI [00:29] agreed. I've always used Synaptic for a GUI [00:29] kpk UI is very kde, which I like, but yeah, packagekit philosophy is very different from debian... that's another issue [00:30] also, apt is for the sysadmin, not for my mother [00:30] I love deb packages, but on that point, rpm is making it better for the end user [00:30] debconf/ucf/dpkg are way too noisy for John Doe... [00:30] I don't think that KPK belongs inside a KCM (A package manager could have a KCM, maybe incorporating software-properties) but otherwise the UI is ok for me [00:31] JontheEchidna: the shame is that when ubuntu probably has the best packages database over all linux distros [00:32] JontheEchidna: we never had the nice package manager to deal with it properly on kubuntu side [00:32] JontheEchidna: suse is the opposite, package database crackfull, but super UI... [00:32] Back when I was a mere user, I always seemed to manager with Adept 2, but it was really slow and unstable [00:32] JontheEchidna: sometimes I wish there is just one distro, that kicks ass :) [00:33] JontheEchidna: sure adept 2 was better than adept 3 [00:33] I disagree [00:33] Adept 2 was slow and unstable. The only thing that it has on Adept 3 is that Adept 2 had better search funtions [00:33] JontheEchidna: disagree about what ? one distro (that was just what my frustration sometimes drives me through) [00:33] that adept 2 was better than 3 [00:34] hum, well we had the super coder, for sure [00:34] just that seele and him had a different vision of the UI :) [00:34] I would love to see mornfall work on packagekit apt backend [00:34] he would or sure be the man for this.... [00:35] if I had the money, I would pay him for that :/ [00:35] he has said before that he feels packagekit is fundamentally flawed, though I can't remember why [00:35] JontheEchidna: no interraction with the user.... [00:36] JontheEchidna: but really, believe me, the very first thing we are asked for when we deploy ubuntu in corp environment is "how to make updates to shut the f*** up ???????????" [00:36] maybe my 18 MB #kubuntu-devel logs caught his reasons [00:37] to me packagekit has to be blessed for that, except it's hard to handle on the backend side with apt strong basis on that point [00:37] [Tue Oct 28 2008] [08:54:04] Yes, people are trying to come up with ways to make things like searching through slow, crappy dbus interfaces work, but that's something I'd just rather avoid. [00:37] JontheEchidna: can you seriously imagin a french parliamenter having to answer this ? [00:37] "the file /etc/blablarc was touched by you or a script..." [00:37] lol [00:37] "what to do ? keep, replace ??" [00:38] if they're anything like our senators, they'd shit bricks [00:38] especially Ted Stevens [00:38] JontheEchidna: nobody has to be able to response to this question... [00:38] JontheEchidna: that's why I consider apt great for sysadmins, it makes things simple for them [00:39] on the other side, I think packagekit has the winning vision for the future, really [00:39] just it'll take time before the backend fixes the apt support correctly, to be compliant with packagekit philosophy without breaking things [00:39] aww, my logs end when I switched over to Quassel. :( I guess konversation-kde4 doesn't do logs yet [00:40] Tonio_: You can configure apt so you never ever get asked a conffile question. [00:40] JontheEchidna: yeah, I don't like this with quassel.... I can't "grep" for the logs.... [00:40] Tonio_: That's my biggest complaint. [00:40] I'm not using Quassel anymore [00:40] ScottK: I know I had to do it :) [00:41] OTOH, I have to use Konversation the other day and i totally missed the chat monitor. [00:41] force-all in dpkg options helps [00:41] have/had [00:41] quassel is good, though :) [00:41] but then you have debconf [00:41] non-interractive works, true that [00:41] You can quiet that too [00:41] but then the licences...... [00:41] etc.. [00:41] it is not easy to do, really [00:42] ScottK: you can also preseed responses for debconf, I know [00:42] otherwise I have almost a year of #kubuntu-devel logs [00:42] ScottK: but for having to do that for years now, I really would like a tool to handle that once and for all on the desktop side [00:42] I hope kpk to make it decently in the future :) [00:42] Yeah. That's actually the reason ScottK-desktop hangs out here, so my text file logs continue. [00:42] ScottK: I may be wrong, though, but I'm confident in it [00:42] Whoa, I've almost been with kubuntu development for almost a year, come to think of it [00:43] er, I just used almost twice there [00:43] Tonio_: I really wish we would switch to new stuff after it works, not in the hope it would work some day. [00:43] JontheEchidna: is there a ay to auto purge logs in quassel ? looks like growing forever for me.... [00:43] Sput: ^^^? [00:43] ScottK: we should take care at this in the future, true that [00:43] ScottK: but well, then we would still release with kde3.... [00:43] * ScottK just wants one release with no aspects that are complete crap. [00:43] ScottK: jaunty + kde4 was a different case [00:44] Gutsy was the last release that was good all the way around for me. [00:44] Tonio_: Better package database than Debian? [00:44] ScottK: plus adept ain't really better than kpk anyway [00:44] woo, just cleaned up a few hundred gig of irc logs :) i am now at 4gb worth which is roughly 2.5 years worth [00:44] Tonio_: It has some things it's better at. [00:44] DaSkreech: as good at least [00:45] DaSkreech: plus we have some softwares they don't still have... [00:45] I had logs from 1990 :/ [00:45] packagekit? [00:45] * JontheEchidna writes up an amarok 2.1 beta announcement [00:45] DaSkreech: let's say it's equivalent... it's still better than fedora or opensuse, for which you have to relay on 10 external repos [00:46] Yep [00:46] Is that because of philosophy? [00:46] eh? 403'd? [00:46] but I logged in as webmaster [00:47] Riddell, ryanakca: has anything changed in regards to the website credentials? [00:47] JontheEchidna: Did you use Firefor or Konqueror? [00:47] I get 403'd with the webmaster account [00:47] r/x [00:47] ScottK: FF [00:47] OK. So much for that theory [00:48] Gotta run .... [00:48] Nightrose: so amarok 2.1b is available, but I can't seem to make an announcement on the website yet :( [00:50] Nightrose: also, https://edge.launchpad.net/~kubuntu-experimental/+archive/ppa/+build/949655 [00:50] qtscriptbindings failure^ [00:55] * Tonio_ beds.... [01:07] JontheEchidna: you need to add all phonon libs in order to get that to build...you can't build qtscriptbindings in its current form without patching it [01:08] actually, you need to patch the hell out of it in order to get it build [01:13] I'd rather just not backport it [03:32] Riddell: do we need to rebuild the rest of the KDE modules so that they will keep the translations in their .desktop files? [03:33] * JontheEchidna just now realizes that riddell is probably sleeping [03:34] Never can tell with him. [05:30] do anyone know why there is a "screen-configurations.xml" file in the home-dir on a new install / with a new user? [06:50] Hey everyone. I just upgraded to 9.04. After installing Kubuntu 8.10, knetworkmanager was able to recognize my Verizon USB modem and connect me to the internet using CMDA. Now, the NetworkManager plasmoid doesn't. [06:50] Anyone have any suggestions? [07:26] ScottK, Tonio_: proper log handling and autopurging and fulltext search is definitely something we have on our agenda [07:26] after all, we have a database at our disposal :) [07:31] mysql ? [07:35] and agaaaain, a new kernel [07:36] what's the point of this? [07:36] why would I want a new kernel every week, including a reboot [07:36] a mystery [07:39] Daskreech: postgres [08:14] Sput: rocking ;) [08:20] Tonio_: you feel like hacking on something? :D [08:20] android: I feel like waking up and need to take a shower :) [08:20] Tonio_: hehe :D [08:20] android: but appart from that any suggestion ? [08:22] Tonio_: I think Ive mentioned this before, but I would really love to see the nm plasmoid using the list of providers for easy config - the list that gnomes nm-applet uses [08:22] !info mobile-broadband-providers [08:22] Package mobile-broadband-providers does not exist in intrepid [08:22] err [08:22] android: indeed that would be cool or hsdpa.... [08:23] android: bu tthe lake of maintainance for the nm is a more general issue.... [08:23] Tonio_: yeah, its just an auto config list for hsdpa [08:23] android: too late for any hack in jaunty, but that's something we'll have to discuss in the uds for the long term purpose... [08:23] !info mobile-broadband-provider-info [08:23] mobile-broadband-provider-info (source: mobile-broadband-provider-info): database of mobile broadband service providers. In component main, is extra. Version 20081015.1-0ubuntu1 (intrepid), package size 15 kB, installed size 124 kB [08:23] android: no time for that today, but why not for tomorrow :) [08:24] Tonio_: super stuff :) [08:24] android: the problem is that I don't have hsdpa device to test... [08:24] Tonio_: really? :/ [08:24] not even your mobile?? [08:24] android: hsdpa for laptops is pretty rare in france, we are more to have wireless everywhere :) [08:24] android: I have an iphone :) [08:24] Oh, ok. /me has 3 devices... [08:25] barrely usable with kde4 [08:25] yeah [08:25] Iphones are annoying like that... [08:25] * Tonio_ showers and goes to work [08:25] android: I think we should even consider getting out of networkmanager for instance, since there are nice alternatives coming along [08:25] android: but that's another story ;) [08:26] Tonio_: hehe, yeah perhaps [08:29] someone remind me of the meta package name for the extra plasmoids? [09:05] android: plasma-widget something I guess [09:06] it's not plasmoids anymore since 4.2 [09:19] nixternal: wohoooo @ email to cwg - let's see how this works out === sabdfl1 is now known as sabdf1 [09:34] I sense some 1337ism in there [09:50] Riddell: little ping to let you know I found an interesting backup/restore tool kde4 compatible :) [09:50] Riddell: not for now, but karmic, of course [09:54] apachelogger: as we discussed this.... k3b indeed needs the latest polkit-qt, so I may not be able to update the package waiting for karmic :/ [09:55] Tonio_: can you ship newer polkit-qt in your ppa - I think jaunty testers would be great for karmic too [09:56] Lure: hum then I'll have to re-package policykit-kde.... that could break things [09:56] * Lure needs to upgrade old desktop first as my laptop does not have DVD writer ;-) [09:56] Lure: k3b works "decently" right now, so I prefer to wait for karmic to start all of this :) [09:56] Tonio_: I understand, things can get messy quickly [09:57] Lure: there are more important things in the process [09:57] Lure: I may have a look this we [09:57] Lure: but no promiss to do anything :) [10:32] Lure: I'm trying to package all this.... after all, why not :) [11:14] RC due for release in a few hours [11:16] https://wiki.kubuntu.org/JauntyJackalope/RC/Kubuntu/Feedback any more bugs we should mention or tidy up? [11:17] JontheEchidna: keep the translations in .desktop files? we're using gettext for translations now [11:17] JontheEchidna: website login hasn't changed === android is now known as jussi01 [11:25] Riddell: I know you may have other priorities, but could please look at bug 362005 ? [11:25] Launchpad bug 362005 in kdenlive "FFE: kdenlive 0.7.3" [Undecided,New] https://launchpad.net/bugs/362005 [11:25] Riddell: looking for that konqueror and plugins thing.... [11:25] Riddell: I suspect this may be due to konqueror preloaded sessions... [11:28] hum the option for autoscan at startup has been thrown away it seems... that's bad... [11:32] is it AMR decodec has been fixed in RC ? [11:33] Tonio_: thanks for taking care of kdenlive - hope that Riddell does +1 too! [11:34] * Lure is just getting into this HD editing thing... ;-) [11:34] Lure: :) [11:34] hum plugins detection is performed with a binary : nspluginscan [11:34] Riddell: should we exec this at konqueror startup via a patch ? [11:35] Riddell: or fix the desktop file for "nspluginscan && konqueror" ? [11:35] * Lure thinks that kdenlive is becoming next KDE flagship app! [11:35] +1 on kdenlive [11:35] Tonio_: I'd investigate why the scan at startup has gone [11:36] Riddell: hum, oki... afaik the option for autodetect on startup has just been droped... no idea if that kde4.2 or generally kde4 historical change.... looking [11:36] Riddell: uploading kdenlive, thanks [11:36] Lure: why? [11:37] "I'd investigate why" [11:37] Riddell: updated the feedback page with some bug numbers ... is there still .desktop problems; aren't they gone by now? [11:38] jussi01: because it is the best video editing app for linux - both in terms of usability as well as HD/AVCHD support [11:39] Lure: ok, better than cinelerra/lumiera? [11:39] jussi01: and it is improving fast [11:39] a|wen_: some languages don't have the translations [11:40] jussi01: cinelerra still has more options/effects, but it is more complicated to use and AVCHD does not play well there [11:40] Lure: Ive not seen the changes to kdenlive, but if it is really good then we at ubuntu studio need to take another look at it ;) [11:40] Riddell: if they are in the original .desktop files they get imported to rosetta and used, right? ... so yeah, there is missing translations in some cases; but this has no technical reasons (or am i missing something) [11:42] uh, amavis should not ask wether to keep the old config or get maintainers new one :( [11:43] Riddell: the all code for scaning at konqueror startup has been droped.... [11:43] Riddell: that's probably some long time ago change... [11:44] a|wen_: it's just that some of the kde-l10n-xx packages don't have all the desktop_foo.po translations [11:45] fixes are waiting in unapproved queue but won't go through rosetta until the lang-pack updates [11:46] neversfelde: Actually amavisd-new tries very hard to avoid having that come up. [11:46] Riddell: okay, in that way ... then definitely worth mentioning there [11:46] neversfelde: You should over-ride the package defaults in 50-user to make sure it's the way you want it. [11:49] ScottK: I deleted the ubuntu defaults, but I probalby should use 50-user [11:53] hum svn log on kde doesn't seem to work out well right now... === vorian is now known as stevie [12:31] Riddell: I may have a patch for konqueror and plugin detection... [12:33] Tonio_: this is for kdebase? [12:33] JontheEchidna: yup [12:33] Just this morning bug 354768 got an upstream fix, it could be nice if you could include it while you're at it [12:34] Launchpad bug 354768 in kdebase "Entering a "http://.." location in the location bar fails with "Could not find the program '!firefox'"" [Unknown,Fix released] https://launchpad.net/bugs/354768 [12:36] JontheEchidna, Riddell: here is the fix : http://pastebin.ubuntu.com/152037/ [12:36] currently building for tests though.... [12:37] JontheEchidna: will do, no pb :) [12:37] Tonio_: why was scan at startup removed upstream? [12:37] :) [12:37] Riddell: couldn't find the information in the svn log :/ [12:39] Riddell: probably was droped cause flash caused konqueror to be unstable, so that the user confirms he wants to use it.... dunno [12:41] Riddell: well at least, I have to test my patch, then you decide whatever you want... I won't make the decision on that point [12:41] ask upstream then [12:46] Riddell: should we mention Digikam/kipi-plugins in RC announcement (even though that they are not on CD)? [12:48] Lure: if you like [12:48] * Lure just noticed that Jaunty has same "release date" as my 3rd daughter ;-) [12:52] Riddell: my patch works, except it runs the scan at konqueror closing :) [12:52] Riddell: fixing this and let you know [12:59] JontheEchidna: "little else needs said"? [13:00] in systray amarok suggested to install flashplugin-nonfree and libdvdread3. buglet, it should be flashplugin-installer and libdvdread4. [13:00] Riddell: it's amarok :P [13:00] hmm, though maybe not [13:00] amarok usually has a lot to say about itself :) [13:01] neversfelde: I'd recommend you redo it. [13:01] I also removed some personal issues/wishlist items that crept into the feedback page [13:01] ScottK: done, seems to work good [13:01] (for the known issues section) [13:01] thank you [13:01] No problem [13:02] JontheEchidna: thanks [13:02] allee: hmm, that seems like a full sized bug [13:03] I wonder why flashplugin got renamed [13:03] oh yeah, they changed the package name for flashplugin at the last minute :/ [13:04] Riddell: dunno, you could probably ask asac since he did it [13:04] Tonio_: kdenlive accepted. [13:05] ScottK: many thanks :) [13:05] bug 362276 [13:05] Launchpad bug 362276 in update-notifier-kde "suggests wrong packages for install" [Undecided,New] https://launchpad.net/bugs/362276 [13:09] Does "final freeze in effect" mean that there will be no more changes to the code at all, or just no new features? [13:10] Riddell: add note about digikam/kipi-plugins - feel free to change/strip.... [13:10] Well, aside from any bug fixes [13:11] s/add/added/ [13:12] rmrfslash: It means only important fixes. [13:14] Tonio_: can you comment on bug 334052 [13:14] Launchpad bug 334052 in knetworkmanager "Network Manager Plasmoid won't connect to "WPA Enterprise" AP's in Jaunty" [Unknown,Confirmed] https://launchpad.net/bugs/334052 [13:14] I see. [13:14] Tonio_: it seems there is patch with fix that works for several users [13:15] I was on late last night to see if someone might be able to help me get my Verizon broadband modem (usb720) working. [13:15] It was working with knetworkmanager in 8.10. Just plugged it in and I could connect no problem. Now though, with the NetworkManagement plasmoid I am having all srots of problems. [13:17] Basically, when I plug the modem in, the NM plasmoid list is populated with an entry for an "Ovation U720" and sometimes a 1.1 root hub [13:17] Lure: looking [13:18] The only way I can connect now is w/ kppp [13:18] Riddell: I'm about to upload a kdebase with fixes for bugs 349728 and 354768 [13:18] Launchpad bug 349728 in adobe-flashplugin "Adobe Flash Player installer doesn't refresh Konqueror's plugins" [Undecided,New] https://launchpad.net/bugs/349728 [13:18] Launchpad bug 354768 in kdebase "Entering a "http://.." location in the location bar fails with "Could not find the program '!firefox'"" [Unknown,Fix released] https://launchpad.net/bugs/354768 [13:18] Riddell: no pb for you ? [13:18] Tonio_: I'd still really suggest you ask upstream why the code was removed in the first place [13:18] dfaure is over on #kde-devel [13:18] Riddell: oki [13:28] Riddell: okay so appart from the french grammar, it seems the option never was in konqueror in fact.... strange I was pretty sure it was, but I was wrong... [13:28] Riddell: what do we do then ? [13:28] imho it is still a problem that you have to restart kde to see your plugin... [13:47] Riddell: end of the debate.... that's not seen as an issue on their side... we probably don't want to patch and maintain this forever (even if the patch is there and works like a charm...) [13:48] Riddell: better you decide what to do... I wouldn't mind pushing the patch, and eventually consider using kdirwatch + kds to do something on the config side in the future... [13:48] as suggested by one of the guys [13:49] Riddell: waiting for your opinion to drop/upload :) [13:52] Tonio_: I'm generally for it [13:53] so it gets my approval [13:53] other release managers may disagree of course :) [14:02] Riddell: well let's upload and see what happens :) [14:15] _r1_: je viens de faire rentrer le dernier kdenlive dans jaunty.... ca corrige pas mal de crashes apparement :) [14:26] Riddell: occurs at another place. Konqueror informed me shockwave plugin not installed -> then suggest to install flashplugin-nonfree too, instead of installer [14:27] guys who knows where i can find a list of required packages for kde trunk? it wants to remove all kde packages on jaunty [14:27] I assume I've to logout/in as flashplugin-nonfree was already installed [14:27] allee: restart all konq [14:28] konq cant tell it was installed [14:28] rgreening: yeah, but that not the bug(let). the buglet is to suggest flashplugin-nonfree (transitional pkg) instead of flashplugin-installer [14:29] s/that/that's/ [14:29] ah [14:29] the konq patch needs updating then [14:37] <_r1_> Tonio_: \o/ [14:37] <_r1_> Tonio_: I'll try it tonight [14:37] _r1_: kk === rickspencer3 is now known as rickspencer3-afk === rickspencer3-afk is now known as rickspencer3 [14:55] allee: ok, I'll upload a fix to kde4libs [14:55] quassel208: apt-get build-dep kde4libs [14:56] is that everthing ? [14:56] it's what kdelibs needs [14:56] okay, because I wanna build is to /opt/kde-nightly dic [15:08] Riddel can you give me to the cmake . DCMAKe prefix= or how do i typ that command ? [15:10] because i going compile it to /opt/kde-nighly [15:11] cmake /path/to/source -DCMAKE_INSTALL_PREFIX=/opt/kde-nightly [15:11] * ScottK notes the current discussion on #kde-devel and hopes someone who understands about our Dolphin package is following it. [15:13] JontheEchidna: ohhhhhhhhh [15:13] you probably need to nuke the phonon support [15:14] ScottK: he's got a self compiled KDE, probably didn't build against some relevant dependency [15:14] JontheEchidna: intrepid's qt and phonon didn't share their includes, so qtscriptgenerator probably won't find the includes due to boooohy qmake [15:14] heh, this will be "fun" [15:14] Riddell: Thanks [15:16] wow, what have they done to kscd [15:24] Riddell: run it through with a big knife [15:38] Riddel, cmake /path/to/source -DCMAKE_INSTALL_PREFIX=/opt/kde-nightly it doesnt work like that or needs it to be cmake /home/wesley/KDE/kdelibs -DCMAKE_INSTALL_PREFIX=/opt/kde-nightly [15:40] apachelogger is the 'make stuff install in /opt' expert. [15:42] Is he here ? [15:43] http://rafb.net/p/67hlh562.html [15:43] got a error [15:45] quassel208: mkdir build; cd build; cmake -DCMAKE_INSTALL_PREFIX=/opt/kde-nightly .. [15:51] CMake Error at cmake/modules/MacroEnsureOutOfSourceBuild.cmake:17 this error i get [15:52] quassel208: mkdir build; cd build; cmake -DCMAKE_INSTALL_PREFIX=/opt/kde-nightly .. [15:52] in the kdelibs dir ? [15:54] mm hmm [15:54] keep getting error 17 [15:58] quassel208_: try #kde-devel then [15:59] to bad kde nigthly doesnt update anymore [16:15] actually [16:15] quassel208_: install amarok-nightly-tools [16:15] then execute neonmake in the source directory [16:16] ScottK: for some stuff it requires at times some env var magic to ensure it works [16:17] but doesnt neonmake build to amarok-nightly dir ? [16:17] no [16:17] it applies magic to build against whatever stack seems to be most appropriate to compile against [16:18] okay, do i need to login to kde nightly ? [16:18] are we supporting fiesty -> gutsy upgrades anymore? [16:18] both are eol'd [16:20] JontheEchidna: nope [16:23] k, thought so. I just wanted to make sure because upgrade paths can be tricky [16:23] apachelogger, does kde-nightly get updated sometime ? [16:24] sometime whensome one fixes it somehow [16:24] ow, but with neonmake i can do it myself ? [16:24] and you should log into nightly [16:25] quassel208_: pretty much [16:25] besides the fact that kde-nightly builds are failing for a reason [16:25] so you need to resolve that reason yourself [16:26] which is kinda selfish because you could as well just be that someone who fixes kde-nightly builds somehow sometime [16:26] ow works that somehow the same ? [16:27] So I was looking through the bugs here: https://bugs.edge.launchpad.net/ubuntu/+bugs?field.searchtext=language-pack-kde&orderby=-importance&search=Search&field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.assignee=&field.bug_reporter=& [16:27] field.omit_dupes=on&field.has_patch=&field.has_no_package= [16:27] doh, fail [16:27] you know [16:27] if I hate one thing about launchpad, it's the urls [16:28] anyway, there are a bunch of "erroneous package!" reports at the top. What's with those? [16:29] hahaha [16:29] that triager is awesome [16:29] rofl [16:30] JontheEchidna: seems to be a mid-name-transition issue [16:35] Is it still a valid issue? [16:36] *shrug* [16:36] probably not [16:36] * jtholmes is away: for about 3 hours [16:36] the command indicates it was run on gutsy [16:38] * Tm_T slaps jtholmes for using public aways [16:38] !away > jtholmes [16:38] * apachelogger likes public aways [16:39] lol. that triager did that to a bunch of other similar bug reports [16:39] like a lot of them [16:41] all of them :P [16:41] who do you get your 5-a-day count up? ... ask for more information on autogenerated bug reports where there is no more information :P [16:49] * JontheEchidna doesn't even bother with 5-a-day [16:49] I'd be like "what? Only 5?" [16:52] maybe if it was 50-a-day, then that might be a challenge [16:53] righto [16:53] so [16:53] I just read threw a study [16:53] stating that having a mac is more expensive than a pc [16:54] with reasons like you need to pay for mobile me to sync stuff while you can have that with windows live for free [16:54] (of course not mentioning that the windows live mesh stuff is also available for mac, so you could just as well use that and not buy mobile me :P) [16:55] also, for some reason in the scenario a family needs to upgrade their ilive for $99, while windows does not get upgraded [16:56] also good fun is that in the scenario they bought mac office for $149 rather than iwork for $69 (wich would compare better to the preinstalled ms works on the pc anyway) [16:56] anyway ... I guess it is enough tto say that MS financed the study ;-) [17:24] Lure: polkit-qt packaged, policykit-kde and k3b might be toonight [17:54] Riddell: ping === stevie is now known as heHATEme [17:59] hi pinheiro [18:00] pinheiro: which planet? [18:02] kde [18:02] planet [18:02] after the day chages we get no bg [18:02] changes [18:06] pinheiro: I see posts from today [18:07] yeah in post from today we get a background [18:07] but yesterdays post dont have [18:07] anyways [18:07] [18:14] the thing that is wrong on the page [18:07] [18:14] is that the division with class "day" [18:07] [18:14] is not inside the division with ID "content" [18:08] so i have been told :P [18:09] aaah [18:09] hmm [18:12] pinheiro, just tell ridel one of the day divisions is not in the content division === heHATEme is now known as stevie [18:33] someone please post http://www.kubuntu.org/news/9.04-rc if the announcement is out before I get back [18:35] Riddell: "beta information page"? [18:36] Riddell: title also says "Beta Ready for testing" [18:39] some app crashes, apport doesn't show up. sometimes i get all crashes in a batch. how can i get the apport popup? [18:44] freinhard: apport is turned off for RC [18:45] freinhard: "ubuntu-bug " [18:50] Lure: where do those crash files? [18:51] what a sentence... [18:51] where do those crash files end up? [18:51] freinhard: /var/crash [18:52] hmm that folder isn't empty at all [18:53] dr konqi doesn't exist anymore [18:53] ? [18:58] where to report bugs/whishes for ubuntu-bug? searching for ubuntu-bug on the net isn't that usefull :/ [18:58] freinhard: ubuntu-bug does proper mapping to package and reports to Launchpad [18:59] ubuntu-bug is just a helper script arround apport [19:11] freinhard: "dpkg -S `which ubuntu-bug`" should tell you which package the script/executable belongs to [19:38] * apachelogger pokes JontheEchidna with bug 209873 [19:38] Launchpad bug 209873 in kdebase "unable to use file sharing through dolphin -- file not found" [Unknown,Fix released] https://launchpad.net/bugs/209873 [19:45] * apachelogger continues poking JontheEchidna with http://cvs.fedoraproject.org/viewvc//devel/kdebase-workspace/kdebase-workspace-4.1.2-rootprivs.patch?view=markup === rickspencer3 is now known as rickspencer3-afk [20:15] So when is 4.2.3 out and are we ready? [20:22] ooh impressive digikam now fires up and connects to my camera when i plugged it in (after clicking on that action in devices notifier) [20:23] ScottK: should be tagged on 29th of April, afaik [21:00] jtholmes is back now === dpm_ is now known as dpm [21:10] jtholmes: we missed you [21:11] thanks seems i pulled a no no with the away message i thought i was doing it silently but it wasnt yikes [21:13] jtholmes: I'm sure all will be forgiven. just keep doing lots of useful testing :) [21:14] thanks again i love it [21:15] Riddell, can you show me how to do /away without disturbing others, i thought i did it right [21:16] Riddell, where do we need some testing now [21:18] jtholmes: well we're just waiting on RC to be announced [21:18] http://www.kubuntu.org/news/9.04-rc and https://wiki.kubuntu.org/JauntyJackalope/RC/Kubuntu need checking for sanity [21:18] oh, there's the announce arrived now [21:19] great [21:20] w00t [21:20] jtholmes: /away depends on client, I wouldn't expect it to post to the channels but maybe some clients do === Riddell changed the topic of #kubuntu-devel to: RC out! | F5Cinal freeze in effect - Test CD ISOs! http://iso.qa.ubuntu.com/qatracker/build/kubuntu/all [21:21] ? === Riddell changed the topic of #kubuntu-devel to: RC out! | Final freeze in effect - Test CD ISOs! http://iso.qa.ubuntu.com/qatracker/build/kubuntu/all === JontheEchidna changed the topic of #kubuntu-devel to: RC out! T-Minus one week to final release! | Final freeze in effect - Test CD ISOs! http://iso.qa.ubuntu.com/qatracker/build/kubuntu/all [21:25] seele: what is the status of amarok packages for you for the usability testing on saturday? [21:26] are there any packages that are usable for it for you? [21:26] ~twitter update Kubuntu Release Candidate is out. The shoe in the announce image on kubuntu.org is from seele. [21:26] status updated [21:26] * Riddell giggles and runs off [21:26] haha [21:26] lol [21:27] * JontheEchidna goes to kubuntu.org to see the shoe [21:28] ohmy :P [21:28] * Nightrose doesn't see any shoes [21:28] :( [21:29] ahh there you go... [21:29] awesome :D [21:29] Nightrose: i saw apachelogger had something for jaunty i need to test tonight [21:29] but i dont know if it is useful or not [21:30] ok [21:30] hmm [21:30] JontheEchidna: got that error again so i can poke eean about it? [21:30] * seele flicks a gumband at Riddell's head [21:30] :P [21:30] Nightrose: apachelogger sez I need to disable the phonon stuff [21:31] JontheEchidna: ok can you do that? the thing is that seele wants to do some usability testing this weekend and it would be really handy to have packages for that [21:31] neon isn't working atm either.... [21:31] * Nightrose grumbles [21:32] the last neon build i have is pretty broken looking [21:32] * seele fires up virtualbox [21:33] The jaunty packages are working fairly well [21:33] they're in kubuntu-experimental === fdoving_ is now known as fdoving === rickspencer3-afk is now known as rickspencer3 [21:52] * seele crosses her fingers and upgrades... === mcasadevall is now known as NCommander === NCommander is now known as mcasadevall [22:02] is it normal that my update notifier always tells me that i have 48 updates left? (and there are in fact only 6, which are blocked for 1 month now) [22:03] ScottK: amarok usability testing this weekend, you should bring one of your girls if you dont have anything to do :) [22:03] asraniel: If you have blocked updates, open konsole and try sudo apt-get dist-upgrade. [22:03] seele: Perhaps. I'm not sure what's on tap for the weekend yet. That's a long term problem. [22:03] ScottK: ok [22:04] ScottK: oh, and there is some earth day event sunday on the captial lawn. it is supposed to be a nice day if you are looking for something to do then too :) [22:04] ScottK: ok [22:04] ScottK: oh, and there is some earth day event sunday on the captial lawn. it is supposed to be a nice day if you are looking for something to do then too :) [22:04] ups sorry! [22:04] i think a concert and some other things [22:05] ScottK: didn't know that, thanks it seems to work (even though a little strange) [22:05] * ScottK nods at everyone [22:05] yeah, i'm volunteering for that === stevie is now known as vorian [23:31] * ScottK notes KDE bug 175687 and wonders if we want the patch for Jaunty? [23:31] KDE bug 175687 in Notifications "[PATCH] kopete ignores custom notifications" [Normal,Resolved: fixed] http://bugs.kde.org/show_bug.cgi?id=175687 [23:31] * ScottK then heads out for the evening ... === mcasadevall is now known as NCommander