[01:54] some one here?? === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [12:55] can we have apps that are written with angularjs/ionic? [12:58] trying to build/port an app for ubuntu, but could use some help getting started with that stuff [13:25] mzanetti: In theory you can just take https://github.com/Sturmflut/ubuntu-html5-template.git , copy the content to the "www" folder and it should run. [13:25] requires some building with gulp it seems [13:25] mzanetti: Do you have a pointer to the project? [13:25] SturmFlut, git@github.com:guh/guh-mobileapp.git [13:27] SturmFlut, ok. one step further... I managed to build it (at least it says finished) [13:27] let's see if I can run that index.html somehow [13:27] mzanetti: Bargh, why do people have to wrap whole JavaScript build systems around their stuff [13:27] no clue [13:28] dunno... this seems to use some platform integration stuff. maybe that requires it [13:30] No, it's just "cool" to build everything on node.js [13:33] SturmFlut, do you have some idea about the cordova things? [13:37] mzanetti: No, not a bit. I only know that Oxide supports the Cordova APIs [13:37] ok. will find out === _salem is now known as salem_ === salem_ is now known as _salem [13:51] mzanetti: i have built stuff using gulp and deployed as an html5 app on ubuntu [13:52] once you get past all the npm and gulp nonsense [13:53] SturmFlut: should merge that :) [13:53] popey, hey! [13:53] popey, yes, I'm past that [13:53] I've added the cordova ppa and did successfully platform add ubuntu [13:53] now trying to build. it complains about not finding my click chroots [13:55] uh [13:55] hmm... click doesn't seem to be aware of them indeed, even though they work in qtcreator... anyhow, creating one with that cordova tool now [13:55] or not :D [13:57] popey, "cordova build --device" is still the correct thing to do, right? [13:58] no idea [13:58] never built a cordova thing [14:04] so close :) [14:04] I have a click, but it seems only white when I start it [14:18] mzanetti: Any log output? Maybe an AppArmor permission is missing? [14:18] currently fiddling with that, yeah [14:18] log is not too helpful, but last line is a permission denied... [14:18] but it seems to generate the apparmor file... so need to patch some files [14:21] SturmFlut, this is all I get: http://paste.ubuntu.com/11821020/ [14:21] now running it unconfined [14:21] still everything white [14:23] hmm... can't spot an obvious error [14:23] need to stop for today tho [14:41] mzanetti: Looks like a case for #oxide :/ [14:42] hello [14:44] i try to use ubuntu-sdk with qml project [14:45] but when i have this error: errors while reading typeinfo files ... [14:45] and i can open desing section === chihchun is now known as chihchun_afk [16:19] hi some one here?? === chihchun_afk is now known as chihchun [16:21] DF__: sure === chihchun is now known as chihchun_afk [20:44] hola [20:45] I am trying to build an AppIndicator for Ubuntu 14.04, I found documentation for 13.10 but not 14.04 [20:45] http://developer.ubuntu.com/api/devel/ubuntu-13.10/python/AppIndicator3-0.1.html [20:45] Does this apply for 14.04 too? [20:45] When I do help('appindicator') I get " /usr/lib/python2.7/dist-packages/appindicator/__init__.py" [20:46] But don't know if that means the appindictor version on my system is 2.7 or not === joachimhs_ is now known as joachimhs [21:50] This here shows me a 0.1 and a 3-0.1 - http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/libappindicator/trusty-updates/files/head:/src/ [21:50] Which I gather the 3-0.1 is for GTK3+ [21:50] But I am not sure how to declare which one to do with a import appindicator or how to see what one is being included