/srv/irclogs.ubuntu.com/2014/11/03/#ubuntu-app-devel.txt

leartsbzoltan_: I managed to solve the problem: by launching the command that failed int he sdk I got the full ouput, which included "Unknown filesystem type overlayfs". I was on a custom kernel, rebooted on a ubuntu one and it worked00:39
aquariushow do I teach Ubuntu SDK that the emulator I set up and have running is a connected device that I can deploy apps to?00:50
aquariusthe button on the left side of the Ubuntu SDK window with a red/orange/green dot has a red dot, even though the emulator is running (and I created and ran the emulator from Ubuntu SDK, not from the command line or anything).00:51
aquariusand trying to run the app (in debug mode or not) just pops up the "please attach your device" popup.01:03
aquariushttp://developer.ubuntu.com/apps/sdk/tutorials/using-the-ubuntu-emulator/ seems to be out of date; the Devices screen doesn't look like the screen shots, and although the emulator shows up in adb devices, Ubuntu SDK does not seem to think it's present and the documentation suggests that that shouldn't happen.01:05
aquariusSo I'm not sure what to try, now ;(01:16
aquariusah. I think the project thinks it's building for the armhf emulator, not the x86 emulator.01:21
aquariusperhaps I need to add a new "kit" to the project.01:21
aquariusaha! success!01:24
aquariusalthough it is not at all clear to me what I have succeeded *at*; did I add a "kit" to the project, or to Ubuntu SDK as a whole?01:24
Elleoaquarius: I think kits get added on a per device basis (and the emulator is considered a device)01:27
Elleoaquarius: so it'll persist across projects01:27
aquariusOK01:27
Elleoaquarius: could be wrong though, the SDK is a mystery to me at times too ;)01:27
aquariusam massively confused by all this "kit" stuff.01:27
aquariusalso massively confused as to whether my scope is actually running on the emulator or not.01:28
Elleoaquarius: if it's in a window saying "Unity Scope Tool" then it's probably not running in the emulator01:28
Elleoas you can also run scopes natively on the desktop using that01:28
Elleowhich is what the SDK will do if you select the desktop build profile01:29
aquariusElleo, as I understand it, I have to be running 14.10 for that :(01:29
Elleoah, right, yeah probably01:29
aquariusthis makes me rather sad.01:29
aquariushence trying to use the emulator.01:29
aquariusyou can't even build it on 14.04 because the scopes projects need gcc 4.9 and 14.04 only has 4.8.2.01:31
aquariusso no desktop testing for me. :(01:31
ElleoI thought 14.04 had gcc 4.9 available, just not set as the default gcc install01:32
aquariusooh, really?01:32
Elleooh, maybe not; there's gcc-4.9-base but doesn't seem to be gcc-4.9 :/01:32
Elleoat least according to package.ubuntu.com01:32
aquariusseems not01:33
aquarius$ apt-cache search gcc-4 | grep '^gcc-4\.. '01:33
aquariusgcc-4.7 - GNU C compiler01:33
aquariusgcc-4.8 - GNU C compiler01:33
aquariusgcc-4.4 - GNU C compiler01:33
aquariusgcc-4.6 - GNU C compiler01:33
aquariusbah humbug :(01:33
Elleooh well, bed time for me; good luck ;)01:36
aquariuscheers, pal!01:36
=== chihchun is now known as chihchun_afk
=== VDVsx_ is now known as VDVsx
spazzymoto_Hey guys, i wonder if someone here could help. Im busy writing a scope for the competition and was wondering how i can reference a default image in my code that i will use if the rest service i am using does not supply album art? Where would i store the image in my project? Under the data folder? im using c++07:35
=== rmescandon is now known as rmescandon-brb
=== rmescandon-brb is now known as rmescandon
spazzymoto_Ah figured it out nevermind :)09:43
aquariusspazzymoto_, what solution did you come up with? :)10:11
spazzymoto_Added the file to my project. If my image_url from service is blank then i assign it ScopeBase::scope_directory() + "/whatevermyimageis.png". Not sure if that is the correct way but seems to work10:13
JamesTaitGood morning all; happy Monday, and happy Cliché Day! :-D10:35
=== _salem is now known as salem_
aquariusspazzymoto_, cheers!11:45
spazzymoto_aquarius_, no problem :)11:46
aquariusHow do I change the emulator to be on a new channel?11:56
aquariuswhen I *create* an emulator, I only get the options of "devel", "devel-proposed", or "stable". I chose "devel", and that's given me a 14.10 r243 emulator, but I'm now being told that that's too old.11:57
aquariusand when I compile and deploy the default scope project, I don't seem to get any results from it; is this because I have too old an emulator? Or is the default scope project not *meant* to do anything? this might be a davidcalle question :)11:58
davidcalleaquarius, should give you weather results ootb11:59
aquariusdavidcalle, that's what I thought. It does not; I've created a new scope project, hit "run" which should be deploying it to the emulator, and in the emulator Dash searched for "birmingham, uk", and all I get is "search for birmingham, uk in the store".11:59
aquariusI don't know what I might be doing wrong11:59
davidcalleaquarius, when you start the scope on the emulator, does it actually launches the scope?11:59
aquariusdavidcalle, I don't know. How do I know whether the scope is launched?12:00
davidcalleaquarius, ubuntu logo in the header like this : http://developer.ubuntu.com/wp-content/uploads/2014/10/soundcloud_unbranded.png12:01
aquarius(note: I get three warnings (:-1: warning: scope_ini_gjs_scope_unknown_fields: Unknown field in 'gjs/org.kryogenix.gjs_gjs.ini': debugmode, :-1: warning: security_policy_groups_safe_gjs (debug): (REJECT) reserved policy group 'debug': not for production use12:01
aquariusThe debug policy group is automatically injected and should only be used for development. :-1: warning: security_policy_groups_scopes (gjs.apparmor): found inappropriate policy groups: debug), but they're warnings, not errors, as far as I can tell)To create a package for the store use the publish tab!,12:01
aquariusaha!12:01
aquariusyes, I get that scope12:01
aquariusright, that makes more sense now!12:01
aquariusthank you12:01
davidcalleaquarius, these warnings are ok :) np12:02
aquariushowever, doing a search from the normal Dash doesn't give me any results from that scope12:02
aquariusand I do not know how to get back *into* the scope, once I've gone back to the normal Dash12:02
davidcalleaquarius, swipe from the bottom of the dash and search for it12:03
* davidcalle takes notes on what to add to the doc12:03
aquariusaha!12:03
aquariustotally did not know about that :)12:04
aquariusdavidcalle, this is why I'm trying to give you feedback as I come across these problems, so you'll know about them :)12:04
aquariuswhy does the scope not show results when I search in the Dash? that's the *point* of scopes, isn't it?12:04
davidcalleaquarius, you can also make it a favorite my clicking the star in the top right, it will be appended to the list of default scopes12:04
davidcalleaquarius, I don't know, any output looking like an error in QtCreator?12:06
aquariusno error-looking output12:06
aquariusI can find the scope by using Manage Dash from the bottom edge12:06
aquariusand so I can get back into it fine12:06
aquariusand searching *in it* works fine12:06
davidcalleah!12:06
aquariusbut if I do a search from the front page of the Dash, that scope doesn't pop up12:07
aquariusis it no longer supposed to?12:07
davidcalleaquarius, so it works as expected. The "Home Dash" as we knew it is gone.12:07
aquariusoh12:07
aquariusso if I want to search in a scope, I have to go and explicitly open that scope?12:07
aquariusI don't understand. What's the point in all the work which analyses your query and picks appopriate scopes then?12:08
davidcalleaquarius, that or in the Manage Dash page (bottom swipe), searching recommends scopes (and also return wikipedia stuff, but that will go away as well).12:09
aquariusoh12:10
aquariusI wonder if anyone who is not completely involved with the project actually *knows* this, then :)12:10
davidcalleaquarius, the scope management part is being reworked, so once that has landed, I think (and hope) it will be easier to grasp (and document).12:13
aquariusok12:13
aquariusso, I have now successfully compiled and run a scope, yay12:13
aquariusthat was, I'll be honest, a lot harder than it should be :(12:13
davidcalleaquarius, it is, but we are collecting feedback to improve it. Go bindings should help and bindings for other languages will arrive sooner or later.12:18
aquariusdavidcalle, those things will most certainly help actually writing the code for a scope, but I haven't actually written any code here -- I've spent two days and had to ask a bunch of questions on irc just to get an environment where I can create a scope project and click "run" on it (without changing anything) and have it work12:19
aquariusI am really looking forward to writing some scopes, once I don't have to do it in C++ :) but that's not the parts I've found hard, so far. All this stuff about "kits" is really, really confusing12:19
spazzymoto_I havent managed to get mine to run in an emulator either haha, just using the default kit thing and it opens in a window on my desktop.12:25
mivoligomzanetti: hi, after messing around with complicated version of the game icon, I decided to do a simple (but colourful) icon. Take a look into the drive folder when you have some time and let me know if you like it :)12:35
mzanettimivoligo: ack12:35
mzanettimivoligo: to be honest it doesn't really blow my mind :) But it's still ok I guess.12:41
mzanettimivoligo: can you try to give it a shot making the tower white? Like most of my icons here: http://developer.ubuntu.com/pioneers12:42
mzanettihmm... that doesn't work with the way you do edges/shadows though12:42
mzanettiI do like the tower itself, but it's a bit too little color/contrast to the background imo12:43
mzanettimaybe not fading it out completely towards the end12:43
mzanettiIn any case I'll start with using this one...12:44
aquariusspazzymoto_, I can't do scopes on the desktop because that requires 14.10 :(12:54
=== MacSlow is now known as MacSlow|lunch
mivoligomzanetti: yeah, I'm not good at icon making :) we can use it for now, maybe you (or someone else) can come up with something better in the future13:32
mzanettimivoligo: ok, works for me.13:33
mivoligomzanetti: btw, what's that Akinator thing there? Another game?13:34
mzanettimivoligo: yeah, just a webgame I packaged up in a rainy sunday afternoon13:35
mzanettimivoligo: http://en.akinator.com/13:35
mzanettiI found it quite interesting to see how they aggregate and search information13:36
popeymzanetti: Sam Hewitt is usually good for making icons...13:36
mzanettipopey: ah ok. thanks13:36
popeyhttp://snwh.org/icons/13:37
=== rmescandon is now known as rmescandon-lunch
=== MacSlow|lunch is now known as MacSlow
=== salem_ is now known as _salem
om26erpopey, can you link me to the click apps mirror? I need to download an older version of a click14:10
liuxgnik90, ping14:31
nik90liuxg: pong14:32
liuxgnik90, may I check sth with you regarding the clock core app?14:32
nik90liuxg: hell yeah, shoot :D14:32
liuxgnik90, I have seen that the app got an url dispatcher in it, and it got an protocol like :"protocol": "alarm"14:33
liuxgnik90, I do not know how other apps call it and how the parameters are handled in the clock app.14:34
liuxgnik90, normally, i think it should have sth like UriHandler to handle it.14:34
nik90liuxg: it allows other apps to open clock app by specifying a url handler like "alarm:///" and that should open the clock app showing the alarm details14:35
nik90liuxg: I say "should", since the last part about it showing the alarm details has not been implemented14:35
liuxgnik90, ok. then I understand it. so there is no parameters used in the app. I got it.14:35
nik90yup exactly14:35
liuxgnik90, I thought it got some parameters to set the alarms :)14:36
nik90to be honest I am still thinking how to do the implementation since alarms don't exactly have an id afaik14:36
liuxgnik90, if it is designed this way, it should work.14:36
liuxgnik90, anyway, thanks for your reply.14:37
nik90liuxg: well I could add command line options for creating an alarm etc in the coming cycle14:37
nik90liuxg: yw, :)14:37
liuxgnik90, should you have any updates, I would love to see them :)14:37
nik90liuxg: will do, how do I contact you?14:38
nik90also we could have a discussion about this at the upcoming UOS on nov 12-1414:38
liuxgnik90, my email address is xiaoguo.liu@canonical.com14:38
liuxgnik90, that is good to know. thanks!14:38
nik90liuxg: cool, will keep you updated14:39
liuxgnik90, again, thank you very much!14:39
=== chihchun_afk is now known as chihchun
om26erboiko, ping14:43
=== _salem is now known as salem_
=== Pici is now known as to
=== to is now known as Pici
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
aquariushow do I print something from scope code that I run in the emulator which I can then see in Ubuntu SDK's "Application output" pane?15:20
davidcalle#include <iostream> , then  cerr << "string" or cout << "string"15:23
davidcalleaquarius ^15:23
aquariusah!15:23
aquariusI was trying to use, like, qWarning() and stuff :)15:23
davmor2aquarius: with voodoo, chicken bones and a blood sacrifice15:24
davidcalleaquarius, don't know about that yet, but I guess qt stuff should also work.15:24
davidcalledavmor2, no, that's to enable debug mode15:24
davmor2davidcalle: damn it I always get those two confused15:26
davidcalledavmor2 :)15:26
aquariusgrrrrr! I have broken the scope -- it shows no content -- and I have no idea why :(15:27
davmor2aquarius: did you refresh it?15:27
aquariusrefresh it?15:28
aquariusand trying to use the debugger thing says "debugger is busy" and doesn't say why15:28
=== salem_ is now known as _salem
=== _salem is now known as salem_
=== salem_ is now known as _salem
qtrosHi all15:38
qtrosCan someone help me with simple question - I have dualboot installed on my nexus 4. Will this fact affect on installing new version of Android? Or I should return recovery partition first?15:39
=== _salem is now known as salem_
balloonsqtros, a system update is fine under dualboot15:57
balloonsI guess that that assumes it's not dual booting by borrowing the recovery partition15:58
qtrosballoons even to android 5? :) I hope I will get this update for my n415:58
balloonsI've used multiboot and updated fine. it's cleanly seperated and recovery stays intact. I don't see why it would break15:58
qtrosballoons it's just worries)16:00
qtrosballoons it's much easier to ask before rather than fix it later)16:00
qtrosballoons thanks, Nicholas :)16:01
balloonsqtros, you are welcome. If it breaks, you get to keep all the pieces.. And probably blame me :-)16:01
qtrosballoons :D16:03
=== rmescandon is now known as rmescandon-afk
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
popeyahayzen_: hiya! :D17:41
ahayzen_popey, o/17:41
ahayzen_popey, FYI i got that db locking issue on the desktop17:41
ahayzen_popey, so i had the music-app running and then copied 50GiB of music over...it didn't end well17:42
ahayzen_popey, hmm i think the pot needs updating in victor's mp so either we can wait for him to update it...or land it then do another mp to update the pot?17:46
ahayzen_popey, depends how soon you want the mp to land ;)17:46
popeyits not that urgent17:47
ahayzen_cool i'll put it in the mp then :)17:47
mihirahayzen_: ping17:50
ahayzen_mihir, pong17:50
mihirahayzen_: wow , i pingged you gtalk by mistake lol17:50
ahayzen_mihir, i'm being ping'd in all direction17:51
ahayzen_*directions17:51
mihirahayzen_: any idea how can we remove showDivider for ListItem.Header ?17:51
mihirwe can do that for ListItem.standared though.17:51
ahayzen_mihir, we used to have showDivider=false...but that was for ListItem.Standard...and now we just use Item {}17:51
mihirHmmm i wanted to have full width divider , not with margins , and it takes margins by default grrrrr17:52
ahayzen_:/17:52
ahayzen_mihir, i haven't really played about with the different ListItems tbh17:52
mihirhehehe ahayzen_ no issues, thank you.17:53
mihirpopey: we got feedback on email , only one change is there :D17:53
popeyyeah!17:56
nik90popey: hey, I have been dogfooding the location feature branch and I got positive results. It looks like mihir and davmor2 also didn't find any issue with it. I am going to get a code review and get it merged in a day or two.18:24
nik90popey: I will add 2-3 manual tests to accompany that to ensure it doesn't regress in the future18:24
popeyok! excellent news.18:24
mihirnik90: :) i'll be keep testing as an when i get time.18:24
nik90mihir: cool, just opening the clock app in differnet locations and seeing if it shows the correct location would be good enough testing.18:25
mihirnik90: sure :)18:30
mihirpopey: nik90 http://gmailblog.blogspot.in/2014/11/a-new-day-for-google-calendar.html18:34
nik90mihir: yeah I saw18:34
nik90I am still waiting on that inbox invitation18:34
popeyfancy18:34
nik90but looks like some nice integration between email and calendar18:34
mihirnik90: hmm yup , they have almost re-designd all their apps with new matiral design concept.18:35
nik90yes18:35
mihiri just got Inbox invite few last week , and that's pretty good.18:35
gcollurapopey, you may like this http://i.imgur.com/VA8ERn3.png19:12
popey:D19:12
gcollurapopey, do you know if can password be stored with the scope settings api?19:14
t1mpgcollura: what's that? are you running scopes on desktop in a window?19:25
davidcallegcollura, nice !19:32
davidcallet1mp, it's unity-scope-tool19:33
kalikianahmmmm has anybody encountered this? "build-mangamon-Ubuntu_Device2_GCC_armhf_ubuntu_sdk_14_10_utopic-Default (Konflikte durch Groß- und Kleinschreibung)" the last part of the build folder name literally translates to "conflicts in upper and lowercase"19:40
kalikianaand thus qtcreator can't find it19:40
popeyahayzen_: i think maybe we should rate limit redraws of the music app when new content is arriving. The app goes mad when you drag and drop a lot of music on the device. redrawing constantly.19:51
kalikianahmmmm weird. now it works19:51
popeyahayzen_: I don't know what a good measure is, or how you do that, but it needs doing I think.19:51
* kalikiana re-ran and deleted the folder a few times… whatever was wrong must have been cached before19:51
gcollurais possible some sort of image caching with the scopes? trakt api are kind of slow, loading everything everytime is tedious20:21
ahayzen_popey, i have no control over it...ms2 just invalidates the model and then reloads it20:26
popeyahayzen_: hmm20:30
ahayzen_popey, looks like what the issue is that ms2 has the db locked as it is r/w which prevents music from being able to read the models...maybe20:31
ahayzen_popey, sortof comes back around to that point of are they committing after each individual item is added20:31
popeyyes20:31
gcollurahow do I package a scope? (and install it on a device)20:38
brendandnik90, i've been having a problem with the clock app where i set the snooze to 10 minutes but it only snoozes for 3-4 minutes20:40
balloonsajalkane, I can't seem to build file manager21:02
balloonsajalkane, building in qtcreator I get a 127 error, but building locally in-tree seems to work fine, but the binary has dependency issues21:05
balloonsajalkane, here's an attempt to run: http://paste.ubuntu.com/8808105/21:06
gcollurawhere can I find logs for a scope?21:06
ajalkaneballoons: seems like you don't, for some reason, have up to date nemoplugin.so. I guess it's getting one installed in system instead the one built under filemanager21:08
ajalkanenemofolderlistplugin.so or something like that.21:08
balloonsajalkane, ahh, ok that makes some sense. It seems like there are depends listed in debian/control which should be anymore21:08
davidcallegcollura, for the scope itself, it's simply the output pane of qtcreator, for the scope registry, it's in ~/.cache/upstart/scope-registry.log21:09
gcolluradavidcalle, because when running the scope from the terminal I can get several log message I manually put in the code21:11
gcollurafrom ~/.cache/upstart/scope-registry.log I can only read: RegistryObject::ScopeProcess: Scope: "com.ubuntu.developer.gcollura.trakt-scope_trakt" closed unexpectedly. Either the process crashed or was killed forcefully21:11
gcollurawhen running the scope21:11
kam_xhow can develop mobile apps on ubuntu21:13
balloonsajalkane, so I removed the following modules: qtdeclarative5-nemo-qml-plugin-folderlistmodel qtdeclarative5-placesmodel0.1 qtdeclarative5-pamauthentication0.121:14
gcollurakam_x, you can check the documentation here http://developer.ubuntu.com/apps/qml/tutorial/, you should install the ubuntu-sdk package which provides everything to start with21:14
ajalkanesounds about right21:14
balloonsajalkane, and now on app startup I get errors about trying to import them.. they are missing21:14
ajalkanealthough even though they were to be installed on system, as they are by default I think, running the app should use the ones built locally on filemanager21:15
ajalkaneI think there's something else wrong somewhere21:15
ajalkanethe filemanager executable is supposed to add into QML import paths the local locations so that they're preferred21:15
balloonsajalkane, yes indeed. Can you take me through branching your code and getting a running binary?21:15
ajalkaneI can try... but these things are really stuff that has not been touched in a long while,21:16
ajalkaneYou know I remember hitting this same thing21:16
ajalkaneI was in Ubuntu 14.04, and I was told to update to 14.10. I did and it went away21:16
balloonsajalkane, well we should update the readme once it's sorted. I'm trying with a couple other folks, all on 14.10 with no luck21:17
balloonsthis worked for me not that long ago.. seems odd21:17
ajalkanehumm...21:17
ajalkaneWhat branch is it? Trunk?21:17
balloonsajalkane, yes trunk21:17
davidcallegcollura, ah, I see. You can run the scope in debug mode in qtcreator, not sure about how to do it from the command line. You also potentially have logs in : /var/log/upstart/<scope id>.log21:17
ajalkaneokay, I'll try getting it... did you build the app in QtCreator before running autopilot?21:18
balloonsajalkane, I just removed everything and trying again. Branched, opened in qtcreator, building21:18
balloonsajalkane, ok, now it does work.. So hmm21:19
ajalkaneDo you have only Desktop toolkit or both Desktop and arm toolkit selected?21:19
ajalkaneright...21:19
balloonsajalkane, yes, I had to switch to the desktop toolkit21:19
nik90brendand: hmm, which image did you try this with? the latest promoted one #6?21:19
balloonsajalkane, I was building with the schroot21:19
ajalkaneRemember I complained about a weird error with autopilot in sprint. It happened with both arm and desktop toolkit, and I had built both with QtCreator. I don't know if it's related to this21:20
ajalkaneI don't know about schroot. Has been working building in QtCreator (at least when only Desktop toolkit has been selected) and then running autopilots21:21
brendandnik90, funny it worked this time21:22
brendandnik90, must be something else i did. when i get steps to reproduce it i'll get back to you21:22
balloonsajalkane, it might be. It's definitely a bit weird21:22
nik90brendand: I think I know what could have happended21:23
balloonsajalkane, anyways, Letozaf_ and doug5 are going to work on fixing the tests.. I think I mentioned this already. We're trying to build now and encountered this :-)21:23
nik90brendand: when did the alarm ring and when did you snooze it?21:23
brendandnik90, no that's not it :)21:23
nik90brendand: ah :)21:23
nik90you already know what I am going to say21:23
brendandnik90, i snoozed it quite quickly after it went off21:23
ajalkaneWell great news that the tests are being worked on! Hopefully the build problems can be worked out, if I can help let me know21:23
brendandnik90, that is snoozes from the time you press snooze?21:24
nik90brendand: yes21:24
balloonsajalkane, for now we have it working so we'll save those for a bit. But it is a bit funny :-)21:25
ajalkaneGets some chuckles out of me every couple of nights also :P21:25
balloonsajalkane, does passing args work for you? like say passing -p for phone mode?21:32
ajalkaneballoons: as in passing it directly to filemanager executable?21:32
balloonsajalkane, yes.21:33
balloonsajalkane, basically we need to start the app in phone mode on the desktop21:34
ajalkaneJust a sec, I'll make sure on a fresh branch of the trunk.21:34
gcolluradavidcalle, ok I finally get gdb working, here's the log http://paste.ubuntu.com/8808526/, could you please help a second? if not, it's not a problem :)21:37
ajalkaneballoons: umm this is a bit weird. I tried a couple of things, and it seems the command line parameters are parsed just alright in C++ but the QML side does not receive the changes21:40
davidcallegcollura, no problem, looking at ti21:40
ajalkaneballoons: sorry my mistake... command-line arguments are detected21:42
ajalkaneballoons: it's just that passing -p has no effect. I don't see any code in QML that would inspect if it was set21:43
ajalkaneso unless that's something the Ubuntu UI toolkit detects automatically, it just has no effect21:44
davidcallegcollura, not sure what's wrong, at which point does it crash? At startup?21:44
gcolluradavidcalle, the scope shows up, but as soon as it tries to download the results it crashes21:46
gcolluradavidcalle, I'm running rtm21:48
davidcallegcollura, is it dealing with an authentication method or just directly querying some API over HTTP?21:51
gcolluradavidcalle, it does only one http get on a trakt api21:53
davidcallegcollura, it could be a malformed result, like a result missing its category. You can also try disabling the part that sends results to the Dash and see if it keeps running.21:57
gcolluradavidcalle, here's the code if you want https://github.com/gcollura/trakt-scope21:57
davidcallegcollura, ah, thanks, looking :)21:57
gcolluradavidcalle, I don't know how to check that though, the scope works on the desktop and result are correctly displayed in their category21:58
davidcallegcollura22:10
davidcallegot it :)22:11
gcolluradavidcalle, \o/22:11
balloonsajalkane, ok.. well we need a way to run in phone mode on the desktop22:11
davidcallegcollura, the trakt api is very laggy tonight and timeouts a lot. I did got results at some point on the phone22:11
balloonsany ideas?22:11
ajalkaneballoons: does that mean adjusting the size of the screen if on phone mode?22:12
davidcallegcollura, scopes seem to timeout after 4 seconds. I think it's possible to change that value.22:12
gcolluradavidcalle, but I get those "closed unexpectedly" messages in the logs, which they seem to be not related to the timeout22:14
davidcallegcollura, I don't get these22:16
balloonsajalkane, yep that's it22:16
balloonsajalkane, I tried setting things in filemanager.qml to be wideAspect false manually but that didn't seem to work, nor is is desirable22:17
ajalkaneballoons: okay, I'll look into fixint that. I seem to remember some commit from dpm that changed something about that22:17
balloonsajalkane, awesome thanks.. if you can file a bug on it and also mention cleaning up the arguments in main.cpp to match reality :-)22:17
ajalkaneballoons: sure thing22:18
gcolluradavidcalle, thanks for the help anyways, I'll try something else tomorrow :) I need some sleep, thanks again :)22:23
davidcallegcollura,22:23
davidcallegcollura, try adding a subtitle to your results22:23
davidcallegcollura, you are declaring it in your category template, so the scope expects it.22:24
gcolluraok thank you I'll try that :)22:26
davidcallegcollura, ok, I'll be around tomorrow if you are still blocked :)22:26
gcollurathanks davidcalle :)22:26
=== salem_ is now known as _salem
ajalkane balloons: I put a merge proposal with the fixes for -p commaand-line args, I put you as a reviewer so that you can make sure it's okay for your uses: https://code.launchpad.net/~ajalkane/ubuntu-filemanager-app/command-line-arg-phone-mode-fixes/+merge/24051322:39

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