/srv/irclogs.ubuntu.com/2014/01/23/#ubuntu-app-devel.txt

popeyaha!00:04
popey[Thu Jan 23 00:04:20 2014] type=1400 audit(1390435461.241:196): apparmor="DENIED" operation="exec" parent=1653 profile="com.ubuntu.developer.eric.corbu.openfart_OpenFart_1.0.3" name="/usr/bin/webbrowser-app" pid=2795 comm="exec-line-exec" requested_mask="x" denied_mask="x" fsuid=32011 ouid=000:04
* popey mebeddens00:05
jdstrandpopey: what template are you using in the security manifest? By that denial, seems you should be using "template": "ubuntu-webapp"01:18
=== jackson is now known as Guest1629
=== jackson_ is now known as Noskcaj
=== jackson is now known as Guest7088
jonaszhanghi, everybody06:58
jonaszhangI am learning Ubntu Html5 API programming, but have some troubles06:58
jonaszhangI write a demo and want to open a dialog. in html:     <body>         <button data-role="button" id="buttonID">按钮</button>     </body>06:59
jonaszhangand in js file: var button = UI.button(buttonID); button.click(function(){        alert("hello2");        button.show(); });07:00
jonaszhangbut when i click the button, nothing happens07:00
JamesTaitGood morning all; happy Handwriting Day! :-D07:37
dholbachgood morning08:10
jonaszhanganybody can help me?08:33
jonaszhangSDK HTML5 button api doesnot work08:34
jonaszhangfor example, html: <button data-role="button" id="buttonID" onclick="ok()">按钮</button>08:35
jonaszhangwhen i click the button, js code like this: function ok(){     alert("hello3");     var button = UI.button(buttonID);     alert("hello4");     button.click(function(){          alert("hello2");          button.show();     });   }08:35
jonaszhang alert("hello3") can popup, but  alert("hello4") cannot08:36
jonaszhangso i think UI.button(buttonID) can not work08:37
dpmgood morning daker, perhaps you have an idea? ^^08:39
mzanettidpm: o/09:47
mzanettidpm: have something for you: https://code.launchpad.net/~mzanetti/reminders-app/enable-attaching-images/+merge/20281709:47
dpmmorning mzanetti, looking at it now!10:07
dpm_mzanetti, hm, I'm getting this from the run_on_ubuntu_touch.sh script: http://pastebin.ubuntu.com/6802157/10:26
mzanettidpm_: rm ~/.ssh/ubuntudevice*10:37
dpm_mzanetti, thanks, that worked - however, I'm now getting: "bash: cd: reminders-app/builddir/src/app/: No such file or directory" and indeed builddir is empty10:39
mzanettidpm_: most likely it failed to build for some reason. can you paste the whole output again?10:40
dpm_mzanetti, sorry, should have done that in the first place. What happens is that it does not find cmake. I can install it and retry, but it'd be worth adding it to the list of installed packages with the -s option. Here's the output: http://pastebin.ubuntu.com/6802229/10:43
dpm_in any case, it's building now :)10:44
mzanettidpm_: working?10:59
dpm_sorry, started doing something else, checking...11:00
dpm_mzanetti, it works \o/ ! http://imgur.com/bwfSTnO11:05
* mzanetti wants that lego dragon11:06
mzanettidpm_: did it also appear on sandbox.evernote.com?11:06
mzanetti(after you save the note)11:06
dpm_mzanetti, hm, unfortunately, it didn't. I've got a new note there called Untitled, but it neither picked the new note name nor the image11:08
dpm_in fact, the note is empty on sandbox.e.c11:08
mzanettidpm_: did you press the save button after attaching the image?11:08
mzanettiright now I don't do automatic saving11:08
dpm_yeah, and it saved it as Untitled first, then re-edited to give it a name and pressed Save again. Let me try to create a new one11:09
mzanettihmm...11:09
mzanettiplease watch the debug output when saving11:09
mzanettidpm_: ^11:09
dpm_mzanetti, here's all the output I got when I did that -> http://pastebin.ubuntu.com/6802341/11:12
mzanettidpm_: hmm... no exception happening11:12
dpm_mzanetti, right now the Add Note button does not seem to work anymore and I'm not getting any debug output, either, so I still haven't added a new note11:12
mzanettiah11:12
mzanettithe add button doesn't work???11:13
dpm_exactly, and the search one does, but when I'm on the search screen, I get no results when I press the orange search button there.11:13
dpm_strangely enough, I'm not getting any new debug output, it seems it's lost the connection?11:14
mzanettihmm... in which case libthrift should throw exceptions11:14
mzanettiwhich would lead to some debug output11:14
mzanettivery strange11:14
dpm_I should probably just restart and try adding a new note again11:15
mzanettiah, you mean lost connection between the pc and the phone11:15
mzanettiyeah, please try again. something really weird is going on11:15
dpm_no, there is still USB connection11:15
dpm_ok, restarting the app11:15
mzanettidpm_: do you think there actually should be a save and a back button? or just a OK button which always saves and exits edit mode?11:20
dpm_mzanetti, sorry, I was documenting the test at https://code.launchpad.net/~mzanetti/reminders-app/enable-attaching-images/+merge/202817/comments/47289311:25
mzanettinp :)11:26
=== _salem is now known as salem_
dpm_mzanetti, I'd go for the second: OK button that saves and exits edit mode. Although it might still be worth calling it 'Save'11:32
mzanettidpm_: I'm rather thinking about just having the back button11:32
mzanettiif you exit edit mode, it'll save stuff11:32
WebbyITzsombi, I solved problem of ListView in calc app, simply setting  currentIndex: -1, cause we don't use it. THanks for your support :)11:34
dpm_I think that might be confusing with the current wireframes, it might be better to have a clear action, but Dani should probably have better feedback than I11:34
dpm_mzanetti, ^11:34
zsombiWebbyIt: :) yeah, strange the world of the ListView is ;)11:34
=== MacSlow is now known as MacSlow|lunch
=== MacSlow|lunch is now known as MacSlow
markav Hello, can someone help me. My application (Commericial) on ubuntu software center pending review for a week. given the usual?14:19
markavHello, can someone help me. My application (Commericial) on ubuntu software center pending review for a week. given the usual?14:34
balloonsmhall119, ^^ .14:44
dholbachdavmor2, ^15:01
davmor2dholbach: love to but can't reply he isn't here15:01
dholbachoh, he left15:01
mhall119balloons: which one?15:02
davmor2dholbach: if he comes back and I don't see him no it's not normal we have finally started to get back on track after the xmas nightmare15:02
dholbachawesome!15:03
balloonsoops.. sorry, I should have said something to him directly also15:04
davmor2dholbach: 3-5 days is the norm depending on how busy everyone is15:05
* dholbach hugs davmor215:07
=== dpm_ is now known as dpm
=== salem_ is now known as _salem
ahayzendpm, mhall119, is there anything we need to do to prepare for the hackday? i guess report/tag and bitsize bugs?15:31
dpmahayzen, yes, that and triaging existing bugs (i.e. marking them as Triaged and setting their Importance) would be really useful15:32
ahayzendpm, ok i'll go through the current bug list15:32
dpmthanks ahayzen!15:33
mhall119thanks ahayzen15:33
ahayzennp15:33
=== gatox is now known as gatox_lunch
=== _salem is now known as salem_
=== ondrat is now known as ondra
celestinoxpalguem daqui fala portugues?16:22
dpmboiko, perhaps? ^16:22
boikocelestinoxp: sim :)16:23
=== gatox_lunch is now known as gatox
dpmboiko, it seems he wasn't too interested in talking, after all :)16:25
boikodpm: yes, he just wanted to make sure that if he ever needs, there is someone who speaks portuguese around :)16:26
dpmhahaha16:26
WebbyITEhi dpm :) There is delsa who wants to contribute to Ubuntu Touch doing some mock-ups :) Could you help him to start?17:02
WebbyITmhall119, ^^17:03
dpmhi delsa, I''ll be on a call for the next 30 mins. popey, mhall119, could you help get him started? ^^17:03
delsanp :)17:03
dpmoh, popey is on the call too :)17:04
* popey was on another call17:16
=== salem_ is now known as _salem
=== _salem is now known as salem_
=== jono is now known as Guest52764
=== bfiller is now known as bfiller_afk
popeybeuno: https://myapps.developer.ubuntu.com/dev/click-apps/254/feedback/ (for example) "Moved to Review in progress on 2014-01-23 08:26 - 9 hours, 43 minutes ago"18:10
popeymight be useful if it said by whom18:10
delsahey dpm, do you have 5 minutes now?18:19
dpmhi delsa, sure, go ahead18:20
delsaI want to collaborate with some mockup18:20
delsa:)18:20
dpmdelsa, great! would they be rather wireframes or visual designs? And have you picked an app you'd like to do these mockups for?18:21
delsavisual design :)18:22
delsaand.. no choose any app (sorry for my english)18:22
dpmdelsa, don't worry about the language, it's good (I'm not a native speaker, either :)18:24
delsathanks dpm18:24
delsaso...dpm... if there is one app that have the priority for mokeup18:25
dpmdelsa, so most apps have got wireframes now, although we could need help in 2 areas:18:26
dpm- wireframes for bigger form factors than the phone18:27
dpm- visual designs for the Reminders app18:27
delsaok18:27
dpmdelsa, are you familiar with the Ubuntu core apps? Do you have a phone with Ubuntu or have you run them in the emulator or on your desktop?18:27
delsadpm, emulator on my desktop18:28
dpmcool18:28
delsadpm, wait an ubuntu phone or tablet to buy ;)18:29
dpmcool :)18:29
delsa:)18:29
dpmdelsa, what I'd recommend is to pick an app that you are interested in, and start doing some designs for tablet, for example. A good one to start with would be the calendar18:30
delsadpm, when I've the mockup ready..where I send?18:30
delsadpm, ok... calendare would be good for start18:30
dpmdelsa, you can use Balsamiq for mockups: https://ubuntu.mybalsamiq.com/projects/coreappsconvergence/grid - you can send me your e-mail in a private message and I can set up an account for you18:30
beunopopey, FINE18:52
=== bfiller_afk is now known as bfiller
=== gatox_ultra is now known as gatox
saras_is their any click package for vim and tmux or wemux19:36
ogra_vim-tiny is preinstalled on the images19:39
saras_of ubuntu touch19:43
ogra_yes19:43
saras_nice19:43
ogra_there is no click package though ... to answer your question19:44
ogra_and vim-tiny is pretty cut down19:44
saras_i got see what is on PI19:45
saras_hum so I huge verison without gui of vim19:49
saras_i wish i had know :version had the vimrc files listed that would saved so much googleing19:51
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== salem_ is now known as _salem
=== snwh_ is now known as snwh
=== _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!