/srv/irclogs.ubuntu.com/2016/01/18/#ubuntu-app-devel.txt

elimisteveHi, all. I see that "The Ubuntu SDK is available for Ubuntu 14.04 (Trusty) onwards.", according to https://developer.ubuntu.com/en/start/ubuntu-sdk/installing-the-sdk/ , but I'm having trouble getting started with scope dev in Go from the very first command02:02
elimistevenamely  sudo apt-get install unity-scope-tool golang git bzr python3-scope-harness mercurial02:03
elimistevewhich I've described here: http://askubuntu.com/questions/722308/cant-install-needed-python3-scope-harness-for-ubuntu-scopes-dev-in-go02:04
elimisteveseems like I need python3-scope-harness, but apt can't find it02:04
elimisteveand it seems not to exist for 14.0402:05
DS-McGuireI'm trying to set up my developer environment for creating JavaScript scopes, when i do sudo apt install unity-js-scopes-dev  I get unable to locate packages on Ubuntu 15.1002:33
ElleoDS-McGuire: I think you need the sdk ppa added for wily: "sudo add-apt-repository ppa:ubuntu-sdk-team/ppa"02:34
* DS-McGuire doing02:34
DS-McGuireElleo, That worked thank you. Maybe that should be added to the documentation page...?02:36
ElleoDS-McGuire: yeah, probably a good idea; perhaps you could ping mhall119 with the page you were following, I think he handles most of that stuff?02:40
DS-McGuireElleo, Thanks, I will do :)02:40
Elleogreat, thanks :)02:43
mhall119DS-McGuire: did you not add that PPA when you installed the SDK itself?02:50
DS-McGuiremhall119, I honestly can't remember...02:50
=== chihchun_afk is now known as chihchun
hrobjarturhello05:42
Kaleopopey, hey there, have you seen victor or andrew around?08:27
popeyKaleo, sure, we meet on a friday for music and weather, why?08:27
popeyit's a bit early for either of them right now though08:28
popeyKaleo, ^08:30
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== _salem is now known as salem_
Kaleokarni, hey, I did this v10:46
Kaleokarni, hey, I did this https://code.launchpad.net/~fboucault/telegram-app/splash_fixes/+merge/282862 for you10:46
Kaleokarni, I'm not 100% convinced it is the right thing to do in your case: the current startup sequence is not that bad10:46
karniKaleo: yes, I saw your MP10:47
karniKaleo: I guess this matter is subjective. Not that I have a hard opinion.10:48
karniKaleo: ah.. you see, I guess this was because when you start the app for first time, tutorial is full screen. so it's like "splash +header", "tutorial no header", "app +header"10:48
karniKaleo: but perhaps tutorial is more of an edge case than regular launch, so maybe you're right10:49
Kaleokarni, I see your point10:50
Kaleokarni, you may have convinced me10:50
Kaleokarni, maybe leave it as it is :)10:50
karni :)10:52
karniKaleo: haha.. didn't see your comment before I *just* left mine :)10:59
Kaleook :)11:05
elimisteveI've got a showstopper issue trying to run the example Go scope demo on 14.04: http://askubuntu.com/questions/722308/cant-install-needed-python3-scope-harness-for-ubuntu-scopes-dev-in-go/72231112:13
elimisteve1. python3-scope-harness doesn't exist for 14.04 but is supposedly needed12:13
elimisteve2. launchpad.net/go-unityscopes/v2/childscope.cpp:3:37: fatal error: unity/scopes/ChildScope.h: No such file or directory12:14
elimisteveunity/scopes/ChildScope.h doesn't exist on 14.04, but apparently does on 15.04.  Any ideas on how to proceed?12:14
davidcalleelimisteve: I'm not 100% certain go scopes development is supported on 14.04, alecu, do you know?12:15
elimisteveI see. What do most people use to create Go scopes? 15.10?12:17
davidcalleelimisteve: yeah, I would recommend 15.10 for all scope development (regardless of the language), note that the package you are missing also exists in 15.04.12:19
davidcalleelimisteve: I'm also realizing it should probably be mentionned on the landing page of the scopes contest which is starting today...12:20
* davidcalle fixes12:20
elimisteveYes, I plan to compete :-). Thanks.12:20
elimistevedavidcalle: FYI, the apparent link at the top of that page, which reads "Join the show", isn't a link12:22
elimisteveThe page I mean: https://developer.ubuntu.com/en/showdown/12:22
davidcalleelimisteve: you are absolutely right, but it would be a link to the same page :) I've removed it, thanks for the heads-up12:25
elimisteve:-) You bet12:25
=== chihchun is now known as chihchun_afk
ahayzenfaenil, o/ what's the specific error you are getting when building the click ?14:25
ahayzenfaenil, this would be the 'expected' output http://pastebin.ubuntu.com/14567128/14:27
faenilahayzen: it was a quick test a couple of days ago, I'll have to do everything with more calm14:27
faenilahayzen: I wasn't using click-buddy as I didn't know it existed14:27
faenilI used to build and package manually14:27
faenilbut then it failed to properly install the click14:27
ahayzenok, well ping me when you next try :-)14:28
faenilI'm quite sure I skipped cmake install that time, that's probably why14:28
faenilsure, will do, thanks :)14:28
faenilahayzen: do you think you can add scrollviews?14:28
ahayzenfaenil, yeah should be able to, just sorting out the last of another branch first :-)14:28
faenilthe more convergent bits the merrier, as that's what we'll be usertesting :)14:28
faenilok cool14:29
faenil:)14:29
Kaleoahayzen, I have a couple of startup issues for you guys :)15:00
ahayzenKaleo, \o/15:00
Kaleoahayzen, I'm going through all the main apps checking how their startup sequence looks15:00
Kaleoahayzen, let me know when/how you prefer to talk about it15:01
ahayzenKaleo, sweet :-) either IRC or email is cool (email allows for Victor to see as well)15:02
Kaleoahayzen, I'll email, we can video chat for more details maybe15:04
ahayzenKaleo, i know of a few things that are slightly bad at the moment, like we load all the tabs at startup. There was a branch as part of the convergence that made it so each tab was in a loader that was only active when in-view15:04
ahayzenKaleo, yeah that's probably best :-)15:04
faeniltsdgeos: yo, I am about to leave the office, is there anything else you need for https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1535297 ?18:01
ubot5Launchpad bug 1535297 in unity8 (Ubuntu) "Unity8 crashes on session logout on desktop" [Undecided,New]18:01
tsdgeosfaenil: that's good tx18:02
tsdgeosi'll try to repro myself18:02
faeniltsdgeos: cool18:02
faeniltsdgeos: the hardware is a Vostro 3550, in case you need that info for cpu/gpu etc18:02
tsdgeosk tx18:03
faenilo/18:03
DerRiddaHello. Quick question: Where does the Ubuntu SDK store its kits? I just reinstalled the SDK and apparently have some old yet unusable kits in the way.19:05
DerRidda?19:05
mcphailDerRidda: does "schroot -e --all-session" get rid of them? You can delete them from the SDK options window19:14
DerRiddamcphail:  Nope, that's my issue, I don't appear to have an armhf kit listed but when I attempt to create one it fails with the message: ' The click target click-ubuntu-sdk-15.04-armhf exists already '19:17
DerRiddaTrying sudo schroot -e --all-chroots nets me: 'E: chroot:click-ubuntu-sdk-15.04-armhf: Chroot not found'19:19
DerRiddaAh, there we go! Deleting the left over file in /etc/schroot/chroot.d/ solved it.19:22
=== salem_ is now known as _salem
aquariusappdevs: I have a newly installed SDK on 15.10, and the autodetected Desktop Kit, and when I try to run an app from Ubuntu SDK (after installing xserver-xephyr) I get this:21:31
aquariusStarting /usr/bin/autopilot3-sandbox-run...21:31
aquariusUsage: autopilot3-sandbox-run [OPTIONS...] TEST [TEST...]21:31
aquariusRuns autopilot tests in a 'fake' Xserver with Xvfb or Xephyr. autopilot runs21:31
aquariusin Xvfb by default.21:31
aquariusthat looks to me like it's not actually passing correct commands?21:32
aquariusgaaaaah21:32
aquariusforget I said that: I had the thing to run as autopilot and not qmlscene21:32
aquariushowever, I don't think that should be set by default as the thing to run!21:32
mcphailaquarius: +1. Gets me every time21:36
aquariusmost confusing21:40
aquariusespecially since it didn't tell me how to install xephyr21:40
ahayzenaquarius, mcphail, you should confirm and 'affects me' to bug 1512656 to increase the heat :-)21:47
ubot5bug 1512656 in Ubuntu SDK IDE "New project defaults to Autopilot Run configuration" [Undecided,New] https://launchpad.net/bugs/151265621:47
mcphailahayzen: I thought there was another bug about this somewhere, but can't find it so I'll +1 that one. I'm sure one of the SDK guys said this was getting fixed21:48
ahayzenmcphail, possibly because of the move to the new ubuntu-sdk-ide structure21:49
ahayzen(they may have moved the bugs around)21:49
mcphailahayzen: great way to squash them ;)21:49
ahayzen:')21:50

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