/srv/irclogs.ubuntu.com/2015/12/07/#ubuntu-app-devel.txt

=== chihchun_afk is now known as chihchun
dholbachgood morning07:55
zzarrgood morning08:34
=== davidcalle_ is now known as davidcalle
sverzegnassipopey: ping11:04
popeysverzegnassi, pong!11:04
bartbesrtt: ~11 seconds11:05
sverzegnassipopey, o/ which is the best place for reporting the bug about office files not downloadable from browser? canonical-devices-system-image?11:05
popeysverzegnassi, lp:webbrowser-app and I'd add a task in canonical-devices-system-image so it's tracked, yes.11:07
sverzegnassipopey, thanks!11:07
sverzegnassipopey, bug #152345211:15
ubot5bug 1523452 in webbrowser-app (Ubuntu) "Not able to download office documents through webbrowser-app" [Undecided,New] https://launchpad.net/bugs/152345211:15
popeymagic, thanks11:17
=== _salem is now known as salem_
=== kalikiana_ is now known as kalikiana
=== chihchun is now known as chihchun_afk
tedgmcphail: The best way is to install ubuntu-app-test, then you can run the app under gdb on teh command line.13:59
tedgmcphail: So you can do "ubuntu-app-test gdb mybin"13:59
=== kalikiana_ is now known as kalikiana
=== |svij| is now known as svij
mcphailtedg: nice - thanks. Is that available in the standard repos?14:31
tedgmcphail: I believe so14:31
tedgmcphail: My version is coming from the wily repo, I think it's in the vivid overlay for the phone.14:31
mcphailtedg: brilliant. I'll check it out!14:32
=== jhodapp_ is now known as jhodapp
bartbeshmm, when I try to add the armhf click kit to the terminal emulator project qt creator just keeps saying the kit has no valid cmake executable specified15:23
bartbesand I checked, the set cmake path exists and is runnable15:24
=== BOHverkill_ is now known as BOHverkill
bartbesso.. how do I convince qt creator there is a valid cmake executable?16:52
=== _salem is now known as salem_
davmor2popey: Install doc viewer, look up ubuntu server guide pdf, tap on it to download it, doe doc viewer have an image?19:50
davmor2popey: in the Open with dialogue19:50
davmor2popey: meh nevermind It's because I installed a test one on my dog food phone and it is still showing up19:51
popeydavmor2, https://launchpad.net/bugs/152345220:04
ubot5Ubuntu bug 1523452 in webbrowser-app (Ubuntu) "Not able to download office documents through webbrowser-app" [Medium,In progress]20:04
popeyis it that?20:04
davmor2popey: no I had installed to try out a version for you, and it was still registered so uninstalled and reinstalled and now it is gone20:05
mattias_Hi, just posted this in #ubuntu-touch, but here should be better. I am trying to build my first cordova app for Ubuntu Touch running 15.10 and using the 15.04 or 15.10 SDK. I asked about this before on the mailing list and @bzoltan suggested to ask for help on IRC. When building the example app I am running in some issues. First, should I use the cordova command from the ppa (/usr/bin/cordova) or npm (/usr/local/bin)? Second, should20:19
mattias_I use the cordova platform code from github (cordova platform add https://github.com/apache/cordova-ubuntu) or use the default ubuntu? Both scenario's give me errors20:20
bartbesand I'll also quickly ask (again): how do I convince qt creator there is a valid cmake executable for my armhf click kit?20:28
pmcgowanalex-abreu, any idea on the cordova question above20:31
alex-abreumattias_, hi, there has been some recent fixes that have been pulled from upstream cordova recently since they changed some important project internals,20:34
alex-abreumattias_, reading your cordova post in the mailing list, you seem to have issues w/ your chroot20:34
alex-abreumattias_, have you been able to create one (and upgrade to e.g. 15.10) ?20:34
mattias_the chroot issues are solved. I updated from 14.04 to 15.10 (via 15.04) and then the chroot command works.20:35
mattias_When I run /usr/local/bin/cordova run ubuntu --device -- --framework ubuntu-sdk-15.04 --verbose, the app starts to build, but it fails. These are some lines from the logs:20:37
mattias_-- Found PkgConfig: arm-linux-gnueabihf-pkg-config (found version "0.28")20:37
mattias_-- checking for modules ''20:37
mattias_Must specify package names on the command line20:37
mattias_-- Generating done20:38
mattias_-- Build files have been written to: /home/mattias/Documents/cordova/hello/platforms/ubuntu/ubuntu-sdk-15.04/armhf/build20:38
mattias_find . -name AutomocInfo.cmake | xargs sed -i 's;AM_QT_MOC_EXECUTABLE .*;AM_QT_MOC_EXECUTABLE "/usr/lib/'$(dpkg-architecture -qDEB_BUILD_MULTIARCH)'/qt5/bin/moc");'20:38
mattias_sed: no input files20:38
mattias_find . -name AutomocInfo.cmake | xargs sed -i 's;AM_QT_MOC_EXECUTABLE .*;AM_QT_MOC_EXECUTABLE "/usr/lib/'$(dpkg-architecture -qDEB_BUILD_MULTIARCH)'/qt5/bin/moc");' FAILED20:38
mattias_sed: no input files20:38
alex-abreumattias_, so ideally you should use the ppa, ... you get this error using which ?20:39
mattias_above error is with the npm version. With the ppa version I get this:20:44
mattias_/usr/bin/cordova run ubuntu --device -- --framework ubuntu-sdk-15.04 --verbose20:44
mattias_Running command: /home/mattias/Documents/cordova/hello/platforms/ubuntu/cordova/run --device --framework ubuntu-sdk-15.04 --verbose20:44
mattias_/home/mattias/Documents/cordova/hello/platforms/ubuntu/cordova/lib/check_reqs.js:2620:44
mattias_        installNodeDependencies(checkUbuntuDependencies.bind(null, callback));20:44
mattias_                                ^20:44
mattias_ReferenceError: checkUbuntuDependencies is not defined20:44
mattias_    at exports.check_reqs (/home/mattias/Documents/cordova/hello/platforms/ubuntu/cordova/lib/check_reqs.js:26:33)20:44
mattias_    at Object.<anonymous> (/home/mattias/Documents/cordova/hello/platforms/ubuntu/cordova/run:30:1)20:44
mattias_    at Module._compile (module.js:456:26)20:44
mattias_    at Object.Module._extensions..js (module.js:474:10)20:44
mattias_    at Module.load (module.js:356:32)20:44
mattias_    at Function.Module._load (module.js:312:12)20:44
mattias_    at Function.Module.runMain (module.js:497:10)20:44
mattias_    at startup (node.js:119:16)20:44
mattias_    at node.js:902:320:44
alex-abreumattias_, it is better if you use http://paste.ubuntu.com/ :)20:44
mattias_thanks, I already did not like pasting it in here.20:45
alex-abreumattias_, :)20:46
mattias_Here is the output when I use cordova from the ppa: http://paste.ubuntu.com/13799138/20:47
alex-abreumattias_, thank you, let me check this, there might be a branch fixing this, if not I'll talk to the maintainer and enter a bug so that it can be fixed asap20:49
alex-abreumattias_, I'll follow up on this in the ubuntu-phone thread you started20:49
mattias_ok, could it also be a configuration issue? Because I need to run export NODE_PATH=/usr/local/lib/node_modules/ before getting into this error. Otherwise other node modules are missing: Error: Cannot find module 'colors'20:52
alex-abreumattias_, this is with the default ubuntu project?20:52
mattias_no, this is with the platform from https://github.com/apache/cordova-ubuntu20:53
mattias_When I use the default ubuntu platform I get this output: http://paste.ubuntu.com/13799409/20:58
mattias_it is still referring to npm several times. can that cause the issue?21:00
alex-abreumattias_, you need to use the ppa version, ... but there seem to be a (possibly known) issue, I'll investigate21:02
mattias_alex-abreu, when I add the platform via the ppa cordova and use the default ubuntu I know get a known error, "missing icon" :http://stackoverflow.com/questions/30229535/how-to-build-app-for-ubuntu-in-cordova. There they suggest to use the platform code from github.21:25
alex-abreumattias_, for the icon you can fix this by adding  <icon src="img/logo.png" /> to the config.xml file of your project21:27
alex-abreumattias_, there is a branch that fixes that21:27
=== salem_ is now known as _salem

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!