/srv/irclogs.ubuntu.com/2016/09/05/#kubuntu-devel.txt

nIRV_greatings; are there any Qt5 package maintainer online ATM? 06:37
nIRV_err, make that greetings.06:37
tsimonq2nIRV_: what do you need? :)06:39
tsimonq2nIRV_: (not a package maintainer, just asking the question would make it easier to get an answer :) )06:40
nIRV_tsimonq2: thanks for the quick reply; I'd like to get an assessement of whether I can cultivate some hope the following issue (https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1620173) will be addressed :)06:41
ubottuLaunchpad bug 1620173 in qtbase-opensource-src (Ubuntu) "Qt5 5.6 regression: conversion from QVariant to QString is broken" [Undecided,New]06:41
tsimonq2Mirv: ^^^^06:42
nIRV_it's a qt5 (5.5.x, 5.6.x) regression which is fixed in Qt5 5.7, and it's affecting a project I'm involved in (QGIS). We're hoping Ubuntu's package could have the Qt patch applied.06:43
tsimonq2could you link to the Qt patch?\06:43
nIRV_tsimonq2, http://code.qt.io/cgit/qt/qtbase.git/patch/src/corelib/tools/qlocale.h?id=726fed0d67013cbfac7921d3d4613ca83406fb0f06:44
tsimonq2nIRV_: do you have experience working with Debian packaging?06:44
tsimonq2I could walk you through attaching a debdiff to the bug report so the fix is quicker :)06:45
nIRV_tsimonq2, I unfortunatelly don't have experience in creating debdiff; how involving is that process when starting from scratch? :)06:47
tsimonq2fairly simple if you know basic terminology :)06:48
tsimonq2what system are you on right now?06:48
tsimonq2(as in Linux distro and version)06:48
nIRV_16.1006:49
nIRV_ubuntu06:49
tsimonq2oh great, that makes things really simple :)06:49
tsimonq2nIRV_: would the fix need to be in 16.04 as well?06:50
tsimonq2(they use 5.5)06:50
tsimonq2I guess so, the bug report says it was introduced in 5.5, am I correct?06:51
nIRV_tsimonq2, ideally, although I'd focus on 5.6 ATM 06:51
nIRV_yep06:51
tsimonq2ok :)06:51
Mirvtsimonq2: nIRV_: thanks for the bug report, sure it can be fixed. I just published a long prepared qtbase update to yakkety, this one can go in once I get the current one transitioned to release pocket06:51
tsimonq2Mirv: where can we grab that source? I'd be much easier if the debdiff could be created against that to avoid fuzz06:52
nIRV_Mirv: that'd be great; it's a pretty nasty regression.06:52
tsimonq2is it in proposed?06:52
tsimonq2nIRV_: in the meantime, do you have an SSH key I can grab real quick?06:52
nIRV_I do not06:52
tsimonq2would you like to generate one and if so, do you know how?06:53
tsimonq2I'd be able to show you on a VPS I have06:53
tsimonq2well wait no06:53
tsimonq2sorry06:53
tsimonq2I don't have GPG keys generated :/06:53
Mirvtsimonq2: in proposed yes https://launchpad.net/ubuntu/+source/qtbase-opensource-src/5.6.1+dfsg-3ubuntu3~3 , although the packaging itself (where the patch will be added) is at http://anonscm.debian.org/cgit/pkg-kde/qt/qtbase.git/log/?h=ubuntu - doing a debdiff however would be useful in the sense that it's known if the patch applies06:53
tsimonq2Mirv: I was going to walk him through dgetting it, then using quilt to make a patch06:54
Mirvif the patch applies as is (taken from 5.7) to our 5.6.1, then it's not a problem. if there's some rebasing needed, then it'd need some work.06:54
Mirvtsimonq2: sounds good!06:54
tsimonq2nIRV_: ok, so pop open a terminal, make a working directory, and cd into it please06:55
nIRV_Mirv, I'm hoping it applies as is (relatively small; http://code.qt.io/cgit/qt/qtbase.git/patch/src/corelib/tools/qlocale.h?id=726fed0d67013cbfac7921d3d4613ca83406fb0f)06:55
nIRV_tsimonq2: done06:56
tsimonq2nIRV_: run dget https://launchpad.net/ubuntu/+archive/primary/+files/qtbase-opensource-src_5.6.1+dfsg-3ubuntu3~3.dsc06:57
tsimonq2this'll download everything that's needed06:57
tsimonq2Mirv: debian/changelog entry or will you handle that when it gets into Yakkety?06:57
nIRV_tsimonq2: downloading ... I'm behind a bad internet connection, ETA is 30min.07:00
tsimonq2yeah it's a big package :/07:00
IrcsomeBot<ovidiuflorin> @yofel, 👍07:06
nIRV_tsimonq2, done07:10
tsimonq2cool :)07:11
tsimonq2so could you get me the output of ls ?07:11
tsimonq2(I want to know if it extracted it for you or not)07:11
nIRV_qtbase-opensource-src_5.6.1+dfsg-3ubuntu3~3.debian.tar.xz  qtbase-opensource-src_5.6.1+dfsg.orig.tar.xz  qtbase-opensource-src_5.6.1+dfsg-3ubuntu3~3.dsc07:12
nIRV_it did not07:12
tsimonq2ok07:12
tsimonq2extract both the tars07:12
tsimonq2the orig tar will give you a dir07:12
tsimonq2the debian tar will give you a debian dir07:12
nIRV_done07:13
tsimonq2move the debian dir into the dir created by the orig tar07:13
tsimonq2(if that makes sense)07:13
nIRV_07:13
tsimonq2cd into that dir07:14
tsimonq2now we get to the good part :)07:14
tsimonq2is the quilt package installed?07:14
nIRV_it is now07:15
tsimonq2great :)07:15
tsimonq2so I assume you don't use quilt for anything else?07:16
nIRV_yeah, I'm not familiar with quilt07:16
tsimonq2ok one sec here07:17
tsimonq2nIRV_: put this in ~/.quiltrc : http://paste.ubuntu.com/23135947/07:19
nIRV_ok07:19
tsimonq2so now it's time to apply the patch07:20
tsimonq2 src/corelib/kernel/qvariant.cpp                    | 21 ++----07:20
tsimonq2 src/corelib/tools/qlocale.cpp                      | 21 +++++-07:20
tsimonq2 src/corelib/tools/qlocale.h                        |  4 ++07:20
tsimonq2 src/corelib/tools/qlocale.qdoc                     | 17 +++++07:20
tsimonq2 src/corelib/tools/qlocale_tools.cpp                | 30 +++++---07:20
tsimonq2 src/corelib/tools/qlocale_tools_p.h                |  4 +-07:20
tsimonq2 tests/auto/corelib/kernel/qvariant/qvariant.pro    |  5 +-07:20
tsimonq2 .../auto/corelib/kernel/qvariant/tst_qvariant.cpp  | 51 ++++++++++---07:20
tsimonq2 tests/auto/corelib/tools/qlocale/test/test.pro     |  4 ++07:21
tsimonq2 tests/auto/corelib/tools/qlocale/tst_qlocale.cpp   | 83 +++++++++++++++-------07:21
tsimonq2 10 files changed, 173 insertions(+), 67 deletions(-)07:21
tsimonq2nIRV_: first, run quilt new NAME-OF-PATCH.diff07:22
tsimonq2be creative, figure out a name :)07:22
nIRV_Patch QT5-FIX-QVARIANT-CONVERSION is now on top07:22
tsimonq2nIRV_: next, run quilt add src/corelib/kernel/qvariant.cpp src/corelib/tools/qlocale.cpp (etc.)07:23
tsimonq2this is so it knows what the initial state of the file was07:24
tsimonq2was? is? *shrug* :)07:24
nIRV_done07:26
tsimonq2so according to the edited portion on http://stackoverflow.com/a/3418499 you should be able to download the git patch and use the patch command to apply it07:27
tsimonq2(not sure, haven't tried it)07:27
tsimonq2nIRV_: let me know if that works07:28
nIRV_tsimonq2, http://pastebin.ubuntu.com/23135972/07:29
tsimonq2nIRV_: then it's a matter of looking at each of the rejects and applying them manually07:31
nIRV_tsimonq2, those rejects, why are they not applying?07:31
tsimonq2nIRV_: could you get me a pastebin of src/corelib/tools/qlocale.cpp.rej please?07:32
nIRV_tsimonq2: http://pastebin.ubuntu.com/23135982/07:33
tsimonq2so now it's time to look around07:34
tsimonq2in src/corelib/tools/qlocale.cpp is there  the following line?07:34
tsimonq2if (form == DFDecimal) // optimize for numbers smaller than 512k07:34
nIRV_there is07:34
tsimonq2then manually apply the diff :)07:35
tsimonq2-    if (form == DFDecimal) // optimize for numbers smaller than 512k07:35
tsimonq2+    if (precision == QLocale::FloatingPointShortest)07:35
tsimonq2+        bufSize += DoubleMaxSignificant;07:35
tsimonq2+    else if (form == DFDecimal) // optimize for numbers between -512k and 512k07:35
nIRV_however, there is no int bufSize = 1; line; searching qlocale.cpp for bufSize returns nothing07:35
tsimonq2it's all in the rejects file07:35
tsimonq2nIRV_: well it might be in different spots :)07:36
tsimonq2rmember, Qt 5.6.1 =/ Qt 5.707:36
tsimonq2things might have changed07:37
tsimonq2so we have to accomodate for those changes :)07:37
nIRV_tsimonq2: right; so, basically, looking at qlocale.cpp (v5.7) reveals that the function we're trying to patch, doubleToString, has significantly changed, more than what the patch modifies.07:37
tsimonq2so then figure out how to correctly apply the diff in a way that works :)07:38
tsimonq2this is the tricky part07:38
tsimonq2Mirv might be able to help in some cases if you get stuck nIRV_ :)07:42
tsimonq2nIRV_: how's it going?07:47
nIRV_well, I think I've established that the patch I was referring to is effectively part 2, part 1 being this one: https://codereview.qt-project.org/#/c/104737/32//ALL,unified07:49
tsimonq2oh ok07:50
tsimonq2well then I showed you the process :)07:50
tsimonq2if you want to just start fresh, cd .. and rm -rf the directory, then re-extract07:50
tsimonq2nIRV_: which I'd recommend :)07:51
IrcsomeBot<tsimonq2> Switching to the Telegram bridge07:52
nIRV_how could I get the .patch from this link: https://codereview.qt-project.org/#/c/104737/07:53
nIRV_ok, got it: https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=8c2ca33073f20e1fe552bd8b5f663aec5b8a634d;hp=84042523f272c1d30247e9329eea21036ff793f407:55
IrcsomeBot<tsimonq2> Hmm07:55
IrcsomeBot<tsimonq2> Oh OK cool :)07:56
IrcsomeBot<tsimonq2> I was wondering07:56
nIRV_tsimonq2, for files that are newly added by a patch, do I include those in quilt add too?07:58
IrcsomeBot<tsimonq2> Yes I believe so07:58
IrcsomeBot<tsimonq2> Try it :)07:59
IrcsomeBot<tsimonq2> Ahhhhh shoot08:01
IrcsomeBot<tsimonq2> Wait08:01
IrcsomeBot<tsimonq2> You have to add everything before you apply the diff08:01
IrcsomeBot<tsimonq2> You did that right?08:02
IrcsomeBot<tsimonq2> (if not just redo, no big deal)08:02
IrcsomeBot<tsimonq2> Ahhhhh yes that's what I told you to do earlier, all good :l08:03
IrcsomeBot<tsimonq2> *:)08:03
=== davmor2_hols is now known as davmor2
IrcsomeBot<tsimonq2> nIRV_: so what's going on?08:05
nIRV_ok, I'll have to defer to higher authorities here, who actually know what they are doing ;)08:05
IrcsomeBot<tsimonq2> Hey now08:06
IrcsomeBot<tsimonq2> I had to double check08:06
nIRV_tsimonq2: well, the new patch I realized was needed first applies, mostly :)08:06
IrcsomeBot<tsimonq2> Ok cool :)08:07
nIRV_oh don't read me wrong, I'm quite happy this identified another piece that's needed, that'll save the devs some time, and increase the propability we'll see ubuntu 16.10 shipping with a fixed QVariant double to string conversion :)08:07
IrcsomeBot<tsimonq2> \o/08:08
IrcsomeBot<tsimonq2> So what now?08:09
nIRV_it also identified two additional QT-BUGs that this pair of patch would fix, all around double to string conversion.08:09
nIRV_tsimonq2: Mirv: the ubuntu qt team takes over? :)08:10
Mamarokmorning everyone08:10
IrcsomeBot<tsimonq2> Nice! :)08:10
MamarokKubuntu session at Akademy 2016 about to start, follow meeting notes here: https://notes.kde.org/p/KubuntuAkademy201608:11
nIRV_tsimonq2: thanks for the time you took walking me through this.08:11
IrcsomeBot<tsimonq2> nIRV: could you stick around for a day or two to make sure everything is good to go?08:11
IrcsomeBot<tsimonq2> No problem :)08:12
IrcsomeBot<tsimonq2> nIRV: https://raphaelhertzog.com/2012/08/08/how-to-use-quilt-to-manage-patches-in-debian-packages/08:12
IrcsomeBot<tsimonq2> That's if you ever need to know how to do this again :)08:12
nIRV_tsimonq2: right, I'm definitively more than willing to help out if anything more is needed from me;08:12
IrcsomeBot<tsimonq2> Cool 👍08:13
IrcsomeBot<tsimonq2> Alright it's 3 am and I need some sleep08:14
IrcsomeBot<tsimonq2> Have a nice day mIRV_ :)08:14
IrcsomeBot<tsimonq2> o/08:14
nIRV_3PM here, we're on opposite sides of earth it seems08:14
nIRV_cheers08:14
IrcsomeBot<tsimonq2> Lol o/08:14
=== clivejo-dev is now known as clivejo-berlin
clivejo-berlinhowdyy folks08:25
yofelwell that's not working08:34
yofelnext try08:36
yofelnah, needs fixing08:38
IrcsomeBot<ovidiuflorin> @tsimonq2 please get in here: https://trello.com/c/f3ax0qf7/192-write-simple-tool-to-check-all-branches-for-patch-policy-compliance09:12
IrcsomeBot<tsimonq2> /me wakes up09:14
IrcsomeBot<tsimonq2> Why, what's up?09:14
Mamarokhi tsimonq209:15
IrcsomeBot<ovidiuflorin> so we can all colaborate09:15
IrcsomeBot<ovidiuflorin> on Kubuntu tasks09:15
clivejo-berlinninja stuffz09:15
IrcsomeBot<tsimonq2> Ooh ok09:15
IrcsomeBot<ovidiuflorin> I meant to join the board09:15
Mamarokwe are cleaning up Trello right now, you might want to look at it evolving in RT :-)09:15
IrcsomeBot<ovidiuflorin> do you have a trello account?09:15
clivejo-berlinwe want to add you to trello09:16
IrcsomeBot<tsimonq2> Argh so no good sleep for me tonight :/ :P09:16
IrcsomeBot<tsimonq2> Fine fine09:16
IrcsomeBot<tsimonq2> Creating a Trello account now09:16
clivejo-berlinno no, whenever you have time09:16
clivejo-berlinwe are just sorting stuff out09:17
clivejo-berlinand thought you might be interested in some of the jobs-cards09:17
IrcsomeBot<tsimonq2> OK wth09:19
IrcsomeBot<tsimonq2> Confusing thing09:19
clivejo-berlinyup :)09:20
IrcsomeBot<tsimonq2> https://trello.com/tsimonq209:20
IrcsomeBot<tsimonq2> Can y'all just add me to things so I can at least try to sleep? :P09:20
clivejo-berlinyup09:21
clivejo-berlinget some sleep09:21
IrcsomeBot<tsimonq2> Good night then :P o/09:22
clivejo-berlinsweet dreams09:22
IrcsomeBot<tsimonq2> *mutes notifications*09:23
IrcsomeBot<tsimonq2> Thanks Clive :)09:23
clivejo-bearlino/ ximion_10:03
ximion_heya10:04
clivejo-bearlinnow I know who you are !10:06
jimarvanand I am BACK10:19
jimarvanboy did I need those 3 weeks :)10:19
jimarvanhow is everyone?10:19
IrcsomeBot<ovidiuflorin> we're cleaning up Trello right now10:20
santa_good morning11:05
IrcsomeBot<ovidiuflorin> morning santa_11:23
BluesKajHiyas all11:26
=== pavlushka is now known as Guest17606
=== pavlushka_ is now known as pavlushka
IrcsomeBot<ahoneybun> I know I missed it12:33
soee_can someone kick this dude on #kubuntu ?12:48
soee_and ban for good12:48
IrcsomeBot<Sick_Rimmit> +112:49
yofelsoee_: my network is unstable, please call ops in #kubuntu12:50
soee_yofel: how ?12:50
soee_what is the telegram invitation link url ?13:59
clivejo-bearlinmparillo: whats the status of kubuntu wire?14:10
mparilloI have not posted to the wire recently. I personally think posting any good news (including something available for testing) is a good thing, but not everybody seems to agree.14:14
clivejo-bearlinwire.kubuntu.org seems to be dead14:15
clivejo-bearlinhas JR turned it off?14:15
mparilloIf he did intentionally, I suppose he would have posted something here or to the mailing list. If so, I missed it. Perhaps as KDE has been moving around some of the neon infrastructure, something was lost?14:19
clivejo-bearlinIm not sure14:20
clivejo-bearlinwe just trying to figure it out what happened to it14:20
mparilloI do not know, but if it is restored, and if the consensus is that my postings helped, I would be happy to resume.14:22
clivejo-bearlinhow did you post to wire?14:24
mparilloThere is an admin URL (http://wire.kubuntu.org/wp-admin/). I know JR can give a password.14:46
clivejo-bearlincan you still access it?14:47
mparilloNot today. The last time I tried before today was probably early summer.14:47
clivejo-bearlinI cant seem to connect either14:48
clivejo-bearlinseems to be dead14:48
mparilloI wonder if somebody accidentally moved a server, changing its IP address, and not updating the DNS record?14:49
mparilloOr was it deliberately killed?14:50
clivejo-bearlindunno14:51
clivejo-bearlinthats what Im trying to determine14:51
mparilloIs the consensus that we want to resuscitate it? If so, I think the first query would go to JR. 14:56
blazeyakkety is such a pain in the axe14:57
blazeeverything still depends on gnupg1, yet the gnupg-agent is version 214:57
blazearrggh14:57
* clivejo-bearlin nods14:57
IrcsomeBot<tsimonq2> Morning o/15:54
yofel_hey o/16:07
=== yofel_ is now known as yofel
IrcsomeBot<tsimonq2> How are you today yofel_ ?16:08
yofelMostly ok, but not feeling too good. So I'm on my way back home now, just said goodbye to the others an hour ago. Now sitting in the train16:09
IrcsomeBot<tsimonq2> Aww :(16:10
yofelNow leaving feels real :(16:10
IrcsomeBot<tsimonq2> How far is your home from the conference site?16:10
yofel5h train ride (conference was in Berlin, I live in Stuttgart)16:11
IrcsomeBot<tsimonq2> Ahh ok16:11
IrcsomeBot<tsimonq2> So that means you won't be going back?16:11
IrcsomeBot<tsimonq2> Or will you?16:11
IrcsomeBot<yofel> No16:15
IrcsomeBot<tsimonq2> Aww OK :(16:16
jimarvan:)16:20
jimarvanyofel feel lucky you do not have screaming kids (and no free seat to change...) for 6 hours like I did on Saturday16:20
jimarvanxD16:21
jimarvansee ya in the evening guys! ciao! :)16:21
IrcsomeBot<tsimonq2> How can I be added to edit on this Trello thing...? @yofel Clifford @ahoneybun @Sick_Rimmit16:28
ahoneybunby being on the team16:28
IrcsomeBot<tsimonq2> How do I do that?16:29
ahoneybunsomeone has to do it16:29
ahoneybunyou can't16:29
IrcsomeBot<tsimonq2> Well then add me Mr. Admin16:30
IrcsomeBot<tsimonq2> :P16:30
ahoneybunconfirm your email for trello at some point16:30
IrcsomeBot<tsimonq2> Ok16:30
IrcsomeBot<ovidiuflorin> What were the tasks we wanted to assign to @tsimonq216:37
IrcsomeBot<ovidiuflorin> ?16:37
IrcsomeBot<tsimonq2> @ovidiuflorin, You wanted to assign stuff to me? As in give me more work? :D16:37
IrcsomeBot<tsimonq2> Sure! :P16:38
=== pavlushka is now known as Guest64188
=== pavlushka_ is now known as Guest93617
=== Guest93617 is now known as pavlushka
=== Quintasan_ is now known as Quintasan
=== Mamarok is now known as Guest36787
IrcsomeBot<Clifford> * misses Yofel*16:47
IrcsomeBot<tsimonq2> @Clifford, Get to say hi to Daniel Holbach yet? :D16:48
=== BirthdayHandler is now known as nhandler
IrcsomeBot<tsimonq2> Create a Package search17:06
IrcsomeBot<tsimonq2> https://trello.com/c/ye9mKiuy/199-create-a-package-search17:06
IrcsomeBot<tsimonq2> Look17:06
IrcsomeBot<tsimonq2> @CliffordTheBigRedDoggie nice nick :D17:08
=== amichair_ is now known as amichair
acheronukI vaguely recall it was ditched18:06
acheronukkubuntu wire ^^18:07
* ahoneybun is on Ubuntu Unity18:10
IrcsomeBot<tsimonq2> Eew :P18:14
ahoneybunI like it quite a lot18:15
ahoneybunmm trying to build blaze's new ubiquity will be hard on this system without those deps18:17
IrcsomeBot<ahoneybun> @tsimonq2 there's nothing wrong with Unity18:17
IrcsomeBot<ahoneybun> nice the new daily has favorites fixed!18:19
acheronukI saw the favourites were there. Not sure how that happened18:30
mamarleyWasn't somebody here working on qtwebengine packages?  Did that ever make it into Yakkety?19:00
IrcsomeBot<tsimonq2> I was19:00
IrcsomeBot<tsimonq2> Nope19:00
IrcsomeBot<tsimonq2> Slowly getting into Debian first19:00
mamarleyAh, OK.  Thanks for letting me know, and thanks for the work! :)19:01
IrcsomeBot<tsimonq2> Np :)19:02
acheronukit's in KCI for YY, but not the archive19:06
IrcsomeBot<tsimonq2> That too19:07
IrcsomeBot<tsimonq2> And the one in KCI needs an update...19:07
acheronukprobably. I took the latest one on could find for 5.7, but could be newer now 19:09
IrcsomeBot<CliffordTheBigRedDoggie> Who fixed the favourites?19:26
IrcsomeBot<ovidiuflorin> Brad Pitt19:26
IrcsomeBot<tsimonq2> @CliffordTheBigRedDoggie, ?19:27
IrcsomeBot<CliffordTheBigRedDoggie> Kickoff favourites19:28
IrcsomeBot<yofel> Maybe it was just an artifact of the undefined singularity that's preseeding plasma configs?19:28
IrcsomeBot<CliffordTheBigRedDoggie> Are you drunk?!!19:28
IrcsomeBot<tsimonq2> Lol19:29
IrcsomeBot<tsimonq2> I might be just crazy, I'm chatting with Clifford the big red dog!19:29
IrcsomeBot<tsimonq2> :P19:30
IrcsomeBot<yofel> No. Just tired of watching the landscape pass by me...19:30
IrcsomeBot<yofel> And celebrating lag..19:35
IrcsomeBot<CliffordTheBigRedDoggie> (Photo, 1280x720) https://irc-attachments.kde.org/6rRyWaME/file_345.jpg19:35
IrcsomeBot<ovidiuflorin> 👍19:36
IrcsomeBot<yofel> *drool*19:37
IrcsomeBot<CliffordTheBigRedDoggie> (Photo, 1280x720) https://irc-attachments.kde.org/C4SBkKHs/file_347.jpg19:39
IrcsomeBot<tsimonq2> Omnomnom19:43
IrcsomeBot<tsimonq2> @CliffordTheBigRedDoggie is that...19:43
IrcsomeBot<tsimonq2> (Sticker, 512x512) https://irc-attachments.kde.org/q3TAdEnm/file_330.webp19:43
IrcsomeBot<tsimonq2> ...?19:43
IrcsomeBot<CliffordTheBigRedDoggie> We miss our HiPPO :(19:54
IrcsomeBot<CliffordTheBigRedDoggie> Jaysus I'm blind!19:56
IrcsomeBot<Valoriez> @CliffordTheBigRedDoggie testing21:22
IrcsomeBot<Valoriez> @ahoneybun what sort of error messages does blaze's Ubiquity throw when you are tying to build it?21:28
IrcsomeBot<ahoneybun> The issue is not building it21:28
IrcsomeBot<ahoneybun> Its not starting as it can't find the ui anymore21:28
IrcsomeBot<Valoriez> ah21:29
IrcsomeBot<ahoneybun> It has to be the changes were made to it21:29
IrcsomeBot<ahoneybun> I've not looked at it yet tbh21:29
IrcsomeBot<ahoneybun> I'm on Unity with my laptop so21:29

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!