Re: [Ubuntu-phone] M10 launch

2016-03-28 Thread Gareth France

On 28/03/16 21:51, Mitchell Reese wrote:


> I've still got to pay to have my E4.5 fixed somehow!

What's wrong with it? Just ordered a new screen for mine - will 
replace myself.



Unfortunately I don't have the tools to replace myself these days.

The person I paid to replace the screen has damaged the accelerometer 
somehow. The screen now no longer rotates and the accelerometer isn't 
outputting any readings. Also the screen broke again after about a week, 
at the bottom by the android buttons. A few weeks later it cracked right 
across. I suspect the repair was inferior and I'm not convinced the 
glass was much cop either to be honest.


It'll be going back to BQ for a full workover soon.

--
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] Settings app crashes when selecting a Service number in Phone > Services

2016-03-28 Thread Ken VanDine
We've narrowed this down to an issue with history-service and filed a bug
https://launchpad.net/bugs/1563050

Thanks for reporting this!
Ken

On Sun, Mar 27, 2016 at 4:35 AM, Royden Yates 
wrote:

> On Saturday, 26 March 2016 20:14:51 CET, Peter Bittner <
> peter.bitt...@gmx.net> wrote:
>
>> I've noticed the following bug in the Phone Service number selection
>> of the Settings app since OTA-9.1:
>>
>> - In Phone > Services page when I select a Service number which is a
>> phone number then the Settings app hangs, and crashes after
>> approximately a minute.
>>
>> I can confirm the crash, but for me it is immediate and only on 2 of the
> 4 entries. Difficult to determine how the crasher numbers differ from those
> that 'work.
>
> I think this should be a separate bug report than a tack-on.
>
> Regards Royden
>
>
>
> --
> Sent using Dekko from my Ubuntu device
>
>
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to : ubuntu-phone@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp
>
-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] M10 launch

2016-03-28 Thread Mitchell Reese

On 29 Mar 2016 1:00 AM, Gareth France  wrote:
>
> On 28/03/16 14:58, Filip Dorosz wrote: 
> > Hi. 
> > 
> > They will start shipping second week of April. 
> > So you (and me, I already ordered FHD version) will get devices around 
> > 3rd week of April. 
> > 
> > Regards, 
> > Filip Dorosz 
> > 
> > W dniu 28.03.2016 o 15:55, Gareth France pisze: 
> >> Well, I've got my order in for my M10 tablet (is that going to be 
> >> covered here or separately??). Does anyone know when they will be 
> >> shipping them? I haven't seen an actual launch date anywhere. 
> >> 
> I would have loved the FHD but funds didn't quite stretch this month. 
> I've still got to pay to have my E4.5 fixed somehow! 
What's wrong with it? Just ordered a new screen for mine - will replace myself.
M
>
> -- 
> Mailing list: https://launchpad.net/~ubuntu-phone 
> Post to : ubuntu-phone@lists.launchpad.net 
> Unsubscribe : https://launchpad.net/~ubuntu-phone 
> More help   : https://help.launchpad.net/ListHelp 

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-phone] Dekko IMAP save sent emails

2016-03-28 Thread Louis Holbrook
My phone crashed the other day and had to reset. I then discovered, upon
configuring Dekko to my IMAP accounts again, that the IMAP and SMTP
servers now are different "mailbox" entries in the program. Before I
used to save my sent emails to a "sent-"folder in my IMAP account, but
now I have to set up a separate SMTP server for the sending, which
doesn't give me the folder list on the IMAP server for saving. In fact,
it doesn't show anything in the "select folder"-choice, just a blank
page.

Are there some hidden tricks here one should know about?


-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] App crash on QMediaPlayer object creation

2016-03-28 Thread Jim Hodapp
Fantastic, glad you got it solved.

Jim

On Mon, Mar 28, 2016 at 10:56 AM, Omer Akram  wrote:

