[Touch-packages] [Bug 1425379] Re: touch browser crashes when invoking contextual menu in landscape orientation

2015-07-21 Thread Pietro Albini
This bug doesn't appear anymore with the unity8 shell rotation, in the
latest OTA.

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

Title:
  touch browser crashes when invoking contextual menu in landscape
  orientation

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  copy text works fine in portrait, crashes in landscape..

  to reproduce exactly, was looking up how to sync my google calendar on
  https://help.ubuntu.com/community/SyncEvolution

  tried to copy one of the text boxes containing terminal commands -
  crashes every time in landscape mode

  TEST CASE
  1. Launch the web browser and open the amazon.com
  2. Rotate the device to landscape orientation
  3. Tap on the screen and hold your finger for a while

  ACTUAL RESULT
  Observe that webbrowser-app disappeared (closed or crashed)

  EXPECTED RESULT 
  No Crash

  ---

  1 - OS version 15.04 r111 (has been occurring over several updates though)
  1a- installed on nexus 4 via multirom

  2 - webbrowser-app version 0.23+15.04.20150217.1-0ubuntu1

  3 - i expected to get the selected text copied to the clipboard so i
  could paste it into the terminal

  4 - browser shut down and i was returned to the apps launcher

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1425379/+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 1290847] Re: pyvenv fails due to mising ensurepip module

2015-06-17 Thread Pietro Albini
 if they address a different issue, the venv package doesn't need to be 
 installed by default.
But again, pyvenv isn't a separated thing from Python. Everywhere except in 
Debian/Ubuntu, It's shipped with Python itself, since it's part of the standard 
library.
If you need to install extra packages for the standard library, why we don't 
have python3-json, python3-hashlib, python3-os and so on? All not installed by 
default?

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

Title:
  pyvenv fails due to mising ensurepip module

Status in python3-defaults package in Ubuntu:
  Fix Released
Status in python3.4 package in Ubuntu:
  Fix Released
Status in python3.4 package in Debian:
  Fix Released

Bug description:
  Hello,

  I noticed the following

  # fails
  python3.4 -m venv --clear python-venv
  Error: Command '['.../external/python-venv/bin/python3.4', '-Im', 
'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1

  # works, but no pip
  python3.4 -m venv --clear --without-pip python-venv

  Thank you

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1290847/+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 1290847] Re: pyvenv fails due to mising ensurepip module

2015-06-17 Thread Pietro Albini
 I don't think the installation by default would be a good idea.
 This is distro land, and I think we should promote using the distro packages.
 People wanting to install venv and pip know how to do this.
But pyvenv is, since release 3.4, part of the Python standard library. It's not 
a separated tool or something like that. It's like if the Python os module is 
shipped in a separated package, and users must install it before importing it 
in a program.
And I think that, for a module which is meant to be in the standard library, 
but on Ubuntu you should install the python3-venv package before isn't a 
great thing, is it?

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

Title:
  pyvenv fails due to mising ensurepip module

Status in python3-defaults package in Ubuntu:
  Fix Released
Status in python3.4 package in Ubuntu:
  Fix Released
Status in python3.4 package in Debian:
  Fix Released

Bug description:
  Hello,

  I noticed the following

  # fails
  python3.4 -m venv --clear python-venv
  Error: Command '['.../external/python-venv/bin/python3.4', '-Im', 
'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1

  # works, but no pip
  python3.4 -m venv --clear --without-pip python-venv

  Thank you

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1290847/+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