[Touch-packages] [Bug 1676781] Re: Syncevolution should use unambiguous identifications about which store is which

2017-03-28 Thread AlainKnaff
Epilogue: Eventually I took my courage in my 2 hands, and did a
syncevolution -s refresh-from-remote AEV aev

It did indeed do the thing that I would intuitively expect, i.e. refresh
the store on the phone from the server.


However, please be careful as there is more than one way to set up 
syncevolution, in some situations it *might* indeed be backwards...

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to syncevolution in Ubuntu.
https://bugs.launchpad.net/bugs/1676781

Title:
  Syncevolution should use unambiguous identifications about which store
  is which

Status in syncevolution package in Ubuntu:
  New

Bug description:
  After encountering persistent errors during synchronization, I'm
  intending to overwrite the calendar on my phone with the calendar from
  the server, i.e. lose any changes that I might have done "locally" on
  the phone.

  However, the --sync options seems to have a confusing way to identify
  each side:

  --sync|-s |?
Temporarily synchronize the active datastores in that mode. Useful
for a `refresh-from-local` or `refresh-from-remote` sync which
clears all data at one end and copies all items from the other.

**Warning:** `local` is the data accessed via the sync config
directly and `remote` is the data on the peer, regardless
where the data is actually stored physically.

  This indeed seems to hint that local might not actually be the phone
  (where I run the command) but the server. _Might_, because it might
  also be the other way round. And there seems to be no obvious way of
  display the URL of the peer, and/or the URL of the "sync config".

  1.
  # lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04

  2.
  # apt-cache policy syncevolution
  syncevolution:
Installed: 1.5.1+15.04.20160706-0ubuntu1
Candidate: 1.5.1+15.04.20160706-0ubuntu1
Version table:
   *** 1.5.1+15.04.20160706-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   1.5-0ubuntu4 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf 
Packages

  3. What I expect to happen
a. sync-modes should be named after "sync config" and "peer", if these are 
the concepts used internally by sync-evolution rather than the potentially 
confusing "local" and "remote"

  --sync|-s |?
Temporarily synchronize the active datastores in that mode. Useful
for a `refresh-from-sync-config` or `refresh-from-peer` sync which
clears all data at one end and copies all items from the other.

To tell which data store is which, use the --print-sync-config-url and 
--print-peer-url commands.
The local calendar's URL would then be called (for example) evolution:aev 
and the remote URL https://server.com.lu/users/u...@domain.com/calendar

  4. What happened instead
  A vague warning not to get local and remote mixed up, but without any clear 
guideline to tell which is which. Even grepping the .config files doesn't help, 
as the server's URL shows in a file under "sources" rather than "peers" or 
"sync-configs"

  When talking about the direction of a copy, there should be no doubt
  nor ambiguity, or else someone *will* overwrite a good copy with a
  bad.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/syncevolution/+bug/1676781/+subscriptions

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


[Touch-packages] [Bug 1676781] [NEW] Syncevolution should use unambiguous identifications about which store is which

2017-03-28 Thread AlainKnaff
Public bug reported:

After encountering persistent errors during synchronization, I'm
intending to overwrite the calendar on my phone with the calendar from
the server, i.e. lose any changes that I might have done "locally" on
the phone.

However, the --sync options seems to have a confusing way to identify
each side:

--sync|-s |?
  Temporarily synchronize the active datastores in that mode. Useful
  for a `refresh-from-local` or `refresh-from-remote` sync which
  clears all data at one end and copies all items from the other.

  **Warning:** `local` is the data accessed via the sync config
  directly and `remote` is the data on the peer, regardless
  where the data is actually stored physically.

This indeed seems to hint that local might not actually be the phone
(where I run the command) but the server. _Might_, because it might also
be the other way round. And there seems to be no obvious way of display
the URL of the peer, and/or the URL of the "sync config".

1.
# lsb_release -rd
Description:Ubuntu 15.04
Release:15.04

2.
# apt-cache policy syncevolution
syncevolution:
  Installed: 1.5.1+15.04.20160706-0ubuntu1
  Candidate: 1.5.1+15.04.20160706-0ubuntu1
  Version table:
 *** 1.5.1+15.04.20160706-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 1.5-0ubuntu4 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf Packages

3. What I expect to happen
  a. sync-modes should be named after "sync config" and "peer", if these are 
the concepts used internally by sync-evolution rather than the potentially 
confusing "local" and "remote"

--sync|-s |?
  Temporarily synchronize the active datastores in that mode. Useful
  for a `refresh-from-sync-config` or `refresh-from-peer` sync which
  clears all data at one end and copies all items from the other.

  To tell which data store is which, use the --print-sync-config-url and 
--print-peer-url commands.
  The local calendar's URL would then be called (for example) evolution:aev and 
the remote URL https://server.com.lu/users/u...@domain.com/calendar

4. What happened instead
A vague warning not to get local and remote mixed up, but without any clear 
guideline to tell which is which. Even grepping the .config files doesn't help, 
as the server's URL shows in a file under "sources" rather than "peers" or 
"sync-configs"

When talking about the direction of a copy, there should be no doubt nor
ambiguity, or else someone *will* overwrite a good copy with a bad.

