[00:02] Riddell: nice :) === Riddell changed the topic of #kubuntu-devel to: Kubuntu - 10 years of friendlyness | https://trello.com/kubuntu | http://qa.kubuntu.co.uk/ | 14.12.3 Status http://goo.gl/SudPKi === tazz_ is now known as tazz === aaron_ is now known as ahoneybun [02:50] Riddell: ping [02:52] I need a link to the lp for ubiquity kubuntu [02:54] ahoneybun, https://launchpad.net/ubiquity [02:55] I'm trying to find the vivid version of the slideshow so I can branch it and upload my changes [02:56] ahoneybun, both qt and gtk frontends are in the same package and for slideshow maybe you can check https://launchpad.net/~ubiquity-slideshow [02:57] prth: ubiquity-slideshow-ubuntu-92 [02:57] that is vivid or at least what is on my system [02:58] ahoneybun, https://launchpad.net/ubuntu/vivid/+source/ubiquity-slideshow-ubuntu ? [03:00] all in one package then prth? [03:01] ahoneybun, i think so [03:01] I think that is it then prth! [03:01] ahoneybun, yes i confirmed it :) [03:02] now to make my own branch lol [03:04] prth: how do I make my own branch with the changes I have already made? [03:04] I found this but it talks about doing it from scratch http://doc.bazaar.canonical.com/latest/en/mini-tutorial/ [03:06] ahoneybun, commit the changes and bzr push lp:~/ubiquity-slideshow-ubuntu/kool-new-slideshow [03:07] prth: bzr: ERROR: No WorkingTree exists for "file:///home/aaron/Documents/Kubuntu/Ubiquity-Mine/.bzr/checkout/". [03:07] commited [03:07] *committed [03:08] I went into the dir and ran bzr init-repo [03:12] ahoneybun, did you add all the files after init-repo? [03:13] ahoneybun, moreover it would be easier to merge if you bzr branch the lp package and replace the changed files [03:15] yea doing that now prth thanks [03:16] ahoneybun, welcome [03:25] prth: still no working treee [03:28] ahoneybun, "bzr checkout ." [03:28] within the dir [03:28] ? [03:29] bzr: ERROR: Not a branch: "/home/aaron/Documents/Kubuntu/Ubiquity-Mine/.bzr/branch/": location is a repository. [03:29] I have to get off anyway [03:30] thanks prth [03:31] ahoneybun, yes [03:32] ahoneybun, if you are starting a new repo then bzr init-repo followed by bzr add [03:33] ahoneybun, otherwise if you are branching from lp repo then bzr init-repo followed by bzr branch lp:ubiquity-slideshow-ubuntu [03:58] Riddell: prth I'm off for tonight but I'll leave this here: https://code.launchpad.net/~aaronhoneycutt/ubiquity-slideshow-ubuntu/15.04 [03:58] right now just the icons are different [03:58] off [04:01] ahoneybun, good night [04:34] Riddell: or someone, please take care of quassel if you didn't already as I'll have no time before Friday. === Riddelll is now known as Riddell [08:39] sgclark: nice first post :) [09:21] Good morning. [09:23] good mornign lordievader [09:25] Hey soee, how are you doing? [09:26] lordievader: pretty good, you ? [09:29] Doing good here :) [09:38] Riddell: friend, where art thou? ping! [09:41] sitter: you really had too much time on saturday ^^ [09:41] If anything, the only wrong statement in the post would be that there's no more package with complex rules. Yes there are. Interesting read otherwise xD [09:43] yofel: mh, about the time. I do really have a second post with a sequencer -> https://gist.github.com/apachelogger/467f2bf442291c3182bd [09:43] :P [09:44] ah, that's what the to-be-continued was for xD [09:44] yofel: does any example of complex rules package come to mind? because I can't even think of one that actually uses file patterns and that is a pretty strong use case of make [09:45] hm, pykde4? That uses a bunch of substitution references in the targets IIRC [09:45] or not [09:46] that's the thing. most of the rules we perceive complex are in fact just a bunch of phony targets with a wall of shell (that usually has trailing \ because each line is its own fork) [09:47] sip4 would be a better example [09:47] I think the most retarded example I can remember would be the mono stuff in the old kdebindings. But that's why nobody ported it [09:47] sip is almost what it should be yes [09:48] mono stuff actually from what I understood when I looked at it some 4 years ago was already pretty resonable with debhelper [09:48] problem was that most upstreams did weird things [09:49] yofel: going to rephrase that complexity bit. thanks for reading :) [09:49] Riddell: when you return ... is there a particular reason why you left okteta use the ABIManager? it screws with the symbols and is useless. albeit, when removing the abimanger now it will break the symbol table because the symbols don't get mangled anymore :S [10:05] oh plasma 5.3 will have wallpaper contest :) [10:49] hi sitter [10:49] sitter: okteta used ABI manager in kdelibs4 times becuase it kept braking ABI without bumping soversion and it was used by kdevelop [10:49] so that's been kept in kf5 land [10:50] keeping abi manager without actually changing the ABI is very bad [10:51] also now that we integrate it we would catch a lack of sobumping [10:54] for you pressing ALT + F2 also switches tty now not activating krunne rby default ? [10:55] sitter: well nothing deps on it so you could get away with cheekily dropping abi manager [10:55] soee: nope [10:56] my oh my [11:18] morning [11:18] oh gosh sgclark, I do worry about your sleep patters! [11:18] patterns [11:18] yeah :( [11:22] on that note... anyone working on kf5.8? [11:22] nope [11:23] maybe I will later, wanted to look at gtk themeing this morning [11:23] I am pondering on the notion of writing an initial tooling chain to have it handled through jenkins, that would however require a bit more time [11:23] although it's no longer this morning [11:24] Riddell: kdeconnect also still needs its redness resolved one way or another http://kci.pangea.pub/job/vivid_unstable_kdeconnect-plasma/7/parsed_console/ [11:25] sgclark: okteta will need a new upload momentarily btw. I am working on dropping abimanager [11:25] sitter: k, np [11:26] sitter: by adding a not-installed file? [11:27] Riddell: considering upstream says it is needed they need to go into a -dev package I'd say [11:27] sitter: upstream says they're not needed unless someone wants to make external plugins [11:28] which means "I don't want to think about this because then I'd have to care about ABI stuff" [11:28] Riddell: then explain to upstream that he musn't install them [11:28] actually ABI doesn't even matter [11:29] what he needs to do si make sure the so-version gets bumped when he breaks ABI [11:29] if he does that we might as well package the dev stuff to enable third party development [11:30] he doesn't want to choose, I'll see if I can just change git to not install the headers [11:31] ok [11:33] not installing the headers is fine, not installing the .so names is harder [11:34] sgclark: [11:34] To apachelogger-guest@git.debian.org:/git/pkg-kde/kde-applications/okteta [11:34] a40f885..7836d7d kubuntu_vivid_archive -> kubuntu_vivid_archive [11:34] Riddell: it's one flag [11:35] Riddell: https://projects.kde.org/projects/kde/workspace/kio-extras/repository/revisions/9e44dfa16facbad57b1b13737ba0beda6ab083a8/diff/network/network/CMakeLists.txt [11:35] interesting [11:38] sitter: ppa5 up [11:38] thanks [11:38] np [11:42] sitter: kdeconnect pushed [11:42] hopefully I'm right in my judgement that vaca doesn't have an opinion and wants one made :) [11:43] * sitter pokes ci [11:43] we usually use reviews for that :P [11:45] meh, beurocracy always gets in the way of action === kbroulik is now known as kbroulik-lunch === aaron_ is now known as ahoneybun === rdieter_work is now known as rdieter [12:56] meh, there I was thinking all was happy when suddently it's not [12:56] can someone test installing gtk-orion and trying firefox for a few minutes? [12:57] sure [12:58] E: Unable to locate package gtk-orion [12:58] http://i.imgur.com/O5aob6s.jpg [12:59] probably would be more useful to test in a VM xD [12:59] sgclark: orion-gtk-theme [13:00] is it in a ppa or something? [13:00] E: Unable to locate package gtk-orion-theme [13:01] sgclark: regular archive [13:01] hmm [13:02] ahh silly me [13:06] sgclark: put this file in ~ and restart firefox http://starsky.19inch.net/~jr/tmp/.gtkrc-2.0 [13:07] sgclark: I had fonts go weird after a few minutes of using [13:07] but I don't know if that's the fault of the font or the orion theme or what [13:07] sgclark: ooh look at http://photo.stackexchange.com/questions/14380/do-we-need-a-license-to-sell-the-photos-of-empire-state-building [13:07] are some of the characters missing? [13:11] hmm they're missing even without that gtk settings file for me [13:11] so maybe something else entirely [13:12] seems fine to me [13:12] ok maybe it's just my computer not liking stackexchange rather than a problem I just created [13:13] that's good, breeze uploaded with new gtk settings :) === kbroulik-lunch is now known as kbroulik [13:34] sgclark: 14.12.3 should be ready today ? [13:35] don't pressure her, she's working as hard as she can! [13:37] Hey folks [13:38] soee: in theory yeah. got some kde stuff going on atm, sorry for the delay... [13:40] sgclark: np :) just ready to test as always [13:42] still have the kde-init problem , but otherwise the OS seems quite stable atm [13:52] hi, which ppa is the one to use for 14.10 + kf5 ? the one i used seems to be deprecated... [13:53] sitter: what have I done wrong with breeze? http://kci.pangea.pub/job/merger_breeze/159/console [13:54] arved: right, use the deprecated one or switch to vivid beta [13:55] arved: i think only kubuntu-ci but im not sure [13:55] hm, how useable is vivid-beta? [13:55] arved: almost stable :) [13:56] almost, I need to test sddm today to see if the vt1->vt7 change has helped or hindered [13:56] im using vivid liek 2-3 months alrerady without bigger problems [13:57] hm, ok except that the update from 14.10 kf5 is not supported :) let's see if i will manage it [13:58] I recommend a reinstall, others have had success installing kubuntu-desktop and upgrading from there [14:00] Riddell: as I mentioned yesterday the bigger problem really is that plymouth doesn't shut down [14:01] the DM is supposed to take over from plymouth and tell it to quit [14:01] so chances are the problem really is that plymouth gets a trigger and then requests focus which causes the vt switch [14:01] and in that sense simply moving sddm to vt7 would be a workaround [14:01] not a fix [14:05] kernel upgrade again :-) [14:38] 14:36 Can you subscribe ~kubuntu-bugs to extra-cmake-modules? I'm filing MIR for it for another package, and even I have another team to subscribe to the package, it would be great if Kubuntu team can keep an eye on it [14:38] how do I do that? [14:38] I can see the list but I can't see how to add to it https://bugs.launchpad.net/~kubuntu-bugs/+packagebugs [14:41] oh worked it out, you need to do it from the package page [14:47] Riddell: I am at a loss on analitza. It says new symbols for i386 but when I try to batchpatch it say no valid patches found [14:51] sgclark: looking [14:53] sgclark: yep it had a new symbol, I committed and pushed, what were you doing? [14:54] tried using pkgkde-symbolshelper batchpatch [14:56] plus 50 other things, anyway thanks :) [14:59] Riddell: cantor... kalgebra missing file, isn't kalgrebra kf5 while contor is kde4 so not compatible right? [14:59] err cantor [15:00] oh yes I did something with analitza didn't I [15:00] cantor is kf5 [15:01] not the tarball we have [15:01] and so is libanalitza6 from analitza [15:01] buildsystem=kde [15:02] analitza4 source package makes the kdelibs4 libraries [15:03] sgclark: hmm, something is messy here [15:04] sgclark: yes I'm just reding it wrong [15:04] cantor is kdelibs4 [15:04] and it uses analitza4 to make cantor-backend-kalgebra [15:05] kalgebra is kf5 and uses analitza [15:05] sgclark: so what's the problem? kalgebra not in ninjas? [15:06] * Riddell spots bug 1427560 [15:06] bug 1427560 in qtbase-opensource-src (Ubuntu) "[FFe] Qt 5.4.1" [Undecided,Triaged] https://launchpad.net/bugs/1427560 [15:07] sitter: what do you think is the best solution for a kde library to install packages from apps? e.g. kcm locale needs it, dolphin file share needs for samba, gwenview for kipi-plugins etc [15:07] sitter: muon could gain command line, it could be packagekit, or a new framework library to do the right thing? [15:07] dantti: got an opinion? ↑ [15:15] Riddell: nah kalgebra is in ninjas fine. cantor is in there to but with issues. missing kalgebra file and missing analitza [15:15] both of which are kf5, but cantor (at least this one) is kde4 [15:15] sgclark: ok I'll take a look [15:15] thanks [15:16] but first, ktp presense applet! [15:17] lol [15:18] heya guys: weird issue: Alt+Left, switches from X to another VT. this is new behavior. do you get this as well? [15:18] (or Alt+Right, resp.) [15:19] kfunk: I've had it on some installs and then I reinstall and it disappears [15:19] it's very annoying when trying to go back in browser history [15:19] I have it right now, and oh dear, annoying like hell :) [15:19] and it's quite a mystery to me [15:19] Riddell: exactly [15:19] this should be X11's fault, right? [15:19] yes could well be [15:21] https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1429766 [15:21] Launchpad bug 1429766 in xorg (Ubuntu) "Alt+Left/RightArrow switches from graphic into text virtual console (Vivid)" [Undecided,Confirmed] [15:22] kfunk: have you tried turning it off and on again? [15:22] woah: [15:22] InstallationDate: Installed on 2009-11-01 (1953 days ago) [15:22] InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027) [15:22] that's epic [15:22] where's that from? [15:23] 6 years of upgrading, twice a year, and the system is still not borked? :) [15:23] from that bug report [15:23] not bad :) [15:24] Last night, I applied updates to Vivid and shut down. This morning, it booted to tty1 instead of SDDM. I applied updates in tty1, and got lots of ufs errors. Is this a known problem? [15:25] mparillo: :( [15:25] mparillo: is sddm starting on vt7? [15:25] cos I uploaded it yesterday to do that [15:25] How do I switch to tty7? [15:25] mparillo: alt-f7 [15:26] Alt-F7 gives me a blank screen. [15:27] Alt-F1 gets me back to tty1. [15:27] so sddm isn't starting I guess [15:27] systemctl start sddm ? [15:27] udo service sddm restart [15:27] sudo [15:28] BluesKaj_: that's old school no? systemd land uses systemctl [15:28] I have used BluesKaj_ version. [15:28] In the past. I will try Riddell vesion from tty1 [15:28] plz use systemctl [15:29] It asked for my password, and I got the SDDM login screen. [15:29] Riddell, ok , but it seems to me I restarted sddm with that command with systemd-sysv installed [15:30] Riddell: last one to bug you with I hope.. okular wants libkscreen that does not appear to exist [15:31] And now I see lovely Plasma 5. TY, and I assume no bug is necessary. [15:31] mparillo: hmm well it may be, I've yet to test it properly myself [15:32] mparillo: but now you have a GUI do you fancy writing a wire article about the lwn story? [15:32] Riddell: qapt does all of that [15:33] Ten Years of Kubuntu? [15:34] Riddell: mparillo bug 1431332 [15:34] bug 1431332 in digikam (Ubuntu) "Kububtu vivid beta is dead. Wont boot anymore since last dist-upgrade which provided new kernel" [Undecided,New] https://launchpad.net/bugs/1431332 [15:35] mparillo: yeah [15:35] sitter: but only for apt distros, so it's not a good upstream solution [15:35] oh my, look at that [15:35] https://errors.ubuntu.com/?release=Ubuntu%2015.04&user=kubuntu-bugs&period=month [15:36] shadeslayer: digikam is naughty [15:36] I don't have it on my screen, qtcreator is the top crasher on my screen === shadeslayer changed the topic of #kubuntu-devel to: Kubuntu - 10 years of friendlyness | https://trello.com/kubuntu | http://qa.kubuntu.co.uk/ | 14.12.3 Status http://goo.gl/SudPKi | Crash tracker : http://goo.gl/Cdynad [15:37] shadeslayer: I think I am blind, I don't see the neon green that is suppose to represent 15.04 [15:37] Hmm, my google-fu seems to be lacking. Do you have the link to the lwn story? [15:38] mparillo: https://lwn.net/Articles/635880/ [15:38] mparillo: http://lwn.net/SubscriberLink/635880/a9b3bd388f21a263/ (but don't use that link in the story just say it's subscriber only for a couple of weeks) [15:41] well I don't get that chart. I don't see 15.04 on there at all, but the other info is useful [15:41] ubiquity is on there alot.. [15:42] shadeslayer: Riddell TY, I think I understand now. If $work allows some mult-tasking, within a couple of hours. [15:43] thanks mparillo :) [15:47] Riddell: No, thank you for getting me a Plasma5 Desktop back, and for my first introduction to systemd. [15:48] Riddell: for locale there can't be a gneral purpose solution that is not specific to the kcm [15:49] sitter: the kcm has a method for installing langpacks, it just has a comment saying //TODO [15:49] e.g. we do have way too many different considerations playing into what gets installed for any given language that you couldn't possibly provide this through an 'install this thing' api [15:49] sitter: upstream provides the packages as kde-l10n-xx so it would be reasonable for upstream to try to install those [15:49] for samba and kipi it becomes indeed more of an install-this problem where this however still needs mapping to what $this is called in $distro [15:50] Riddell: that makes no sense for us though [15:50] sitter: why not? [15:50] because we need l10n for libreoffice [15:50] and firefox [15:51] and possibly other stoftware the user has installed [15:51] so we change kde-l10n-xx to language-pack-kde-xx [15:51] Riddell: what exactly does that solve? [15:51] sitter: but my question is about the general case, e.g. dolphin needs to install samba for file share or gwenview needs to install kipi-plugins [15:51] that should probably be done through muon [15:52] as I argued when someone had the idea to glue kickoff to packagekit rather than libmuon [15:52] sitter: but muon doesn't have an easy way for external applications to use it? [15:53] that's why packagekit was used in the end one presumes [15:54] Riddell: I'd first have VDG figure out what the samba thing in dolphin and the kipi thing in gwenview should look like before worrying about the tech to be honest [15:54] best case scenario libmuon needs to grow one function install(QString package) [15:54] perhaps VDG would like a more involved thing in which case muon would need other stuff [15:55] eitherway, libmuon is where that stuff should be going down [15:55] sitter: to me it feels like a good SoC project no? [15:55] doesn't make much sense to have a package manager that already abstracts on top of apt and packagekit and then go use one or the other again [15:55] sitter: new CI love may be wanted on git clone debian:kde-extras/kde-telepathy/ktp-legacy-presence-applet [15:55] Riddell: quite possibly [16:05] Riddell, adventurous decade of kubuntu! the article is really inspiring :) [16:05] Riddell, congrats and thanks a lot [16:07] prth: ooh yay thanks :) [16:07] I was worried it would be too much grumping but I think that got fixed in the proofreading [16:08] I think you expressed all sides well. I enjoyed the article [16:10] yay! [16:24] hmm , suffering from memory creep here...the RAM usage slowly creeps til it's pactically maxed at the available 6G , the culprit seems to be /usr/bin/plasmashell --shtup showing in htop with several instances using 6.5% memory each [16:25] err --shutup [16:28] wonder what these plasmashell instances could be ? [16:35] sgclark: uploaded cantor and analitza, set okular issues to ignore, there's no kscreen for kdelibs4 now and no activeapp [16:36] okies, so then we should be ready for testers? [16:38] sgclark: libkface symbols? [16:38] oh bah [16:38] sgclark: ksnakeduel? [16:38] hmm I think I have a meeting with the community council shortly [16:38] that is dead [16:38] wonder what I should say [16:39] sgclark: ksnakeduel is in http://download.kde.org/stable/applications/14.12.3/src/ [16:40] well that is odd, somehow go tmissed sorry, uploading.. [16:45] clearly I don't know how to do symbols anymore. How are you patching these symbols Riddell? I just get no patches found [16:46] sgclark: I used sitter's handy script http://paste.ubuntu.com/10586171/ [16:46] (had to run it through dos2unix) [16:47] pft [16:47] first time I ran it manually: pkgkde-symbolshelper batchpatch -v 4:14.12.3 buildlog_ubuntu-vivid-i386.analitza_4\:14.12.3-0ubuntu1~ubuntu15.04~ppa1_BUILDING.txt [16:47] but turns out the symbol was arch specific so I had to run it with sitter's script [16:48] it may still break in the real archive where there's more arches again [16:48] yeah manually is not working for me [16:48] sgclark: are you remembering to gunzip it? [16:48] LOL nope, that is it [16:49] sgclark: khangman needs a not-installed file added? [16:51] Riddell: that file is in the not-installed... that error comes up everytime.. I don't rightly know why [16:54] sgclark: "./usr/lib/*/libkhangmanengine.so" is there but wildcards don't work in not-installed [16:54] gotta be a memory leak , I've done nothing to increase the usage here [16:54] sgclark: needs to be listed twice, once with x86-64 and once with i386 [16:54] up to 75% now , satrted out at 7% or so [16:56] "kget source: source-is-missing extensions/webinterface/www/mootools-core-yc.js" grr, bloody javascript [16:56] I hate freaking minified js [16:56] I can never rid of those nasty messages [16:59] ignore for now, it's upstream's problem [17:00] ok fixing khangman, then I hope to be done haha [17:05] what is with libgit2 in kate, it is in control, but does not seem to be seen by the build [17:05] Riddell: ^ [17:21] just for the record i upgrade from 14.10 to 15.04 w/o deinstalling kf5 and it worked, apart from KDE becoming inoperable some time during the installation process. [17:24] arved, so my upgrade from 14.10 with default plasma 4 should go without a hitch [17:25] if and when I decide to do it [17:25] well at least you are running a supported configuration ... [17:27] well atm I'm testing 15.04 as well [17:28] and after the last kernel upgrade I ended up with a memory leak [17:30] it's almost time reboot again since it's about to max out my RAM [17:53] ooh gosh I'm on http://www.protocolsplugfest.com/europe/speakers/ [17:54] any ideas on what I should talk about? [17:55] jmux: I might need to pick your brain about that sometime ↑ [17:56] hello world [17:57] mparillo: if you're still planning to write a kubuntu wire article adding a sentence and logo about that conference would be good ↑ [17:57] hola ovidiu-florin_ chico [17:57] can someone help me with a script to get all the internal links from our current site? [17:57] and then test to see which of those links on the new site return a 404? [17:59] Riddell: i POSTED TO THE WIRE. wHAT CONFERENCE? [17:59] whoops/ [17:59] Splugfest? [18:00] mparillo: oh cool so you did :) [18:00] mparillo: well when you get the desire to write again then http://www.protocolsplugfest.com/europe/speakers/ would be worth a quick wire article [18:01] You are the only Kubuntu speaker, right? [18:02] yep [18:02] but they still have spare slots if anyone else thinks of something to say :) [18:02] Well, it would not do to plug yourself. [18:02] actually if anyone thinks of something to say please tell me so I can use it :) [18:02] Riddell: Sure - if I can help. You're in "smb directory services" - not sure how I can help there... [18:04] no idea why they put me in that track, I'll just write about any sort of "interoperability" or different systems talking to each other [18:06] Well - seems the speaker "tags" are a little bit random. And half of the speakers are from Microsoft. Strange mix. I know 4 of them - all non-MS [18:14] sgclark: I fixed kget javascript upstream so we can ignore that in kubuntu now [18:16] Riddell: okies, I am stuggling with khangman, if I fix mine I break CI and vise versa... [18:18] sgclark: what's up? [18:20] https://launchpadlibrarian.net/200055238/buildlog_ubuntu-utopic-amd64.khangman_4%3A14.12.3%2Bgit20150312.1807%2B14.10-0ubuntu0_BUILDING.txt.gz [18:20] hmm [18:21] Riddell: more answers if you look at CI [18:21] um, weird [18:21] my fixing of those paths killed CI, so I merged and the other install files no match [18:21] I've no idea what it doesn't build libkhangmanengine.so [18:22] so i am reverting and only changing not-installed locally and uploading.. [18:23] clearly there are changes in unstable that are not in this tarball.. though I am curious why pushing to kubuntu_vivid_archive would trigger such breakage.. [18:24] well pushes to kubuntu_vivid_archive get magically merged into kubuntu_unstable [18:24] Anybody using wxWidgets on Plasma 5. Scrolling is a bit off for me. [18:24] and that is where it went boom [18:27] maybe it has changed in kde master.. [18:27] perhaps [18:27] * Riddell looking [18:32] anyone have plasma shell eating memory? [18:33] RES 278MiB here (with a one day uptime) === aaron_ is now known as ahoneybun [18:38] Riddell: ping [18:38] hi ahoneybun [18:38] Riddell: http://imgur.com/2aUmlJ3 [18:39] for some reason it does not show the background [18:39] even the old one does not show since I have not put the new one in there yet [18:43] ahoneybun: sounds like a beastie [18:44] also Riddell: https://code.launchpad.net/~aaronhoneycutt/ubiquity-slideshow-ubuntu/15.04 [18:48] * ahoneybun loves the internet Riddell http://www.thepowerbase.com/wp-content/uploads/2013/03/reddellshotgun.jpg [18:49] wth xD [18:49] ahoneybun: the original version of that photo had a shotgun [18:50] XD [18:50] someone pointed out it was a little bit offensive for a pacifist quaker, but hey that's what you get for being an international freedom fighter :) [18:51] haha [18:52] Riddell: khangman in ppa fixed... that should be all of it [18:52] wth more sysmbols [18:52] sgclark: I just reverted the khangman branch for kubuntu_unstable so hopefully that'll fix up ci [18:52] okies [18:53] sgclark: where are you looking for symbols? [18:54] evidently libkface has more symbols stuff, I already batch patched once.. [18:55] sorry, I am tired and cranky [18:55] sgclark: probably it's platform specific, let me try [18:56] okies ty [18:59] sgclark: yeah it was so it needs sitter's magic script [19:00] Riddell: ah okies [19:00] libkface ppa6 up to ninjas [19:01] Riddell: thank you so much [19:01] Riddell: will http://www.kubuntu.org/support and http://www.kubuntu.org/community links still work with the new site? [19:02] ahoneybun: dunno ask ovidiu-florin_ [19:03] ovidiu-florin_: ^^ [19:17] Riddell: ok to ask for testers? or did I miss anything else? [19:20] sgclark: ooh yes let's ask for testers [19:20] how do you do that fancy irc thing? :) [19:21] try !testers | something [19:21] !testers | 14.12.3 in ninjas needs testing [19:21] 14.12.3 in ninjas needs testing: 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 for information [19:21] woo [19:22] :) [19:23] vivid? [19:24] yofel: yep [19:24] yes [19:24] sgclark, ok where? [19:24] perfect [19:24] ninjas [19:29] what's the official way to override the screen DPI detection? [19:29] (in plasma) [19:33] system settings >fonts>forcefonts DPI ? [19:34] that fixed the font size, but thanks to my desktop screen exporting wrong information over HDMI, plasma is like 10x as large as it should be [19:34] except the panel, that's fine for some reason [19:49] well I upgraded my kernel and cannot reproduce https://bugs.launchpad.net/bugs/1431332 [19:49] Launchpad bug 1431332 in sddm (Ubuntu) "Kububtu vivid beta is dead. Wont boot anymore since last dist-upgrade which provided new kernel" [Undecided,Confirmed] [19:56] ok my RAM is maxed out again [19:58] Riddell: http://imgur.com/LqXWynW :) [20:00] ahoneybun: ooh shiny! [20:01] :) [20:02] Riddell: what was weird was that the css was missing the code to set the background, now the preview works so I'm guessing it will work fine on the installer then [20:03] rocking [20:04] Riddell: can you review please? [20:06] * Riddell runs bzr update [20:06] do I need to run make each change? [20:06] this thing takes ages to build [20:06] https://code.launchpad.net/~aaronhoneycutt/ubiquity-slideshow-ubuntu/15.04/+merge/252816 === rdieter is now known as rdieter_work [20:11] ahoneybun: building... [20:11] yay today's live CD boots into X fine [20:11] so sddm is ok [20:11] maybe there's a problem on upgrades [20:11] but I can't upgrade because I'm building ahoneybun's slideshow branch :) [20:12] or at least I don't want to kill my machine half way through [20:12] I just did a release upgrade of my desktop to vivid, and sddm started fine after that (took a while because systemd got stuck on a missing device, but you saw that) [20:13] Riddell: :) [20:15] yofel: what vt is it on? [20:15] 7 [20:16] I also upgraded and it booted fine [20:16] yofel: what happens if you apt install libudev-dev ? [20:16] libudev-dev is already the newest version. │·············· [20:18] brb [20:21] anyone good with python around here? === ovidiu-florin_ is now known as ovidiu-florin [20:24] yofel: what happens if you apt install libudev-dev --reinstall ? [20:27] ahoneybun: I can't get it to transition between slides running ./test-slideshow.sh can you? [20:30] Riddell: nothing strange [20:31] lovely [20:31] I wonder if bug 1407152 is magically fixed [20:31] bug 1407152 in sddm (Ubuntu) "Can't log out from KDE 5" [Critical,Incomplete] https://launchpad.net/bugs/1407152 [20:33] can't try it right now. But I do have that as well (killing ksmserver helps for me) [20:33] back [20:33] 20:27 < Riddell> ahoneybun: I can't get it to transition between slides running ./test-slideshow.sh can you? [20:33] I can't get that script to run [20:33] get some errors [20:33] ahoneybun: how did you test it? [20:34] ./kubuntu-slideshow.py [20:34] oh aye, didn't see that [20:35] hmm also doesn't transition or have the background [20:35] your missing the background? [20:35] oh it has the background if I ru nthe right branch [20:35] it works on my branch [20:36] ahoneybun: does the slide transition work? [20:36] it goes though all the slides with a nice "to the left slide" transition [20:38] want a short video Riddell? [20:38] nah I'll just merge and see what happens then [20:38] * ahoneybun looks through the css to edit where the icons are [20:40] ahoneybun: hmm merge isn't happy https://paste.kde.org/pqiprhnov [20:41] ahoneybun: lots of conflicts on https://code.launchpad.net/~aaronhoneycutt/ubiquity-slideshow-ubuntu/15.04/+merge/252816 [20:41] ahoneybun: I think you did something funny to your branch [20:41] hho [20:41] ahoneybun: could you try creating a new branch with your changes in it so they can be merged? [20:42] Riddell: yea sure, could shoot me the commands as that is where I think I went wrong [20:43] Riddell: prth helped me last night but I think I messed something up [20:43] ahoneybun: bzr branch lp:ubiquity-slideshow-ubuntu [20:43] cd ubiquity-slideshow-ubuntu [20:43] cp [20:43] bzr diff [20:44] (just to check) [20:44] bzr commit -m "message" [20:44] bzr push lp:~aaronhoneycutt/ubiquity-slideshow-ubuntu/15.04-2 [20:45] ok will do [20:47] that one has a lot more revisions [20:49] Riddell: http://pastebin.ubuntu.com/10587532/ [20:52] it looks good to me [20:54] https://code.launchpad.net/~aaronhoneycutt/ubiquity-slideshow-ubuntu/15.04-2/+merge/252819 [20:57] Heh "PPAs with the highes number of uploads in the last 7 days" Kubuntu CI Stable (Daily Snaphot) 818 Kubuntu CI Unstable 701 [21:08] ahoneybun: when I merge your branch there is a blank icon on the first slide [21:08] did you bzr add that icon? [21:10] ahoneybun: yeah it's missing, you need to bzr add for new files [21:10] then bzr commit [21:11] bzr push lp:~aaronhoneycutt/ubiquity-slideshow-ubuntu/15.04-2 [21:11] on the welcome slide Riddell? [21:12] ahoneybun: yes and firefox for example [21:13] Riddell: added those icons [21:13] and pushed [21:14] fixes the kubuntu logo [21:15] hmm do I have to wait for it all? [21:16] is firefox still missing [21:16] ? [21:16] firefox is there [21:16] no icon on the photos slide [21:16] oh ok let me get the rest [21:16] icons/gimp.png [21:16] hmm can you change that to a krita icon? [21:16] yea my icons show up [21:17] yea sure [21:17] icons/applications-multimedia.png missing [21:18] Riddell: there is just a paint brush as the krita icon [21:18] ahoneybun: http://commons.wikimedia.org/wiki/File:Calligra_Krita_icon.svg or http://www.extvia.com/temp/mascot_20121225_krita.png [21:19] icons/application-vnd.stardivision.mail.png missing, is that from staroffice? [21:20] icons/steam.png missing, I think that'll be trademarked and it's not kde surely there's something better? [21:21] Riddell: steam icon was in the breeze set [21:21] hmm ok [21:21] but still doesn't mean we won't get in trouble if we use it somewhere that's branding [21:22] plus we want to promote KDE and not proprietary software [21:22] (well maybe) [21:22] let me look [21:22] I can't get that krita icon to download as a svg [21:22] got it [21:22] Riddell: I agree [21:37] Riddell: https://github.com/jsj2008/kdegames/blob/master/kblocks/hi128-app-kblocks.png [21:38] ahoneybun: looks nice [21:38] sgclark: hiho [21:38] hows it going with apps ? [21:39] soee: needs testing [21:40] Riddell: where are they ? [21:40] soee: in ninjas [21:40] Riddell: ppa pls ? i see i has been removed from my sources list [21:41] msg'ed [21:43] Riddell: upgrading [21:47] Riddell: everything should be fixed [21:47] bbl I'll be in IRC in a few mobile wise [21:49] today's live cd seems mostly good but needs autologin fixed on sddm [21:49] eek, today's vivid updates have left me unable to boot up completely: blank screen saying only "starting version 219" [21:49] valorie: yep, known problem [21:49] solution? [21:50] valorie: alt-f2 login systemctl start sddm [21:50] I've no idea what's wrong with upgrades [21:50] not everyone seems to be addected [21:50] affected [21:50] but I was [21:51] that seems to have worked [21:51] I was going to test upgrading this lappy to vivid today [21:51] I guess that's a simple enough fix to chance it [21:51] I wonder if /etc/init/sddm.conf doesn't get upgraded [21:52] Riddell: upgrade without any errors [21:52] will reboot now [21:52] anything I can add that will help figure it out? [21:52] valorie: can you diff this against your copy? http://starsky.19inch.net/~jr/tmp/sddm.conf [21:52] soee: watch out for issue valorie just had [21:52] oh... [21:52] well if he doesn't return we'll know it's a common problem :) [21:54] Riddell: all fine [21:55] Riddell: one more thing: why when booting, after few seconds when we see plymouth, we have this "srarting version 219" line ? [21:56] soee: I've no idea what that's about [21:56] soee: but sddm starts for you fine? [21:56] identical that computer and your file [21:56] Riddell: yes [21:57] Riddell: sddm does not work only with nvidia-prime, atleast lat time i tried to install it [21:58] now im without nvidia-prime and sddm works nice [21:58] hmm, so no idea what the issue with valorie (and me and others) is [21:58] today's image installs and runs fine [21:59] whever would sddm now not get started by systemd on upgrade I've no idea [21:59] about kdeconnect, we have icon visible in systray but when we click on it it fedes out because there are no paired devices, shouldn't this icon in that case be hidden by default than ? [21:59] it restarted yesterday, but today I couldn't come back from a logout [21:59] so I restarted [22:00] bug 1431332 [22:00] bug 1431332 in sddm (Ubuntu) "sddm not starting after upgrade" [Undecided,Confirmed] https://launchpad.net/bugs/1431332 [22:00] valorie: logout is broken [22:00] ok, this box i"m typing on becomes the experiement [22:00] anybody fixing that? [22:01] valorie: logout not working is another known but which (I just tested) seems to be fixed today [22:01] soee: can you test if logout is working for you after an upgrade/reboot ? [22:02] Riddell: were there any chnages lately that shoudl fix this ? [22:02] valorie: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1427672 [22:02] Launchpad bug 1427672 in systemd (Ubuntu) "System doesn't power off when shutting down" [High,Confirmed] [22:02] oh wait not this [22:03] Riddell: one second ill test now if logout works [22:03] hmm I think I killed my laptop rying to logout heh [22:04] I have a VM. Want me to test logging out? Safer. [22:04] ok, I confirmed the bug 1431332 [22:04] bug 1431332 in sddm (Ubuntu) "sddm not starting after upgrade" [Undecided,Confirmed] https://launchpad.net/bugs/1431332 [22:04] Riddell: broken, if i try to logout it ends wth black screen and cursor [22:04] yeah I am regretting my decision [22:04] logging out here and coming back on my other box [22:05] mparillo: worth a shot [22:05] Riddell: i can login and startx from tty1 [22:06] sgclark: regreat what ? [22:06] Hmmm the shutdown 'tab' is gone from the Application Launcher [22:06] testing logout [22:06] :D [22:07] and now I am in initramfs busybox//?! [22:07] omg [22:07] please boot lol [22:07] Only my Favorites 'tab' is there. Picking Leave from the 'Hamburger' [22:08] sgclark: alt-f2 , login, systemctl start sddm [22:08] whew [22:08] oh good :) [22:08] it is back [22:08] lol [22:11] sgclark: great work on apps, thanks [22:11] I lost my breeze cursor, screen went blank, but VM did not shut down. No system messages. Sometimes I see something like System is going down NOW. Not this time. Just a blank screen. Unresponsive to ALT F1-7 or virtual alt control delete. [22:11] sigh [22:12] On re-starting my VM, I get tty1. I will try to update. [22:13] mparillo: systemctl start sddm ? [22:13] Will do. I planned to update / upgrade first [22:17] upgrade complete. dist-upgrade complete. systemctl start sddm got me the SDDM login. I needed my password for systemctl even though I had just given it to the sudo apt update [22:18] same here [22:19] And my application launcher has the leave 'tab' again. Trying it from there. [22:21] Looks like a dump from the old days. [22:22] * Riddell adds bug 1431587 [22:22] bug 1431587 in casper (Ubuntu) "livecd sddm autologin" [Undecided,New] https://launchpad.net/bugs/1431587 [22:22] Did that work Riddell ? [22:22] ahoneybun: your update? yes looks good [22:22] to slideshow [22:22] I'll update it when I've installed my dev tools [22:23] Sweet \o/ [22:23] ahoneybun: if you're in the mood for useful stuff http://www.kubuntu.org/feature-tour badly needs an update :) [22:23] Ive been talking with ov [22:24] ovidiu-florin: about that [22:28] ovidiu-florin: ill be home around 10:30 pm est [22:28] great :) [22:30] phew, i did apt-get autoremove to remove old kernels and during that action plymouth showed up and i had to reboot :/ [22:31] I'll get some screenshots up later tonight Riddell [22:31] ahoneybun: there's a trello checkbox for that in Kubuntu Promotion [22:32] I'm off to bed, it's awfull late here [22:32] ahoneybun: oh I had a request from the kexi buy to put calligra in the feature tour, dunno if you want to keep that in mind [22:32] ovidiu-florin: sleep well [22:32] Riddell ahoneybunI'm currently working on the first 2 checks in that list (the URLs) [22:32] ahoneybun: ^ [22:32] Libreoffice is the featured suite though Riddell [22:32] right and calligra is not installed by default right? [22:33] We could offer it like we do rekonq and chrome [22:33] yeah that easy to download page or some such [22:33] ahoneybun: right that's why you may want to ignore it [22:34] ahoneybun: it was actually for kexi / calligra from the kexi guy [22:34] Oh [22:34] or sitter will get an aneurysm if we try to offer it by default [22:34] probably should mention it somewhere as it is KDE [22:36] sgclark: like how we offer rekonq and chromuim [22:36] sure [22:36] is there already kf5 kdetelepathy port ? [22:36] yeah [22:36] do we have it in vivid ? [22:37] oh sorry yeah to ahoneybun [22:37] no idea on kf5 telepathy [22:37] Who does the decision fall down to Riddell ? [22:40] soee: there's a port but it hasn't been released [22:40] ahoneybun: slideshow uploaded, many thanks! [22:40] ahoneybun: decision on what? [22:41] there is widget: webbrowser available but by defautl it does not work as the error message states: QtWebKit is not installed [22:41] Riddell: including calligra [22:41] if widget is available shouldn't teh dependency be installed also ? [22:41] Riddell: ok [22:42] Riddell: \o/ [22:42] ahoneybun: in the cd or the feature tour? [22:43] soee: if what widget is available? [22:43] Slideshow [22:43] Unless you were talking about including calligra in the feature tour [22:43] ahoneybun: the request from kexi/calligra guy was to include it in the feature tour [22:43] Oh [22:44] but the decision is by whoever makes the feature then feedback from the kubuntu contributors community then if it really needs a vote the kubuntu council [22:44] Riddell: http://wstaw.org/m/2015/03/12/worksace13.png [22:44] Its not include by default so not sure how to include it in the tour [22:45] ahoneybun: I think a slide of "calligra has some lovely bits, try krita or kexi" would be nice [22:45] since krita and kexi are really lovely [22:45] Never have used it [22:46] soee: I see the same problem, missing depends I guess, file a bug [22:46] ahoneybun: try them, they're lovely :) [22:46] Riddell: I'll see if i can work it in [22:47] Riddell: against ? [22:47] soee: kdeplasma-addons I think [22:47] it's late, time to go home [22:47] See yea Riddell [22:47] see yas [22:48] Riddell: but i dont see such component there https://bugs.kde.org/enter_bug.cgi?product=kdeplasma-addons [22:48] upgrade of the older laptop is going well so far - ppa-purge seems to have worked just fine [22:49] soee: on launchpad [22:56] hmmm, do-release-upgrade isn't working; for the beta, how to upgrade in the cli? [22:58] Riddell: can you confirm please https://bugs.launchpad.net/ubuntu/+source/kdeplasma-addons/+bug/1431610 ? [22:58] Launchpad bug 1431610 in kdeplasma-addons (Ubuntu) "Web Browser plasmoid missing dependency to TQWebKit" [Undecided,New] [22:58] aha, kubuntu-devel-release-upgrade works [23:15] prth: i see my bug was marked at critical [23:18] ahoneybun, yeah & triaged [23:19] prth: \o/ [23:32] RIP Sir Terry Pratchett [23:32] what a terrible loss [23:32] true :( [23:33] valorie: the slideshow is updated :) [23:34] it's how he would have wanted, he didn't want to degrade into Alzheimers [23:34] oh yes, I'm happy for him that he's no longer suffering [23:34] just such a cruel end [23:35] excellent, ahoneybun [23:35] I felt the same when my mother went, for the same horrible reason [23:35] at least he could still write for awhile [23:42] Yay [23:43] * ahoneybun needs to fill bug against kmail [23:43] kmail... I want to love it, but alas breaks much to often [23:43] what problems you having with KMail? [23:44] my internet is absolutely horrible and timeouts alot, so I get stuck with cannot retrieve collection blah balh, there are many bug reports out with this issue [23:45] I can restart akonadi and most of the time it works, but filters then seem to stop functioning .. [23:45] just tired of fighting with it [23:46] I could not get though the first time setup [23:46] It hangs