/srv/irclogs.ubuntu.com/2016/03/04/#ubuntu-app-devel.txt

danialbehzadiHi00:07
danialbehzadiI get error every time sdk tries to initialize a bootstrap with packages, and so I can not create a kit. Is there a way to manually do this?00:07
danialbehzadiThe sample error is like:00:07
danialbehzadiE: Failed to fetch http://ppa.launchpad.net/ci-train-ppa-service/stable-phone-overlay/ubuntu/pool/main/u/ubuntu-push/ubuntu-push-client_0.68+15.04.20160114-0ubuntu1_i386.deb Hash Sum mismatch E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?00:07
danialbehzadiCommand returned 100: schroot -u root -c source:click-ubuntu-sdk-15.04-i386 -- /finish.sh00:07
danialbehzadiTraceback (most recent call last): File "/usr/bin/click", line 110, in sys.exit(main()) File "/usr/bin/click", line 106, in main return mod.run(args) File "/usr/lib/python3/dist-packages/click/commands/chroot.py", line 266, in run return args.func(parser, args) File "/usr/lib/python3/dist-packages/click/commands/chroot.py", line 68, in create return chroot.create(args.keep_broken_chroot) File00:07
danialbehzadi"/usr/lib/python3/dist-packages/click/chroot.py", line 599, in create self.full_name, ret_code)) click.chroot.ClickChrootException: Failed to create chroot 'click-ubuntu-sdk-15.04-i386' (exit status 100)00:07
=== marcusto_ is now known as marcustomlinson\
=== marcustomlinson\ is now known as marcustomlinson
haasnIs there an easier way to make debian packages have the right permissions other than logging in as root and manually fixing up the directory before calling dpkg-deb?11:48
haasnComing from the RPM world it seems a bit awkward to not be specifying the file list + their permissions in the control file11:48
haasns/debian/ubuntu/11:48
dpmhi kalikiana, could you remind me how we manage in clicks for i18n.tr() to load translations shipped within a click, instead of looking them up in the system locations?12:20
kalikianadpm: APP_DIR is used if set to locate the folder http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/staging/view/head:/src/Ubuntu/Components/plugin/i18n.cpp#L11612:27
dpmkalikiana, awesome, thanks. So APP_DIR is essentially the root of the installed click, right?12:28
kalikianadpm: Yes12:29
kalikianaAPP_DIR/share/locale is where your mo files should live12:30
dpmkalikiana, I've been asked a question about handling locales in snaps, and I've had the issue myself whereby in the test calculator snap translations are not found. What sets "APP_DIR", and can I set it manually when I call a script that loads the app?12:30
zsombinik90: http://bazaar.launchpad.net/~ubuntu-clock-dev/ubuntu-clock-app/trunk/view/head:/app/components/AlarmBottomEdge.qml#L3912:31
zsombinik90: this is bad... why is that property set there?12:31
kalikianadpm: Probably ubuntu-app-launch, that's the one setting the XDG variables12:33
dpmok, thanks12:33
nik90zsombi, you meant status: BottomEdgeHint.Active ?12:33
zsombinik90: yes, the link points there :)12:33
nik90zsombi, I can't remember .. brain freeze12:35
zsombinik90: ok... if you copied eventually from messaging or calendar, they do it wrong as well12:36
nik90why is it that bad that it caught your attention? I did grab the implementation from calendar, but made some minor changes to when we show the hint12:37
nik90we show the hint only after the alarm model has loaded on app startup12:37
nik90also we hide the hint at 3 secs12:37
zsombinik90: rechecking the API, actually shoudl be working, but again, you should not show it, if your spec states that, revisit with design, as that is against the specs12:39
zsombiUX specs12:39
nik90Well our design specs only show ^ icon12:40
nik90and never the hint text12:40
zsombinik90: seems tat caught us in a baaaad bug for BottomEdge12:40
zsombithe hint shoudl be shown - according to the UI specs - when you start swiping or when the mouse is plugged12:41
nik90however even if dont set hint text, I see the rectangle which holds the hint text.12:41
nik90ok12:41
zsombiyou should be able to set an action to the hint, so mouse click will also work12:41
zsombior you can then reuse the same action in the header12:41
nik90ok12:43
nik90zsombi, the purpose of the timer which shows the bottom edge hint for 3 seconds, is to notify the user that the bottom edge houses the alarm page. The bottom edge ^ icon is not noticeable at all. So the hint is shown for 3 seconds to help discoverability.12:46
nik90I will remove the offending line of code, and add a Action{} to the bottom hint as you suggested12:46
zsombinik90: then this should be communicated to UX as this hasn't been encoded for the component and they don't deal with this at all12:46
nik90with the OTA-10 SDK Silo, I see that the ^ icon style has improved and is a bit more noticeable now.12:47
zsombinik90: don't do that yet12:47
nik90ack.12:47
zsombinik90: check if without the status force the bottom edge swipe is more reliable12:47
zsombinik90: also, OTA11 will bring you preloaded bottomedge content, so you don't need to do those ugly tricks yourself anymore12:48
nik90yup I saw that branch land in staging12:48
nik90wait OTA-11?12:48
nik90can't it be squeezed into the OTA-10 Silo-50?12:49
zsombinope12:49
zsombinik90: that is tooooo big to touch it now12:49
nik90bummer12:49
zsombisorry12:49
nik90np12:50
zsombieventually we can squeeze one more landing next week then you'll have it12:50
zsombibut I doubth12:50
=== javiercrowsoft1 is now known as javiercrowsoft
=== javiercrowsoft1 is now known as javiercrowsoft
=== boiko_ is now known as boiko
=== _salem is now known as salem_
zzarrhello! does anyone know how I could make a kit for Qt Creator to compile for arm64/Ubuntu?13:47
ogra_i think the kits use pre-made tarballs ... bzoltan_ or zsombi might be able to tell you more13:50
ogra_(i doubt there is such a tarball for arm64 yet)13:50
zzarrthanks for the answer ogra_13:54
zzarrogra_, do you know if a 64bit arm can run 32bit armhf binaries?13:55
ogra_if you use a 32bit rootfs it should be able to13:55
zzarrhmm.... okey13:56
zzarrI don't know if it does and I can't ssh in to my Dragonboard since it have a bug in the WiFi driver that prevents it (and all other connections from the outside)13:58
ogra_yeah, we fixed that in snappy14:00
ogra_(known bug)14:00
zzarrogra_, yepp it's known14:00
zzarrcan I fix it without installing snappy?14:01
zzarr(apply the patch)14:01
popey\o/ new docviewer in the store16:44
popeydavmor2: you might want to try it on tablet :)16:44
davmor2popey: I might not :P16:45
popeyBe like that!16:45
* davmor2 goes off being like that :D16:45
popeyThat's the spirit!16:47
ahayzentimp, o/ have you been working on the new silo 050 UITK stuff? If you have, have you tried launching the music-app ?16:52
timpahayzen: silo 50 has so many changes, everybody has been working on it16:52
ahayzenat startup, the splash is the dark colour...then it goes all to white..then as the components are loaded they are set to the correct dark colour16:53
timpahayzen: no, not recently.16:53
ahayzentimp, it is like components assume the bg is white/light as it flickers horribly :-/16:53
timpoh, that sounds bad.16:53
ahayzentimp, do you mind launching it and just letting me know if you think we can do anything about it, or is on your side?16:53
timpwe have a whole new palette there16:53
timplet me pull zsombi in, he is the palette expert16:53
timpzsombi: ^ is this something you saw before?16:54
timpI guess it is past eod for zsombi, and I am also about to leave16:54
ahayzenah :-/16:54
ahayzeni think Victor was going to try creating a mini app with a dark bg to see if the same happens16:55
timpcould be a UITK bug16:55
ahayzenyeah that is our current thought, unless we are doing something badly wrong16:56
timpI just re-installed my system with xenial, so I can configure everything in the weekend. So I don't have the dev environment and no music-app branch at hand right now...16:57
timpI think there will be a blog post about the new palette beginning of next week.16:57
timpzsombi and jamie are working on that16:57
ahayzentimp, you not got a device ;-) i don't run on the desktop atm as i'm on Wily16:58
ahayzenand cool, i'll look out for it16:58
ahayzentimp, if we can create a mini-app, we'll report a bug for sure16:58
timpyes, I have a device, but I don't find that handy for reading code ;)16:59
ahayzen:-) for testing though :-)16:59
timpI just installed xenial because I was on wily as well16:59
timpahayzen: yes, I see the bug with silo 5017:00
timpI wonder why I didn't notice before17:00
ahayzen\o/17:00
timpon the nexus 4 it all happens quite fast though17:01
ahayzentimp, does it look like something on your side? or something on ours17:01
timpmaybe that's why I didn't notice17:01
ahayzentimp, with the new PageHeader branch...like that appears before the otherstuff..with white around it17:01
timpdifficult to say what it is. Can be that you do something unexpected with the theme, or it broke with updates to the palette, or the pageheader, or adaptivepagelayout (if you use that)17:02
ahayzentimp, our 'theming' hasn't changed in *ages* so we may just need to update things17:03
ahayzenand we only use PageHeader not APL yet17:03
ahayzentimp, basically we do MainView { theme.name: "Ubuntu.Components.Themes.SuruDark"; backgroundColor: "#somehex" } for the main bg17:04
davmor2popey: hmmmmmm I didn't think the zoom % was meant to show on LO docs maybe I'm mixing them up17:05
timpahayzen: that should work.17:06
timpahayzen: if you can reproduce it with a small test program and report the bug, that would be very helpful.17:06
ahayzentimp, OK :-) i'll try creating a mini-app after meetings...17:06
ahayzenthe only problem i see with mini-app is it may be super fast at loading17:06
timpahayzen: ok, thanks17:07
timpahayzen: yeah, we need slower devices >;-)17:07
timpif it is drawing twice you should be able to see it I guess17:07
ahayzenyeah i guess, i'll try in a bit17:08
sverzegnassipopey, it takes too much space though... https://imgur.com/a/V2NIa18:33
popeysverzegnassi: make the font smaller :)19:29
popeysverzegnassi: nicely done though :)19:29
popeyballoons: see the mail from barry on -devel about porting samba to python 3? :)20:07
balloonsinteresting . . .20:08
balloonsIt's been going on since precise cycle I swear ;-)20:08
popeyyeah20:09
popeyhe may fix it for us :)20:09
balloonsgoing to drop a sly note that armhf is also very important in this discussion? :-)20:13
balloonsahayzen, want to top-approve the rest of the 'add jenkins to readme' mp's? :-)20:16
ahayzenballoons, i can only do docviewer, weather, music IIRC20:17
balloonsworking on fixing music now. third time is the charm20:17
balloonswell, approval is helpful nonetheless20:17
ahayzen:-)20:17
ahayzendocviewer, weather done20:18
sverzegnassiterminal-app done ;)20:21
balloonsahayzen, I think I give on music app, lol20:23
balloonsfinally, got it20:26
ahayzenhaha you deleted the branch!20:26
balloonsI deleted 2 branches and 2 mp's20:27
balloonsthe fourth branch i submitted20:27
ahayzenthat's cheating ;-)20:27
balloonshttps://code.launchpad.net/~nskaggs/music-app/add-jenkins-info3/+merge/28817120:27
ahayzenon it20:27
balloonsyea, well, it didn't go so well before doing that :-20:27
ahayzen:')20:27
=== javiercrowsoft1 is now known as javiercrowsoft

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