> Thanks Jim
>
> I looked inside qtubuntu-media and apparently I had to append 'multimedia'
> to the QT component list in the .pro file, and had to optimize import, the
> below change worked for me.
>
> === modified file 'backend/QMediaPlayerTest/QMediaPlayerTest.pro'
> --- backend/QMediaPlayerTest/QMediaPlayerTest.pro 2016-03-26 11:25:58
> +
> +++ backend/QMediaPlayerTest/QMediaPlayerTest.pro 2016-03-28 14:50:58
> +
> @@ -1,6 +1,6 @@
>  TEMPLATE = lib
>  TARGET = QMediaPlayerTestbackend
> -QT += qml quick
> +QT += qml quick multimedia
>  CONFIG += qt plugin
>
>  load(ubuntu-click)
>
> === modified file 'backend/QMediaPlayerTest/mytype.cpp'
> --- backend/QMediaPlayerTest/mytype.cpp 2016-03-28 14:49:08 +
> +++ backend/QMediaPlayerTest/mytype.cpp 2016-03-28 14:51:53 +
> @@ -1,6 +1,6 @@
>  #include "mytype.h"
>
> -#include 
> +#include 
>
>  MyType::MyType(QObject *parent)
>  : QObject(parent)
>
>
> Cheers
>
> On Mon, Mar 28, 2016 at 6:34 PM, Jim Hodapp 
> wrote:
>
>> Omer, I'd take a look at the integration tests for qtubuntu-media
>> (lp:qtubuntu-media) and make sure that you're doing a similar thing with
>> your player setup. If you don't see a difference that might be causing your
>> crash I can help you dive a little deeper in figuring this out.
>>
>> On Sat, Mar 26, 2016 at 7:39 AM, Omer Akram  wrote:
>>
>>> Hi!
>>>
>>> I am trying to use QMediaPlayer in my app to play internet streams. The
>>> reason I am not using the QML MediaPlayer component is because due to some
>>> reason the MediaPlayer.play() halts the app for the time of initial
>>> buffering. So I am wanting to use QMediaPlayer for playback but it seems as
>>> soon as I try to create QMediaPlayer object, my app crashes. I am not sure
>>> what debug symbols I should install to know whats causing the crash.
>>>
>>> The crash is happening on both Xenial(desktop) and rc-proposed. I have
>>> pushed the minimal QtCreator project source[1] to reproduce the crash.
>>> mytype.cpp (line: 9) has the playStream() method that I am calling from
>>> Main.qml (line: 34), the crash is happening at line mytype.cpp (line: 12).
>>>
>>> [1] lp:~om26er/+junk/qmedia_player_crash
>>>
>>> Any help here is greatly appreciated.
>>>
>>> --
>>> Mailing list: https://launchpad.net/~ubuntu-phone
>>> Post to : ubuntu-phone@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~ubuntu-phone
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>
-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] App crash on QMediaPlayer object creation

2016-03-28 Thread Omer Akram
Thanks Jim

I looked inside qtubuntu-media and apparently I had to append 'multimedia'
to the QT component list in the .pro file, and had to optimize import, the
below change worked for me.

=== modified file 'backend/QMediaPlayerTest/QMediaPlayerTest.pro'
--- backend/QMediaPlayerTest/QMediaPlayerTest.pro 2016-03-26 11:25:58 +
+++ backend/QMediaPlayerTest/QMediaPlayerTest.pro 2016-03-28 14:50:58 +
@@ -1,6 +1,6 @@
 TEMPLATE = lib
 TARGET = QMediaPlayerTestbackend
-QT += qml quick
+QT += qml quick multimedia
 CONFIG += qt plugin

 load(ubuntu-click)

=== modified file 'backend/QMediaPlayerTest/mytype.cpp'
--- backend/QMediaPlayerTest/mytype.cpp 2016-03-28 14:49:08 +
+++ backend/QMediaPlayerTest/mytype.cpp 2016-03-28 14:51:53 +
@@ -1,6 +1,6 @@
 #include "mytype.h"

-#include 
+#include 

 MyType::MyType(QObject *parent)
 : QObject(parent)


Cheers

On Mon, Mar 28, 2016 at 6:34 PM, Jim Hodapp 
wrote:

