Re: [Ubuntu-phone] [Development] Override user agent string in WebApp

2015-08-13 Thread sturmflut
Hey Peter, according to "webapp-container --help" the parameter is supposed to be "--user-agent-string=". Seems to work for me. cheers, Simon On 08/13/2015 12:55 AM, Peter Bittner wrote: > I'm working on the Skype (Unofficial) WebApp [1] for Ubuntu Touch, and I > need some clarifications. > >

Re: [Ubuntu-phone] vivid+stable-phone-overlay on desktops

2015-08-13 Thread Michi Henning
After doing an upgrade and installing xserver-xorg-core=2:1.17.1-0ubuntu3 again, I still don't get a desktop. The same thing happens with xserver-xort-core=2:1.17.2-1ubuntu0.1~overlay1. Does anyone have any suggestions for how I can my desktop back? Thanks, Michi. On 6 Aug 2015, at 8:25 , Ke

Re: [Ubuntu-phone] vivid+stable-phone-overlay on desktops

2015-08-13 Thread Albert Astals Cid
If you update && dist-upgrade you should get the new intel driver from the stable-phone-overlay that fixes it. On Thu, Aug 13, 2015 at 11:35 AM, Michi Henning wrote: > After doing an upgrade and installing xserver-xorg-core=2:1.17.1-0ubuntu3 > again, I still don't get a desktop. > The same thing

Re: [Ubuntu-phone] RFC- Having a bluetooth service to handle pairing

2015-08-13 Thread Michael Zanetti
Hi, On 03.08.2015 11:30, Matthew Paul Thomas wrote: > Michael Zanetti wrote on 28/07/15 18:12: >> ... > >> The incoming call and the wifi password entry are handled through >> the notification system. Seems like the Bluetooth case would be >> just the same, no? > >> ... > > That incoming call

Re: [Ubuntu-phone] vivid+stable-phone-overlay on desktops

2015-08-13 Thread Michi Henning
On 13 Aug 2015, at 21:05 , Albert Astals Cid wrote: > If you update && dist-upgrade you should get the new intel driver from > the stable-phone-overlay that fixes it. Thanks! I tried that, but no joy. I still get a black screen with a blinking cursor at the top. I've tried both with both ver

Re: [Ubuntu-phone] Ubuntu Touch Lock Screen Concept

2015-08-13 Thread Michael Zanetti
Hi, yes, we experimented a bit back in 2013 with different lock screens (also talking about this one) but none of the experiments turned out good enough. In the end we postponed this topic for a while. Br, Michael On 12.08.2015 13:45, Peter Bittner wrote: > Hi there, > > Lucas Romero presented

Re: [Ubuntu-phone] [Development] Override user agent string in WebApp

2015-08-13 Thread Peter Bittner
Awesome, that works, thank you! We now have a working Skype WebApp for Ubuntu Touch. Enjoy! https://uappexplorer.com/app/skype.peter-bittner I've reported the misleading documentation (ubuntu-webapps-guide) at https://bugs.launchpad.net/developer-ubuntu-com/+bug/1484529 Cheers, Peter 2015-08-1

Re: [Ubuntu-phone] vivid+stable-phone-overlay on desktops

2015-08-13 Thread Albert Astals Cid
Ah then probably you're not using the intel driver, i'd say have a look at the /var/log/Xorg* and see which driver is failing, maybe we need rebuilds of more drivers, myself i'm using ii xserver-xorg-core 2:1.17.2-1ubuntu0.1~overlay1 amd64 Xorg X server - core server ii

Re: [Ubuntu-phone] RFC- Having a bluetooth service to handle pairing

2015-08-13 Thread Matthew Paul Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Zanetti wrote on 13/08/15 13:07: > > On 03.08.2015 11:30, Matthew Paul Thomas wrote: > > ... >> >> That incoming calls and wi-fi password entry are handled through >> the notification system is a mistake. It means that without >> changing

Re: [Ubuntu-phone] [Development] Override user agent string in WebApp

