[00:38] good morning. anyone knows where I can find toolbar icons for ubuntu touch? the oficial list is rather small [00:57] lops: you mean the svg ? [00:58] i don't know if it's SVG or what [00:58] http://design.ubuntu.com/brand/pictograms [00:58] but i was talking about this list [00:58] there are no app icons here, like add, edit, etc, that we see in the examples [01:03] From the browser I can play opus media, http://adequatech.ca/howDareYouDemicatRemix.opus [01:03] but when the ubuntu phone goes into power saving mode, the actual song does some funky sound chunk repetition and then stops playing. [01:05] omac: it has been reported bug 1249586 [01:05] bug 1249586 in webbrowser-app "music stops on minimizing browser app" [Undecided,New] https://launchpad.net/bugs/1249586 [01:05] thanks. [01:05] playing opus files from browser is very cool. === Nothing_Much_ is now known as Nothing_Much [01:49] the other day someone told me but i forgot. In what directory are apps supposed to be installed in UT? === Namidairo`bnc is now known as Namidairo === chihchun_afk is now known as chihchun [02:48] neither soft keyboard nor usb hardware keyboard allows me to press return on today's grouper daily image. Any suggestions? [03:02] fyi, [03:02] fyi, 'adb shell' worked around no soft or usb hardware keyboard allowing a return key press [03:02] on today's image === Guest16225 is now known as fmasi === hakr is now known as h[a]kr === chihchun is now known as chihchun_afk [04:13] once i setup touch on a galaxy tab, what are the next steps after fixing the display and wifi? [04:13] do i setup an account? [04:15] i have wifi connected - can i get updates to the last updated version of 2013-04-09/ [04:15] ? === vying is now known as Guest6182 === ricardodrosales is now known as ricdros [08:38] Hello [08:39] Is there anybody here === kaxing_ is now known as kaxing === kaxing is now known as Guest72124 === jevon is now known as Guest64506 === Ursinha is now known as Ursinha-afk === Namidairo is now known as Namidairo`bnc === Namidairo`bnc is now known as Namidairo [13:48] Hey guys, I've been working on a puzzle game for ubuntu touch and I'm facing some issues with animations. The problem seems to occurs when GridView animations (add, move, remove...) play too fast. [13:48] Something like that it is explained here: http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-viewtransition.html#handling-interrupted-animations [13:48] I've been trying to solve that issue, but without success... I'd love any help on that. Is there any QML Ninja could help me ? [13:48] links: [13:48] There is an early presentation of this game here: https://www.youtube.com/watch?v=J1-V52DWwYk [13:48] The source code is on GitHub: https://github.com/jdorleans/matching-tux === Guest64506 is now known as jevon === jevon is now known as jevon_ [14:44] guys, I still can't install my cpp app in UT :/ all the files seems to have been installed in the right directories, but nothing appears in the dash [14:46] i ran pkcon install-local as phablet user. what could I possibly be doing wrong? [14:48] also, the app runs OK if I run it via terminal, but touch doesn't work on it (because the terminal keeps the focus) [14:54] hi lops :) [14:54] try rebooting the phone or pkill unity8 [14:55] (I suggest the former) [14:55] also, have you created a proper .desktop file for your app? [15:05] Hi there [15:05] I need some help installin gubuntu touch on my galaxy nexus [15:06] Hi randomcpp :) [15:07] i tried restarting the phone, to no avail. i have a desktop file, not sure it's proper [15:08] but i was hoping that it would at least show up in the dash even if it didn't run or something was missing [15:08] My device is detected and I can start installation with "phablet-flash ubuntu-system --no-backup" [15:09] but than the phone is in the bootloader and the terminal is waitin gfor the device [15:09] oh crap. my desktop file has an incorrect exec x_x [15:09] and nothuing happens [15:09] Hello there I have a Read-Only File system on my Touch and would like to make it so I do not. I tried s to remount as readable and writable but it will not work. Any tips ? [15:09] it happens with and without sudo [15:12] I can not use Apt or well a lot. error is [15:12] $ adb shell root@ubuntu-phablet:/# sudo mount -o rw,remount / mount: cannot remount block device /dev/root read-write, is write-protected [15:13] Here is fdisk and error http://pastebin.com/RJ4rPFf3 [15:16] dmesg errors : [ 3.625576] EXT2-fs (loop1): error: couldn't mount because of unsupported optional features (40) === randomcpp is now known as randomcpp|AFK [15:21] untitled1: if you make it read/write you will lose the ability to do over the air updates [15:21] adb shell touch /userdata/.writable_image [15:22] thats how you make it RW, then reboot [15:29] thanks popey is there a way to reverse the effect ? just mv /userdata/.writable_image /userdata/.writable_image.bak ? [15:29] not sure you can reverse it [15:29] as soon as you make it writable, you lose OTA updates [15:29] so have to reflash to go back [15:30] popey: thanks again, I guess I will get the scale out and think about the pros and cons. [15:30] I want to do some build-deps [15:31] for a couple of apps that I am making. === h[a]kr is now known as hakr [15:34] hi guys, do you know, when is ubuntu touch will be supported by nexus 7 2013? [15:35] il-98-ya: no, we don't [15:36] popey, it is very sad news :( [15:37] Thanks again popey, Now I can install cowsay :) [15:37] hah [15:37] il-98-ya: not really. I'm sure someone will port it soon, just not done yet [15:38] popey, i hope :) === Namidairo is now known as Namidairo`bnc [16:02] tis there no way to tell unity to run an app from the terminal? [16:07] lops: you can, yes. [16:08] using upstart... start application APP_ID= where application_id is the name of the desktop file without .desktop [16:08] thx popey [16:19] popey, it worked, but the app doesn't open on my phone, unfortunately. [16:19] are you running it as phablet user? [16:19] adb shell [16:20] wait! if I do 'start application APP_ID=mediaplayer-app' it works :O [16:20] sudo -u phablet -i [16:20] so it must be something wrong with my app. fianlly a clue! TT__TT [16:20] thank you popey [16:20] check logs in /home/phablet/.cache/upstart [16:20] ok [16:24] hm, when I create a click package, my manifest and json should have a fuly qualified name? oO [16:25] ok nvm, seems to be a letter case problem :S [16:32] Hi everybody... could you help me on that problem: http://askubuntu.com/questions/387456/puzzle-game-qml-gridview-animation-problems === jevon is now known as Guest10849 === randomcpp|AFK is now known as randomcpp [16:45] ugh, my log says "ERROR: Unable to find keyfile for application " [16:50] what on earth is a keyfile? apps are encrypted? [17:16] «Unable to parse App ID» -.- [17:33] lops: what was the app_id you passed? [17:34] start application APP_ID=com.ubuntu.deloper.apps.stockportfolio_0.1 [17:35] popey, here (https://wiki.ubuntu.com/QATeam/TouchTesting) they use the name of the app "filemanager" twice. why? [17:35] like " start application APP_ID=com.ubuntu.filemanager_filemanager_${version} " [17:38] if i try to reapeat the name like that i get "WARNING **: Manifest 'com.ubuntu.developer.lops.stockportfolio' doesn't have the application 'stockportfolio' defined" [17:38] and "Desktop file unable to be found" [18:01] lops: its the desktop file without the .desktop on the end [18:01] without the version number? [18:03] with i think, i dont have my phone with me [18:07] my desktop file only has the app name, without the com.ubuntu.etc stuff. [18:24] How often is a new release coming out for the Nexus 7? [18:31] anyone? === hakr is now known as h[a]kr [18:41] -rw-r--r-- 1 phablet phablet 521 Dec 6 11:14 org.sambull.bitcoin-app_bitcoin-app_0.3.2.1.desktop [18:42] lops: thats what a typical .desktop file looks like [18:42] phablet@ubuntu-phablet:~$ start application APP_ID=org.sambull.bitcoin-app_bitcoin-app_0.3.2.1 [18:42] application start/running, process 9025 [18:42] the app is running [18:42] i see. [18:42] http://popey.com/~alan/phablet/device-2013-12-07-184236.png [18:42] ^^ the app running [18:43] popey, what about the other files in the package? the json, etc? [18:43] should they all be maned like that? [18:43] manifest.json should be called exactly that [18:44] k [18:44] and .json should be like... ubuntu-clock-app.json [18:44] * popey goes back to decorating xmas tree [18:44] short name then. [18:44] aha, have fun :) [18:45] I should get a christmas tree. my dorm room is so lame [18:55] omg. oh my god. it finally worked. POPEY I LOVE YOU. EVERYONE IN #ubuntu-touch, I LOVE YOU GUYS. I'M LITERALLY CRYING [18:58] * popey hugs lops === jevon is now known as Guest53948 [19:06] hi there [19:06] I have a problem with my galaxy nexus [19:07] Today I was abel to connect it to my PC (Ubuntu 12.04) twice. [19:07] But suddenly it is not recognized by Ubuntu [19:07] USB Debugging is turned on and reseted [19:08] I don't know what to do I restarted the PC initialized the nexus [19:08] And it already worked but suddenly it does not [19:11] popey: ping [19:20] No one? [19:26] might it be a problem because i created an android rule? [19:31] j0chn: Is this running Ubuntu Touch or just Android? If its just Android, you'll be better off asking in #ubuntu. [19:31] j0chn: If you're running Ubuntu Touch on your Nexus, you'll get better results asking during the European working day. [19:32] it is android 4.3 running on the phone and I want to install ubuntu touch [19:57] IBelieve: [19:57] I was able to start flashing Ubutnu Touch and got a probem [19:57] The Device rebooted to Bootloader and stayed there and the terminal was waiting for my device [19:58] The installation how to says to restart flashing with sudo (I did so) but it did not work too [20:00] j0chn: sorry, I'm not familiar with how the installation process works. You could try emailing the ubuntu-phone mailing list (ubuntu-phone@lists.launchpad.net) if you don't get help here today. [20:01] Okay. Thank you! [20:03] why do you guys keep breaking my app :( [20:03] (qmlscene:13227): dconf-CRITICAL **: unable to create file '/run/user/32011/dconf/user': Permission denied. dconf will not work properly. === vying is now known as Guest97318 [20:56] Can anyone here tell me if installing Ubuntu Touch 1.0 is possible on my US Cellular Samsung Galaxy s2? [20:56] !devices | uscell [20:56] uscell: You can find the full list of devices, official images, community images, and works in progress at https://wiki.ubuntu.com/Touch/Devices [20:56] is it on that list? === h[a]kr is now known as hakr [20:57] Samsung Galaxy S2 (GT-I9100) is on the list [20:59] yall are sure helpful [20:59] If I could find it on the wiki I wouldnt be here... [21:17] hi, anyone have a vagrantfile for the dev-env? [21:21] bkc_: vagrantfile for what ? [21:22] for the development environment [21:22] i.e. Ubuntu with UbuntuTouch toolchain setup [21:23] bkc_: there is not vagrantfile for that, just instructions http://developer.ubuntu.com/apps/create/get-the-sdk/ [21:23] :/ [21:24] not the ubuntu-sdk, the toolchain for building ubuntu-touch images [21:24] I can install a VM manually, just wondered if there was one available already [21:26] well, never written a vagrantfile before, might as well give it a try [21:28] bkc_: sorry i can't help with that [21:56] hm, anyone knows how to set the mainview to fill the screen? the mainview doesn't have a parent so.. [21:59] fill completely? no indicator panel at the top? [22:01] no, no. I was using a fixed with for my main view [22:02] width: units.gu(66) height: units.gu(106) [22:02] and in the children pages they were using fill parent [22:02] but i want it to just be resolution independent :S === hakr is now known as h[a]kr [22:07] popey: can you please review "Rad.io" update ? [22:07] sure thing [22:10] daker: approved [22:10] daker: http://popey.com/~alan/phablet/device-2013-12-07-221001.png [22:10] popey: thanks [22:11] clicked by category, holiday, and tried vibe.fm - the non-stop christmas station [22:11] it says "loading playlist" [22:11] thats it [22:11] QSqlDatabasePrivate::database: unable to open database: "out of memory Error opening database" [22:12] daker: http://paste.ubuntu.com/6537556/ [22:13] popey: yeah maybe something changed [22:13] (qmlscene:13227): dconf-CRITICAL **: unable to create file '/run/user/32011/dconf/user': Permission denied. dconf will not work properly. [22:13] the update manager give black screen for me [22:15] sweet, there's a rad.io app? [22:16] lops: not rd.io and not http://www.rad.io :) a smiliar thing [22:16] aha. i see. [22:17] well, makes sense, since r.dio charges for their mobile app [22:17] and the service is limited [22:18] the other day someone on reddit was complaining about the friends app being blue [22:18] hhh [22:18] patches welcome ㋛ [22:19] i can see how some people might dislike it, but i kinda like it. and your rad.io background color too [22:31] popey: they are using qt 5.2 now ? [22:34] daker: not yet [22:36] popey: ok [22:40] i am also seeing : shm_open() failed: Permission non accordée === marlinc_ is now known as marlinc [23:04] hey!, i am a newbie in ubuntu app development. I am going through the tutorials in developer.ubuntu.com. The thing is when i created a sample ubuntu-htmui project, no .qml file is being created as explained in the tutorial. Not even app.js file is being created. my qt creater version is 2.8.1 and it is based on qt 5.0.2 [23:04] this screenshot shows my project structure [23:04] http://imgur.com/oxeBzQ6 [23:04] Somebody please help me! === h[a]kr is now known as hakr [23:15] didn't try HTML5 yet, but i did find QML to be much easier than HTML. less hassle to code