** Affects: syncevolution (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to syncevolution in Ubuntu.
https://bugs.launchpad.net/bugs/1676781

Title:
  Syncevolution should use unambiguous identifications about which store
  is which

Status in syncevolution package in Ubuntu:
  New

Bug description:
  After encountering persistent errors during synchronization, I'm
  intending to overwrite the calendar on my phone with the calendar from
  the server, i.e. lose any changes that I might have done "locally" on
  the phone.

  However, the --sync options seems to have a confusing way to identify
  each side:

  --sync|-s |?
Temporarily synchronize the active datastores in that mode. Useful
for a `refresh-from-local` or `refresh-from-remote` sync which
clears all data at one end and copies all items from the other.

**Warning:** `local` is the data accessed via the sync config
directly and `remote` is the data on the peer, regardless
where the data is actually stored physically.

  This indeed seems to hint that local might not actually be the phone
  (where I run the command) but the server. _Might_, because it might
  also be the other way round. And there seems to be no obvious way of
  display the URL of the peer, and/or the URL of the "sync config".

  1.
  # lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04

  2.
  # apt-cache policy syncevolution
  syncevolution:
Installed: 1.5.1+15.04.20160706-0ubuntu1
Candidate: 1.5.1+15.04.20160706-0ubuntu1
Version table:
   *** 1.5.1+15.04.20160706-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   1.5-0ubuntu4 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf 
Packages

  3. What I expect to happen
a. sync-modes should be named after "sync config" and "peer", if these are 
the concepts used internally by sync-evolution rather than the potentially 
confusing "local" and "remote"

  --sync|-s |?
Temporarily synchronize the active datastores in that mode. Useful
for a `refresh-from-sync-config` or `refresh-from-peer` sync which
clears all data at one end and copies all items from the other.

T

[Touch-packages] [Bug 1676774] [NEW] When failing to synchronize an event, syncevolution just mentions its name, not the date

2017-03-28 Thread AlainKnaff
Public bug reported:

1.
# lsb_release -rd
Description:Ubuntu 15.04
Release:15.04

2.
# apt-cache policy syncevolution
syncevolution:
  Installed: 1.5.1+15.04.20160706-0ubuntu1
  Candidate: 1.5.1+15.04.20160706-0ubuntu1
  Version table:
 *** 1.5.1+15.04.20160706-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 1.5-0ubuntu4 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf Packages

3. What I expected to happen:

When events cannot be synchronized for any reason, the erroneous event
should be described with all its details needed to unambiguously find
it, including at least the date. Moreover the store where the error
happens should be identified unambiguously.

...
[INFO @aev] @aev/aev: adding "Reunion de service" on "2017-01-26 8:30" to 
https://tb.xxx.xxx.lu:2443/users/x...@xxx.xxx.yy/calendar
[INFO @aev] operation temporarily (?) failed, going to retry in 3.9s before 
giving up in 298.9s: PUT: bad HTTP status: 


4. What happened instead:

A message with just the event's name. This is a meeting that repeats in
irregular intervals about once a month, so just the name doesn't tell me
which instance is giving me trouble.

[INFO @aev] @aev/aev: adding "Reunion de service"
[INFO @aev] operation temporarily (?) failed, going to retry in 3.9s before 
giving up in 298.9s: PUT: bad HTTP status: 

Moreover, I don't even know from this message whether its having trouble
uploading a message from the phone to the server, or the other way
round.


... and let's hope that this "Reunion de service" is indeed the event that 
triggered the Service Unavailable error, rather than another unrelated event 
that just happened to be the last event to be successfully updated before the 
error...

** Affects: syncevolution (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to syncevolution in Ubuntu.
https://bugs.launchpad.net/bugs/1676774

Title:
  When failing to synchronize an event, syncevolution just mentions its
  name, not the date

Status in syncevolution package in Ubuntu:
  New

Bug description:
  1.
  # lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04

  2.
  # apt-cache policy syncevolution
  syncevolution:
Installed: 1.5.1+15.04.20160706-0ubuntu1
Candidate: 1.5.1+15.04.20160706-0ubuntu1
Version table:
   *** 1.5.1+15.04.20160706-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   1.5-0ubuntu4 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf 
Packages

  3. What I expected to happen:

  When events cannot be synchronized for any reason, the erroneous event
  should be described with all its details needed to unambiguously find
  it, including at least the date. Moreover the store where the error
  happens should be identified unambiguously.

  ...
  [INFO @aev] @aev/aev: adding "Reunion de service" on "2017-01-26 8:30" to 
https://tb.xxx.xxx.lu:2443/users/x...@xxx.xxx.yy/calendar
  [INFO @aev] operation temporarily (?) failed, going to retry in 3.9s before 
giving up in 298.9s: PUT: bad HTTP status: 

  
  4. What happened instead:

  A message with just the event's name. This is a meeting that repeats
  in irregular intervals about once a month, so just the name doesn't
  tell me which instance is giving me trouble.

  [INFO @aev] @aev/aev: adding "Reunion de service"
  [INFO @aev] operation temporarily (?) failed, going to retry in 3.9s before 
giving up in 298.9s: PUT: bad HTTP status: 

  Moreover, I don't even know from this message whether its having
  trouble uploading a message from the phone to the server, or the other
  way round.

  
  ... and let's hope that this "Reunion de service" is indeed the event that 
triggered the Service Unavailable error, rather than another unrelated event 
that just happened to be the last event to be successfully updated before the 
error...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/syncevolution/+bug/1676774/+subscriptions

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


[Touch-packages] [Bug 1377096] Re: [OSK] Ubuntu Touch should allow alternative keyboard layouts

2017-01-08 Thread AlainKnaff
> but no modifier keys are ever possible to be sent as the keyboard acts as 
> text editor (for 
> autocorrect, etc) and does not directly send keycode events to Mir.

Huh? If this is preventing implementation of cursor keys throughout all
applications, why don't we just ditch this misfeature and make the
keyboard behave like a, um, keyboard rather than a text editor?

I'm sure most people prefer usable navigation over autocorrect (which
often autocorrects wrong, btw).

And if that's not the case, maybe make this optional: let the user chose
(via an option or setting) whether he wants direct keyboard (with cursor
keys, modifiers and everything) or autocorrect.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1377096

Title:
  [OSK] Ubuntu Touch should allow alternative keyboard layouts

Status in Ubuntu UX:
  Triaged
Status in ubuntu-keyboard package in Ubuntu:
  Triaged

Bug description:
  It would be nice if alternative keyboard layouts were available for
  Ubuntu Touch.

  On Android devices I use the Hacker's Keyboard
  https://code.google.com/p/hackerskeyboard/ from F-Droid
  
https://f-droid.org/repository/browse/?fdfilter=org.pocketworkstation.pckeyboard&fdid=org.pocketworkstation.pckeyboard
  as this allows customisation and easy access to keys such as Ctrl,
  Esc, !, : and - and these are keys that take a lot of key presses with
  the current Ubuntu touch keyboard (I use vim). In addition key
  combinations such as Ctrl-n and Ctrl-p (next and previous channel in
  IRSSI) are not possible with the current Ubuntu Touch keyboard.

  Having said the above the gestures, double tap for tab, swipe up, down
  , left and right for the arrow keys is great and I now find myself
  trying to use these gestures on Android devices...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1377096/+subscriptions

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


[Touch-packages] [Bug 1594002] [NEW] On Ubuntu touch, when receiving call while handsfree is connected, system behaves erratically and freezes

2016-06-18 Thread AlainKnaff
Public bug reported:

This evening, I received a call in my car (Toyota Prius), while my
Aquaris E5 (Ubuntu touch) phone was connected via bluetooth handsfree
mode.

Ring tone sounded all right over the car's audio system, and call pick
up UI was displayed on central console.

However, the buttons would not react.

Buttons on the phone itself where reactive at first, but call still
wasn't connected. A short time after this phone's UI froze... and then
unfroze after a minute. Eventually two calls were shown, one being
active, and one "on hold". However, neither was connected (could not
hear other party / other party could not hear me). Eventually, other
party gave up, and tried again a minute later.

On that second call, I picked it up right on the phone's UI, and this
time it worked, with audio through car's system.

I found the following in my log:

Jun 18 12:57:18 localhost pulseaudio[2198]: [pulseaudio] 
module-bluez5-device.c: Default profile not connected, selecting off profile
Jun 18 12:58:20 localhost bluetoothd[667]: Unable to get io data for Phone Book 
Access: getpeername: Transport endpoint is not connected (107)

=> start of unrelated trip in the morning.


Jun 18 13:20:35 localhost bluetoothd[667]: Unable to get io data for hfp_ag: 
getpeername: Transport endpoint is not connected (107)

=> end of unrelated trip in the morning

Jun 18 17:47:34 localhost bluetoothd[667]: Unable to get io data for Phone Book 
Access: getpeername: Transport endpoint is not connected (107)
Jun 18 17:47:19 localhost pulseaudio[2198]: [pulseaudio] 
module-bluez5-device.c: Default profile not connected, selecting off profile

=> start of trip in the evening, during which I received the call.


Jun 18 17:49:27 localhost pulseaudio[2198]: [pulseaudio] 
module-bluez5-device.c: SCO stream went down
Jun 18 17:50:07 localhost bluetoothd[667]: Unable to get io data for hfp_ag: 
getpeername: Transport endpoint is not connected (107)
Jun 18 17:50:07 localhost pulseaudio[2198]: message repeated 622601 times: [ 
[pulseaudio] module-bluez5-device.c: SCO stream went down]
Jun 18 17:50:12 localhost pulseaudio[2198]: [pulseaudio] 
module-bluez5-device.c: Default profile not connected, selecting off profile
Jun 18 17:50:45 localhost bluetoothd[667]: Unable to get io data for Phone Book 
Access: getpeername: Transport endpoint is not connected (107)
Jun 18 17:51:11 localhost pulseaudio[2198]: [pulseaudio] 
module-bluez5-device.c: Can't resume SCO over PCM

=> the call

Jun 18 18:16:01 localhost bluetoothd[667]: Unable to get io data for
hfp_ag: getpeername: Transport endpoint is not connected (107)

=> end of trip

/var/log/auth.log had the following messages about bluez (a
...
auth.log:Jun 18 17:15:49 localhost dbus[621]: message repeated 7 times: [ 
[system] Rejected send message, 4 matched rules; type="method_return", 
sender=":1.21" (uid=0 pid=1910 comm="ofonod -P 
provision,udev*,dun*,smart*,hfp_bluez5,s") interface="(unset)" member="(unset)" 
error name="(unset)" requested_reply="0" destination=":1.6" (uid=0 pid=761 
comm="/usr/bin/powerd ")]
auth.log:Jun 18 17:19:40 localhost dbus[621]: [system] Rejected send message, 4 
matched rules; type="method_return", sender=":1.21" (uid=0 pid=1910 
comm="ofonod -P provision,udev*,dun*,smart*,hfp_bluez5,s") interface="(unset)" 
member="(unset)" error name="(unset)" requested_reply="0" destination=":1.6" 
(uid=0 pid=761 comm="/usr/bin/powerd ")
auth.log:Jun 18 17:19:40 localhost dbus[621]: [system] Rejected send message, 4 
matched rules; type="method_return", sender=":1.21" (uid=0 pid=1910 
comm="ofonod -P provision,udev*,dun*,smart*,hfp_bluez5,s") interface="(unset)" 
member="(unset)" error name="(unset)" requested_reply="0" destination=":1.6" 
(uid=0 pid=761 comm="/usr/bin/powerd ")
auth.log:Jun 18 17:49:07 localhost dbus[621]: [system] Rejected send message, 5 
matched rules; type="method_return", sender=":1.51" (uid=32011 pid=2198 
comm="pulseaudio --start --log-target=syslog ") interface="(unset)" 
member="(unset)" error name="(unset)" requested_reply="0" destination=":1.21" 
(uid=0 pid=1910 comm="ofonod -P provision,udev*,dun*,smart*,hfp_bluez5,s")
auth.log:Jun 18 17:49:27 localhost dbus[621]: [system] Rejected send message, 5 
matched rules; type="method_return", sender=":1.51" (uid=32011 pid=2198 
comm="pulseaudio --start --log-target=syslog ") interface="(unset)" 
member="(unset)" error name="(unset)" requested_reply="0" destination=":1.21" 
(uid=0 pid=1910 comm="ofonod -P provision,udev*,dun*,smart*,hfp_bluez5,s")
auth.log:Jun 18 17:49:46 localhost dbus[621]: [system] Rejected send message, 4 
matched rules; type="method_return", sender=":1.21" (uid=0 pid=1910 
comm="ofonod -P provision,udev*,dun*,smart*,hfp_bluez5,s") interface="(unset)" 
member="(unset)" error name="(unset)" requested_reply="0" destination=":1.6" 
(uid=0 pid=761 comm="/usr/bin/powerd ")
auth.log:Jun 18 17:49:46 localhost dbus[621]: [system] Rejected send message, 4 
matched rules; type="method_return", sender

[Touch-packages] [Bug 1591681] Re: Impossible to configure GnuTLS' %SERVER_PRECEDENCE setting in slapd

2016-06-12 Thread AlainKnaff
Oops, I was just missing the -H ldapi:/// along with the -Y EXTERNAL

Now the following works (well, with slapd, not with the textarea on this
site, WTF? :-( ):

ldapmodify -Y EXTERNAL -H ldapi:/// <<'EOF'
dn: cn=config
changetype: modify
replace: olcTLSCipherSuite
olcTLSCipherSuite: 
SECURE:-VERS-SSL3.0:-3DES-CBC:-ARCFOUR-128:%SERVER_PRECEDENCE:%SAFE_RENEGOTIATION:%FALLBACK_SCSV
EOF


%SERVER_PRECEDENCE does fix the "server cipher order" => good

However %FALLBACK_SCSV fails to fix "TLS_FALLBACK_SCSV (RFC 7507)" which
now says "some unexpected "handshake failure" instead of "inappropriate
fallback" (likely NOT ok)"

Moreover, %SAFE_RENEGOTIATION fails to fix "Secure Client-Initiated
Renegotiation", it still says VULNERABLE (NOT ok), DoS threat. Or maybe,
there's a different setting needed for that?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/1591681

Title:
  Impossible to configure GnuTLS'  %SERVER_PRECEDENCE setting in slapd

Status in openldap package in Ubuntu:
  Confirmed

Bug description:
  While securing our boxes, I noticed that testssl was flagging the
  absence of server cipher order:

  
  ./testssl.sh localhost:636
   Has server cipher order? nope (NOT ok)

  While trying to set it using the following command, slapd just
  crashed:

  dapmodify -Y EXTERNAL -H ldapi:/// <<'EOF'
  dn: cn=config
  changetype: modify
  replace: olcTLSCipherSuite
  olcTLSCipherSuite: 
SECURE:-VERS-SSL3.0:-3DES-CBC:-ARCFOUR-128:%SERVER_PRECEDENCE
  -
  EOF

  Without the %SERVER_PRECEDENCE, it works.

  According to https://gnutls.org/manual/html_node/Priority-Strings.html
  and http://blog.lighttpd.net/articles/2013/06/01/mitigating-beast-
  with-gnutls/ this is indeed the proper setting to add server cipher
  order.

  Same issue happens with %FALLBACK_SCSV ("Downgrade attack prevention
  NOT supported"). There seems to be no setting to fix "Secure Client-
  Initiated Renegotiation".

  However, adding %SAFE_RENEGOTIATION (although not fixing anything) at
  least doesn't crash slapd

  
  1) root@xl:~# lsb_release -rd
  Description:Ubuntu 14.04.4 LTS
  Release:14.04
  2) root@xl:~# apt-cache policy slapd
  slapd:
Installed: 2.4.31-1+nmu2ubuntu8.2
Candidate: 2.4.31-1+nmu2ubuntu8.2
Version table:
   *** 2.4.31-1+nmu2ubuntu8.2 0
  500 http://be.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   2.4.31-1+nmu2ubuntu8 0
  500 http://be.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  3) What I expected to happen:

  There should be a a way to enforce server cipher order in slapd, as
  well as protect against Client-Initiated Renegotiation and prevent
  downgrade attacks

  4) What happened instead

  When trying to enable these settings that would make slapd more
  secure, it crashes (and after restart, the requested settings are
  still not enabled)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1591681/+subscriptions

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


[Touch-packages] [Bug 1591681] Re: Impossible to configure GnuTLS' %SERVER_PRECEDENCE setting in slapd

2016-06-12 Thread AlainKnaff
I tried it on Xenial, but now I get the following error whatever I do
with LDAP:

SASL/EXTERNAL authentication started
ldap_sasl_interactive_bind_s: Unknown authentication method (-6)
additional info: SASL(-4): no mechanism available:

But, apart from that, trusty is a "long term support" release, and
supposed to get security fixes until April 2019


** Changed in: openldap (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/1591681

Title:
  Impossible to configure GnuTLS'  %SERVER_PRECEDENCE setting in slapd

Status in openldap package in Ubuntu:
  Confirmed

Bug description:
  While securing our boxes, I noticed that testssl was flagging the
  absence of server cipher order:

  
  ./testssl.sh localhost:636
   Has server cipher order? nope (NOT ok)

  While trying to set it using the following command, slapd just
  crashed:

  dapmodify -Y EXTERNAL -H ldapi:/// <<'EOF'
  dn: cn=config
  changetype: modify
  replace: olcTLSCipherSuite
  olcTLSCipherSuite: 
SECURE:-VERS-SSL3.0:-3DES-CBC:-ARCFOUR-128:%SERVER_PRECEDENCE
  -
  EOF

  Without the %SERVER_PRECEDENCE, it works.

  According to https://gnutls.org/manual/html_node/Priority-Strings.html
  and http://blog.lighttpd.net/articles/2013/06/01/mitigating-beast-
  with-gnutls/ this is indeed the proper setting to add server cipher
  order.

  Same issue happens with %FALLBACK_SCSV ("Downgrade attack prevention
  NOT supported"). There seems to be no setting to fix "Secure Client-
  Initiated Renegotiation".

  However, adding %SAFE_RENEGOTIATION (although not fixing anything) at
  least doesn't crash slapd

  
  1) root@xl:~# lsb_release -rd
  Description:Ubuntu 14.04.4 LTS
  Release:14.04
  2) root@xl:~# apt-cache policy slapd
  slapd:
Installed: 2.4.31-1+nmu2ubuntu8.2
Candidate: 2.4.31-1+nmu2ubuntu8.2
Version table:
   *** 2.4.31-1+nmu2ubuntu8.2 0
  500 http://be.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   2.4.31-1+nmu2ubuntu8 0
  500 http://be.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  3) What I expected to happen:

  There should be a a way to enforce server cipher order in slapd, as
  well as protect against Client-Initiated Renegotiation and prevent
  downgrade attacks

  4) What happened instead

  When trying to enable these settings that would make slapd more
  secure, it crashes (and after restart, the requested settings are
  still not enabled)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1591681/+subscriptions

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


[Touch-packages] [Bug 1591757] [NEW] Something randomly stops/starts GPS location service, and interferes with applications that need it

2016-06-12 Thread AlainKnaff
Public bug reported:

I'm using the activitytracker.cwayne18 activity tracker application to
log paths I'm hiking.

Initially, I noticed that the application kept getting suspended just
like the commands running in the terminal application (see bug 1502197).

So, I tried a similar solution, and included all GPS applications that I
had into the lifecycle-exempt-appids, along with the default
(com.ubuntu.music), and the terminal:

 gsettings set com.canonical.qtmir lifecycle-exempt-appids
"['com.ubuntu.music', 'com.ubuntu.terminal',
'me.yohanboniface.sensorsstatus', 'activitytracker.cwayne18',
'gpstracks.karlheinzsalver']"