> Omer, I'd take a look at the integration tests for qtubuntu-media
> (lp:qtubuntu-media) and make sure that you're doing a similar thing with
> your player setup. If you don't see a difference that might be causing your
> crash I can help you dive a little deeper in figuring this out.
>
> On Sat, Mar 26, 2016 at 7:39 AM, Omer Akram  wrote:
>
>> Hi!
>>
>> I am trying to use QMediaPlayer in my app to play internet streams. The
>> reason I am not using the QML MediaPlayer component is because due to some
>> reason the MediaPlayer.play() halts the app for the time of initial
>> buffering. So I am wanting to use QMediaPlayer for playback but it seems as
>> soon as I try to create QMediaPlayer object, my app crashes. I am not sure
>> what debug symbols I should install to know whats causing the crash.
>>
>> The crash is happening on both Xenial(desktop) and rc-proposed. I have
>> pushed the minimal QtCreator project source[1] to reproduce the crash.
>> mytype.cpp (line: 9) has the playStream() method that I am calling from
>> Main.qml (line: 34), the crash is happening at line mytype.cpp (line: 12).
>>
>> [1] lp:~om26er/+junk/qmedia_player_crash
>>
>> Any help here is greatly appreciated.
>>
>> --
>> Mailing list: https://launchpad.net/~ubuntu-phone
>> Post to : ubuntu-phone@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~ubuntu-phone
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] M10 launch

2016-03-28 Thread Oliver Grawert
hi,
Am Montag, den 28.03.2016, 16:46 +0200 schrieb Matthias Apitz:
> El lunes, 28 de marzo de 2016 16:22:48 (CEST), Gareth France 
>  escribió:
> 
> > > 
> > > Are you sure that this is the Ubuntu version and not the Android
> > > one?
> > > 
> > >  matthias
> > > 
> > > 
> > > 
> > Of course. Why do you ask?
> 
> Because I did not know that BQ sells already the Ubuntu version.  I
> went
> to their store in Internet in Spain, and yes they started and the
> page says
> that the shipping will start in the 2nd half of April.

shipping will ... pre-ordering is available since today though [1] ...

(should be the same in the spanish store ... there is a header at the
very top of the store page promoting it)

ciao
oli

[1] https://store-de.bq.com/de/ubuntu-edition/?utm_source=tiendabq_
medium=banner_campaign=ubuntueditionaquarism10/

signature.asc
Description: This is a digitally signed message part
-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] M10 launch

2016-03-28 Thread Matthias Apitz
El lunes, 28 de marzo de 2016 16:22:48 (CEST), Gareth France 
 escribió:




Are you sure that this is the Ubuntu version and not the Android one?

 matthias




Of course. Why do you ask?


Because I did not know that BQ sells already the Ubuntu version.  I went
to their store in Internet in Spain, and yes they started and the page says
that the shipping will start in the 2nd half of April.

   matthias



--
Sent from my Ubuntu phone
http://www.unixarea.de/

--
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] M10 launch

2016-03-28 Thread Gareth France

On 28/03/16 15:01, Matthias Apitz wrote:
El lunes, 28 de marzo de 2016 15:55:40 (CEST), Gareth France 
 escribió:
Well, I've got my order in for my M10 tablet (is that going to be 
covered here or separately??). Does anyone know when they will be 
shipping them? I haven't seen an actual launch date anywhere.




Are you sure that this is the Ubuntu version and not the Android one?

 matthias




Of course. Why do you ask?

--
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] M10 launch

2016-03-28 Thread Ted Chappell
thanks

  From: Filip Dorosz 
 To: Gareth France ; ubuntu-phone 
 
 Sent: Monday, March 28, 2016 9:58 AM
 Subject: Re: [Ubuntu-phone] M10 launch
   
Hi.

They will start shipping second week of April.
So you (and me, I already ordered FHD version) will get devices around 
3rd week of April.

Regards,
Filip Dorosz

W dniu 28.03.2016 o 15:55, Gareth France pisze:
> Well, I've got my order in for my M10 tablet (is that going to be
> covered here or separately??). Does anyone know when they will be
> shipping them? I haven't seen an actual launch date anywhere.
>

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to    : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help  : https://help.launchpad.net/ListHelp


  -- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] M10 launch