2015-08-13 Thread Peter Bittner
Another question on Web apps: Push notifications. It seems like adding "push-notification-client" to the .apparmor file doesn't make push notifications work in a WebApp. Is the documentation on [1] only applicable for native apps? Skype for Web sends desktop notifications (the website asks you fo

Re: [Ubuntu-phone] vivid+stable-phone-overlay on desktops

2015-08-13 Thread Łukasz 'sil2100' Zemczak
Hey, I uploaded the intel, ati and nvidia drivers to the overlay PPA when working on getting this resolved. Those were the three drivers that seemed to be affected by the original bug. Cheers, W dniu 13.08.2015 o 15:15, Albert Astals Cid pisze: > Ah then probably you're not using the intel drive

Re: [Ubuntu-phone] [Development] Override user agent string in WebApp

2015-08-13 Thread Robert Schroll
On Thu, Aug 13, 2015 at 9:48 AM, Peter Bittner wrote: It seems like adding "push-notification-client" to the .apparmor file doesn't make push notifications work in a WebApp. Is the documentation on [1] only applicable for native apps? [...] (I must confess, I've simply added the value to the .

Re: [Ubuntu-phone] [Development] Override user agent string in WebApp

2015-08-13 Thread Sergio Schvezov
On Thu, Aug 13, 2015 at 10:27:41AM -0400, Robert Schroll wrote: > On Thu, Aug 13, 2015 at 9:48 AM, Peter Bittner > wrote: > >It seems like adding "push-notification-client" to the .apparmor file > >doesn't make push notifications work in a WebApp. Is the documentation > >on [1] only applicable for

Re: [Ubuntu-phone] [Development] Override user agent string in WebApp

2015-08-13 Thread Peter Bittner
Hi everyone, I don't think the server side is an issue here: Push notifications work on the desktop (try https://web.skype.com in your Web browser, even on Ubuntu, not only Windows or Mac). The browser asks for permission when you login. On Ubuntu Touch the same thing must happen. I'm not sure I h

Re: [Ubuntu-phone] [Development] Override user agent string in WebApp

2015-08-13 Thread Oliver Grawert
hi, Am Donnerstag, den 13.08.2015, 17:32 +0200 schrieb Peter Bittner: > permission when you login. On Ubuntu Touch the same thing must happen. > I'm not sure I have seen this before (in a WebApp). except that your app is suspended when it is not having the focus or the screen is locked ... so the

Re: [Ubuntu-phone] [Development] How clear cache and cookies of WebApp? (Gmail WebApp)

2015-08-13 Thread David Barth
We have a set of hooks to delete the cache and cookies when uninstalling webapps. By definition the cache and cookies are re-provisioned by the hosting service when re-installing and running the webapp. As a suggestion, we could make that active for apps like Gmail or other Google apps which may ru

Re: [Ubuntu-phone] compiling and running the Telegram client telegram-cli on BQ (r24)

2015-08-13 Thread Alan Pope
On 13 August 2015 at 18:05, Matthias Apitz wrote: > El día Wednesday, August 12, 2015 a las 12:41:12PM -0400, Robert Schroll > escribió: >> I have no idea if support for terminal apps is on a roadmap. Perhaps >> someone else can comment here. > We often discussed the possibility of a reusable "

Re: [Ubuntu-phone] compiling and running the Telegram client telegram-cli on BQ (r24)

2015-08-13 Thread Christian Dywan
This sounds awfully similar to Machines vs. Machines when they talk about level packs: http://notyetthere.org/more-levels-for-machines-vs-machines/ You can basically replace the levels with your own and release it as your own flavor in the store. If Terminal had a few GUI tweaks such as disa

Re: [Ubuntu-phone] compiling and running the Telegram client telegram-cli on BQ (r24)

2015-08-13 Thread Matthias Apitz
El día Wednesday, August 12, 2015 a las 12:41:12PM -0400, Robert Schroll escribió: > As far as I know, there's no way to make Terminal applications run > directly from Unity 8. The options I see are: > 1) Open the terminal app and launch your application from the command > line. > 2) Create a

Re: [Ubuntu-phone] [Development] Override user agent string in WebApp