However, this still didn't help, and I noticed that I still get long
stretches of hike represented by straight lines, just as if the tracker
still stopped working as soon as I stop constantly looking at it, and
only wakes up again when I check its status.

So, at home, I tried stracing the ubuntu-location-serviced, and I
noticed a couple of troubling things:

One thread of ubuntu-location-serviced seems to be getting characters
"binary 1" and "binary 2" from another thread. Binary 2 causes the
following to be logged:

gps_state_thread: line = 1890CMD_STOP has been receiving from HAL
thread, release lock so can handle CLEAN_UP\n\0

==> so apparently something is *deliberately* causing the GPS thread to
be stopped. Quite troubling. Why is this done? Can it be opted out, just
like with the lifecycle-exempt-appids list?

Further debugging showed that the location-service is getting
com.ubuntu.location.Service.Session:StopPositionUpdates from
*somewhere*, but unfortunately, I couldn't find out from where, and
neither why. I don't think it's the application itself, as this happens
*both* for the activity tracker, and for the sensors app. Moreover the
string StopPositionUpdates can be found nowhere within (any of both)
applications' sources.

1) root@alains-pocket-penguin:~# lsb_release -rd
Description:Ubuntu 15.04
Release:15.04

2) root@alains-pocket-penguin:~# apt-cache policy ubuntu-location-service-bin
ubuntu-location-service-bin:
  Installed: 3.0.0+15.04.20160524.3-0ubuntu1
  Candidate: 3.0.0+15.04.20160524.3-0ubuntu1
  Version table:
 *** 3.0.0+15.04.20160524.3-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 2.1+15.04.20150226-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf Packages

3) What I expected to happen: that location service just keeps running
undisturbed, really, until I no longer need it (i.e. until *I* have
stopped or closed all applications that need GPS, and not when a
mysterious lifecycle manager or HAL thread decides so...)

4) What happened instead:

Different mysterious entities seem to interfere with GPS all the time,
at the slightest excuse (such as snapping a pic, or just putting my
phone into my pocket...)

Is there a gsettings to get rid of this obnoxious behavior? One of the
reasons why I bought an Ubuntu Phone in the first place, rather than an
iPhone was so as not to be encumbered by such nonsense. Who came up with
this idea and why? Save battery life? Let me tell you something: if the
phone is *off* it saves even more battery time, but people get a phone
to actually *do* something with it, and saving battery life should
obviously take second seat to whatever the owner wants to do.

** Affects: location-service (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1591757

Title:
  Something randomly stops/starts GPS location service, and interferes
  with applications that need it

Status in location-service package in Ubuntu:
  New

Bug description:
  I'm using the activitytracker.cwayne18 activity tracker application to
  log paths I'm hiking.

  Initially, I noticed that the application kept getting suspended just
  like the commands running in the terminal application (see bug
  1502197).

  So, I tried a similar solution, and included all GPS applications that
  I had into the lifecycle-exempt-appids, along with the default
  (com.ubuntu.music), and the terminal:

   gsettings set com.canonical.qtmir lifecycle-exempt-appids
  "['com.ubuntu.music', 'com.ubuntu.terminal',
  'me.yohanboniface.sensorsstatus', 'activitytracker.cwayne18',
  'gpstracks.karlheinzsalver']"

  However, this still didn't help, and I noticed that I still get long
  stretches of hike represented by straight lines, just as if the
  tracker still stopped working as soon as I stop constantly looking at
  it, and only wakes up again when I check its status.

  So, at home, I tried stracing the ubuntu-location-serviced, and I
  noticed a couple of troubling things:

  One thread of ubuntu-location-serviced seems to be getting characters
  "binary 1" and "bi

[Touch-packages] [Bug 1591681] [NEW] Impossible to configure GnuTLS' %SERVER_PRECEDENCE setting in slapd

2016-06-12 Thread AlainKnaff
Public bug reported:

While securing our boxes, I noticed that testssl was flagging the
absence of server cipher order:


./testssl.sh localhost:636
 Has server cipher order? nope (NOT ok)

While trying to set it using the following command, slapd just crashed:

dapmodify -Y EXTERNAL -H ldapi:/// <<'EOF'
dn: cn=config
changetype: modify
replace: olcTLSCipherSuite
olcTLSCipherSuite: SECURE:-VERS-SSL3.0:-3DES-CBC:-ARCFOUR-128:%SERVER_PRECEDENCE
-
EOF

Without the %SERVER_PRECEDENCE, it works.

According to https://gnutls.org/manual/html_node/Priority-Strings.html
and http://blog.lighttpd.net/articles/2013/06/01/mitigating-beast-with-
gnutls/ this is indeed the proper setting to add server cipher order.

Same issue happens with %FALLBACK_SCSV ("Downgrade attack prevention NOT
supported"). There seems to be no setting to fix "Secure Client-
Initiated Renegotiation".

However, adding %SAFE_RENEGOTIATION (although not fixing anything) at
least doesn't crash slapd


1) root@xl:~# lsb_release -rd
Description:Ubuntu 14.04.4 LTS
Release:14.04
2) root@xl:~# apt-cache policy slapd
slapd:
  Installed: 2.4.31-1+nmu2ubuntu8.2
  Candidate: 2.4.31-1+nmu2ubuntu8.2
  Version table:
 *** 2.4.31-1+nmu2ubuntu8.2 0
500 http://be.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
100 /var/lib/dpkg/status
 2.4.31-1+nmu2ubuntu8 0
500 http://be.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
3) What I expected to happen:

There should be a a way to enforce server cipher order in slapd, as well
as protect against Client-Initiated Renegotiation and prevent downgrade
attacks

4) What happened instead

When trying to enable these settings that would make slapd more secure,
it crashes (and after restart, the requested settings are still not
enabled)

** Affects: openldap (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/1591681

Title:
  Impossible to configure GnuTLS'  %SERVER_PRECEDENCE setting in slapd

Status in openldap package in Ubuntu:
  New

Bug description:
  While securing our boxes, I noticed that testssl was flagging the
  absence of server cipher order:

  
  ./testssl.sh localhost:636
   Has server cipher order? nope (NOT ok)

  While trying to set it using the following command, slapd just
  crashed:

  dapmodify -Y EXTERNAL -H ldapi:/// <<'EOF'
  dn: cn=config
  changetype: modify
  replace: olcTLSCipherSuite
  olcTLSCipherSuite: 
SECURE:-VERS-SSL3.0:-3DES-CBC:-ARCFOUR-128:%SERVER_PRECEDENCE
  -
  EOF

  Without the %SERVER_PRECEDENCE, it works.

  According to https://gnutls.org/manual/html_node/Priority-Strings.html
  and http://blog.lighttpd.net/articles/2013/06/01/mitigating-beast-
  with-gnutls/ this is indeed the proper setting to add server cipher
  order.

  Same issue happens with %FALLBACK_SCSV ("Downgrade attack prevention
  NOT supported"). There seems to be no setting to fix "Secure Client-
  Initiated Renegotiation".

  However, adding %SAFE_RENEGOTIATION (although not fixing anything) at
  least doesn't crash slapd

  
  1) root@xl:~# lsb_release -rd
  Description:Ubuntu 14.04.4 LTS
  Release:14.04
  2) root@xl:~# apt-cache policy slapd
  slapd:
Installed: 2.4.31-1+nmu2ubuntu8.2
Candidate: 2.4.31-1+nmu2ubuntu8.2
Version table:
   *** 2.4.31-1+nmu2ubuntu8.2 0
  500 http://be.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   2.4.31-1+nmu2ubuntu8 0
  500 http://be.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  3) What I expected to happen:

  There should be a a way to enforce server cipher order in slapd, as
  well as protect against Client-Initiated Renegotiation and prevent
  downgrade attacks

  4) What happened instead

  When trying to enable these settings that would make slapd more
  secure, it crashes (and after restart, the requested settings are
  still not enabled)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1591681/+subscriptions

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


[Touch-packages] [Bug 1586848] [NEW] On Ubuntu touch it is not possible to change timezone while filesystem is mounted readonly (default)

2016-05-29 Thread AlainKnaff
Public bug reported:

On Ubuntu touch, by default, the filesystem is mounted as read only by
default.

However, in this state the timezone cannot be changed neither through
the GUI, nor through dpkg-reconfigure tzdata

