[Touch-packages] [Bug 1521737] Re: Cannot enable bluetooth

2015-12-01 Thread Simon Fels
@Pat: No that is not a file descriptor leak. That is just an internal
handle not related to any file descriptors to store GATT related
attributes. This due to some unconverted profiles after
API/infrastructures changes and known upstream. Ignore that.

Also ignore that there is no bluetooth-touch-arale job. That is not
needed on arale and therefor doesn't exist.

-- 
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/1521737

Title:
  Cannot enable bluetooth

Status in Canonical System Image:
  Confirmed
Status in bluez package in Ubuntu:
  New

Bug description:
  MX4 running propsoed 181 with debug enabled kernel

  Paired to car and saw signal strength indicated
  Left car, renetered car and noticed not paried and BT disabled in the 
indicator
  tried to enable, 1 min later it resets to disabled

  Bluetoothd is no longer running
  there was a previous crash file in /var/crash

  see syslog attached

  /var/lib/urfkill/saved-states:
  [BLUETOOTH]
  soft=false
  prev-soft=false

  /var/log/upstart/bluetooth-touch.log
  start: Unknown job: bluetooth-touch-arale

  Reboot and bt is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1521737/+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 1521618] Re: wrong subnet in DHCP answer when multiple networks are present

2015-12-01 Thread Zoltan Arnold Nagy
I will be able to do the tcpdumps a bit later; in the meantime, here are
the requested outputs:

root@maas:~# ip addr list; ip route list
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
   valid_lft forever preferred_lft forever
2: eth0:  mtu 1500 qdisc mq state UP group 
default qlen 1000
link/ether 00:50:56:bf:29:c4 brd ff:ff:ff:ff:ff:ff
inet 9.4.113.251/24 brd 9.4.113.255 scope global eth0
   valid_lft forever preferred_lft forever
inet6 fe80::250:56ff:febf:29c4/64 scope link
   valid_lft forever preferred_lft forever
3: eth1:  mtu 1500 qdisc mq state UP group 
default qlen 1000
link/ether 00:50:56:bf:a4:48 brd ff:ff:ff:ff:ff:ff
inet 10.6.250.250/16 brd 10.6.255.255 scope global eth1
   valid_lft forever preferred_lft forever
inet6 fe80::250:56ff:febf:a448/64 scope link
   valid_lft forever preferred_lft forever
4: eth2:  mtu 1500 qdisc mq state UP group 
default qlen 1000
link/ether 00:50:56:bf:f1:71 brd ff:ff:ff:ff:ff:ff
inet 10.7.250.250/16 brd 10.7.255.255 scope global eth2
   valid_lft forever preferred_lft forever
inet6 fe80::250:56ff:febf:f171/64 scope link
   valid_lft forever preferred_lft forever
default via 9.4.113.254 dev eth0
9.4.113.0/24 dev eth0  proto kernel  scope link  src 9.4.113.251
10.6.0.0/16 dev eth1  proto kernel  scope link  src 10.6.250.250
10.7.0.0/16 dev eth2  proto kernel  scope link  src 10.7.250.250
root@maas:~#

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

Title:
  wrong subnet in DHCP answer when multiple networks are present

Status in MAAS:
  Incomplete
Status in isc-dhcp package in Ubuntu:
  New

Bug description:
  So I have 3 interfaces with 3, non-overlapping subnets defined in my
  maas cluster controller.

  The idea would be that there is a provisioning network (10.6.0.0/16)
  to do the actual provisioning and once the node gets deployed it is
  using a different network (because the provisioning network is only
  1x1Gbit while the production network is bonded (LACP) 10Gbit).

  However, when I boot up a fresh, new node to add to MAAS, it gets the
  following DHCP reply:

  ip=10.6.239.3:10.6.250.250:9.4.113.254:255.255.255.0

  So instead of picking up the /16 subnet correctly for the 10.6.239.3
  IP, it picks up the /24 from the network where it gets it's default
  gateway from.

  Is this a bug or my understanding of how MAAS should behave when there
  are multiple networks flawed?

  Here is my /var/lib/maas/dhcpd.conf:

  subnet 9.4.113.0 netmask 255.255.255.0 {
 if option arch = 00:0E {
filename "pxelinux.0";
option path-prefix "ppc64el/";
 } elsif option arch = 00:07 {
filename "bootx64.efi";
 } elsif option arch = 00:0B {
filename "grubaa64.efi";
 } elsif option arch = 00:0C {
filename "bootppc64.bin";
 } else {
filename "pxelinux.0";
 }
 interface "eth0";
 ignore-client-uids true;
 option subnet-mask 255.255.255.0;
 option broadcast-address 9.4.113.255;
 option domain-name-servers 9.4.113.251;
 option domain-name "i.zc2.ibm.com";
 option routers 9.4.113.254;
 option ntp-servers ntp.ubuntu.com;
 range dynamic-bootp 9.4.113.150 9.4.113.190;
 class "PXE" {
match if substring (option vendor-class-identifier, 0, 3) = "PXE";
default-lease-time 30;
max-lease-time 30;
 }
  }
  subnet 10.6.0.0 netmask 255.255.0.0 {
 if option arch = 00:0E {
filename "pxelinux.0";
option path-prefix "ppc64el/";
 } elsif option arch = 00:07 {
filename "bootx64.efi";
 } elsif option arch = 00:0B {
filename "grubaa64.efi";
 } elsif option arch = 00:0C {
filename "bootppc64.bin";
 } else {
filename "pxelinux.0";
 }
 interface "eth1";
 ignore-client-uids true;
 option subnet-mask 255.255.0.0;
 option broadcast-address 10.6.255.255;
 option domain-name-servers 9.4.113.251;
 option domain-name "i.zc2.ibm.com";
 option ntp-servers ntp.ubuntu.com;
 range dynamic-bootp 10.6.239.0 10.6.239.239;
 class "PXE" {
match if substring (option vendor-class-identifier, 0, 3) = "PXE";
default-lease-time 30;
max-lease-time 30;
 }
  }

  Here is "subnets read":

  [
  {
  "dns_servers": [],
  "name": "9.4.113.0/24",
   

[Touch-packages] [Bug 1521737] Re: Cannot enable bluetooth

2015-12-01 Thread Simon Fels
It would be awesome if you get the crash file from
/var/crash/_usr_lib_bluetooth_bluetoothd.0.crash and could send it to
me.

-- 
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/1521737

Title:
  Cannot enable bluetooth

Status in Canonical System Image:
  Confirmed
Status in bluez package in Ubuntu:
  New

Bug description:
  MX4 running propsoed 181 with debug enabled kernel

  Paired to car and saw signal strength indicated
  Left car, renetered car and noticed not paried and BT disabled in the 
indicator
  tried to enable, 1 min later it resets to disabled

  Bluetoothd is no longer running
  there was a previous crash file in /var/crash

  see syslog attached

  /var/lib/urfkill/saved-states:
  [BLUETOOTH]
  soft=false
  prev-soft=false

  /var/log/upstart/bluetooth-touch.log
  start: Unknown job: bluetooth-touch-arale

  Reboot and bt is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1521737/+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 1521618] Re: wrong subnet in DHCP answer when multiple networks are present

2015-12-01 Thread LaMont Jones
Can we also get the output of the following on the cluster controller:
ip addr list; ip route list

thanks

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

Title:
  wrong subnet in DHCP answer when multiple networks are present

Status in MAAS:
  Incomplete
Status in isc-dhcp package in Ubuntu:
  New

Bug description:
  So I have 3 interfaces with 3, non-overlapping subnets defined in my
  maas cluster controller.

  The idea would be that there is a provisioning network (10.6.0.0/16)
  to do the actual provisioning and once the node gets deployed it is
  using a different network (because the provisioning network is only
  1x1Gbit while the production network is bonded (LACP) 10Gbit).

  However, when I boot up a fresh, new node to add to MAAS, it gets the
  following DHCP reply:

  ip=10.6.239.3:10.6.250.250:9.4.113.254:255.255.255.0

  So instead of picking up the /16 subnet correctly for the 10.6.239.3
  IP, it picks up the /24 from the network where it gets it's default
  gateway from.

  Is this a bug or my understanding of how MAAS should behave when there
  are multiple networks flawed?

  Here is my /var/lib/maas/dhcpd.conf:

  subnet 9.4.113.0 netmask 255.255.255.0 {
 if option arch = 00:0E {
filename "pxelinux.0";
option path-prefix "ppc64el/";
 } elsif option arch = 00:07 {
filename "bootx64.efi";
 } elsif option arch = 00:0B {
filename "grubaa64.efi";
 } elsif option arch = 00:0C {
filename "bootppc64.bin";
 } else {
filename "pxelinux.0";
 }
 interface "eth0";
 ignore-client-uids true;
 option subnet-mask 255.255.255.0;
 option broadcast-address 9.4.113.255;
 option domain-name-servers 9.4.113.251;
 option domain-name "i.zc2.ibm.com";
 option routers 9.4.113.254;
 option ntp-servers ntp.ubuntu.com;
 range dynamic-bootp 9.4.113.150 9.4.113.190;
 class "PXE" {
match if substring (option vendor-class-identifier, 0, 3) = "PXE";
default-lease-time 30;
max-lease-time 30;
 }
  }
  subnet 10.6.0.0 netmask 255.255.0.0 {
 if option arch = 00:0E {
filename "pxelinux.0";
option path-prefix "ppc64el/";
 } elsif option arch = 00:07 {
filename "bootx64.efi";
 } elsif option arch = 00:0B {
filename "grubaa64.efi";
 } elsif option arch = 00:0C {
filename "bootppc64.bin";
 } else {
filename "pxelinux.0";
 }
 interface "eth1";
 ignore-client-uids true;
 option subnet-mask 255.255.0.0;
 option broadcast-address 10.6.255.255;
 option domain-name-servers 9.4.113.251;
 option domain-name "i.zc2.ibm.com";
 option ntp-servers ntp.ubuntu.com;
 range dynamic-bootp 10.6.239.0 10.6.239.239;
 class "PXE" {
match if substring (option vendor-class-identifier, 0, 3) = "PXE";
default-lease-time 30;
max-lease-time 30;
 }
  }

  Here is "subnets read":

  [
  {
  "dns_servers": [],
  "name": "9.4.113.0/24",
  "space": "space-0",
  "vlan": {
  "name": "untagged",
  "resource_uri": "/MAAS/api/1.0/vlans/0/",
  "fabric": "fabric-0",
  "vid": 0,
  "id": 0
  },
  "gateway_ip": "9.4.113.254",
  "cidr": "9.4.113.0/24",
  "id": 1,
  "resource_uri": "/MAAS/api/1.0/subnets/1/"
  },
  {
  "dns_servers": [],
  "name": "10.7.0.0/16",
  "space": "space-0",
  "vlan": {
  "name": "untagged",
  "resource_uri": "/MAAS/api/1.0/vlans/5001/",
  "fabric": "fabric-1",
  "vid": 0,
  "id": 5001
  },
  "gateway_ip": null,
  "cidr": "10.7.0.0/16",
  "id": 2,
  "resource_uri": "/MAAS/api/1.0/subnets/2/"
  },
  {
  "dns_servers": [],
  "name": "10.6.0.0/16",
  "space": "space-0",
  "vlan": {
  "name": "untagged",
  "resource_uri": "/MAAS/api/1.0/vlans/5002/",
  "fabric": "fabric-2",
  "vid": 0,
  "id": 5002
  },
  "gateway_ip": null,
  "cidr": "10.6.0.0/16",
  "id": 3,
  "resource_uri": "/MAAS/api/1.0/subnets/3/"
  }
  ]

  Running 1.9.0~rc2+bzr4509-0ubuntu1~trusty1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1521618/+subscriptions

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

[Touch-packages] [Bug 349913] Re: sftp: cannot enter umlauts like ä, ö, ü

2015-12-01 Thread Ken Sharp
With 1:6.6p1-2ubuntu2.3 (Trusty) the alt-tab completion works, but the
character isn't echoed back.

sftp> get nave 
Fetching /tmp/naïve to naïve

Attempts to enter a character (AltGr+a for æ or AltGr+[+i for ï, for
example) simply results in an error beep, which is new but thoroughly
useless and a step backwards.

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

Title:
  sftp: cannot enter umlauts like ä, ö, ü

Status in portable OpenSSH:
  Fix Released
Status in openssh package in Ubuntu:
  Confirmed

Bug description:
  When I am on the sftp prompt, I cannot enter something like ä, ö or ü.
  It just does nothing if I press the keys, so I can't transfer files
  including these characters. On the other hand, ls works fine with such
  files.

  This is my curent locale:

  $ locale
  LANG=de_DE.UTF-8
  LC_CTYPE="de_DE.UTF-8"
  LC_NUMERIC="de_DE.UTF-8"
  LC_TIME="de_DE.UTF-8"
  LC_COLLATE="de_DE.UTF-8"
  LC_MONETARY="de_DE.UTF-8"
  LC_MESSAGES="de_DE.UTF-8"
  LC_PAPER="de_DE.UTF-8"
  LC_NAME="de_DE.UTF-8"
  LC_ADDRESS="de_DE.UTF-8"
  LC_TELEPHONE="de_DE.UTF-8"
  LC_MEASUREMENT="de_DE.UTF-8"
  LC_IDENTIFICATION="de_DE.UTF-8"
  LC_ALL=de_DE.UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/349913/+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 1413332] Re: eject command has to be issued twice

2015-12-01 Thread Ken Sharp
This appears to be fixed in Trusty.

Version: 2.1.5+deb1+cvs20081104-13.1

** Changed in: eject (Ubuntu)
   Status: New => Fix Committed

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

Title:
  eject command has to be issued twice

Status in eject package in Ubuntu:
  Fix Committed

Bug description:
  eject has to be issued twice, as it will fail the first time,
  succeeding the second time.

  $ sudo eject /dev/sr0
  eject: unable to eject, last error: Inappropriate ioctl for device
  $ sudo eject /dev/sr0

  It should simply eject. I don't know what the first eject does
  different to the second. Nothing in the syslog.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: eject 2.1.5+deb1+cvs20081104-9
  ProcVersionSignature: Ubuntu 3.11.0-26.45~precise1-generic 3.11.10.12
  Uname: Linux 3.11.0-26-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: i386
  Date: Wed Jan 21 16:46:45 2015
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: eject
  UpgradeStatus: Upgraded to precise on 2014-12-07 (45 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eject/+bug/1413332/+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 1508969] Re: [webapp-container] When recovering from crash or OOM, remember which external pages were opened

2015-12-01 Thread Alexandre Abreu
** Branch linked: lp:~abreu-alexandre/webbrowser-app/restore-overlay-oom

-- 
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/1508969

Title:
  [webapp-container] When recovering from crash or OOM, remember which
  external pages were opened

Status in webapps-sprint:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  I don't know what you call them ("external" or what) but the pages
  that don't match the url regexp for the webapp.  That open in a little
  popup with a back button.

  If the webapp gets collected by OOM, it doesn't remember it had any of
  those opened.  But it should!

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1508969/+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 1503979] Re: ubuntu-support-status throws exeption No date tag found (regression)

2015-12-01 Thread Brian Murray
** Changed in: update-manager (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  ubuntu-support-status throws exeption No date tag found (regression)

Status in python-apt package in Ubuntu:
  Confirmed
Status in update-manager package in Ubuntu:
  Invalid

Bug description:
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04
  update-manager-core:  1:0.196.14

  Since the last update  ubuntu-support-status throws

  Traceback (most recent call last):
File "/usr/bin/ubuntu-support-status", line 133, in 
  pkg.name, support_tag)
File "/usr/bin/ubuntu-support-status", line 49, in get_maintenance_status
  raise Exception("No date tag found")
  Exception: No date tag found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1503979/+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 1512826] Re: when i delete .trash_1000 folder frm usb nautilus freeses

2015-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package glib2.0 - 2.47.3-3

---
glib2.0 (2.47.3-3) experimental; urgency=medium

  * debian/patches/0001-gtypes.h-move-G_STATIC_ASSERT-to-function-scope.patch:
Another cherry-pick. Should fix g-ir-scanner.

 -- Iain Lane   Sun, 29 Nov 2015 18:45:29 +

** Changed in: glib2.0 (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  when i delete .trash_1000 folder frm usb nautilus freeses

Status in GLib:
  Fix Released
Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Wily:
  Fix Committed

Bug description:
  when i delete .trash_1000 folder frm usb nautilus freeses on ubuntu
  15.10. please help

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1512826/+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 1520568] Re: All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

2015-12-01 Thread dino99
@Bryan

Get the same issue with midori (its confusing as it is not directly depending 
on libnss3).
The default browser used is 'google'; and i get that issue when:
- i use the 'google' search field
- i type an incomplete part url into the top url bar (without http://www.)

So the steps are identical. When libnss3 is downgraded, midori works
again.

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

Title:
  All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

Status in chromium-browser package in Ubuntu:
  Confirmed
Status in nss package in Ubuntu:
  Confirmed

Bug description:
  Latest libnss3 upgrade have broken all the browser's queries; no
  matter of which is used. For example: url auto-completion fails

  ERR_SSL_PROTOCOL_ERROR
  Unable to make a secure connection to the server. This may be a problem with 
the server or it may be requiring a client authentication certificate that you 
don't have.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libnss3 2:3.21-1ubuntu2
  ProcVersionSignature: Ubuntu 4.3.0-0.8-generic 4.3.0
  Uname: Linux 4.3.0-0-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.2-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Nov 27 13:50:26 2015
  SourcePackage: nss
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1520568/+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 1360404] Re: -dumpversion output inconsistent with upstream

