[05:12] acheronuk: what are the plans for Plasma 5.7 in Kubuntu ? [05:14] i have user asking about backports and i'm not sure what to say: https://plus.google.com/110954078302330754910/posts/fnozssdEnwY [05:14] on XX stage and see if we can get it working with Qt 5.6.1 without messing up other qt dependant packages I think? [05:17] acheronuk: but do we started it on YY maybe or it all is just waiting ? [05:20] already started somewhat in advance of ubuntu getting their official Qt 5.6.1 packages landed in YY. There is Qt 5.6.1 in frameworks staging ppa for YY, but causes breakages so far [05:21] ok, thanks :) [05:21] as BluesKaj found out when they tried the ppa! eeek [07:40] lp 1530523 - seriously o.O [07:40] Launchpad bug 1530523 in kubuntu-driver-manager (Ubuntu) "kcm_driver_manager: Infinitely shows Collecting information" [High,Confirmed] https://launchpad.net/bugs/1530523 [07:41] (last comments) [07:41] rolf ;) [07:41] I wonder if we can put a trigger for that into the manager [07:42] yofel: btw. do we have this folder widget fix in Xenial? [07:42] not yet, I have the package prepared, but I have yet to do the paperwork [07:42] we had just user on #kubuntu that did not know how to install system from live session :/ [07:43] .1 is ~2 weeks away, any other issues than those 2 that we really should look into? [07:43] (install related) [07:43] hmm [07:44] the broken slideshow is only related to YY right ? [07:44] *in ubiquity [07:45] yes [08:37] good morning busy bees! :) [08:40] hiho [09:07] soee: the issue here might be rather simple: 16.04 does not install apt-xapian-index, all previous versions did [09:08] so only this ? :D [09:09] it is in kubuntu meta package ? [09:09] it isn't. I guess whatever installed it in the past went away and nobody noticed it vanishing [09:10] so maybe it was some aprt of Ubuntu meta packages? [09:10] might've been part of base, yeah [09:10] I think there was some talk about xapian and python3, so that might've been why it got removed [09:11] let me add it to desktop-recommends for yakkety, then we can check tomorrow there [09:11] so for kubuntu and neon it should go for respective meta packages ? [09:11] Riddell: ^ [09:12] IMO yes, making the driver manager depend on it would sound more correct, but it technically depends on a working index, not the generator [09:12] question is how much of a difference that really is [09:14] yofel: could we have this fixed for 16.04.1 ? [09:15] yes, enough time if it works in yakkety [09:16] ah nice :) so next of most annoying bugs will be gone [09:18] actually, I'll add the dep in both places for yakkety. the driver manager is useless without the index, and I'm not convinced that it's the only thing that needs it [09:19] uhm, i do not know the internals :) [09:25] Good morning. [09:37] ok, I added the dep to the wrong package, qapt is what actually needs it [09:38] :P [09:38] well, the meta change stands though [09:51] Thats interesting valorie reported warnings about the xapian index when testing muon. I couldn't reproduce them myself [09:52] rick and others already did tons of debugging if you look at the report. Nobody actually realized that xapian was simply missing until last week though [09:53] What is the name of the missing package? [09:53] apt-xapian-index [09:55] TBH, plasma-discover could probably also use a dep on it [10:06] Hey folks [10:09] https://www.youtube.com/watch?v=e5nv7vrud_M [10:13] yofel I added some changes to the git-clone-all script, wil you review - https://git.launchpad.net/~kubuntu-packagers/+git/kubuntu-automation/commit/?id=d4a4b50e4b0dbd8c78b6bfe8133b96b8f3f68f99 [10:14] Kloning? ^^ [10:15] also can you show me the command you use to involve ubuntu-archive-upload [10:15] just a silly joke [10:15] the readme should have that [10:15] like Kopy [10:15] the command in the readme wont work [10:15] I think the changes are fine, you will have to fix do-all do work with that scheme [10:16] *to work [10:16] dont use do-all any more [10:17] always use that looping command you showed me [10:17] it should still work.. [10:17] shouldnt be difficult to fix [10:17] - if not os.path.exists(workdir + '/' + package): [10:17] + if not os.path.exists(workdir + '/git/'): [10:17] shouldn't that be if not os.path.exists(workdir + '/' + package + '/git/'): [10:19] I couldnt get that bit to work [10:20] if not ? [10:21] surely it should be if it exists [10:21] not if not [10:21] well, had to install Xenial finally...Yakkety daily images are still broken, errored out with message saying missing or corrupted files, installation is aborting [10:22] the logic confused me [10:25] guess the only path to Yakkety for me is do-release-upgrade -d , but now I'm having second thoughts [10:29] did the error message say what files are missing/corrupted? [10:31] well I have xapian installed on my system [10:31] which is probably why I didnt see the errors valorie mentioned [10:31] clivejo, no files were named [10:32] driver manager still not working [10:32] run sudo update-apt-xapian-index [10:32] and driver manager works! [10:34] looks like that index needs refresh at runtime [10:34] running out of dvd-rw disks for this old pc, it's not usb boot capable and they're becoming difficult to find lately [10:39] slhk: are you Carlos? [10:43] Rick_Timmis: do you remember Carlo Vanini IRC nick? [10:45] clivejo: the point of the check is to list *missing* repositories [10:50] clivejo: hi, yes it's me [10:50] my memory always lets me down [10:50] I sent you a wee email, did you get it? [10:51] I've been away some time... ;) [10:51] I noticed you havent made any commits in a while, is everything ok? [10:52] clivejo: please see bug #1579834 [10:52] bug 1579834 in apt-xapian-index (Ubuntu) "update-apt-xapian-index-dbus fails because of wrong import" [Medium,Confirmed] https://launchpad.net/bugs/1579834 [10:55] I’m afraid my understanding of Xapian is non-existent [10:55] yofel: does that make sense to you? [10:56] I assume the driver manager is calling for a xapian update via dbus? [10:56] but thats not happening? [10:56] this has little to do with xapian, than with python-glib [10:57] exactly, it silently fails because of the wrong import [10:57] patch looks fine to me, so make a debdiff and request sponsorship [10:57] slhk: and this causes the driver manager to just sit there doing nothing? [10:58] no, that's the dbus endpoint not even being there I think [10:58] although that would make it hang as well [10:58] clivejo: yes, it wait for xapian to complete, but that never happens and it doesn;t get an error either [10:59] slhk: we also noticed that on some installs apt-xapian-index isnt even installed [11:00] do you have any idea what used to pull it in? [11:00] and what package would be best to pull it in, in future? [11:00] might've been muon actually, that only recently got thrown out of the default install [11:01] that makes sense [11:01] not sure if you need it, there is another script which is called over dbus. I don't recall the name right now [11:02] /usr/share/apt-xapian-index/update-apt-xapian-index-dbus [11:02] that is also in 'apt-xapian-index', but yeah, that's broken as well [11:02] so FWIW, have have 2 issues here, and both need fixing [11:04] I see 1 issue: update-*-dbus is broken, wich is the other one? [11:04] that not even being installed [11:04] ok [11:04] the actual package isnt getting instaled [11:04] on newer systems [11:04] on newly installed systems [11:05] I'm working on that, you can wrap up a debdiff for the import issue so someone can upload it [11:05] yofel: you are putting a dependancy on qapt? [11:06] for yakkety I put a recommends on kubuntu-desktop and libqapt3, and a dep on kubuntu-driver-manager [11:06] need to check if plasma-desktop also should have one [11:06] erm, plasma-discover [11:06] for xenial I'm still pondering what I'll do [11:07] is acheronuk about? [11:08] yofel: it takes me some time to make the debdiff, I don't have the source around anymore and I'm leaving in 20min, maybe tonight? [11:08] hm, discover seems to work ok without an index [11:09] slhk: sure, I don't have much time right now either [11:09] maybe Discover is using appstream? [11:09] that it probably does [11:10] ok, so that's fine, so only the driver manager and qapt need fixing [11:11] * yofel wonders if plasma-discover 5.7 finally has a not-so-broken-looking UI [11:14] yofel: http://i.imgur.com/whVecJY.png [11:14] soee: still ok if you make the window smaller? [11:15] but that's ok so far [11:15] http://i.imgur.com/ba3GdxE.png [11:16] IMO those windows should behave like responsive websites [11:17] they should. I guess the rating improved, but the popularity count still looks bad [11:17] still i think that discover looks bad [11:18] this slider at the top uses to much space, [11:18] clivejo: about for approx 5 mins now, back late this afternoon or early evening [11:18] no prob === rdieter_ is now known as rdieter_work === tazz_ is now known as tazz [16:40] Is there a core meeting tonight? [16:47] clivejo: core what? [16:48] Its like a pre podcast teaming [16:48] Meeting [16:50] wow. last one was nearly a month ago! time flies [16:52] yep acheronuk your free and encourged to join [16:53] Did Simon manage to get Freeciv snapped? [17:02] clivejo: don't see it in the 'playpen' or snap find [17:15] Be interesting to see it working [17:30] Today is new podcast? [17:31] Or next week because I am a bit confused : [17:31] :) [17:33] today [17:35] meeting? podcast? or both? [17:40] hmm dont' see anything on the calendar [18:01] me neither but Rick_Timmis says it is going on [18:01] what time? [18:01] should be now I think [18:02] the core or podcast? [18:02] core [18:02] podcast is in 1hour [18:02] well Im in BBB [18:40] Kubuntu podcast in BBB at 19:00 UTC [18:57] ovidiuflorin: Ping - We're Panicin [19:02] :D [19:02] youtube is not live yet? [19:06] not here [19:13] https://www.youtube.com/watch?v=QFnG9kBdY9M show === nameless is now known as Guest30925 [19:16] #KubuntuPodcast [20:08] how are we with the staging packaging? :D [20:22] aaron refreshing [20:23] :) [20:27] So far my luck with the YY daily images has not been good, Think I'll put off installing it again until there's a chance of success. Sticking with Xenial in the meantime. [20:28] keep it in VM for some future tests of Plasma, Frameworks or Apps [20:29] no , I prefer to install to a partition, theat's the real world [20:30] anyway time for other things now ...later, take care [20:32] grrrrr I cant get this ubuntu-archive-upload script to work [20:56] wee 2 of my bugs reported for Plasma 5.7 are already fixed :) [20:57] and even systray icons will be higher than now :) [20:57] YY daily inage has error deleting files at end of install, but it seems to boot the install afterwards [21:15] ^^^ http://i.imgur.com/9sR2q6L.png [21:16] :D [21:16] so much fun :) [21:17] indeed [21:22] ubiquity crash http://paste.ubuntu.com/18659933/ [21:23] but VM runs on reboot [21:49] Jul 6 21:13:03 kubuntu kernel: [ 877.878748] dpkg[22434]: segfault at 18 ip 000055839373c8b9 sp 00007ffd3e2d4ca0 error 4 in dpkg[55839372a000+45000] [21:49] wait what? [21:50] Seem s like LP: 1599174 [21:51] Launchpad bug 1599174 in ubiquity (Ubuntu) "dpkg seg fault warning during install" [Undecided,Confirmed] https://launchpad.net/bugs/1599174 [21:51] looks like it [22:02] strange, I reported the bug, a browser started up so I could login etc., but FF seems to have no memory of that [22:03] and yet my install seems to be working great [22:09] so what needs testing is only ppa:kubuntu-ppa/staging-plasma and kubuntu-ppa/staging-kdeapplications ? [22:09] err, landing-plasma [22:09] ppa:kubuntu-ppa/ppa-landing [22:10] apps 16.04.3 available in 5 hours! [22:10] and kdeapplications? [22:10] yes apps one as well [22:10] or should I wait for that [22:10] kubuntu-ppa/staging-kdeapplications [22:10] noooo dont wait [22:10] clivejo: yes, I just got that email! [22:11] I need to figure out how to tag these [22:11] the packaging in git? [22:11] I want to tag all of them before doing anything else [22:11] acheronuk: yes [22:12] well want to do a release to yakkety of FW 5.23 and Plasma 5.6.5 before starting on 5.7 [22:13] apps I guess could wait for .3 [22:14] I have been running 5.23 and 5.6.5 on Yakkety on several systems for quite some time now with no problems. :) [22:14] :) [22:14] mamarley: yeah, Im actually really looking forward to yakkety [22:14] its very stable [22:14] if we can get it into the archive! [22:14] * mamarley is looking forward to Plasma 5.7 and Qt 5.6. :) [22:15] and if that kubuntu driver manager bug can be fixed [22:15] * clivejo dances [22:15] I give up! [22:16] the installer icon seemed fixed on the iso today [22:16] key question: when you dance, do you use your hands? [22:16] :-) [22:17] I'm happy with how fast the VM is [22:18] VMs seem much less laggy than they used to. [22:20] good grief, how do I start yakuake now? [22:21] don't use it, so pass [22:21] ok, rebooting after upgrade [22:21] oh my [22:22] ? :) [22:22] I can't imagine life in the cli without my yak [22:22] I've tried it, but somehow didn;t get on with it [22:23] it's much easier to use when f-12 pops it up and down [22:23] clive that driver bug [22:23] comes from ubuntu right? [22:24] on my travel lappy, I have to use alt-f-12 or so [22:24] not as convenient [22:25] huh, qa site won't let me file a report [22:32] which bug? [22:36] after a reboot after full-upgrade with landing, all is well [22:36] now doing apps [22:41] valorie: remove them after you install [22:41] just so you dont forget [22:41] thanks for the reminder [22:47] ok, all upgraded [22:47] anything in particular needs testing? [22:47] everything [22:48] snapshotting while I'm at it [22:48] for docs? [22:49] amarok seems to run fine [22:49] snapshotting the vm, I mean [22:50] the qa page won't let me leave any feedback [22:50] http://iso.qa.ubuntu.com/qatracker/milestones/360/builds/124740/testcases/1300/results#add_result just sits there [22:50] oops, I needed to go to the store [22:50] I wonder if I still have time [22:51] ttyl