2016-03-28 Thread Ted Chappell
ordered mine too, would be good to know when i might receive


  From: Gareth France 
 To: ubuntu-phone  
 Sent: Monday, March 28, 2016 9:55 AM
 Subject: [Ubuntu-phone] M10 launch
   
Well, I've got my order in for my M10 tablet (is that going to be 
covered here or separately??). Does anyone know when they will be 
shipping them? I haven't seen an actual launch date anywhere.

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to    : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help  : https://help.launchpad.net/ListHelp


  -- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] M10 launch

2016-03-28 Thread Matthias Apitz
El lunes, 28 de marzo de 2016 15:55:40 (CEST), Gareth France 
 escribió:
Well, I've got my order in for my M10 tablet (is that going to be 
covered here or separately??). Does anyone know when they will be 
shipping them? I haven't seen an actual launch date anywhere.




Are you sure that this is the Ubuntu version and not the Android one?

 matthias



--
Sent from my Ubuntu phone
http://www.unixarea.de/

--
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] M10 launch

2016-03-28 Thread Gareth France

On 28/03/16 14:58, Filip Dorosz wrote:

Hi.

They will start shipping second week of April.
So you (and me, I already ordered FHD version) will get devices around 
3rd week of April.


Regards,
Filip Dorosz

W dniu 28.03.2016 o 15:55, Gareth France pisze:

Well, I've got my order in for my M10 tablet (is that going to be
covered here or separately??). Does anyone know when they will be
shipping them? I haven't seen an actual launch date anywhere.

I would have loved the FHD but funds didn't quite stretch this month. 
I've still got to pay to have my E4.5 fixed somehow!


--
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] M10 launch

2016-03-28 Thread Filip Dorosz

Hi.

They will start shipping second week of April.
So you (and me, I already ordered FHD version) will get devices around 
3rd week of April.


Regards,
Filip Dorosz

W dniu 28.03.2016 o 15:55, Gareth France pisze:

Well, I've got my order in for my M10 tablet (is that going to be
covered here or separately??). Does anyone know when they will be
shipping them? I haven't seen an actual launch date anywhere.



--
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] App crash on QMediaPlayer object creation

2016-03-28 Thread Jim Hodapp
Omer, I'd take a look at the integration tests for qtubuntu-media
(lp:qtubuntu-media) and make sure that you're doing a similar thing with
your player setup. If you don't see a difference that might be causing your
crash I can help you dive a little deeper in figuring this out.

On Sat, Mar 26, 2016 at 7:39 AM, Omer Akram  wrote:

> Hi!
>
> I am trying to use QMediaPlayer in my app to play internet streams. The
> reason I am not using the QML MediaPlayer component is because due to some
> reason the MediaPlayer.play() halts the app for the time of initial
> buffering. So I am wanting to use QMediaPlayer for playback but it seems as
> soon as I try to create QMediaPlayer object, my app crashes. I am not sure
> what debug symbols I should install to know whats causing the crash.
>
> The crash is happening on both Xenial(desktop) and rc-proposed. I have
> pushed the minimal QtCreator project source[1] to reproduce the crash.
> mytype.cpp (line: 9) has the playStream() method that I am calling from
> Main.qml (line: 34), the crash is happening at line mytype.cpp (line: 12).
>
> [1] lp:~om26er/+junk/qmedia_player_crash
>
> Any help here is greatly appreciated.
>
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to : ubuntu-phone@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp
>
>
-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] http daemon

2016-03-28 Thread Matthias Apitz
El día Monday, March 28, 2016 a las 12:00:50PM +, kaabud...@yahoo.de 
escribió:

> > Von: Matthias Apitz 
> 
> > An: ubuntu-phone 
> > Gesendet: 8:53 Samstag, 26.März 2016
> > Betreff: [Ubuntu-phone] http daemon
> > 
> > 
> > Hello,
> > 
> > Do we have any (light-wide) HTTP server in our App store?
> > Thx
> > 
> > matthias
> 
> 
> 
> I hadn't replied to this question previously, because I thought you 
> specifically wanted the server to be provided by the app store. Now in the 
> light of your other question
> https://lists.launchpad.net/ubuntu-phone/msg19168.html

