/srv/irclogs.ubuntu.com/2013/10/08/#ubuntu-app-devel.txt

=== chriadam|away is now known as chriadam
balloonsahayzen, I'll want to talk to fginther about it. My guess is something isn't right. Dependencies, something00:01
ahayzenballoons, ok no problem00:02
=== _salem is now known as salem_
=== salem_ is now known as _salem
AskUbuntudevelopment for ubuntu tablet using python | http://askubuntu.com/q/35516803:31
dholbachgood morning07:16
=== lisettte` is now known as lisettte
guschtmoenicke: can you review https://code.launchpad.net/~schwann/ubuntu-keyboard/keyboard-landscape-popup/+merge/18977808:18
tmoenickegusch: yep08:18
tmoenickegusch: this too: https://code.launchpad.net/~thomas-moenicke/ubuntu-keyboard/ubuntu-keyboard-fix-3-key/+merge/18977908:18
guschtmoenicke: ok08:19
nerochiarooSoMoN: frustrating that the 5 secs delay didn't help08:47
oSoMoNnerochiaro: yep…08:47
oSoMoNnerochiaro: back to square 1, we’re gonna need a nexus4 to investigate08:47
nerochiarooSoMoN: looks like. boring08:48
nerochiarozsombi: good morning. have you seen this ? https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/123646408:48
ubot2`Launchpad bug 1236464 in Ubuntu UI Toolkit "Swipe to delete confirmation need emulators for AP tests" [Undecided,Confirmed]08:49
zsombinerochiaro: I saw it now :)08:56
nerochiarozsombi: :)08:56
zsombinerochiaro: either iahmad or elopio should also see that :)08:57
elopionerochiaro, zsombi: I'm doing the text field emulators, and that's all I'll be able to do this week.08:59
elopioI'll talk to iahmad, or robotfuel. If they don't have time, I'll do it next week.09:00
nerochiarozsombi: elopio: i have something in place that can hold until next week, but sooner or later it will need to be replaced with proper emulators. so if they become available next week, that's ok for me09:10
JamesTaitGood morning all! Happy Face Your Fears Day! :-D09:11
elopioI need some help.09:18
elopioI have this: http://paste.ubuntu.com/6208585/09:19
elopiobut it shows one button on top of the other.09:19
elopioshould I add another component as parent to the items?09:19
om26ernerochiaro, review please ? https://code.launchpad.net/~om26er/camera-app/camera_gallery_integration_test/+merge/18967109:21
om26erThis test makes sure that tapping on the gallery icon opens the gallery app...09:22
nerochiaroom26er: on it09:22
nerochiaroom26er: at the very minimum can you please split off the pyflakes fixes and the actual fix into two different commits please ?09:23
om26ernerochiaro, sorry about that, the main part of the code is in tests/autopilot/camera_app/tests/test_gallery_integration.py09:23
om26ernerochiaro, do you want me to do that again ?09:23
elopiozsombi: a hand? ^^09:24
om26erelopio, yo need to do something like this http://paste.ubuntu.com/6208601/09:25
nerochiaroom26er: yes please, let's keep things clean09:25
elopioom26er: that works. Thanks!09:27
om26ernp :)09:27
om26ernerochiaro, sure thing.09:27
=== davmor2_ is now known as davmor2
davmor2daker: ping .4 works a charm10:02
dakerdavmor2: \m/10:02
om26ernerochiaro, https://code.launchpad.net/~om26er/camera-app/gallery_integration_test/+merge/18979710:23
om26eronly the test. Nothing more.10:23
=== chriadam is now known as chriadam|away
=== nik90_ is now known as nik90
guschtmoenicke: https://code.launchpad.net/~schwann/ubuntu-keyboard/keyboard-magnifier-tweaks/+merge/18981110:39
davmor2daker: 1 last issue when the screen blanks the music stops you might want to look into the permissions that the music play app has to get around that.10:39
dakerdavmor2: ya that's on my list10:40
davmor2daker: nice :)10:40
nerochiaroom26er: i'll be on it soon10:40
om26ergusch, got a few cycles to review https://code.launchpad.net/~om26er/gallery-app/camera-integration-test :)10:41
om26ersame thing as as above but for the gallery-app10:41
nik90mhall119: ping10:42
nik90or rather pong10:42
=== MacSlow is now known as MacSlow|lunch
popeynik90: i think mhall119 was going to ping you about alarms not saving, and asking if this was because something else hadn't landed yet10:56
popeypressing save in the alarms screen does nothing10:56
=== gusch is now known as gusch|lunch
nik90popey: ah okay11:07
nik90popey: I think renato has fixed the issue with EDS which was causing this bug. I am waiting for the update to land to test again11:07
om26erWhere does the address-book-app save contacts ?11:18
rottinrobgood morning everyone11:40
rottinrobcould anyone give me a hand with bazaar...its giving me fits11:42
=== MacSlow|lunch is now known as MacSlow
om26errenato, ping12:01
renatoom26er, pong12:02
om26errenato, where does the address-book-app store contacts? lets say I want to create a dummy contact for writing some autopilot tests, what do I need to do ?12:02
renatoom26er, this is the big problem right now :D12:02
renatoom26er, the app stores contacts on EDS12:02
renatoom26er, I think that the correct way should be mock the EDS dbus interface but this is a big work12:03
om26errenato, For now I can think of something like this: create a contact at the start of a class, run all the tests that need that contact and at the end of it clear that contact12:04
om26erI think its much less work than dbus mocking :)12:04
renatoom26er, but if the tests crash or if the contact already exists12:04
renatoom26er, there is several problems in this approach , if the user address book is readonly12:05
om26errenato, How about "That Random Contact" for a name :+12:05
om26errenato, I believe for the most part we don't care about users running tests, Devs can afford some contact lost, can't they ?12:06
om26ertests our CI infrastructure that;s going to be running those tests.12:06
om26errenato, how about: backup the eds contacts DB; start the app, create a new contact, perform your tests; at the end restore the EDS db?12:07
om26eror is that insane ?12:07
renatoom26er, :D12:07
om26erI am specifically interested in writing test to make sure tapping the 'phone' and 'message' icon open the respective app correctly.12:08
renatoom26er, if the tests crash in the middle before restore the DB12:08
davmor2renato: yes cause every phonebook has a user called test tester ;)12:08
om26errenato, I have been told that addCleanup() works even if the test fails12:09
renatoom26er, but not if the test crash :D12:09
om26erdavmor2, about you give us the option address-book-app --show-a-dummy-contact ?12:09
om26eroops renato  that was for you :)12:10
renatoom26er, maybe we can change the qt plugin to use memory instead ours12:10
renatoom26er, try change ContactSimpleListView.qml (manager: "galera") to (manager: "memory")12:11
om26ersure12:11
renatothis should store contacts in memory instead of EDS12:12
renatoI am not sure if this manager implements all the functionalities that we need but give this a try12:12
renatoom26er, I need to leave for some minutes I will be back soon12:13
om26errenato, ok. will catch you later.12:14
nerochiaroom26er: can i run that new test manually on the device (like "autopilot run camera_app.tests.test_gallery_integration.TestGalleryIntegration.test_gallery_button_opens_gallery") ?12:21
om26ernerochiaro, Yes. It should work12:21
om26erwell in the CI jobs its running like that12:21
=== Mirv_ is now known as Mirv
nerochiaroom26er: i get exceptions: http://pastebin.ubuntu.com/6209121/12:29
om26ernerochiaro, I can handle that exception. Which version of the camera-app are you using btw ?12:31
nerochiaroom26er: the one built from your MR12:31
=== _salem is now known as salem_
om26ernerochiaro, I pushed a fix. Can you try to run the test again on your phone? (don't apply the new changes just yet) make sure to unlock the screen first.12:35
om26erI think it failed for you because the gallery app was never launched, probably because your screen was locked12:37
nerochiaroom26er: the screen was unlocked12:39
nerochiaroom26er: yes, confirm, same exception when launching test with screen unlocked12:39
om26ernerochiaro, ok. the fix I pushed should fix the issue.12:40
om26erwe definitely need to have the latest version of the camera-app since the one in the image does not have a working 'gallery' button12:41
om26ernerochiaro, can you try if tapping on the gallery button open the gallery app for you ?12:41
nerochiaroom26er: yes it does12:42
om26ernerochiaro, ok. I'll try the test on maguro now.12:42
nerochiaroom26er: trying your fix in the meantime12:44
nerochiaroom26er: seems to still fail with your fix12:47
om26ernerochiaro, I think I know what the issue is12:48
om26ernerochiaro, I am assuming you are running tests with phablet-test-run -n ?12:48
nerochiaroom26er: no, i'm in with adb shell, then su - phablet, then run the test12:48
om26ernerochiaro, right. the test runs fine for me on maguro but it failed the first time because unity8 had no autopilot interface at that time.12:49
om26ernerochiaro, I'll come with a solid fix12:49
tmoenickegusch: https://code.launchpad.net/~thomas-moenicke/ubuntu-keyboard/ubuntu-keyboard-fix-spacebar/+merge/18982612:49
nerochiaroom26er: ok. note that i have not enabled MIR on the device12:49
om26ernerochiaro, yeah, I am using SurfaceFlinger on maguro as well.12:50
mhall119nik90: yeah, I was pinging about alarms not saving, let me know what build should have it fixed and I'll test it again13:40
tmoenickegusch: could you pls have a look? https://code.launchpad.net/~thomas-moenicke/ubuntu-keyboard/ubuntu-keyboard-fix-symbolstate/+merge/18985213:44
guschtmoenicke: commented13:47
dakerpopey: ping14:08
dakeror mhall11914:10
mhall119daker: pong14:21
dakermhall119: can you test this http://phoboslab.org/xtype/14:22
dakeron your phone14:22
rottinrobheyo everyone14:27
dakermhall119: forgot about it, the game does UA sniffing to serve the mobile version14:32
dakerhey oSoMoN i want to make a click package for this game http://phoboslab.org/xtype/ (a webapp) but it sniffs the UA to serve the mobile version14:35
=== charles_ is now known as charles
oSoMoNdaker: ideally there should be a way for individual (web)apps to define their own UA overrides, however atm it’s not possible (but I’m working on it)14:37
dakeroSoMoN: ok14:38
oSoMoNdaker: an alternative solution would be to make it an app that displays a plain WebView fullscreen, with your own user agent string14:40
oSoMoNdaker: not ideal, but that’s a workaround14:40
oSoMoNcool game btw14:41
dakeroSoMoN: that can be the solution14:41
dakeroSoMoN: yah that's why i want to package it14:41
WebbyITWe can set timezone from system setting, without ssh! Wow!14:42
WebbyITThis is no longer necessary :) https://wiki.ubuntu.com/Touch/ReleaseNotes#Timezone14:42
mhall119daker: oSoMoN: can't we use uaoverrides.js?14:43
oSoMoNmhall119: yes, but that would imply adding a global override, and doing that for every single webapp out there doesn’t scale14:43
dakeroSoMoN: if you put Iphone or android UA you'll get the mobile version http://i.imgur.com/bxuHEvG.png14:43
oSoMoNdaker: any chance this is a redirection, i.e. you could request a specific URL to get the mobile version directly?14:44
mhall119oSoMoN: could we add a UA string as a command-line parameter to webbrowser-app?14:45
oSoMoNmhall119: that would be one option, yes14:46
dakeroSoMoN: no :(14:47
oSoMoNmhall119: another option would be to allow (web)apps to ship their own local overrides file14:47
oSoMoNdaker: too bad :/14:47
WebbyITpopey, Jenkins approved MR for argument, we have only to wait for a review:15:01
WebbyIThttps://code.launchpad.net/~rpadovani/ubuntu-calendar-app/1231136/+merge/18800215:01
AskUbuntuGtk: Webkit WebView C++ (can't load url + awkward terminal output) | http://askubuntu.com/q/35539815:35
smartboyhwdpm, when's next meeting for Reminders App?15:39
smartboyhwIRC or Hangouts?15:39
=== Kaleo_ is now known as Kaleo
imekHello, I send an app to Ubuntu Software Center. I see this message:  'Thank you for submitting a gratis Free Software application through MyApps. At this time we are unable to process this request, as we are working on the implementation of a new app upload process...' Could you tell me when it will be able to sent app to USC?16:12
fgintherballoons, trying to catch up. I'm not able to get music-app running on my machine, does it work for you?16:20
balloonsfginther, glad you pinged :-) I was playing with trying to land ahayzen's changes last night and having trouble16:21
balloonsfginther, https://code.launchpad.net/~andrew-hayzen/music-app/toolbar-rewrite-1/+merge/18891716:21
ahayzenballoons, o/16:22
fgintherballoons, the test is timing out, I tried running on my machine but music-app doesn't even start16:23
imekHas someone known about new upload process to Ubuntu Software Center?16:25
balloonsahayzen, did you update to using the sdk ppa?16:27
* balloons just realized that's likely the difference16:27
ahayzenballoons, update using the sdk ppa?16:27
ahayzenballoons, i had to be running the proposed image last night otherwise the app looked funny16:28
balloonsahayzen, I mean on your desktop16:28
ahayzenballoons, which PPA is it in cause i have loads?16:29
ahayzenballoons, all i can see for the SDK is ubuntu-sdk-team and ubuntu-touch-coreapps-drivers/daily also i'm on raring if tht makes any difference?16:30
balloonsubuntu-sdk-team, yep16:30
ahayzenballoons, it may need the PowerD stuff as well?16:31
balloonsahayzen, I agree, after your last update I too cannot start the app16:32
ahayzenballoons, uhoh.... works for me :) lol16:33
balloonsahayzen, so there indeed might be a missing dependency, since you are using the sdk-team ppa16:33
ahayzenballoons, is it qtdeclarative5-qtpowerd0.1 ?16:35
balloonsahayzen, nope, I have that. keep listing things off ;-)16:36
ahayzenballoons, is there any specific error?16:36
balloonsahayzen, no, it just doesn't load.. you get some nice warnings16:38
balloonsahayzen, any warnings when you load? I'll paste them16:39
ahayzenballoons, lots of warnings as usual :)16:39
ahayzenballoons, it fills the terminal with stuff i plan on going through and sorting them all once my features have landed16:39
jkeyes0rottinrob: I see you've updated your reminders-app branch to include the evernote sdk and jsOAuth. Any progress on actually pulling either of those into the project and connecting? I haven't had a ton of time to experiment myself, but using the evernote-sdk-minified.js doesn't appear to have all of the functionality needed, unless I've missed something.16:40
balloonsahayzen, right.. I don't see anything weird here: http://pastebin.com/3jwSwtKn16:40
ahayzenballoons, how many times have u tried to start it, i have had it just dump itself a few times since Grilo was added16:40
ahayzenballoons, is tht all u get? and how are u running in terminal or via QtCreator?16:41
balloonsahayzen, terminal16:45
balloonsohh, hmm16:45
balloonsqtdeclarative5-qtgrilo0.116:45
ahayzen'Installed: 0.0.20130610~bzr10~ubuntu13.04.1' for me16:46
balloonsno change :-(16:47
balloonsI thought that might have been it, I didn't have it16:47
ahayzenballoons, do u have the mediascanner ?16:48
ahayzenballoons, i also have grilo-plugins-0.2-mediascanner and grilo-plugins-0.2 installed16:48
balloonsahayzen, yes16:50
=== gatox is now known as gatox_lunch
ahayzenhmm16:50
ahayzenusually when i'm missing a package it is a bit more helpful in the console16:50
balloonsI'm upgrading everything right now, and we'll try again. Did you add any additional dependencies?16:52
ahayzenballoons, i haven't but others may have done there has been alot going on recently16:53
ahayzenballoons, they have added blur effects which may have caused a dependency...16:54
ahayzenballoons, qtdeclarative5-particles-plugin ?16:54
balloonsahayzen, need to keep track of these things of course ;-)16:55
balloonsI'll try that, one moment16:55
ahayzenballoons, it looks like most are in the debian/control file16:55
balloonsahayzen, yep, they all need to be in there :-)16:58
balloonsso yea, I have everything listed. sudo apt-get install qtdeclarative5-localstorage-plugin qtdeclarative5-particles-plugin qtdeclarative5-qtmultimedia-plugin qtdeclarative5-qtquick2-plugin qtdeclarative5-ubuntu-ui-toolkit-plugin qt-components-ubuntu qtdeclarative5-window-plugin qtdeclarative5-xmllistmodel-plugin grilo-plugins-0.2-mediascanner qtdeclarative5-qtgrilo0.1 qtdeclarative5-qtpowerd0.116:59
ahayzenballoons, this is strange, and u definitely don't get any more errors in the console?17:00
balloonsnope17:02
ahayzenunless it is something saucy specific?17:02
balloonsahayzen, that's possible in theory yes17:03
ahayzenballoons, is there anyone else we can ask to try, tht it was working before with?17:03
balloonsahayzen, I'm playing with the trunk version now17:36
rottinrobafternoon y'all17:36
jkeyes0heya rottinrob17:36
ahayzenballoons, and thts working?17:36
balloonsahayzen, no17:36
ahayzenballoons, ah17:36
balloonsfginther, so you were intending to say the trunk version of music app also is not running then?17:36
balloonsfginther, that's a regression caused by something new then in the sdk17:36
ahayzenballoons, but something not in raring?17:37
balloonsfginther, I didn't get what you meant :-)17:37
=== gatox_lunch is now known as gatox
rottinrobjkeyes0 do you know when we are having our next meeting?17:37
jkeyes0rottinrob: haven't heard anything. dpm has been in and out, but I haven't spoken to him yet.17:38
fgintherballoons, right, I'm having trouble running the music-app from the core-apps ppa.17:38
fgintherballoons, I was able to try on a different machine and it works there...17:38
rottinrobok...just thought I'd  check, I got a couple questions, but nothing urgent17:39
balloonsfginther, what's the differences between the machines?17:42
popeyrottinrob: ask away17:42
popeyrottinrob: dpm has been out of the office at a conference this week17:42
rottinrobjkeyes0: is there anything keeping me from building this reminders app html/js/qml17:42
fgintherballoons, hmm, the one that worked may be a little behind on packages, let me check the uitk versions17:42
jkeyes0rottinrob: not that I know of. dpm mentioned that they'd like as much of the logic as possible to be js, if I remember correctly.17:43
rottinrobpopey: is there anything keeping me from building this reminders app html/js/qml17:43
rottinroboh...ok17:43
popeySo long as it's built with our SDK..17:44
rottinrobI was just messing with something with some html but mostly js and qml17:44
rottinroboh definatly....the main app is core sdk17:45
fgintherballoons, yep, it has an older sdk, let me update and see if that changes things17:45
rottinrobbut I'm still hackin around ideas17:48
balloonsfginther, yes that was the same for me. The old sdk worked. The new one doesn't17:52
fgintherballoons, ahayzen, yep. that was the difference, I upgraded "qtdeclarative5-ubuntu-ui-toolkit-plugin" and now it hangs on start17:52
balloonsahayzen, you are completely updated on your machine right?17:52
ahayzenballoons, yep but i'm on raring not saucy17:52
balloonsohh perfect, you narrowed it to the new UITK17:52
ahayzenballoons, my version is Installed: 0.1.46+13.10.20130925.1bzr780raring017:52
fgintherahayzen, that's the one that works :-)17:53
ahayzenfginther, :)17:53
ahayzenballoons, i'm guessing Jenkins is on saucy and therefore maybe having some issues?17:53
fgintherahayzen, ubuntu-ui-toolkit - 0.1.46+13.10.20131007bzr791raring0 is now in the PPA17:53
fgintherahayzen, jenkins does run on saucy17:54
ahayzenfginther, 'The software on this computer is up to date'17:54
fgintherahayzen, ohhh! i see the problem the raring builds are failing in the sdk17:55
ahayzenfginther, so thts a sortof good and bad thing at the same time aha17:55
fgintherahayzen, yeah, but mostly bad :-)17:55
ahayzenfginther, yep :/17:55
fgintherahayzen, the raring build is stuck on libthumbnailer-dev, that's a new package that I bet no-one ever thought to build for raring, lets see if we can fix that17:56
ahayzenfginther, so if this does land we would then expect the music-app to break?17:57
fgintherahayzen, yes17:57
ahayzenok17:57
balloonslol18:15
balloonswell, I wonder what the underlying issue then is18:15
ahayzenballoons, are any other apps now broken?18:16
fgintherballoons, ahayzen, I have some bad news. I can't get the uitk to build for raring, the dependency on thumbnailer won't build18:42
fgintherhttps://launchpadlibrarian.net/152875620/buildlog_ubuntu-raring-amd64.thumbnailer_1.0%2B13.10.20131008bzr56raring0_FAILEDTOBUILD.txt.gz18:42
ahayzen:/18:42
balloonshmmph18:50
randomcppI have these errors when I try to run my app, does anyone have the same issue? http://paste.ubuntu.com/6210622/19:00
randomcppplease help, it seems to be related to some gstreamer binfing19:00
randomcppbinding**19:00
ahayzenballoons, looks slightly similar to urs ^19:01
balloonsindeed ahayzen19:01
ahayzenballoons, something gst related breaking the apps ?19:02
randomcppballoons, so am I not the only one with this issue?19:17
balloonsrandomcpp, which app are you trying to run?19:18
randomcppthere used to be a bug report on launchpad on which I commented, but I can't find it anymore19:18
randomcppsaucybacon19:18
randomcppit has camera support (this is the only component related to gst I think)19:18
randomcppbut I hadn't tried to remove it to test19:18
t1mpjppiiroi1en: hello!!19:25
balloonsrandomcpp, hmm.. I wonder if that is the common link19:42
randomcppI can't run memories (which has the same component I use)19:43
AskUbuntuVala GTK+ Compile Warning | http://askubuntu.com/q/35551319:51
balloonsrandomcpp, ahayzen there is a bug for this which is being worked on I've found out19:57
randomcppballoons, ok :)19:57
balloonshttps://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/123548419:59
ubot2`Launchpad bug 1235484 in thumbnailer (Ubuntu) "UI toolkit introduced dependency on two versions of gstreamer on the desktop" [Critical,Fix released]19:59
randomcppoh here it is19:59
randomcppI was looking for it :)20:00
balloonsyes me also20:00
randomcppthanks balloons20:01
randomcppinstalling those deps fix the error messages20:01
balloonsfginther, ^^20:03
balloonsfginther, fixes for the music app troubles20:03
balloonsahayzen, everything passes locally for me now. My guess is you'll just need to wait for the fix to land and it'll merge fine20:08
fgintherballoons, I filed this: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/123704520:11
ubot2`Launchpad bug 1237045 in Ubuntu UI Toolkit "Ubuntu UI Toolkit no longer builds on precise, quantal and raring" [Undecided,New]20:11
fgintherballoons, do we still expect to support app development on raring and before?20:11
balloonsfginther, precise and saucy afai20:15
balloons*afaik20:15
om26erbfiller, I have a branch to disable the video mode button from the camera, can you top approve it so that we can get that in soon. ?20:21
om26erhttps://code.launchpad.net/~om26er/camera-app/disable_video_button/+merge/18956620:21
ahayzenballoons, thanks, sorry was AFK20:40
balloonsahayzen, yw20:44
=== salem_ is now known as _salem
dakerbeuno or popey can please review my app "X-Type" ?22:02
dakeryou*22:02
popeydaker: looks cool!22:07
dakerpopey: i didn't made it, i just a made a webview that call the url of the game22:08
popeydaker: done22:08
popeydaker: http://popey.com/~alan/device-2013-10-08-230906.png22:09
dakerpopey: aha why it doesn't scale22:09
popeythats on a nexus 722:10
dakerpopey: nexus 7 = tablet ?22:11
popeyyes22:11
* popey tries nexus 422:12
popeyhttp://popey.com/~alan/device-2013-10-08-231247.png22:12
popeydaker ^ nexus 422:13
dakerpopey: ok wired22:13
popeyway faster on n4! :D22:13
popeyquite a lot of fun22:13
dakerpopey: that's why i package it :)22:13
popeyhttp://popey.com/~alan/device-2013-10-08-231347.png22:14
popey22:14
popeyhard to play and take a screenshot at the same time22:14
daker:)22:14
popeybed time..22:15
dakerg'night22:15
popeydaker: some other app had that issue22:15
popeycan't remember which one22:15
popeyberu!22:15
popeyso might be worth looking on github at the change log for beru and seeing what he did on the day of the app dev contest, on that sunday22:16
popeyor the logs for this channel on that day22:16
popeyi know he fixed that issue and i tested again and it worked, so there's almost certainly something to gain there.22:16
popeyping me if you want it tested again tomorrow22:16
dakerpopey: ok i will fixed22:16
dakerpopey: thanks22:16
popeynp22:16
popeyalso, find more games like that! :D22:16
dakerpopey: sure :)22:42
dakermhall119: anyidea why the webview doesn't scale ? install "X-Type" game22:47
mhall119daker: my guess would be because it's webview22:49
dakermhall119: it should work like this http://paste.ubuntu.com/6211455/ , no ?22:50
mhall119daker: hmmm, the Ubuntu.Components.Extras.Browser might give you more than a plain WebView22:51
mhall119but I don't know what to do about scaling22:51
mhall119daker: I used scale: 1 on WebView, but I honestly don't know what that does22:52

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