=== chriadam|away is now known as chriadam === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [05:54] morning t1mp, related to bug 1289695, what's the status of https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/optIn-tabsDrawer/+merge/212496 - is this something that you think is going to land soon, or has it been put in the back burner? [05:54] Launchpad bug 1289695 in Ubuntu Weather App "Title for all Core apps should be improved/localized for Desktop" [Medium,In progress] https://launchpad.net/bugs/1289695 [05:57] kalikiana, and a question for you related to that bug ^ too: for Calculator, setting the title of the app's main page gets picked up as expected as the app's main title. However, that makes the page's header to show up, which is something we don't want in Calculator. The docs at http://developer.ubuntu.com/api/qml/sdk-14.04/Ubuntu.Components.Page/ seem to imply that simply setting 'flickable: null' hides the header, but that seems to have no effect. [05:57] Any ideas how to hide the header while still being able to set 'title:'? [06:24] dpm: you can't have both as it is right now [06:24] thanks kalikiana. Is there a workaround we can use, or is this going to change in the future? [06:25] it seems more common to hide the header than I used to think… so I'll see that I catch tim to discuss this a bit [06:25] for now, can you file a bug? [06:26] (it is possible to achieve by hand, but that's why I didn't even know so many apps hide the header :-P) [06:27] (until people started asking due to this bug) [06:29] kalikiana, sure bug 1308343 [06:29] Launchpad bug 1308343 in Ubuntu UI Toolkit "Not possible to set a page title and hide the header" [Undecided,New] https://launchpad.net/bugs/1308343 [06:30] awesome, thanks [06:30] kalikiana, can you tell me more about achieving this by hand? Is this something we can use in Calculator until the bug is addressed? [06:32] good morning [06:33] dpm: this should do http://paste.ubuntu.com/7259786/ [06:37] kalikiana, awesome. Where do I best put that property, as part of MainView? It seems to work there, for the record [06:37] hey dholbach [06:38] hey dpm === chihchun is now known as chihchun_afk [06:48] dpm: anywhere would do, technically speaking [06:48] kalikiana, ack, thanks [07:00] popey, when you're up, would you mind reviewing and (if everything's ok) approving the following MPs? They're trivial ones, shouldn't take more than a few minutes [07:00] https://code.launchpad.net/~dpm/ubuntu-calculator-app/fix-desktop-title/+merge/216009 [07:00] and https://code.launchpad.net/~dpm/ubuntu-calendar-app/fix-desktop-title/+merge/216013 [07:02] Good morning [07:05] Hello [07:06] Need help installing Ubuntu Touch Emulator on Ubuntu 12.04 [07:14] Does anyone else think the ubuntu sdk icon does not stick out enough? I feel like it needs an ubuntu logo in there somewhere. (Small complaint) [07:15] Reason is, it takes a second too long to recognize it, being pretty generic, and not having any ubuntu or qt colours. [07:26] when bzr merge says "All changes applied successfully.", does that also means "… and I've added some weird bugs here and there, will you find them?" ? ;) [07:26] I already have example in the past where it has done stupid things, and now I see that it has mixed the closing "}" from one object to another [07:27] ybon, which project is this? [07:27] ubuntu-calendar [07:28] ybon, ah nice :P [07:34] Good Morning [07:35] DanChapman, Morning; whats the plan for today? [07:48] Good morning all; happy Save The Elephant Day! :-D [07:49] JamesTait, Save the elephant day? [07:50] Apparently. [07:50] * JamesTait shrugs [07:52] JamesTait, Best way to save an elephant, is to eat an elephant. Then Farms will pop up all over, serving elephant burgers and the like [07:53] Aki-Thinkpad, an interesting theory.... [07:54] JamesTait, I am actually kind of curious why this doesnt happen more... they seem like pretty easy animals to raise for their size. [07:54] err [07:54] well this is ot [07:54] :P [07:56] Heh. :) Just slightly. [08:04] Aki-Thinkpad: nice theory, I wonder what greenpeace would think of it [08:05] justCarakas, must... not... get... sucked into ot... GAHHH [08:07] can you actually if you would want to push an update to your app of the showdown ? [08:30] dpm: done both [08:30] cool, thanks popey! [08:42] Can I nest a tab under a Rich text box? [09:00] zsombi: ping [09:00] nik90: pong [09:01] zsombi: I like to know if https://bugs.launchpad.net/ubuntu-clock-app/+bug/1308193 is a SDK bug or clock app bug [09:01] Launchpad bug 1308193 in Ubuntu Clock App "Upcoming recurring alarms on wrong day" [High,Confirmed] [09:01] zsombi: basically at the moment, to create a daily alarm, we set the daysOfTheWeek to Mon-Sun. However instead of showing the next upcoming alarms as Thursday (tomorrow), it shows Monday (next week) [09:03] zsombi: On reading the SDK alarms documentation, it says, "if the daysOfWeek is set to a day other than the one specified in the date field, the date will be moved ahead to match the day from the daysOfWeek." Does this mean that since Mon (2 days ago) has passed, it automatically sets the alarm for next monday? [09:03] nik90: there were some small issues on setting the first occurrence of the alarm in Alarm API, so I'd suggest to test it with alarm-date-fix branch I have - on the way to land some day... [09:03] zsombi: which branch is that? [09:03] * zsombi hunting... [09:04] nik90: https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/alarm-date-fix/+merge/215125 [09:05] zsombi: ah okay..this is in staging, so should land soon? [09:05] nik90: soon, but how soon, I cannot tell... [09:05] zsombi: ok [09:06] nik90: once it gets to staging, we will move it to landing train, then will land only [09:08] nik90: but, to clarify things: if you use a date (for instance today) and you set an alarm to kick daily, if the clock set is later then the current time, the first occurrence will be today's day, otherwise the next day [09:08] nik90: same goes to weekly alarms triggered on one single day: if you set an alarm today to kick on Mondays, the first occurrence will be next Monday [09:09] nik90: if you have more kicks, like Monday and Friday, the first occurrence will be on Friday, so 2 days from now [09:09] zsombi: yeah makes sense..what if it is a recurring alarm (not daily) set to trigger on Mon-Wed. If the time on Mon has passed, will it ring the next day (tues) or the next Mond? [09:09] nik90: now, we had issues with this particular one [09:10] zsombi: btw, the clock app now creates a daily alarm by explicity setting the days of the week to Mon-Sun instead of setting the alarm type to Alarm.Daily. Is that okay? [09:10] nik90: in this particular case, if you set it today, and the time to kick is not yet passed, the first will be today, otherwise Monday [09:10] zsombi: I cannot exactly recall why that was done, but it had something to do with UI simplification..We got rid of one optionSelector. [09:11] nik90: Alarm.Daily is the same as you would have Mon-Fri all set [09:11] zsombi: awesome..I was a bit worried about that [09:12] nik90: Alarm.Daily is just a helper, in case you want to set the days programaticaly, then you can use one flag instead of specifying all 7 days :) [09:13] ok [09:28] I have a picker, and I am trying to print the model string that is selected, [09:28] but I can only get its index number. Does anyone know how I would grab its model name? [09:29] grab the string the index corresponds to* [09:31] nevermind [09:31] picker.model[] [09:36] Aki-Thinkpad: you should take a look at the Ubuntu UI Toolkit Gallery code.. [09:36] nik90, its broken atm [09:36] sort of :P [09:37] Aki-Thinkpad: no it isn't. I launch it from within Qtcreator and it opens up fine [09:37] Aki-Thinkpad: I haven't had much success opening it from the unity dash. I guess the desktop file is broken [09:38] nik90, have you updated ubuntu sdk lately? Its not working atm in qtcreator [09:39] * nik90 is checking now [09:39] but its just the link that is fubarred; I got it running in terminal; just being a bit cheeky [09:39] morning nik90, is this MP still relevant, or should it be marked as Rejected? -> https://code.launchpad.net/~charlesk/ubuntu-clock-app/lp-1275560/+merge/208217 [09:39] someone said they filed a bug yesterday, but they didn't link it. [09:39] Aki-Thinkpad: it works for me fine still..I just finish updating now and tried it [09:39] nik90, are you on 14.04? [09:39] or 13.10? [09:40] dpm: morning..It can be rejected. The bug is resolved. [09:40] Aki-Thinkpad: 14.04 [09:40] o_O [09:40] well sec [09:40] nope, still not working for me [09:40] anyways micheal hall was informed yesterday, and the bug was verified [09:41] Forget who said they filed it though [09:41] ok [09:41] dpm: oh boy no more branches to review :) [09:42] nik90, gimme two minutes, I've got a list for you :) [09:42] dpm: lol [09:42] :-) [09:44] popey: Does the recent images have any issues with booting up? I just did ubuntu-device-flash --channel=devel --wipe for a clean start, and after the installation it is stuck at the google logo. [09:44] takes a while [09:45] if you adb shell in can you run top and see what it's doing? [09:45] Hey who handles the syntax highlighting for qml in qtcreator? true and false boolean is just plain text :P [09:47] popey: I will leave it running for another 10 mins. I can meanwhile run adb shell and top. Although I do not know what to expect there. I get this atm http://paste.ubuntu.com/7260531/ [09:48] nik90: is there a unity8 process? [09:49] popey: nope [09:49] well thats bad. [09:49] reboot it [09:49] nik90, so if you feel like reviewing other core apps (weather could need some help with reviews) or cleaning up clock branches to reject, here's a list :) -> http://people.canonical.com/~dpm/core-apps-sponsoring/ [09:50] you can click on the headers to sort the table [09:50] dpm: do I start with the weather app? [09:51] holy cow that list suddenly grew overnight [09:51] what did you do!? [09:51] nik90, if you're up for it, yes. A few of the MPs are relatively trivial changes that would be good to get in before release, so that'd be really helpful! [09:51] popey, there was a bug in the script and it didn't pick up all the branches, I just managed to fix it :) [09:52] dammit! [09:52] why'd you do that!? ☻ [09:52] I'll do another round of pushing apps to the store later on, I did a few last night [09:52] popey, I saw your bug about file manager, and I know what's happening, but I don't have a good solution [09:53] ok [09:54] so essentially the phablet script is pulling a revision from LP (not sure why it does that instead of using the code from the click, though) - we do no longer specify a valid revid in the manifest, so the script fails [09:54] so we hardcode the values in the manifest file so that it works with QtC [09:55] ideally we'd be using cmake to expand the variables, including the revid, but that does not go well with QtC and the manifest [09:55] zbenjamin, is there a reason why the manifest is created/expected in the source tree? Why could it not be read or created in the build directory? [09:57] dpm: because there is a editor for the manifest file in the packaging/publish tab. Also i might need it in the future to know how many runconfigs i have to create, cmake gives me no clue about this atm [09:58] zbenjamin, yeah, I know there is an editor. My question is why can't the editor read/write in the build directory instead of the sources? [09:59] dpm: ok it maybe could, but do you want to copy and paste the stuff you edit in the manifest file across all buildconfigurations? [10:00] dpm: we would need a source file that contains the parts that should be mirrored and edit that one instead [10:02] zbenjamin, sorry for the basic questions, but I'm just trying to get a better picture. Why would build configs be defined in the manifest? [10:03] dpm: runconfigs are defined in the manifest file [10:03] dpm: for example the manifest file tells click how many applications are inside a click package [10:03] dpm: and qtc needs the same information so it can create you a runconfig for each of the apps inside the click package [10:04] ok, gotcha [10:05] * dpm thinks for a bit === chihchun_afk is now known as chihchun === chriadam is now known as chriadam|away [10:17] hi rpadovani, do you happen to know the status of this MP? Did it ever get merged? Or can it be rejected? https://code.launchpad.net/~sil2100/ubuntu-calculator-app/first_packaging_review/+merge/210554 [10:18] dpm: https://code.launchpad.net/~vthompson/ubuntu-terminal-app/fix-1290492-terminal/+merge/210331 is that still valid? [10:19] dpm: for that calc one we can reject as it's not going in the repo [10:19] popey, I agree, but it'd be nice to have a good package for the PPA [10:19] so it might be worth quickly merging them [10:20] looking at that other branch now [10:20] I think we can merge it, yes, let me test it [10:25] dpm, calculator MRs are for advance function can be merged with new changes after this release as per our discussion in meeting. [10:26] thanks mihir [10:26] yeah, that should be on hold for now [10:27] mihir, if you've got time, would you be interesting in doing any reviews from this list? -> http://people.canonical.com/~dpm/core-apps-sponsoring [10:27] *interested :) [10:30] dpm, sure [10:30] dpm, for which app ? [10:30] awesome, thanks [10:30] mihir, any weather reviews would be good [10:31] mihir, and nik90, note that if you're doing weather app reviews and trying to run the app on the desktop, you'll need to copy the The Weather Channel API key from the click package on the phone [10:32] dpm: I switched to the openweatherchannel [10:33] nik90, hahaha, nice workaround [10:33] but to review the branch that changes the forecast from TWC from 10 days to 5 the key is needed [10:34] you can fetch it from the phone under the app's /opt install location in the key.js file and then copy and paste it in your local key.js file [10:35] dpm: my phone is not booting up..it is stuck at the google logo [10:35] dpm: i already reviewed and marged that [10:35] dpm: will ask ogra_ in ubuntu-touc [10:35] let me dig out the key for you in that case [10:35] popey, ah, nice! [10:35] var twcKey = "b7d7a237-d6df-4157-be64-c39eca403d5b"; [10:35] nik90, thanks for the workaround. [10:38] dpm, for fonts we use sizeToPixels right ? [10:39] dpm: did you see my terminal mr up there? is it still valid? [10:40] popey, the one from victor? Yes, I replied at 11:20, still got the tab and a terminal open to test it as we speak :) [10:42] oh duh [10:42] missed that [10:44] lgtm, approved [10:44] one more down :) [10:44] we started with 44 branches, now down to 39 \o/ [10:45] well, 38 once the page updates in a minute :) [10:51] thanks nik90 and mihir for the weather reviews :) [10:51] dpm: yw [10:51] 37 [10:52] \o/ [10:54] dpm: ready to be merged https://code.launchpad.net/~martin-borho/ubuntu-weather-app/fix-1298118/+merge/213705 [10:55] also https://code.launchpad.net/~martin-borho/ubuntu-weather-app/new_snow_rain_icons/+merge/215264 [10:55] thanks nik90 [10:55] mihir or dpm: You guys got the default desktop file needed to run weather app on phone through qtc [10:55] ? [10:56] nik90, I generally copy and paste it, do you want me to paste it somewhere online? [10:57] dpm: just once, so I can keep doing it in the future [10:57] dpm: although we should propose a patch similar to clock where I added a desktop file for this purpose [10:57] should I do that? [10:57] nik90, yeah, let's do that [10:58] * dpm digs out weather .desktop file [10:59] nik90, http://pastebin.ubuntu.com/7260796/ [10:59] dpm: thnx..give me 1min to propose a MP [11:00] \o/ no rush :) [11:03] so now we're down to 35 :) [11:03] nik90, i tested on desktop. [11:04] nik90, i don't have device. [11:04] mihir: ah ok [11:04] mihir: no worries, dpm gave me the desktop file [11:04] mihir, there are some extra comments on your MP at https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/limitFunctionality/+merge/211536 - when you're done with weather reviews, would you mind looking at that? [11:06] dpm, somehow i am not able run calendar application from SDK :( [11:06] dpm, it throws some GTK errors, not able to figure it out why :( [11:06] can you paste the output? Perhaps someone can help [11:07] dpm, because of that i am unable to test and modify it again. [11:07] dpm, http://pastebin.ubuntu.com/7260842/ [11:08] i have tried a lot , and last option would be to reinstall 14.04 [11:08] this occurs after I upgraded. [11:08] dpm: https://code.launchpad.net/~nik90/ubuntu-weather-app/added-desktop-file/+merge/216062 [11:11] nik90, thanks, added a comment. Sorry, I think the issue was caused by me pasting a wrong Exec line for the .desktop file I gave you [11:11] dpm: np, although it worked for me during the testing [11:12] nik90, but you probably have the core apps PPA installed, right? Then it probably loaded the .qml file from the package's installed location, instead of from the branch you checked out [11:13] dpm: yeah I do..I noticed that the clock app also uses the correct format. So I will change it in my MP [11:13] ok, cool [11:13] done [11:14] could someone help mihir with his error while trying to load the calendar app from the desktop? I've no idea what it could be: http://pastebin.ubuntu.com/7260842/ [11:15] we might need to wait for renato to come online [11:15] dpm, i spoke to him , and he said he'll upgrade latest changes and then try. [11:15] i think it is related to GTK EDS might not be causing the issue. [11:16] mihir: you on unity? [11:16] I made a row of buttons in a horizontel flickable; what property do I need to set that it does not rubberband back to the first button in my row? [11:16] mihir: you dont have an odd setup like user autologs in with no password to a gnome shell account or something? [11:17] dpm: sry, I also fixed the icon path. There should be no fixed icon path in the desktop path. So I changed that similar to the clock app [11:17] popey, yes i am using unity. [11:17] popey, nope i don't have autologs [11:17] popey, i enter password during login. [11:18] mihir: can you try in a guest session? [11:18] see if it's something messed up with your account? [11:18] popey, sure let me try. [11:18] thanks [11:20] ah nvm: contentWidth [11:20] :) [11:26] thanks nik90, approved! [11:27] anyone up for fixing a bitesize bug in calendar that improves the visuals quite a bit? bug 1308001 [11:27] Launchpad bug 1308001 in Ubuntu Calendar App "Improve event bubble margins" [Medium,Triaged] https://launchpad.net/bugs/1308001 [11:27] popey, no luck [11:27] popey, i guess i should re-install 14.04 [11:27] I'll try in weekend if i get time. [11:28] see also bug 1304497 [11:28] Launchpad bug 1304497 in Ubuntu Calendar App "Multiple events at the same time are hard to spot." [High,Confirmed] https://launchpad.net/bugs/1304497 [11:28] mihir: ☹ I'm never a fan of re-installing - we should be able to fix it. [11:30] popey, yeah true !!! I should debug more, i have tried a lot and spoke to renato as well, i don't understand why it is just calendar, rest works fine. [11:43] nik90: dpm https://code.launchpad.net/~nik90/ubuntu-weather-app/added-desktop-file/+merge/216062 - did we lose the -qt5 in the qmlscene call there, or is it not required for this use case? [11:43] if you were to install 14.04 and bzr branch that code, I suspect the app would not launch, due to missing -qt5 [11:44] popey: this is a temp desktop file just to get weather app running on device through qtc. The proper one com.ubuntu.weather_weather.desktop.in.in is still there [11:44] popey, it won't be used for the install, that .desktop file is for developers only as a workaround to get Ctrl+F12 running. It works for me, though [11:44] it will work for you, it wont work on a clean 14.04 install [11:44] which a developer might have when they're starting out [11:44] oh, it's only for launching on-device? not on desktop? [11:51] popey, if I understand it correctly, that will fail if qt4 is installed? It shouldn't be on a clean desktop, right? [11:52] it failed last time I tested in a clean 14.04 VM [11:52] hence bug 1288885 [11:52] Launchpad bug 1288885 in notes-app "App cannot be started on clean Trusty desktop" [Undecided,New] https://launchpad.net/bugs/1288885 [11:54] dpm: lemme test again in my clean vm [11:54] popey, I wouldn't worry too much about it. We might need to fix it, but it's just a minor issue and time is precious :) [11:56] I'm just keen on not breaking what I just fixed. [11:56] but it will only manifest on edge cases so yeah, not high priority [11:56] * Guest60591 -> lunch && Vodaworld to try to improve my internet situation. [11:56] * Guest60591 is JamesTait [11:57] Is it possible to package a click package for Tabbed UI + C++ backend? [11:59] popey, it won't break any of your fixes, this is only for devs running off trunk [11:59] int_ua, yes [12:00] int_ua, for that you should check out a good article from mzanetti I've just read today http://notyetthere.org/wheretheissat-redone/ ;) [12:00] dpm: I get "It is not supported to create click packages for a non UbuntuSDK target" in SDK and when I tried "click build ." in the app dir my app was rejected because .desktop file wasn't created [12:00] int_ua: dpm: it doesn't really describe how to do the click packaging. but I think qtcreator would just do that for you at this stage [12:01] int_ua, mzanetti, yes, you should be building the .click using the Publish tab from Qt Creator [12:02] dpm: mzanetti: But I can't, see above [12:02] int_ua, I think you are getting the warning because you manually built the app inside the source tree, instead of in a separate build dir as Qt Creator expects [12:02] dpm: no, I was getting it before trying to use CLI [12:03] dpm: BTW, I'm on 14.04 [12:03] trying to update for the second time [12:04] int_ua, you're probably using the Desktop kit instead of the UbuntuSDK kit. Try switching kit to an UbuntuSDK one using the button just above the big green "Play" button [12:05] then build and go to Publish to create the click package [12:05] I've just tested it and it worked for me [12:06] when I used the Desktop kit, I got the same error as you, but it worked then when I switched kits [12:12] dpm: I don't have UbuntuSDK kit, is it in some package I've missed? I've used ubuntu-sdk metapackage for installation [12:14] int_ua, it's not in any extra package. If you create a new Tabbed UI + C++ extension project, what do you get in the Kit selection dialog that appears? [12:15] zbenjamin might be better able to help you figuring out how to choose the UbuntuSDK kit ^ [12:15] dpm: just Desktop [12:16] dpm: Also, in the Projects tab "Add Kit" button is disabled [12:18] int_ua, how did you start Qt Creator? Launching it from the Dash/Launcher with the "Ubuntu SDK" icon or with the "Qt Creator" icon. It might be that you're using the standard Qt Creator instead of the Ubuntu SDK plugin on top of it [12:18] dpm, I have no idea about https://code.launchpad.net/~sil2100/ubuntu-calculator-app/first_packaging_review/+merge/210554 [12:19] dpm: I'm using just ubuntu-sdk command [12:26] dpm: Also, ubuntusdk.desktop contains just qtcreator %F [12:30] Do I need a Click Build Target? [12:31] It said: click chroot: error: schroot not installed and configured; install click-dev and schroot [12:47] dpm: a click target needs to be created [12:47] dpm: then after a restart qtc will pick it up [12:48] argh, he just left IRC [12:48] thanks anyway zbenjamin [13:00] dpm: do you know where the toolbar items are defined in ubuntu-weather-app? The toolbar icons are blurry and I would like to fix it but cannot find the code where they are defined [13:04] dpm: nevermind I found it :) [13:04] ~/dev/coreapps/ubuntu-weather-app$ grep -R Toolbar * [13:04] components/LocationTab.qml: tools: ToolbarItems { [13:04] components/LocationTab.qml: ToolbarButton { [13:04] components/LocationTab.qml: ToolbarButton { [13:04] components/LocationTab.qml: ToolbarButton { [13:04] components/SettingsPage.qml~: tools: ToolbarActions { [13:04] yep :) [13:09] dpm: do you remember the app which shows the icons of a package? [13:10] dpm: I cannot figure out why I always forget what it is called [13:12] nik90, icon-library. I always forget too :) https://plus.google.com/115054251212417394181/posts/144iojDbjv5 [13:12] dpm: :) ..I am so going to add this to my PPA :P [13:12] :) === _salem is now known as salem_ [13:23] dpm: why isn't jenkins merging the MP's which have been approved? [13:23] nik90, which ones? [13:24] dpm: btw I added one more MP to your list..I know we are striving to reduce them :P [13:24] dpm: weather app MPs [13:24] https://code.launchpad.net/~ubuntu-weather-dev/ubuntu-weather-app/trunk/+activereviews [13:27] fginther, any ideas why Jenkins is not running on those weather app reviews? ^ [13:27] thanks nik90 :) [13:27] * fginther looks [13:32] dpm: you coming to hangout? [13:32] dpm, I found a bug in the jenkins trigger scripts and it bails on the first weather MP. I should be able to put a hot fix in place soon [13:33] cool, thanks fginther [13:33] popey, oh, which? I've missed that [13:34] argh, coming [13:54] dpm: did we postpone the reminders for this week? I have a clash with the engineering call [13:54] popey, we did not. If we move it to 30 mins later, would that still clash? [13:55] dpm: i am full for next 2.5 hours [13:56] popey, I think we should have the meeting, as we skipped last week. I can attend and update you afterwards [13:56] would that work for you? [13:56] yes, thats fine, thanks. [13:59] ok, cool [14:00] rpadovani, mzanetti, free for the Evernote meeting today? [14:00] Reminders, that is :) [14:00] sure [14:01] cool [14:01] meh... /me needs to install the plugin [14:24] dpm: zbenjamin: Hi, I'm back again. Do I need a Click Build Target to get a UbuntuSDK target? [14:24] int_ua: yes [14:24] int_ua: you can create one in the options [14:25] zbenjamin: Ok, solving this error: E: Couldn't find any package by regex 'g++-x86_64-linux-gnu' [14:25] int_ua: what did you do to get that? [14:25] zbenjamin: Just trying to create the damn target [14:25] zbenjamin: amd64 [14:25] int_ua: maybe x86 chroots are broken , try to create a armhf target [14:25] ok [14:26] int_ua: the emulator is armhf anyway [14:26] int_ua: and it will take some time, so get a coffee ;) [14:26] hi all, what's the best practice for using a map in an app? I want to display all the car2go locations and bikeshare locations in my city (DC) [14:27] kalikiana: if we start using "image://theme/search" to define toolbar icons, do we need to add ubuntu-mobile-icons and suru-icon-theme as dependencies of the app? [14:28] kalikiana: I did a merge for the weather app for this, but the developer doesn't seem to find 1 or 2 icons [14:28] zbenjamin: should I report amd64 target being broken to Launchpad? Against which package exactly? [14:29] int_ua: i think they are not supported completely yet, its work in progress [14:35] rickspencer3, you might want to ask mzanetti, IIRC he wrote a car2go app too [14:35] dpm: can you reapprove https://code.launchpad.net/~nik90/ubuntu-weather-app/added-desktop-file/+merge/216062 ... I added the icon fix after your approval [14:35] rickspencer3: check out GetMeWheels :) [14:35] rickspencer3: you'll find the code on http://notyetthere.org [14:37] nik90, done but with a comment [14:37] sure [14:37] cool, thanks === jhodapp is now known as jhodapp|brb [14:38] nik90, re: the weather app icons, I think we'll need to either add a dependency to suru-icon-theme or add fallback icons for desktop (you can specify more than one icon to search for). I think the easiest thing would be to add the dependency [14:39] dpm: I rather add the dependency [14:40] dpm: do you know if it is ubuntu-mobile-icons or suru-icon-theme? Since I have both installed on my laptop [14:40] phone has both as well [14:40] nik90, suru-icon-theme. If I'm not mistaken, the ubuntu-* one depends on it [14:40] ah wait [14:42] dpm: added qt5 to the desktop exec line [14:42] the dependency is the other way round than I've said. So suru-icon-theme depends on ubuntu-mobile-icons, so adding suru-icon-theme should do the trick [14:43] ok [14:43] and approved :) [14:44] added suru icon theme as dependecy [14:51] dpm: mzanetti sorry, was at uni. Some news? === jhodapp|brb is now known as jhodapp [14:55] rpadovani: not really [14:56] mzanetti, hey, thanks for the pointer, I'll look at it later [14:56] np [14:56] mzanetti, do you feel that that is the best practice for embedding maps, or just one way to do it? [14:56] mzanetti: ok, good. During easter holiday I'll try to finish new design [14:57] rickspencer3: its using the QML Map. So yes, for QML apps I'd say its the best one. [14:57] thanks mzanetti, really appreciate it [14:57] rickspencer3: however, they are not released yet, but getting closer now [14:57] oops [14:57] lol [14:57] mzanetti, is it in our SDK? [14:57] rickspencer3: well. I'm using them since last year already. Had 2 small api breakages so far where I needed to change the app [14:58] rickspencer3: yeah, it's on our phone already, but not yet mentioned in the docs [14:58] mzanetti, ok, I'll give it a try later today or tomomrrow [14:59] rickspencer3: the same code was already released with Qt4. It was one of the modules dropped for the 5.0 release. so the code is not entirely experimental. Just that upstream didn't have people to maintain it [14:59] now there is at least one guy I know of dedicated to that api [14:59] zbenjamin: The Click Target root created, now I get Debugger /usr/bin/gdb-multiarch not found [15:00] int_ua: sudo apt-get install gdb-multiarch [15:00] in the kit description [15:00] rickspencer3: feel free to ping me if you have questions regarding GetMeWheel's code [15:00] int_ua: it should still be able to compile your projects, but you can not debug [15:04] zbenjamin: "No device configuration set". Trying to start the emulator [15:04] int_ua: you either need to attach a device, or create and start a emulator [15:05] int_ua: after the emulator has started up , press refresh in the ubuntu devices tab, the emulator should be set as default Ubuntu device [15:06] zbenjamin: It's not starting. I see only black screen and can't see nor hear any activity [15:06] By hearing I mean HDD activity [15:06] int_ua: it takes really long, the emulator is still WIP, you don't have a real device by chance? [15:07] zbenjamin: Just Nokia N900. I used to run Ubuntu on it natively up until 12.10. Not anymore. [15:07] rpadovani, we kept it short today. In summary: there is an upstream branch that attempts to fix the issue with slow notes editing, Michael is looking/has looked at your activity indicator branch, pointed out an issue with toolbars (will file a bug for it) [15:09] dpm: oh yes, I saw the mzanetti's comment to my branch, I'll try to fix it asap [15:11] zbenjamin: Yeah, it worked. Kind of. Now it says it "Could not find executable". Executable for what exactly?... [15:12] int_ua: huh? [15:12] int_ua: where does it say that? [15:13] in a popup dialog. Preparing the screenshot [15:13] nik90: 'search' is in several themes, but depending on the icon it's not completely converged… so either you depend on the mobile theme or use more than one icon where needed [15:14] it will "just work" long-term, but that's work in progress [15:14] kalikiana: yeah I just added suru-icon-theme to the dependency [15:14] it's a harmless hack at least, I've seen far worse :-D [15:16] :D [15:21] nik90: hello [15:21] nik90: I am currently reviewing https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/combobutton/+merge/215127 [15:21] zbenjamin: https://sites.google.com/site/intuafiles/home/wakeonplan-qml2.png [15:21] nik90: I see you are also listed as a reviewer, so if you have comments please add them so that Zsombi can work on it tomorrow morning and we can merge the stuff this week :) [15:22] int_ua: check on the runconfiguration page, if there is a second runconfiguration you can choose [15:22] int_ua: projects -> run [15:23] zbenjamin: nope, just "Custom Executable", sadly [15:24] int_ua: did you use a ubuntu SDK template or do you use a handwritten cmake file? [15:24] project [15:24] zbenjamin: Template. The one with C++ backend [15:24] ~4 days ago [15:25] hmm and you have the most recent version? [15:25] zbenjamin: Should I create a new project and compare main cmake files? [15:26] yeah try with a new template maybe [15:26] zbenjamin: I'm not sure it was the same version when I was creating it [15:26] trying [15:26] int_ua: did you remove the CLICK_MODE stuff? [15:26] zbenjamin: What CLICK_MODE stuff? [15:28] int_ua: or is there a line that looks like: set (UBUNTU_PROJECT_TYPE "ClickApp" CACHE INTERNAL "Tells QtCreator this is a Click application project") [15:29] int_ua: also make sure you have the most recent qtc package [15:30] zbenjamin: The new clean project worked without problems. [15:31] jono_: I've been doing a Bad Voltage marathon, I love it, awesome [15:31] int_ua: hmm ok we changed the templates a bit last week maybe you still had a old one [15:32] zbenjamin: a stupid question: How do I exit the app gracefully? [15:32] int_ua: close it on the device, there is a problem that the SIGTERM that QtC sends does not arrive in the application [15:33] justCarakas, awesome :-) [15:34] justCarakas, be sure to join #badvoltage and see community.badvoltage.org too :-) [15:34] t1mp: ok will do now [15:34] nik90: thanks [15:34] jono_: already did that but I thought I'll tell him here so more people will get to know Bad Voltage [15:36] zbenjamin: No difference between main CMakeLists.txt. Both contain set (UBUNTU_PROJECT_TYPE "ClickApp" CACHE INTERNAL "Tells QtCreator this is a Click application project") [15:37] justCarakas, nice :) [15:38] int_ua: you can try to remove the kit from the project and add it back again [15:38] zbenjamin: Now old project works nicely too [15:38] zbenjamin: I didn't do even that. [15:38] int_ua: weird [15:39] zbenjamin: Ok, trying to create the package finally :) [15:41] int_ua: good luck :) === gatox is now known as gatox_lunch [15:41] int_ua: just click create package on the publish tab, make sure the correct kit is selected [15:42] zbenjamin: em. So it created a package for armhf. And creating an amd64 target is broken. How do I publish it for Destop too? [15:43] popey: fyi: this happens when you freeze an app before it painted something on the screen [15:43] int_ua: not sure if that works, but try to select the Desktop kit and press create package again, there is no real support for desktop click packages [15:44] Also, it's either me missing it or tutorials missing l10n details [15:44] zbenjamin: So I have to go through building deb again for desktop? [15:45] bzoltan: ping [15:45] zbenjamin: yo [15:45] bzoltan: we don't support click packages for desktop yet right? [15:45] zbenjamin: not really [15:45] zbenjamin: I understand that it's WIP, but doesn't look like convergence yet. Sadly. [15:46] mzanetti: ok, filed a bug for it. [15:46] bzoltan: How do I package my app for desktop? What's the recommended way now? [15:47] popey: cheers [16:02] sergiusens: if I get this error when running tests on a device, on all of them, do i need to install something ? RuntimeError: Unable to instantiate any backends [16:02] UInput: ImportError('No module named evdev',) [16:03] sergiusens: i did phablet-click-test-setup --click com.ubuntu.gallery && phablet-config autopilot --dbus-probe enable [16:03] sergiusens: before phablet-test-run [16:03] weird [16:03] where is this? [16:04] nerochiaro: that's more of an autopilot specefic issue though [16:05] sergiusens: on nexus 10, just flashed from bootstrap [16:09] fginther: know anything about the issue i just mention a few messages above, about "No moule named evdev" when running AP tests on device ? [16:10] int_ua: you can package your x86 desktop app in .click, but the shell will not find it... so you can test it only from the terminal I would not spend much time on .deb packaging, because the install paths and many other things will be much different in the click world [16:10] nerochiaro, that's an autopilot dependency. In the apt world it's provided by python-evdev I believe [16:13] nerochiaro, do you flash the latest trusty-proposed image? [16:17] fginther: yes [16:17] fginther: on a freshly bootstrapped system [16:19] bzoltan: I'm completely lost. What about convergence? I was writing the app for Desktop mainly, it's perfectly adapted for work on desktop. How should I package it for publising? [16:21] fginther: when you say "in the apt world" do you mean i need to get it in some other way on the device ? [16:22] nerochiaro, I'm not sure yet... it appears that python-evdev used to be provided in the image and now it's not [16:23] nerochiaro, I'm looking at a device with image 300 installed, it has python3-evdev but not python-evdev === bfiller is now known as bfiller_afk [16:24] fgallina: same here on my image 300 [16:24] er fginther ^ [16:28] nerochiaro, so python-evdev was recently removed as a dependency of the autopilot-touch package. [16:30] nerochiaro, when ci runs tests, it calls a script to unlock the screen which I can see is now causing python-evdev to be installed via apt [16:31] nerochiaro, that is not really the desired behavior. I believe the dependency may have been removed too soon, or I'm missing something bigger [16:34] popey, I've added some more info on when the last comment was made on: http://people.canonical.com/~dpm/core-apps-sponsoring/ [16:34] when I've got more time I'll remove some redundant information, such as the branch name, as we can get that through the MP link [16:34] oh nice! === gatox_lunch is now known as gatox [16:37] dpm: is it possible to change the order of the columns? === maclin__ is now known as maclin [16:38] fginther: I don't think jenkins merges MPs at https://code.launchpad.net/~ubuntu-weather-dev/ubuntu-weather-app/trunk/+activereviews [16:38] dpm: also, can you make the page autorefresh? ☻ [16:38] nik90, sure, let me know which order you prefer [16:39] nik90, yes, sorry about that. the weather-app MPs ran into a bug in the jenkins scripts and I'm working on a hot fix [16:39] popey, what do you mean autorefresh? [16:39] dpm: as in refresh every minute or so. [16:39] https://stackoverflow.com/questions/8711888/auto-refresh-code-in-html-using-meta-tags [16:39] dpm: ^ [16:39] sure [16:39] will need to be later on, I need to go for a few hours [16:40] fginther: no prob, I thought you said you fixed it..hence I wanted to update you on the status. [16:40] mhall119: are you still on saucy? [16:41] fginther: so as a workaround for now i'll just install it manually ? === dpm is now known as dpm-afk === jhodapp is now known as jhodapp|dogwalk [16:47] nerochiaro, yes, that will work. you can use phablet-config to set the image writable and install the python-evdev package [16:47] nik90, I think I might have figured out an easier solution... MPs should start working soon [16:47] awesome [16:59] nik90: hi :) [16:59] m-b-o: hey [17:01] nik90: my guess is, the things are out of sync on my laptop, so the icon thing fails because of that [17:01] m-b-o: yeah I just read your comment and it definitely looks wrong [17:01] m-b-o: it just look like https://imgur.com/RXQTvP5 [17:01] m-b-o: could it be that your SDK is not updated? Since the support for using the icon theme landed few weeks ago only [17:03] nik90: it's 1.097~sdkppa~saucy1~test10 [17:03] nik90: but I have also problems starting apps from qtcreator from device. They are starting in tablet mode === alex_abreu is now known as alex-abreu [17:04] m-b-o: oh weird [17:04] m-b-o: I dont know...we can push my branch to the next cycle if you want. This is something nice to have but not essential [17:07] nik90: http://imgur.com/71s3YDE [17:09] nik90: for me it makes no difference, I just can't approve the mp, cause I don't know what the problem is... === nerochiaro is now known as nerochiaro_away [17:11] I will ask dpm and popey to test it on their desktop to see if they have any issue [17:12] nik90: ok, thanks! === jhodapp|dogwalk is now known as jhodapp === oSoMoN is now known as oSoMoN|afk [18:12] popey: so it seems that the filemanager package has not been updated in the core apps PPA with the latest trunk. Isn't jenkins supposed to do that automatically? [18:13] popey: olli has proposed MPs for all the core apps to fix the core apps launch in the Unity 8 Desktop preview. [18:13] popey: just waiting on saviq to confirm that there are no regressions on the phone before approving [18:20] nik90: awesome, thank you. fginther can probably see why filemanager didnt update in the ppa [18:25] nik90, popey, it looks like qtdeclarative5-nemo-qml-plugin-folderlistmodel used to come from nemo-qml-plugin-folderlistmodel that has a higher version number then filemanager-app... [18:25] can I assume this has been absorbed into ubuntu-filemanager-app now and the old packages are no longer needed? [18:26] fginther: the plugin now lives within filemanager..so yes [18:26] fginther: but let popey confirm [18:26] nik90, got it [18:26] k === dpm-afk is now known as dpm [18:27] fginther, yes, we moved the plugin into the same source tree, and both packages (the app and the plugin) are generated from therre [18:28] fginther: it seems that rssreader-app and dropping-letters haven't been updated yet in the PPA [18:31] nik90, hey how do I select from two of the default ubuntu theme ? [18:31] in qml [18:37] om26er_: hmm I am not sure..let me try to find out === bfiller_afk is now known as bfiller [18:45] jdstrand: did you have a word app that changed themes? [18:45] nik90: blabble [18:46] the thing I was asking about some weeks ago was utudu though [18:46] jdstrand: ask what? [18:46] nik90, I'm looking into the dropping-letters issue. rssreader-app appears to be waiting on publishing in the PPA, although it's been 2 hours. I may need to follow up with launchpad ops on that one [18:46] OptionSelector and some other things [18:46] jdstrand: oh yeah...the theming [18:46] just the way theming works [18:47] * jdstrand nods [18:47] jdstrand: me and om26er_ want to know how you switch between themes in blabble [18:47] fginther: ok [18:49] om26er_: Theme.name = "Ubuntu.Components.Themes.Ambiance" [18:49] om26er_: this is what I see under the theme documentation in qtcreator [18:50] om26er_: I haven't used it myself though [18:50] nik90, ok, I think this will help, or atleast give me some direction. thanks === dpm is now known as dpm-afk [18:51] om26er_: np. Try opening file:///usr/share/ubuntu-ui-toolkit/doc/html/qml-ubuntu-components-theme.html in your computer. It has the theme SDK documentation. [18:52] om26er_: sry http://developer.ubuntu.com/api/qml/sdk-14.04/Ubuntu.Components.Theme/ === boiko_ is now known as boiko [20:03] nik90, dropping-letters and rssreader-app have been published in the PPA. Please note that dropping letters will only build for saucy and trusty due to missing dependencies in the other distros === oSoMoN_ is now known as oSoMoN === chihchun is now known as chihchun_afk [20:24] fginther: noted [20:46] mhall119: thanks for your inputs in https://code.launchpad.net/~yohanboniface/ubuntu-calendar-app/AgendaView/+merge/212164 [20:46] but no more luck atm :( === salem_ is now known as _salem [22:00] mhall119: used click-buddy much? [22:00] alan@deep-thought:/tmp$ click-buddy --dir sudoku-app [22:00] /tmp/sudoku-app not a valid source dir [22:01] wondering why it says that [22:02] ah, needs cmakelists.txt [22:07] fginther: you still about? [22:07] popey, yes [22:07] ok, so for sudoku-app, olli and nik90 have (as for other apps) fudged exec into the command line in the desktop file [22:08] i wanted to test on device.. but.. [22:08] click buddy needs cmake lists [22:08] and click build doens't buiild a working click, becuse the .desktop has hard wired /usr/share paths [22:08] for exec and icon [22:08] AIUI there's some futzing done in jenkins which magically makes that problem go away, right? [22:09] so the click built in jenkins has no such /usr/share/ in the Icon and Exec lines in the .desktop file, so it can be submitted to the store and can work on devices.. right? [22:09] popey: has sudoku not been converted to cmake lists? [22:09] popey, let me check that job [22:09] nik90: NO [22:09] -caps [22:09] which is fine, but it means I happen to have chosen the one i can't test [22:10] i can though approve, land in trunk and get jenkins to build it, grab the click and test that ☻ [22:10] however I am concerned that the futzing that (I think) jenkins does will break when we add that extra exec to the .desktop [22:10] but we need to prove that and to do that i need to land https://code.launchpad.net/~ories/sudoku-app/unity8_preview_fix/+merge/216173 [22:10] popey, ah, so essential you're unable to easily build the click for testing locally before approving the MP? [22:11] yes [22:11] is the short version, thanks ☻ [22:11] popey: or you could create the click using qtcreator? [22:11] popey: and then install it using qtcreator [22:11] that'll give me a similar desktop file surely? [22:11] popey: yes [22:11] plus it doesn't prove that jenkins will work [22:11] which is more important really because thats the click that goes to the store [22:12] so, my suggestion is we push this to sudoku, and let it land, and fix whatever breaks [22:12] then look at the rest [22:12] popey, this is what jenkins does: http://paste.ubuntu.com/7264135/ [22:12] popey: also we modified the executable sudoku-app and not sudoku-app.desktop [22:12] right, sorry, yes. [22:12] oh neat [22:12] * popey tries that instead [22:12] popey, I could create a one-off job to do the build in jenkins if that script is a no-go for you [22:13] lemme try this.. [22:16] popey: oh btw, olli's MP for the clock app has been approved and merged by jenkins. [22:16] cool [22:17] sudoku-app works fine [22:17] i feel happier now! [22:17] nice [22:18] nik90: if you feel so inclined, in the future, feel free to migrate sudoku-app to cmake ㋛ [22:18] (no hurry) ☻ [22:19] popey: I will do that after the release [22:19] * nik90 adds it to his todo list [22:19] thanks [22:19] beer_I_owe_nik90++ [22:28] ok, i think we're done with them.. fginther can you push through all the merges on bug 1300911 ? [22:28] Launchpad bug 1300911 in Ubuntu Music App "Unity 8 Desktop Preview session can not launch apps wrapped in a shell script" [Medium,In progress] https://launchpad.net/bugs/1300911 [22:28] (please) [22:30] popey, I kicked off the job to find MPs for autolanding, they should all be in the queue in a moment [22:36] popey, http://s-jenkins.ubuntu-ci:8080/view/click/job/rssreader-app-click/113/console is building now [22:37] popey, http://s-jenkins.ubuntu-ci:8080/view/click/job/calculator-app-click/118/console [22:37] coolio [22:37] thanks [22:38] this will all land in the ppa, right? [22:38] popey, yes [22:38] awesome. [22:40] fginther: thnx [22:40] popey: this means we will have working core apps in Unity 8 Desktop Preview..yay! [22:45] http://s-jenkins.ubuntu-ci:8080/view/click/job/calendar-app-click/111/console [22:46] thanks for jumping in and helping olli nik90, much appreciated [22:46] popey: frankly olli did all the heavy lifting [22:46] good [22:47] about time he learned bzr ㋛ [22:47] hehe [22:47] hmm, so my testballon app update passed ... i guess i can do a mass update :) [22:48] * ogra_ pushes clicks to the store [22:48] \o/ [22:48] lemme know when you're done and i'll ส็็༼ ຈلຈ༽ส็็ [22:48] dammit [22:48] I really should get rid of that irc macro which changes the word app rove to ส็็༼ ຈلຈ༽ส็็ [22:49] popey: lol :D [22:49] actually I am rofl [22:49] hahaha [22:49] I shouldn't be allowed on irc after beer, stuff like that happens [22:49] popey, http://s-jenkins.ubuntu-ci:8080/view/click/job/weather-app-click/148/console [22:50] popey, one left [22:51] popey: you need to reapprove https://code.launchpad.net/~ories/sudoku-app/unity8_preview_fix/+merge/216173.. olli added the commit message after your approval [22:52] ta [22:55] popey, last one: http://s-jenkins.ubuntu-ci:8080/view/click/job/music-app-click/229/console [22:56] i spy building https://launchpad.net/~ubuntu-touch-coreapps-drivers/+archive/daily/+builds?build_state=building [22:58] fginther: any idea what happened to https://code.launchpad.net/~pkunal-parmar/ubuntu-calendar-app/CalManagement/+merge/213355 ? [22:59] * nik90 is at the EOD...gud nite and see you tomorrow folks [23:00] cheers nik90 [23:01] popey, all news site apps updated ... [23:01] the new submissions will come tomorrow [23:01] ogra_: and all approved [23:01] \o/ === jhodapp is now known as jhodapp|afk [23:40] popey, I see that qmlscene is segfaulting. Also, all the test failures occur when autopilot tries to change the tab [23:40] ugh [23:40] * fginther goes to get kids ready for bed