No. This (http server) is not related to view my plain HTML written
diary. In this case I was looking to find a solution to feed a loca X/Y/Z.png
tree of OSM tiles into the uNav app which awaits the tiles from a
webserver only;

> I get to think that maybe this isn't actually such a strict requirement of 
> yours, so here goes:
> 
> You can run a simple webserver like this:
> python3 -m http.serversource: 
> http://askubuntu.com/questions/617102/ubuntu-phone-simplehttpserver-python
> 
> I'm not sure whether this is preinstalled on ubuntu touch, or whether you 
> need to install it (via making the system writable and apt install, or via 
> other means).

thanks for the pointer; I will try to figure it out;

matthias

-- 
Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/  ☎ 
+49-176-38902045
Bundeswehr: Wir.Dienen.Deutschland. - Wir.Machen.Krieg.  (We.Serve.Germany. - 
We.Make.War.)

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] viewing local HTML files

2016-03-28 Thread Matthias Apitz
El día Monday, March 28, 2016 a las 11:43:37AM +, kaabud...@yahoo.de 
escribió:

> Oh, sorry, I was a bit too brief - I thought you had been down the route of 
> handwritten .desktop's before.
> 

I did this in the past on other Linux mobiles (the Openmoko Freerunner)
and was already searching with find, where other *.desktop files are
located;

thanks for your clarification and it works now; I only have to look for
a nice 256x256 icon.png file;

I will add a chapter to my booklet about this in:
https://www.gitbook.com/book/gurucubano/bq-aquaris-e-4-5-ubuntu-phone/details

Thanks for you help!

> You put this in a new file here:
> ~/.local/share/application/

small typo: must be ~/.local/share/applications/  :-)

matthias


-- 
Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/  ☎ 
+49-176-38902045

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] http daemon

2016-03-28 Thread kaabud-lp
> Von: Matthias Apitz 

> An: ubuntu-phone 
> Gesendet: 8:53 Samstag, 26.März 2016
> Betreff: [Ubuntu-phone] http daemon
> 
> 
> Hello,
> 
> Do we have any (light-wide) HTTP server in our App store?
> Thx
> 
> matthias



I hadn't replied to this question previously, because I thought you 
specifically wanted the server to be provided by the app store. Now in the 
light of your other question
https://lists.launchpad.net/ubuntu-phone/msg19168.html
I get to think that maybe this isn't actually such a strict requirement of 
yours, so here goes:

You can run a simple webserver like this:
python3 -m http.serversource: 
http://askubuntu.com/questions/617102/ubuntu-phone-simplehttpserver-python

I'm not sure whether this is preinstalled on ubuntu touch, or whether you need 
to install it (via making the system writable and apt install, or via other 
means).

Similarly as with my reply to your other question, I guess it should be 
possible to write a .desktop file that would start this web server via an icon 
if you so desire.

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] viewing local HTML files

2016-03-28 Thread kaabud-lp
>>>  I have in the HOME of phablet some tree with HTML (...) files:

