[00:19] valorie ping [02:48] @marcinsagol, what's up? [05:50] yofel clivejo https://bugs.launchpad.net/ubuntu/+source/kdepim/+bug/1584288 [05:50] Launchpad bug 1584288 in kdepim (Ubuntu) "Package kdepim-dbg is missing on Xenial" [Undecided,New] [08:52] guys no news on kubuntu.org about plasma 5.6.4 update [09:09] Nice job with plasma 5.6.4! Upgrade went without any problems [10:32] Hiyas all [10:39] how do I go about getting libdrumstick updated - https://launchpad.net/ubuntu/+source/libdrumstick ? [10:41] I need 'drumstick-alsa>=1.0.1' to get this minuet to build [10:53] Rohan Garg has asked for it to be updated in debian https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824771 [10:53] Debian bug 824771 in src:libdrumstick "libdrumstick: Please update libdrumstick to the new upstream release 1.0.2" [Normal,Open] === Vorap|AFK is now known as |ZNC|Vorap [11:03] acheron88: do you know how to link a debian and LP one? [11:04] Just opened a bug in LP [11:04] 1584310 [11:04] LP Bug 1584310 [11:04] Launchpad bug 1584310 in libdrumstick (Ubuntu) "New upstream release available" [Undecided,New] https://launchpad.net/bugs/1584310 [11:06] ah, think I worked it out [11:06] shadeslayer: are you working on Apps 16.04.1 too? [11:08] looks like someone was or intended to work on it - http://anonscm.debian.org/cgit/pkg-multimedia/libdrumstick.git [11:36] clivejo: have you seen my bug report? [11:38] Blaze: what bug report? [11:39] this one https://bugs.launchpad.net/ubuntu/+source/kdepim/+bug/1584288 [11:39] Launchpad bug 1584288 in kdepim (Ubuntu) "Package kdepim-dbg is missing on Xenial" [Undecided,Confirmed] === udot is now known as user250 [12:04] hello room [12:09] I can't help there. PIM confuses the hell outta me [12:18] think PIM has dbgsym .ddeb files now instead? [12:18] sofar so good, running konsole -v Qt: 5.5.1 KDE Frameworks: 5.22.0 Konsole: 15.12.3 [12:19] and plasmashell -v plasmashell 5.6.4 [12:27] Acheron88 yes they being migrated over to ddeb [12:27] I forgot about that [14:34] clivejo: I fixed that recent document shortcut problem for me anyway https://bugs.kde.org/show_bug.cgi?id=363337#c1 [14:34] KDE bug 363337 in Application Menu (Kicker) "Recent docs/history shortcuts in kicker/kickoff fail when clicked with "Could not find any application or handler..." error" [Normal,Unconfirmed] [14:35] have no clue if making that change will break anything else the kio maintainers intended though..... [14:51] Do you have the patch? [14:55] nope. I just hacked a file after downloading the source and rebuilt the debs locally. just commented out the lines added by that partial diff from that commit [14:57] I'm not certain doing that won't break something else, as the kde maintainer obviously wrote those lines for a reason [14:58] I would imagine they will have a much better way to fix it [15:29] acheron88: anyone from KDE commented on it? [15:31] not yet. may email the people who made those commits on Monday, if it stays quiet on it over the weekend [16:05] I was trying to make a package for the latest gnucash and was using auto-apt to resolve deps is there a better way to do this? [16:17] Hi, I just figured out why the "Send file via KDE Connect" in Dolphin is not working in Kubuntu 16.04 (tldr: it's a small typo in "kdeconnectsendfile.desktop"). Is there any way to report this to the maintainers without creating a new account on a bugtracker or joining a mailing list? [16:26] huihuh: whats the file path and what is the typo? [16:29] long story short: in old versions a part of KDE Connect was called "kdeconnectfiletiemaction.so" which contains a typo. This file was renamed recently into the correct version, but somebody forgot to change the reference to it in this file is /usr/share/kservices5/kdeconnectsendfile.desktop In this desktop file there is the line X-KDE-Library=kdeco [16:29] nnectfiletiemaction which should be changed to X-KDE-Library=kdeconnectfileitemaction [16:30] so replacing the "ti" with "it" in this file fixes the problem for me [16:34] ah, yes I remember that typo in the install files [16:38] what is the link about? [16:38] link? [16:39] still failing ..... [16:39] oh thats KCI [16:39] okay and what does KCI do? [16:39] Kubuntu Continuous Integration [16:40] it grabs the lastest software from KDE git repo and packages it in LaunchPad(LP) [16:42] okay I was reading about it [16:42] but we are a bit behind at the moment and also moving our packaging to LP [16:42] so when it sends a still failing flag that means that a dev needs to fix the package? [16:43] yotux: in theory yes [16:43] kdepim is a beast to package [16:44] not helped by it being split out into seperate packages [16:44] sorry for all the questions try to learn and find a way to help. google is great but sometimes leaves me say okay I still don't understand [16:44] yotux: not a problem, if I can answer, I will :) [16:45] is there a tool to resolve deps from a source tar ball? [16:45] just a quick look at breeze looks like they added two new files# [16:46] yotux: I believe there is [16:46] but I tend to just read the CMake files [16:47] or even just build it in a pbuild environment [16:47] note down what it complains about [16:48] from what I read one needs to run ./confgiure first them goto pbuild [16:49] I find it easier to just package it up and throw it at pbuild [16:51] link: http://packaging.ubuntu.com/html/packaging-new-software.html [16:51] so you goto step 6.2 directly? [16:52] most software is already packaged [16:53] that section is for software without already packaged versions in debian or ubuntu [16:53] !info gnucash xenial [16:53] gnucash (source: gnucash): personal and small-business financial-accounting software. In component universe, is extra. Version 1:2.6.12-1 (xenial), package size 2292 kB, installed size 10023 kB [16:53] we have version 2.6.12 in the archive [16:54] so I tend to go grab that packaging and update it [16:54] æclivejo [16:54] @clivejo: what would be the best way to report the problem about kde connect i mentioned above? [16:54] huihuh: probably the mailing list [16:55] ok, will try it there, thx! [16:55] yotux: ditto as clivejo says when I'm making a few 'modifications' to a package for my own use [16:56] huihuh: https://mail.kde.org/mailman/listinfo/kdeconnect [16:58] huihuh: we could correct it in packaging for 16.04LTS, so if you have LP could you open a bug please? [16:58] acheron88: I see that the package in the repo is older than what is released so I was trying to package and have it updated into the repos [16:59] @clivejo which package? there is kdeconnect and kdeconnect-plasma which seem to do the same thing? I guess that kdeconnect-plasma is supposed to replace kdeconnect? [16:59] kdeconnect is KDE4 and kdeconnect-plasma is Plasma5 [17:00] ok, then I will add a bug report to kdeconnect-plasma later tonight, thx for the help [17:00] I don’t know why they are linked, that was a decision someone else made [17:01] huihuh: have you a LP account? [17:02] @clivejo no yet, but since I plan to participate a bit more in kde/kubuntu in the future I will make an account later. first I have to do some shopping and cooking and all that kind of stuff ;) [17:04] can you sub me to that bug when you do? [17:04] will do! [17:07] yotux: the version number listed for gnucash 1:2.6.12-1 indicates it's an unmodified sync from the Debian version [17:07] okay [17:07] so to update in ubuntu would need any new version from debian into the ubuntu repos [17:08] or debian updated and then to ubuntu [17:08] I think? [17:09] so just so I understand 1: means debain, and the -1 is ubuntu [17:10] 1: means epoch, -1 is Debian revision [17:10] the 1: is an epoch, used in both debian and ubuntu [17:11] -1 is debian version [17:11] okay [17:11] then ubuntu appends ubuntu and a number after if the modify what debain did [17:12] *debian [17:14] yotux: you should check to see if debian have the latest version packaged [17:14] clivejo: the plasma kicker/kickoff dev has cc'd that bug I reported to the author of that commit [17:15] so I hope they can give a fix that can go into FW 5.22 or plasma [17:15] hopefully they publish a fix and we can patch it [17:17] latest gnucash in debian https://packages.debian.org/stretch/gnucash [19:10] anyone on Yakkety with a throw away box? [19:26] clivejo: I am. [19:27] would you mind trying a test install of apps? [19:28] np. Box currently has no PPA's. Just test apps? [19:28] yes please [19:28] just testing installablity [19:29] clivejo: but there are 3 packages that failed to build [19:30] I know [19:30] just want to see it PIM installs [19:31] this huge hoge ? :) [19:31] *hog [19:36] installing now 300+ packages.... [20:13] clivejo: https://paste.kde.org/pket1gryh [20:27] clivejo: none of the app install errors seemed related to the build fails. Were error something you were anticipating? [20:47] Does kontact load? [20:50] DarinMiller: those errors are probably due to copied FW we needed to make it build [20:58] clivejo: Totally killed the install. Want me to re-install and add fm staging? [21:00] no no its fine [21:00] did kontact run? [21:02] Many apps disappeared after the install error, I did not try to run kontact. Reboot produced black screen where I can only log in via ctrl-alt-f1 [21:02] disappeared? [21:04] Yes, stuff like kinfocenter was gone and several other items that were in the system menu, I did not poke around much before I tried the reboot. [21:04] I can ppa-purge, re-install apps-stagin, and see if kontact is there and runs. [21:05] wait, running sudo apt-get -f install now... lots of packages were left hanging.... [21:24] had to manually connect to my network via command line. but finishing the apps-staging install did not recover the system.... gwenview and specticle had unmet depends.... reinstalling YY. [21:29] sounds pretty bad, DarinMiller [21:32] valorie: it was expected, clivejo wanted me to test a sketchy YY apps-staging on a throwaway box and it went down in flames. YY re-install already complete.... [21:34] DarinMiller: any apt errors? [21:35] clivejo: Just what I posted earlier: https://paste.kde.org/pket1gryh [21:36] nothing regarding apps there though [21:36] qml-module-org-kde-extensionplugin_5.21.0 is frameworks [21:37] maybe I should have added the fm staging ppa? [21:38] I can try again. In that session, I think I was still on 5.5.5 as I did not have any PPAs installed. [21:45] few install problems [21:49] well most of the apps I use are working [21:49] konsole, dolphin, kontact [21:51] installing updates landing now... had to sudo apt-get -f upgrade to make it work around the same 5.21.0-0ubuntu1~ubuntu16.10~ppa2 issue as before.... [21:58] did you do a dist upgrade [21:59] FW5.22 and Plasma5.6.4 should be in the archive [21:59] well most of them [22:13] dist-upgrade? [22:13] isn't full-upgrade always advised these days? [22:14] dunno [22:15] I use dist cause it is bit more intelligent and gives me better errors [22:18] Hmmm YY box does not like updates landing PPA either. Black screen on reboot, sddm/x fails to start. Jumping out a prompt works but not sure what to check from there... [22:19] I think something else is wrong on your install [22:19] apps shouldn’t interfere with sddm etc [22:24] Understood. Fresh install with formatted root directory. YY PPA updates have worked fine up until today. Maybe need to format the home partition, but I don't see how that would cause issue with X or SDDM either. [22:25] KDE know about the KDE connect problem [22:25] I will re-install and format both root and home. [22:25] that should be patched in 16.04 [22:26] My KDE connect notifications are working fine on 16.04, checking file browsing now.... [22:26] its the dolphin intregation [22:26] File browsing works fine too. [22:26] in Dolphin [22:26] when you menu over a file in dolphin there is supposed to be a menu entry to send to you device [22:27] File copy worked fine. [22:27] its missing due to a type [22:27] typo [22:27] I am submitting the bugreport for this at the moment ^^ [22:27] huihuh: its already reported on kde [22:28] https://bugs.kde.org/show_bug.cgi?id=362684 [22:28] KDE bug 362684 in common ""Send file via KDE Connect service" does not appear on file context menu despite being enabled in dolphin" [Major,Resolved: fixed] [22:28] but if you could open one on LP, so I can try and get it patched [22:28] if you can open the bug here - https://bugs.launchpad.net/ubuntu/+source/kdeconnect-plasma [22:30] On it! [22:31] easiest way to file a bug is in the cli: `ubuntu-bug kdeconnect` [22:31] super slick [22:31] * valorie goes off to do some prep for dad's memorial service [22:31] Oh, I saw that error earlier today and edited kdeconnectsendfile.desktop. That's why mine working fine. [22:31] dont file against kdeconnect thought [22:31] LOL [22:31] * clivejo throws stuff at DarinMiller [22:31] LOL [22:32] needs to go against kdeconnect-plasma [22:32] I think kdeconnect isnt maintained any more [22:38] When you install kdeconnect-plasma it also tells you to install kdeconnect. This is super confusing and it took me a few minutes to realize that kdeconnect is most likely the version for KDE4 [22:38] agreed [22:38] I dont know why that is [22:38] it confused me for a long time too [22:39] How does stuff like this work? Who decides to dis-entangle them? I am completely new to all of this... [22:39] usually debian [22:40] What would be the proper procedure for something like this? Write a suggestion to some debian mailing list? [22:41] mmm Im actually asking in the Debian channel [22:41] probably wont get an answer today [22:41] ah, ok [22:42] #debian-qt-kde [22:42] btw, I created the bug report on launchpad and added you [22:42] but its on OTFC network [22:42] so I see [22:44] If you don't mind some additional stupid questions: what is more likely to happen in such a case: waiting that a new version is released upstream which fixes the bug or somebody "here" decides that this bug is too serious and it should be fixed sooner? [22:45] well the upstream version can only go into yakkety [22:45] a patch will have to be created for Xenial [22:45] called a SRU [22:46] https://wiki.ubuntu.com/StableReleaseUpdates [22:46] quite a long process! [22:51] could a few other testers please log your confirmation of this bug [22:53] Thx for the link, as a normal user I never really thought about what's going on behind the scenes [22:54] well done on spotting it [22:55] I use KDE connect a lot and I never noticed that! [22:57] I use that function all the time because my phone has only 8 gb of storage. Therefore I was pretty annoyed when it stopped working. I could easily deal with all the plasma crashes from half a year ago, but not being able to copy pictures of fluffy cats to my phone... -.- [22:59] that would make one very angry indeed [23:12] huihuh: it affects Debian too [23:12] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824970 [23:12] Debian bug 824970 in kdeconnect ""Send file via KDE Connect service" does not appear on file context menu despite being enabled in dolphin" [Normal,Open] [23:14] so by reporting it you are helping two distributions get it fixed! [23:16] OK. YY reinstalled all normal updates complete, reboot work fine. Which if any PPA's do you want me to test. [23:16] ? [23:16] just the apps one [23:16] OK, here we go again... :) [23:17] there are four issues on mine [23:17] which Im trying to fix [23:18] libkf5kipi31.0.0, kf5-messagelib-data, libkf5mailcommon-plugins, libkf5sane5 [23:20] libinsane more like [23:21] LOL [23:21] too tired to do this, Im off to bed [23:21] OK, I will report back tomorrow. [23:21] Ill wait about for a while [23:21] can chat via Telegram [23:22] 26% complete ...... 31%..... [23:22] 50%.... [23:23] Oh, no errors this time.... [23:25] It uninstalled my entire plasma desktop !!!! [23:25] :/ [23:26] I have not rebooted yet either.... [23:26] maybe some packages are still stuck in proposed or something [23:26] but I can get it back by sudo apt install plasma-workspace (or so the message says....) [23:27] plasma workspace depends on kactivities but it is not going to be installed. [23:27] thats an old version [23:27] I have held and broken packages.... [23:27] you must have a mix of old and new packages [23:29] I used the zsynced ISO for today's download, performed a full update, rebooted then added the apps staging repo and ran sudo apt full-upgrade -y [23:29] Not sure where the new/old mix would have come from .... [23:29] I can try on a different box, but I expect the same results. [23:30] the archive [23:30] Scarlett uploaded plasma 5.6.4 [23:30] but parts of it will be stuck [23:31] you could try adding FW staging, upgrading, disabling, then add plasma staging, upgrading, disable and finally apps [23:31] 5.6.4 was uploaded to where? Main ISO? [23:32] archive [23:32] OK trying FW.... while i sitll have a working console. [23:32] I don't understand archive. Is that the main repo? [23:33] yes [23:33] yeah, its stuck in proposed [23:33] https://launchpad.net/ubuntu/+source/plasma-workspace [23:34] !info plasma-workspace [23:34] plasma-workspace (source: plasma-workspace): Plasma Workspace for KF5. In component universe, is optional. Version 4:5.5.5.2-0ubuntu1 (yakkety), package size 7154 kB, installed size 33045 kB [23:34] version in proposed is 4:5.6.4-0ubuntu1 [23:40] !info libkf5screen6 [23:40] libkf5screen6 (source: libkscreen): library for screen management - shared library. In component universe, is extra. Version 4:5.5.5-0ubuntu1 (yakkety), package size 146 kB, installed size 589 kB [23:41] !info libkf5screen7 [23:41] Package libkf5screen7 does not exist in yakkety [23:41] !info libkf5screen7 xenial [23:41] Package libkf5screen7 does not exist in xenial [23:48] I had to add app, fm and plasma staging PPA's in order to re-install plasma-workspace..... [23:51] Plasma 5.6.4 uses libkf5screen7 [23:52] BTW, I was able to run kontact from the terminal. My kicker menu is messed up as I am missing a qml module [23:53] !info libkf5screen7 yachety [23:53] 'yachety' is not a valid distribution: kubuntu-backports, kubuntu-experimental, kubuntu-updates, partner, precise, precise-backports, precise-proposed, stable, testing, trusty, trusty-backports, trusty-proposed, unstable, utopic, utopic-backports, utopic-proposed, vivid, vivid-backports, vivid-proposed, wily, wily-backports, wily-proposed, xenial, xenial-backports, xenial-proposed, yakkety, yakkety-backports, yakkety-proposed [23:53] Its not in yakkety yet [23:53] OK. [23:58] Getting stuff into archive is slow and painful [23:59] Yes. I want to be able to help with that but my work schedule keeps getting in the way. At the end of the day when I am off work, the dev team is heading off to bed.