2015-08-13 Thread Sergio Schvezov
On Thu, Aug 13, 2015 at 05:32:29PM +0200, Peter Bittner wrote: > Hi everyone, > > I don't think the server side is an issue here: Push notifications > work on the desktop (try https://web.skype.com in your Web browser, > even on Ubuntu, not only Windows or Mac). The browser asks for > permission w

Re: [Ubuntu-phone] compiling and running the Telegram client telegram-cli on BQ (r24)

2015-08-13 Thread Matthias Apitz
El día Thursday, August 13, 2015 a las 06:14:30PM +0100, Alan Pope escribió: > We often discussed the possibility of a reusable "Terminal component" > based off the existing code base. A developer such as yourself could > grab that, add your app (mutt, irssi, whatever), modify a config file > (to

Re: [Ubuntu-phone] compiling and running the Telegram client telegram-cli on BQ (r24)

2015-08-13 Thread Alan Pope
On 13 August 2015 at 18:44, Matthias Apitz wrote: > I willing to put hands on this, but I would need some guiding to make a > click package from the source tree after fetching this from > Awesome. > bzr branch lp:ubuntu-terminal-app/reboot > > mostly because I'm not used to this Ubuntu SDK and t

[Ubuntu-phone] Landing team 13.08.15

2015-08-13 Thread Łukasz 'sil2100' Zemczak
ng results: devel : http://ci.ubuntu.com/smokeng/wily/touch/ rc : http://ci.ubuntu.com/smokeng/vivid/touch_stable/ #276 devel-proposed/mako - http://ci.ubuntu.com/smokeng/wily/touch/mako/276:20150802:20150708/13433/ #216 rc-proposed/mako - http://ci.ubuntu.com/smokeng/vivid/touch_stable/mako/21

Re: [Ubuntu-phone] Landing team 13.08.15

2015-08-13 Thread Sergio Schvezov
On Thu, Aug 13, 2015 at 08:14:05PM +0200, Łukasz 'sil2100' Zemczak wrote: > Hello everyone, > > Today, because of a slight mistake, one of the developers pushed a new > HERE version that worked only on rc-proposed images, thus breaking > existing stable phones after upgrading the package. This cha

Re: [Ubuntu-phone] Landing team 13.08.15

2015-08-13 Thread Olivier Tilloy
On Thu, Aug 13, 2015 at 9:22 PM, Sergio Schvezov wrote: > On Thu, Aug 13, 2015 at 08:14:05PM +0200, Łukasz 'sil2100' Zemczak wrote: >> Hello everyone, >> >> Today, because of a slight mistake, one of the developers pushed a new >> HERE version that worked only on rc-proposed images, thus breaking

[Ubuntu-phone] Weeks 32 & 33 in the Unity API team

2015-08-13 Thread Alejandro J. Cura
Here's what we've been working on recently: - javascript scopes proof of concept, using a scopes backend using nodejs, and a basic js scope packaged as a click. We are now exploring the security concerns of packaging nodejs in the click or the use of an alternate js engine. - several fixes in thum

Re: [Ubuntu-phone] [Development] Override user agent string in WebApp

2015-08-13 Thread Peter Bittner
Oliver, I see that Gmail (the WebApp?) has push notifications on my device. Is this maybe related to the Online Accounts, and not the WebApp? Because the Gmail WebApp only has "accounts" as a policy group, nothing else. Peter 2015-08-13 17:54 GMT+02:00 Oliver Grawert : > hi, > Am Donnerstag, de

Re: [Ubuntu-phone] [Development] Override user agent string in WebApp

2015-08-13 Thread Niklas Wenzel
Yes, the Gmail notifications are created by the account-polld background service. That logic has nothing to do with the webapp. Am Do, 13. Aug, 2015 um 10:02 schrieb Peter Bittner : Oliver, I see that Gmail (the WebApp?) has push notifications on my device. Is this maybe related to the Online

Re: [Ubuntu-phone] [Development] Override user agent string in WebApp

2015-08-13 Thread Peter Bittner
Ouch, that's unfortunate. Users are already requesting notifications as a feature. Why is it possible to have desktop notifications on an Ubuntu desktop machine, and it's not possible on Ubuntu Touch? Are we using two different implementations here and there? (How is convergence going to work if t

Re: [Ubuntu-phone] vivid+stable-phone-overlay on desktops

2015-08-13 Thread Michi Henning
Thanks for your help guys! There are no obvious errors in Xorg.0.log, but in lightdm.log, I find: DisplayServer x-0: Can't launch Xserver X -core, not found in path DisplayServer x-0: Xserver stopped Any ideas? Thanks, Michi. On 14 Aug 2015, at 0:05 , Łukasz 'sil2100' Zemczak wrote: > Hey

[Ubuntu-phone] "Stagefright" affects Ubuntu touch?

2015-08-13 Thread Baskaran S
As per wiki [1] the "Stagefright" bug affects android devices. Since ubuntu touch also using the AOSP drivers, will it affects our OS too? "The underlying attack vector exploits certain intege

Re: [Ubuntu-phone] [Development] How clear cache and cookies of WebApp? (Gmail WebApp)

2015-08-13 Thread Peter Bittner
David, thanks for the reply. > We have a set of hooks to delete the cache and cookies when uninstalling > webapps. By definition the cache and cookies are re-provisioned by the > hosting service when re-installing and running the webapp. What does "re-provisioned by the hosting service" intend me

Re: [Ubuntu-phone] "Stagefright" affects Ubuntu touch?

2015-08-13 Thread Alan Pope
No. https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/Stagefright On 13 Aug 2015 9:58 pm, "Baskaran S" wrote: > As per wiki [1] the "Stagefright" bug affects android devices. Since > ubuntu touch also using the AOSP drivers, will it affects our OS too? > "The underlying attack vector >

Re: [Ubuntu-phone] "Stagefright" affects Ubuntu touch?

2015-08-13 Thread Jamie Strandboge
On 08/13/2015 03:58 PM, Baskaran S wrote: > As per wiki [1] the "Stagefright" bug affects android devices. Since ubuntu > touch also using the AOSP drivers, will it affects our OS too? No[1]. [1]https://wiki.ubuntu.com/SecurityTeam/KnowledgeBase/Stagefright -- Jamie Strandboge

Re: [Ubuntu-phone] Ubuntu Touch Lock Screen Concept

2015-08-13 Thread Peter Bittner
Thank you for the reply, Michael. > yes, we experimented a bit back in 2013 with different lock screens > (also talking about this one) but none of the experiments turned out > good enough. In the end we postponed this topic for a while. So, does that mean we can revise the discussion? Lucas Rom

Re: [Ubuntu-phone] [Development] Override user agent string in WebApp

2015-08-13 Thread Christian Dywan
Hey Peter, When you say desktop right now that basically means X11 without any confinement in place and no lifecycle enforcement, so applications run happily and battery wastfully in the background at all times. On the other hand anything running Ubuntu Personal with Mir as the display serve

Re: [Ubuntu-phone] Landing team 13.08.15

2015-08-13 Thread Robert Schroll
On Thu, Aug 13, 2015 at 2:14 PM, Łukasz 'sil2100' Zemczak wrote: Please DO NOT use the devel/devel-proposed channels for your phones if not needed. Perhaps then we should stop recommending devel for those wishing to "track the latest development" on developer.ubunutu.com [1]? Although devel

Re: [Ubuntu-phone] [Development] Override user agent string in WebApp

2015-08-13 Thread Mitchell Reese
So what's the plan then for convergence? I get that battery life is important for phones and tablets - heck, probably many IOT devices as well. Battery life however is NOT crucial for desktop machines, and probably never will be. What is crucial however is real multi-tasking... I get why Ubunt

Re: [Ubuntu-phone] compiling and running the Telegram client telegram-cli on BQ (r24)

2015-08-13 Thread Matthias Apitz
El día Thursday, August 13, 2015 a las 07:49:33PM +0100, Alan Pope escribió: > > > > To clarify: you run all these cmds/script on a Ubuntu laptop while > > sitting in the directory 'ubuntu-terminal-app' fetched by 'bzr', right? > > > > No, all the chroot ones can be run from anywhere. The only on