Through GUI, I tried the following:
1. Swipe from top, through Time & Date
2. Click "Time & Date settings"
3. Under timezone, click the currently set timezone (in my case 
Europe/Luxembourg UTC+2)
4. Under current location, enter Helsinki
5. Click on "Helsinki, Uusimaa, Finland"
6. "Helsinki, Uusimaa, Finland" gets blue writing on grey background, but 
nothing else happens.

Clicking "back" at top of the screen allows to exit this dialog, but
timezone is not changed.

In contrast, if filesystem is mounted read-write (not the default
state), the button disappears on click, I get back to the previous page,
and timezone is indeed changed.

When trying to change the timezone through the command line (dpkg-
reconfigure tzdata), I get the following error message:

cp: cannot create regular file '/etc/localtime.dpkg-new': Read-only file
system

Current default time zone: 'Europe/Helsinki'
Local time is now:  Mon May 30 00:13:08 CEST 2016.
Universal Time is now:  Sun May 29 22:13:08 UTC 2016.

debconf: DbDriver "config": could not write /var/cache/debconf/config
.dat-new: Read-only file system


root@alains-pocket-penguin:~# lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
root@alains-pocket-penguin:~# apt-cache policy tzdata
tzdata:
  Installed: 2015g-0ubuntu0.15.04
  Candidate: 2015g-0ubuntu0.15.04
  Version table:
 *** 2015g-0ubuntu0.15.04 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid-updates/main armhf 
Packages
500 http://ports.ubuntu.com/ubuntu-ports/ vivid-security/main armhf 
Packages
100 /var/lib/dpkg/status
 2015c-1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expected to happen:
- Timezone should change

What happened instead:
- In GUI, button for new timezone is highlighted (blue writing on grey 
background), but dialog does not go away. Leaving it via "back" at top left of 
screen leaves timezone unchanged
- In command line, I get the following error:

cp: cannot create regular file '/etc/localtime.dpkg-new': Read-only file
system

Current default time zone: 'Europe/Helsinki'
Local time is now:  Mon May 30 00:13:08 CEST 2016.
Universal Time is now:  Sun May 29 22:13:08 UTC 2016.

debconf: DbDriver "config": could not write /var/cache/debconf/config
.dat-new: Read-only file system


Suggested fix: 
/var/cache/debconf should be on a filesystem which is always writeable
/etc/localtime should be a symlink to writable/localtime (just like is the case 
for /etc/timezone)

** Affects: tzdata (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tzdata in Ubuntu.
https://bugs.launchpad.net/bugs/1586848

Title:
  On Ubuntu touch it is not possible to change timezone while filesystem
  is mounted readonly (default)

Status in tzdata package in Ubuntu:
  New

Bug description:
  On Ubuntu touch, by default, the filesystem is mounted as read only by
  default.

  However, in this state the timezone cannot be changed neither through
  the GUI, nor through dpkg-reconfigure tzdata

  Through GUI, I tried the following:
  1. Swipe from top, through Time & Date
  2. Click "Time & Date settings"
  3. Under timezone, click the currently set timezone (in my case 
Europe/Luxembourg UTC+2)
  4. Under current location, enter Helsinki
  5. Click on "Helsinki, Uusimaa, Finland"
  6. "Helsinki, Uusimaa, Finland" gets blue writing on grey background, but 
nothing else happens.

  Clicking "back" at top of the screen allows to exit this dialog, but
  timezone is not changed.

  In contrast, if filesystem is mounted read-write (not the default
  state), the button disappears on click, I get back to the previous
  page, and timezone is indeed changed.

  When trying to change the timezone through the command line (dpkg-
  reconfigure tzdata), I get the following error message:

  cp: cannot create regular file '/etc/localtime.dpkg-new': Read-only
  file system

  Current default time zone: 'Europe/Helsinki'
  Local time is now:  Mon May 30 00:13:08 CEST 2016.
  Universal Time is now:  Sun May 29 22:13:08 UTC 2016.

  debconf: DbDriver "config": could not write /var/cache/debconf/config
  .dat-new: Read-only file system

  
  root@alains-pocket-penguin:~# lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  root@alains-pocket-penguin:~# apt-cache policy tzdata
  tzdata:
Installed: 2015g-0ubuntu0.15.04
Candidate: 2015g-0ubuntu0.15.04
Version table:
   *** 2015g-0ubuntu0.15.04 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid-updates/main armhf 
Packages
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid-security/main armhf 
Packages
  100 /

[Touch-packages] [Bug 1518619] Re: The keyboard should have cursor keys

2016-04-25 Thread AlainKnaff
Any news on this? What's the reason for the lack of progress here? Is it
really technically difficult to implement this, or is it "something
else"?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1518619

Title:
  The keyboard should have cursor keys

Status in ubuntu-keyboard:
  New
Status in ubuntu-keyboard package in Ubuntu:
  New

Bug description:
  There many places, other than the terminal, where users might enter text, in 
which they might make typoes:
  - URLs in browsers
  - messages
  - ...

  However, the keyboard only has cursor keys in the terminal app, but
  nowhere else.

  At least left/right would be handy to fix typoes. Indeed, trying to
  move cursor by tap is very dicey, due to phat phingers and absence of
  a stylus.

  
  ... or if this is considered "opinion", maybe it could become a configuration 
option?

  Note: even Android has a so-called "hacker's keyboard" app which does
  have cursor keys (... and other niceties). As Ubuntu phone is a
  "hacker's phone" by essence, maybe cursor keys should be standard here
  :-)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1518619/+subscriptions

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


[Touch-packages] [Bug 1562269] [NEW] On Ubuntu touch start bluetooth / stop bluetooth hangs

2016-03-26 Thread AlainKnaff
Public bug reported:

When trying to start or stop the bluetooth subsystem, the start or stop
command just hangs.

A couple of upgrades back, we already *had* a similar situation, now it
re-appeared.

However, when Control-C'ing the start command, and then trying it again,
it says "start: Job is already running: bluetooth"

Likewise, when Control-C'ing the stop command and then trying it again,
it says:  "stop: Job has already been stopped: bluetooth"


root@alains-pocket-penguin:~# lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
root@alains-pocket-penguin:~# apt-cache policy bluez
bluez:
  Installed: 5.37-0ubuntu5~overlay1
  Candidate: 5.37-0ubuntu5~overlay1
  Version table:
 *** 5.37-0ubuntu5~overlay1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/emergency-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 4.101-0ubuntu25 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expected to happen
 start bluetooth should start the bluetooth subsystem, and then return as 
quickly as possible
 stop bluetooth should stop the bluetooth subsystem, and then return as quickly 
as possible

What happened instead
  start bluetooth hangs... and after control-C'ing it, status bluetooth is 
"bluetooth start/starting"
  stop bluetooth hangs... and after control-C'ing it, status bluetooth is 
"bluetooth stop/starting"

