[00:01] hei mhall119 :) [00:38] aquarius: lp:ubuntudeveloperportal [00:38] hi WebbyIT [01:39] I'm working on getting my Pandora client into the click app store. I don't have a logo yet. Sam Hewitt, agreed to work on one, but I'd like to go ahead and get the app out there. Is there an icon I should use as a placeholder? Go without one? [01:44] micah2: better to have something than go without one [01:45] micah2: can you just grab a pandora icon, or make an image with a solid color background and a giant P ? [01:45] mhall119: I can make something simple [01:46] mahll119: When I add an image in my app, do I just need to put the path in the .desktop file? Or is there somewhere else I need to change? [01:48] micah2: put just the filename in the Icon= field, and keep the icon file in the root of your project directory [01:48] the click tools will then modify the .desktop file to point to it's final installed location [01:49] that's for the .desktop file's icon [01:49] for loading images in your app, just refer to them using relative paths [01:50] but in the .desktop file I'll set Icon=usr/share/Panpipe/image.svg (or something like that)? [01:50] no, just image.svg [01:50] what click does is add a Path= field to the install location of your app, and lookup the Icon= relative to that [01:51] if it's QML, then use Exec=qmlscene $@ yourmainfile.qml [01:51] and it will likewise modify it to find the install location of yourmainfile.qml [01:53] yeah, it's all qml/js [01:55] Should I see the correct icon being used on my desktop if I just run the app through the sdk? [01:55] (ctrl + R) [01:57] I've gotta run and pick up my wife from school. I'll be back in a bit, and I'll leave my IRC window open. Thanks for your help mhall119. [02:24] mhall119: I'm back. What is the best way to see the icon show up in my dock to make sure I did things correctly? Or do I need to test with a click package on my phone? [07:21] Good morning :) [07:45] dpm hi :) Some point out to me, on G+, that if you try to use Music App on desktop with a non-english language it doesn't work. Is it a known bug? [07:47] WebbyIT: https://bugs.launchpad.net/music-app can't see it there [07:48] WebbyIT, it is a known bug, yes, although I think it was marked as Fix Released mistakenly. It might be worth opening a new one, as now mediascanner takes care of the music scanning, and I think it looks only on XDG locations but does not search the localized folders [07:48] popey, me neither, but I wanted to be sure before opening a new one, maybe had been fixed [07:49] dpm, ok, I open a new bug [07:56] dpm, popey https://bugs.launchpad.net/music-app/+bug/1241403 [07:56] Launchpad bug 1241403 in Ubuntu Music App "On desktop App doesn't find music if system language isn't english" [Undecided,New] [07:57] * popey adds mediascanner [07:59] popey: mind approving the Authenticator app? [07:59] :) [07:59] I tried making a kindle reader webapp last night. it mostly works, but unfortunately assumes you're reading on a desktop so it all goes off the screen to the right ☹ [07:59] mzanetti: lemme look [08:00] popey: I tried to trick your scripts... lets see how it works :) [08:00] popey: but I really can't set the applicationName in QML as long as Ubuntu is using it wrongly [08:00] "functional_qml_applicationName_matches_manifest": "could not find applicationName in: qml/ubuntu-authenticator.qml. Application may not work properly when confined." [08:00] it breaks Qt C++ stuff [08:01] popey: if I do set the applicationName in QML, it won't work properly when confined. [08:03] I think jdstrand filed a bug about us abusing the applicationName [08:03] do you want it approved into the store with that warning? [08:04] popey: well, I can't really get rid of that warning as long as using QSettings [08:04] k [08:04] you've tested this click package on-device? [08:05] yeah, sure. all my apps cause this warning (I as always use QSettings for storing settings) [08:05] ah [08:05] done [08:05] popey: I DO set the applicationName, but in C++ [08:05] popey: thanks [08:05] np [08:25] Hei dpm, do you have a minute? I'm investigating on bug 1240566 and I find the problem, but I don't know if the solution is acceptable [08:25] Launchpad bug 1240566 in Ubuntu Calculator App "Jamming buttons causes freeze and crash" [High,Triaged] https://launchpad.net/bugs/1240566 [08:27] hi WebbyIT, sorry, not now, but if you write down what you need testing, I can try later on, or someone else can in the meantime [08:27] dpm, ok, I find the solution, but it implies a little modification to design... [08:27] dpm, np, ping me when you have 5 minutes ;) [08:28] ok, cool [08:31] Good morning all! Happy Friday, and happy Anti-Slavery Day! :-D [08:40] popey: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1241424 [08:40] Launchpad bug 1241424 in Ubuntu UI Toolkit "[MainView] applicationName in QML is used wrong" [Undecided,New] [09:03] nic-doffay: ping (multipleselectors) === gusch is now known as gusch|brb [09:13] There is a way to disable ALL mouseArea in an app? [09:16] WebbyIT: not easily. Instead, why not put a MouseArea on top of all the others [09:16] greyback, good idea, thanks :) [09:17] np [09:35] hi dpm :) === gusch|brb is now known as gusch [10:20] hi folks, grats for the release :) [10:23] dpm: ping [10:50] Kaleo: ping [11:12] Kaleo: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1241509 and https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1241506 [11:12] Launchpad bug 1241509 in Ubuntu UI Toolkit "The Option selector display the down and arrow icons in gray " [Undecided,New] [11:12] Launchpad bug 1241506 in Ubuntu UI Toolkit "Confirm Swipe to delete icon color is Gray in Suru themes" [Undecided,New] === _salem is now known as salem_ === MacSlow is now known as MacSlow|lunch [12:04] what happened to the documentation for the development version of the SDK? [12:06] loicm: Hey, what do you think to having a function on UriHandler to get the argument and parameters? [12:07] I think it'll be quite generally useful [12:07] in system-settings we rolled our own: http://bazaar.launchpad.net/~system-settings-touch/ubuntu-system-settings/trunk/view/head:/src/qml/MainWindow.qml#L65 [12:07] Hi all. I'm trying to make "pyotherside" so I can port my SailfishOS app to Ubuntu Phone. I'm having problems with the compilation (think its related to dynamic/static linking), but I'm very much a newbie at make/compilation/flags/linking - which is why of course I use python and qml! Anyone able to offer some hints if I tell them what I've found? === gatox is now known as gatox_brb === MacSlow|lunch is now known as MacSlow === chriadam is now known as chriadam|away === gatox_brb is now known as gatox [13:45] nerochiaro: ping are you "available" today? [13:45] gusch: technically no [13:45] nerochiaro: ok [13:45] gusch: but if it's a question or something relatively quick i can help [13:46] nerochiaro: a review - can wait for next week ... [13:46] gusch: ok, remind me on monday then. and have a good rest of the day and weekend [13:47] nerochiaro: you too [14:36] mhall119, http://developer.ubuntu.com/api/ubuntu-12.10/qml/mobile/overview-ubuntu-sdk.html -- is 404, which is fine, but it's showing a django debug page, which is less fine for a production service :) [14:36] maybe that's better directed at dpm, not sure === salem_ is now known as _salem [14:50] aquarius, mhall119 is on it, RT filed :) [14:50] (thanks for the heads up!) [14:50] nice :) [14:50] can I leave comments with Karma Machine? === ryukafalz_ is now known as ryukafalz === gatox is now known as gatox_lunch === seb128_ is now known as seb128 === _salem is now known as salem_ [16:56] anyone know the average time to review an app? === gatox_lunch is now known as gatox === salem_ is now known as _salem [18:01] dmj_nova, in general, we're getting to them within the same day [18:01] depends on what time you submit them [18:01] beuno: it's the fifth day :P [18:01] dmj_nova, well, it's not in the queue [18:02] are you sure you don't have it in Drafts? [18:02] "pending review" [18:02] dmj_nova, did you submit it to the click store? [18:02] beuno: no, debian source [18:02] maybe you submitted it to the wrong place? [18:02] dmj_nova, oh, so not for Ubuntu Touch? [18:03] beuno: nope, not for ubuntu touch [18:03] dmj_nova, ah, ok [18:03] so ignore that [18:03] it may be a week or two === _salem is now known as salem_ === salem_ is now known as _salem [19:37] hello everyone === _salem is now known as salem_ === salem_ is now known as _salem