2015-12-01 Thread nega
Fixed

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  -dumpversion output inconsistent with upstream

Status in gcc-4.6 package in Ubuntu:
  Won't Fix
Status in gcc-4.7 package in Ubuntu:
  Won't Fix
Status in gcc-4.8 package in Ubuntu:
  Won't Fix
Status in gcc-4.9 package in Ubuntu:
  Fix Released

Bug description:
  Note: this bug also affects gcc-4.6, gcc-4.7, gcc-4.8, and possibly
  gcc-4.9

  Sometime between gcc-4.5.8 and gcc-4.6.3 debian (accidentally) changed
  the output of the -dumpversion flag; possibly in an attempt to fix
  this bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643891

  As a result, -dumpversion now reports MAJOR.MINOR version info. This
  is in contrast to upstream and other distributions of gcc which report
  MAJOR.MINOR.PATCH version info.  This prevents simple machine parsing
  of gcc/g++/gfortran versions to filter out misbehaving versions. (For
  instance gcc-4.7.0's and gcc-4.7.1's C++11 ABI incompatibilities.)
  This bug has trickled down through gcc-4.6, gcc-4.7, gcc-4.8, and
  possibly gcc-4.9, and affects their binary packages (gcc, g++,
  gfortran, others?).

  This bug can be fixed by applying the attached patch, after "debian
  patching".

  Additional information:

  1) Ubuntu version
  [maru:~] lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  2) package version
  [maru:~] apt-cache policy gcc-4.8
  gcc-4.8:
Installed: 4.8.2-19ubuntu1
Candidate: 4.8.2-19ubuntu1
Version table:
   *** 4.8.2-19ubuntu1 0
  500 http://mirrors.kernel.org/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What do you expect to happen?
  [avnas:~] lsb_release -rd
  Description:Fedora release 20 (Heisenbug)
  Release:20
  [avnas:~] gcc --version
  gcc (GCC) 4.8.2 20131212 (Red Hat 4.8.2-7)
  Copyright (C) 2013 Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.  There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

  [avnas:~] gcc -dumpversion
  4.8.2
  [avnas:~] g++ -dumpversion
  4.8.2
  [avnas:~] gfortran -dumpversion
  4.8.2

  4) What happened instead?
  [maru:~] lsb_release -rd  
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  [maru:~] gcc --version
  gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  Copyright (C) 2013 Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.  There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

  [maru:~] gcc -dumpversion 
  4.8
  [maru:~] g++ -dumpversion
  4.8
  [maru:~] gfortran -dumpversion
  4.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.6/+bug/1360404/+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 1521745] [NEW] sshd will fail to start or restart if non-default Port option is incorrectly put after a non-default ListenAddress

2015-12-01 Thread jhartr7
Public bug reported:

I have a system where the default listening port is changed for sshd,
done at the bottom of my sshd_config.  I recently changed the
ListenAddress from its default (unset, which listens on all interfaces)
to bind to a specific IP.  The resulting relevant snippet of my
sshd_config was:

ListenAddress my_ip_here
Port 12345

I then restarted ssh with /etc/init.d/ssh restart and found that ssh was
not listening.

Re-reading the manpage, I see this:

ListenAddress
 Specifies the local addresses sshd(8) should listen on.  The fol‐
 lowing forms may be used:

   ListenAddress host|IPv4_addr|IPv6_addr
   ListenAddress host|IPv4_addr:port
   ListenAddress [host|IPv6_addr]:port

 If port is not specified, sshd will listen on the address and all
 prior Port options specified.  The default is to listen on all
 local addresses.  Multiple ListenAddress options are permitted.
 Additionally, any Port options must precede this option for non-
 port qualified addresses.

On a hunch, I remove the Port line and simply change my relevant config
to:

ListenAddress my_ip_here:12345

sshd then restarted just fine.

In looking at the logs, I see:

Dec  1 11:40:26 jhart-laptop kernel: [1207947.954263] init: ssh main process 
(26655) terminated with status 255
Dec  1 11:40:26 jhart-laptop kernel: [1207947.954277] init: ssh main process 
ended, respawning
Dec  1 11:40:26 jhart-laptop kernel: [1207947.957687] init: ssh main process 
(26658) terminated with status 255
Dec  1 11:40:26 jhart-laptop kernel: [1207947.957703] init: ssh main process 
ended, respawning
Dec  1 11:40:26 jhart-laptop kernel: [1207947.961094] init: ssh main process 
(26661) terminated with status 255
Dec  1 11:40:26 jhart-laptop kernel: [1207947.961115] init: ssh main process 
ended, respawning
Dec  1 11:40:26 jhart-laptop kernel: [1207947.964835] init: ssh main process 
(26664) terminated with status 255
Dec  1 11:40:26 jhart-laptop kernel: [1207947.964852] init: ssh main process 
ended, respawning
Dec  1 11:40:26 jhart-laptop kernel: [1207947.968028] init: ssh main process 
(26667) terminated with status 255
Dec  1 11:40:26 jhart-laptop kernel: [1207947.968043] init: ssh main process 
ended, respawning
Dec  1 11:40:26 jhart-laptop kernel: [1207947.971004] init: ssh main process 
(26670) terminated with status 255
Dec  1 11:40:26 jhart-laptop kernel: [1207947.971021] init: ssh main process 
ended, respawning
Dec  1 11:40:26 jhart-laptop kernel: [1207947.974044] init: ssh main process 
(26673) terminated with status 255
Dec  1 11:40:26 jhart-laptop kernel: [1207947.974087] init: ssh main process 
ended, respawning
Dec  1 11:40:26 jhart-laptop kernel: [1207947.977853] init: ssh main process 
(26676) terminated with status 255
Dec  1 11:40:26 jhart-laptop kernel: [1207947.977868] init: ssh main process 
ended, respawning
Dec  1 11:40:26 jhart-laptop kernel: [1207947.980928] init: ssh main process 
(26679) terminated with status 255
Dec  1 11:40:26 jhart-laptop kernel: [1207947.980944] init: ssh main process 
ended, respawning
Dec  1 11:40:26 jhart-laptop kernel: [1207947.984059] init: ssh main process 
(26682) terminated with status 255
Dec  1 11:40:26 jhart-laptop kernel: [1207947.984075] init: ssh main process 
ended, respawning
Dec  1 11:40:26 jhart-laptop kernel: [1207947.987118] init: ssh main process 
(26685) terminated with status 255
Dec  1 11:40:26 jhart-laptop kernel: [1207947.987132] init: ssh respawning too 
fast, stopped

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: openssh-server 1:5.9p1-5ubuntu1.7
ProcVersionSignature: Ubuntu 3.13.0-66.108~precise1-generic 3.13.11-ckt27
Uname: Linux 3.13.0-66-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.13
Architecture: amd64
Date: Tue Dec  1 11:54:42 2015
InstallationMedia: Ubuntu 12.04.5 LTS "Precise Pangolin" - Release amd64 
(20140807)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise running-unity

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

Title:
  sshd will fail to start or restart if non-default Port option is
  incorrectly put after a non-default ListenAddress

Status in openssh package in Ubuntu:
  New

Bug description:
  I have a system where the default listening port is changed for sshd,
  done at the bottom of my sshd_config.  I recently changed the
  ListenAddress from its default (unset, which listens on all
  interfaces) to bind to a specific IP.  The resulting relevant snippet
  of my sshd_config was:

  ListenAddress my_ip_here
  Port 12345

  I then 

[Touch-packages] [Bug 1521773] [NEW] mediaplayer app is detected as legacy app

2015-12-01 Thread Michael Zanetti
Public bug reported:

The mediaplayer app doesn't have the key "X-Ubuntu-Touch=true" in its
.desktop file. That causes unity8 to recognize it as legacy app and it
will trigger a warning message when it's running while leaving windowed
mode. Soon unity8 will also prevent running legacy apps in staged mode.

We either need to implement a proper way to allow hiding things from the
apps scope or figure something else to determine if an app is supporting
the Ubuntu touch life cycle.

** Affects: canonical-pocket-desktop
 Importance: Undecided
 Status: New

** Affects: mediaplayer-app
 Importance: Undecided
 Status: New

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

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

** Also affects: mediaplayer-app
   Importance: Undecided
   Status: New

** Also affects: canonical-pocket-desktop
   Importance: Undecided
   Status: New

** Also affects: unity-scope-click
   Importance: Undecided
   Status: New

** Project changed: unity-scope-click => unity-scope-click (Ubuntu)

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

Title:
  mediaplayer app is detected as legacy app

Status in canonical-pocket-desktop:
  New
Status in mediaplayer-app:
  New
Status in unity-scope-click package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  The mediaplayer app doesn't have the key "X-Ubuntu-Touch=true" in its
  .desktop file. That causes unity8 to recognize it as legacy app and it
  will trigger a warning message when it's running while leaving
  windowed mode. Soon unity8 will also prevent running legacy apps in
  staged mode.

  We either need to implement a proper way to allow hiding things from
  the apps scope or figure something else to determine if an app is
  supporting the Ubuntu touch life cycle.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1521773/+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 1342031] Re: Rename QML modules to follow qml-module-foo naming

2015-12-01 Thread Rodney Dawes
** Changed in: ubuntuone-credentials (Ubuntu)
   Status: New => Fix Released

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

Title:
  Rename QML modules to follow qml-module-foo naming

Status in accounts-qml-module package in Ubuntu:
  Fix Released
Status in address-book-app package in Ubuntu:
  New
Status in bacon2d package in Ubuntu:
  Triaged
Status in clickmanager-plugin package in Ubuntu:
  New
Status in content-hub package in Ubuntu:
  New
Status in cordova-ubuntu package in Ubuntu:
  New
Status in dee-qt package in Ubuntu:
  New
Status in gsettings-qt package in Ubuntu:
  New
Status in history-service package in Ubuntu:
  New
Status in libhud-qt package in Ubuntu:
  Won't Fix
Status in libqofono package in Ubuntu:
  New
Status in libusermetrics package in Ubuntu:
  New
Status in mediascanner2 package in Ubuntu:
  Fix Released
Status in poppler-qml-plugin package in Ubuntu:
  New
Status in qml-box2d package in Ubuntu:
  New
Status in qml-friends package in Ubuntu:
  New
Status in qt3d-opensource-src package in Ubuntu:
  Fix Released
Status in qtconnectivity-opensource-src package in Ubuntu:
  Fix Released
Status in qtdeclarative-opensource-src package in Ubuntu:
  Fix Released
Status in qtfeedback-opensource-src package in Ubuntu:
  Fix Released
Status in qtgrilo package in Ubuntu:
  New
Status in qtlocation-opensource-src package in Ubuntu:
  Fix Released
Status in qtmultimedia-opensource-src package in Ubuntu:
  Fix Released
Status in qtpim-opensource-src package in Ubuntu:
  Fix Released
Status in qtquickcontrols-opensource-src package in Ubuntu:
  Fix Released
Status in qtsensors-opensource-src package in Ubuntu:
  Fix Released
Status in qtsystems-opensource-src package in Ubuntu:
  Fix Released
Status in reminders-app package in Ubuntu:
  New
Status in solid package in Ubuntu:
  New
Status in sync-monitor package in Ubuntu:
  New
Status in telephony-service package in Ubuntu:
  Triaged
Status in thumbnailer package in Ubuntu:
  Fix Released
Status in u1db-qt package in Ubuntu:
  Confirmed
Status in ubuntu-download-manager package in Ubuntu:
  Triaged
Status in ubuntu-keyboard package in Ubuntu:
  New
Status in ubuntu-settings-components package in Ubuntu:
  New
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in ubuntu-ui-extras package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed
Status in ubuntuone-credentials package in Ubuntu:
  Fix Released
Status in unity-action-api package in Ubuntu:
  Triaged
Status in unity-notifications package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  The package names of QML modules should be of the format qml-
  module-{$modulename}[version], a transition that was started during Qt
  5.3 preparation in Ubuntu. For example this could be qml-module-
  qtquick-localstorage or qml-module-qtsysteminfo for non versioned
  modules, and qml-module-ubuntu-webthing0.3 for versioned/co-
  installable modules.

  Further details in Debian e-mail:
  http://lists.alioth.debian.org/pipermail/pkg-kde-
  talk/2014-March/001889.html

  For Ubuntu, transitional packages should be put in place for smooth 
distribution upgrades, since we're shipping with the old names in previous 
Ubuntus. An example of that is at 
http://bazaar.launchpad.net/~kubuntu-packagers/kubuntu-packaging/qtsystems-opensource-src/revision/31
 - in other words:
  - Make the old package a transitional oldlibs package that depends on the new 
package
  - Add Breaks/Replaces to the new package for the old non-transitional 