** Affects: bluez (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bluetooth-touch

** Tags added: bluetooth-touch

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1562269

Title:
  On Ubuntu touch start bluetooth / stop bluetooth hangs

Status in bluez package in Ubuntu:
  New

Bug description:
  When trying to start or stop the bluetooth subsystem, the start or
  stop command just hangs.

  A couple of upgrades back, we already *had* a similar situation, now
  it re-appeared.

  However, when Control-C'ing the start command, and then trying it
  again, it says "start: Job is already running: bluetooth"

  Likewise, when Control-C'ing the stop command and then trying it
  again, it says:  "stop: Job has already been stopped: bluetooth"

  
  root@alains-pocket-penguin:~# lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  root@alains-pocket-penguin:~# apt-cache policy bluez
  bluez:
Installed: 5.37-0ubuntu5~overlay1
Candidate: 5.37-0ubuntu5~overlay1
Version table:
   *** 5.37-0ubuntu5~overlay1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/emergency-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   4.101-0ubuntu25 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

  What I expected to happen
   start bluetooth should start the bluetooth subsystem, and then return as 
quickly as possible
   stop bluetooth should stop the bluetooth subsystem, and then return as 
quickly as possible

  What happened instead
start bluetooth hangs... and after control-C'ing it, status bluetooth is 
"bluetooth start/starting"
stop bluetooth hangs... and after control-C'ing it, status bluetooth is 
"bluetooth stop/starting"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1562269/+subscriptions

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


[Touch-packages] [Bug 1520915] Re: Messaging app sends message spontaneously if user spends too much time entering/editing it...

2015-11-30 Thread AlainKnaff
> How long did you wait and are you sure it was sent due to the waiting?
I didn't actually wait, but rather type and edit, and suddenly during typing it 
went off.

> Can you reproduce the issue?
It happened twice in a row, with 2 different messages (... and the second time, 
it actually occurred much quicker than the first time around)


** Changed in: messaging-app (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1520915

Title:
  Messaging app sends message spontaneously if user spends too much time
  entering/editing it...

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Recently when sending a longer message, I noticed that it would send
  the message while I was still editing it.

  
  > lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  > apt-cache policy messaging-app
  messaging-app:
Installed: 0.1+15.04.20151112-0ubuntu1
Candidate: 0.1+15.04.20151112-0ubuntu1
Version table:
   *** 0.1+15.04.20151112-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.1+15.04.20150413-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf 
Packages

  What I expected to happen:
  - Message should only be sent when clicking send (the little paper airplane 
icon), and not before, no matter how much time I take to enter it, and how much 
editing and futzing around I do

  What happened instead:
  - after a while, message was fired off on its own, without it actually being 
ready

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1520915/+subscriptions

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


[Touch-packages] [Bug 1520920] [NEW] No way to block javascript

2015-11-29 Thread AlainKnaff
Public bug reported:

There seems to be no obvious way to block javascript. Some pages, such
as http://www.lemonde.fr are almost unusable due to the sheer number of
garbage scripts running on there.

> lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
> apt-cache policy webbrowser-app
webbrowser-app:
  Installed: 0.23+15.04.20151103-0ubuntu1
  Candidate: 0.23+15.04.20151103-0ubuntu1
  Version table:
 *** 0.23+15.04.20151103-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.23+15.04.20150416-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expect to happen
- Scripts should not run without my permission. Either prompt for them, or give 
me access to a configuration screen where I can enable/disable them, or at 
least a gsettings config setting

What happened instead
- Scripts run, popping up windows before content I'm reading, and slowing down 
the phone (noticeable lag while scrolling through a lemonde.fr article) due to 
their inefficient implementation

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1520920

Title:
  No way to block javascript

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  There seems to be no obvious way to block javascript. Some pages, such
  as http://www.lemonde.fr are almost unusable due to the sheer number
  of garbage scripts running on there.

  > lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  > apt-cache policy webbrowser-app
  webbrowser-app:
Installed: 0.23+15.04.20151103-0ubuntu1
Candidate: 0.23+15.04.20151103-0ubuntu1
Version table:
   *** 0.23+15.04.20151103-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.23+15.04.20150416-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

  What I expect to happen
  - Scripts should not run without my permission. Either prompt for them, or 
give me access to a configuration screen where I can enable/disable them, or at 
least a gsettings config setting

  What happened instead
  - Scripts run, popping up windows before content I'm reading, and slowing 
down the phone (noticeable lag while scrolling through a lemonde.fr article) 
due to their inefficient implementation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1520920/+subscriptions

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


[Touch-packages] [Bug 1520915] [NEW] Messaging app sends message spontaneously if user spends too much time entering/editing it...

2015-11-29 Thread AlainKnaff
Public bug reported:

Recently when sending a longer message, I noticed that it would send the
message while I was still editing it.


> lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
> apt-cache policy messaging-app
messaging-app:
  Installed: 0.1+15.04.20151112-0ubuntu1
  Candidate: 0.1+15.04.20151112-0ubuntu1
  Version table:
 *** 0.1+15.04.20151112-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.1+15.04.20150413-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf Packages

What I expected to happen:
- Message should only be sent when clicking send (the little paper airplane 
icon), and not before, no matter how much time I take to enter it, and how much 
editing and futzing around I do

What happened instead:
- after a while, message was fired off on its own, without it actually being 
ready

** Affects: messaging-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1520915

Title:
  Messaging app sends message spontaneously if user spends too much time
  entering/editing it...

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Recently when sending a longer message, I noticed that it would send
  the message while I was still editing it.

  
  > lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  > apt-cache policy messaging-app
  messaging-app:
Installed: 0.1+15.04.20151112-0ubuntu1
Candidate: 0.1+15.04.20151112-0ubuntu1
Version table:
   *** 0.1+15.04.20151112-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.1+15.04.20150413-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf 
Packages

  What I expected to happen:
  - Message should only be sent when clicking send (the little paper airplane 
icon), and not before, no matter how much time I take to enter it, and how much 
editing and futzing around I do

  What happened instead:
  - after a while, message was fired off on its own, without it actually being 
ready

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1520915/+subscriptions

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


[Touch-packages] [Bug 1516249] Re: file:/ URLs not supported

2015-11-21 Thread AlainKnaff
> If browsing the local filesystem was allowed, this could easily be
implemented, of course.

Other apps, such as the "Document Viewer" seem to be perfectly able to
see the local filesystem... Same for the terminal app, and any programs
started by it (... and this is a good thing too, please keep it that
way!)

> Ubuntu touch’s security model confines applications so that they can’t
gain access to other applications’ data and files. The browser is no
exception,

Why not *make* it an exception? After all, in a way, it is supplied by
Ubuntu themselves, and thus should be able to be trusted, no? And the
Document Viewer seems to be an existing exception already.

> If a user knows how to set up a local web server, they supposedly know
what they are doing, and it’s their responsibility to ensure that
they’re not giving away access to all their files to the outer world.

Ok, so the user will note his passwords on a piece of paper, and a
bystander reads it off from it too. Or he has the same password
everywhere... (... and his favorite porn site gets hacked, and that was
the same password as his bank...) So, even non-technical users have
plenty of ways of screwing things up if safer alternatives are
unavailable. The point here is, putting passwords in a file:/// would be
one way to work around bug #1516220, and this is not available,
potentially pushing users to less safe solutions.

>> Btw, other phone browsers, such as Android, do allow this.
>Last time I checked, it didn’t.

Please check again. Nowadays Android browsers (both Firefox and builtin
browser) can browse file:/// URL's just fine. Obviously there are some
directories where normal Unix permissions provide access, but all the
others (including top level root directory) _are_ accessible. Firefox
displays directory listings, however Android's builtin browser shows an
empty page for directories. It *does* access them though, as it displays
an error message for non-existing directories. And it does show .txt and
.html files (and probably other file types too, but I'm to lazy to check
them all. The point has been proven.)

> That was a while ago though, things might have changed. Android has a
rather different security model though.

Well, I just pointed this out, as you seemed to be very sure that it
didn't

> Please avoid confirming your own bug reports. Thanks for your time and
bug reports, keep them coming!

Sorry for this. I guess I was just pissed as seeing valid bugs marked
invalid. From now on, I'll transition them back to "New" instead.


** Changed in: webbrowser-app (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1516249

Title:
  file:/ URLs not supported

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  file:/ URLs are not suported (... instead it passes it on to google
  when entered into URL bar, or raises a "network error" when followed
  from a page)

  Being able to browser local html pages would be handy to work around
  bug #1516220 (lack of form completion or password manager), because
  that way could could store pre-filled forms somewhere on your home
  directory.

  Well it is still possible to pull of this workaround, but it requires
  installing nginx (... and configuring it correctly to prevent people
  on the same Wifi from snarfing your password-containing templates...)

  phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
  webbrowser-app:
Installed: 0.23+15.04.20151103-0ubuntu1
Candidate: 0.23+15.04.20151103-0ubuntu1
Version table:
   *** 0.23+15.04.20151103-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.23+15.04.20150416-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

  What I expected to happen:
Visiting file:/ should show me a directory view of the root directory of 
the device

  What happened instead:
The phone passed the string file:/ on to google... D'oh... :-(

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516249/+subscriptions

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


[Touch-packages] [Bug 1516700] Re: When entering message into messaging apps, last word keeps turning into gibberish

2015-11-21 Thread AlainKnaff
I was typing the message in Luxembourgish.

Was indeed auto-correction, took me a while to find where to switch this
off in the global settings. Maybe it should be off by default, or maybe
somehow made less intrusive?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1516700

Title:
  When entering message into messaging apps, last word keeps turning
  into gibberish

Status in messaging-app package in Ubuntu:
  Incomplete

Bug description:
  Whenever I type a space after the last word (such as would happen lots
  of time when entering an SMS message normally), the last word entered
  turns into gibberish.

  Workaround: entering a lower case letter, and then moving back, so
  that the text entered is not end of line turns off this misfeature,
  but is cumbersome due to lack of cursor key, and proximity of camera
  icon near beginning of text field.

  
  root@alains-pocket-penguin:~# lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  root@alains-pocket-penguin:~# apt-cache policy messaging-app
  messaging-app:
Installed: 0.1+15.04.20151112-0ubuntu1
Candidate: 0.1+15.04.20151112-0ubuntu1
Version table:
   *** 0.1+15.04.20151112-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.1+15.04.20150413-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf 
Packages

  What I expect to happen: I should be able to enter text normally,
  without last word being transformed into gibberish.

  What happens instead: Entering a space after last word garbles the
  word. WTF?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1516700/+subscriptions

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


[Touch-packages] [Bug 1516243] Re: Neither CSS pixel counts nor physical dimension are honored

2015-11-21 Thread AlainKnaff
Desktop version? Device detection? Sniffing?
Errm, this is on a plain static web page without any such nonsense. Re-opening 
it.


** Changed in: webbrowser-app (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1516243

Title:
  Neither CSS pixel counts nor physical dimension are honored

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  The browser respects neither pixels nor physical (cm) sizes.

  Specifying a rectangle with width: 558px takes up the whole width of
  the screen in portrait whereas 559px in landscape mode, even though
  according to spec of the BQ Aquaris E5 (on which I tried this), the
  resolution should be  720 x 1280 (and not 558x559 !)

  Specyifying a rectangle with width: 5cm in CSS shows as approx 2.2cm
  in portrait mode and 3.7 cm in landscape mode.

  It is my understanding that in a browser, either the pixel count
  matches or the physical dimension. In the present case, none of them
  match.

  In particular, in the present case, the user-visible effect is that on
  many web pages, the fonts are unreadably small when viewed in portrait
  mode...

  phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
  webbrowser-app:
Installed: 0.23+15.04.20151103-0ubuntu1
Candidate: 0.23+15.04.20151103-0ubuntu1
Version table:
   *** 0.23+15.04.20151103-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.23+15.04.20150416-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

  What I expect to happen:
 Either the CSS pixel count or the physical dimensions (cm, inches) 
specified in CSS should be honored
 Scale should not change by turning the phone

  What happened instead:
Neither CSS pixel count nor physical dimensions are honored
Text becomes smaller when viewing in portrait

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516243/+subscriptions

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


[Touch-packages] [Bug 1516245] Re: Full URL of page not shown unless user clicks on it

2015-11-21 Thread AlainKnaff
> This is a largely matter of personal preference

In that case, made their could indeed be a personal setting in some
configuration dialog?


Well maybe it's only an opinion, but then the other point of view is merely an 
opinion too.


Moreover, the thing is, somebody had to _go_out_of_their_way_ to implement this 
behavior, which is an inconvenience to at least some of the users.

And if the other path had been taken, would that actually have _inconvenienced_ 
anybody? Do we really want to pander to the kind of users who might be "scared" 
of long URLs? Maybe it might explode in their face or other such nonsense?  :-)
Probably that kind of person would get an iPhone anyways, blissfully unaware 
that there are other smartphones out there :-)

> - Opera Mobile Browser & - Safari Mobile Browser: Only host name is
shown

Ok, but if I wanted an Opera Phone, I would have gotten an Opera Phone
all along

> - Chrome Mobile Browser & Firefox Mobile Browser : As much as possible
from the *beginning* of a URL is shown (so if a URL is longer than 14-20
characters, only part of the host portion of the URL is visible anyway).

Yeah, show the beginning of the URL. My point all along.

Btw, the Android buitin browser shows the entire URL as well (... as
much as fits, from the beginning, yadda di, yadda da, ...). And the
archetypical iPhone user might have heard that "Samsung" makes nice
smartphones too, so even this category would be able accustomed to see
more than just the hostname :-)

** Changed in: webbrowser-app (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1516245

Title:
  Full URL of page not shown unless user clicks on it

Status in Ubuntu UX:
  Opinion
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  By default, the browser only shows the host name of the page. However,
  the full URL is shown when clicking on it.

  There's really no reason to do this, so why not show the entire URL
  all the time (or at least as much of it as fits in the URL bar)

  phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
  webbrowser-app:
Installed: 0.23+15.04.20151103-0ubuntu1
Candidate: 0.23+15.04.20151103-0ubuntu1
Version table:
   *** 0.23+15.04.20151103-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.23+15.04.20150416-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

  What I expected to happen:
URL should be visible entirely all the time (or at least as much as fits)

  What happened instead:
Only host name of page is shown. Rest of URL is only shown after clicking 
on it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1516245/+subscriptions

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


[Touch-packages] [Bug 1516700] [NEW] When entering message into messaging apps, last word keeps turning into gibberish

2015-11-16 Thread AlainKnaff
Public bug reported:

Whenever I type a space after the last word (such as would happen lots
of time when entering an SMS message normally), the last word entered
turns into gibberish.

Workaround: entering a lower case letter, and then moving back, so that
the text entered is not end of line turns off this misfeature, but is
cumbersome due to lack of cursor key, and proximity of camera icon near
beginning of text field.


root@alains-pocket-penguin:~# lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
root@alains-pocket-penguin:~# apt-cache policy messaging-app
messaging-app:
  Installed: 0.1+15.04.20151112-0ubuntu1
  Candidate: 0.1+15.04.20151112-0ubuntu1
  Version table:
 *** 0.1+15.04.20151112-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.1+15.04.20150413-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf Packages

What I expect to happen: I should be able to enter text normally,
without last word being transformed into gibberish.

What happens instead: Entering a space after last word garbles the word.
WTF?

** Affects: messaging-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1516700

Title:
  When entering message into messaging apps, last word keeps turning
  into gibberish

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Whenever I type a space after the last word (such as would happen lots
  of time when entering an SMS message normally), the last word entered
  turns into gibberish.

  Workaround: entering a lower case letter, and then moving back, so
  that the text entered is not end of line turns off this misfeature,
  but is cumbersome due to lack of cursor key, and proximity of camera
  icon near beginning of text field.

  
  root@alains-pocket-penguin:~# lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  root@alains-pocket-penguin:~# apt-cache policy messaging-app
  messaging-app:
Installed: 0.1+15.04.20151112-0ubuntu1
Candidate: 0.1+15.04.20151112-0ubuntu1
Version table:
   *** 0.1+15.04.20151112-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.1+15.04.20150413-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf 
Packages

  What I expect to happen: I should be able to enter text normally,
  without last word being transformed into gibberish.

  What happens instead: Entering a space after last word garbles the
  word. WTF?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1516700/+subscriptions

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


[Touch-packages] [Bug 1516249] Re: file:/ URLs not supported

2015-11-15 Thread AlainKnaff
> If you wanted to browse the local filesystem, the correct URL would be
"file:///", not "file:/".

In any other browser I know, both work. If necessary, the browser adds
the 2 missing slashes.

> Anyway, ubuntu touch’s security model prevents the browser from
browsing the file system by design.

Huh? Could you explain how this improves security? As far as I can see,
it encourages users to set up a local web server, potentially
broadcasting confidential files to the local area, rather than keeping
them on the phone.

Btw, other phone browsers, such as Android, do allow this.

If this is not a big effort to implement, please do, or at least until
bug #1516220 is fixed.


** Changed in: webbrowser-app (Ubuntu)
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1516249

Title:
  file:/ URLs not supported

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  file:/ URLs are not suported (... instead it passes it on to google
  when entered into URL bar, or raises a "network error" when followed
  from a page)

  Being able to browser local html pages would be handy to work around
  bug #1516220 (lack of form completion or password manager), because
  that way could could store pre-filled forms somewhere on your home
  directory.

  Well it is still possible to pull of this workaround, but it requires
  installing nginx (... and configuring it correctly to prevent people
  on the same Wifi from snarfing your password-containing templates...)

  phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
  webbrowser-app:
Installed: 0.23+15.04.20151103-0ubuntu1
Candidate: 0.23+15.04.20151103-0ubuntu1
Version table:
   *** 0.23+15.04.20151103-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.23+15.04.20150416-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

  What I expected to happen:
Visiting file:/ should show me a directory view of the root directory of 
the device

  What happened instead:
The phone passed the string file:/ on to google... D'oh... :-(

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516249/+subscriptions

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


[Touch-packages] [Bug 1516245] Re: Full URL of page not shown unless user clicks on it

2015-11-15 Thread AlainKnaff
> There is. It is a conscious design decision.

If I wanted this kind of extended consciousness, I'd do some yoga, or
light a candle. Or maybe get a Nokia Lumia :-)

No, seriously, this means it's still a bug, just a design bug rather
than an implementation bug.

>  On small form factors where there is not enough space to display a
full URL anyway, this ensures that at least the domain name is visible.

Ermm or display the _beginning_ of the string, rather than the end
(and optionally skip the protocol, if that's an issue)? It doesn't real
take a genius to figure that one out, now does it... ? Or what was your
point?

** Changed in: webbrowser-app (Ubuntu)
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1516245

Title:
  Full URL of page not shown unless user clicks on it

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  By default, the browser only shows the host name of the page. However,
  the full URL is shown when clicking on it.

  There's really no reason to do this, so why not show the entire URL
  all the time (or at least as much of it as fits in the URL bar)

  phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
  webbrowser-app:
Installed: 0.23+15.04.20151103-0ubuntu1
Candidate: 0.23+15.04.20151103-0ubuntu1
Version table:
   *** 0.23+15.04.20151103-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.23+15.04.20150416-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

  What I expected to happen:
URL should be visible entirely all the time (or at least as much as fits)

  What happened instead:
Only host name of page is shown. Rest of URL is only shown after clicking 
on it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516245/+subscriptions

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


[Touch-packages] [Bug 1440294] Re: syncevolution - no export of tasks / memos Aquaris E4.5

2015-11-15 Thread AlainKnaff
I get the impression that the reason for this "lack of synchronization"
is that Ubuntu's "Tasks" app does not actually use the system-task-list
but rather its own list somewhere else.

Indeed, after synchronization, running syncevolution --print-items
backend=evolution-tasks on the phone does show all the tasks that I had
in my caldav repository.

Or maybe there is some other task app than the built-in one available,
which uses the system task list instead?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to syncevolution in Ubuntu.
https://bugs.launchpad.net/bugs/1440294

Title:
   syncevolution - no export of tasks / memos Aquaris E4.5

Status in syncevolution package in Ubuntu:
  Confirmed

Bug description:
  Phone: bq Aquaris E4.5 Ubuntu Edtion
  OS: Ubuntu 14.10(r20)
  SyncEvolution 1.5

  Can not export my Tasks and memos.
  Calendar and contacts export works!

  phablet@ubuntu-phablet:~$ syncevolution --print-databases
  CalDAV:
     select database via absolute URL, set username/password to scan, set 
syncURL to base URL if server does not support auto-discovery ()

  CalDAVTodo:
     select database via absolute URL, set username/password to scan, set 
syncURL to base URL if server does not support auto-discovery ()

  CalDAVJournal:
     select database via absolute URL, set username/password to scan, set 
syncURL to base URL if server does not support auto-discovery ()

  CardDAV:
     select database via absolute URL, set username/password to scan, set 
syncURL to base URL if server does not support auto-discovery ()

  Evolution Address Book = Evolution Contacts = evolution-contacts:
     Persönlich (system-address-book) 

  Evolution Calendar = evolution-calendar:
     Geburts- & Jahrestage (birthdays)
     Persönlich (system-calendar) 

  Evolution Task List = Evolution Tasks = evolution-tasks:
     Alarms (1427538744.24638.0@ubuntu-phablet)
     Persönlich (system-task-list) 
     Reminders (1427534898.18825.0@ubuntu-phablet)

  Evolution Memos = evolution-memos:
     Persönlich (system-memo-list) 

  phablet@ubuntu-phablet:~$ syncevolution --export tasks backend=evolution-tasks
  phablet@ubuntu-phablet:~$ file tasks
  tasks: empty

  phablet@ubuntu-phablet:~$ syncevolution --print-items backend
  =evolution-tasks

  

  phablet@ubuntu-phablet:~$ syncevolution --print-items backend
  =evolution-memos

  

  phablet@ubuntu-phablet:~$ click list
  com.canonical.payui   15.01.120
  com.canonical.scopes.bbc-sport1.03
  com.canonical.scopes.etsy 1.0.29
  com.canonical.scopes.euronews 0.5
  com.canonical.scopes.fitbit   1.0.40
  com.mikeasoft.podbird 0.5
  com.ubuntu.calendar   0.4.600
  com.ubuntu.camera 3.0.0.544
  com.ubuntu.developer.bobo1993324.qvbam0.1.3.1
  com.ubuntu.developer.liberavia.ardmediathek   0.1
  com.ubuntu.developer.majster-pl.utorch1.6
  com.ubuntu.developer.mzanetti.leo 0.2
  com.ubuntu.developer.ogra.rtv-de  0.3
  com.ubuntu.developer.tyrelparker0.metalhammer 0.2
  com.ubuntu.docviewer  0.3.109
  com.ubuntu.filemanager0.4.386
  com.ubuntu.gallery2.9.1.1183
  com.ubuntu.music  2.0.846
  com.ubuntu.reminders  0.5.380
  com.ubuntu.scopes.soundcloud  1.0.1-39
  com.ubuntu.scopes.vimeo   1.0.2-84
  com.ubuntu.telegram   1.1.2.95
  com.ubuntu.terminal   0.7.70
  dekko.dekkoproject0.5.1
  help.ubuntucoredev0.2
  noobslabscope.noobslab0.1.1
  omgubuntu-scope.mreese1.4
  com.canonical.scopes.bbc  1.7
  com.canonical.scopes.calls1.1
  com.canonical.scopes.cnet 0.6
  com.canonical.scopes.contacts 0.7
  com.canonical.scopes.dashboard1.6
  com.canonical.scopes.engadget 0.5
  com.canonical.scopes.events   1.0.11
  com.canonical.scopes.fbphotos 1.23
  com.canonical.scopes.flickr   1.0.24
  com.canonical.scopes.hints0.20
  com.canonical.scopes.holidays 1.1
  com.canonical.scopes.inrix1.0.28
  com.canonical.scopes.instagram1.0.15
  com.canonical.scopes.news 2.13
  com.canonical.scopes.photos   1.31
  com.canonical.scopes.photos-local 1.23
  com.canonical.scopes.poi  1.0.11
  com.canonical.scopes.shopping 1.9
  com.canonical.scopes.songkick 1.0.11
  com.canonical.scopes.tasks1.3
  com.canonical.scopes.texts1.0
  com.canonical.scopes.timeout  0.4.12
  com.canonical.scopes.transport-alerts 1.10
  com.canonical.scopes.twittertrending  1.0.9
  com.canonical.scopes.wikinear 1.0.9
  com.canonical.scopes.yelp 1.0.34
  com.canonical.unity-scope-nearby  0.8.8
  com.nokia.heremaps1.0.4
  com.ubuntu.developer.ken-vandine.pathwind 0.2.9
  com.ubuntu.developer.mzanetti.tagger  0.9.0.0
  com.ubuntu.developer.webapps.webapp-twitter   1.0.21
  com.zeptolab.cuttherope.free  0.5.1
  com.ubuntu.calculator 1.3.339
  com.ubuntu.clock  3.3.192
  com.ubuntu.scopes.youtube 1.0.18-134
  com.ubuntu.weather1.1.403

To manage notifications about this bug go to:
https://bugs.launchpad.ne

[Touch-packages] [Bug 1516248] Re: Bookmarklets do not work

2015-11-15 Thread AlainKnaff
*** This bug is a duplicate of bug 1407746 ***
https://bugs.launchpad.net/bugs/1407746

Sorry, hadn't noticed that this bug was already filed.
Duplicate of #1407746

** This bug has been marked a duplicate of bug 1407746
   No way to use a bookmarklet (bookmarked javascript: link)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1516248

Title:
  Bookmarklets do not work

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  In many of today's browser, it is possible to bookmark a javascript:
  URL . When clicking on such a bookmark, the javascript code snippet is
  executed within the context of the currently shown page.

  Attempting to do this in the Ubuntu Phone web browser pops up a new
  tab with an about:blank page...

  Bookmarklets would be handy to work around other deficiencies in the
  browser (such as lack of form autocompletion or password manager, bug
  #1516220): just have some javascript bookmark that fills in the
  required fields (I know, there are security implications, but for
  unimportant social networking sites this would be ok)

  phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
  webbrowser-app:
Installed: 0.23+15.04.20151103-0ubuntu1
Candidate: 0.23+15.04.20151103-0ubuntu1
Version table:
   *** 0.23+15.04.20151103-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.23+15.04.20150416-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

  What I expected to happen:
   javascript code of the bookmark should be executed on current page

  What happened instead:
   New tab is created with about:blank content

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516248/+subscriptions

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


[Touch-packages] [Bug 1515631] Re: Cannot move a bookmark to bin

2015-11-15 Thread AlainKnaff
The odd thing is, while it doesn't work from the bookmarks menu, it does
work from the New Tab menu.

You access that by sliding up from the lower edge, and then tapping "+
New Tab"

Just posting this to help others, until a proper fix is released.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1515631

Title:
  Cannot move a bookmark to bin

Status in Canonical System Image:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  current build number: 175
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en

  
  TEST CASE:
  1. Bookmark a page
  2. Tap on the burger menu, then favourites to display the list of bookmark
  3. Swipe the bookmark to the right to reveal the bin
  4. Tap on the bin

  Actual Result
  It doesn't delete the bookmark

  Expected Result
  The bookmark is removed from the list

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1515631/+subscriptions

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


[Touch-packages] [Bug 1472901] Re: Zoom in/out does not work in web browser

2015-11-15 Thread AlainKnaff
I see the problem too (on Facebook mobile, for example).

I wanted to try this Force enable Zoom in Settings->Accessibility, but
neither the webbrowser app's Settings, nor the global Settings page had
an Accessibility submenu.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1472901

Title:
  Zoom in/out does not work in web browser

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  $ system-image-cli -i
  current build number: 62
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-07-08 02:04:27
  version version: 62
  version ubuntu: 20150708.1
  version device: 20150529-8e13c5f
  version custom: 20150707-800-29-17-vivid

  Steps to reproduce:
  1) Launch web browser
  2) Navigate to URL
  3) Pinch to zoom in and out

  Expected results:
  Web page is zoomed in and out

  Actual results:
  Web page is not zoomed in and out

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1472901/+subscriptions

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


