=== jackyalcine is now known as jacky [05:27] boo, this is not us, is it? https://bugs.kde.org/show_bug.cgi?id=333185 [05:27] KDE bug 333185 in general "After turning on the Dropbox plugin, and restarting Dolphin - immediate crash" [Crash,Unconfirmed] [05:27] Jacky confirmed it [05:59] yofel: Riddell: if you have qdbus installed (the qt4 version), and you call qdbus -qt4, it should always work [05:59] that's same as QT_SELECT=qt4 qdbus, ie both override default.conf coming from qt5-default [06:17] good morning === fabo_ is now known as fabo === ahoneybun_ is now known as ahoneybun [07:33] allee: I do not see any crash submissions regarding dolphin [07:34] I just posted mine, apachelogger [07:35] https://bugs.kde.org/show_bug.cgi?id=333185 [07:35] KDE bug 333185 in general "After turning on the Dropbox plugin, and restarting Dolphin - immediate crash" [Crash,Resolved: duplicate] [07:35] ah yeah [07:35] valorie: not ours [07:35] * apachelogger forgot to reply ^^ [07:36] that's good [07:36] or well, the master bug is not [07:36] #12 0x00007f4931bea7e9 in ?? () from /usr/lib/kde4/fileviewdropboxplugin.so [07:36] definitely crashes in a 3rd party thing [07:38] quick response on a bug report; me likey [07:43] Mirv: that's not much of a solution unless we do that for every call of 'qdbus' that are scattered over the system [07:45] right, I've no understanding of the amount of qdbus calls around [07:46] the ugly hack would be to depend on both qdbus-qt5 and qdbus packages... as suggested that the qt5 version is compatible [07:47] Mirv: would it be acceptable for qt5-default to recommend qdbus-qt5? [07:47] until we have a better solution [07:47] yofel: I think mostly only if you convince pkg-kde to do so too.. they'll have the same problem, it's just that in Debian not too many people yet install qt5-default [07:48] hm :/ [07:48] depending on qdbus-qt5 would mean seeding qt5 on our images, which I would prefer not to - at least for trusty [07:51] Mirv: ok, lets see what they say for now, I'm over there too anyway [07:52] thanks [07:52] yes I noticed :) === ikonia_ is now known as ikonia [08:28] hm [08:28] !info akonadi trusty [08:28] Package akonadi does not exist in trusty [08:28] !info akonadi-server trusty [08:28] akonadi-server (source: akonadi): Akonadi PIM storage service. In component universe, is extra. Version 1.12.0-0ubuntu1 (trusty), package size 560 kB, installed size 2216 kB [08:29] (we can't possibly name the binary package akonadi, that would almost make sense) [08:29] also bzr is out of sync [08:29] \o/ [08:29] calligra flow is not a totally bad app, but it needs some decent basic flow chart defaults - its such a mass of random symbols, its very hard to get anything done. [08:30] jussi: I think you are supposed to tell the calligra developers [08:30] it's pretty badly maintained is calligra flow, was made by The Kompany back in the day and abandoned when nobody bought templates [08:30] apachelogger: yes, that too. However, people here actually listen to me :P [08:31] so, anyone got alternate apps? [08:31] dia [08:31] support happens elsewhere :O [08:32] Riddell: sadly dia is poor also. guess Ill go and use $onlinething [08:40] right, so this random java thing called "yed" looks the goods. lets see. [08:44] Uploading akonadi_1.12.1-0ubuntu1_source.changes: done. [08:44] Successfully uploaded packages. [08:44] new upstream release, fixing bugsery [08:44] ScottK: ^ [08:53] Hello [08:53] bug of libreoffice-kde ! [08:53] on 14.04 [08:58] exciting [09:20] apachelogger: are you able to look at bcooksley's complaint? [kde-packager] Shipping by distributions of non-KDE distributed components [09:22] I did, stuck in moderation [09:48] * apachelogger squints [09:49] Quintasan: I think the upgrader is drunk [09:49] also python ftw [09:49] apachelogger: Why am I suddenly drunk? [09:49] because you have been drinking [09:49] clearly [09:50] why else would you try to encode unicode as ascii :P [09:50] Quintasan: report bug I guess [09:51] well [09:51] ask do-release-upgrade [09:51] what it is trying to do. [09:51] https://www.kubuntuforums.net/showthread.php?65105-Unable-to-start-Dr-Konqi :O [09:51] Quintasan: it's trying to encode utf8 as ascii [09:51] as the error states [09:52] That I can understand, the question is why it tries to do that [09:52] the reason it does that is because python is such a fancy language it manages to fall over text encoding in 2014 [09:53] >Python [09:53] I just don't want to touch it. [09:53] I did not tell you to touch it, did I [10:04] * apachelogger hits the regression alert button [10:07] Uploading kubuntu-driver-manager_14.04ubuntu7_source.changes: done. [10:07] Successfully uploaded packages. [10:07] fixes notification spam issue [10:07] yay! [10:07] apachelogger: what's the regression alert? [10:08] the thing I fixed [10:08] phew [10:08] persistency got lost in the refactoring I did a while ago [11:05] apachelogger: the dolphin crash was fixed interactively here in IRC. Yesterdays commit in baloo KDE/4.13 is the result and fixes the crash here as I could confirm [11:05] apachelogger: no dolphin rebuild was necessary [11:06] allee: oh, a commit we don't have in the packaging yet? [11:08] apachelogger: upps, right. I thought you plan to do another git snapshot anyway, so I was to lazy to ping you. Sorry [11:08] 707f61f3c4134b64bdd923cf4dc5199219b79c01? [11:08] *too [11:08] kde bug 332403 [11:08] KDE bug 332403 in General "Dolphin crash when changing the rating of a file in baloo search results" [Crash,Resolved: fixed] http://bugs.kde.org/show_bug.cgi?id=332403 [11:10] apachelogger: yes, 707f61f3c4134b64bdd923cf4dc5199219b79c01 [11:10] importing [11:11] allee: I wasn't going to import baloo today FWIW ^^ [11:12] apachelogger: side question: is here a tool to create a orig.tar + patch from a git repo? I did everything yesterday the step by stop way :-( [11:12] apachelogger: me culpa [11:13] allee: nope [11:14] you could easily script something though... pull-lp-source will get you the latest source package, git clone && git diff v4.13.97 will give you the diff to rc1 [11:15] apachelogger: k [11:17] allee: you could also simply tar the git repo though ;) [11:18] shouldn't really make a difference for local usage [11:20] Mirv, yofel: https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/827815/comments/14 couldn't qtchooser simply try the other version when the exctuable cannot be found? [11:20] Launchpad bug 1176686 in qtchooser (Ubuntu Raring) "duplicate for #827815 qtchooser does not properly work with multiarch" [Critical,Triaged] [11:20] apachelogger: that's what I did (without .git/) but it's a tendious job to get with versions and _ versus - ;-) [11:20] sune made a good point that that's a rather bad idea for stuff like qmake, moc, ... [11:20] I mean, chances are the user will have some qdbus installed, qtchooser just doesn't seem to do a very good job at finidng the right one [11:20] he wanted to think about what to do, hasn't responded yet [11:21] yofel: qdbus exclusive then :P [11:21] apachelogger: https://codereview.qt-project.org/82702 [11:21] this thing is as much a mess as the alternative solution before, except now it's upstream :P [11:22] IMHO qt should just version their tool names and be done with it, if I only support qdbus4 then I'll call qdbus4 etc. ;) [11:23] well, that's what qdbus -qt4 does, and wouldn't help us in the current situation at all [11:23] at least not to implement that now [11:23] allee: by strip/grep/sedding dpkg-parsechangelog you should be able to get the version [11:23] alternatively a sed on debian/changelog I guess [11:24] yofel: sure, startkde would then call qdbus4 :P [11:25] yeah, if that's how it already was, it would've been great [11:25] and calling the new one qdbus5 would've already helped [11:25] but nobody seemed interested [11:25] Uploading baloo_4.12.97-0ubuntu3_source.changes: done. [11:25] Successfully uploaded packages. [11:26] fixes crasheroo when rating stuff in dolphin [11:27] Uploading kde-runtime_4.12.97-0ubuntu3_source.changes: done. [11:27] Successfully uploaded packages. [11:27] git commit import + disabling gpg kwallet again [11:28] yofel: why doesn't the default package depend the tools btw? [11:29] or well, recommend at least [11:29] I don't know. The currently best solution I guess would be to have qt5-default recommend qdbus-qt5. Again waiting on sune to respond [11:29] seems to me if I install qt5-default manually I'll have broken my setup [11:29] in kubuntu, sure [11:30] and OTOH if both default packages actually depended on the actual tool packages we coudl also ensure a working startkde [11:30] i.e. we'd seed qt4-default on the ISO (making sure qdbus4 is there) [11:31] if the user then installs qt5-default because of qtcreator or something they will continue to have a qdbus because it in turn pulls in qdbus5 [11:51] apachelogger: I think your idea of a qdbus specific qtchooser patch is not a bad one, since qtchooser is cheap to rebuild [11:52] apachelogger: Thanks. Accepted along with your other stuff. === kitterma is now known as ScottK [11:54] ScottK: thx [11:58] Riddell: http://paste.ubuntu.com/7221266/ [12:04] Hiyas all [12:04] hello [12:04] o/ [12:08] valorie: docs languages apparently didn't increase :( [12:34] huge amount of upgrades [12:34] were they released today? [12:47] Uploading kubuntu-docs_14.04ubuntu6_source.changes: done. [12:47] Successfully uploaded packages. [12:47] final export [12:48] apachelogger: oh cool, do you have ideas on how best to update docs.kubuntu.org? [12:48] apachelogger: can you export be automated or is there some manual steps to it? [12:48] not a clue [12:48] Riddell: automated [12:48] apachelogger: so we should be able to automate docs.kubuntu.org [12:48] Riddell: kde:scratch/sitter/kubuntu-docs [12:48] checkout export.sh [12:49] it's how the docbook gets generated [12:49] then I expect some meinproc needed to make the html [12:49] you could probably write a script based on pull-lp-source and generate the html from the docbook though [12:49] Riddell: yeah [12:49] hmm that's an idea [12:50] would mean docs.kubuntu.org doesn't get turned into spam if someone spams the wiki [12:50] yeah [12:50] plus since we only have release versions there anyway, it makes sense to generate from the actual package [13:12] https://wiki.kubuntu.org/Kubuntu/Support [13:12] how can i help you [13:12] https://wiki.kubuntu.org/Kubuntu/GettingInvolved [13:22] oh, he didn't hang around long :( [13:39] Riddell: http://paste.ubuntu.com/7221266/ [13:42] I suppose it is know, but docs.kubutu.co.uk is broken [1], also docs.kubuntu.com exists but shows an apache test page. [1] http://docs.kubuntu.org/Kubuntu/KubuntuDocs/Installation.html [13:43] sgclark: a problem for someone experienced in perl plugin libaries to worry about, nobody here really has the skills to know why they're missing, fine to ignore for now [13:43] lordievader: http://docs.kubuntu.org is the right place to use, are there any links to the other domains? [13:44] Riddell: ok ty [13:44] Riddell: Hope not, I honestly thought it was docs.kubu.co.uk, that's why I went there. [13:45] But the .org has the same problem: http://docs.kubuntu.org/Kubuntu/KubuntuDocs.html [13:45] Riddell: is this what you had in mind for that automation script? http://paste.ubuntu.com/7221641/ [13:45] lordievader: what's the problem? [13:46] sgclark: yes, does that do it? don't you need to edit the .install file? [13:46] oh you added it in, I see [13:46] Riddell: Installation page is blank and quite a few links give 404's. [13:46] Riddell: no, once I added that to control all built [13:47] lordievader: hmm right, it needs replaced with new documentation anyway, volunteers welcome, just some scripting needed [13:47] Riddell: I know, just thought I'd mention it. [13:47] sgclark: okay great, can you commit to kubuntu-automation? [13:48] Riddell: I don't know, I can try [13:52] Riddell: in the main folder? [13:53] sgclark: same place as the other hooks are [13:54] yofel: ok ty [13:54] it needs to have the right name and place for kubuntu-batch-backport to find it [13:56] I named it perlkde-saucy [13:56] which is consistant with the other files in there [13:57] yeah, sounds correct [13:57] commited :) [13:58] hm, wrong folder I think. 4.13 isn't stable yet [13:59] then again [13:59] * yofel reads logs [13:59] yeah should be in unstable [14:00] should probably also have chmod 755 [14:00] sgclark: bzr mv ? [14:00] ah right, needs +x as well [14:02] oops ok [14:02] yeah, wrong folder. Rohan changed the package list for saucy, but the hooks are still in unstable [14:04] ok bzr mv and chmod complete [14:05] correct now [14:06] stable/unstable here matches the folder on depot.kde.org that the release is in [14:06] not that kf5 or plasma next were considered when we did that ^^ [14:12] yofel: does neon somehow force the dbus session into the neon envrionment? [14:13] i.e. systemwise dbus would be started such that it only looks for services in /usr/share, however since neon installs to opt the session bus needs to be started from inside the envrionment [14:13] I don't think we do that. The init script should have the old dbus-daemon init code from the old kdedev examples, but commented out [14:13] mh, ok [14:13] I vaguely remember rohan debugging some dbus issues long ago [14:14] but I don't think we came very far [14:14] we're looking for a solution for neon5 right now [14:14] apparently something autoinjects /usr/share/project-neon5 as a possible data path [14:14] so we could symlink there [14:14] or we forcefully start a second session bus from inside startneon5 [14:17] morning shadeslayer, where are you this week? [14:18] Riddell: he's away for the week [14:20] * yofel seriously wonders if neon4 should just get wrapped up [14:20] Trusty is completely busted and I personally don't have the time to fix it in the near future. [14:20] apachelogger: also, what's your plan for mixed environments like we'll have with plasma next but kdelibs based kstars or so [14:20] leave them seperate? [14:23] yofel: well, the kde4 stuff would be wrapped by the containment, except for kdehome [14:23] come to think of it not setting the legacy vars possibly is a bad thing [14:23] otherwise the entire session would be contained into .project-neon5-kde [14:24] apachelogger: I know, I'm being nosey and asking where [14:41] Riddell: ping, IS is asking if the new CMS (wp) is going to be hosted by them? [14:41] jose: no we plan to host it ourselves [14:41] thank you [14:48] debfx: fix for bug 1293704 uploaded, thanks! [14:48] bug 1293704 in gpgme1.0 (Ubuntu) "Kleopatra don't support s/mime" [High,Confirmed] https://launchpad.net/bugs/1293704 [14:48] ScottK: you're a kmail user, any sign of bug 1290307 ? [14:48] https://bugs.launchpad.net/ubuntu/+source/kdepim/+bug/1290307 "Local Folders: Error: Unsupported Type." [14:48] bug 1290307 in kdepim (Ubuntu) "kubuntu 14.04: kmail: unsupported type" [Undecided,Fix released] https://launchpad.net/bugs/1290307 [14:51] jose: thanks for poking him :) [14:51] Riddell: np, it's always good to have a dose of IS rejection from time to time :P [14:52] gosh, final freeze in 2 days! [14:52] there's 5 open/new tickets on my bookmarks atm [14:52] yeah! [14:52] time's passed quickly [14:54] Riddell: the kleopatra thing is in gpgme a change by pitti from october or so [14:54] where he did some gpg1 stuff I did not understand which had as fallout that the pits kleopatra wants are not built anymore [14:55] apachelogger: I know, debfx found a fix which I just tested and uploaded [14:55] ok === rdieter_work is now known as rdieter [15:30] ScottK: kde-workspace has a change from doko.. [15:30] "+ * plasma-scriptengines: Remove the dependency on plasma-scriptengine-ruby. [15:30] + Still depends on ruby1.8 which won't be available in trusty. [15:30] ScottK: is that still true? [15:30] " [15:30] Riddell: DB dump is on ovidiu-florin's inbox (as well as mine), do you need a copy? [15:30] well it's true but you fixed it to not use ruby1.8 right? [15:30] Riddell: do we need files as well? [15:30] jose: cool, no I trust ovidiu :) [15:30] jose: meaning attached files on pages? yes probably [15:31] shadeslayer, yofel: I've gone with the local QT_SELECT=qt4 qdbus in startkde for now [15:32] k, that's the worst occurance at least [16:02] ok, I have all the files that are on the current instance atm [16:08] jose: current instance? [16:08] drupal [16:09] the current site [16:14] jose: yes but how could we download them? [16:14] Riddell: oh, I have the file, it's a bit heavy - 145MB, I can send it to anyone who needs it [16:15] jose: ok cool [16:15] want me to email it to you? [16:15] jose: copy it do the new server I guess, you don't have an account do you? [16:15] nope, I don't [16:15] no! 145MB e-mails are scary! [16:15] lol [16:17] jose: what preferred username and ssh key for server? [16:17] Riddell: joseeantonior for username, and SSH key should be the one at https://launchpad.net/~jose/+sshkeys [16:19] jose: joseeantonior@docs.kubuntu.org [16:20] I'm in [16:21] scp'ing the file over there [16:23] wow, it says it's going to take a couple hours - let's just hope my connection doesn't go down [17:59] Riddell: kde-workspace-kf5 so far https://spideroak.com/browse/share/Kubuntu/kubuntu_packaging/Pictures/ [18:00] Riddell: trying to get knewstuff working now [18:27] Riddell: perlkde saucy https://launchpad.net/~scarlett-7/+archive/kubuntu-ppa/+packages [20:39] Riddell: the file has been scp'd onto the server [21:50] apachelogger: is 1299872 resolved now with the gstreamer thingy? [22:12] Riddell: get that all the time in saucy. [22:12] Riddell: I think the Ruby thing is fixed.