WebbyIT | hei mhall119 :) | 00:01 |
---|---|---|
mhall119 | aquarius: lp:ubuntudeveloperportal | 00:38 |
mhall119 | hi WebbyIT | 00:38 |
micah2 | 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:39 |
mhall119 | micah2: better to have something than go without one | 01:44 |
mhall119 | micah2: can you just grab a pandora icon, or make an image with a solid color background and a giant P ? | 01:45 |
micah2 | mhall119: I can make something simple | 01:45 |
micah2 | 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:46 |
mhall119 | micah2: put just the filename in the Icon= field, and keep the icon file in the root of your project directory | 01:48 |
mhall119 | the click tools will then modify the .desktop file to point to it's final installed location | 01:48 |
mhall119 | that's for the .desktop file's icon | 01:49 |
mhall119 | for loading images in your app, just refer to them using relative paths | 01:49 |
micah2 | but in the .desktop file I'll set Icon=usr/share/Panpipe/image.svg (or something like that)? | 01:50 |
mhall119 | no, just image.svg | 01:50 |
mhall119 | what click does is add a Path= field to the install location of your app, and lookup the Icon= relative to that | 01:50 |
mhall119 | if it's QML, then use Exec=qmlscene $@ yourmainfile.qml | 01:51 |
mhall119 | and it will likewise modify it to find the install location of yourmainfile.qml | 01:51 |
micah2 | yeah, it's all qml/js | 01:53 |
micah2 | Should I see the correct icon being used on my desktop if I just run the app through the sdk? | 01:55 |
micah2 | (ctrl + R) | 01:55 |
micah2 | 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. | 01:57 |
micah2 | 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? | 02:24 |
mihir_ | Good morning :) | 07:21 |
WebbyIT | 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:45 |
popey | WebbyIT: https://bugs.launchpad.net/music-app can't see it there | 07:47 |
dpm | 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 |
WebbyIT | popey, me neither, but I wanted to be sure before opening a new one, maybe had been fixed | 07:48 |
WebbyIT | dpm, ok, I open a new bug | 07:49 |
WebbyIT | dpm, popey https://bugs.launchpad.net/music-app/+bug/1241403 | 07:56 |
ubot2 | Launchpad bug 1241403 in Ubuntu Music App "On desktop App doesn't find music if system language isn't english" [Undecided,New] | 07:56 |
* popey adds mediascanner | 07:57 | |
mzanetti | popey: mind approving the Authenticator app? | 07:59 |
mzanetti | :) | 07:59 |
popey | 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 |
popey | mzanetti: lemme look | 07:59 |
mzanetti | popey: I tried to trick your scripts... lets see how it works :) | 08:00 |
mzanetti | popey: but I really can't set the applicationName in QML as long as Ubuntu is using it wrongly | 08:00 |
popey | "functional_qml_applicationName_matches_manifest": "could not find applicationName in: qml/ubuntu-authenticator.qml. Application may not work properly when confined." | 08:00 |
mzanetti | it breaks Qt C++ stuff | 08:00 |
mzanetti | popey: if I do set the applicationName in QML, it won't work properly when confined. | 08:01 |
mzanetti | I think jdstrand filed a bug about us abusing the applicationName | 08:03 |
popey | do you want it approved into the store with that warning? | 08:03 |
mzanetti | popey: well, I can't really get rid of that warning as long as using QSettings | 08:04 |
popey | k | 08:04 |
popey | you've tested this click package on-device? | 08:04 |
mzanetti | yeah, sure. all my apps cause this warning (I as always use QSettings for storing settings) | 08:05 |
popey | ah | 08:05 |
popey | done | 08:05 |
mzanetti | popey: I DO set the applicationName, but in C++ | 08:05 |
mzanetti | popey: thanks | 08:05 |
popey | np | 08:05 |
WebbyIT | 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 |
ubot2 | Launchpad bug 1240566 in Ubuntu Calculator App "Jamming buttons causes freeze and crash" [High,Triaged] https://launchpad.net/bugs/1240566 | 08:25 |
dpm | 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 |
WebbyIT | dpm, ok, I find the solution, but it implies a little modification to design... | 08:27 |
WebbyIT | dpm, np, ping me when you have 5 minutes ;) | 08:27 |
dpm | ok, cool | 08:28 |
JamesTait | Good morning all! Happy Friday, and happy Anti-Slavery Day! :-D | 08:31 |
mzanetti | popey: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1241424 | 08:40 |
ubot2 | Launchpad bug 1241424 in Ubuntu UI Toolkit "[MainView] applicationName in QML is used wrong" [Undecided,New] | 08:40 |
nik90 | nic-doffay: ping (multipleselectors) | 09:03 |
=== gusch is now known as gusch|brb | ||
WebbyIT | There is a way to disable ALL mouseArea in an app? | 09:13 |
greyback | WebbyIT: not easily. Instead, why not put a MouseArea on top of all the others | 09:16 |
WebbyIT | greyback, good idea, thanks :) | 09:16 |
greyback | np | 09:17 |
mihir__ | hi dpm :) | 09:35 |
=== gusch|brb is now known as gusch | ||
randomcpp | hi folks, grats for the release :) | 10:20 |
randomcpp | dpm: ping | 10:23 |
nik90 | Kaleo: ping | 10:50 |
nik90 | Kaleo: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1241509 and https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1241506 | 11:12 |
ubot2 | Launchpad bug 1241509 in Ubuntu UI Toolkit "The Option selector display the down and arrow icons in gray " [Undecided,New] | 11:12 |
ubot2 | Launchpad bug 1241506 in Ubuntu UI Toolkit "Confirm Swipe to delete icon color is Gray in Suru themes" [Undecided,New] | 11:12 |
=== _salem is now known as salem_ | ||
=== MacSlow is now known as MacSlow|lunch | ||
Laney | what happened to the documentation for the development version of the SDK? | 12:04 |
Laney | loicm: Hey, what do you think to having a function on UriHandler to get the argument and parameters? | 12:06 |
Laney | I think it'll be quite generally useful | 12:07 |
Laney | 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 |
Sludge321 | 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? | 12:07 |
=== 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 | ||
gusch | nerochiaro: ping are you "available" today? | 13:45 |
nerochiaro | gusch: technically no | 13:45 |
gusch | nerochiaro: ok | 13:45 |
nerochiaro | gusch: but if it's a question or something relatively quick i can help | 13:45 |
gusch | nerochiaro: a review - can wait for next week ... | 13:46 |
nerochiaro | gusch: ok, remind me on monday then. and have a good rest of the day and weekend | 13:46 |
gusch | nerochiaro: you too | 13:47 |
aquarius | 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 |
aquarius | maybe that's better directed at dpm, not sure | 14:36 |
=== salem_ is now known as _salem | ||
dpm | aquarius, mhall119 is on it, RT filed :) | 14:50 |
dpm | (thanks for the heads up!) | 14:50 |
aquarius | nice :) | 14:50 |
aquarius | can I leave comments with Karma Machine? | 14:50 |
=== 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_ | ||
dmj_nova | anyone know the average time to review an app? | 16:56 |
=== gatox_lunch is now known as gatox | ||
=== salem_ is now known as _salem | ||
beuno | dmj_nova, in general, we're getting to them within the same day | 18:01 |
beuno | depends on what time you submit them | 18:01 |
dmj_nova | beuno: it's the fifth day :P | 18:01 |
beuno | dmj_nova, well, it's not in the queue | 18:01 |
beuno | are you sure you don't have it in Drafts? | 18:02 |
dmj_nova | "pending review" | 18:02 |
beuno | dmj_nova, did you submit it to the click store? | 18:02 |
dmj_nova | beuno: no, debian source | 18:02 |
beuno | maybe you submitted it to the wrong place? | 18:02 |
beuno | dmj_nova, oh, so not for Ubuntu Touch? | 18:02 |
dmj_nova | beuno: nope, not for ubuntu touch | 18:03 |
beuno | dmj_nova, ah, ok | 18:03 |
beuno | so ignore that | 18:03 |
beuno | it may be a week or two | 18:03 |
=== _salem is now known as salem_ | ||
=== salem_ is now known as _salem | ||
ghostmars919 | hello everyone | 19:37 |
=== _salem is now known as salem_ | ||
=== salem_ is now known as _salem |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!