>>> 
>>>  phablet@ubuntu-phablet:~$ ls -C1 diario2016/
>>>  diario.html
>>>  enanitos/
>>>  imagenes/
>>> 
>>>  (diario.html has  refernces into the subdirs enanitos/ 
>>> and
>>>  imagenes/).
>>> 
>>>  How can I view this locally on the BQ? I tried something like:
>>> 
>>>  ubuntu-app-launch webbrowser-app 
>>>  file:///home/phablet/diario2016/index.html 
>>> 
>>>  but with no luck.
>>> 
>> 
>> 
>>  A .desktop file like this works for me:
>> 
>>  [Desktop Entry]
>>  Name=web container
>>  Type=Application
>>  Exec=webapp-container --enable-addressbar --enable-back-forward 
>>  --webappUrlPatterns=/home/phablet/* /home/phablet/
>>  Terminal=false
>>  X-Ubuntu-Touch=true
>> 
> 
> Hello,
> 
> Thanks, where should I place this file?
> 
>  matthias
> 


Oh, sorry, I was a bit too brief - I thought you had been down the route of 
handwritten .desktop's before.

You put this in a new file here:
~/.local/share/application/
e.g.,

~/.local/share/application/MyWebContainer.desktop

For your purpose, I guess you will want to change the Exec= line into something 
like
Exec=webapp-container --enable-addressbar --enable-back-forward 
--webappUrlPatterns=/home/phablet/diario2016/* 
/home/phablet/diario2016/index.html


I can't fully remember where I did take the information about these parameters 
from, try a websearch. Or try leaving them out, the names are quite descriptive 
anyway.


In the .desktop file might want to adjust the Name= and Icon= lines to your 
liking.

Once you have saved that file you need to pull-down-to-refresh in the appscope 
and then a new launcher should show up.


Also, note that I'm not claiming that you /can't/ get this to work with 
webbrowser-app, but simply, I had this webapp-container snippet lying around 
and I /know/ that this one works for me.

Good luck, and let us know how it goes, or if somethings unclear.

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] One year BQ E4.5 / Un año con el BQ E4.5

2016-03-28 Thread Marcos Alonso
Hi to all.

In my case not one year, just 4 months but I like how it works and I hope
the OS to have a nice future!

Congratulations to Ubuntu and all the develpers making it (and Linux in
general) possible!

Looking forward to OTA 10

Regards.
Marcos Alonso

2016-03-28 0:51 GMT+02:00 Wayne Ward :

> Bought my bq on the first flash sale loved it so much we bought my partner
> one and three months ago we upgraded to 2xbqhd5 and we love them!!
> Yes thanks guys for all the hard work, im trying in my own way to help
> people with questions on ubuntu social and stuff and just enjoying ubuntu
> on the mobile and the tablet i buy tomorrow
>
> Wayne
> unday, 27 March 2016 21:59:11 BST, Richard Somlói 
> wrote:
>
>> Mine was one year old at 25th March. :) I also want to say thank you to
>> everybody who's involved in this great project.
>>
>> 2016. március 27., vasárnap 21:17:28 CEST, Matthias Apitz <
>> g...@unixarea.de> írta:
>>
>>>
>>>
>>> Hello,
>>>
>>> Tomorrow, March 28, my BQ E4.5 has its birthday, one year after I booted
>>> it for the 1st time. I think it is time to say a big thanks to the folks
>>> of BQ and Canonical to make this, the Ubuntu phone, reality. THANK YOU!
>>>
>>>
>>> Mañana, el 28 de marzo, mi BQ E4.5 cumple año, su primer año después de
>>> haberlo iniciado yo por primera vez. Pienso es tiempo y justo darles unas
>>> gracias grandes a la gente de BQ y Canonical que han hecho esto, un
>>> celular basado en Ubuntu, una realidad. ¡GRACIAS!
>>>
>>> A hug / un abrazo
>>>
>>> matthias
>>>
>>
>>
>
> --
> Sent using Dekko from my Ubuntu device
>
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to : ubuntu-phone@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp
>
-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] viewing local HTML files

2016-03-28 Thread Matthias Apitz
El domingo, 27 de marzo de 2016 22:17:50 (CEST), kaabud...@yahoo.de 
escribió:

I have in the HOME of phablet some tree with HTML (...) files:




phablet@ubuntu-phablet:~$ ls -C1 diario2016/
diario.html
enanitos/
imagenes/

(diario.html has  refernces into the subdirs enanitos/ and
imagenes/).

How can I view this locally on the BQ? I tried something like:

ubuntu-app-launch webbrowser-app 
file:///home/phablet/diario2016/index.html 


but with no luck.




A .desktop file like this works for me:

[Desktop Entry]
Name=web container
Type=Application
Exec=webapp-container --enable-addressbar --enable-back-forward 
--webappUrlPatterns=/home/phablet/* /home/phablet/

Terminal=false
X-Ubuntu-Touch=true



Hello,

Thanks, where should I place this file?

matthias



--
Sent from my Ubuntu phone
http://www.unixarea.de/

--
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp