[05:56] clivejo: on a fresh YY install with no ppas, plasma-desktop-date 5.6.4 has breaks: kde-l10n-** (<=4:15.12.3-0ubuntu3~) [05:58] while those language packs are at 4:15.12.3-0ubuntu2, meaning installing one uninstalls plasma-desktop and plasma-desktop-data [05:59] or updating plasma-desktop from the iso version of 5.5.5 to 5.6.4 uninstalls the language pack you set on installation [07:18] Sorry to disturb you nice people here, but reading the header here means that you are working on X-backports of 16.04.1 apps? [07:24] hello [11:38] * clivejo kicks LP [11:40] Hi folks [11:42] hiho BluesKaj [11:42] hiho clivejo [11:42] hi soee_ [11:42] hi [11:43] hi clivejo [11:44] hi BluesKaj & soee_ [11:58] hi all === rdieter1 is now known as rdieter === alvesadrian is now known as adrian [15:17] how do we go about fixing this patch for konsole? https://quickgit.kde.org/?p=konsole.git&a=commitdiff&h=27dec8d02f705c77eef45a2533bed203eec9454f [15:18] where this commit has replaced it's context with a new format equivalent https://quickgit.kde.org/?p=konsole.git&a=commitdiff&h=27dec8d02f705c77eef45a2533bed203eec9454f [15:21] sorry. this is the patch https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/konsole/tree/debian/patches/debian-T-addition.diff?h=kubuntu_unstable [15:50] acheronuk: need to modify the patch to apply to the current version of main.cpp [15:53] yes, I know. suppose I was really asking how to alter that line to the new format used [15:54] I would disable the patch by commenting out the line in the series file, edit main.cpp manually, run debuild -S which will warn about a source code change and create a diff. The copy that diff into the old patch file, renable the patch and hopefully it should patch again [15:55] probably more elegant ways [15:56] so..... options.add("T ", ki18n("Debian policy compatibility, not used")); [15:56] becomes what? [15:57] that is really what I'm asking [15:58] man quilt [15:59] I know how to use quilt [15:59] Id just leave that line as is [16:00] is it generating errors? [16:00] It needs to change format as the rest have done http://paste.ubuntu.com/17294449/ [16:02] options.add("T ", ki18nc("@info:shell", "Debian policy compatibility, not used")); [16:02] ? [16:03] oh I see what you mean [16:03] thats a diff [16:04] I dont know [16:04] comment it out for the time being [16:05] I would make educated guesses based on the examples in that diff, but it really would only be guesses [16:05] so not happy with that [16:05] similar guesses here [16:06] parser.addOption(QCommandLineOption(QStringList() << "T ", i18nc("@info:shell", "Debian policy compatibility, not used"))); would be my guess [16:06] maybe ask the author of that commit or in #kde-devel? [16:06] acheronuk: good idea [16:07] see what T is [16:07] and if its still valid [16:10] http://marc.info/?l=konsole-devel&m=125168668230951 [16:15] acheronuk: what would your guess be? [16:25] parser.addOption(QCommandLineOption(QStringList() << "T", ki18n("Debian policy compatibility, not used"), QStringLiteral("value"))); [16:25] but really a stab in the dark [16:26] based on the changes to options.add("p ", ki18nc("@info:shell", "Change the value of a profile property.")); [16:26] example [16:44] Sure try it :) [16:48] I've emailed the guy who did the git.reviewboard.kde.org on that part, as suggested on #kde-devel [16:49] it's in unstable, so can't see any huge hurry to fix it, so may as well take the time to ask [16:56] love english summer weather [16:56] * jimarvan still dripping from motorbike ride... [16:56] you're in the minority then jimarvan [16:56] cornwall for evah! :)) [16:57] have have more chances to win the lottery than to get 3 days of sunshine consecutively :P [17:48] hey [17:48] o/ [17:48] :) [17:49] when installing kubuntu and partitioning through installation, is it standard gpt or msdos? [17:49] msdos ? [17:49] parition table [17:50] partition table [17:50] hmm im not sure, i doubt it has anything to do with msdos [17:50] it was till 4 weeks ago msdos [17:51] it has been a standard for a very long time [17:53] renee77: I just check and Ubuntu 16.04 seems to use dos partition table [17:54] Now uefi is comming up and I was wondering why gpt was not chosen as standard [17:54] thanks pekkari [17:56] hmm [17:57] whats up ? [17:57] isn't there an option? [17:58] In what way? [17:58] to choose different partioning when installing on an entire disk? [17:59] only when using partitioning tool [17:59] ye [17:59] not through expertmode [17:59] while installing [17:59] aaaaah gotcha [17:59] hmm [17:59] I should say that more than uefi is comin,g is a bios is disappearing... [17:59] not even with custom? [17:59] nope [17:59] hmm ok [17:59] good suggestion, to consider! ;) [17:59] yes that was why I was asking pekkari :) [18:00] it's yet possible to find components that has limited support of uefi(for instance, graphic cards) [18:00] but it's quite rare [18:01] Through but when having those different partitioning should be available but not standard I think (just wondering) [18:02] true [18:05] One last question for today, will be bugging tomorow again :) How about secure boot? Is it available through install for regular user? [18:07] (I know it can be defined by user after install, but one have to do some research and have some knowledge of terminal etc) [18:22] See u tomorow bye all have a nice evening (or day) [18:22] I should be surprised if the expert mode allows you to do that now [18:23] I didn't give it a try though [18:23] ah ok been experimenting with gentoo to get more understanding of linux, [18:23] and there it could and also seemed doable within kubuntu [18:24] with root rights [18:25] but will give it a try :) [18:25] to see if it can with Kubuntu but I think it is only possible after install and not during install. [18:26] Thanks pekkari for your help :) [18:26] so many of the tricks you can see in gentoo are doable in several other distros [18:27] yes they are and also implementable I think [18:27] the proble can be if you happen to reach different versions of the software you want to tune [18:28] or distro specific tricks like how to handle multiple instances of tomcat, or several configs in openvpn [18:29] That is true but I am trying to target common use of os for most users [18:30] security is more and more becoming a very real part of installing an os [18:31] thats why I asked of secure boot as one important module provided by uefi [18:32] I agree, so many big businesses are now pointing to Trusted Computing technologies [18:32] :) [18:33] telco community for instance is getting its trusted computing projects to get this done in openstack [18:34] Ah going to search for that one. [18:35] it didn't cross my path :) I hope to meet you again thanks for giving some insight :) [18:36] have to go now :( [18:36] artifacts.opnfv.org/opnfvdocs/docs/opnfvsecguide/compute/trust.html [18:36] have it thanks! [18:36] sure, you'll see me often [18:37] great! === ghostcube__ is now known as ghostcube [20:28] uhm, Apple Designs New File-System To Succeed HFS+