/srv/irclogs.ubuntu.com/2015/03/01/#ubuntu-touch.txt

=== olivieer is now known as olivieer|away
evan__Having trouble new to ubuntu new hard rive00:50
evan__drive00:50
krabador!support00:55
ubot5The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com00:55
evan__please help01:03
stu_Hi -- a bug that I reported a short while ago (https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1422521) was recently set to status fixed. However, the fix is incomplete. Is it enough to add a comment, or do I need to do something more for this bug to be looked at again?01:26
ubot5Launchpad bug 1422521 in AppArmor "mmap of ...mir/client-platform/mesa.so DENIED" [Undecided,In progress]01:26
stu_Hmmm... I see the bot just picked up that I did something.01:27
stu_But, the status has not changed... Does anyone know if it is possible to get the bug reopened somehow?01:30
mukaare there any plans to support webRTC for web browser?04:13
mukahttps://support.mozilla.org/en-US/kb/which-browsers-will-work-firefox-hello-video-chat04:15
=== chihchun is now known as chihchun_afk
aLeSDhi all07:25
aLeSDI am interested in porting ubuntu-touch on my device07:26
aLeSDI found the sources for my devices : https://github.com/bq/aquaris-E507:26
aLeSDis it usefull ?07:26
aLeSDit's the kernel07:26
aLeSDalò07:57
lotuspsychjeaLeSD: morning07:57
* aLeSD "is anybody out there"07:57
aLeSDlotuspsychje, hy07:58
aLeSDhi07:58
aLeSDlotuspsychje, r u able to compile an ubuntu touch system ?07:58
lotuspsychjeno sorry, im just a happy nexus7 user07:58
lotuspsychjeaLeSD: wich device are you trying?07:59
aLeSDBq E507:59
lotuspsychjethats the one with android on?07:59
aLeSDI need someone that point me to the big steps I need ... all the documentation is very foggy out there08:00
aLeSDlotuspsychje, it is08:00
lotuspsychjeaLeSD: did you try the XDA forums? maybe your device has been ported08:00
nhainesaLeSD: https://developer.ubuntu.com/en/start/ubuntu-for-devices/porting-new-device/08:00
lotuspsychjenhaines: nice page08:02
aLeSDnhaines: ok ...08:06
aLeSDbut I need some infos08:06
aLeSDfor example.. I found the page with the kernel for my device source. It's publiched by the maker08:07
aLeSDis it usefull ?08:07
aLeSDI mean Do I will compile that kernel ?08:07
aLeSDmmm08:08
aLeSDit seems that the deploy of ubuntu touch environment download cyanogen kernel08:08
nhainesYeah, you're going to recompile everything.08:10
lotuspsychjealot of things gonna happen @ MWC15: https://twitter.com/ubuntu08:11
aLeSDnhaines: ok ... how to know if the hw of my device is supported ?08:13
nhainesIf it's a Nexus 4 or Nexus 7, or if it shipped with Ubuntu, it's supported.  In all other cases, it is not.08:13
nhainesThat's why you'll need to actively port Ubuntu to your hardware or wait for someone else to do so.08:14
aLeSDnhaines: I'll do it08:14
aLeSDthere something I'd like to konw08:21
aLeSDWhat if I install my custom ubuntu-touch and the kernel crash ?08:22
aLeSDis it possible to return back ?08:22
nhainesThat is entirely up to your device.08:23
nhainesNexus devices are nearly impossible to brick, so I've never had to worry about it.  But you'll want to make sure you can completely restore your device from the bootloader.08:24
aLeSDok08:25
aLeSDfor example my GPU is a Mali 40008:29
nhainesI don't believe there are any open drivers for that, so you'll need to reuse the binary driver from your device.08:32
aLeSDnhaines, it means get into the device (adb) and copy the kenrel modules ?08:38
nhainesYes.08:38
aLeSDthat means I have to use the same version of kernel that my device uses ?08:38
nhainesCorrect, which needs to be 3.4.0.08:38
aLeSDthat could differ from the ubuntu-touch one08:38
nhainesYes, but you're going to need to patch that kernel to add AppArmor support as well, at least.08:39
aLeSDthe kernl is 3.4.6708:39
nhainesMight be fine.08:39
aLeSDso .. the path is to get the binary drivers. compile the ubuntu-touch kernel adding my drivers08:40
nhainesYeah, it's all going to be laid out in the porting guide.08:40
aLeSDnhaines: you mean the cyanogen one ?09:00
taktaki need help for install to nexus 709:56
LihisHi, I'm trying to port to new device and I'm currently trying to build recovery, build was succesful but when I boot to recovery I only see a blink of the purple color and then screen goes blank, adb is still accessible.11:06
LihisAny help what could be the problem?11:08
=== monika is now known as Guest93281
strahtwHello together!12:33
blackjack_hello12:33
strahtwDo someone know if the Ubuntu SDK runs also on a other Debian based distro then Ubuntu?12:33
blackjack_idk to be honest, I dont see why it wouldnt if you have all the correct libraries though12:34
blackjack_btw, im trying to port ubuntu touch and im kinda tripped up over a particular issue12:34
strahtwmh... okay. So I will try it by myself12:35
blackjack_would anyone be able to guide me in the right direction12:35
strahtwfor that I am the wrong person, sorry…12:35
blackjack_darn, I asked that in the ubuntu channel and they told me I should come here12:36
blackjack_meanwhile im still doing research on the issue12:36
studio_hi12:58
studio_how to change the white background from the apps/scopes to another (transparent) colour?13:03
Lihisblackjack_: I would need help with porting too..13:10
blackjack_what issue did you run into?13:11
blackjack_i run into this build/core/product_config.mk:222: *** Can not locate config makefile for product "cm_hercules".13:12
blackjack_tho i figured out what was causing the issue, still dont know how to resolve it atm tho13:12
LihisI successfully built recovery but when I boot it I only see blink of purple color and then screen goes blank, adb is accessible though13:13
blackjack_wow you made it alot further than i did13:13
blackjack_what device did you port it too?13:13
LihisHuawei u8800pro13:14
blackjack_how did you add the new deice?13:14
blackjack_see im stuck at the part where you do the lunch command13:14
blackjack_I added my device to the device folder but I run into that error when doing the lunch command13:15
LihisI used my old device tree which I made for building TWRP recovery, but I think you can follow any CM or omnirom guide how to add new device13:18
Lihisdo you have cm_hercules.mk in your device dir? And in that file, set PRODUCT_NAME: cm_hercules?13:20
blackjack_I have cm.mk13:21
blackjack_yep it says that in there as well13:22
blackjack_im porting it to the galaxy s2 btw13:23
blackjack_Oh, ok so im looking at the building cm guide for my device, so in theory I can apply the getting device specific code to this13:25
studio_@blackjack_, nice to hear, i thought the s2 is dead?13:25
blackjack_studio_, no way, its alive and strong!13:25
blackjack_still has decent hardware, runs lollipop well but I want to try ubuntu touch13:26
studio_a friend of mine got 2, and i thought he can try ubuntu touch on it but i in the guides it was marked as "dead", no more developing ...13:26
blackjack_I think there was an official port for the i900 varient, but im doing a port for the t-mobile (t989) version13:27
blackjack_there hasnt been any builds for that particular model13:27
studio_https://wiki.ubuntu.com/Touch/Devices/i9100 that was from 201313:28
studio_ah, ok, the t989 is a different model13:31
blackjack_yep, completely different chiset as well13:31
blackjack_qulacom13:31
studio_bbl, bye13:36
uuhimhereubuntu os vs sailfish13:43
uuhimherewhich is snappier13:43
uuhimheremore responsive13:43
=== uuhimhere is now known as farktard
=== farktard is now known as Lord_Farktard
=== Lord_Farktard is now known as Lord_Farktard_II
LihisNew build of recovery, now the screen cycles through between blank and purple..?14:32
LihisMust be something with custom graphics.c?14:33
=== Lord_Farktard_II is now known as unbreakable
popeyogra_: my unity/mir has frozen so i cannot unlock my phone to adb in to debug it :S15:12
popeywe need a backdoor :)15:12
* popey realises he has ssh enabled and thus has a backdoor :)15:13
awe_;D15:13
popey   29 root      20   0       0      0      0 R  96.4  0.0  56:55.13 kswapd015:13
popeywell that's not good15:13
=== BOHverkill_ is now known as BOHverkill
ogra_popey, ugh ...15:24
ogra_popey, krillin ?15:26
wolflarsonpoooooooooopey15:26
jgdxcyphermox, could you reply to my email as well? If you're busy, then just skip that. Either way, I'll talk to the security team in the latter case?15:37
MoPacHello. I've been trying out Unity8 in the LXC container on 15.04 Desktop (HP Envy x360 hybrid/convertible touch laptop). I wanted to ask whether it's "supposed" to be more or less completely non-functional at this point on that kind of hardware? I'm hoping to ensure that it's not just me setting it up wrong15:37
MoPacI can log in, but the tutorial shows every time, there is no connectivity wired or wireless (and no wireless settings options), not much touchpad functionality, no way to open X11 programs, etc15:38
ogra_can you boot off a USB drive ?15:39
* ogra_ would recommend to instead try the desktop-next image 15:40
ogra_though i dont think X11 app execution works in any released code yet15:40
ogra_not without fiddling15:40
MoPacI could try it off USB -- it wasn't clear to me that there was that big a difference between the two. Is the behavior I described more or less standard for the lxc container?15:41
ogra_i haveno idea how well maintained the lxc variant is15:41
ogra_you would have to ask in #ubuntu-desktop ... though best during the work week15:41
MoPacahh, k. Thanks15:42
=== olivieer|away is now known as olivieer
jgdxcyphermox, filed https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/142692317:04
ubot5Launchpad bug 1426923 in dbus (Ubuntu) "Allow ubuntu-system-settings to set a device's firmware through wpa_supplicant" [Undecided,New]17:04
popeyogra_: yes17:10
ogra_:(17:11
popeynot sure where to look17:11
popeywhy do we not have timestamps in unity8.log?17:11
ogra_not sure17:18
mariogrip_10 000 Views on my video :=D I did not expect that at all! That's crazy, what have you guys done? xP17:27
Azelphurwhile true; do youtube-dl ... ;done :P17:33
popeymariogrip_: nice!17:34
ChloeWolfieGirl_mariogrip_  what was the quote? if you make it people will come? something like that? weldone getting all the views!17:34
popeyIf you build it, they will come.17:35
popeyKevin Costner.17:35
mariogrip_:D17:36
ChloeWolfieGirl_popey I knew I was wrong but I was close :P :D17:38
mariogrip_I got the device to detect rmnet17:42
mariogrip_but it cannot connect to the sim17:44
mariogrip_rmnet is the network interface for cell data btw17:46
stu_I tried to ask this last night but probably too late so no-one was around...  How do I ask to have a bug re-opened?  The fix is on the right track but does not really fix the issue.  https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/142252117:51
ubot5Launchpad bug 1422521 in AppArmor "mmap of ...mir/client-platform/mesa.so DENIED" [Undecided,In progress]17:52
stu_Also, how come so few people are affected by this bug? Without tinkering apps just do not work on vivid...17:54
ogra_stu_, because mesa doesnt work andisnt used on phones :)17:56
ogra_(that would be quit insane ... SW renderign would eat your battery pretty quickly)17:57
mukais there a plan to support webRTC in the browser?18:03
ogra_muka, yes, long term there is ...18:08
ogra_there is no implementation for secure mic or camera access yet ...18:08
* rpadovani has just rm -rf the android source folder18:27
* rpadovani cries out loud18:27
NewOneHello18:32
NewOneI have a question18:32
peat-psuwitDo you have any hint on debugging video playback?19:18
=== olivieer is now known as Garcia89
=== Garcia89 is now known as olivieer
stu_ogra_: But apparmor denies start of apps due to the apps trying to access /usr/lib/arm-linux-gnueabihf/mir/client-platform/mesa.so, /usr/lib/arm-linux-gnueabihf/mir/client-platform/android.so, and /usr/lib/arm-linux-gnueabihf/mir/client-platform/dummy.so.20:08
stu_I do not know if any of these are needed, but I guess denying access to all of them makes apps not working.20:09
stu_At least allowing access (by disabling apparmor) makes the apps work.20:09
studio_hi20:21
VercHelpHelp :D20:36
Vercmy mako reboots when I use Browser20:37
Verceg. I read an article and it reboots20:37
studio_i am not sure, but is it allowed to ask "again" for help "how to mount an ext4 formated sd-card in ubuntu-touch permanently"?20:37
Vercwhat is interesting: normally when it boots it turns on the GPS but after the "browser reboot" the GPS is turned off (as I wanted it to_20:38
studio_I can't find informations about that, today I figured out how to ssh to ubuntu-touch, for a "beginner" it was not so easy, but it is working now. would be nice to get some help.20:45
popeystudio_: just like any other system, add it to /etc/fstab20:47
studio_@popey, fstab is tempfs, and after a reboot phablet is gone20:48
popeyright, you'd have to make the phone read/write20:49
studio_i made with "sudo mount -o remount,rw /" but after reboot also no luck20:50
Vercshould I report a bug?20:50
popeystudio_: did you touch /userdata/.writable_image ?20:51
studio_i tried wit /mnt/sdcard but it is only ro after reboot20:51
studio_no?20:51
popeyyou need to20:52
popeyor it wont mount rw on reboot20:52
popeyhowever if you do this, you break ota updates really20:52
studio_ok will try ...20:52
jgdxVerc, do you know why it reboots?20:53
Vercnope20:53
popeyVerc: have you made it RW?20:53
Vercno20:53
Verci have reflashed the device20:53
Vercwith --bootstrap and --wipe20:53
Vercand I have NOT used apt20:54
Vercor mount20:54
popeyand it just reboots when you open browser?20:54
Vercno20:54
Vercwhen I use it20:54
VercI open eg facebook20:54
Vercread somebody's post20:55
Vercand rhe device reboots20:55
Vercor I enter some news site and it reboots20:55
Vercit happens not regullary20:55
popeyhow odd.20:55
popeyif you can reproduce it with a public site that would be helpful20:55
popeyrather than a facebook post20:55
popeyand then file a bug20:55
Vercnow I'm out of wifi20:56
Vercis there  possibility to reinstall the browser?20:56
VercI couldn't find it in tne Store20:56
popeythat almost certainly wont help20:57
popeythat's the windows way to fix things20:57
Verc:D20:57
popeydo you have a news site you looked at recently?20:58
popeythat I can test here20:58
studio_popey, it was nice to see, to make ssh to the ubuntu-touch device more "secure" but for "normal users" it is difficult to understand, because there is no good how-to ...20:59
VercI think it was a blog or something21:03
VercI do not remember21:03
Vercsorry21:03
ogra_studio_, you cant use th fstab, it gets generated on every boot ... ext2/3/4 SD cards are not supported because this most likely causes permission probs (ext filesystems will store UID data that most likely doesnt exist on the phone) ...21:04
studio_to the ubuntu-touch device ssh user@device is not working but from the ubuntu-touch device to ubuntu-pc is working without problems21:04
ogra_if you really want to use an ext4 fs, you will have to hack your way around it ...21:05
ogra_ssh only allows key auth ... and is managed by the android-gadget-service command ...21:05
studio_ogra_, to mount ext4 formated sd-card in a running system is no problem.21:06
studio_the problem is afte reboot21:06
ogra_right, so write an upstart job or add it to rc.local21:06
popeythats a better idea, yes.21:07
ogra_and make sure to disable ciborium ... thts the disk manager21:07
ogra_also note tht making the system writable will break upgrades ...21:07
yolonnnhey everybody21:08
yolonnnim new21:08
yolonnnthere21:08
popeyhello.21:08
yolonnnjust asking21:08
yolonnnis already out there an ubuntu touch rom for the g900f _21:08
yolonnnor should I need to compilee it by myself_21:09
popey!devices | yolonnn21:09
ubot5yolonnn: You can find the full list of devices, official images, community images, and works in progress at https://wiki.ubuntu.com/Touch/Devices21:09
popeycheck that page21:09
popeybut someone probably needs to update it, if there is one21:09
studio_ogra_, yes and i found this "http://askubuntu.com/questions/563573/cant-ssh-into-ubuntu-touch-device" today21:09
yolonnnalready checked it out21:09
yolonnnbut says nothing about my phone21:10
Vercpoppey: I cannot remember what I do when it reboots21:10
yolonnn!devices21:10
ubot5You can find the full list of devices, official images, community images, and works in progress at https://wiki.ubuntu.com/Touch/Devices21:10
ogra_studio_, really, if you want to use the phone do not turn pw auth on, just copy your key over21:11
popey+121:11
studio_ogra_, how to find a way to make the system writable and also get updates?21:11
ogra_the phablet user is known to the world and hardcoded in many places ... a brute force attack against a phone with open ssh is trivial21:11
ogra_studio_, there is none21:12
studio_hmmm ...21:12
ogra_it is not designed for this ... the writable mode is for devs to work on the plumbing layer21:12
ogra_and expected to break ...21:12
ogra_apt upgrades wont work due to the setip of the writable bind mounts ... system-image upgrades will just pverwrite your apt changes since system-image applies diffs against an expected unchanged readonly base21:14
ogra_(an will eventually break too)21:14
ogra_if you want to play with debs to build an app or some such on the phone, create a chroot in /home/phablet or on the sd card and do it there21:15
ogra_or if you are fancy, create an lxc container ;)21:15
studio_i figured out, that there have benn son problem with apt-get update and apt-get upgrade in the /stable/bq- channel ... since i switched to rc i din21:16
studio_dint#t tried that21:16
ogra_it isnt supported ...21:16
ogra_it is as simple as that21:16
ogra_at some point it will completely fall apart21:16
studio_ok21:16
studio_so the "rc"-channel is also not supported?21:17
ogra_(it i a matter of the packages that get upgraded, not all of them break the system ... it will degrade over time until you hit a reallybad package ... then it will fall over)21:17
ogra_no, apt is not suported21:17
studio_ok21:18
ogra_in no channel21:18
studio_i understood21:18
ogra_if you switch to writable and anything breaks there is no way but to re-flash21:18
ogra_which is why i suggest to use a chroot or an lxc container and leave the system untouched21:19
studio_no way? also withot the mtk-tools?21:19
ogra_at least if you want to use the phone for more than building arm packages21:19
ogra_well, if the phone doesnt boot anymore because a package broke it ...21:20
studio_ogra_, i am trying to use the phone for "learning"21:20
ogra_... then your only choice is to re-flash21:20
studio_ok21:21
ogra_the system is designed for diff upgrades of full images ... for that you need a non-moving base ... which the readonly system gets us21:21
studio_but the aquaris E4.5 is on WIP on the ubuntu-touch device list?21:22
ogra_this only works if teh rootfs the server uses to generate the diiffs and the rootfs on the phone are identical21:22
ogra_dunno, probably someone missed to update it :)21:23
studio_ok21:23
ogra_it iis on sale so it is definitely not WIP :)21:23
studio_yes, but the rom isn't also "real" on public ;)21:26
=== olivieer is now known as olivieer|away
ogra_?21:28
studio_bq still don't offer the rom on their pages, but on http://androidheadlines.com/2015/02/install-ubuntu-phone-os-onto-bq-aquaris-e4-5-smartphone.html is a nice "how-to" :)21:28
ogra_how do you think updates are provided ?21:29
ogra_the "rom" lives on system-image.ubuntu.com ... like all others21:30
studio_for the peoples outside the Eu is now easy to try ubuntu-touch on the bq e4.521:30
ogra_people outsidee the eu would be silly to buy it21:31
popeyunless they're developers on wifi21:31
ogra_doesnt support the right us freqs21:31
ogra_yeah21:31
studio_ogra_, "the "rom" lives on system-image.ubuntu.com ..." maybe, but for me it was difficult in the beginning to find a rom for the aquaris e4.5. system "update" was working for me without loosing the emei ...21:35
ogra_well, we dont really support rooting and flashing the android version ... it is up to bq to provide that21:37
studio_and that is one of th things i do not understand21:37
ogra_we only write the software21:37
ogra_it is their device21:37
studio_that's the point, where to buy a real ubuntu-touch-device?21:38
ogra_the preinstalled version has extra bits added that bq povides and has contracts for21:38
ogra_at bq :)21:38
studio_no. it is mtk21:39
ogra_mtk builds the board ... not the phone21:39
studio_but mtk do not offer to built a native linux device21:40
ogra_bq is a customer of mtk ... they order HW and decide which SW gets preinstalled21:40
ogra_weather that is android or ubuntu is up to them ... deciding what apps get preinstalled on either of the QSes too ..21:41
ogra_*OSes21:42
studio_hmm, do you think their "release" is different to the "rc"-channel?21:42
ogra_i havent held a preinstalled bq phone in my hands yet :)21:42
* ogra_ has to wait like everyone else 21:42
studio_ok, but what about a real ubuntu-touch device, is there or will be there one?21:43
ogra_i have seen some at th launch event though21:43
ogra_what is a "real ubuntu-touch device" ?21:43
studio_whithot android21:43
ogra_without the ability to make calls ?21:44
studio_no21:44
ogra_right21:44
studio_pure linux device21:44
ogra_so that answers your question :)21:44
ogra_if you want to use any mobile modem HW, and mobile sensors and anyof the mobile graphics HW, you have no choice21:45
studio_is it depending on money?21:45
ogra_it is depending on the HW vendors21:45
studio_yes, but the hw vendor will never support pure linux?21:46
ogra_the people developing that HW dont give out the specs nor do they have any interest in providing drivers for a corner OS21:46
ogra_if a linux vendor gets big enopugh they might21:46
ogra_or if a vendor puts enough money on the table ...21:46
studio_what vendor is doing this "maybe"?21:47
ogra_the ubuntu edge might have been a bit more open than a normal phone ... but the edge didnt happen ... so everything goes a lot slower (wrt convergence) and we have to live with the compromose21:47
studio_i was worry about to read the ubuntu edge is dead, that was a big chance21:48
ogra_well, it didnt make it21:48
ogra_eventuallythere will be phones at that HW class ... but it takes longer21:49
ChloeWolfieGirlIf I could turn back time, If I could find a way, I'd make sure Ubuntu edge would make it, and it'd be here?21:49
ogra_yea21:49
ogra_h21:49
ogra_you could start a crowdfunding campaign to build a time machine with which you then could make the edge happen retroactively :)21:51
studio_:)21:51
studio_what about the meizu and its mt6595, will it be full supported under ubuntu-touch?21:54
ogra_sure21:57
studio_sure?21:57
ogra_why would it onl be half supported :)21:57
studio_the mt6595 can recive miracast!21:58
ogra_you mean send21:58
studio_no21:58
studio_receive21:58
ogra_why would you want to recieve ?21:59
studio_to receive different miracast displays, and to send them to a monitor22:00
ogra_(and no, i doubt that will be supportd in ubuntu soon, we have other missing bits and pieces to handle first ... but patches will indeed be acceptd ;) )22:00
ogra_why would you want to recieve other displays ? you want to set to your TV or monitor22:00
studio_i don't know if the mt6595 can do mhl, but most devices with the mt6595 are bad fron the hardware22:00
ogra_s/set/send/22:00
popeyyeah, surely you want to send from the phone22:00
ogra_anyway, thats still far out22:02
studio_the mt6595 or mt6795 can do 120 fps with the cam, and also 4k display, but the most devices are using poor hardware22:02
ogra_with luck the SW is ready by 15.1022:02
ogra_for beta testing ...22:02
ogra_we promised desktop mode for 16.04 ... by then there will hopefully also be proper laptop class HW inside of phones ...22:03
studio_so miracast will also work on ubuntu-touch?22:03
ogra_so that you have proper amounts of ram to run an office suite etc22:04
ogra_well, the desktop mode will have to ue sme way to get the picture to a monitor/TV22:04
ogra_*some way22:04
ogra_in the beginning surely only MHL22:04
studio_how to set-up my phone to miracast?22:05
ogra_find it out ... no idea22:05
studio_:)22:05
ogra_and as i said ... we wont look into that yet ... there are other fich to fry first :)22:05
ogra_*fish22:05
studio_yepp22:05
PLA1Hi. In an HTML5 Ubuntu Touch app, what would cause onclick Javascript code intermittently not execute? You can clearly see the button respond to the touch but the onclick code is not executed. The test demonstration video is here: https://www.youtube.com/watch?v=VkMnKzTacaU and the source code is here: https://github.com/pla1/TouchTest22:42
=== olivieer|away is now known as olivieer
studio__hmm, how do i setup my desktop like this: https://i.ytimg.com/vi/AWuOSwg7e0g/mqdefault.jpg23:08
=== olivieer is now known as olivieer|away
studio__is it different to the bq E4.5? a white background is not so nice ...23:18
nhainesstudio__: you can't.  That was from the original Mobile World Congress demo two years ago.23:20
studio__@nhaines, is there a "desktopmanager" available to make the standard "desktop" more colour full? white is a little bit bored ...23:26
studio__btw, the screenshot is from that video: https://www.youtube.com/watch?v=AWuOSwg7e0g23:29
studio__i don't know, why they but that desktop to the default image for the video ...23:30
nhainesstudio__: as I said, no.23:30
studio__ok23:30
studio__so the default background is only for the "locked screen"?23:32
nhainesFor the welcome screen, yess.23:37
studio__so, only locked screen, other screen are only with white background23:38
studio__and why?23:39
ChloeWolfieGirlnhaines, I beleive mhall119 said that people are trying to figure out how to make the scopes work to allow people to choose there own background for scopes that are see through such as the app scope23:40
studio__ChloeWolfieGirl, i am trying to figure out, why the default desktop i choosed in the settings in only available in the locked screen and not shown on "normal screens" ...23:43
nhainesstudio__: because they took the option out 18 months ago and are in no hurry to put it back in.23:44
nhainesChloeWolfieGirl: mhall119 said that, but considering it's something Ubuntu already does on the desktop, I'm unimpressed.23:45
nhainesI'm sure it'll happen by 16.04 LTS or whenever convergence hits.23:45
studio__@nhaines, for what thay made the "option" under desktop image? i am a little bit confused ... :(23:46
ChloeWolfieGirlstudio_ because on the phone the background currently doesn't change with the scopes, if you mean unity 8 on desktop then it should change...23:49
nhainesstudio__: it's not called desktop image.  It's called "Background"23:49
nhainesChloeWolfieGirl: actually, the background does change on a per-scope basis.  Most scopes simply don't set a custom background.23:49
lotuspsychjemaybe more themes will release in the future?23:50
studio__nhaines, ok, but why isn't the "background" shown or only in the locked screen?23:50
nhainesstudio__: because that's what the design team wants.23:50
studio__hmmm, ok ...23:51
lotuspsychjestudio__: you could join the design team and make sugestions maybe23:51
ChloeWolfieGirlnhaines, doesn't that depend on developer though, like I think the developer can set the background to what ever they want, but the end user doesn't have a choice right?23:51
lotuspsychjeChloeWolfieGirl: welcome to open source23:52
nhainesChloeWolfieGirl: right.23:52
nhaineslotuspsychje: the design team only consists of Canonical employees.  :)23:52
ChloeWolfieGirllotuspsychje, Yeah but not everyone with an ubuntu phone is going to know how to edit code :P23:52
studio__i personal think this is an disadvantage ...23:52
lotuspsychjenhaines: users are free to apply for a job at canonical?23:53
nhaineslotuspsychje: this isn't really good advice for someone wanting an extra setting in System Settings.23:53
lotuspsychjelol23:53
lotuspsychjemaybe not23:54
nhainesstudio__: in the past, custom backgrounds made the home screen really difficult to read.23:54
nhainesThe design team decided they didn't have time to spend on this problem (it *is* more difficult than it sounds) and removed it, so they could focus on other things.  They'll be revisiting it in the future.23:55
ChloeWolfieGirlMother: "Hey Chloe, How do you change the background on the ubuntu phone?" Me: "Well first you download the source code" x'D23:55
k1llike on any other desktop or OS development, the fancy user settings come when the basis is done.23:55
lotuspsychjeim sure we will see alot of candy on ubuntu touch soon23:56
k1li thought you dont have a desktop on the phone at all.23:56
lotuspsychjehttps://twitter.com/ubuntu23:57
studio__it is not depending on customers backgrounds. i am using ubuntu now since 2 years and i can decide is i want do use xfce with some desktop effects or gnome with many desktop effects ...23:57
studio__is=if23:57
lotuspsychjestudio__: you can unlock your phone in write mode and experiment with it how you like23:59

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