[Touch-packages] [Bug 1516421] [NEW] Bluetooth connection to Toyota Prius lost during first call

2015-11-15 Thread AlainKnaff
Public bug reported:

Pairing can be established, but then gets messed up as soon as it is
used.

When making a call, there's no audio on both ends, and soon after the
Prius thinks that no phone is connected.

Moreover, on the phone there now is no audio, even when making a normal
call (away from the car, without using hands free)

Clicking on the loudspeaker icon during the call fixes that though, but
this is awkward, as this has to be done during the call, as the
loudspeaker icon is not available anywhere else.

phablet@ubuntu-phablet:~$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~$ apt-cache policy  bluetooth-touch
bluetooth-touch:
  Installed: 0.3.1
  Candidate: 0.3.1
  Version table:
 *** 0.3.1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf Packages
100 /var/lib/dpkg/status

What I expected to happen:
  When making a call in my car, I should hear the other party, and the other 
party should hear me. The configuration of both the car's bluetooth stack, and 
the phone's bluetooth stack should stay sane. After getting out of the car, it 
should be possible to make normal calls using the phone's builtin microphone 
and earset.

What happened instead:
 I could not hear the called party, and the called party could not hear me. 
After the call, the car's bluetooth stack seemed messed up (claiming no phone 
was connected), and so was the phone's RF stack and audio.
A call away from the car had no audio either. Wifi no longer worked (until I 
disabled, and then re-enabled it). Phone stayed "non discoverable" in Bluetooth 
and stayed so even after reboot (red spinning icon next to "Not discoverable" 
label in Bluetooth settings kept spinning forever)