packages (be careful about the version number specification)
  - Keep Multi-Arch: same and Architecture: any for the transitional package
  - Write "QML module" instead of "QML plugin"
  - Rename also the *.install files

  ---
  One more example on naming:

  For example, the "test" (qtdeclarative5-test-plugin) in the old
  qtdeclarative5-style package naming became "qttest" (qml-module-
  qttest) in the new naming since the path is actually under
  /usr/lib/*/qt5/qml/QtTest/

  qml-module-qtquick-xmllistmodel has path
  /usr/lib/*/qt5/qml/QtQuick/XmlListModel, as an example if you have
  more than one subdir. /usr/lib/*/qt5/qml/Ubuntu/Connectivity/ would be
  qml-module-ubuntu-connectivity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accounts-qml-module/+bug/1342031/+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 1521744] [NEW] Entry in fstab with x-initrd.mount not mounted at boot

2015-12-01 Thread Andrew Tribick
Public bug reported:

I am running a system with a separate /var partition - this causes
errors due to various services being started before the /var partition
is mounted. As an attempt to fix this, I have tried adding the
x-initrd.mount option to the entry in /etc/fstab for the /var partition,
according to
http://www.freedesktop.org/software/systemd/man/systemd.special.html
this should add the partition to the sysroot-usr.mount target.

Example fstab entry

UUID={*irrelevant to bug report*}  /varext4
defaults,x-initrd.mount0   2

What actually happens is that this causes the partition not to be
mounted at all after boot. Using sudo mount -a does nevertheless
successfully mount the partition.

Reproducible: always

In searching for information about this issue, I came across the
following in the Red Hat Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=1249513

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: systemd 225-1ubuntu9
ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
Uname: Linux 4.2.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Dec  1 20:46:20 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-10-31 (31 days ago)
InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: ASUSTeK COMPUTER INC. CG8270
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-18-generic.efi.signed 
root=UUID=15dd477c-fc5c-42ba-a9b1-54282be263ad ro quiet splash vt.handoff=7
SourcePackage: systemd
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/29/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0607
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: CG8270
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0607:bd08/29/2012:svnASUSTeKCOMPUTERINC.:pnCG8270:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnCG8270:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: CG8270
dmi.product.version: System Version
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: amd64 apport-bug wily

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

Title:
  Entry in fstab with x-initrd.mount not mounted at boot

Status in systemd package in Ubuntu:
  New

Bug description:
  I am running a system with a separate /var partition - this causes
  errors due to various services being started before the /var partition
  is mounted. As an attempt to fix this, I have tried adding the
  x-initrd.mount option to the entry in /etc/fstab for the /var
  partition, according to
  http://www.freedesktop.org/software/systemd/man/systemd.special.html
  this should add the partition to the sysroot-usr.mount target.

  Example fstab entry

  UUID={*irrelevant to bug report*}  /varext4
  defaults,x-initrd.mount0   2

  What actually happens is that this causes the partition not to be
  mounted at all after boot. Using sudo mount -a does nevertheless
  successfully mount the partition.

  Reproducible: always

  In searching for information about this issue, I came across the
  following in the Red Hat Bugzilla:
  https://bugzilla.redhat.com/show_bug.cgi?id=1249513

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: systemd 225-1ubuntu9
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Dec  1 20:46:20 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-10-31 (31 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. CG8270
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-18-generic.efi.signed 
root=UUID=15dd477c-fc5c-42ba-a9b1-54282be263ad ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0607
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: CG8270
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1521737] Re: Cannot enable bluetooth

2015-12-01 Thread Pat McGowan
Log reports
Dec  1 09:25:00 ubuntu-phablet bluetoothd[744]: Not enough free handles to 
register service

so we may have new FH leaks

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Pat McGowan (pat-mcgowan)

-- 
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/1521737

Title:
  Cannot enable bluetooth

Status in Canonical System Image:
  Confirmed
Status in bluez package in Ubuntu:
  New

Bug description:
  MX4 running propsoed 181 with debug enabled kernel

  Paired to car and saw signal strength indicated
  Left car, renetered car and noticed not paried and BT disabled in the 
indicator
  tried to enable, 1 min later it resets to disabled

  Bluetoothd is no longer running
  there was a previous crash file in /var/crash

  see syslog attached

  /var/lib/urfkill/saved-states:
  [BLUETOOTH]
  soft=false
  prev-soft=false

  /var/log/upstart/bluetooth-touch.log
  start: Unknown job: bluetooth-touch-arale

  Reboot and bt is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1521737/+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 893355] Re: cp issue: copying large file from inside gvfs fails but nautilus has no problem

2015-12-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: coreutils (Ubuntu)
   Status: New => Confirmed

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

Title:
  cp issue: copying large file from inside gvfs fails but nautilus has
  no problem

Status in coreutils package in Ubuntu:
  Confirmed

Bug description:
  I downloaded Puppeee-1.0-atom.iso from pupeee.org, mounted it with
  gvfs and attempted, via the command line cp to copy eee-504.sfs out of
  it to a file on the local hard drive.

  cp stopped partway with an error: Operation not supported.

  Tried the copy with nautilus and it worked ok.

  Running on Ubuntu 11.10 on Vaio i5-430M with 4GB RAM.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/893355/+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 1518583] Re: [Ubuntu Store Scope] "show all" only shows first 100 results

2015-12-01 Thread Alejandro J. Cura
** Also affects: unity-scopes-shell (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [Ubuntu Store Scope] "show all" only shows first 100 results

Status in Canonical System Image:
  Confirmed
Status in Click Package Index:
  New
Status in unity-scope-click package in Ubuntu:
  Confirmed
Status in unity-scopes-shell package in Ubuntu:
  New

Bug description:
  In category news & magazines there are not displayed all apps when you
  click on display all. Unrated apps are currently not displayed. But
  maybe there's a app count limit. If you search for the name of an
  undisplayed app it's found. Example: "Tagesanzeiger"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1518583/+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 1521803] [NEW] caps lock not working if auto caps on

2015-12-01 Thread Bill Filler
Public bug reported:

Open address book and create a new contact
Notice the shift key is highlighted
double click the shift key to turn on caps lock (I want to type an all caps 
name)
start typing and the shift key goes back to normal after typing first character

** Affects: canonical-devices-system-image
 Importance: High
 Assignee: Bill Filler (bfiller)
 Status: Confirmed

** Affects: ubuntu-keyboard (Ubuntu)
 Importance: High
 Assignee: Michael Sheldon (michael-sheldon)
 Status: Confirmed

** Changed in: ubuntu-keyboard (Ubuntu)
 Assignee: (unassigned) => Michael Sheldon (michael-sheldon)

** Changed in: ubuntu-keyboard (Ubuntu)
   Importance: Undecided => High

** Changed in: ubuntu-keyboard (Ubuntu)
   Status: New => Confirmed

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
Milestone: None => ww02-2016

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

-- 
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/1521803

Title:
  caps lock not working if auto caps on

Status in Canonical System Image:
  Confirmed
Status in ubuntu-keyboard package in Ubuntu:
  Confirmed

Bug description:
  Open address book and create a new contact
  Notice the shift key is highlighted
  double click the shift key to turn on caps lock (I want to type an all caps 
name)
  start typing and the shift key goes back to normal after typing first 
character

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1521803/+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 1521806] [NEW] undefined reference to glProgramUniform3fv when building opengl app

2015-12-01 Thread Dan Kegel
Public bug reported:

A library which is being developed against the nvidia libGL.so fails to link 
against mesa's libGL.so.
The linker complains:

foo: undefined reference to `glProgramUniform1fv'
foo: undefined reference to `glProgramUniform1i'
foo: undefined reference to `glProgramUniform2fv'
foo: undefined reference to `glProgramUniform3fv'
foo: undefined reference to `glProgramUniform4fv'
foo: undefined reference to `glProgramUniformMatrix3fv'
foo: undefined reference to `glProgramUniformMatrix4fv'
foo: undefined reference to `glXCreateContextAttribsARB'

Is this expected behavior, punishing the developer for not using an extension 
loader, or something?
Or should mesa export everything nvidia exports?

Sounds like it's expected behavior, given 
http://sourceforge.net/p/mesa3d/mailman/message/26157363/
but I thought I'd file it in case some other OpenGL noob runs into it.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libgl1-mesa-dev 10.1.3-0ubuntu0.4
ProcVersionSignature: Ubuntu 3.13.0-55.92-generic 3.13.11-ckt20
Uname: Linux 3.13.0-55-generic x86_64
NonfreeKernelModules: veth aufs xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack 
xt_tcpudp bridge stp llc iptable_filter ip_tables x_tables rfcomm bnep 
bluetooth coretemp crct10dif_pclmul crc32_pclmul ghash_clmulni_intel 
vmw_balloon aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd 
serio_raw vmwgfx ppdev ttm parport_pc lp parport drm shpchp mac_hid vmw_vmci 
i2c_piix4 psmouse vmw_pvscsi vmxnet3 mptspi e1000 floppy mptscsih mptbase 
pata_acpi
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Tue Dec  1 15:29:17 2015
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mesa
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  undefined reference to  glProgramUniform3fv when building opengl app

Status in mesa package in Ubuntu:
  New

Bug description:
  A library which is being developed against the nvidia libGL.so fails to link 
against mesa's libGL.so.
  The linker complains:

  foo: undefined reference to `glProgramUniform1fv'
  foo: undefined reference to `glProgramUniform1i'
  foo: undefined reference to `glProgramUniform2fv'
  foo: undefined reference to `glProgramUniform3fv'
  foo: undefined reference to `glProgramUniform4fv'
  foo: undefined reference to `glProgramUniformMatrix3fv'
  foo: undefined reference to `glProgramUniformMatrix4fv'
  foo: undefined reference to `glXCreateContextAttribsARB'

  Is this expected behavior, punishing the developer for not using an extension 
loader, or something?
  Or should mesa export everything nvidia exports?

  Sounds like it's expected behavior, given 
http://sourceforge.net/p/mesa3d/mailman/message/26157363/
  but I thought I'd file it in case some other OpenGL noob runs into it.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dev 10.1.3-0ubuntu0.4
  ProcVersionSignature: Ubuntu 3.13.0-55.92-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  NonfreeKernelModules: veth aufs xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack 
xt_tcpudp bridge stp llc iptable_filter ip_tables x_tables rfcomm bnep 
bluetooth coretemp crct10dif_pclmul crc32_pclmul ghash_clmulni_intel 
vmw_balloon aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd 
serio_raw vmwgfx ppdev ttm parport_pc lp parport drm shpchp mac_hid vmw_vmci 
i2c_piix4 psmouse vmw_pvscsi vmxnet3 mptspi e1000 floppy mptscsih mptbase 
pata_acpi
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Tue Dec  1 15:29:17 2015
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1521806/+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 1521800] [NEW] /usr/bin/signonpluginprocess:11:QNetworkReply::error:OAuth2PluginNS::BasePlugin::onPostFinished:OAuth2PluginNS::BasePlugin::qt_static_metacall:QObject::event:QCore

2015-12-01 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding signon.  This problem was most recently seen with version
8.58+16.04.20151106-0ubuntu1, the problem page at
https://errors.ubuntu.com/problem/17dc65f889a59eed4d6d4099b339de34675bec83
contains more details.

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


** Tags: trusty xenial

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

Title:
  
/usr/bin/signonpluginprocess:11:QNetworkReply::error:OAuth2PluginNS::BasePlugin::onPostFinished:OAuth2PluginNS::BasePlugin::qt_static_metacall:QObject::event:QCoreApplication::notify

Status in signon package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding signon.  This problem was most recently seen with version
  8.58+16.04.20151106-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/17dc65f889a59eed4d6d4099b339de34675bec83
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/signon/+bug/1521800/+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 1468619] Re: Failed to make ourselves RT: Operation not permitted

2015-12-01 Thread Ken Sharp
Upgraded to Trusty and the problem appears to have fixed itself.

** Changed in: rtkit (Ubuntu)
   Status: New => Fix Committed

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

Title:
  Failed to make ourselves RT: Operation not permitted

Status in rtkit package in Ubuntu:
  Fix Committed

Bug description:
  rtkit-daemon has been failing for months. I have no idea how to get it
  to tell me why.

  Jun 25 06:56:30 babs rtkit-daemon[2195]: Supervising 0 threads of 0 processes 
of 0 users.
  Jun 25 06:56:30 babs rtkit-daemon[2195]: Exiting cleanly.
  Jun 25 06:56:30 babs rtkit-daemon[2195]: Demoting known real-time threads.
  Jun 25 06:56:30 babs rtkit-daemon[2195]: Demoted 0 threads.
  Jun 25 06:56:30 babs rtkit-daemon[2195]: Exiting watchdog thread.
  Jun 25 06:56:30 babs rtkit-daemon[2195]: Exiting canary thread.
  Jun 25 06:56:34 babs dbus[1360]: [system] Activating service 
name='org.freedesktop.RealtimeKit1' (using servicehelper)
  Jun 25 06:56:35 babs dbus[1360]: [system] Successfully activated service 
'org.freedesktop.RealtimeKit1'
  Jun 25 06:56:35 babs rtkit-daemon[2305]: Successfully called chroot.
  Jun 25 06:56:35 babs rtkit-daemon[2305]: Successfully dropped privileges.
  Jun 25 06:56:35 babs rtkit-daemon[2305]: Successfully limited resources.
  Jun 25 06:56:35 babs rtkit-daemon[2305]: Running.
  Jun 25 06:56:35 babs rtkit-daemon[2305]: Failed to make ourselves RT: 
Operation not permitted
  Jun 25 06:56:35 babs rtkit-daemon[2305]: Watchdog thread running.
  Jun 25 06:56:35 babs rtkit-daemon[2305]: Canary thread running.

  AFAIK it started failing after a dist-upgrade but I cannot remember
  when. The syslog is filled with the daemon attempting to work.

  Jun 24 18:32:26 babs rtkit-daemon[2195]: Failed to make ourselves RT: 
Operation not permitted
  Jun 24 18:33:27  rtkit-daemon[2195]: last message repeated 13 times
  Jun 24 18:34:29  rtkit-daemon[2195]: last message repeated 22 times
  

  Googled around but could not find a solution or even a suggestion.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rtkit 0.10-2ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.11.0-26.45~precise1-generic 3.11.10.12
  Uname: Linux 3.11.0-26-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.9
  Architecture: i386
  Date: Thu Jun 25 07:03:24 2015
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: rtkit
  UpgradeStatus: Upgraded to precise on 2014-12-07 (199 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rtkit/+bug/1468619/+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 1521773] Re: mediaplayer app is detected as legacy app

2015-12-01 Thread Michał Sawicz
Isn't "OnlyShowIn=" respected by the click scope as well?

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

Title:
  mediaplayer app is detected as legacy app

Status in canonical-pocket-desktop:
  New
Status in mediaplayer-app:
  New
Status in unity-scope-click package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  The mediaplayer app doesn't have the key "X-Ubuntu-Touch=true" in its
  .desktop file. That causes unity8 to recognize it as legacy app and it
  will trigger a warning message when it's running while leaving
  windowed mode. Soon unity8 will also prevent running legacy apps in
  staged mode.

  We either need to implement a proper way to allow hiding things from
  the apps scope or figure something else to determine if an app is
  supporting the Ubuntu touch life cycle.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1521773/+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 1521799] [NEW] /usr/bin/webapp-container:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:std::__throw_length_error

2015-12-01 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding webbrowser-app.  This problem was most recently seen with
version 0.23+16.04.20151126-0ubuntu1, the problem page at
https://errors.ubuntu.com/problem/71de36bd3a762255253819b6cf39b5f35444a21c
contains more details.

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


** Tags: wily xenial

-- 
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/1521799

Title:
  /usr/bin/webapp-
  
container:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:std::__throw_length_error

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding webbrowser-app.  This problem was most recently seen with
  version 0.23+16.04.20151126-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/71de36bd3a762255253819b6cf39b5f35444a21c
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1521799/+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 1520367] Re: package libva1 1.6.0-1 failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libva1/changelog.Debian.gz', which is different from other instances of

2015-12-01 Thread Sebastian Ramacher
*** This bug is a duplicate of bug 1424696 ***
https://bugs.launchpad.net/bugs/1424696

** This bug has been marked a duplicate of bug 1424696
   package libva1 1.3.1-3 failed to install/upgrade: trying to overwrite shared 
'/usr/share/doc/libva1/changelog.Debian.gz', which is different from other 
instances of package libva1:i386

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

Title:
  package libva1 1.6.0-1 failed to install/upgrade: trying to overwrite
  shared '/usr/share/doc/libva1/changelog.Debian.gz', which is different
  from other instances of package libva1:amd64

Status in libva package in Ubuntu:
  New

Bug description:
  Eu não consigo fazer upgrade :(

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libva1 1.6.0-1
  ProcVersionSignature: Ubuntu 3.19.0-33.38-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.8
  Architecture: amd64
  Date: Thu Nov 26 17:37:12 2015
  DuplicateSignature: package:libva1:1.6.0-1:trying to overwrite shared 
'/usr/share/doc/libva1/changelog.Debian.gz', which is different from other 
instances of package libva1:amd64
  ErrorMessage: trying to overwrite shared 
'/usr/share/doc/libva1/changelog.Debian.gz', which is different from other 
instances of package libva1:amd64
  InstallationDate: Installed on 2015-09-11 (75 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.9.7ubuntu4.2
  SourcePackage: libva
  Title: package libva1 1.6.0-1 failed to install/upgrade: trying to overwrite 
shared '/usr/share/doc/libva1/changelog.Debian.gz', which is different from 
other instances of package libva1:amd64
  UpgradeStatus: Upgraded to wily on 2015-11-22 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libva/+bug/1520367/+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 1520366] Re: package libva1 1.6.0-1 failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libva1/changelog.Debian.gz', which is different from other instances of

2015-12-01 Thread Sebastian Ramacher
*** This bug is a duplicate of bug 1424696 ***
https://bugs.launchpad.net/bugs/1424696

** This bug has been marked a duplicate of bug 1424696
   package libva1 1.3.1-3 failed to install/upgrade: trying to overwrite shared 
'/usr/share/doc/libva1/changelog.Debian.gz', which is different from other 
instances of package libva1:i386

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

Title:
  package libva1 1.6.0-1 failed to install/upgrade: trying to overwrite
  shared '/usr/share/doc/libva1/changelog.Debian.gz', which is different
  from other instances of package libva1:amd64

Status in libva package in Ubuntu:
  New

Bug description:
  Eu não consigo fazer upgrade :(

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libva1 1.6.0-1
  ProcVersionSignature: Ubuntu 3.19.0-33.38-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.8
  Architecture: amd64
  Date: Thu Nov 26 17:37:12 2015
  DuplicateSignature: package:libva1:1.6.0-1:trying to overwrite shared 
'/usr/share/doc/libva1/changelog.Debian.gz', which is different from other 
instances of package libva1:amd64
  ErrorMessage: trying to overwrite shared 
'/usr/share/doc/libva1/changelog.Debian.gz', which is different from other 
instances of package libva1:amd64
  InstallationDate: Installed on 2015-09-11 (75 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.9.7ubuntu4.2
  SourcePackage: libva
  Title: package libva1 1.6.0-1 failed to install/upgrade: trying to overwrite 
shared '/usr/share/doc/libva1/changelog.Debian.gz', which is different from 
other instances of package libva1:amd64
  UpgradeStatus: Upgraded to wily on 2015-11-22 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libva/+bug/1520366/+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 1512826] Re: when i delete .trash_1000 folder frm usb nautilus freeses

2015-12-01 Thread Rodrigo Renie
The fix in glib2.0 - 2.47.3-3 solved the problem for me!

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

Title:
  when i delete .trash_1000 folder frm usb nautilus freeses

Status in GLib:
  Fix Released
Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Wily:
  Fix Committed

Bug description:
  when i delete .trash_1000 folder frm usb nautilus freeses on ubuntu
  15.10. please help

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1512826/+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 1521834] [NEW] Overheating and cpu scaling frecuency

2015-12-01 Thread Carlos Elias Buraye
Public bug reported:

the graphics hd and hd video (flash or html5), make the cpu is very hot, which 
causes the CPU frequency is reduced to its minimum speed which makes the PC to 
crash.
I use i8kutils and cpufreq try to solve the problem of high temperature, but it 
did not work, fails to take control of the fans, they like the CPU frequency 
are directly controlled by the BIOS.

Description:Ubuntu 14.04.3 LTS
Release:14.04
model name  : Intel(R) Core(TM)2 Duo CPU T7250  @ 2.00GHz
cpu MHz : 1600.000
model name  : Intel(R) Core(TM)2 Duo CPU T7250  @ 2.00GHz
cpu MHz : 800.000

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-70.113-generic 3.13.11-ckt29
Uname: Linux 3.13.0-70-generic i686
.tmp.unity.support.test.1:
 
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Tue Dec  1 21:36:44 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 vboxguest, 4.3.22, 3.13.0-70-generic, i686: installed
 vboxhost, 4.3.22, 3.13.0-70-generic, i686: installed
GraphicsCard:
 Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) 
[8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
   Subsystem: Dell Latitude D630 [1028:01f9]
   Subsystem: Dell Device [1028:01f9]
InstallationDate: Installed on 2014-10-03 (425 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
MachineType: Dell Inc. Latitude D630
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-70-generic 
root=UUID=462dcecc-a815-4916-9930-618e735ffe04 ro recovery nomodeset
Renderer: Software
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/04/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A19
dmi.board.name: 0KU184
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude D630
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.libdrm2: libdrm2 2.4.65+git20151026.c745e541-0ubuntu0ricotz~trusty
version.libgl1-mesa-dri: libgl1-mesa-dri 
11.0.4~git20151026+11.0.ec14e6f8-0ubuntu0ricotz~trusty
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 
11.0.4~git20151026+11.0.ec14e6f8-0ubuntu0ricotz~trusty
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.4.99+git20140806.fbf575cb-0ubuntu0sarvatt~trusty
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20151120.f6e9316e-0ubuntu0sarvatt~trusty
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11+git20141030.3fb97d78-0ubuntu0sarvatt~trusty2
xserver.bootTime: Tue Dec  1 21:32:52 2015
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2.7

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


** Tags: apport-bug compiz-0.9 i386 third-party-packages trusty ubuntu

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

Title:
  Overheating and cpu scaling frecuency

Status in xorg package in Ubuntu:
  New

Bug description:
  the graphics hd and hd video (flash or html5), make the cpu is very hot, 
which causes the CPU frequency is reduced to its minimum speed which makes the 
PC to crash.
  I use i8kutils and cpufreq try to solve the problem of high temperature, but 
it did not work, fails to take control of the fans, they like the CPU frequency 
are directly controlled by the BIOS.

  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04
  model name: Intel(R) Core(TM)2 Duo CPU T7250  @ 2.00GHz
  cpu MHz   : 1600.000
  model name: Intel(R) Core(TM)2 Duo CPU T7250  @ 2.00GHz
  cpu MHz   : 800.000

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-70.113-generic 3.13.11-ckt29
  Uname: Linux 3.13.0-70-generic i686
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  

[Touch-packages] [Bug 1480877] Re: Access points' "PropertiesChanged" dbus signals freeze UI on mobile devices

2015-12-01 Thread Pat McGowan
** Changed in: canonical-devices-system-image
Milestone: ww02-2016 => ww50-2015

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

Title:
  Access points' "PropertiesChanged" dbus signals freeze UI on mobile
  devices

Status in Canonical System Image:
  Confirmed
Status in Unity 8:
  New
Status in dbus-cpp package in Ubuntu:
  In Progress
Status in indicator-network package in Ubuntu:
  Incomplete
Status in network-manager package in Ubuntu:
  Incomplete
Status in qtbase-opensource-src package in Ubuntu:
  In Progress
Status in buteo-syncfw package in Ubuntu RTM:
  New
Status in location-service package in Ubuntu RTM:
  In Progress
Status in maliit-framework package in Ubuntu RTM:
  New
Status in network-manager package in Ubuntu RTM:
  Incomplete
Status in sync-monitor package in Ubuntu RTM:
  New

Bug description:
  Krillin, rc-proposed, r83

  
  DESCRIPTION:
  I've been trying to track down the cause of the occasional UI freezes on my 
Krillin device, and I noticed that whenever the UI freezes for 2-4 seconds, I 
get a burst of "PropertiesChanged" signals in dbus-monitor

  Here's a log of what's shown in dbus-monitor:
  http://pastebin.ubuntu.com/11992322/

  I'd guess the problem is in the code that actually catches the signals
  and acts accordingly.

  HOW TO REPRODUCE: 
  1) Move to a place where many wifi hotspots are available
  2) Connect the device via USB and run "phablet-shell" and then "dbus-monitor"
  3) Use the device while keeping an eye on dbus-monitor output

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1480877/+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 1509118] Re: U1 account stops working and prevents using the store

2015-12-01 Thread Pat McGowan
** Changed in: canonical-devices-system-image
Milestone: ww02-2016 => ww50-2015

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

Title:
  U1 account stops working and prevents using the store

Status in Canonical System Image:
  Confirmed
Status in pay-service package in Ubuntu:
  New
Status in pay-ui package in Ubuntu:
  New
Status in ubuntu-push package in Ubuntu:
  New
Status in ubuntuone-credentials package in Ubuntu:
  New
Status in unity-scope-click package in Ubuntu:
  New

Bug description:
  In a phone with a U1 account configured and working, some users
  reported that about a week ago (i.e. before OTA-7) they started having
  problems to upgrade software or install new apps.

  When they want to upgrade/install, they are asked for their U1
  information as in no account was set up in the phone. If they add the
  account through Accounts in Settings, the phone apparently stores the
  information but when the user wants to use the store it disappears
  again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1509118/+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 1451448] Re: bzr fails to build on vivid (release) and trusty (test-rebuild only)

2015-12-01 Thread Mathew Hodson
Comment #2 says that this was fixed in 2.6.0+bzr6602-2ubuntu2 in wily.

Vivid has 2.6.0+bzr6595-6ubuntu1, so I don't think a  fix was ever
released there.

** Changed in: bzr (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: bzr (Ubuntu)
Milestone: ubuntu-15.10 => None

** Changed in: bzr (Ubuntu Vivid)
   Status: Fix Released => New

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

Title:
  bzr fails to build on vivid (release) and trusty (test-rebuild only)

Status in Bazaar:
  Fix Released
Status in bzr package in Ubuntu:
  Fix Released
Status in python2.7 package in Ubuntu:
  Invalid
Status in bzr source package in Trusty:
  Fix Committed
Status in python2.7 source package in Trusty:
  New
Status in bzr source package in Vivid:
  New
Status in python2.7 source package in Vivid:
  Invalid
Status in bzr package in Debian:
  Fix Released

Bug description:
  bzr fails to build on vivid (release) and trusty (test-rebuild only)

  various test failures seen, likely exposed by python 2.7.10.

  release:
  https://launchpad.net/ubuntu/+archive/test-rebuild-20150402/+build/7133674

  test rebuild:
  
https://launchpad.net/ubuntu/+archive/test-rebuild-20150501-updates/+build/7375272

  how to validate: successful build. the testsuite is run during the
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/1451448/+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 1514475] Re: [SRU] New upstream stable release 2.46.2

2015-12-01 Thread Brian Murray
Hello Iain, or anyone else affected,

Accepted glib2.0 into wily-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/glib2.0/2.46.2-1ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: glib2.0 (Ubuntu Wily)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

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

Title:
  [SRU] New upstream stable release 2.46.2

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Wily:
  Fix Committed

Bug description:
  [ Description ]

  Upstream have released a new bugfix release.

  [ QA, testing, regression potential ]

  Under the GNOME MRE, you can believe all bugs upstream says are fixed
  are really fixed. Just test the system and make sure there are no
  regressions (e.g. look at errors.ubuntu.com).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1514475/+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 1512826] Re: when i delete .trash_1000 folder frm usb nautilus freeses

2015-12-01 Thread Brian Murray
Hello zorin, or anyone else affected,

Accepted glib2.0 into wily-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/glib2.0/2.46.2-1ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: glib2.0 (Ubuntu Wily)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

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

Title:
  when i delete .trash_1000 folder frm usb nautilus freeses

Status in GLib:
  Fix Released
Status in glib2.0 package in Ubuntu:
  Fix Committed
Status in glib2.0 source package in Wily:
  Fix Committed

Bug description:
  when i delete .trash_1000 folder frm usb nautilus freeses on ubuntu
  15.10. please help

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1512826/+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 1477580] Re: [HTML5] AppaArmor denials to used the system installed UI SDK files, when webapp container used as a launcher

2015-12-01 Thread Pat McGowan
** Changed in: canonical-devices-system-image
Milestone: ww02-2016 => ww50-2015

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

Title:
  [HTML5] AppaArmor denials to used the system installed UI SDK files,
  when webapp container used as a launcher

Status in Canonical System Image:
  Fix Committed
Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Fix Released
Status in ubuntu-personal-security package in Ubuntu:
  Fix Released
Status in apparmor-easyprof-ubuntu package in Ubuntu RTM:
  Fix Released

Bug description:
  When launching an app create with the default HTML5 template in qtc on
  the device (it now uses the 'ubunu-webapp' apparmor template), the css
  styles are not applied at all.

  Here are the apparmor denials:

  Syslog> Jul 23 13:36:32 ubuntu-phablet kernel: [74934.079466] type=1400 
audit(1437658592.368:199): apparmor="DENIED" operation="open" 
profile="tutu.abreu-alexandre_tutu_0.1" 
name="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/fast-buttons.js" 
pid=13230 comm="Chrome_FileThre" requested_mask="r" denied_mask="r" fsuid=32011 
ouid=0
  Sdk-Launcher> There has been a AppArmor denial for your application.
  Sdk-Launcher> Most likely it is missing a policy in the AppArmor file.
  Syslog> Jul 23 13:36:32 ubuntu-phablet kernel: [74934.082182] type=1400 
audit(1437658592.368:200): apparmor="DENIED" operation="open" 
profile="tutu.abreu-alexandre_tutu_0.1" 
name="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/core.js" pid=13230 
comm="Chrome_FileThre" requested_mask="r" denied_mask="r" fsuid=32011 ouid=0
  Sdk-Launcher> There has been a AppArmor denial for your application.
  Sdk-Launcher> Most likely it is missing a policy in the AppArmor file.
  Syslog> Jul 23 13:36:32 ubuntu-phablet kernel: [74934.083800] type=1400 
audit(1437658592.368:201): apparmor="DENIED" operation="open" 
profile="tutu.abreu-alexandre_tutu_0.1" 
name="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/buttons.js" pid=13230 
comm="Chrome_FileThre" requested_mask="r" denied_mask="r" fsuid=32011 ouid=0
  Sdk-Launcher> There has been a AppArmor denial for your application.
  Sdk-Launcher> Most likely it is missing a policy in the AppArmor file.
  Syslog> Jul 23 13:36:32 ubuntu-phablet kernel: [74934.086150] type=1400 
audit(1437658592.378:202): apparmor="DENIED" operation="open" 
profile="tutu.abreu-alexandre_tutu_0.1" 
name="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/dialogs.js" pid=13230 
comm="Chrome_FileThre" requested_mask="r" denied_mask="r" fsuid=32011 ouid=0
  Sdk-Launcher> There has been a AppArmor denial for your application.
  Sdk-Launcher> Most likely it is missing a policy in the AppArmor file.
  Syslog> Jul 23 13:36:32 ubuntu-phablet kernel: [74934.088011] type=1400 
audit(1437658592.378:203): apparmor="DENIED" operation="open" 
profile="tutu.abreu-alexandre_tutu_0.1" 
name="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/page.js" pid=13230 
comm="Chrome_FileThre" requested_mask="r" denied_mask="r" fsuid=32011 ouid=0
  Sdk-Launcher> There has been a AppArmor denial for your application.
  Sdk-Launcher> Most likely it is missing a policy in the AppArmor file.
  Syslog> Jul 23 13:36:32 ubuntu-phablet kernel: [74934.092620] type=1400 
audit(1437658592.378:204): apparmor="DENIED" operation="open" 
profile="tutu.abreu-alexandre_tutu_0.1" 
name="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/pagestacks.js" 
pid=13230 comm="Chrome_FileThre" requested_mask="r" denied_mask="r" fsuid=32011 
ouid=0
  Sdk-Launcher> There has been a AppArmor denial for your application.
  Sdk-Launcher> Most likely it is missing a policy in the AppArmor file.
  Syslog> Jul 23 13:36:32 ubuntu-phablet kernel: [74934.094909] type=1400 
audit(1437658592.388:205): apparmor="DENIED" operation="open" 
profile="tutu.abreu-alexandre_tutu_0.1" 
name="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/tab.js" pid=13230 
comm="Chrome_FileThre" requested_mask="r" denied_mask="r" fsuid=32011 ouid=0

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1477580/+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 1458704] Re: Cannot use online banking with Bank of Ireland

2015-12-01 Thread TenLeftFingers
I'm happy to try but Id nees guidance. I don't have adb installed but I
have the terminal app on the phone and can enable developer mode. It
looks like for such a long string it would be better if I could edit the
file from the Ubuntu desktop with the phone connected. Will developer
mode let me access that file from the desktop?

-- 
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/1458704

Title:
  Cannot use online banking with Bank of Ireland

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  visiting the below URL gives a compatibility error :

  I cannot paste URL with BQ device so adding as attachment from
  terminal instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1458704/+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 1520624] Re: some tab previews are missing their handles and close buttons

2015-12-01 Thread Bill Filler
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
Milestone: None => ww02-2016

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => 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/1520624

Title:
  some tab previews are missing their handles and close buttons

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

Bug description:
  after todays update about half of my tabs in the browser session had
  no handles and close buttons anymore ... both re-appear once i tapped
  the tab once to load it ...

  http://i.imgur.com/0Etae8N.png

  in the screenshot you see the phoronix and endgadget tabs exposing the
  issue, the gizmodo tab used to have the same issue but grew a tab
  header when i opened it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1520624/+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 1519499] Re: [systemd] SIGPWR doesn't always lead to shutdown

2015-12-01 Thread Sven R. Kunze
Thanks for looking at this, Martin.

Minor correction: I work with Ubuntu 14.04. Containers are Wily.


> I suppose your journal output in comment #6 was from *after* you did "lxc 
> stop"?

Correct, it was *after* "lxc stop" (resp. all the other variants)

>>> lxc exec test -- ls -l 
>>> /lib/systemd/system/sigpwr.target.wants/sigpwr-container-shutdown.service 
>>> /lib/systemd/system/sigpwr-container-shutdown.service
-rw-r--r-- 1 root root 153 Oct 15 11:34 
/lib/systemd/system/sigpwr-container-shutdown.service
lrwxrwxrwx 1 root root  36 Oct 15 12:02 
/lib/systemd/system/sigpwr.target.wants/sigpwr-container-shutdown.service -> 
../sigpwr-container-shutdown.service

>>> lxc exec test -- systemd-detect-virt
lxc

>>> lxc stop test
^C>>>lxc exec test -- systemctl status -l sigpwr-container-shutdown.service
^C

The last call basically hangs (also without the -l option).

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

Title:
  [systemd] SIGPWR doesn't always lead to shutdown

Status in lxd package in Ubuntu:
  Triaged
Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  This is a follow-up on this issue here:
  https://github.com/lxc/lxd/issues/1336 I cannot stop a LXD container
  gently and as it seems the issue lies within ubuntu/systemd which does
  not handle SIGPWR correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/1519499/+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 1494824] Re: /usr/bin/messaging-app:6:__libc_message:malloc_printerr:_int_free:willGrow:QHash

2015-12-01 Thread Bill Filler
this was fixed in ota8

** Changed in: canonical-devices-system-image
   Status: Confirmed => Fix Committed

** Changed in: messaging-app (Ubuntu)
   Status: Confirmed => Fix Released

-- 
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/1494824

Title:
  /usr/bin/messaging-
  app:6:__libc_message:malloc_printerr:_int_free:willGrow:QHash

Status in Canonical System Image:
  Fix Committed
Status in messaging-app package in Ubuntu:
  Fix Released

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding messaging-app.  This problem was most recently seen with
  version 0.1+15.10.20150710.2-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/cf9f6b83e4b64157b9d112e83417ecb2cd5270fd
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1494824/+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 1519499] Re: [systemd] SIGPWR doesn't always lead to shutdown

2015-12-01 Thread Martin Pitt
Sven, can you please run it this way around:

lxc exec test -- systemd-analyze set-log-level debug
lxc exec test -- journalctl -f 2>&1 | tee /tmp/journal.txt

and then (in another terminal) "lxc stop test". This should trigger a
lot of log output. Please attach /tmp/journal.txt after it settled down.

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

Title:
  [systemd] SIGPWR doesn't always lead to shutdown

Status in lxd package in Ubuntu:
  Triaged
Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  This is a follow-up on this issue here:
  https://github.com/lxc/lxd/issues/1336 I cannot stop a LXD container
  gently and as it seems the issue lies within ubuntu/systemd which does
  not handle SIGPWR correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/1519499/+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 1511471] Re: [address book] Adding a online account should not change the default address book.

2015-12-01 Thread Renato Araujo Oliveira Filho
** Also affects: buteo-sync-plugins-contacts (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: buteo-sync-plugins-contacts (Ubuntu)
   Status: New => In Progress

** Changed in: buteo-sync-plugins-contacts (Ubuntu)
   Importance: Undecided => High

** Changed in: buteo-sync-plugins-contacts (Ubuntu)
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

** Branch linked: lp:~renatofilho/buteo-sync-plugins-contacts/no-
default-account

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

Title:
  [address book] Adding a online account should not change the default
  address book.

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  Fix Committed
Status in address-book-app package in Ubuntu:
  In Progress
Status in address-book-service package in Ubuntu:
  In Progress
Status in buteo-sync-plugins-contacts package in Ubuntu:
  In Progress

Bug description:
  The current version of Contacts APP uses the last added account as
  default account when creating contacts.

  This cause confusion with the user because this happen without the
  user notice and the Address book selector is most of the time obscured
  by the virtual keyboard.

  
   UX comment 

  When a new account is added and contacts are synced with the AB, the
  added account should NOT become a default.

  If users want to change the default account, they always have to do it
  manually for now. This option should be available through AB app
  settings.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1511471/+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 1496051] Re: kswapd pegging cpu

2015-12-01 Thread Pat McGowan
** Tags removed: hotfix

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

Title:
   kswapd pegging cpu

Status in Canonical System Image:
  Incomplete
Status in lxc-android-config package in Ubuntu:
  Confirmed

Bug description:
  while debugging bug 1491566
  On arale, rc-proposed circa sept 14
  I had launched phone, messaging, browser (on cnn.com), camera (taken pics), 
gallery (edit mode of pic), clock, ubuntu-system-settings, cut-the-rope, dash 
(of course) - toggling between them in the spread, just selecting them, mostly 
clock, browser, gallery
  and at the same time running the phone/text script as found in bug 1491566 
(modified to text, call, then text 5 times)

  I just happened to be running top and then noticed process
  kswapd
  would run & peg cpu intermittently, sometimes it would peg the cpu for just 1 
second or so, but then sometimes it would appear to run at 95%+ for like 10 
seconds or more.
  It didn't seem to follow a particular pattern, but i could definitely tell it 
was effecting the ui (stalling)

  ogra indicated our swappiness should be very low.
  so i did sudo sysctl vm.swappiness=10 as instructed, however as i continued 
testing, i continued to see kswapd continue to run and peg the cpu at about the 
same frequency.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1496051/+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 1512851] Re: No network error when making call

2015-12-01 Thread Bill Filler
** Changed in: dialer-app (Ubuntu)
 Assignee: Gustavo Pichorim Boiko (boiko) => Tiago Salem Herrmann (tiagosh)

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

Title:
  No network error when making call

Status in Canonical System Image:
  Triaged
Status in dialer-app package in Ubuntu:
  Triaged

Bug description:
  When the dialer app is not running and I get redirected to it in order
  to make a call, the first time I hit the "call" button I invariably
  get the error message: "no network" even though the phone is connected
  to the GSM network. (My phone has the language set to Norwegian, so I
  am guessing this is the English equivalent to the message I get.)

  Here is what I do in detail: 
  - I choose a number from the contacts list
  - I hit the phone icon next to the number to make a  call, 
  - the dialer app screen opens
  - I hit the "call" button, 
  - message "no network"

  The status bar at the top shows the phone has a GSM connection the
  whole time.

  When I try again a couple of seconds later, the call gets placed
  normally.

  The same thing happens when switching from the messaging app to the
  dialer in order to call the person I have been texting.

  However, if I wait a moment after entering the dialer before pressing
  the "call" button, everything runs normally.

  If the dialer-app is already active in the background when the
  redirection happens, the bug does not occur.

  Some kind of slow start issue? Screen appearing before the app is
  actually ready to take the command?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1512851/+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 1517531] Re: ringtone changes not applied until after reboot

2015-12-01 Thread Bill Filler
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

Title:
  ringtone changes not applied until after reboot

Status in Canonical System Image:
  Fix Committed
Status in telephony-service package in Ubuntu:
  Fix Committed

Bug description:
  When changing the ringtone in system settings, the newly selected
  ringtone isn't used for incoming calls until telephone-service-
  approver is restarted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1517531/+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 1424147] Re: Ubuntu Phone BQ: Camera makes shooting sound in silent mode

2015-12-01 Thread Bill Filler
** Changed in: canonical-devices-system-image
   Status: Confirmed => In Progress

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

Title:
  Ubuntu Phone BQ: Camera makes shooting sound in silent mode

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

Bug description:
  Hi!

  Steps:
  1. Put your phone in silent mode.
  2. Take a picture > Bug: The camera app makes shooting sound = In silent mode 
its shoudn't make that sound.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1424147/+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 1519499] Re: [systemd] SIGPWR doesn't always lead to shutdown

2015-12-01 Thread Sven R. Kunze
Done.

** Attachment added: "journal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/1519499/+attachment/4528051/+files/journal.txt

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

Title:
  [systemd] SIGPWR doesn't always lead to shutdown

Status in lxd package in Ubuntu:
  Triaged
Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  This is a follow-up on this issue here:
  https://github.com/lxc/lxd/issues/1336 I cannot stop a LXD container
  gently and as it seems the issue lies within ubuntu/systemd which does
  not handle SIGPWR correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/1519499/+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 1468496] Re: /usr/bin/dialer-app:6:qt_message_fatal:QMessageLogger::fatal:UbuntuClientIntegration::UbuntuClientIntegration:UbuntuMirClientIntegrationPlugin::create:loadIntegratio

2015-12-01 Thread Bill Filler
from stacktrace it appears that connection to MIR server is being
rejected for some reason. Looking at the "Examples" in the
errors.ubuntu.com page, seems like the condition is when dialer is being
invoked with url like "tel:///"


** Also affects: qtmir (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: dialer-app (Ubuntu)
   Importance: Undecided => High

** Changed in: mir (Ubuntu)
   Importance: Undecided => High

** Changed in: qtmir (Ubuntu)
   Importance: Undecided => High

** Changed in: dialer-app (Ubuntu)
 Assignee: (unassigned) => Gustavo Pichorim Boiko (boiko)

** Changed in: mir (Ubuntu)
 Assignee: (unassigned) => Kevin Gunn (kgunn)

** Changed in: canonical-devices-system-image
 Assignee: Bill Filler (bfiller) => Kevin Gunn (kgunn)

** Changed in: canonical-devices-system-image
 Assignee: Kevin Gunn (kgunn) => kevin gunn (kgunn72)

** Changed in: dialer-app (Ubuntu)
   Status: New => Confirmed

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

Title:
  /usr/bin/dialer-
  
app:6:qt_message_fatal:QMessageLogger::fatal:UbuntuClientIntegration::UbuntuClientIntegration:UbuntuMirClientIntegrationPlugin::create:loadIntegration

Status in Canonical System Image:
  Confirmed
Status in dialer-app package in Ubuntu:
  Confirmed
Status in mir package in Ubuntu:
  New
Status in qtmir package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding dialer-app.  This problem was most recently seen with
  version 0.1+15.10.20150615-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/d4b5f8e8e69986f28fd161d677a4cea7c76e4c7f
  contains more details.

  Rank 4 on errors.u.c with an increased number of reports with
  0.1+15.04.20151112.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1468496/+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 1521159] Re: "Favorites" bug in contacts after OTA-8

2015-12-01 Thread Bill Filler
** Changed in: address-book-app (Ubuntu)
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

** Changed in: address-book-app (Ubuntu)
   Importance: Undecided => High

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

Title:
  "Favorites" bug in contacts after OTA-8

Status in Canonical System Image:
  Confirmed
Status in address-book-app package in Ubuntu:
  Confirmed

Bug description:
  Before OTA-8 in "Favorites" tab I saw my contacts assigned to that category 
from Google Contacts.
  Status for now: I see no contacts in Favorites tab. Of course I can manually 
assign them again, but before it was synced with my Google account.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1521159/+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 1521186] Re: "Media Player" should be translatable on Sound Indicator

2015-12-01 Thread Bill Filler
** Changed in: mediaplayer-app (Ubuntu)
 Assignee: (unassigned) => Arthur Mello (artmello)

** Changed in: mediaplayer-app (Ubuntu)
   Status: New => Confirmed

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

Title:
  "Media Player" should be translatable on Sound Indicator

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

Bug description:
  "Media Player" should be translatable on Sound Indicator, see attached
  screenshot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1521186/+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 1521159] Re: "Favorites" bug in contacts after OTA-8

2015-12-01 Thread Renato Araujo Oliveira Filho
@Jinbel: looks like you have a old configuration file on your device
(due a previous update). You will need to manually remove it. You can
follow the steps describe on this page:
https://wiki.ubuntu.com/Process/Merges/TestPlan/buteo-sync section
'Restore from previous update'

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

Title:
  "Favorites" bug in contacts after OTA-8

Status in Canonical System Image:
  Confirmed
Status in address-book-app package in Ubuntu:
  Confirmed

Bug description:
  Before OTA-8 in "Favorites" tab I saw my contacts assigned to that category 
from Google Contacts.
  Status for now: I see no contacts in Favorites tab. Of course I can manually 
assign them again, but before it was synced with my Google account.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1521159/+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 1511471] Re: [address book] Adding a online account should not change the default address book.

2015-12-01 Thread Bill Filler
** Changed in: canonical-devices-system-image
   Status: Confirmed => In Progress

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

Title:
  [address book] Adding a online account should not change the default
  address book.

Status in Canonical System Image:
  In Progress
Status in Ubuntu UX:
  Fix Committed
Status in address-book-app package in Ubuntu:
  In Progress
Status in address-book-service package in Ubuntu:
  In Progress
Status in buteo-sync-plugins-contacts package in Ubuntu:
  In Progress

Bug description:
  The current version of Contacts APP uses the last added account as
  default account when creating contacts.

  This cause confusion with the user because this happen without the
  user notice and the Address book selector is most of the time obscured
  by the virtual keyboard.

  
   UX comment 

  When a new account is added and contacts are synced with the AB, the
  added account should NOT become a default.

  If users want to change the default account, they always have to do it
  manually for now. This option should be available through AB app
  settings.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1511471/+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 1521709] Re: Xorg freeze - Nvidia driver after kernel update

2015-12-01 Thread Erv Bendiks
** Attachment added: ".. cut and paste of the syslog"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1521709/+attachment/4528095/+files/ervs%20syslog%20151201

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

Title:
  Xorg freeze - Nvidia driver after kernel update

Status in xorg package in Ubuntu:
  New

Bug description:
  
  My work around is:
  keep my PC on top of a work table beside my workstation to facilitate video 
card switching..  to remove it and install an AMD Radeon HD5450 which will boot 
and switch to nouveau with the new hardware discovery.  Older boot attempts in 
the syslog file indicate to my limited view the Nvidia driver has no authority 
to access it's own files after kernel update an hour and a half ago. The root 
cause.. not really Xorg, ...go figure.  Before the update I was thinking.. 
should I switch to nouveau for the update. Nahhh they fixed that nvidia driver 
kernel bug. It actually was for a while.
  Ubuntu 14.04
  Nvidia GTX 460, old iron. 
  ASRock Fata1ity amd mobo, this also used to happen on my gigabyte board over 
the last year and a half.
  email me if you didn't get the syslog.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-70.113-generic 3.13.11-ckt29
  Uname: Linux 3.13.0-70-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Dec  1 12:05:03 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Today
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 
230 OEM] [1002:6779] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Device [174b:a007]
  InstallationDate: Installed on 2014-11-23 (373 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-70-generic 
root=UUID=0d38073f-c972-4a45-8c1e-db6c24cb8537 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/04/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.50
  dmi.board.name: 990FX Killer
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd08/04/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rn990FXKiller:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Dec  1 11:39:31 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1521709/+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 1504084] Re: On unity8 desktop, websites serve mobile version

2015-12-01 Thread Bill Filler
** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: canonical-devices-system-image
   Status: Triaged => In Progress

-- 
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/1504084

Title:
  On unity8 desktop, websites serve mobile version

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

Bug description:
  On unity8 on desktop, the webbrowser-app shows the mobile version of
  websites. This can be reproduced with e.g. http://github.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1504084/+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 1509118] Re: U1 account stops working and prevents using the store

2015-12-01 Thread Rodney Dawes
** Changed in: ubuntuone-credentials (Ubuntu)
 Assignee: (unassigned) => Rodney Dawes (dobey)

** Changed in: ubuntuone-credentials (Ubuntu)
   Status: New => In Progress

** Changed in: pay-service (Ubuntu)
 Assignee: Rodney Dawes (dobey) => (unassigned)

** No longer affects: pay-service (Ubuntu)

** No longer affects: pay-ui (Ubuntu)

** No longer affects: ubuntu-push (Ubuntu)

** No longer affects: unity-scope-click (Ubuntu)

** Summary changed:

- U1 account stops working and prevents using the store
+ Installing packages impossible due to time skew causing invalid signatures 
for U1 account

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

Title:
  Installing packages impossible due to time skew causing invalid
  signatures for U1 account

Status in Canonical System Image:
  Confirmed
Status in ubuntuone-credentials package in Ubuntu:
  In Progress

Bug description:
  In a phone with a U1 account configured and working, some users
  reported that about a week ago (i.e. before OTA-7) they started having
  problems to upgrade software or install new apps.

  When they want to upgrade/install, they are asked for their U1
  information as in no account was set up in the phone. If they add the
  account through Accounts in Settings, the phone apparently stores the
  information but when the user wants to use the store it disappears
  again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1509118/+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 1510510] Re: Error with geotagging (fixed position defined as geotag)

2015-12-01 Thread Bill Filler
** No longer affects: camera-app

** Changed in: canonical-devices-system-image
   Status: Triaged => In Progress

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

Title:
  Error with geotagging (fixed position defined as geotag)

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

Bug description:
  When tacking photographs using camera-app, I experience various
  problems with geotagging. Sometimes I don't get any geotag (picture
  1.jpg) and most of the time I got a wrong geocoding, that is always
  the same, and some place I never went to (2.jpg, 3.jpg are examples of
  photos with known places to demonstrate that, Versailles castle
  orangeraie and Eiffel tower in France).

  If more info/tests are needed, don't hesitate to ask.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510510/+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 1494824] Re: /usr/bin/messaging-app:6:__libc_message:malloc_printerr:_int_free:willGrow:QHash

2015-12-01 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
Milestone: ww02-2016 => ww46-2015

-- 
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/1494824

Title:
  /usr/bin/messaging-
  app:6:__libc_message:malloc_printerr:_int_free:willGrow:QHash

Status in Canonical System Image:
  Fix Committed
Status in messaging-app package in Ubuntu:
  Fix Released

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding messaging-app.  This problem was most recently seen with
  version 0.1+15.10.20150710.2-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/cf9f6b83e4b64157b9d112e83417ecb2cd5270fd
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1494824/+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 1518344] Re: "Swipe to reveal actions" label needs more space.

2015-12-01 Thread Bill Filler
** Changed in: messaging-app (Ubuntu)
 Assignee: (unassigned) => Tiago Salem Herrmann (tiagosh)

** Changed in: messaging-app (Ubuntu)
   Importance: Undecided => Low

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

-- 
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/1518344

Title:
  "Swipe to reveal actions" label needs more space.

Status in Canonical System Image:
  Confirmed
Status in messaging-app package in Ubuntu:
  Confirmed

Bug description:
  Hi!

  I translated the following string to Hungarian:

  "Swipe to reveal actions"

  But it needs more space (see attached screenshot). Additional info: In
  the Phone app the same translation looks okay.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1518344/+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 81889]

2015-12-01 Thread Idr
The Unichrome driver longer exists in Mesa.

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

Title:
  [apport] compiz.real crashed with SIGSEGV in savageGetLock()

Status in Mesa:
  Won't Fix
Status in mesa package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: compiz

  I tried to enable compiz using 'desktop-effects'

  ProblemType: Crash
  Date: Sat Jan 27 21:47:27 2007
  DistroRelease: Ubuntu 7.04
  ExecutablePath: /usr/bin/compiz.real
  Package: compiz-core 1:0.3.6-1ubuntu2
  ProcCmdline: compiz.real --replace gconf
  ProcCwd: /home/thomas
  ProcEnviron:
   SHELL=/bin/bash
   
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
   LANG=de_DE.UTF-8
   LANGUAGE=de_DE:de:en_GB:en
  Signal: 11
  SourcePackage: compiz
  StacktraceTop:
   savageGetLock () from /usr/lib/dri/savage_dri.so
   savageFlushCmdBuf () from /usr/lib/dri/savage_dri.so
   ?? () from /usr/lib/dri/savage_dri.so
   ?? ()
   ?? ()
  Uname: Linux little-bastard 2.6.20-5-386 #2 Sat Jan 6 14:44:57 UTC 2007 i686 
GNU/Linux
  UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/81889/+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 1512851] Re: No network error when making call

2015-12-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~tiagosh/dialer-app/fix-1512851

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

Title:
  No network error when making call

Status in Canonical System Image:
  Triaged
Status in dialer-app package in Ubuntu:
  Triaged

Bug description:
  When the dialer app is not running and I get redirected to it in order
  to make a call, the first time I hit the "call" button I invariably
  get the error message: "no network" even though the phone is connected
  to the GSM network. (My phone has the language set to Norwegian, so I
  am guessing this is the English equivalent to the message I get.)

  Here is what I do in detail: 
  - I choose a number from the contacts list
  - I hit the phone icon next to the number to make a  call, 
  - the dialer app screen opens
  - I hit the "call" button, 
  - message "no network"

  The status bar at the top shows the phone has a GSM connection the
  whole time.

  When I try again a couple of seconds later, the call gets placed
  normally.

  The same thing happens when switching from the messaging app to the
  dialer in order to call the person I have been texting.

  However, if I wait a moment after entering the dialer before pressing
  the "call" button, everything runs normally.

  If the dialer-app is already active in the background when the
  redirection happens, the bug does not occur.

  Some kind of slow start issue? Screen appearing before the app is
  actually ready to take the command?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1512851/+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 1517470] Re: /usr/bin/webapp-container:6:base::debug::BreakDebugger:logging::LogMessage::~LogMessage:oxide::BrowserContext::AssertNoContextsExist:oxide::BrowserProcessMainImpl::S

2015-12-01 Thread Bill Filler
** Changed in: canonical-devices-system-image
 Assignee: Bill Filler (bfiller) => David Barth (dbarth)

-- 
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/1517470

Title:
  /usr/bin/webapp-
  
container:6:base::debug::BreakDebugger:logging::LogMessage::~LogMessage:oxide::BrowserContext::AssertNoContextsExist:oxide::BrowserProcessMainImpl::Shutdown:qt_call_post_routines

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

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding webbrowser-app.  This problem was most recently seen with
  version 0.23+16.04.20151103bzr1264pkg0vivid5107+autopilot0, the
  problem page at
  https://errors.ubuntu.com/problem/8140ac614184b545ddcd30185930f36215a649cf
  contains more details.

  Rank 2 on errors.u.c for rc-proposed/meizu.en/arale

  The amount of crash reports increased significantly with webapp-
  container 0.23+15.04.20151103-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1517470/+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 1495553] Re: [System settings] VPN configuration not possible

2015-12-01 Thread Bill Filler
** Changed in: canonical-devices-system-image
Milestone: ww02-2016 => backlog

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

Title:
  [System settings] VPN configuration not possible

Status in Canonical System Image:
  In Progress
Status in indicator-network package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  In Progress

Bug description:
  Reproduce:
  Try configuring VPN

  What happens:
  You can't.

  What should happen:
  You should be able to.

  Current specification: https://wiki.ubuntu.com/Networking#VPNs

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1495553/+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 1521709] [NEW] Xorg freeze - Nvidia driver after kernel update

2015-12-01 Thread Erv Bendiks
Public bug reported:


My work around is:
keep my PC on top of a work table beside my workstation to facilitate video 
card switching..  to remove it and install an AMD Radeon HD5450 which will boot 
and switch to nouveau with the new hardware discovery.  Older boot attempts in 
the syslog file indicate to my limited view the Nvidia driver has no authority 
to access it's own files after kernel update an hour and a half ago. The root 
cause.. not really Xorg, ...go figure.  Before the update I was thinking.. 
should I switch to nouveau for the update. Nahhh they fixed that nvidia driver 
kernel bug. It actually was for a while.
Ubuntu 14.04
Nvidia GTX 460, old iron. 
ASRock Fata1ity amd mobo, this also used to happen on my gigabyte board over 
the last year and a half.
email me if you didn't get the syslog.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-70.113-generic 3.13.11-ckt29
Uname: Linux 3.13.0-70-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Tue Dec  1 12:05:03 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GpuHangFrequency: Continuously
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Today
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 
230 OEM] [1002:6779] (prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited / Sapphire Technology Device [174b:a007]
InstallationDate: Installed on 2014-11-23 (373 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-70-generic 
root=UUID=0d38073f-c972-4a45-8c1e-db6c24cb8537 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/04/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.50
dmi.board.name: 990FX Killer
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd08/04/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rn990FXKiller:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Tue Dec  1 11:39:31 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2.7
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug compiz-0.9 freeze trusty ubuntu

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

Title:
  Xorg freeze - Nvidia driver after kernel update

Status in xorg package in Ubuntu:
  New

Bug description:
  
  My work around is:
  keep my PC on top of a work table beside my workstation to facilitate video 
card switching..  to remove it and install an AMD Radeon HD5450 which will boot 
and switch to nouveau with the new hardware discovery.  Older boot attempts in 
the syslog file indicate to my limited view the Nvidia driver has no authority 
to access it's own files after kernel update an hour and a half ago. The root 
cause.. not really Xorg, ...go figure.  Before the update I was thinking.. 
should I switch to nouveau for the update. Nahhh they fixed that nvidia driver 
kernel bug. It actually was for a while.
  Ubuntu 14.04
  Nvidia GTX 460, old iron. 
  ASRock Fata1ity amd mobo, this also used to happen on my gigabyte board over 
the last year and a half.
  email me if you 

[Touch-packages] [Bug 1463606] Re: [dialer-app] contacts view should remember state

2015-12-01 Thread Bill Filler
** Changed in: canonical-devices-system-image
Milestone: ww02-2016 => backlog

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

Title:
  [dialer-app] contacts view should remember state

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  Triaged
Status in address-book-app package in Ubuntu:
  Confirmed
Status in dialer-app package in Ubuntu:
  Confirmed

Bug description:
  Step to replay:

  - Open the phone app;
  - Do a tap to the contacts icon in the top right corner;
  - Do research and choose a contact with multiple phone numbers;
  - Do a tap on one of the numbers -> you return to the phone app and you are 
ready to be a call;
  - There is no direct way to return to the previous contact card opened (for 
example to change number if it is busy or to call alternative number) without 
repeating the search again.

  It would be useful to have a button to return to the phone app that
  makes return to the open contact to call a different number (or send
  an SMS / e-mail)

  -- UX comment ---

  The solution is as follows:
  1. open dialer
  2. tap on the contacts in the top right corner in the header
  3. find a contact and tap it to go into the contact card
  4. tap a number to call
  5. view returns to the dialer with the pre-populated number
  6. do not tap call!
  7. now tap again the contacts icon in the top right corner in the header
  8. view should show you the previously opened contacts card

  Additional desired behaviours:
  If user taps the back button in the contact card, screen goes back to list of 
contacts.
  If user initiated a call, then tapping the back button from the calling 
screen goes back to the keypad (indicator bar turns green, to show user there 
is an active call happening). A tap on the contacts icon in the top right 
corner in the header from this view shows user the last opened contact card.

  Please refer to this spec for the latest UX:
  
https://docs.google.com/document/d/1BRy9-DEXr3A1D7PHkJaXmjbe7xbRmxKkzANXuu-F6lc/edit

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1463606/+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 1489330] Re: [address book] Empty state for Favorites view not correct

2015-12-01 Thread Bill Filler
This is currently blocked on an SDK bug:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1513933

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

Title:
  [address book] Empty state for Favorites view not correct

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  Fix Committed
Status in address-book-app package in Ubuntu:
  In Progress

Bug description:
  The empty state for the Favorites view of the contacts is confusing and 
should be improved. Currently if you have populated contacts but not favorites, 
it will show:
  "Create a new contact by swiping up from the bottom of the screen". If you do 
swipe up and create a contact it is not even made a favorite.

  I'd propose changing the message to something like:
  - "You have no favorites. Open a contact and select star button to favorite" 
or something along those lines
  - It's fine to leave the "+" on bottom edge but the Star should be 
automatically selected if you create the new contact from the Favorites view


   UX comment ---

  As per comment #1: remove the favourites section from the header until
  user starts favouriting contacts. This way we can avoid maintenance on
  empty states and only surface the right sections if they are in use.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489330/+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 1521159] Re: "Favorites" bug in contacts after OTA-8

2015-12-01 Thread Renato Araujo Oliveira Filho
About the reported bug, looks like the migration script
(syncevolution->buteo), failed to import the old favorites.

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

Title:
  "Favorites" bug in contacts after OTA-8

Status in Canonical System Image:
  Confirmed
Status in address-book-app package in Ubuntu:
  Confirmed

Bug description:
  Before OTA-8 in "Favorites" tab I saw my contacts assigned to that category 
from Google Contacts.
  Status for now: I see no contacts in Favorites tab. Of course I can manually 
assign them again, but before it was synced with my Google account.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1521159/+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 1509118] Re: Installing apps impossible due to time skew causing invalid signatures for U1 account

2015-12-01 Thread Rodney Dawes
** Summary changed:

- Installing packages impossible due to time skew causing invalid signatures 
for U1 account
+ Installing apps impossible due to time skew causing invalid signatures for U1 
account

** Changed in: ubuntuone-credentials (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  Installing apps impossible due to time skew causing invalid signatures
  for U1 account

Status in Canonical System Image:
  Confirmed
Status in ubuntuone-credentials package in Ubuntu:
  In Progress

Bug description:
  In a phone with a U1 account configured and working, some users
  reported that about a week ago (i.e. before OTA-7) they started having
  problems to upgrade software or install new apps.

  When they want to upgrade/install, they are asked for their U1
  information as in no account was set up in the phone. If they add the
  account through Accounts in Settings, the phone apparently stores the
  information but when the user wants to use the store it disappears
  again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1509118/+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 1520568] Re: All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

2015-12-01 Thread en
Doesn't affect duckduckgo.com etc but only google (sub)domains!

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

Title:
  All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

Status in chromium-browser package in Ubuntu:
  Confirmed
Status in nss package in Ubuntu:
  Confirmed

Bug description:
  Latest libnss3 upgrade have broken all the browser's queries; no
  matter of which is used. For example: url auto-completion fails

  ERR_SSL_PROTOCOL_ERROR
  Unable to make a secure connection to the server. This may be a problem with 
the server or it may be requiring a client authentication certificate that you 
don't have.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libnss3 2:3.21-1ubuntu2
  ProcVersionSignature: Ubuntu 4.3.0-0.8-generic 4.3.0
  Uname: Linux 4.3.0-0-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.2-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Nov 27 13:50:26 2015
  SourcePackage: nss
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1520568/+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 1512826] Re: when i delete .trash_1000 folder frm usb nautilus freeses

2015-12-01 Thread Sebastien Bacher
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  when i delete .trash_1000 folder frm usb nautilus freeses

Status in GLib:
  Fix Released
Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Wily:
  Fix Committed

Bug description:
  when i delete .trash_1000 folder frm usb nautilus freeses on ubuntu
  15.10. please help

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1512826/+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 1518668] Re: mediascanner2.0 uses 100% CPU every 30 seconds

2015-12-01 Thread James Henstridge
Unless you're actively using an app that uses mediascanner2, it might be
best to just remove the package.  This package was developed for the
Ubuntu Phone project, which is no longer based on Trusty.

The latest version almost certainly improves matters (it better protects
against crashes caused by the codecs), but I don't know whether we'll be
back porting it to 14.04 (all current development is targeting Xenial
and Vivid).

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

Title:
  mediascanner2.0 uses 100% CPU every 30 seconds

Status in mediascanner2 package in Ubuntu:
  New

Bug description:
  Since some times, I noticed some slow down of my computer.

  System monitor showed bursts of 100% usage during 2 minutes every 30
  seconds.

  A look at processes showed media-scanner-service as guilty.

  What is this "Microsoft-like" crap?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: mediascanner2.0 0.100+14.04.20140403-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-68.111-generic 3.13.11-ckt27
  Uname: Linux 3.13.0-68-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Nov 22 08:53:58 2015
  InstallationDate: Installed on 2014-05-24 (546 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: mediascanner2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mediascanner2/+bug/1518668/+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 1492407] Re: Support m4a cover art

2015-12-01 Thread James Henstridge
** Changed in: mediascanner2 (Ubuntu)
   Status: New => Fix Released

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

Title:
  Support m4a cover art

Status in Canonical System Image:
  Fix Released
Status in Ubuntu Music App:
  Invalid
Status in Thumbnailer:
  Fix Released
Status in mediascanner2 package in Ubuntu:
  Fix Released

Bug description:
  An album I downloaded from 7digital does not display album art for the
  m4a version, but does for the mp3 version. m4a art displays fine in
  the file manager on the desktop (win / Ubuntu).

  I've tried other m4a in my collection and get the same result.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1492407/+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 1521381] Re: Volume control does not switch audio device after plugging in

2015-12-01 Thread Sebastien Bacher
** Package changed: unity-control-center (Ubuntu) => pulseaudio (Ubuntu)

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

Title:
  Volume control does not switch audio device after plugging in

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  After plugging in an audio device, the volume control appears to stay
  on the main system device. Therefore, sound is emitted from the
  external device but when controlling volume, it doesn't change the
  output level.

  It is necessary to go to 'Sound Settings' and change the output device
  to the one where sound is actually being output from in order to gain
  volume control of that device.

  Use case #1:

  (1) Plug in USB Logitech Clearchat.
  (2) Control volume from the unity slider
  Result: Slider moves but does not change output level.

  Use case #2:
  (1) Plug in USB Logitech Clearchat.
  (2) Control volume using keyboard function keys.
  Result: Volume pop-up appears in Unity showing level changing, but output 
level does not change.

  Use case #3:
  (1) Plug in USB Logitech Clearchat.
  (2) Use built-in volume control buttons on the audio device.
  Result: same as case #2

  Tested on Intel based desktop running 14.04
  Tested on ASUS laptop running 15.04

  This is not only limited to Ubuntu, seems present in RHEL6 as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1521381/+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 1512924] Re: Timestamps not localized in notifications

2015-12-01 Thread Zoltan Balogh
** Package changed: ubuntu-ui-toolkit (Ubuntu) => ubuntu-ui-toolkit
(Ubuntu RTM)

-- 
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/1512924

Title:
  Timestamps not localized in notifications

Status in Canonical System Image:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  In Progress

Bug description:
  Test case.
  - Flash the phone (krillin, with an external card inserted).
  - Select Spanish.
  - Reboot it.
  - Open the messaging menu.

  Expected result.
  - The storage notification timestamp is localized.

  Actual result.
  - Timestamp is shown in English.

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1512924/+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 1521737] Re: Cannot enable bluetooth

2015-12-01 Thread Simon Fels
Examined the crash file I got from Pat:

#0  strlen () at ../sysdeps/arm/armv6t2/strlen.S:85
85  ../sysdeps/arm/armv6t2/strlen.S: No such file or directory.
(gdb) bt
#0  strlen () at ../sysdeps/arm/armv6t2/strlen.S:85
#1  0xb6f13ebc in avrcp_handle_media_player_list (session=0xb8f339c0, 
session=0xb8f339c0, end_item=, start_item=, 
pdu=0xb8f43283) at profiles/audio/avrcp.c:1917
#2  avrcp_handle_get_folder_items (session=0xb8f339c0, pdu=0xb8f43283, 
transaction=) at profiles/audio/avrcp.c:1968
#3  0xb6f13fb8 in handle_browsing_pdu (conn=, 
transaction=, operands=0xb8f43283 "q\b", 
operand_count=, user_data=0xb8f339c0)
at profiles/audio/avrcp.c:2028
#4  0xb6f0f088 in session_browsing_cb (chan=, 
cond=, data=0xb8f3ba28) at profiles/audio/avctp.c:930
#5  0xb6e19e90 in g_main_dispatch (context=0xb8f28100)
at /build/buildd/glib2.0-2.44.1/./glib/gmain.c:3122
#6  g_main_context_dispatch (context=context@entry=0xb8f28100)
at /build/buildd/glib2.0-2.44.1/./glib/gmain.c:3737
#7  0xb6e1a114 in g_main_context_iterate (context=0xb8f28100, 
block=block@entry=1, dispatch=dispatch@entry=1, self=)
at /build/buildd/glib2.0-2.44.1/./glib/gmain.c:3808
#8  0xb6e1a3b0 in g_main_loop_run (loop=0xb8f28030)
at /build/buildd/glib2.0-2.44.1/./glib/gmain.c:4002
#9  0xb6efef3e in main (argc=1, argv=0xbebdde04) at src/main.c:661

Its crashing because the endpoint didn't assigned any valid name. Could
be a race condition but needs further investigation.

-- 
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/1521737

Title:
  Cannot enable bluetooth

Status in Canonical System Image:
  Confirmed
Status in bluez package in Ubuntu:
  New

Bug description:
  MX4 running propsoed 181 with debug enabled kernel

  Paired to car and saw signal strength indicated
  Left car, renetered car and noticed not paried and BT disabled in the 
indicator
  tried to enable, 1 min later it resets to disabled

  Bluetoothd is no longer running
  there was a previous crash file in /var/crash

  see syslog attached

  /var/lib/urfkill/saved-states:
  [BLUETOOTH]
  soft=false
  prev-soft=false

  /var/log/upstart/bluetooth-touch.log
  start: Unknown job: bluetooth-touch-arale

  Reboot and bt is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1521737/+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 1521246] Re: in recent calls: all doesn't show missed calls

2015-12-01 Thread Hans-Peter
I'm on a bg aquaris 4.5. 
I've just placed a call from my other phone and this one shows up in missed. In 
fact, all the missed calls show up in ALL. I'll have a close look at it the 
next days and report if I find something. Please keep the bug open in the 
meanwhile...

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

Title:
  in recent calls: all doesn't show missed calls

Status in dialer-app package in Ubuntu:
  Incomplete

Bug description:
  I would expect to see missed calls in ALL, but they can be only seen
  in MISSED. I think missed calls should be included in ALL, after all
  it's called ALL and this is how all my other phones worked (if my
  memory serves me right).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dialer-app/+bug/1521246/+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 1480267] Re: Won't play wma files

2015-12-01 Thread James Henstridge
The files don't play because the codecs are not available.  With
appropriate codecs, mediascanner2 will probably also handle the files
fine (although this is untested).

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

Title:
  Won't play wma files

Status in Ubuntu Music App:
  Incomplete
Status in mediascanner2 package in Ubuntu:
  New

Bug description:
  Won't play wma files but recognises them as music and sorts them as
  Unknown Artist / Unknown Album.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1480267/+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 1521381] [NEW] Volume control does not switch audio device after plugging in

2015-12-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

After plugging in an audio device, the volume control appears to stay on
the main system device. Therefore, sound is emitted from the external
device but when controlling volume, it doesn't change the output level.

It is necessary to go to 'Sound Settings' and change the output device
to the one where sound is actually being output from in order to gain
volume control of that device.

Use case #1:

(1) Plug in USB Logitech Clearchat.
(2) Control volume from the unity slider
Result: Slider moves but does not change output level.

Use case #2:
(1) Plug in USB Logitech Clearchat.
(2) Control volume using keyboard function keys.
Result: Volume pop-up appears in Unity showing level changing, but output level 
does not change.

Use case #3:
(1) Plug in USB Logitech Clearchat.
(2) Use built-in volume control buttons on the audio device.
Result: same as case #2

Tested on Intel based desktop running 14.04
Tested on ASUS laptop running 15.04

This is not only limited to Ubuntu, seems present in RHEL6 as well.

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


** Tags: sound volume volume-control
-- 
Volume control does not switch audio device after plugging in
https://bugs.launchpad.net/bugs/1521381
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to pulseaudio in Ubuntu.

-- 
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 1521773] Re: mediaplayer app is detected as legacy app

2015-12-01 Thread Sebastien Bacher
** Project changed: mediaplayer-app => mediaplayer-app (Ubuntu)

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

Title:
  mediaplayer app is detected as legacy app

Status in canonical-pocket-desktop:
  New
Status in mediaplayer-app package in Ubuntu:
  New
Status in unity-scope-click package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  The mediaplayer app doesn't have the key "X-Ubuntu-Touch=true" in its
  .desktop file. That causes unity8 to recognize it as legacy app and it
  will trigger a warning message when it's running while leaving
  windowed mode. Soon unity8 will also prevent running legacy apps in
  staged mode.

  We either need to implement a proper way to allow hiding things from
  the apps scope or figure something else to determine if an app is
  supporting the Ubuntu touch life cycle.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1521773/+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 1521246] Re: in recent calls: all doesn't show missed calls

2015-12-01 Thread Sebastien Bacher
Thank you for your bug report, they do show in the "all" list, what
device and image version are you using? could you take a screenshot
showing the issue?

** Changed in: dialer-app (Ubuntu)
   Importance: Undecided => High

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

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

Title:
  in recent calls: all doesn't show missed calls

Status in dialer-app package in Ubuntu:
  Incomplete

Bug description:
  I would expect to see missed calls in ALL, but they can be only seen
  in MISSED. I think missed calls should be included in ALL, after all
  it's called ALL and this is how all my other phones worked (if my
  memory serves me right).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dialer-app/+bug/1521246/+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 1514143] Re: While searching often times the keyboard hides while typing

2015-12-01 Thread Zoltan Balogh
** Package changed: ubuntu-ui-toolkit (Ubuntu) => ubuntu-ui-toolkit
(Ubuntu RTM)

-- 
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/1514143

Title:
  While searching often times the keyboard hides while typing

Status in Canonical System Image:
  In Progress
Status in Ubuntu Music App:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Fix Committed

Bug description:
  On rc-proposed when searching the keyboard often hides momentarily
  making it possible/likely that the user can accidently select an item
  when they intend to type a letter instead.

  If this is an issue that can not be worked around, potentially an
  acceptable solution would be to wait to filter the items until the
  user stops typing.

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 152
  device name: mako
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2015-11-04 23:03:12
  version version: 152
  version ubuntu: 20151105
  version device: 20150911

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514143/+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 1521246] Re: in recent calls: all doesn't show missed calls

2015-12-01 Thread Hans-Peter
And it is OTA-8.

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

Title:
  in recent calls: all doesn't show missed calls

Status in dialer-app package in Ubuntu:
  Incomplete

Bug description:
  I would expect to see missed calls in ALL, but they can be only seen
  in MISSED. I think missed calls should be included in ALL, after all
  it's called ALL and this is how all my other phones worked (if my
  memory serves me right).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dialer-app/+bug/1521246/+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 1513565] Re: libpython2.7 uses the 3.x name for ConfigParser

2015-12-01 Thread Rich Tong
It appears to break all pip search and pip install commands

** Changed in: python2.7 (Ubuntu)
   Status: Invalid => Confirmed

** Also affects: python-pip (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: python-pip (Ubuntu)
   Status: New => Confirmed

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

Title:
  libpython2.7 uses the 3.x name for ConfigParser

Status in python-pip package in Ubuntu:
  Confirmed
Status in python2.7 package in Ubuntu:
  Confirmed

Bug description:
  Installing a minimal virtualenv on Trusty Tahr (using libpython-
  minimal 2.7.10-4~14.04), I ran into crashes because:

File "/usr/lib/python2.7/ssl.py", line 491, in inner
  import configparser
  ImportError: No module named configparser

  Looking at the code in ssl.py, it uses "import configparser" even
  though the package is called "ConfigParser" in Python 2.7 (it changed
  in 3.0), this means that a clean virtualenv cannot install any
  packages using easy_install (since they're served over an https
  connection which uses the code in ssl.py).

  As a workaround, you can `pip install configparser` to install the
  package under the 3.0 name or change the code to be `import
  ConfigParser as configparser` to import the correct package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1513565/+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 1520958] Re: lightdm suspend/lock issues

2015-12-01 Thread Christopher Rogers
Updates today seem like they may have resolved this issue. I've been
able to suspend/resume several times without issue.

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

Title:
  lightdm suspend/lock issues

Status in lightdm package in Ubuntu:
  New

Bug description:
  Video of the problems: https://youtu.be/T9g86OZl4DU

  In the video, you'll see:
  1) I un-check "Require my password when waking from suspend" in "Brightness & 
Lock" settings
  2) Suspend/Resume works fine
  3) I check  "Require my password when waking from suspend" and Suspend again
  4) Waking up from suspend gives me a white screen
  5) Clicking in the upper left reveals that I am at the lock screen (I can see 
the reduced set of indicators)
  6) Selecting "Switch accounts" takes me to a functional lock screen
  7) I suspend again
  8) Upon resuming to a white screen, I enter my password blindly, and am able 
to unlock successfully
  9) I lock my computer (lock screen is a bit glitchy)
  10) I suspend from the lock screen
  11) I resume, and am at the (slightly glitched) lockscreen
  12) Entering my password unlocks the screen

  Note that the visual glitches (whitescreen, broken password prompt)
  aren't always the same, however, the problem reproduces in the same
  way regardless. For example, sometimes, rather than a white screen, I
  see a partial version of my desktop. Clicking the indicators, however,
  reveals that I am actually at the lock screen, and the same processes
  of typing blindly or switching accounts work fine.

  For easy reference, I am running a fully up-to-date version of Ubuntu
  15.10. If it's relevant, I am using the open source nvidia drivers
  (have not yet tried this with the proprietary drivers).

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: lightdm 1.16.5-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Nov 29 10:14:07 2015
  InstallationDate: Installed on 2015-11-29 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1520958/+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 1294107] Re: [965gm mesa] XU 13.10 causing frequent laptop (acer 5620) hard lockups.

2015-12-01 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [965gm mesa] XU 13.10 causing frequent laptop (acer 5620) hard
  lockups.

Status in xorg package in Ubuntu:
  Expired

Bug description:
  since upgrading from LTS to XU 13.04 & then XU 13.10 the acer laptop is 
experiencing frequent hard lockups.
  one source of lockup has been GL screensaver, so I turned it off.  Still the 
lockups happen
  Power management for AC is also off.
  The laptop does not run too hot, and the lid is up

  Is there a daemon that can catch the source of the lockups?

  I'm installing gnome system log viewer and are there log search terms
  to quickly find the trouble?

  I've checked the system with chkrootkit but it has a fatal flaw

  Checking `aliens'...
  /bin/egrep: /dev/.bootchart/proc/sysrq-trigger: Input/output error

  
  the same machine does not lock up under Linux Mint 15 MATE. kernel 3.8.0.xx

  Memory is tested often. 2GB
  Hard disk has no errors and is tested monthly
  System has been put through "crashme"  and CPU intensive operations in order 
to raise tempurature, system remains stable.

  Most likely times of lockups are:
  - system left idle on AC and power manager is set to no suspend & GL 
screensaver activated (will lockup less often with no screensaver activated)
  - view webm or flash videos via browser and have more than ~ 800MB RAM usage
  - run glxgears full screen with some RAM usage 

  resulting hard lockup shows venetian blinds effect on screen.

  
  --- 
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Xubuntu 12.04.4 LTS "Precise Pangolin" - Release i386 
(20140205)
  MarkForUpload: True
  Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.4
  PackageArchitecture: i386
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Tags:  precise
  Uname: Linux 3.2.0-24-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1294107/+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 1500580] Re: [HP Compaq dc7700 Small Form Factor, Realtek ALC262, Black Mic, Front] Sound is distorted

2015-12-01 Thread Launchpad Bug Tracker
[Expired for alsa-driver (Ubuntu) because there has been no activity for
60 days.]

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [HP Compaq dc7700 Small Form Factor, Realtek ALC262, Black Mic, Front]
  Sound is distorted

Status in alsa-driver package in Ubuntu:
  Expired

Bug description:
  The microphone inputs dont work, what sound i can get out of them is
  very over driven and cracks. same with the speaker output in the back
  of my computer,  I'm using version 14.04. I can get perfect sound out
  of the headphone jack though.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  Uname: Linux 3.16.0-031600rc4-generic i686
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  clint-eastwood   1248 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Sep 28 12:17:10 2015
  InstallationDate: Installed on 2015-09-28 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_Jack: Black Mic, Front
  Symptom_Type: Digital clip or distortion, or "overdriven" sound
  Title: [HP Compaq dc7700 Small Form Factor, Realtek ALC262, Black Mic, Front] 
Sound is distorted
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/05/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786E1 v01.15
  dmi.board.name: 0A54h
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.type: 4
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786E1v01.15:bd08/05/2008:svnHewlett-Packard:pnHPCompaqdc7700SmallFormFactor:pvr:rvnHewlett-Packard:rn0A54h:rvr:cvnHewlett-Packard:ct4:cvr:
  dmi.product.name: HP Compaq dc7700 Small Form Factor
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1500580/+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 1488599] Re: left click randomly stops working

2015-12-01 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  left click randomly stops working

Status in xorg package in Ubuntu:
  Expired

Bug description:
  On the advice of another user, switching to another console, waiting a
  few seconds, then back to xorg console will fix the problem

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
  Uname: Linux 3.19.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  355.06  Tue Jul 28 21:26:50 
PDT 2015
   GCC version:  gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Aug 25 18:38:58 2015
  DistUpgraded: 2015-04-28 23:35:45,283 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation GK104 [GeForce GTX 760] [10de:1187] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:2847]
  InstallationDate: Installed on 2015-04-08 (138 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: MSI MS-7816
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-26-generic.efi.signed 
root=UUID=f7f736f9-1680-4328-ade6-579b30f175a7 ro noprompt persistent quiet 
splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to vivid on 2015-04-28 (118 days ago)
  dmi.bios.date: 07/16/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H87-G43 (MS-7816)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.9:bd07/16/2014:svnMSI:pnMS-7816:pvr1.0:rvnMSI:rnH87-G43(MS-7816):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7816
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Tue Aug 25 17:26:03 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.17.1-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1488599/+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 1313077] Re: computer HANGS COMPLETLY when y try to enter to amazon lens

2015-12-01 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  computer HANGS COMPLETLY when y try to enter to amazon lens

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Ubuntu 14.04 freshly installed.
  Clicking on the lens amazon, and click on log in, the computer completely 
hangs.
  I tried ctrl + alt +1 ~ 7, ctrl + delete, etc..
  The keyboard stops responding and the cursor disappears.
  Dead.
  2 twice.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: webbrowser-app 0.23+14.04.20140414-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr 26 14:08:43 2014
  InstallationDate: Installed on 2014-04-24 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1313077/+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 1506381] Re: error repairing broken packages - mainly: gstreamer1.0-plugins-bad:amd64

2015-12-01 Thread Larry Wilson
ended up using the advise on this url:
http://iasptk.com/ubuntu-fix-broken-package-best-solution/

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

Title:
  error repairing broken packages - mainly: gstreamer1.0-plugins-
  bad:amd64

Status in gst-plugins-bad1.0 package in Ubuntu:
  New

Bug description:
  Working on Ubuntu Desktop 15.04, on a Lenovo X200 laptop.

  My little project that led to this: I was getting a DVB-T USB device
  to work, then installed the gnome-dvb-control to get EPG info.

  went to 
  
https://wiki.gnome.org/action/show/Projects/DVBDaemon?action=show=DVBDaemon
  and added the repository as per page "sudo add-apt-repository 
ppa:gnome-dvb-daemon"
  to get the latest version to hopefully recognise the Avermedia A800 device. 
It was incorrectly recognising it as a DiCom.

  Now all this led to a Broken Package situation, as below (which is
  what I now need to fix):

  someone@system01:~$ sudo apt-get --fix-broken install
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Correcting dependencies... Done
  The following extra packages will be installed:
gstreamer1.0-plugins-bad libde265-0 libgstreamer-plugins-bad1.0-0
libgstreamer-plugins-base1.0-0 libgstreamer-plugins-base1.0-0:i386
libgstreamer1.0-0 libgstreamer1.0-0:i386 libx265-59
  Suggested packages:
frei0r-plugins gstreamer-codec-install:i386 gnome-codec-install:i386
gstreamer1.0-tools:i386 libx265-59-dbg
  The following packages will be REMOVED:
gstreamer1.0-plugins-bad-videoparsers
  The following NEW packages will be installed:
libde265-0 libx265-59
  The following packages will be upgraded:
gstreamer1.0-plugins-bad libgstreamer-plugins-bad1.0-0
libgstreamer-plugins-base1.0-0 
libgstreamer-plugins-base1.0-0:i386lsb_release -rd
libgstreamer1.0-0 libgstreamer1.0-0:i386
  6 to upgrade, 2 to newly install, 1 to remove and 20 not to upgrade.
  1 not fully installed or removed.
  Need to get 0 B/7,352 kB of archives.
  After this operation, 12.9 MB of additional disk space will be used.
  Do you want to continue? [Y/n] Y 
  (Reading database ... 259524 files and directories currently installed.)
  Preparing to unpack 
.../gstreamer1.0-plugins-bad_1.5.0.1+git20150513-1~ppa15.04+2_amd64.deb ...
  Unpacking gstreamer1.0-plugins-bad:amd64 (1.5.0.1+git20150513-1~ppa15.04+2) 
over (1.4.5-1ubuntu2) ...
  dpkg: error processing archive 
/var/cache/apt/archives/gstreamer1.0-plugins-bad_1.5.0.1+git20150513-1~ppa15.04+2_amd64.deb
 (--unpack):
   trying to overwrite 
'/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoparsersbad.so', which is 
also in package gstreamer1.0-plugins-bad-videoparsers:amd64 1.4.5-1ubuntu2
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
   
/var/cache/apt/archives/gstreamer1.0-plugins-bad_1.5.0.1+git20150513-1~ppa15.04+2_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  someone@system01:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gstreamer1.0-plugins-bad-videoparsers 1.4.5-1ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Oct 15 19:35:15 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-06-02 (134 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: gst-plugins-bad1.0
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad1.0/+bug/1506381/+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 1503979] Re: ubuntu-support-status throws exeption No date tag found (regression)

2015-12-01 Thread Andrei Borzenkov
Why this bug suddenly became Invalid?

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

Title:
  ubuntu-support-status throws exeption No date tag found (regression)

Status in python-apt package in Ubuntu:
  Confirmed
Status in update-manager package in Ubuntu:
  Invalid

Bug description:
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04
  update-manager-core:  1:0.196.14

  Since the last update  ubuntu-support-status throws

  Traceback (most recent call last):
File "/usr/bin/ubuntu-support-status", line 133, in 
  pkg.name, support_tag)
File "/usr/bin/ubuntu-support-status", line 49, in get_maintenance_status
  raise Exception("No date tag found")
  Exception: No date tag found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1503979/+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 1513565] Re: libpython2.7 uses the 3.x name for ConfigParser

2015-12-01 Thread Rich Tong
OK, the problem is that you cannot actually do a `pip install
configparser` because pip itself uses ssl.py and this fails, so the only
solution is to change the name.

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

Title:
  libpython2.7 uses the 3.x name for ConfigParser

Status in python-pip package in Ubuntu:
  Confirmed
Status in python2.7 package in Ubuntu:
  Confirmed

Bug description:
  Installing a minimal virtualenv on Trusty Tahr (using libpython-
  minimal 2.7.10-4~14.04), I ran into crashes because:

File "/usr/lib/python2.7/ssl.py", line 491, in inner
  import configparser
  ImportError: No module named configparser

  Looking at the code in ssl.py, it uses "import configparser" even
  though the package is called "ConfigParser" in Python 2.7 (it changed
  in 3.0), this means that a clean virtualenv cannot install any
  packages using easy_install (since they're served over an https
  connection which uses the code in ssl.py).

  As a workaround, you can `pip install configparser` to install the
  package under the 3.0 name or change the code to be `import
  ConfigParser as configparser` to import the correct package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1513565/+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 1511824] Re: Can't login as ordinary user with lightdm

2015-12-01 Thread Rose-g
I posted this issue also to tho Odroid forum:

http://forum.odroid.com/viewtopic.php?f=95=17699

It seems that they found a solution.

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

Title:
  Can't login as ordinary user with lightdm

Status in lightdm package in Ubuntu:
  New

Bug description:
  I can't login as ordinary user rose with lightdm.
  It is an Ubuntu 15.04 for armv7l .
  At the beginning I saw the already reported issues with kwallet, which is not 
installed. I commented out the corresponding lines in. I have now:

  root@odroid6:~# cat /etc/pam.d/lightdm
  #%PAM-1.0
  auth requisite pam_nologin.so
  auth sufficient pam_succeed_if.so user ingroup nopasswdlogin
  @include common-auth
  auth optional pam_gnome_keyring.so
  #auth optional pam_kwallet.so
  @include common-account
  session [success=ok ignore=ignore module_unknown=ignore default=bad] 
pam_selinux.so close
  session required pam_limits.so
  @include common-session
  session [success=ok ignore=ignore module_unknown=ignore default=bad] 
pam_selinux.so open
  session optional pam_gnome_keyring.so auto_start
  #session optional pam_kwallet.so auto_start
  session required pam_env.so readenv=1
  session required pam_env.so readenv=1 user_readenv=1 
envfile=/etc/default/locale
  @include common-password

  and

  root@odroid6:~# cat /etc/pam.d/lightdm-greeter
  #%PAM-1.0
  auth required pam_permit.so
  auth optional pam_gnome_keyring.so
  #auth optional pam_kwallet.so
  @include common-account
  session [success=ok ignore=ignore module_unknown=ignore default=bad] 
pam_selinux.so close
  session required pam_limits.so
  @include common-session
  session [success=ok ignore=ignore module_unknown=ignore default=bad] 
pam_selinux.so open
  session optional pam_gnome_keyring.so auto_start
  #session optional pam_kwallet.so auto_start
  session required pam_env.so readenv=1
  session required pam_env.so readenv=1 user_readenv=1 
envfile=/etc/default/locale

  It seems that my password is accepted (login via ssh works perfectly),
  but with lightdm I get only a black screen with mouse cursor. Login as
  user odroid which is in group nopasswdlogin with lightdm works.

  After trying to login as user rose, I have to login with ssh and kill
  all processes owned by rose. At the end of /var/log/auth.log I see:

  Oct 28 19:34:17 odroid6 lightdm: pam_succeed_if(lightdm:auth): requirement 
"user ingroup nopasswdlogin" not met by user "rose"
  Oct 28 19:34:26 odroid6 lightdm: pam_unix(lightdm-greeter:session): session 
closed for user lightdm
  Oct 28 19:34:26 odroid6 lightdm: pam_unix(lightdm:session): session opened 
for user rose by (uid=0)
  Oct 28 19:34:26 odroid6 systemd-logind[651]: New session c8 of user rose.
  Oct 28 19:34:26 odroid6 systemd: pam_unix(systemd-user:session): session 
opened for user rose by (uid=0)
  Oct 28 19:35:10 odroid6 systemd-logind[651]: Removed session c6.
  Oct 28 19:35:10 odroid6 systemd: pam_unix(systemd-user:session): session 
closed for user lightdm

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: lightdm 1.14.2-0ubuntu1.1
  Uname: Linux 3.10.82-57 armv7l
  ApportVersion: 2.17.2-0ubuntu1.7
  Architecture: armhf
  Date: Fri Oct 30 18:14:21 2015
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.pam.d.lightdm: 2015-10-28T17:40:04.609656
  mtime.conffile..etc.pam.d.lightdm.greeter: 2015-10-28T17:53:38.848444

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1511824/+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 1521719] [NEW] package libcurl4-gnutls-dev 7.38.0-3ubuntu2.2 failed to install/upgrade: tentative de remplacement de « /usr/bin/curl-config », qui est différent d'autres instance

2015-12-01 Thread David V.
Public bug reported:

I was trying to install the i386 version, because it seemed like it was
needed to lauch the game "Mount & Blade : Warband" but that tried to
replace the already installed "curl-config"

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: libcurl4-gnutls-dev 7.38.0-3ubuntu2.2
ProcVersionSignature: Ubuntu 3.19.0-33.38-generic 3.19.8-ckt7
Uname: Linux 3.19.0-33-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.2-0ubuntu1.7
Architecture: amd64
Date: Tue Dec  1 19:26:56 2015
DuplicateSignature: package:libcurl4-gnutls-dev:7.38.0-3ubuntu2.2:tentative de 
remplacement de « /usr/bin/curl-config », qui est différent d'autres instances 
du paquet libcurl4-gnutls-dev:i386
ErrorMessage: tentative de remplacement de « /usr/bin/curl-config », qui est 
différent d'autres instances du paquet libcurl4-gnutls-dev:i386
InstallationDate: Installed on 2015-09-29 (63 days ago)
InstallationMedia: Ubuntu-Server 15.04 "Vivid Vervet" - Release amd64 (20150422)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1.1
 apt  1.0.9.7ubuntu4.1
SourcePackage: curl
Title: package libcurl4-gnutls-dev 7.38.0-3ubuntu2.2 failed to install/upgrade: 
tentative de remplacement de « /usr/bin/curl-config », qui est différent 
d'autres instances du paquet libcurl4-gnutls-dev:i386
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check vivid

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

Title:
  package libcurl4-gnutls-dev 7.38.0-3ubuntu2.2 failed to
  install/upgrade: tentative de remplacement de « /usr/bin/curl-config
  », qui est différent d'autres instances du paquet libcurl4-gnutls-
  dev:i386

Status in curl package in Ubuntu:
  New

Bug description:
  I was trying to install the i386 version, because it seemed like it
  was needed to lauch the game "Mount & Blade : Warband" but that tried
  to replace the already installed "curl-config"

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: libcurl4-gnutls-dev 7.38.0-3ubuntu2.2
  ProcVersionSignature: Ubuntu 3.19.0-33.38-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-33-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.7
  Architecture: amd64
  Date: Tue Dec  1 19:26:56 2015
  DuplicateSignature: package:libcurl4-gnutls-dev:7.38.0-3ubuntu2.2:tentative 
de remplacement de « /usr/bin/curl-config », qui est différent d'autres 
instances du paquet libcurl4-gnutls-dev:i386
  ErrorMessage: tentative de remplacement de « /usr/bin/curl-config », qui est 
différent d'autres instances du paquet libcurl4-gnutls-dev:i386
  InstallationDate: Installed on 2015-09-29 (63 days ago)
  InstallationMedia: Ubuntu-Server 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1.1
   apt  1.0.9.7ubuntu4.1
  SourcePackage: curl
  Title: package libcurl4-gnutls-dev 7.38.0-3ubuntu2.2 failed to 
install/upgrade: tentative de remplacement de « /usr/bin/curl-config », qui est 
différent d'autres instances du paquet libcurl4-gnutls-dev:i386
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1521719/+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 1519019] Re: Tab previews are deleted while still in active list

2015-12-01 Thread Bill Filler
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
Milestone: None => ww02-2016

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => High

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu)
   Status: New => 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/1519019

Title:
  Tab previews are deleted while still in active list

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

Bug description:
  v174 on mx4

  I was watching the contents of the .cache/webbrowser-app/captures
  directory while changing tabs.

  Select a tab from the list (happened to be blank)
  The web page is loaded
  The file containing preview for the previously active tab, top in the list, 
is deleted from the disk.
  The tab is still shown in the active list but now its blank.

  I cannot reproduce this every time.

  Adding a new tab subsequently crashed the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1519019/+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 1521725] [NEW] icona chiudi sessione non spegne desktop

2015-12-01 Thread antioco
Public bug reported:

Non riesco a spegnere il  desketop dal menu
Icona chiudi sessione non attiva
Ottengo lo spegnimento del sistema solo tramite terminale

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic i686
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] È una directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86 Kernel Module  304.131  Sun Nov  8 21:44:08 PST 
2015
 GCC version:  gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)
.tmp.unity.support.test.1:
 
ApportVersion: 2.19.1-0ubuntu5
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Tue Dec  1 19:49:33 2015
DistUpgraded: 2015-11-25 06:52:39,949 DEBUG enabling apt cron job
DistroCodename: wily
DistroVariant: ubuntu
GraphicsCard:
 NVIDIA Corporation G72M [Quadro NVS 110M/GeForce Go 7300] [10de:01d7] (rev a1) 
(prog-if 00 [VGA controller])
   Subsystem: Toshiba America Info Systems Device [1179:ff10]
InstallationDate: Installed on 2015-04-24 (221 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
MachineType: TOSHIBA Satellite A100
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 LANGUAGE=it
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic 
root=UUID=c9a6baa7-208a-4175-8dcb-7a4eff1ad0d3 ro splash quiet
SourcePackage: xorg
UpgradeStatus: Upgraded to wily on 2015-11-25 (6 days ago)
dmi.bios.date: 07/12/2007
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 6.00
dmi.board.name: CAPELL VALLEY(NAPA) CRB
dmi.board.vendor: Intel Corporation
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd07/12/2007:svnTOSHIBA:pnSatelliteA100:pvrPSAA9E-11N03WIT:rvnIntelCorporation:rnCAPELLVALLEY(NAPA)CRB:rvrNotApplicable:cvnNoEnclosure:ct1:cvrN/A:
dmi.product.name: Satellite A100
dmi.product.version: PSAA9E-11N03WIT
dmi.sys.vendor: TOSHIBA
version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Tue Dec  1 19:17:36 2015
xserver.configfile: default
xserver.errors: open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.17.2-1ubuntu9

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


** Tags: apport-bug i386 ubuntu wily

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

Title:
  icona chiudi sessione non spegne desktop

Status in xorg package in Ubuntu:
  New

Bug description:
  Non riesco a spegnere il  desketop dal menu
  Icona chiudi sessione non attiva
  Ottengo lo spegnimento del sistema solo tramite terminale

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic i686
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] È una directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86 Kernel Module  304.131  Sun Nov  8 21:44:08 
PST 2015
   GCC version:  gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Tue Dec  1 19:49:33 2015
  DistUpgraded: 2015-11-25 06:52:39,949 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G72M [Quadro NVS 110M/GeForce Go 7300] [10de:01d7] (rev 
a1) (prog-if 00 [VGA controller])
 Subsystem: Toshiba America Info Systems Device [1179:ff10]
  InstallationDate: Installed on 2015-04-24 (221 days ago)
  

[Touch-packages] [Bug 1446904] Re: browser is limited to 2 live webviews

2015-12-01 Thread Bill Filler
@osomon
Is this still the current behavior or have we changed the implementation?

** Changed in: webbrowser-app (Ubuntu RTM)
   Importance: Undecided => High

** No longer affects: webbrowser-app (Ubuntu RTM)

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => High

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Olivier Tilloy (osomon)

-- 
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/1446904

Title:
  browser is limited to 2 live webviews

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  I often open far more then 3 tabs but when I have 3-6 tabs open only
  and chance back to another one this tab is cleared already and have to
  reload.

  It's not the same but similar to this bug:
  https://bugs.launchpad.net/webbrowser-app/+bug/1268055
  But while this bug is a wishlist for me this behaviour is very unhandy and 
annoying:

  This is very bad because you run more fast then necessary into the
  traffic limit of your UMTS provider. And when it is a limited speed it
  takes really really long to load the other tabs again and again when
  you have to often chance between them.

  In combination with other (maybe unreported until now) bugs it is more
  bad than this because I have to load the site a while and then stop it
  because advertisement blocks the view of the website until I stop it -
  or wait until 30s again for nothing (ads).

  How should it work: For example my opera mini on my old andoid device
  with only 256 MB RAM works much better then this browser with 1 GB RAM
  on Ubuntu phone - but this can chance. There I can open 50 tabs or
  more and no tab have to reload!

  How could it solved: Maybe there's the possibility for a new option in
  the optional configuration file for a bigger cache size, a tab number
  limit or something like this. I have enough RAM but no time and
  traffic for reloading again and again. Please help as soon as
  possible.

  I used stable and vivid-proposed channel on a BQ phone with all
  Updates.

  Greetings, lgd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1446904/+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 1521490] Re: kopete cannot connect to multiple jabber servers after system update

2015-12-01 Thread Seth Arnold
Can you test with old versions of openssl to find out if this is a
regression in OpenSSL? (I'd be surprised, since OpenSSL hasn't been
updated since June and no one else has reported this issue, but if you
can track down which version broke your setup that would be very
helpful.)

Thanks

** Changed in: openssl (Ubuntu)
   Status: New => Incomplete

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

Title:
  kopete cannot connect to multiple jabber servers after system update

Status in openssl package in Ubuntu:
  Incomplete

Bug description:
  after update of Ubuntu 14.04.3 LTS (at moment this report) kopete stopped to 
connect to any jabber servers including google hungouts (early gtalk )
  kopete's stdout has lots of this:
  Unknown signature value:  7
  Unknown signature value:  795
  Unknown signature value:  668
  etc
  it cannot connect nor jabber.org or google.com nor to my own openfire server. 
I look up tcpdump on a openfire host and do not see no connection from kopete's 
host to openfire's tcp ports.

  kopete -v:
  Qt: 4.8.6
  KDE: 4.13.3
  Kopete: 1.6.60
  uname -a:
  Linux DH-3 3.13.0-70-generic #113-Ubuntu SMP Mon Nov 16 18:34:13 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

  i really don't know but it seems like previously reported bug with
  libopenssl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1521490/+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 1456358] Re: [browser] bookmarks are only accessible from the new tab view

2015-12-01 Thread Bill Filler
** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed => Fix 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/1456358

Title:
  [browser] bookmarks are only accessible from the new tab view

Status in Ubuntu UX:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Right now it's only possible to access the favorites vwith opening a
  new tab, they should also be accessable via the menu - or at least the
  start page should be able to reach straight away.

  --- --- --- ---
  UX Comment:

  In addition to the new-tab view, Bookmarks can now also be accessed
  from suggestions provided when entering characters into the address
  bar.

  We should consider adding a 'bookmarks' item to the address bar's
  contextual options (as we currently do with the history view) to allow
  users an alternative method to view a bookmark in a previously opened
  tab.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1456358/+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 1445394] Re: Opening a link from another app while browser is showing open tabs does not switch to the link

2015-12-01 Thread Bill Filler
** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: webbrowser-app (Ubuntu RTM)
   Status: Confirmed => Fix 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/1445394

Title:
  Opening a link from another app while browser is showing open tabs
  does not switch to the link

Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  Steps to reproduce:

  1. Open the browser
  2. Show the list of open tabs (Menu > Open tabs)
  3. Switch to another app
  4. Tap a link in that other app which would open in the browser (e.g., an 
http link)

  What should happen:

  5. The phone brings the browser to the foreground
  6. The tapped link opens in a new tab
  7. That new tab is made the selected tab and shown full screen

  What happens:

  7. That new tab is opened in the open tabs list, but is not selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1445394/+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 1509118] Re: Installing apps impossible due to time skew causing invalid signatures for U1 account

2015-12-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~dobey/ubuntuone-credentials/server-timestamp

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

Title:
  Installing apps impossible due to time skew causing invalid signatures
  for U1 account

Status in Canonical System Image:
  Confirmed
Status in ubuntuone-credentials package in Ubuntu:
  In Progress

Bug description:
  In a phone with a U1 account configured and working, some users
  reported that about a week ago (i.e. before OTA-7) they started having
  problems to upgrade software or install new apps.

  When they want to upgrade/install, they are asked for their U1
  information as in no account was set up in the phone. If they add the
  account through Accounts in Settings, the phone apparently stores the
  information but when the user wants to use the store it disappears
  again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1509118/+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 1520568] Re: All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

2015-12-01 Thread Bryan Quigley
@dino99  I can't reproduce this with midori.  Are the symptoms identical
for you?  Are there any midori specific steps?

I couldn't reproduce this issue on Debian sid.

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

Title:
  All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

Status in chromium-browser package in Ubuntu:
  Confirmed
Status in nss package in Ubuntu:
  Confirmed

Bug description:
  Latest libnss3 upgrade have broken all the browser's queries; no
  matter of which is used. For example: url auto-completion fails

  ERR_SSL_PROTOCOL_ERROR
  Unable to make a secure connection to the server. This may be a problem with 
the server or it may be requiring a client authentication certificate that you 
don't have.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libnss3 2:3.21-1ubuntu2
  ProcVersionSignature: Ubuntu 4.3.0-0.8-generic 4.3.0
  Uname: Linux 4.3.0-0-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.2-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Nov 27 13:50:26 2015
  SourcePackage: nss
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1520568/+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 81889] Re: [apport] compiz.real crashed with SIGSEGV in savageGetLock()

2015-12-01 Thread Bug Watch Updater
** Changed in: mesa
   Status: Confirmed => Won't Fix

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

Title:
  [apport] compiz.real crashed with SIGSEGV in savageGetLock()

Status in Mesa:
  Won't Fix
Status in mesa package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: compiz

  I tried to enable compiz using 'desktop-effects'

  ProblemType: Crash
  Date: Sat Jan 27 21:47:27 2007
  DistroRelease: Ubuntu 7.04
  ExecutablePath: /usr/bin/compiz.real
  Package: compiz-core 1:0.3.6-1ubuntu2
  ProcCmdline: compiz.real --replace gconf
  ProcCwd: /home/thomas
  ProcEnviron:
   SHELL=/bin/bash
   
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
   LANG=de_DE.UTF-8
   LANGUAGE=de_DE:de:en_GB:en
  Signal: 11
  SourcePackage: compiz
  StacktraceTop:
   savageGetLock () from /usr/lib/dri/savage_dri.so
   savageFlushCmdBuf () from /usr/lib/dri/savage_dri.so
   ?? () from /usr/lib/dri/savage_dri.so
   ?? ()
   ?? ()
  Uname: Linux little-bastard 2.6.20-5-386 #2 Sat Jan 6 14:44:57 UTC 2007 i686 
GNU/Linux
  UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/81889/+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 1505241] Re: Phone does not suspend

2015-12-01 Thread Pat McGowan
Log with debugging kernel, pretty high fail to suspend rate

Suspends:
  262 suspends aborted (38.93%).
  411 suspends succeeded (61.07%).
  total time: 7293.604631 seconds (84.86%).
  minimum: 0.319212 seconds.
  maximum: 1359.032827 seconds.
  mean: 17.745997 seconds.
  mode: 6.00 seconds.
  median: 6.060202 seconds.

Time between successful suspends:
  total time: 1300.874846 seconds (15.14%).
  minimum: 0.80 seconds.
  maximum: 308.381052 seconds.
  mean: 3.172865 seconds.
  mode: 1.00 seconds.
  median: 1.186014 seconds.


** Attachment added: "syslog"
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1505241/+attachment/4528129/+files/syslog

-- 
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/1505241

Title:
  Phone does not suspend

Status in Canonical System Image:
  In Progress
Status in bluez package in Ubuntu:
  In Progress

Bug description:
  I am seeing both the MX4 on proposed and the E4.5 on stable exhibit similar 
behavior
  According to the logs they are not able to suspend due to active wakeup 
sources.
  (I am running a BT test kernel on the MX4 3.10.35+)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1505241/+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


  1   2   3   >