=== chihchun_afk is now known as chihchun [07:55] good morning [08:34] good morning === davidcalle_ is now known as davidcalle [11:04] popey: ping [11:04] sverzegnassi, pong! [11:05] rtt: ~11 seconds [11:05] popey, o/ which is the best place for reporting the bug about office files not downloadable from browser? canonical-devices-system-image? [11:07] sverzegnassi, lp:webbrowser-app and I'd add a task in canonical-devices-system-image so it's tracked, yes. [11:07] popey, thanks! [11:15] popey, bug #1523452 [11:15] bug 1523452 in webbrowser-app (Ubuntu) "Not able to download office documents through webbrowser-app" [Undecided,New] https://launchpad.net/bugs/1523452 [11:17] magic, thanks === _salem is now known as salem_ === kalikiana_ is now known as kalikiana === chihchun is now known as chihchun_afk [13:59] mcphail: The best way is to install ubuntu-app-test, then you can run the app under gdb on teh command line. [13:59] mcphail: So you can do "ubuntu-app-test gdb mybin" === kalikiana_ is now known as kalikiana === |svij| is now known as svij [14:31] tedg: nice - thanks. Is that available in the standard repos? [14:31] mcphail: I believe so [14:31] mcphail: My version is coming from the wily repo, I think it's in the vivid overlay for the phone. [14:32] tedg: brilliant. I'll check it out! === jhodapp_ is now known as jhodapp [15:23] hmm, 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 specified [15:24] and I checked, the set cmake path exists and is runnable === BOHverkill_ is now known as BOHverkill [16:52] so.. how do I convince qt creator there is a valid cmake executable? === _salem is now known as salem_ [19:50] popey: Install doc viewer, look up ubuntu server guide pdf, tap on it to download it, doe doc viewer have an image? [19:50] popey: in the Open with dialogue [19:51] popey: meh nevermind It's because I installed a test one on my dog food phone and it is still showing up [20:04] davmor2, https://launchpad.net/bugs/1523452 [20:04] Ubuntu bug 1523452 in webbrowser-app (Ubuntu) "Not able to download office documents through webbrowser-app" [Medium,In progress] [20:04] is it that? [20:05] popey: no I had installed to try out a version for you, and it was still registered so uninstalled and reinstalled and now it is gone [20:19] 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, should [20:20] 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 errors [20:28] and I'll also quickly ask (again): how do I convince qt creator there is a valid cmake executable for my armhf click kit? [20:31] alex-abreu, any idea on the cordova question above [20:34] mattias_, hi, there has been some recent fixes that have been pulled from upstream cordova recently since they changed some important project internals, [20:34] mattias_, reading your cordova post in the mailing list, you seem to have issues w/ your chroot [20:34] mattias_, have you been able to create one (and upgrade to e.g. 15.10) ? [20:35] the chroot issues are solved. I updated from 14.04 to 15.10 (via 15.04) and then the chroot command works. [20:37] 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] -- Found PkgConfig: arm-linux-gnueabihf-pkg-config (found version "0.28") [20:37] -- checking for modules '' [20:37] Must specify package names on the command line [20:38] -- Generating done [20:38] -- Build files have been written to: /home/mattias/Documents/cordova/hello/platforms/ubuntu/ubuntu-sdk-15.04/armhf/build [20:38] 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] sed: no input files [20:38] 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");' FAILED [20:38] sed: no input files [20:39] mattias_, so ideally you should use the ppa, ... you get this error using which ? [20:44] above error is with the npm version. With the ppa version I get this: [20:44] /usr/bin/cordova run ubuntu --device -- --framework ubuntu-sdk-15.04 --verbose [20:44] Running command: /home/mattias/Documents/cordova/hello/platforms/ubuntu/cordova/run --device --framework ubuntu-sdk-15.04 --verbose [20:44] /home/mattias/Documents/cordova/hello/platforms/ubuntu/cordova/lib/check_reqs.js:26 [20:44] installNodeDependencies(checkUbuntuDependencies.bind(null, callback)); [20:44] ^ [20:44] ReferenceError: checkUbuntuDependencies is not defined [20:44] at exports.check_reqs (/home/mattias/Documents/cordova/hello/platforms/ubuntu/cordova/lib/check_reqs.js:26:33) [20:44] at Object. (/home/mattias/Documents/cordova/hello/platforms/ubuntu/cordova/run:30:1) [20:44] at Module._compile (module.js:456:26) [20:44] at Object.Module._extensions..js (module.js:474:10) [20:44] at Module.load (module.js:356:32) [20:44] at Function.Module._load (module.js:312:12) [20:44] at Function.Module.runMain (module.js:497:10) [20:44] at startup (node.js:119:16) [20:44] at node.js:902:3 [20:44] mattias_, it is better if you use http://paste.ubuntu.com/ :) [20:45] thanks, I already did not like pasting it in here. [20:46] mattias_, :) [20:47] Here is the output when I use cordova from the ppa: http://paste.ubuntu.com/13799138/ [20:49] mattias_, 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 asap [20:49] mattias_, I'll follow up on this in the ubuntu-phone thread you started [20:52] 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] mattias_, this is with the default ubuntu project? [20:53] no, this is with the platform from https://github.com/apache/cordova-ubuntu [20:58] When I use the default ubuntu platform I get this output: http://paste.ubuntu.com/13799409/ [21:00] it is still referring to npm several times. can that cause the issue? [21:02] mattias_, you need to use the ppa version, ... but there seem to be a (possibly known) issue, I'll investigate [21:25] 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:27] mattias_, for the icon you can fix this by adding to the config.xml file of your project [21:27] mattias_, there is a branch that fixes that === salem_ is now known as _salem