** Affects: bluetooth-touch (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluetooth-touch in Ubuntu.
https://bugs.launchpad.net/bugs/1516421

Title:
  Bluetooth connection to Toyota Prius lost during first call

Status in bluetooth-touch package in Ubuntu:
  New

Bug description:
  Pairing can be established, but then gets messed up as soon as it is
  used.

  When making a call, there's no audio on both ends, and soon after the
  Prius thinks that no phone is connected.

  Moreover, on the phone there now is no audio, even when making a
  normal call (away from the car, without using hands free)

  Clicking on the loudspeaker icon during the call fixes that though,
  but this is awkward, as this has to be done during the call, as the
  loudspeaker icon is not available anywhere else.

  phablet@ubuntu-phablet:~$ lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  phablet@ubuntu-phablet:~$ apt-cache policy  bluetooth-touch
  bluetooth-touch:
Installed: 0.3.1
Candidate: 0.3.1
Version table:
   *** 0.3.1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf 
Packages
  100 /var/lib/dpkg/status

  What I expected to happen:
When making a call in my car, I should hear the other party, and the other 
party should hear me. The configuration of both the car's bluetooth stack, and 
the phone's bluetooth stack should stay sane. After getting out of the car, it 
should be possible to make normal calls using the phone's builtin microphone 
and earset.

  What happened instead:
   I could not hear the called party, and the called party could not hear me. 
After the call, the car's bluetooth stack seemed messed up (claiming no phone 
was connected), and so was the phone's RF stack and audio.
  A call away from the car had no audio either. Wifi no longer worked (until I 
disabled, and then re-enabled it). Phone stayed "non discoverable" in Bluetooth 
and stayed so even after reboot (red spinning icon next to "Not discoverable" 
label in Bluetooth settings kept spinning forever)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluetooth-touch/+bug/1516421/+subscriptions

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


[Touch-packages] [Bug 1516249] [NEW] file:/ URLs not supported

2015-11-14 Thread AlainKnaff
Public bug reported:

file:/ URLs are not suported (... instead it passes it on to google when
entered into URL bar, or raises a "network error" when followed from a
page)

Being able to browser local html pages would be handy to work around bug
#1516220 (lack of form completion or password manager), because that way
could could store pre-filled forms somewhere on your home directory.

Well it is still possible to pull of this workaround, but it requires
installing nginx (... and configuring it correctly to prevent people on
the same Wifi from snarfing your password-containing templates...)

phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
webbrowser-app:
  Installed: 0.23+15.04.20151103-0ubuntu1
  Candidate: 0.23+15.04.20151103-0ubuntu1
  Version table:
 *** 0.23+15.04.20151103-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.23+15.04.20150416-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expected to happen:
  Visiting file:/ should show me a directory view of the root directory of the 
device

What happened instead:
  The phone passed the string file:/ on to google... D'oh... :-(

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1516249

Title:
  file:/ URLs not supported

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  file:/ URLs are not suported (... instead it passes it on to google
  when entered into URL bar, or raises a "network error" when followed
  from a page)

  Being able to browser local html pages would be handy to work around
  bug #1516220 (lack of form completion or password manager), because
  that way could could store pre-filled forms somewhere on your home
  directory.

  Well it is still possible to pull of this workaround, but it requires
  installing nginx (... and configuring it correctly to prevent people
  on the same Wifi from snarfing your password-containing templates...)

  phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
  webbrowser-app:
Installed: 0.23+15.04.20151103-0ubuntu1
Candidate: 0.23+15.04.20151103-0ubuntu1
Version table:
   *** 0.23+15.04.20151103-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.23+15.04.20150416-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

  What I expected to happen:
Visiting file:/ should show me a directory view of the root directory of 
the device

  What happened instead:
The phone passed the string file:/ on to google... D'oh... :-(

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516249/+subscriptions

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


[Touch-packages] [Bug 1516248] [NEW] Bookmarklets do not work

2015-11-14 Thread AlainKnaff
Public bug reported:

In many of today's browser, it is possible to bookmark a javascript: URL
. When clicking on such a bookmark, the javascript code snippet is
executed within the context of the currently shown page.

Attempting to do this in the Ubuntu Phone web browser pops up a new tab
with an about:blank page...

