=== wendar_ is now known as wendar === shuduo_afk is now known as shuduo === chriadam|away is now known as chriadam === shuduo is now known as shuduo_afk === shuduo_afk is now known as shuduo [07:59] good morning === chriadam is now known as chriadam|away === Guest86827 is now known as JamesTait [09:29] Good morning all; happy Human Rights Day! :-D === JamesTait is now known as Guest44086 === Guest44086 is now known as JamesTait [10:25] nerochiaro, hey can you remind me why you are trying to access selectedTab ? you can use self.picker_view.switch_to_tab("photosTab") and that will pass your test [10:25] om26er: i want to verify that a certain tab is currently selected [10:26] om26er: basically i switch to a tab, kill the app, and then verify that when it is restarted the same tab is still selected [10:26] om26er: i have a workaround but i want to do it the proper way [10:26] if possibl [10:26] nerochiaro, its not saving the state it seems. when the app is started again a different tab is selected [10:27] om26er: i know, that's another problem, but i need a test to verify that it works when i fix it [10:35] nerochiaro, selectedTab does not exisit [10:35] *exist [10:36] probably that property got changed or something [10:36] om26er: no, I use it in the QML and it's there [10:36] om26er: and timp confirmed it [10:37] om26er: just double checked now: the property is there and works fine [10:37] om26er: just can't be accessed via AP [10:37] nerochiaro, I have gallery-app opened here and autopilot vis does not show any such property there is however selectedTabIndex [10:38] right [10:39] nerochiaro, you can iterate on "Tab" and see which tab is selected, by either checking objectName or title [10:45] om26er: yeah, that's my workaroudn, but i want to know why selectedTab doesn't work in AP and if it can be fixed [10:46] om26er: because today it happens for that prop but tomorrow it might happen for one where I can't create a workaround for [10:46] nerochiaro, I guess it to be a bug in the ui-toolkit [10:46] om26er: i guess it to be a bug in AP [10:46] om26er: because once again: the property is there and can be accessed normally from a QML app [10:46] om26er: it's just AP that can't see it for some reason. and that worries me [10:47] zsombi: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1259498 [10:47] Launchpad bug 1259498 in Ubuntu UI Toolkit "StateSaver doesn't work when app is closed via SIGINT or SIGTERM" [Undecided,New] [10:47] nerochiaro: thx === shuduo is now known as shuduo_afk === _salem is now known as salem_ [12:23] chaps [12:24] We just found a bug where UITK applications don't load their translations if you have a /usr/share/locale directory [12:24] I strongly suspect it's because of https://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/view/head:/modules/Ubuntu/Components/plugin/i18n.cpp#L107 [12:47] is that sensible [12:48] kalikiana_: you wrote this code, thoughts? ↑ [12:50] Laney: that code doesn't prevent /usr/share from being used, it only does the lookup via XDG_ which gettext doesn't do out of the box [12:51] kalikiana_: It makes gettext use /usr/local/share even if you don't have translations in there [12:51] what do you mean by that? where are your translations actually? [12:51] You either need to check if .../locale//LC_MESSAGES/.mo is installed or not do this [12:52] they are in the normal system location [12:52] but I have /usr/locale/share/locale/de/LC_MESSAGES/.mo [12:52] s!/usr/locale!/usr/local! [12:53] this code just checks if "locale" exists and then bindtextdomain()s to that if it does [12:53] it's not smart enough [12:54] om26er: is osomon off ? [12:54] kalikiana_: http://paste.ubuntu.com/6550646/ check lines 413-420 [12:57] daker, seems he is MIA, didn't get any emails and he is not on holiday in the calendar [12:57] Laney: what about line 81? it seems to still look in the right place [12:57] om26er: ok thanks [12:57] kalikiana_: That's probably from normal gettext [12:57] it gets overridden later on [12:58] I tried removing the code which does this and it fixes the issue (defaults to the system location) [12:58] oh that might be if it's just before the toolkit is up and running [12:59] Laney: can you file a bug for it? then I'd look into extending the unit test for that [12:59] followed by looking into making the check better [12:59] I think you have to know if the translations are actually installed there before trying to bindtextdomain() [13:00] I have to admit I didn't assume multiple conflicting locations to be present [13:00] yeah, you can't assume that all translations will be in one place [13:01] the code would iterate all folders but probably stops just by seeing "locale" exists [13:01] exactly === greyback is now known as greyback|lunch === bfiller is now known as bfiller_afk [13:11] kalikiana_: bug #1259540 [13:11] Launchpad bug 1259540 in ubuntu-ui-toolkit (Ubuntu) "Translations aren't always loaded" [Undecided,New] https://launchpad.net/bugs/1259540 [13:26] Laney: thanks! I definitely think the tookit needs to do it, not apps, since for click packages it's never /usr. so I'll look into it in terms of making the check better [13:27] okay === Ursinha-afk is now known as Ursinha === Ursinha is now known as Guest48115 === Guest48115 is now known as Ursula [13:57] Hello everyone. Popey suggested I drop by here. My app is in the Software Center but not showing on the developer page so i can't get metrics [13:57] CajunTechie: davmor2 may be able to help [13:57] CajunTechie: do you have the url to your app in the store? [13:58] Sure. hang on [13:58] It's here: https://apps.ubuntu.com/cat/search/?q=AnonyMail2&op= [13:59] i cant see it, you'll have to wait for davmor2 I'm afraid. [14:00] OK no problem [14:02] CajunTechie: what app is it? [14:04] Davmor2: It's AnonyMail2 https://apps.ubuntu.com/cat/search/?q=AnonyMail2&op= [14:04] CajunTechie: yeap got it now, where are you looking for the metrics? [14:05] I'm going to developer.ubuntu.com then clicking on the Desktop apps section. All I see is "submit a new app" [14:05] CajunTechie: hmm have you changed your login? [14:06] Hmm...maybe so. Let me look [14:07] Davemor2 I think that was it. Thanks! [14:07] no worries [14:10] thanks davmor2 [14:10] popey: no probs :) === bfiller_afk is now known as bfiller [14:18] hi all, i am running elementary os (ubuntu) and i am trying to build and install geary (a mail client) to work on it. i have extracted the source and cd'd to the dir and entered ./configure in the terminal but it doesn't condigure it cause there are missing dependencies. which are: 1: package 'gtk+-3.0>=3.6.0' not found - and - 2: package 'libsecret-1>=0.11' not found - and - 3: package 'webkitgtk-3.0>=1.10.0' not found. I h [14:19] ...found a way to install these dependencies. How do i install the above dependencies? [14:22] jasey: apt-cache search for the missing dep then do sudo apt-get install [14:24] jasey: for example apt-cache search webkitgtk-3.0 might be libwebkitgtk so you would do sudo apt-get install libwebkitgtk [14:25] apt-get build-dep geary (assuming its in the repo) [14:25] will get you part way there [14:25] popey: not in the repo they have a ppa though I think [14:25] well its elementary [14:26] so *they* have it in their repo [14:26] thanks guys, i'm pretty new to linux so as u could imagine i'm kinda struggling. [14:26] so I'd expect the build-deps to be there [14:26] jasey: you probably want #elementaryos i think? [14:26] (we don't generally provide support for derivative distros) [14:26] but we're nice (mostly) [14:27] * popey is away [14:27] yah, but half the time i just get links to ubuntu pages, and since el os is based on ubuntu i thought most of the stuff would be pretty much the same. there's not alot of real documentation/support for elementary os just yet [14:27] yeah, mostly [14:28] what does build-deps do? does it just build an internal list of required dependencies? or does it go fetch them for u and install them? [14:30] ok i got it, i found an answer to that on stackoverflow. === greyback|lunch is now known as greyback [14:41] aw :(, sudo apt-get build-dep geary says Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. but there are still things missing lol [14:43] Um, I just installed webkitgtk dep which was around 462mb, and so i tried building geary after installing webkitgtk but it still tells me that i dont have webkitgtk. Any idea why? [14:49] bzoltan, Mirv: click 0.4.13 was uploaded just a bit ago - it looks like it has many useful fixes...it'd be great if it could be backported at some stage :) === shuduo_afk is now known as shuduo === shuduo is now known as shuduo_afk === bfiller is now known as bfiller_afk [17:22] popey, I am trying to install the platform tools in my n4 with QTcreator with no luck [17:23] any suggestion please? [17:23] what version of ubuntu you running? [17:23] Hi all. Does anybody have insight on the state of ubuntu sdk? I managed to get my nexus 7 to dualboot ubuntu touch but I have issues with the sdk on ubuntu 13.10. [17:23] on the phone? [17:23] no, desktop [17:23] 14.04 r32 [17:23] 12.04 [17:23] thats probably why [17:23] ugh [17:23] we dont support the LTS? [17:24] check with mirv or bzoltan [17:24] can I do it manually via ssh to the phone? [17:24] not sure if the ppa is up to date for 12.04 [17:24] pass, that's sdk team territory [17:25] there's a script which does the funky stuff, you may be able to see which script from the log in qtcreator [17:25] which will give you the commands it does [17:25] popey, acl [17:25] ack [17:25] victorp: what version of ubuntu-sdk package do you have installed? [17:25] apt-cache policy ubuntu-sdk [17:25] shows 1.095 here on 13.10 [17:26] 1.009 [17:26] ugh [17:27] yeah, there you go [17:27] AIUI [17:27] popey, shoking [17:28] do you have the ppa enabled? [17:28] checking.. [17:28] yeap, for precise [17:28] looks like ubuntu-sdk-team/ppa has lots of new crack for you [17:30] by "the ppa" I meant that one ☻ [17:30] popey, really? here looks 1.009 [17:30] mmm [17:30] what does "apt-cache policy ubuntu-sdk" give? [17:31] 1.009~sdkppa~precise~test6 [17:31] Installed: 1.095 [17:32] its probably not that package but the other stuff it pulls in though [17:32] what version of qtcreator-plugin-ubuntu do you have? [17:34] 2.8.1 [17:34] bzr56 [17:34] hm. so you seem to have latest crack then [17:34] do you have a log from qtcreator? [17:35] popey, whats the name of the .log? [17:36] its inside qtcreator [17:36] ah that [17:36] what buttons are you pressing and I'll try and duplicate here [17:36] nope [17:36] nothing displays there when I click crt+f11 [17:36] crtl+f11 [17:36] once the device is recognised as enabled [17:37] it is suppose to install the tools so I can compile on device [17:37] Mirv, ? ^^ [17:38] victorp: click device on the left [17:38] there should be a log tab at the bottom [17:38] yeap [17:38] looking at that [17:38] http://paste.ubuntu.com/6552236/ is what mine says [17:39] right [17:39] same [17:39] but what happens when you click crtl+f11? [17:39] nothing? [17:40] yeah, nothing [17:40] popey - I feel better :) [17:40] you have the same issue ;P [17:40] hah [17:40] "yay" [17:40] hehe [17:41] is this not just because the device is read-only though [17:41] you will hope it tell you [17:41] but that is one difference [17:41] mine I have set to writable [17:42] mine isnt [17:42] i havent played with this for a few weeks, so don't know current state [17:43] mirv has likely EOD [17:44] victorp: bug time [17:44] popey, ack [17:44] oks.. [17:45] So, I am trying out the simple UI sample / template and when I try to run it I get "QMetaType::registerType: Binary compatibility break -- Type flags for type 'QPaintBufferCacheEntry' [1024] don't match. Previously registered TypeFlags(0x3), now registering TypeFlags(0x103).". I have no idea what's going on there... I did have to set the qt version and kit manually. === bfiller_afk is now known as bfiller [18:12] popey, so it works if I run the script by had [18:12] hand... [18:12] interessin [18:12] I will raise a bug [18:13] popey, I guess that the good news is that my app compiles :) [18:13] ondra, ^^ [18:14] huzzah [18:14] victorp: ping me the bug number and I'll confirm [18:14] (it's probably already reported tbh) === Ursula is now known as Ursinha === salem_ is now known as _salem