=== benonsoftware is now known as bdunn === bdunn is now known as benonsoftware === benonsoftware is now known as MerryChristmas === MerryChristmas is now known as benonsoftware [07:38] Good morning. [09:00] knome: what's up with orion theme? [09:00] Riddell, did you read the backlog or should i recap for you? [09:00] knome: is causes us have shimmer-themes in our packageset so you dont have it? [09:00] yes [09:01] but we don't care about the orion theme, so if you want to use it, one option is simply to strip it from the shimmer-themes package and you get to keep orion :) [09:01] but it's unmaintained too, so it might not be what you ultimately want [09:01] knome: this seems like a workaround for a problem which shouldn't exist? [09:01] we'll likely drop orion from the shimmer-themes package anyway [09:01] what we ultimately want is a KDE Breeze theme for GTK 3 [09:02] because as i said, it's not maintained [09:02] hmm, that would allow us to work round the problem but then KDE is using and recommending an unmaintained theme [09:02] you are already doing that :) [09:02] naughty us [09:02] the fact that it is recommended in shimmer-themes doesn't really mean it's maintained anyway [09:03] it's just... been left there; gtk3 moves really fast [09:04] so i guess it also wouldn't make sense for you to create a new kde breeze gtk3 theme right now, because it would likely get broken soon [09:05] so using orion for now isn't probably the worst option, especially if you want something that matches the breeze theme [09:06] with all that said, we're also ok if some packageset wizard fixes the error and lets us have shimmer-themes even if you use orion from it [09:06] but we acknowledge it might be much more work [09:22] Riddell: official breeze gtk2>k3 theme works well https://github.com/dirruk1/gnome-breeze [09:23] i am using it for months without problems [09:36] snele: aye, we're merging that for 5.5 [10:12] snele: excellent :) [11:04] yofel sitter Riddell: anyone about? [11:04] yo [11:04] hi Jonathan [11:05] can you explain or point me in the direction explaining how the CI works? [11:05] what is kubuntu_stable, kubuntu_unstable [11:08] Ive broke http://anonscm.debian.org/cgit/pkg-kde/applications/gpgmepp.git/ [11:08] and dont understand what I did to break it [11:10] this nifty setup is CI http://kci.pangea.pub/ [11:11] we do packaging in kubuntu_wily_archive [11:11] and that jenkins will notice commits and automatically merge them into kubuntu_stable and kubuntu_unstable [11:11] then build packages from KDE git in launchpad [11:11] where kubuntu_stable is the stable branches e.g. plasma/5.4 branch and kubuntu_unstable is master (so new features) [11:12] and in theory we should make sure the kubuntu_stable and kubuntu_unstable branches all compile all the time [11:12] then when a new release comes we can just merge in kubuntu_stable or _unstable as appropriate and voila no more work cos it's already compiling [11:16] In this case, I made the changelog mistake, but sitter had commited a patch in the meantime for symbols [11:17] I then made the changelog fix with a NOCI commit message [11:18] found it wasnt bulding due to symbol issues, so tried to fix the symbols file. Then got a you have broken it from kubuntu-ci bot [11:19] it just says there's a merge ailure [11:19] failure [11:19] http://kci.pangea.pub/job/merger_gpgmepp/67/console [11:19] so you need to manually do that [11:19] so looked at git and seen that sitter had applied a patch for symbols, so I reverted my changes [11:19] it came back saying it was fixed [11:20] so I uploaded that version (with sitters patch) to launchpad [11:20] still needs merge in the git packaging [11:20] but it failed to build on LP again due to symbols [11:20] do you have git packaging? [11:21] as in git-buildpackage-ppa? [11:23] no just the git repository [11:23] which one? [11:23] debian:pkg-kde/applications/gpgmepp [11:24] yes [11:24] but Ive broken it [11:25] clivejo:then git reset --hard [11:25] git checkout kubuntu_stable [11:25] git merge kubuntu_wily_archive [11:25] http://anonscm.debian.org/cgit/pkg-kde/applications/gpgmepp.git/log/?h=kubuntu_wily_archive [11:26] can you explain what Ive done wrong [11:28] clivejo: I don't think you did anything wrong, it's just that the symbols were already updated in kubuntu_unstable so now they conflict when they get merged [11:28] that's fine, just fix it manually [11:29] do I revert my symbols udate? [11:29] update [11:29] no [11:29] you merge it [11:31] clivejo: so doing that? [11:31] yes [11:31] merged [11:31] groovy [11:31] now git checkout kubuntu_unstable [11:31] git merge kubuntu_stable [11:32] conflict [11:32] oh no! [11:32] so edit debian/libkf5gpgmepp-pthread5.symbols [11:32] with the two symbols files [11:32] 'Morning all [11:33] clivejo: and you can see the symbols are all the same it's just the symbolshelper-confirmed line that conflicts because it was confirmed twice [11:33] so pick whichever one is neater, should probably say # SymbolsHelper-Confirmed: 15.08.1 amd64 i386 [11:33] on both .symbols files [11:33] and git add the .symbols files; git commit; git push [11:33] and life is good [11:36] so repackage and upload to LP? [11:36] yippee [11:38] clivejo: ah now I see the second problem [11:38] some symbols have an epoch which isn't needed [11:39] how did they get an epoch? [11:39] clivejo: so fix that in kubuntu_wily_archive branch [11:39] clivejo: because when I first packaged these I put an epoch on everything but then other convinced me to remove it when it wasn't needed [11:39] ok, Im gonna grab lunch, but Ill be back [11:42] d_ed, when's 5.5? :) [11:46] knome: december [11:46] so not wily [11:48] bluesabre, ^ [12:05] clivejo: that's the build failing so I guess remove the epoch from the symbols and hopefully that'll succeed ↑ [12:08] I cant find any epochs [12:08] but there are - 15.08.1+git20150917.1103+15.10 [12:09] should it have the +git20150917.1103+15.10 appended to it? [12:12] https://launchpadlibrarian.net/218463631/buildlog_ubuntu-wily-amd64.gpgmepp_15.08.1-0ubuntu1~ubuntu15.10~ppa5_BUILDING.txt.gz [12:15] or do you mean the 4:15.07.90 ? [12:15] clivejo: yep [12:15] remove the 4: [12:15] sed should do it [12:15] do I change it to 15.08.01? [12:16] nah [12:17] I should change to the wily_archive for this? [12:23] clivejo: yep [12:25] Riddell: ok, upload this to LP? [12:25] clivejo: yep [12:26] Riddell: done :) [12:32] !testers | frameworks 5.14 [12:32] frameworks 5.14: testers is Help is needed in #kubuntu-devel. Please ping Riddell, yofel, soee, Tm_T, shadeslayer, BluesKaj, James147, Quintasan, lordievader, shrini, tester56, parad1se, mamarley, alket, SourBlues, sgclark, neo31, vip, mparillo for information [12:32] testers: frameworks 5.14 now has kservice 5.14.3 with the fix in it so needs testing again http://qa.kubuntu.co.uk/ppa-status/frameworks/build_status_5.14.0_wily.html [12:45] are there any changes since last tests ? [12:45] ah i see ... [12:47] yippppeee gpgmepp is green [12:47] finally! [12:53] awooga [12:53] * Riddell gives clivejo his kubuntu ninja green belt [12:54] snele: yeah kservice [12:54] soee rather ↑ [13:01] Riddell: thanks! [13:03] sitter: about? how can I change the build-deps of networkmanager-qt so it'll build on vivid in mobile ci? http://mobile.kci.pangea.pub:8080/job/vivid_unstable_networkmanager-qt_src/9/console [13:04] ok 155 upgrades with the staging frameworks ppa ...here goes --.> [13:05] om Wily [13:06] * clivejo wishes BluesKaj good luck and bon voyage [13:07] heh, clivejo, well I'll report back [13:08] what can we expect ? [13:08] BluesKaj: i'v added staging paa to update this single package (kservice) and it is upgraded but i had kdeini5 crash and restart [13:08] Riddell: ^ [13:09] single package? then why do I have 155 to upgrade? [13:10] BluesKaj: i used this ppa last week to upgrade networks, now i had only this package to update [13:10] *frameworks .. [13:11] just had kdeinit5 crash notification [13:11] yup, last time there was also krunner crash [13:11] yup ,just had that too [13:12] me three [13:12] :) [13:12] I feel left out! [13:12] sgclark: wins [13:15] time for some breakfast while this list of apps upgrades [13:25] well ,just lost my desktop..rebooting [13:26] Riddell, FYI I've noticed that the Kubuntu, Ubuntu MATE and Ubuntu GNOME iso images are all 400MB larger than compared to 15.10 Beta 1. [13:26] Latex and a heap of additional fonts is the common new packages. [13:26] I'm just investigating what the root cause is. [13:26] flexiondotorg: yeah sitter was saying, and stuff like aptdaemon has now been dragged on [13:27] Riddell, I ship aptdaemon anyway. [13:27] Diff all the manifest. Latex is b-i-g. [13:27] *I diffed [13:27] hmm, aptdaemon is a nasty ubuntu fork, stops us getting newer packagekit :( [13:28] Riddell, I don't do packagekit in Ubuntu MATE. But, I see why that would mess up Kubuntu. [13:35] ok rebooted, desktop seems ok, no crashes yet , browser loads, dolphin loads, muon loads, eveb sys settings seems stable [13:38] oh for goodness sakes, ecm failed on powerpc only https://launchpadlibrarian.net/218469434/buildlog_ubuntu-wily-powerpc.extra-cmake-modules_5.14.0-0ubuntu1_BUILDING.txt.gz [13:38] great thanks for testing BluesKaj [13:43] Riddell, you're welcome, I'm curious to see what changes, if any [13:43] BluesKaj: it's just libraries so in theory nothing [13:43] Riddell: do you have any idea what is wrong with kdepim - https://launchpadlibrarian.net/218361264/buildlog_ubuntu-wily-amd64.kdepim_4%3A15.08.1-0ubuntu1~ubuntu15.10~ppa2_BUILDING.txt.gz [13:44] nothing? [13:45] ah, symbols [13:45] ok thanks, Riddell [13:49] clivejo: goodness knows, just download the amd64 and i386 logs and run batchpatch on them [13:49] I thought I did that already :/ [13:49] clivejo: probably you only did it for 1 architecture rather than both together [13:50] nope, did it for both [13:50] http://anonscm.debian.org/cgit/pkg-kde/applications/kdepim.git/commit/?h=kubuntu_wily_archive [13:50] oh wait, version! [13:51] the version is correct [13:51] looks like some arch-mismatch to me [13:52] but I'm not sure why they changed again either [13:53] clivejo: http://anonscm.debian.org/cgit/pkg-kde/applications/kdepim.git/diff/debian/libkdepim5.symbols?h=kubuntu_wily_archive [13:53] please don't commit #MISSING lines [13:54] it wasnt a private function so I didnt want to delete it [13:55] is it safe to remove? [13:55] well, the # turns it into a comment, so for all practical puposes you already removed it [13:55] you need to do the removal investigation before commiting [13:56] I need to learn how to do that [13:57] well, in this case, it doesn't look like we actually ship any API for those libs anymore (kdepim-dev), so anything is fine really [13:57] but how do you determine that? [13:58] the symbols correspond to functions in the C++ files (c++filt can translate that). To be able to use that, you would need to ship the header file for the API in a package (libfoo-dev) which we don't [13:59] so as nobody can actually use it, nobody will care if stuff is removed [14:03] yofel: can #MISSING: 4:15.08.1# kleo_chiasmus_config_entries@Base 4:15.08.0 be removed then? [14:03] I would say yes [14:11] RE: gwenview, it cant find kf5kipi-config.cmake and kf5kdcraw-config.cmake [14:11] anyone know if they are available and where? [14:13] looking at other distros the package should be something like libkf5kipi-dev [14:15] is it libkipi-dev? [14:16] and libkdcraw-dev ? [14:17] Riddell, https://launchpad.net/ubuntu/+source/ghostscript/9.16~dfsg~0-0ubuntu3 [14:18] Should be sorted on next spin. [14:18] clivejo: they don't exist [14:18] flexiondotorg: oh nice thanks [14:18] they do in the staging PPA [14:18] https://launchpad.net/~kubuntu-ppa/+archive/ubuntu/staging-kdeapplications/+files/libkdcraw-dev_15.08.1-0ubuntu1%7Eubuntu15.10%7Eppa1_i386.deb [14:19] should I add them as build deps? [14:20] Riddell, I'm doing a test respin now. [14:20] I'm a bit puzzled because Ubuntu MATE has no-follow-recommends enabled in the seeds. [14:21] So, I should never have encountered this issue. [15:03] Riddell, After an ISO respin Ubuntu MATE is the correct size again. [15:03] yay [15:05] how have I broke it this time!! [15:09] hmm, konversation just disconnected for no reason [15:10] have faith [15:10] maybe you just don't know the reason~ [15:10] nothing shows in either log /var/log or freenode [15:22] Riddell: ping [15:23] hi clivejo [15:23] regarding marble [15:23] http://anonscm.debian.org/cgit/pkg-kde/applications/marble.git/log/ [15:23] Maxy has made a lot of changes [15:24] is there a way of applying them to the wily_archive branch? [15:37] clivejo: well you can merge in the debian branch but is there something you want? [15:38] clivejo: we'd normally merge in the debian stuff at the start of a release cycle, not a month from the end of one [15:38] he seems to have fixed the issues [15:43] yeah, but point is: did he add anything that could cause problems? (during update, dependency wise, etc.) [15:44] just curious [15:44] do I copy over the ones I think will fix ours? [15:45] you can cherry-pick stuff, sure [15:48] clivejo: what problems has he fixed? [15:49] clivejo: I dont know exactly, but looking at his work I can see where the problem is [15:49] yofel taught me that! [15:49] clivejo: the only problem I can see is it doesn't find the libquazip library but I don't think that's used in debian either [15:57] I hate symbols [16:05] yeah they're a pain [16:05] but not as much of a pain as tests [16:06] Riddell: can I take a diff file and apply it to kubuntu_wily_archive? [16:06] http://anonscm.debian.org/cgit/pkg-kde/applications/kdepim.git/patch/?id=1bd8c03c80b2996215e0f193eef8b8e08af09590 [16:06] Riddell: this one ^ [16:07] or it best to make the changes manually myself? [16:09] clivejo: yeah you can cherry-pick that [16:10] git cherry-pick 1bd8c03c80b2996215e0f193eef8b8e08af09590 [16:10] what about the changelog entry? [16:10] add that yourself [16:11] but part of his commit was to modify the changelog [16:11] so there will be a conflict? [16:28] Hi, anybody using Plasma on wayland? [16:28] I am using startplasmacompositor [16:29] and it crashes when I do DISPLAY=:0 kate [16:29] Now I am running this session on wayland [16:30] but using "kwin_wayland --xserver konsole kate konversation" :) [16:32] using startplasmacompositor I only see the splash screen, when running an app from another tty I get a crash and "org.kde.kwindowsystem: Could not find any platform plugin" [16:32] Do you know what plugin does this mean? Package? [16:34] clivejo: so edit it :) [16:34] mustafam: not me, maybe try #plasma [16:35] Riddell: are you working on networkmanager? [16:36] clivejo: no, although I made a change to networkmanager-qt unstable for mobile kci [16:36] Riddell: Thank you, good idea. [16:39] yipee [16:43] Riddell: see kservice, it has a source code update. how do you trigger a rebuild on KCI? [16:45] clivejo: I think it checks for upstream changes periodically and builds those, and gets builds triggered on packaging changes [16:46] you can also log in and click the play button if you have privilages, I forget who has privilages now [16:51] hello all [16:51] hi cortexA9! [16:51] hi Riddell [16:52] i tried today the daily [16:52] awesome work [16:52] but i have a problem [16:53] it doesnt boot correctly on my asus notebook [16:53] only works on hp [16:53] weird [16:54] it freeze i think [16:55] *freezes [16:56] Riddell: can i do something? [17:01] cortexA9: hm, hard to say, hold down shift when booting may let you get to grub which might let you remove silent from boot line or stop plymouth showing [17:04] I have to boot with nomodeset on machines with nvidia GPU [17:13] Riddell: it works [17:13] with shift [17:13] muon (redesign) v5.4.0-54-gefcec90 * Aleix Pol: discover/qml (3 files) [17:13] Don't show the upgrade button on upgradeable applications in lists [17:13] Following VDG mockups [17:13] http://commits.kde.org/muon/efcec90fc804456898cf1bd1572c0aff7975f50b [17:13] i am into the system [17:13] muon (redesign) v5.4.0-55-g882f2fe * Aleix Pol: discover/qml (2 files) [17:13] Remove the toolbar that exposes the current page settings [17:13] http://commits.kde.org/muon/882f2fe88465295a23bfafad67d330e82c0880a4 [17:13] muon (redesign) v5.4.0-56-gcaa3c95 * Aleix Pol: libmuon/UpdateModel (4 files) [17:13] Make it possible to figure out the total updates and the ones that have been checked [17:13] http://commits.kde.org/muon/caa3c95cd177ebc749565fffdd8a28ec66dea999 [17:13] muon (redesign) v5.4.0-57-g7e4aaa6 * Aleix Pol: libmuon/resources/ResourcesUpdatesModel.h [17:13] unify private slots [17:13] http://commits.kde.org/muon/7e4aaa62867a7fd4ce7de41b15d458d55a69af87 [17:13] muon (redesign) v5.4.0-58-g1a788c3 * Aleix Pol: libmuon/resources/StandardBackendUpdater.cpp [17:13] Initialize attribute [17:13] http://commits.kde.org/muon/1a788c382a383da37975b26ebbedfecd73f4f482 [17:13] muon (redesign) v5.4.0-59-gc2112bd * Aleix Pol: discover (4 files in 2 dirs) [17:13] Adopt vdg's progress update approach [17:13] Instead of a separate page, include it in the present upgrades page together [17:13] with a fancy component at the top to control the view. [17:13] http://commits.kde.org/muon/c2112bdf63a57fa78916e7033f3d5c7c39437846 [17:13] muon (redesign) v5.4.0-60-g9bacab1 * Aleix Pol: discover/qml/SourcesPage.qml [17:13] Adopt the header on the sources page, from the updates [17:14] Let's see if we can reuse it further... [17:14] http://commits.kde.org/muon/9bacab195e4c7c17798838b899f7b7aee232cfc2 [18:00] hiho [18:02] here @ home on my laptop also plasma crashed when upgrading kservice [18:10] how is kdepim still failing!! [18:13] yofel Riddell : whats up with these symbols? [18:20] clivejo: the build on http://qa.kubuntu.co.uk/ppa-status/applications/build_status_15.08.1_wily.html looks good [18:20] clivejo: the "symbols-file-contains-current-version-with-debian-revision on symbol" error is just talking about the plugin files but we don't care about their symbols [18:20] debian/rules can be changed to exclude those files but that's also faff [18:21] clivejo: so aye I think kdepim is all good now [18:21] https://paste.kde.org/p36pyf1ij [18:22] Ive run those new buildlogs into symbol helper and its not doing anything [18:23] I dunno whats up with kig [19:04] Riddell: can you look over apps 15.08.1? [19:36] Riddell: could you delete kmailtransport - 4:15.07.90-0ubuntu1~ubuntu15.10~ppa1 and 5 out of the staging PPA? [19:37] they have the 4: epoch and overriding the instalation of the correct package [20:49] clivejo: looks like you got kmailtransport - 15.08.1-0ubuntu1~ubuntu15.10~ppa2 in ok [20:50] Riddell: yeah [20:50] but cant figure out kig [21:03] clivejo: it says can't install dependencies, so probably worth a retry incase something fixed itself, else you'll need to make an i386 chroot and try and install the stuff and see what breaks [21:37] frameworks 5.14 is available through http://ppa.launchpad.net/kubuntu-ppa/staging-frameworks/ubuntu right? [21:39] mparillo: yes [21:40] Updating. [21:41] re-booting [21:51] Updated frameworks 5.14 is available through http://ppa.launchpad.net/kubuntu-ppa/staging-frameworks/ubuntu Rebooted cleanly. Wireless, Rekonq, Kate, Konversation and Dolphin.all came up without issue. [22:06] lovely thanks mamarley [22:07] oh sorry mamarley, mparillo left === valorie is now known as v5e