Bookmarklets would be handy to work around other deficiencies in the
browser (such as lack of form autocompletion or password manager, bug
#1516220): just have some javascript bookmark that fills in the required
fields (I know, there are security implications, but for unimportant
social networking sites this would be ok)

phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
webbrowser-app:
  Installed: 0.23+15.04.20151103-0ubuntu1
  Candidate: 0.23+15.04.20151103-0ubuntu1
  Version table:
 *** 0.23+15.04.20151103-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.23+15.04.20150416-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expected to happen:
 javascript code of the bookmark should be executed on current page

What happened instead:
 New tab is created with about:blank content

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1516248

Title:
  Bookmarklets do not work

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  In many of today's browser, it is possible to bookmark a javascript:
  URL . When clicking on such a bookmark, the javascript code snippet is
  executed within the context of the currently shown page.

  Attempting to do this in the Ubuntu Phone web browser pops up a new
  tab with an about:blank page...

  Bookmarklets would be handy to work around other deficiencies in the
  browser (such as lack of form autocompletion or password manager, bug
  #1516220): just have some javascript bookmark that fills in the
  required fields (I know, there are security implications, but for
  unimportant social networking sites this would be ok)

  phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
  webbrowser-app:
Installed: 0.23+15.04.20151103-0ubuntu1
Candidate: 0.23+15.04.20151103-0ubuntu1
Version table:
   *** 0.23+15.04.20151103-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.23+15.04.20150416-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

  What I expected to happen:
   javascript code of the bookmark should be executed on current page

  What happened instead:
   New tab is created with about:blank content

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516248/+subscriptions

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


[Touch-packages] [Bug 1516245] [NEW] Full URL of page not shown unless user clicks on it

2015-11-14 Thread AlainKnaff
Public bug reported:

By default, the browser only shows the host name of the page. However,
the full URL is shown when clicking on it.

There's really no reason to do this, so why not show the entire URL all
the time (or at least as much of it as fits in the URL bar)

phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
webbrowser-app:
  Installed: 0.23+15.04.20151103-0ubuntu1
  Candidate: 0.23+15.04.20151103-0ubuntu1
  Version table:
 *** 0.23+15.04.20151103-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.23+15.04.20150416-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expected to happen:
  URL should be visible entirely all the time (or at least as much as fits)

What happened instead:
  Only host name of page is shown. Rest of URL is only shown after clicking on 
it.

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1516245

Title:
  Full URL of page not shown unless user clicks on it

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  By default, the browser only shows the host name of the page. However,
  the full URL is shown when clicking on it.

  There's really no reason to do this, so why not show the entire URL
  all the time (or at least as much of it as fits in the URL bar)

  phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
  webbrowser-app:
Installed: 0.23+15.04.20151103-0ubuntu1
Candidate: 0.23+15.04.20151103-0ubuntu1
Version table:
   *** 0.23+15.04.20151103-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.23+15.04.20150416-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

  What I expected to happen:
URL should be visible entirely all the time (or at least as much as fits)

  What happened instead:
Only host name of page is shown. Rest of URL is only shown after clicking 
on it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516245/+subscriptions

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


[Touch-packages] [Bug 1516246] [NEW] There is no way to copy-paste from text of a web page

2015-11-14 Thread AlainKnaff
Public bug reported:

phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
webbrowser-app:
  Installed: 0.23+15.04.20151103-0ubuntu1
  Candidate: 0.23+15.04.20151103-0ubuntu1
  Version table:
 *** 0.23+15.04.20151103-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.23+15.04.20150416-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expected to happen:
  Long tapping in the text of a web page should make 2 cursor widget pop up, 
with which I can select a region to be copy-pasted (just as happens in the 
terminal app, or in the URL bar for that matter)

What happened instead:
  Long tapping does nothing. There seems to be no other way to select text from 
the body of a web page either.

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1516246

Title:
  There is no way to copy-paste from text of a web page

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
  webbrowser-app:
Installed: 0.23+15.04.20151103-0ubuntu1
Candidate: 0.23+15.04.20151103-0ubuntu1
Version table:
   *** 0.23+15.04.20151103-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.23+15.04.20150416-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

  What I expected to happen:
Long tapping in the text of a web page should make 2 cursor widget pop up, 
with which I can select a region to be copy-pasted (just as happens in the 
terminal app, or in the URL bar for that matter)

  What happened instead:
Long tapping does nothing. There seems to be no other way to select text 
from the body of a web page either.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516246/+subscriptions

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


[Touch-packages] [Bug 1516243] [NEW] Neither CSS pixel counts nor physical dimension are honored

2015-11-14 Thread AlainKnaff
Public bug reported:

The browser respects neither pixels nor physical (cm) sizes.

Specifying a rectangle with width: 558px takes up the whole width of the
screen in portrait whereas 559px in landscape mode, even though
according to spec of the BQ Aquaris E5 (on which I tried this), the
resolution should be  720 x 1280 (and not 558x559 !)

Specyifying a rectangle with width: 5cm in CSS shows as approx 2.2cm in
portrait mode and 3.7 cm in landscape mode.

It is my understanding that in a browser, either the pixel count matches
or the physical dimension. In the present case, none of them match.

In particular, in the present case, the user-visible effect is that on
many web pages, the fonts are unreadably small when viewed in portrait
mode...

phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
webbrowser-app:
  Installed: 0.23+15.04.20151103-0ubuntu1
  Candidate: 0.23+15.04.20151103-0ubuntu1
  Version table:
 *** 0.23+15.04.20151103-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.23+15.04.20150416-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expect to happen:
   Either the CSS pixel count or the physical dimensions (cm, inches) specified 
in CSS should be honored
   Scale should not change by turning the phone

What happened instead:
  Neither CSS pixel count nor physical dimensions are honored
  Text becomes smaller when viewing in portrait

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1516243

Title:
  Neither CSS pixel counts nor physical dimension are honored

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  The browser respects neither pixels nor physical (cm) sizes.

  Specifying a rectangle with width: 558px takes up the whole width of
  the screen in portrait whereas 559px in landscape mode, even though
  according to spec of the BQ Aquaris E5 (on which I tried this), the
  resolution should be  720 x 1280 (and not 558x559 !)

  Specyifying a rectangle with width: 5cm in CSS shows as approx 2.2cm
  in portrait mode and 3.7 cm in landscape mode.

  It is my understanding that in a browser, either the pixel count
  matches or the physical dimension. In the present case, none of them
  match.

  In particular, in the present case, the user-visible effect is that on
  many web pages, the fonts are unreadably small when viewed in portrait
  mode...

  phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
  webbrowser-app:
Installed: 0.23+15.04.20151103-0ubuntu1
Candidate: 0.23+15.04.20151103-0ubuntu1
Version table:
   *** 0.23+15.04.20151103-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.23+15.04.20150416-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

  What I expect to happen:
 Either the CSS pixel count or the physical dimensions (cm, inches) 
specified in CSS should be honored
 Scale should not change by turning the phone

  What happened instead:
Neither CSS pixel count nor physical dimensions are honored
Text becomes smaller when viewing in portrait

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516243/+subscriptions

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


[Touch-packages] [Bug 1516220] [NEW] No form completion nor password manager present

2015-11-14 Thread AlainKnaff
Public bug reported:

Is this a joke or what? Even on my 5 year old Nokia N900, the builtin
Web browser had form autocomplete, and password management.

On Ubuntu phone's Web browser, I have to re-enter user name and password
of each web site manually. The browser remembering it from the previous
visit :-(

IMHO, this should be one of the top priorities to implement for the next
release. In 2015, you just don't release a "production ready" browser
without password management. This makes using many social networking
sites a pain :-(

phablet@ubuntu-phablet:~$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~$ apt-cache policy webbrowser-app
webbrowser-app:
  Installed: 0.23+15.04.20151103-0ubuntu1
  Candidate: 0.23+15.04.20151103-0ubuntu1
  Version table:
 *** 0.23+15.04.20151103-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.23+15.04.20150416-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expect to happen:
   when I visit a login form, which I visited already before, it should fill in 
user name and password as entered last time (or offer me a choice, if during 
the past visits, I used different pairs of credentials)

What happened instead:
  form shows up blank, even if I've been there before

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1516220

Title:
  No form completion nor password manager present

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Is this a joke or what? Even on my 5 year old Nokia N900, the builtin
  Web browser had form autocomplete, and password management.

  On Ubuntu phone's Web browser, I have to re-enter user name and
  password of each web site manually. The browser remembering it from
  the previous visit :-(

  IMHO, this should be one of the top priorities to implement for the
  next release. In 2015, you just don't release a "production ready"
  browser without password management. This makes using many social
  networking sites a pain :-(

  phablet@ubuntu-phablet:~$ lsb_release -rd
  Description:Ubuntu 15.04
  Release:15.04
  phablet@ubuntu-phablet:~$ apt-cache policy webbrowser-app
  webbrowser-app:
Installed: 0.23+15.04.20151103-0ubuntu1
Candidate: 0.23+15.04.20151103-0ubuntu1
Version table:
   *** 0.23+15.04.20151103-0ubuntu1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.23+15.04.20150416-0ubuntu1 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

  What I expect to happen:
 when I visit a login form, which I visited already before, it should fill 
in user name and password as entered last time (or offer me a choice, if during 
the past visits, I used different pairs of credentials)

  What happened instead:
form shows up blank, even if I've been there before

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516220/+subscriptions

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


[Touch-packages] [Bug 1501242] [NEW] initctl list does not show all jobs from /etc/init

2015-09-30 Thread AlainKnaff
Public bug reported:

initctl list only shows a handful (16) of jobs of /etc/init/ despite 117
conf files being present.

Some jobs, such as xinetd and winbind cannot be started or stopped using
upstart, even though an /etc/init/xinetd.conf and an
/etc/init/winbind.conf file exist.

Both files are unmodified since package installation.

Xinetd has been installed for a while, whereas winbind is a fresh
installation.

Neither kill -HUP 1 , nor initctl reload, nor initctl reload-
configuration causes upstart to notice winbind.  No recent log files
appear in /var/log/upstart . And xinetd should be listed anyways, this
package having been installed for a long time.

# lsb_release -rd
Description:Ubuntu 14.04.3 LTS
Release:14.04

# apt-cache policy upstart
upstart:
  Installed: 1.12.1-0ubuntu4.2
  Candidate: 1.12.1-0ubuntu4.2
  Version table:
 *** 1.12.1-0ubuntu4.2 0
500 http://lu.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.12.1-0ubuntu4 0
500 http://lu.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

What I expected to happen: winbind should have become startable right
after apt-get install winbind at best, and after kill -HUP 1 the latest.
In case of error, appropriate and clear messages should be displayed to
stderr (at best), or at least into /var/log/upstart

What happened instead: no way of making upstart notice newly installed
packages. And old packages for that matter (xinetd)

** Affects: upstart (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to upstart in Ubuntu.
https://bugs.launchpad.net/bugs/1501242

Title:
  initctl list does not show all jobs from /etc/init

Status in upstart package in Ubuntu:
  New

Bug description:
  initctl list only shows a handful (16) of jobs of /etc/init/ despite
  117 conf files being present.

  Some jobs, such as xinetd and winbind cannot be started or stopped
  using upstart, even though an /etc/init/xinetd.conf and an
  /etc/init/winbind.conf file exist.

  Both files are unmodified since package installation.

  Xinetd has been installed for a while, whereas winbind is a fresh
  installation.

  Neither kill -HUP 1 , nor initctl reload, nor initctl reload-
  configuration causes upstart to notice winbind.  No recent log files
  appear in /var/log/upstart . And xinetd should be listed anyways, this
  package having been installed for a long time.

  # lsb_release -rd
  Description:Ubuntu 14.04.3 LTS
  Release:14.04

  # apt-cache policy upstart
  upstart:
Installed: 1.12.1-0ubuntu4.2
Candidate: 1.12.1-0ubuntu4.2
Version table:
   *** 1.12.1-0ubuntu4.2 0
  500 http://lu.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.12.1-0ubuntu4 0
  500 http://lu.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  What I expected to happen: winbind should have become startable right
  after apt-get install winbind at best, and after kill -HUP 1 the
  latest.  In case of error, appropriate and clear messages should be
  displayed to stderr (at best), or at least into /var/log/upstart

  What happened instead: no way of making upstart notice newly installed
  packages. And old packages for that matter (xinetd)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1501242/+subscriptions

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


[Touch-packages] [Bug 1394764] Re: package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2014-11-20 Thread AlainKnaff
I'd gladly try to manually install this cyrus-sasl2
2.1.25.dfsg1-3ubuntu0.1 , but where can I find it?

Any other idea how to look for this "configuration issue"?

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/1394764

Title:
  package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

Status in “openldap” package in Ubuntu:
  New

Bug description:
  The problem occured while upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: slapd 2.4.21-0ubuntu5.6
  ProcVersionSignature: Ubuntu 3.0.0-32.51~lucid1-server 3.0.69
  Uname: Linux 3.0.0-32-server x86_64
  Architecture: amd64
  Date: Thu Nov 20 22:44:26 2014
  ErrorMessage: ErrorMessage: subprocess new pre-installation script returned 
error exit status 1
  SourcePackage: openldap
  Title: package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: 
ErrorMessage: subprocess new pre-installation script returned error exit status 
1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1394764/+subscriptions

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


[Touch-packages] [Bug 1394764] [NEW] package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2014-11-20 Thread AlainKnaff
Public bug reported:

The problem occured while upgrading from 10.04 to 12.04

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: slapd 2.4.21-0ubuntu5.6
ProcVersionSignature: Ubuntu 3.0.0-32.51~lucid1-server 3.0.69
Uname: Linux 3.0.0-32-server x86_64
Architecture: amd64
Date: Thu Nov 20 22:44:26 2014
ErrorMessage: ErrorMessage: subprocess new pre-installation script returned 
error exit status 1
SourcePackage: openldap
Title: package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: ErrorMessage: 
subprocess new pre-installation script returned error exit status 1

** Affects: openldap (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/1394764

Title:
  package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

Status in “openldap” package in Ubuntu:
  New

Bug description:
  The problem occured while upgrading from 10.04 to 12.04

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: slapd 2.4.21-0ubuntu5.6
  ProcVersionSignature: Ubuntu 3.0.0-32.51~lucid1-server 3.0.69
  Uname: Linux 3.0.0-32-server x86_64
  Architecture: amd64
  Date: Thu Nov 20 22:44:26 2014
  ErrorMessage: ErrorMessage: subprocess new pre-installation script returned 
error exit status 1
  SourcePackage: openldap
  Title: package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: 
ErrorMessage: subprocess new pre-installation script returned error exit status 
1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1394764/+subscriptions

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