[Touch-packages] [Bug 1649313] Re: Mediascanner is not working

2016-12-18 Thread Michi Henning
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

Title:
  Mediascanner is not working

Status in Canonical System Image:
  New
Status in mediascanner2 package in Ubuntu:
  New
Status in udisks2 package in Ubuntu:
  New

Bug description:
  Story: looks like this is a well known bug but there wasn't a bug
  report yet so I'm opening it. Sdcards detection doesn't work in
  frieza_arm64.

  Environment:

  current build number: 99
  device name: frieza_arm64
  channel: ubuntu-touch/staging/ubuntu
  last update: 2016-12-12 12:21:18
  version version: 99
  version ubuntu: 20161210
  version device: 20161014.0
  version custom: 20161210

  Steps:

  1º Put some media files(songs,videos) on a sdcard
  2º Install the sdcard in frieza
  3º Open music app or music/video scopes

  Current result: music app reports no songs were found and music/video
  scopes don't show the media files either

  Expected result: all files from sdcard or other external devices
  should be detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1649313/+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 1651044] Re: ProxyDHCP replies on invalid range

2016-12-18 Thread Alkis Georgopoulos
I did another test:
 * I unplugged the network cable so that the ltsp-server didn't have an ip.
 * I ran `service dnsmasq restart`.
 * I plugged the network cable back in.
 * ...and the problem came back again, i.e. dnsmasq replied on invalid range.

This again suggests that it's some kind of wrong initialization when the
network is down while dnsmasq starts.

Using dnsmasq 2.75-1ubuntu0.16.04.1 on i386 architecture.

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

Title:
  ProxyDHCP replies on invalid range

Status in dnsmasq package in Ubuntu:
  New

Bug description:
  In Ubuntu 16.04, I've configured dnsmasq to reply on subnet=10.160.37.0/24, 
yet it replies even when it gets an IP on subnet=10.161.254.0/24.
  I've only seen this after clean system restart. If I restart dnsmasq later 
on, it works as expected.
  Maybe when dnsmasq starts, the network isn't up yet, and it incorrectly 
initializes some networking information? I'm using network-manager with DHCP.

  Details:
  $ egrep -rv '^#|^$' /etc/dnsmasq.*
  /etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-range=10.160.37.0,proxy
  
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-range=192.168.67.20,192.168.67.250,8h
  /etc/dnsmasq.d/ltsp-server-dnsmasq.conf:enable-tftp
  /etc/dnsmasq.d/ltsp-server-dnsmasq.conf:tftp-root=/var/lib/tftpboot/
  /etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-option=17,/opt/ltsp/i386
  /etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-vendorclass=etherboot,Etherboot
  /etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-vendorclass=pxe,PXEClient
  /etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-vendorclass=ltsp,"Linux ipconfig"
  
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-boot=net:pxe,/ltsp/i386/pxelinux.0
  
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-boot=net:etherboot,/ltsp/i386/nbi.img
  /etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-boot=net:ltsp,/ltsp/i386/lts.conf
  /etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-option=vendor:pxe,6,2b
  /etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-no-override
  /etc/dnsmasq.d/ltsp-server-dnsmasq.conf:pxe-service=X86PC, "Boot from 
network", /ltsp/i386/pxelinux

  $ ip a
  1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1
  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: enp2s0:  mtu 1500 qdisc pfifo_fast state 
UP group default qlen 1000
  link/ether d0:50:99:a6:bc:0a brd ff:ff:ff:ff:ff:ff
  inet 10.161.254.185/24 brd 10.161.254.255 scope global dynamic enp2s0
 valid_lft 431873sec preferred_lft 431873sec
  inet6 fe80::f363:c1e2:9cb8:d9e2/64 scope link 
 valid_lft forever preferred_lft forever

  $ sudo netstat -nap | grep dnsmasq
  [sudo] password for administrator: 
  tcp0  0 0.0.0.0:53  0.0.0.0:*   LISTEN
  843/dnsmasq 
  tcp6   0  0 :::53   :::*LISTEN
  843/dnsmasq 
  udp0  0 0.0.0.0:53  0.0.0.0:* 
  843/dnsmasq 
  udp0  0 0.0.0.0:67  0.0.0.0:* 
  843/dnsmasq 
  udp0  0 0.0.0.0:69  0.0.0.0:* 
  843/dnsmasq 
  udp0  0 0.0.0.0:40110.0.0.0:* 
  843/dnsmasq 
  udp6   0  0 :::53   :::*  
  843/dnsmasq 
  udp6   0  0 :::69   :::*  
  843/dnsmasq 
  unix  2  [ ] DGRAM15746843/dnsmasq
 

  $ grep dnsmasq /var/log/syslog | tail -n 30
  Dec 19 10:52:17 ltsp-server systemd[1]: Starting dnsmasq - A lightweight DHCP 
and caching DNS server...
  Dec 19 10:52:17 ltsp-server dnsmasq[630]: dnsmasq: syntax check OK.
  Dec 19 10:52:20 ltsp-server dnsmasq[843]: started, version 2.75 cachesize 150
  Dec 19 10:52:20 ltsp-server dnsmasq[843]: compile time options: IPv6 
GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC 
loop-detect inotify
  Dec 19 10:52:20 ltsp-server dnsmasq[843]: DNS service limited to local subnets
  Dec 19 10:52:20 ltsp-server dnsmasq-dhcp[843]: DHCP, IP range 192.168.67.20 
-- 192.168.67.250, lease time 8h
  Dec 19 10:52:20 ltsp-server dnsmasq-dhcp[843]: DHCP, proxy on subnet 
10.160.37.0
  Dec 19 10:52:20 ltsp-server dnsmasq-tftp[843]: TFTP root is /var/lib/tftpboot/
  Dec 19 10:52:20 ltsp-server dnsmasq[843]: no servers found in 
/var/run/dnsmasq/resolv.conf, will retry
  Dec 19 10:52:20 ltsp-server dnsmasq[843]: read /etc/hosts - 7 addresses
  Dec 19 10:52:23 ltsp-server systemd[1]: Started dnsmasq - A lightweight DHCP 
and caching DNS server.
  Dec 19 10:52:29 ltsp-serv

[Touch-packages] [Bug 1651044] [NEW] ProxyDHCP replies on invalid range

2016-12-18 Thread Alkis Georgopoulos
Public bug reported:

In Ubuntu 16.04, I've configured dnsmasq to reply on subnet=10.160.37.0/24, yet 
it replies even when it gets an IP on subnet=10.161.254.0/24.
I've only seen this after clean system restart. If I restart dnsmasq later on, 
it works as expected.
Maybe when dnsmasq starts, the network isn't up yet, and it incorrectly 
initializes some networking information? I'm using network-manager with DHCP.

Details:
$ egrep -rv '^#|^$' /etc/dnsmasq.*
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-range=10.160.37.0,proxy
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-range=192.168.67.20,192.168.67.250,8h
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:enable-tftp
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:tftp-root=/var/lib/tftpboot/
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-option=17,/opt/ltsp/i386
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-vendorclass=etherboot,Etherboot
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-vendorclass=pxe,PXEClient
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-vendorclass=ltsp,"Linux ipconfig"
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-boot=net:pxe,/ltsp/i386/pxelinux.0
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-boot=net:etherboot,/ltsp/i386/nbi.img
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-boot=net:ltsp,/ltsp/i386/lts.conf
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-option=vendor:pxe,6,2b
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:dhcp-no-override
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf:pxe-service=X86PC, "Boot from network", 
/ltsp/i386/pxelinux

$ ip a
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1
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: enp2s0:  mtu 1500 qdisc pfifo_fast state UP 
group default qlen 1000
link/ether d0:50:99:a6:bc:0a brd ff:ff:ff:ff:ff:ff
inet 10.161.254.185/24 brd 10.161.254.255 scope global dynamic enp2s0
   valid_lft 431873sec preferred_lft 431873sec
inet6 fe80::f363:c1e2:9cb8:d9e2/64 scope link 
   valid_lft forever preferred_lft forever

$ sudo netstat -nap | grep dnsmasq
[sudo] password for administrator: 
tcp0  0 0.0.0.0:53  0.0.0.0:*   LISTEN  
843/dnsmasq 
tcp6   0  0 :::53   :::*LISTEN  
843/dnsmasq 
udp0  0 0.0.0.0:53  0.0.0.0:*   
843/dnsmasq 
udp0  0 0.0.0.0:67  0.0.0.0:*   
843/dnsmasq 
udp0  0 0.0.0.0:69  0.0.0.0:*   
843/dnsmasq 
udp0  0 0.0.0.0:40110.0.0.0:*   
843/dnsmasq 
udp6   0  0 :::53   :::*
843/dnsmasq 
udp6   0  0 :::69   :::*
843/dnsmasq 
unix  2  [ ] DGRAM15746843/dnsmasq 

$ grep dnsmasq /var/log/syslog | tail -n 30
Dec 19 10:52:17 ltsp-server systemd[1]: Starting dnsmasq - A lightweight DHCP 
and caching DNS server...
Dec 19 10:52:17 ltsp-server dnsmasq[630]: dnsmasq: syntax check OK.
Dec 19 10:52:20 ltsp-server dnsmasq[843]: started, version 2.75 cachesize 150
Dec 19 10:52:20 ltsp-server dnsmasq[843]: compile time options: IPv6 GNU-getopt 
DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect 
inotify
Dec 19 10:52:20 ltsp-server dnsmasq[843]: DNS service limited to local subnets
Dec 19 10:52:20 ltsp-server dnsmasq-dhcp[843]: DHCP, IP range 192.168.67.20 -- 
192.168.67.250, lease time 8h
Dec 19 10:52:20 ltsp-server dnsmasq-dhcp[843]: DHCP, proxy on subnet 10.160.37.0
Dec 19 10:52:20 ltsp-server dnsmasq-tftp[843]: TFTP root is /var/lib/tftpboot/
Dec 19 10:52:20 ltsp-server dnsmasq[843]: no servers found in 
/var/run/dnsmasq/resolv.conf, will retry
Dec 19 10:52:20 ltsp-server dnsmasq[843]: read /etc/hosts - 7 addresses
Dec 19 10:52:23 ltsp-server systemd[1]: Started dnsmasq - A lightweight DHCP 
and caching DNS server.
Dec 19 10:52:29 ltsp-server dnsmasq[843]: reading /var/run/dnsmasq/resolv.conf
Dec 19 10:52:29 ltsp-server dnsmasq[843]: ignoring nameserver 127.0.0.1 - local 
interface
Dec 19 10:52:29 ltsp-server dnsmasq[843]: using nameserver 194.63.238.4#53
Dec 19 10:52:29 ltsp-server dnsmasq[843]: using nameserver 8.8.8.8#53
Dec 19 08:52:47 ltsp-server dnsmasq-dhcp[843]: PXE(enp2s0) 52:54:00:8f:74:ad 
proxy
Dec 19 08:52:47 ltsp-server dnsmasq-dhcp[843]: PXE(enp2s0) 10.161.254.195 
52:54:00:8f:74:ad /ltsp/i386/pxelinux.0
Dec 19 08:52:47 ltsp-server dnsmasq-tftp[843]: sent 
/var/lib/tftpboot/ltsp/i386/pxelinux.0 to 10.161.254.195
...


Note that it replies in "52:54:00:8f:74:ad proxy" while it shouldn't.
If I run this:
# service dnsmasq restart

Then it behaves correctly:
Dec 19 09:01:17 ltsp-server dnsmasq-dhcp[2381]: no address 

[Touch-packages] [Bug 1643812] Re: There is no entry in 'Play sound through' list when plug in headset jack [8086:9d70].

2016-12-18 Thread Bin Li
@themuso

 I checked the trusty-propsed channel, there are still not new
pulseaduio, what's the status of this issue? Thanks a lot!

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

Title:
  There is no entry in 'Play sound through' list when plug in headset
  jack [8086:9d70].

Status in HWE Next:
  New
Status in pulseaudio package in Ubuntu:
  New
Status in pulseaudio source package in Trusty:
  New

Bug description:
  1. Install 14.04.5 image on P50s
  2. Login system
  3. $ sudo apt-get update
  4. $ apt-get dist-upgrade
  sudo apt-get install --install-recommends linux-generic-lts-xenial 
xserver-xorg-core-lts-xenial xserver-xorg-lts-xenial 
xserver-xorg-video-all-lts-xenial xserver-xorg-input-all-lts-xenial 
libwayland-egl1-mesa-lts-xenial
  5. Reboot the system
  6. Login system
  7. Open Sound setting window
  8. Plug headset jack, unplug headset jack.

  The kernel is 4.4.0-47, and the pulseaudio is 1:4.0-0ubuntu1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1643812/+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 1639776] Re: dnsmasq fails to send queries out after suspend disconnects the interface

2016-12-18 Thread Andrew
I can confirm that for this bug, I am not affected directly by suspend /
resume actions. But the DNS still randomly fails during normal operation
of the machine.

If I kill dnsmasq PID and restart it from the command line, then it
works again.

sudo /usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts
--bind-interfaces --pid-file=/var/run/NetworkManager/dnsmasq.pid
--listen-address=127.0.1.1 --cache-size=0 --conf-file=/dev/null --proxy-
dnssec --enable-dbus=org.freedesktop.NetworkManager.dnsmasq --conf-
dir=/etc/NetworkManager/dnsmasq.d &

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

Title:
  dnsmasq fails to send queries out after suspend disconnects the
  interface

Status in dnsmasq package in Ubuntu:
  Triaged

Bug description:
  Failure is caused by ENODEV return for all dns queries like:
  sendto(11, "\232\325\1\0\0\1\0\0\0\0\0\0\4mail\6google\3com\0\0\1\0"..., 33, 
0, {sa_family=AF_INET, sin_port=htons(53), 
sin_addr=inet_addr("62.241.198.245")}, 16) = -1 ENODEV (No such device)

  
  Problem is reported and fixed:
  https://bugzilla.redhat.com/show_bug.cgi?id=1367772

  
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff;h=2675f2061525bc954be14988d64384b74aa7bf8b

  I didn't yet test if applying that patch to ubuntu package works. I
  will try the patch in a few hours.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: dnsmasq-base 2.76-4
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Nov  7 14:11:51 2016
  InstallationDate: Installed on 2037-12-25 (-7718 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: dnsmasq
  UpgradeStatus: Upgraded to yakkety on 2016-10-21 (16 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1639776/+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 1434986] Re: Not working network connection after boot

2016-12-18 Thread Andrew
Hi Younus,

I am also affected on 16.04 and it is terrible.

Thanks for your solution, I have set that and will see if it solves the
problem in the long term.

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

Title:
  Not working network connection after boot

Status in NetworkManager:
  Expired
Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  Directly after boot the network connections are not working. I am
  connected and have an IP address, but I cannot establish a connection
  with any Internet server.

  I have the impression it is related to thee DNS lookup, which waits
  forever for a result.

  Cycling the connection (disconnect->reconnect) seems to fix the
  problem for some time.

  I am reporting this against network-manager, but I am not sure if it is 
directly in network manager or if it is systemd related.
  With 14.10 everything worked perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu11
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Mar 22 12:38:26 2015
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-01-30 (50 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 
(20141022.1)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.26 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.29
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-03-19 (3 days ago)
  modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-02-16T00:14:50.662693
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

   eth0ethernet  connected  /org/freedesktop/NetworkManager/Devices/2  
Kabelnetzwerkverbindung 1  4a581685-6002-4401-a993-49aa649667eb  
/org/freedesktop/NetworkManager/ActiveConnection/4 
   wlan0   wifi  connected  /org/freedesktop/NetworkManager/Devices/1  
4A616E7320574C414E f45aa3a7-fb44-41b7-a02a-ea9720d79414  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/0  --   
  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1434986/+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 1634865] Re: crash

2016-12-18 Thread Launchpad Bug Tracker
[Expired for ibus (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  crash

Status in ibus package in Ubuntu:
  Expired

Bug description:
  crash Ubuntu 16.04.1 LTS

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ibus 1.5.11-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-43.63-generic 4.4.21
  Uname: Linux 4.4.0-43-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Oct 19 14:56:09 2016
  InstallationDate: Installed on 2016-06-01 (139 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1634865/+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 1634686] Re: Problème suite a la migration de 16.04 a la 16.10

2016-12-18 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/1634686

Title:
  Problème suite a la migration de 16.04 a la 16.10

Status in xorg package in Ubuntu:
  Expired

Bug description:
  salut a vous 
  pendant ma mise a jours il y a eu un bug le pc a planté au redémarrage 
j'avais plus rien juste l’écran de session, impossible pour moi de me connecté 
a ma session avec l'interface ubuntu( par défaut), j'ai relancer un upgrade 
avec un terminal une fois que j'ai réussi a me connecté a ma session sous gnome 
metacity sans fond d’écran juste la barre de menu du haut et aucun menu s'ouvre 
il plante tous.
  y a juste la fenêtre de mise a jour et le terminal que j'arrive a lancé.
  je pense que sa dois être un problème avec nvidia, enfin sa dois être un 
problème graphique 

  je reste a votre disposition pour plus ample information 
  bon courage a vous

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu4
  ProcVersionSignature: Ubuntu 4.8.0-25.27-generic 4.8.1
  Uname: Linux 4.8.0-25-generic i686
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Wed Oct 19 00:48:03 2016
  DistUpgraded: Fresh install
  DistroCodename: yakkety
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.132, 4.4.0-43-generic, i686: installed
   nvidia-304, 304.132, 4.8.0-25-generic, i686: installed
   virtualbox, 5.1.6, 4.4.0-43-generic, i686: installed
   virtualbox, 5.1.6, 4.8.0-25-generic, i686: installed
  GraphicsCard:
   NVIDIA Corporation G92 [GeForce 9800 GT] [10de:0614] (rev a2) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation G92 [GeForce 9800 GT] [10de:062d]
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-25-generic 
root=UUID=50b5e4fb-f107-434e-b231-98bf1824eeed ro quiet splash
  SourcePackage: xorg
  UnitySupportTest:
   Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 5: Xlib:  extension "GLX" missing on display ":0".
   Error: GLX is not available on the system
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgConf:
   Section "Device"
Identifier  "Default Device"
Option  "NoLogo""True"
   EndSection
  dmi.bios.date: 06/26/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: ASUS M2A-VM HDMI ACPI BIOS Revision 1001
  dmi.board.name: M2A-VM HDMI
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 1.XX
  dmi.chassis.asset.tag: 123456789000
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSM2A-VMHDMIACPIBIOSRevision1001:bd06/26/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2A-VMHDMI:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.13.0+16.10.20160818.2-0ubuntu2
  version.libdrm2: libdrm2 2.4.70-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.3-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.3-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160706-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
  xserver.bootTime: Wed Oct 19 00:32:42 2016
  xserver.configfile: /etc/X11/xorg.conf
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-1ubuntu6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1634686/+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 1264368] Re: GLib-CRITICAL **: Source ID was not found when attempting to remove it - warning when leaving Network menu of g-c-c

2016-12-18 Thread mike
im seeing the same in syslog

uname -srv;cat /etc/issue
Linux 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014
Linux Mint 17.1 Rebecca \n \l

Dec 18 16:26:08 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 11 was not found when attempting to remove it
Dec 18 16:26:08 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 25 was not found when attempting to remove it
Dec 18 16:26:32 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 44 was not found when attempting to remove it
Dec 18 16:26:32 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 59 was not found when attempting to remove it
Dec 18 16:32:44 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 98 was not found when attempting to remove it
Dec 18 16:33:49 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 104 was not found when attempting to remove it
Dec 18 16:33:49 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 71 was not found when attempting to remove it
Dec 18 16:33:49 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 71 was not found when attempting to remove it
Dec 18 21:55:52 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 117 was not found when attempting to remove it
Dec 18 21:56:51 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 152 was not found when attempting to remove it
Dec 18 21:56:59 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 165 was not found when attempting to remove it
Dec 18 21:56:59 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 177 was not found when attempting to remove it
Dec 18 21:58:44 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 199 was not found when attempting to remove it
Dec 18 21:58:44 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 209 was not found when attempting to remove it
Dec 18 21:58:44 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 190 was not found when attempting to remove it
Dec 18 21:58:44 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 190 was not found when attempting to remove it
Dec 18 21:58:44 backup-server console-kit-daemon[2243]: GLib-CRITICAL: Source 
ID 221 was not found when attempting to remove it

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

Title:
  GLib-CRITICAL **: Source ID was not found when attempting to remove it
  - warning when leaving Network menu of g-c-c

Status in AndroidSDK:
  New
Status in Banshee:
  New
Status in gnome-control-center:
  Incomplete
Status in GParted:
  Unknown
Status in notification-daemon:
  New
Status in anjuta package in Ubuntu:
  Confirmed
Status in consolekit package in Ubuntu:
  Confirmed
Status in f-spot package in Ubuntu:
  Confirmed
Status in gnome-control-center package in Ubuntu:
  Triaged
Status in putty package in Ubuntu:
  Confirmed

Bug description:
  Steps to recreate:
  1. Open gnome-control-center in terminal.
  2. Go to Network.
  3. Go back to All preferences.
  4. Notice that in terminal there is a warning:

  $ gnome-control-center

  (gnome-control-center:13519): GLib-CRITICAL **: Source ID 166 was not
  found when attempting to remove it

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-control-center 1:3.6.3-0ubuntu49
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Dec 26 21:03:52 2013
  InstallationDate: Installed on 2013-10-15 (71 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 
(20131015)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to trusty on 2013-11-05 (51 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/androidsdk/+bug/1264368/+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 1626435] Re: Keyboard layout not applied on the shell

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Keyboard layout not applied on the shell

Status in Canonical System Image:
  In Progress
Status in Mir:
  Fix Released
Status in Mir 0.24 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released
Status in qtmir package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  Split out from bug #1611859:

  Steps:
  * connect a BT or a physical keyboard
  * wipe or remove ~/.config/ubuntu-system-settings/wizard-has-run* and reboot
  * go through the wizard

  Expected:
  * I can use the selected layout in the wizard
  * and in snap decisions

  Current:
  * you can only use us layout in the shell

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity8 8.14+16.04.20160914-0ubuntu1 [origin: 
LP-PPA-ci-train-ppa-service-landing-078]
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Sep 22 10:07:47 2016
  InstallationDate: Installed on 2016-05-06 (138 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1626435/+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 1615587] Re: Downstreams need to disable clang diagnostic "-Wreturn-type-c-linkage" to build against our public headers

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Downstreams need to disable clang diagnostic "-Wreturn-type-c-linkage"
  to build against our public headers

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  We use "C" linkage to avoid name-mangling some functions that are not
  intended not for C compatibility. We don't want downstream projects
  seeing a warning from clang based tools for us doing this
  intentionally.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1615587/+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 1617435] Re: libmirserver-dev is missing a depends for uuid-dev

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  libmirserver-dev is missing a depends for uuid-dev

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  From building qtmir:

  In file included from 
/«BUILDDIR»/qtmir-0.4.8+15.04.20160826.1/src/modules/Unity/Application/mirsurfacemanager.cpp:41:0:
  /usr/include/mirserver/mir/shell/persistent_surface_store.h:25:23: fatal 
error: uuid/uuid.h: No such file or directory
   #include 
 ^

  libmirserver-dev should depend on uuid-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1617435/+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 1617036] Re: NestedServer.given_client_set_display_configuration_when_monitor_unplugs_client_can_set_display_configuration

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  
NestedServer.given_client_set_display_configuration_when_monitor_unplugs_client_can_set_display_configuration

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  http://paste.ubuntu.com/23090076/

  To reproduce:
  bin/mir_acceptance_tests 
--gtest_filter=*NestedServer.given_client_set_display_configuration_when_monitor_unplugs_client_can_set_display_configuratio*
 --gtest_repeat=300 --gtest_break_on_failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1617036/+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 1614983] Re: mirtest-dev: mock_display_configuration.h uses "mg" without defining it

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  mirtest-dev: mock_display_configuration.h uses "mg" without defining
  it

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  I was trying to use mirtest doubles/mock_display_configuration.h but
  it fails with "mg" not defined.

  As workaround, I import it like this:

  namespace mg = mir::graphics; // BUG: needed for mock_display_configuration.h
  #include 

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1614983/+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 1615703] Re: [regression] mir demo server fails to start with mx4

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  [regression] mir demo server fails to start with mx4

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  mir_demo_server fails to start with mx4. I'd guess failure indicates
  the u8 stack wouldn't start either. Should be fixed for 0.25 series.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1615703/+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 1621352] Re: --display-report=log reports vsync on non-existent output number

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  --display-report=log reports vsync on non-existent output number

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  --display-report=log reports vsync on non-existent output (26):

  [2016-09-08 15:26:00.636257] mirserver: Initial display configuration:
  [2016-09-08 15:26:00.636269] mirserver:   0.36: unused VGA
  [2016-09-08 15:26:00.636277] mirserver:   0.39: DisplayPort 24.0" 520x320mm
  [2016-09-08 15:26:00.636281] mirserver: Current mode 1920x1200 59.95Hz
  [2016-09-08 15:26:00.636284] mirserver: Preferred mode 1920x1200 
59.95Hz
  [2016-09-08 15:26:00.636288] mirserver: Logical position +0+0
  [2016-09-08 15:26:00.636291] mirserver:   0.45: unused HDMI-A
  [2016-09-08 15:26:00.636294] mirserver:   0.48: unused DisplayPort
  [2016-09-08 15:26:00.636297] mirserver:   0.52: unused HDMI-A
  ...
  [2016-09-08 15:26:25.854293] graphics: 60 vsync events on [26] over 1000ms
  [2016-09-08 15:26:26.855108] graphics: 60 vsync events on [26] over 1000ms
  [2016-09-08 15:26:27.855938] graphics: 60 vsync events on [26] over 1000ms

  Isn't [26] meant to match an output? I can't see anything else in the
  log named "26".

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1621352/+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 1625401] Re: Mir server seems to spin at 100% and steals focus from everything until the server shutdown

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Mir server seems to spin at 100% and steals focus from everything
  until the server shutdown

Status in Mir:
  Fix Released
Status in Mir 0.24 series:
  Fix Released
Status in MirAL:
  Invalid
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Start a Mir server (doesn't have to be miral-shell, but we'll use that
  example) with gnome-terminal:

  $ miral-shell --startup gnome-terminal

  In the terminal start and detach Xmir:

  $ Xmir -rootless :1&

  Close the terminal.

  When I do hit this, unable to do anything key focus wise. (I can open
  a terminal ctrl+alt+t but i cant type into, mouse events work fine)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1625401/+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 1617865] Re: [regression] Accidental libmircommon.so.6 ABI break in Mir 0.24.0: mir::dispatch::ReadableFd* moved version stanzas

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  [regression] Accidental libmircommon.so.6 ABI break in Mir 0.24.0:
  mir::dispatch::ReadableFd* moved version stanzas

Status in Mir:
  Fix Released
Status in Mir 0.24 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Accidental libmircommon.so.6 ABI break in Mir 0.24:
  mir::dispatch::ReadableFd* moved version stanzas

  So for example server-mesa-x11.so.9 can no longer load because it expects 
from libmircommon.so.6:
 ZN3mir8dispatch10ReadableFdC1ENS_2FdERKSt8functionIFvvEE@MIR_COMMON_5.1
  but actually in Mir 0.24.0 that got duplicated and changed to:
 ZN3mir8dispatch10ReadableFdC1ENS_2FdERKSt8functionIFvvEE@MIR_COMMON_0.24

  https://bugs.launchpad.net/mir/+bug/1611804/comments/8

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1617865/+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 1624971] Re: [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax specified for the proto file:

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax
  specified for the proto file:

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Since yakkety switched to protobuf3, building Mir emits some new
  warnings:

  [  8%] Running C++ protocol buffer compiler on mir_protobuf.proto
  [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax 
specified for the proto file: mir_protobuf.proto. Please use 'syntax = 
"proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to 
proto2 syntax.)
  [  8%] Running C++ protocol buffer compiler on mir_protobuf_wire.proto
  [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax 
specified for the proto file: mir_protobuf_wire.proto. Please use 'syntax = 
"proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to 
proto2 syntax.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1624971/+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 1626503] Re: destroying a MirPresentationChain doesn't trigger ownership notification to client

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  destroying a MirPresentationChain doesn't trigger ownership
  notification to client

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  If a MirPresentationChain is destroyed, the MirBuffer resources
  associated with that chain should eventually be returned to the client
  as a result of that destruction. (It might have to wait a bit until
  screen refresh, but it should eventually happen).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1626503/+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 1621917] Re: tests fail when built against lp:mir

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  tests fail when built against lp:mir

Status in Mir:
  Fix Released
Status in MirAL:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  All the tests based on the TestServer fixture fail:

  [2016-09-09 16:03:04.242653] mirserver: Starting
  [2016-09-09 16:03:04.242792] mirserver: Selected driver: mir:stub-graphics 
(version 0.25.0)
  [2016-09-09 16:03:04.243695] mirserver: Using software cursor
  [2016-09-09 16:03:04.246985] mirserver: Initial display configuration:
  [2016-09-09 16:03:04.247022] mirserver:   1.1: VGA 0.0" 0x0mm
  [2016-09-09 16:03:04.247033] mirserver:Current mode 1600x1600 60.00Hz
  [2016-09-09 16:03:04.247040] mirserver:Preferred mode 1600x1600 
60.00Hz
  [2016-09-09 16:03:04.247046] mirserver:Logical position +0+0
  [2016-09-09 16:03:04.248679] mirserver: Selected input driver: mir:stub-input 
(version: 0.25.0)
  [2016-09-09 16:03:04.248742] mirserver: Mir version 0.25.0
  ERROR: /home/alan/display_server/mir/src/renderers/gl/renderer.cpp(85): Throw 
in function 
mir::renderer::gl::CurrentRenderTarget::CurrentRenderTarget(mir::graphics::DisplayBuffer*)
  Dynamic exception type: 
boost::exception_detail::clone_impl
 >
  std::exception::what: DisplayBuffer does not support GL rendering

  unknown file: Failure
  C++ exception with description "Failed to start server thread" thrown in 
SetUp().

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1621917/+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 1617256] Re: CMakeLists.txt has pkg_check_modules(EPOXY REQUIRED epoxy), but epoxy isn't mentioned in debian/control

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  CMakeLists.txt has pkg_check_modules(EPOXY REQUIRED epoxy), but epoxy
  isn't mentioned in debian/control

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Follow the instructions here:
  https://unity.ubuntu.com/mir/building_source_for_pc.html

  $ sudo mk-build-deps -i --build-dep debian/control
  $ mkdir build
  $ cd build
  $ cmake ..

  Expect: cmake succeeds
  Actual: cmake errors because epoxy isn't installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1617256/+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 1607812] Re: When stressed by a load of clients starting at once: Failed to get PRIME fd from gbm bo

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  When stressed by a load of clients starting at once: Failed to get
  PRIME fd from gbm bo

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  I initially found this with miral-shell, but found similar behaviour
  with mir_demo_shell_minimal.

  Start a shell, then start all the mir_demo_client_XXX apps. (For
  convenience see attached script.)

  Then start closing apps one by one: At some point the server dies with
  a segfault.

  With a bit of debugging I managed to catch the following error just
  before the segfault:

  ERROR: 
/home/alan/display_server/mir/src/platforms/mesa/server/buffer_allocator.cpp(150):
 Throw in function virtual void 
{anonymous}::DMABufTextureBinder::ensure_egl_image()
  Dynamic exception type: 
boost::exception_detail::clone_impl
 >
  std::exception::what: Failed to get PRIME fd from gbm bo: No such file or 
directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1607812/+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 1611337] Re: StubGraphicsPlatform::create_display() leaves display_preset in a dubious state

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  StubGraphicsPlatform::create_display() leaves display_preset in a
  dubious state

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  I discovered this working in lp:miral where running two tests that use
  the stub platform (one that sets the preset before one that doesn't)
  leads to a SEGFAULT.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1611337/+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 1610054] Re: mesa-kms doesn't fall back to using a software cursor if a hardware cursor is unavailable

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  mesa-kms doesn't fall back to using a software cursor if a hardware
  cursor is unavailable

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  mesa-kms doesn't fall back to using a software cursor if a hardware
  cursor is unavailable

  From a device under investigation:
  [2016-08-05 03:00:12.806383]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:12.806537]  mesa-kms: set_cursor: drmModeSetCursor 
failed (No such device or address)
  [2016-08-05 03:00:12.806615]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:12.806683]  mesa-kms: set_cursor: drmModeSetCursor 
failed (No such device or address)
  [2016-08-05 03:00:12.806756] mirserver: Using hardware cursor
  ...
  [2016-08-05 03:00:42.894705]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.898749]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.899003]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.905167]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.905399]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.913008]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.913226]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.921007]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)
  [2016-08-05 03:00:42.921227]  mesa-kms: move_cursor: 
drmModeMoveCursor failed (Bad address)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610054/+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 1604673] Re: If a surface updates its size the pointer confinement region isnt updated

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  If a surface updates its size the pointer confinement region isnt
  updated

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  If you confine a region to the surfaces input region then change the
  size. The confined region for the seat is not updated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1604673/+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 1248072] Re: VMware virtual connector recognized by Mir as "Unknown"

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  VMware virtual connector recognized by Mir as "Unknown"

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  The "Virtual" connector type is not recognized by Mir.
  (actually it's not in xf86drmMode.h either, I'll see if I can fix that
  up), but it's in the kernel user-space api file "drm_mode.h" and is
  right after the "eDP" connector type. Should be added in
  connector_type_name() in real_kms_output.cpp

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1248072/+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 1603922] Re: Mir toolkit API mir_connection_create_spec_for_tooltip() doesn't meet requirement

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Mir toolkit API mir_connection_create_spec_for_tooltip() doesn't meet
  requirement

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  1. The "zone" parameter isn't useful to the server (toolkits manage the zone 
which may not be a rectangle)
  2. toolkits need a way to position a tooltip
  3. The name is misleading as the target type is mir_surface_type_tip

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1603922/+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 1262116] Re: Nested servers prevent overlays or fullscreen bypass from working

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Nested servers prevent overlays or fullscreen bypass from working

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Nested servers prevent fullscreen bypass from working.

  This would explain why nesting fullscreen clients is measurably slower than 
non-nesting:
  Direct (bypass) 2600
  Direct (bypass off) 2400
  Nested (bypass) 2450
  Nested (bypass off) 2330

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1262116/+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 1609329] Re: Cross compiling for xenial always fails (E: Unable to locate package ...)

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Cross compiling for xenial always fails (E: Unable to locate package
  ...)

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Cross compiling for xenial always fails (E: Unable to locate package
  ...)

  $ ./cross-compile-chroot.sh -a armhf -d xenial -u
  ...
  E: Unable to locate package android-headers-23
  E: Unable to locate package google-mock
  E: Unable to locate package libboost-date-time-dev
  E: Unable to locate package libboost-filesystem-dev
  E: Unable to locate package libboost-system-dev
  E: Unable to locate package libgoogle-glog-dev
  E: Unable to locate package libgtest-dev
  E: Unable to locate package liblttng-ust-dev
  E: Unable to locate package libumockdev-dev
  E: Unable to locate package umockdev
  apt download failed. Exit value: 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1609329/+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 1559831] Re: Some mir_demo_client(s) report useless message 'Surface 0 DPI'

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Some mir_demo_client(s) report useless message 'Surface 0 DPI'

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Some mir_demo_client(s) report:

  $ sudo mir_demo_client_egltriangle
  ...
  Surface 0 DPI

  This needs either correcting or removing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1559831/+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 1613352] Re: Test timeout: MesaDisplayConfigurationTest.reads_updated_subpixel_information

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Test timeout:
  MesaDisplayConfigurationTest.reads_updated_subpixel_information

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  MesaDisplayConfigurationTest.reads_updated_subpixel_information
  will timeout under load.

  06:17:37 28: [--] 8 tests from MesaDisplayConfigurationTest
  06:17:37 28: [ RUN ] 
MesaDisplayConfigurationTest.configuration_is_read_correctly
  06:17:37 28: [ OK ] 
MesaDisplayConfigurationTest.configuration_is_read_correctly (196 ms)
  06:17:37 28: [ RUN ] 
MesaDisplayConfigurationTest.reads_subpixel_information_correctly
  06:17:37 28: [ OK ] 
MesaDisplayConfigurationTest.reads_subpixel_information_correctly (264 ms)
  06:17:37 28: [ RUN ] 
MesaDisplayConfigurationTest.reads_updated_subpixel_information
  08:47:37 make[2]: *** [test] Terminated
  08:47:37 make: *** [build] Terminated
  08:47:37 make[1]: *** wait: No child processes.  Stop.
  08:47:37 make[1]: *** Waiting for unfinished jobs
  08:47:37 make[1]: *** wait: No child processes.  Stop.
  08:47:37 Makefile:85: recipe for target 'test' failed
  08:47:37 debian/rules:13: recipe for target 'build' failed
  08:47:37 E: Caught signal ���Terminated���: terminating immediately
  08:47:37 Build killed with signal TERM after 150 minutes of inactivity
  08:47:37 

  First seen here:
  
https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=amd64,compiler=gcc,platform=mesa,release=yakkety/1811/consoleFull
  and reproduced under load locally with lp:mir.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1613352/+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 1610215] Re: Mir build and test failures with gcc-6 and LTO

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Mir build and test failures with gcc-6 and LTO

Status in Mir:
  Fix Released
Status in Mir 0.24 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  The exact failure mode is different depending on whether ld.bfd or
  ld.gold is used. In both cases, however, the core issue seems to be
  that implicit destructor symbols cannot be found.

   ld.bfd ===

  Build error for mir_acceptance_tests:

  ../libmir-test-assist.a(fake_display.cpp.o): In function 
`mir::test::doubles::NullDisplaySyncGroup::NullDisplaySyncGroup()':
  /root/mir/include/test/mir/test/doubles/null_display_sync_group.h:68: 
undefined reference to `vtable for mir::test::doubles::NullDisplaySyncGroup'
  ../libmir-test-assist.a(fake_display.cpp.o): In function 
`mir::test::doubles::NullDisplayBuffer::NullDisplayBuffer()':
  /root/mir/include/test/mir/test/doubles/null_display_buffer.h:31: undefined 
reference to `vtable for mir::test::doubles::NullDisplayBuffer'
  ../libmir-test-assist.a(fake_display.cpp.o): In function 
`mir::test::doubles::NullDisplaySyncGroup::NullDisplaySyncGroup()':
  /root/mir/include/test/mir/test/doubles/null_display_sync_group.h:68: 
undefined reference to `vtable for mir::test::doubles::NullDisplaySyncGroup'
  ../libmir-test-assist.a(fake_display.cpp.o): In function 
`mir::test::doubles::NullDisplayBuffer::NullDisplayBuffer()':
  /root/mir/include/test/mir/test/doubles/null_display_buffer.h:31: undefined 
reference to `vtable for mir::test::doubles::NullDisplayBuffer'
  collect2: error: ld returned 1 exit status
  tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/build.make:1450: 
recipe for target 'bin/mir_acceptance_tests.bin' failed
  make[2]: *** [bin/mir_acceptance_tests.bin] Error 1
  CMakeFiles/Makefile2:9407: recipe for target 
'tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/all' failed
  make[1]: *** [tests/acceptance-tests/CMakeFiles/mir_acceptance_tests.dir/all] 
Error 2

  Build error for mir_unit_tests:

  ../mir_test_framework/libmir-test-framework-static.a(stub_session.cpp.o): In 
function `_GLOBAL__sub_I_stub_session.cpp':
  /root/mir/tests/mir_test_framework/stub_session.cpp:161: undefined reference 
to `mir::test::doubles::StubSession::~StubSession()'
  
../mir_test_framework/libmir-test-framework-static.a(stub_session.cpp.o):(.data.rel.ro._ZTVN3mir4test7doubles11StubSessionE[_ZTVN3mir4test7doubles11StubSessionE]+0x10):
 undefined reference to `mir::test::doubles::StubSession::~StubSession()'
  
../mir_test_framework/libmir-test-framework-static.a(stub_session.cpp.o):(.data.rel.ro._ZTVN3mir4test7doubles11StubSessionE[_ZTVN3mir4test7doubles11StubSessionE]+0x18):
 undefined reference to `mir::test::doubles::StubSession::~StubSession()'
  
../mir_test_framework/libmir-test-framework-static.a(stub_session.cpp.o):(.debug_info+0xbb84):
 undefined reference to `mir::test::doubles::StubSession::~StubSession()'
  
../mir_test_framework/libmir-test-framework-static.a(testing_server_options.cpp.o):
 In function `mir::ServerConfiguration::ServerConfiguration()':
  /root/mir/src/include/server/mir/server_configuration.h:89: undefined 
reference to `vtable for mir::ServerConfiguration'
  /root/mir/src/include/server/mir/server_configuration.h:89: undefined 
reference to `vtable for mir::ServerConfiguration'
  
../mir_test_framework/libmir-test-framework-static.a(stubbed_server_configuration.cpp.o):
 In function `mir::ServerConfiguration::ServerConfiguration()':
  /root/mir/src/include/server/mir/server_configuration.h:89: undefined 
reference to `vtable for mir::ServerConfiguration'
  collect2: error: ld returned 1 exit status
  tests/unit-tests/CMakeFiles/mir_unit_tests.dir/build.make:4588: recipe for 
target 'bin/mir_unit_tests.bin' failed
  make[2]: *** [bin/mir_unit_tests.bin] Error 1
  CMakeFiles/Makefile2:10841: recipe for target 
'tests/unit-tests/CMakeFiles/mir_unit_tests.dir/all' failed
  make[1]: *** [tests/unit-tests/CMakeFiles/mir_unit_tests.dir/all] Error 2
  Makefile:138: recipe for target 'all' failed
  make: *** [all] Error 2

  
  === ld.gold ===

  No build errors, but we get segfaults when running the mir_unit_tests
  during the destruction of StubSession objects.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1610215/+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 1612256] Re: [regression] Trust prompt not shown when starting camera

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  [regression] Trust prompt not shown when starting camera

Status in Canonical System Image:
  Fix Released
Status in Mir:
  Fix Released
Status in Mir 0.24 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Installed bq-aquaris.en (rev 405) and mir 0.24.0 from silo 36.
  Clicking camera, the application appears to be stuck waiting for the
  trust prompt.

  This does not happen with 0.23.5.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1612256/+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 1609612] Re: clang builds fail (again)

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  clang builds fail (again)

Status in Mir:
  Fix Released
Status in Mir 0.24 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  clang builds fail (again) since yakkety switched to gcc 6 today.

  And I only got clang working again yesterday :(
  https://code.launchpad.net/~vanvugt/mir/fix-clang-20160803/+merge/301869

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1609612/+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 1607351] Re: ServerConfigurationOption is not ptest (parallel test running) safe

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  ServerConfigurationOption is not ptest (parallel test running) safe

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  $ make ptest ARGS="-R ServerConfigurationOptions"
  ...
  Start 92: 
mir_acceptance_tests---MIR_SERVER_NBUFFERS=3---.ServerConfigurationOptions.*
  Start 12: mir_acceptance_tests.ServerConfigurationOptions.*
  ...
  [ FAILED ] 
ServerConfigurationOptions.are_read_from_xdg_config_dir0_config_file
  [ FAILED ] 
ServerConfigurationOptions.are_read_from_xdg_config_dir1_config_file
  [ FAILED ] 
ServerConfigurationOptions.are_read_from_xdg_config_dir0_before_xdg_config_dir1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1607351/+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 1613373] Re: HWC's vsync_signal_on is never called when using HWC 1.0

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  HWC's vsync_signal_on is never called when using HWC 1.0

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  When using Mir with HWC 1.0, a HwcFbDevice is created. When
  HwcFbDevice's commit is called, it waits for a vsync to happen. But
  HWC configuration being created in this case is FbControl. As the
  result, HWC's vsync_signal_on is never called, causing vsync signals
  from HWC to never arrive. Later, when HwcFbDevice's commit is called,
  it'll stall waiting for a vsync forever.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1613373/+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 1584894] Re: unity-system-compositor (or any Mir server) crashes on start-up with "Mir fatal error: Failed to schedule page flip" on VirtualBox Graphics Adapter and QEMU

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  unity-system-compositor (or any Mir server) crashes on start-up with
  "Mir fatal error: Failed to schedule page flip" on VirtualBox Graphics
  Adapter and QEMU

Status in Canonical System Image:
  Confirmed
Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  (separated from bug 1118903)
  unity-system-compositor crashes on start-up with "Mir fatal error: Failed to 
schedule page flip" on VirtualBox Graphics Adapter

  ---

  can not login to Unity8

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: unity-system-compositor 0.4.3+16.04.20160323-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu4
  Architecture: amd64
  Date: Mon May 23 19:20:43 2016
  ExecutablePath: /usr/sbin/unity-system-compositor
  GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
  InstallationDate: Installed on 2016-05-19 (3 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160519)
  ProcCmdline: /usr/sbin/unity-system-compositor 
--disable-inactivity-policy=true --on-fatal-error-abort --file 
/run/lightdm-mir-0 --from-dm-fd 12 --to-dm-fd 21 --vt 8
  ProcEnviron:

  Signal: 6
  SourcePackage: unity-system-compositor
  StacktraceTop:
   mir::fatal_error_abort(char const*, ...) () from 
/usr/lib/x86_64-linux-gnu/libmircommon.so.5
   ?? () from 
/usr/lib/x86_64-linux-gnu/mir/server-platform/graphics-mesa-kms.so.8
   ?? () from /usr/lib/x86_64-linux-gnu/libmirserver.so.38
   ?? () from /usr/lib/x86_64-linux-gnu/libmirserver.so.38
   ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  Title: unity-system-compositor crashed with SIGABRT in 
mir::fatal_error_abort()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  version.libdrm: libdrm2 2.4.68-1
  version.lightdm: lightdm 1.19.0-0ubuntu1
  version.mesa: libegl1-mesa-dev N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1584894/+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 1563210] Re: CI Failure in DisplayConfiguration/DisplayFormatSetting.can_get_all_output_format/{6, 2}

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  CI Failure in
  DisplayConfiguration/DisplayFormatSetting.can_get_all_output_format/{6,2}

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  CI failure in a probably unrelated MP:
  
https://code.launchpad.net/~andreas-pokorny/mir/add-dispatchable-alarm-factory/+merge/289959

  yields:
  [ RUN ] DisplayConfiguration/DisplayFormatSetting.can_get_all_output_format/6
  [2016-03-26 00:50:05.808817] mirserver: Starting
  [2016-03-26 00:50:05.811735] mirserver: Selected driver: dummy (version 
0.22.0) 
  [2016-03-26 00:50:05.845235] mirserver: Using software cursor
  [2016-03-26 00:50:05.851602] mirserver: Initial display configuration:
  [2016-03-26 00:50:05.851890] mirserver: 1.1: VGA 0.0" 0x0mm
  [2016-03-26 00:50:05.852087] mirserver: Current mode 4x3 10.00Hz
  [2016-03-26 00:50:05.852268] mirserver: Preferred mode 4x3 10.00Hz
  [2016-03-26 00:50:05.852421] mirserver: Logical position +0+0
  [2016-03-26 00:50:05.852580] mirserver: 1.2: unused VGA
  [2016-03-26 00:50:05.852771] mirserver: 1.3: VGA 0.0" 0x0mm
  [2016-03-26 00:50:05.852910] mirserver: Disabled
  [2016-03-26 00:50:05.878901] mirserver: Selected input driver: mir:stub-input 
(version: 0.22.0)
  [2016-03-26 00:50:05.880647] mirserver: Mir version 0.22.0
  [2016-03-26 00:50:06.397448] mirserver: New display configuration:
  [2016-03-26 00:50:06.397858] mirserver: 1.1: VGA 0.0" 0x0mm
  [2016-03-26 00:50:06.398060] mirserver: Current mode 4x3 10.00Hz
  [2016-03-26 00:50:06.398241] mirserver: Preferred mode 4x3 10.00Hz
  [2016-03-26 00:50:06.398428] mirserver: Logical position +0+0
  
/��BUILDDIR��/mir-0.22.0+xenial639bzr3415/tests/acceptance-tests/test_new_display_configuration.cpp:389:
 Failure
  Value of: mir_output_get_current_pixel_format(output)
  Expected: is equal to 7
  Actual: 5 (of type MirPixelFormat)
  
/��BUILDDIR��/mir-0.22.0+xenial639bzr3415/tests/acceptance-tests/test_new_display_configuration.cpp:389:
 Failure
  Value of: mir_output_get_current_pixel_format(output)
  Expected: is equal to 7
  Actual: 5 (of type MirPixelFormat)
  
/��BUILDDIR��/mir-0.22.0+xenial639bzr3415/tests/acceptance-tests/test_new_display_configuration.cpp:389:
 Failure
  Value of: mir_output_get_current_pixel_format(output)
  Expected: is equal to 7
  Actual: 5 (of type MirPixelFormat)
  [2016-03-26 00:50:06.965243] mirserver: Stopping
  [ FAILED ] 
DisplayConfiguration/DisplayFormatSetting.can_get_all_output_format/6, where 
GetParam() = 7 (1194 ms)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1563210/+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 1590959] Re: Mir-on-X is difficult to use (window too big) on a 1366x768 laptop

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Mir-on-X is difficult to use (window too big) on a 1366x768 laptop

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Mir-on-X is difficult to use (window too big) on a 1366x768 laptop.

  Seems like the Mir window is a fixed size much bigger than the actual
  screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1590959/+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 1609916] Re: building with just -DMIR_PLATFORM=android fails

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  building with just -DMIR_PLATFORM=android fails

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  cmake .. -DMIR_PLATFORM="android;mesa-kms;mesa-x11"
  will succeed where:
  cmake .. -DMIR_PLATFORM="android"
  will fail with:

  [  2%] Building CXX object 
src/platforms/common/server/kms-utils/CMakeFiles/kms_utils.dir/drm_mode_resources.cpp.o
  In file included from 
/home/kdub/source/mir/nested-passthrough/mir/src/platforms/common/server/kms-utils/drm_mode_resources.h:22:0,
   from 
/home/kdub/source/mir/nested-passthrough/mir/src/platforms/common/server/kms-utils/drm_mode_resources.cpp:19:
  /usr/include/xf86drm.h:40:17: fatal error: drm.h: No such file or directory
  compilation terminated.
  src/platforms/common/server/kms-utils/CMakeFiles/kms_utils.dir/build.make:62: 
recipe for target 
'src/platforms/common/server/kms-utils/CMakeFiles/kms_utils.dir/drm_mode_resources.cpp.o'
 failed
  make[2]: *** 
[src/platforms/common/server/kms-utils/CMakeFiles/kms_utils.dir/drm_mode_resources.cpp.o]
 Error 1
  CMakeFiles/Makefile2:1395: recipe for target 
'src/platforms/common/server/kms-utils/CMakeFiles/kms_utils.dir/all' failed
  make[1]: *** 
[src/platforms/common/server/kms-utils/CMakeFiles/kms_utils.dir/all] Error 2
  Makefile:138: recipe for target 'all' failed
  make: *** [all] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1609916/+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 1595940] Re: MultiThreadedCompositor test failure in CI

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  MultiThreadedCompositor test failure in CI

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  failure in this CI run (on unrelated branch that is adding an
  executable)

  https://mir-jenkins.ubuntu.com/job/build-2-binpkg-
  mir/arch=amd64,compiler=gcc,platform=mesa,release=xenial/1301/consoleFull

  20:57:58 23: [ RUN ] MultiThreadedCompositor.cleans_up_after_throw_in_start
  20:57:59 23: 
/��BUILDDIR��/mir-0.23.0+xenial1332bzr3536/tests/unit-tests/compositor/test_multi_threaded_compositor.cpp:809:
 Failure
  20:57:59 23: Value of: 
db_compositor_factory->enough_records_gathered(nbuffers, min_number_of_records)
  20:57:59 23: Actual: false
  20:57:59 23: Expected: true
  20:57:59 23: [ FAILED ] 
MultiThreadedCompositor.cleans_up_after_throw_in_start (1193 ms)

  could not reproduce locally

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1595940/+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 1628507] Re: Mir fails to cross-build with newer sbuild versions

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Mir fails to cross-build with newer sbuild versions

Status in Mir:
  Fix Released
Status in abi-compliance-checker package in Ubuntu:
  New
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  When trying to cross-build Mir with sbuild version >= 0.68.0, the
  build fails with:

  sbuild-build-depends-mir-dummy:armhf : Depends: cmake-data:armhf but it is 
not installable
     Depends: abi-compliance-checker:armhf 
but it is not installable

  This is caused by a change ([1]) in the way sbuild installs build-deps
  for the package under build. Previously sbuild used the 'apt-get
  build-dep' command, but recent versions calculate the build-deps
  manually (using the Dpkg perl module) and install the -dummy package
  instead.

  This change isn't a problem in and of itself, but unfortunately
  uncovers a problem in the cmake-data and abi-compliance-checker
  packages. In particular, the two packages are not multi-arch ready and
  sbuild can't know that it needs to install their native/build (amd64)
  version, so it uses the host (armhf) version instead.

  The previous 'apt-get build-dep' way worked because APT is patched in
  ubuntu (but not in debian) to consider packages with architecture
  'all' as 'Multi-Arch: foreign' ([1],[2]). The Dpkg perl modules don't
  contain such a patch.

  [1] 
https://anonscm.debian.org/cgit/buildd-tools/sbuild.git/commit/?id=e227c8f3e10edd78bc71350380f559c481634b79
  [2] https://wiki.debian.org/Multiarch/CrossDependencies
  [3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666772

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1628507/+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 1632617] Re: Inconsistent underscores in mir_diagonal_resize_top_to_bottom_cursor_name = "diagonal-resize-top_to_bottom"

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Inconsistent underscores in
  mir_diagonal_resize_top_to_bottom_cursor_name = "diagonal-resize-
  top_to_bottom"

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Inconsistency in one of the cursor strings:

  extern "C" char const *const mir_default_cursor_name = "default";
  extern "C" char const *const mir_disabled_cursor_name = "disabled";
  extern "C" char const* const mir_arrow_cursor_name = "arrow";
  extern "C" char const* const mir_busy_cursor_name = "busy";
  extern "C" char const* const mir_caret_cursor_name = "caret";
  extern "C" char const* const mir_pointing_hand_cursor_name = "pointing-hand";
  extern "C" char const* const mir_open_hand_cursor_name = "open-hand";
  extern "C" char const* const mir_closed_hand_cursor_name = "closed-hand";
  extern "C" char const* const mir_horizontal_resize_cursor_name = 
"horizontal-resize";
  extern "C" char const* const mir_vertical_resize_cursor_name = 
"vertical-resize";
  extern "C" char const* const mir_diagonal_resize_bottom_to_top_cursor_name = 
"diagonal-resize-bottom-to-top";
  extern "C" char const* const mir_diagonal_resize_top_to_bottom_cursor_name = 
"diagonal-resize-top_to_bottom";   < HERE
  extern "C" char const* const mir_omnidirectional_resize_cursor_name = 
"omnidirectional-resize";
  extern "C" char const* const mir_vsplit_resize_cursor_name = "vsplit-resize";
  extern "C" char const* const mir_hsplit_resize_cursor_name = "hsplit-resize";
  extern "C" char const* const mir_crosshair_cursor_name = "crosshair";

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1632617/+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 1626924] Re: cursors.h is unclear about mir_diagonal_resize_*

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  cursors.h is unclear about mir_diagonal_resize_*

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  cursors.h is unclear about mir_diagonal_resize_*

  They both sound like the same thing...

  /**
   * The cursor used to indicate diagonal resize from top-right and bottom-left 
corners.
   */
  extern char const* const mir_diagonal_resize_bottom_to_top_cursor_name;

  /**
   * The cursor used to indicate diagonal resize from bottom-left and top-right 
corners.
   */
  extern char const* const mir_diagonal_resize_top_to_bottom_cursor_name;

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1626924/+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 1632335] Re: mir_connection_create_spec_for_tooltip does not set aux_rect

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  mir_connection_create_spec_for_tooltip does not set aux_rect

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Sometime since 0.24 it has lost a line of code that looks like this:

  spec->aux_rect = *rect;

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1632335/+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 1633537] Re: mirtest-dev packaging fails to specify boost_{file, }system dependencies

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  mirtest-dev packaging fails to specify boost_{file,}system
  dependencies

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  The mirtest pkgconfig file in mir 0.24 contains:

  Libs: -L/usr/lib/x86_64-linux-gnu -lmir-test-assist -ldl
  -lboost_filesystem -lboost_system

  But its deb package doesn't import these
  if I remove these boost libs from the pkgconfig file, I see no ill effects

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1633537/+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 1639153] Re: libmirclient-debug-extension-dev installs debug/surface.h twice

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  libmirclient-debug-extension-dev installs debug/surface.h twice

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  libmirclient-debug-extension-dev installs debug/surface.h twice:

  $ dpkg -L libmirclient-debug-extension-dev 
  /.
  /usr
  /usr/lib
  /usr/lib/x86_64-linux-gnu
  /usr/lib/x86_64-linux-gnu/pkgconfig
  /usr/lib/x86_64-linux-gnu/pkgconfig/mirclient-debug-extension.pc
  /usr/include
  /usr/include/mirclient
  /usr/include/mirclient/mir_toolkit
  /usr/include/mirclient/mir_toolkit/debug
  /usr/include/mirclient/mir_toolkit/debug/surface.h
  /usr/include/mirclient/mir_toolkit/debug/debug
  /usr/include/mirclient/mir_toolkit/debug/debug/surface.h
  /usr/share
  /usr/share/doc
  /usr/share/doc/libmirclient-debug-extension-dev
  /usr/share/doc/libmirclient-debug-extension-dev/copyright
  /usr/lib/x86_64-linux-gnu/libmirclient-debug-extension.so
  /usr/share/doc/libmirclient-debug-extension-dev/changelog.Debian.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1639153/+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 1626866] Re: [regression] 'make abi-check' fails to build

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  [regression] 'make abi-check' fails to build

Status in Mir:
  Fix Released
Status in Mir 0.24 series:
  Triaged
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  make abi-check fails to build:

  The GCC parameters:
/usr/bin/c++ -fdump-translation-unit -fkeep-inline-functions -c -x 
c++-header -fpermissive -w  -pthread -g -std=c++14 -Werror -Wall 
-fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC 
"/tmp/rTU25VRtKM/dump1.h"  -I/home/dan/bzr/mir/unbreak/include/common 
-I/home/dan/bzr/mir/unbreak/include/cookie -I/usr/include 
-I/home/dan/bzr/mir/unbreak/src/include/common 
-I/home/dan/bzr/mir/unbreak/build/src/protobuf 
-I/home/dan/bzr/mir/unbreak/include/platform 
-I/home/dan/bzr/mir/unbreak/src/include/platform

  In file included from /tmp/rTU25VRtKM/dump1.h:22:0:
  /home/dan/bzr/mir/unbreak/include/platform/mir/graphics/gamma_curves.h:27:7: 
error: redefinition of ‘class mir::graphics::GammaCurves’
   class GammaCurves
 ^~~
  In file included from 
/home/dan/bzr/mir/unbreak/include/platform/mir/graphics/display_configuration.h:26:0,
   from /tmp/rTU25VRtKM/dump1.h:4:
  /home/dan/bzr/mir/unbreak/include/platform/mir/graphics/gamma_curves.h:27:7: 
error: previous definition of ‘class mir::graphics::GammaCurves’
   class GammaCurves
 ^~~

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1626866/+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 1649696] Re: /usr/include/mirclient/mir_toolkit/events/event.h:24:32: fatal error: mir_toolkit/common.h: No such file or directory

2016-12-18 Thread Daniel van Vugt
** Changed in: mir/0.25
Milestone: 0.25.0 => None

** Changed in: mir
Milestone: 0.26.0 => None

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

Title:
  /usr/include/mirclient/mir_toolkit/events/event.h:24:32: fatal error:
  mir_toolkit/common.h: No such file or directory

Status in Mir:
  Invalid
Status in Mir 0.25 series:
  Invalid
Status in mir package in Ubuntu:
  Invalid

Bug description:
  A header from libmirclient-dev has an include for a file that used to
  be in libmircommon-dev, which seems to have been removed in
  0.25.0+16.04.20161203-0ubuntu1

  libmircommon-dev=0.24.1+16.04.20160928-0ubuntu1 did have
  mir_toolkit/common.h

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1649696/+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 1638220] Re: [regression] Mir 0.25 crashes on VirtualBox (even earlier than 0.24 does): std::exception::what: drmModeCrtcSetGamma Failed: Function not implemented

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  [regression] Mir 0.25 crashes on VirtualBox (even earlier than 0.24
  does): std::exception::what: drmModeCrtcSetGamma Failed: Function not
  implemented

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Mir 0.25 crashes on VirtualBox (even earlier than 0.24 does):

  std::exception::what: drmModeCrtcSetGamma Failed: Function not
  implemented

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1638220/+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 1628828] Re: CI failure on krillin in NestedServer.* tests

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  CI failure on krillin in NestedServer.* tests

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  From https://mir-jenkins.ubuntu.com/job/device-runtests-
  mir/device_type=krillin/1560/consoleFull:

  [ RUN ] NestedServer.posts_when_scene_has_visible_changes
  + mir_rc=-1

  From https://mir-jenkins.ubuntu.com/job/device-runtests-
  mir/device_type=krillin/1561/consoleFull:

  [ RUN ] NestedServer.client_may_connect_to_nested_server_and_create_surface
  + mir_rc=-1

  Seems to be some kind of crash, since mir_acceptance_tests terminates
  immediately.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1628828/+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 1644062] Re: googletest 1.8.0-2 (on zesty) breaks existing builds [add_library cannot create target "gmock" ...]

2016-12-18 Thread Daniel van Vugt
** Changed in: mir/0.25
   Status: Fix Committed => 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.
https://bugs.launchpad.net/bugs/1644062

Title:
  googletest 1.8.0-2 (on zesty) breaks existing builds [add_library
  cannot create target "gmock" ...]

Status in Mir:
  Fix Committed
Status in Mir 0.25 series:
  Fix Released
Status in cmake-extras package in Ubuntu:
  Fix Released
Status in content-hub package in Ubuntu:
  Fix Released
Status in googletest package in Ubuntu:
  Won't Fix
Status in mir package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  After upgrading to 1.8.0-2 (from 1.7.0-4), our previously-working
  builds break:

  CMake Error at /usr/src/googletest/googletest/cmake/internal_utils.cmake:149 
(add_library):
 add_library cannot create target "gmock" because another target with the
 same name already exists.  The existing target is a static library created
 in source directory "/usr/src/googletest/googlemock".  See documentation
 for policy CMP0002 for more details.
   Call Stack (most recent call first):
 /usr/src/googletest/googletest/cmake/internal_utils.cmake:172 
(cxx_library_with_type)
 /usr/src/gmock/CMakeLists.txt:84 (cxx_library)


   CMake Error at /usr/src/googletest/googletest/cmake/internal_utils.cmake:149 
(add_library):
 add_library cannot create target "gmock_main" because another target with
 the same name already exists.  The existing target is a static library
 created in source directory "/usr/src/googletest/googlemock".  See
 documentation for policy CMP0002 for more details.
   Call Stack (most recent call first):
 /usr/src/googletest/googletest/cmake/internal_utils.cmake:172 
(cxx_library_with_type)
 /usr/src/gmock/CMakeLists.txt:89 (cxx_library)


   CMake Error at /usr/src/gmock/CMakeLists.txt:106 (install):
 install TARGETS given target "gmock" which does not exist in this
 directory.

  The CMakeLists.txt in our project that triggers this error does this:

  set(old_cxx_flags ${CMAKE_CXX_FLAGS})
  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wno-old-style-cast 
-Wno-missing-field-initializers")
  find_package(GMock)
  set(CMAKE_CXX_FLAGS ${old_cxx_flags})

  This used to work fine, but no breaks on zesty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1644062/+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 1638774] Re: Mir FTBFS on zesty: invalid use of ‘struct native_handle’ with a zero-size array

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Mir FTBFS on zesty: invalid use of ‘struct native_handle’ with a zero-
  size array

Status in Mir:
  Fix Released
Status in Mir 0.24 series:
  Fix Committed
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Mir FTBFS on zesty:

  In file included from 
/home/dan/bzr/mir/trunk/tests/unit-tests/platforms/android/server/test_buffer.cpp:27:0:
  
/home/dan/bzr/mir/trunk/tests/include/mir/test/doubles/mock_android_native_buffer.h:65:21:
 error: invalid use of ‘struct native_handle’ with a zero-size array in ‘struct 
mir::test::doubles::MockAndroidNativeBuffer’ [-Werror=pedantic]
   native_handle_t native_handle;
   ^
  In file included from /usr/include/android-23/system/window.h:20:0,
   from /usr/include/android-23/hardware/gralloc.h:21,
   from 
/home/dan/bzr/mir/trunk/src/platforms/android/server/buffer.h:27,
   from 
/home/dan/bzr/mir/trunk/tests/unit-tests/platforms/android/server/test_buffer.cpp:20:
  /usr/include/android-23/cutils/native_handle.h:29:15: note: array member ‘int 
native_handle::data [0]’ declared here
   int data[0];/* numFds + numInts ints */
 ^

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1638774/+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 1641166] Re: Server::override_the_coordinate_translator() cannot be effectively used downstream

2016-12-18 Thread Daniel van Vugt
** Changed in: mir/0.25
   Status: Fix Committed => Fix Released

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

Title:
  Server::override_the_coordinate_translator() cannot be effectively
  used downstream

Status in Mir:
  Fix Committed
Status in Mir 0.25 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Being able to switch the debug APIs on at runtime is needed by Unity8
  to address autopilot issues.

  According to the documentation in
  include/server/mir/scene/coordinate_translator.h the
  CoordinateTranslator interface can be implemented by throwing
  std::runtime_error. Vis:

   * \note It is acceptable for this call to unconditionally throw a 
std::runtime_error.
   *   It is not required for normal functioning of the server or 
clients; clients which
   *   use the debug extension will receive an appropriate failure 
notice.

  However, the relevant code in
  src/server/frontend/protobuf_message_processor.cpp is:

  try
  {
  ...
  }
  catch (mir::frontend::unsupported_feature const&)
  {
  ...
  }

  As mir::frontend::unsupported_feature subclasses std::runtime_error
  this does not correctly handle std::runtime_error.

  Further, as unsupported_feature is not a public class, this can't be
  thrown by downstream code. (Although I suspect throwing an identical
  class with the same name will trick the RTTI implementation.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1641166/+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 1634508] Re: Clients cannot connect when MIR_SOCKET=""

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Clients cannot connect when MIR_SOCKET=""

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  Launch a Unity 8 desktop session, log out, then log into a Unity 7
  session. Launch a Mir-on-X shell like MirAL and then try to launch a
  Mir client like mir_demo_client_egltriangle. The client will refuse to
  connect.

  Unity 8's upstart script always sets MIR_SOCKET to its old value when
  the session ends. If MIR_SOCKET wasn't set, then the post-stop script
  will still set MIR_SOCKET, setting it to "". Mir should interpret this
  as if MIR_SOCKET were unset.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1634508/+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 1635273] Re: flickering in mir_demo_client_multistream

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  flickering in mir_demo_client_multistream

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  running mir_demo_client_multistream, one of the 3 subsurfaces (the
  green one) will flicker.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1635273/+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 1635010] Re: Camera apps (camera & vanity) never exit

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  Camera apps (camera & vanity) never exit

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Camera apps (camera & vanity) never exit.

  Either Alt+F4 (to the demo shell) or Q (to the app) should tell the
  app to close nicely. Both are being ignored by camera and vanity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1635010/+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 1633920] Re: CI failure: PosixRWMutex.prefer_writer_nonrecursive_prevents_writer_starvation hangs causes a timeout on the test run

2016-12-18 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => Fix Released

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

Title:
  CI failure:
  PosixRWMutex.prefer_writer_nonrecursive_prevents_writer_starvation
  hangs causes a timeout on the test run

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  https://mir-jenkins.ubuntu.com/job/build-2-binpkg-
  mir/arch=amd64,compiler=clang,platform=mesa,release=yakkety/2568/console


  12:07:54 19: [ OK ] PosixRWMutex.try_exclusive_lock_fails_when_read_lock_held 
(2 ms)
  12:07:54 19: [ RUN ] PosixRWMutex.successful_read_trylock_excludes_write_lock
  12:07:55 19: [ OK ] PosixRWMutex.successful_read_trylock_excludes_write_lock 
(1004 ms)
  12:07:55 19: [ RUN ] 
PosixRWMutex.successful_read_trylock_allows_recursive_read_locks
  12:07:55 19: [ OK ] 
PosixRWMutex.successful_read_trylock_allows_recursive_read_locks (2 ms)
  12:07:55 19: [ RUN ] PosixRWMutex.successful_trylock_excludes_read_lock
  12:07:56 19: [ OK ] PosixRWMutex.successful_trylock_excludes_read_lock (1004 
ms)
  12:07:56 19: [ RUN ] PosixRWMutex.successful_trylock_excludes_exclusive_lock
  12:07:57 19: [ OK ] PosixRWMutex.successful_trylock_excludes_exclusive_lock 
(1003 ms)
  12:07:57 19: [ RUN ] 
PosixRWMutex.prefer_writer_nonrecursive_prevents_writer_starvation
  14:37:57 E: Caught signal ���Terminated���: terminating immediately
  14:37:57 debian/rules:19: recipe for target 'override_dh_auto_test' failed
  14:37:57 make[1]: *** [override_dh_auto_test] Terminated
  14:37:57 Makefile:130: recipe for target 'test' failed
  14:37:57 make[2]: *** [test] Terminated
  14:37:57 debian/rules:13: recipe for target 'build' failed
  14:37:57 make: *** [build] Terminated
  14:37:57 E: Build killed with signal TERM after 150 minutes of inactivity
  14:37:57 

  14:37:57 Build finished at 2016-10-16T14:37:57Z
  14:37:57 
  14:37:57 Finished
  14:37:57 
  14:37:57 
  14:37:57 
  14:37:57 
+--+
  14:37:57 | Cleanup
  |
  14:37:57 
+--+
  14:37:57 
  14:37:57 Purging /<>
  14:37:58 Not cleaning session: cloned chroot in use
  14:38:00 E: Build failure (dpkg-buildpackage died)
  14:38:00 
  14:38:00 
+--+
  14:38:00 | Summary
  |
  14:38:00 
+--+
  14:38:00

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1633920/+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 1650494] Re: Un-favoriting a scope after changing the order leaves gaps in Manage dash

2016-12-18 Thread Daniel van Vugt
** Tags added: unity8-desktop

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

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

Title:
  Un-favoriting a scope after changing the order leaves gaps in Manage
  dash

Status in Canonical System Image:
  New
Status in unity-scopes-shell package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  1. Go to Manage Dash. Make sure you have a few scopes favorited.
  2. Long press to start the "edit mode". Move the 2nd scope on the fav list to 
the last position in favs
  3. Leave "edit mode" by pressing the big X button in Manage Dash view.
  4. Unfavorite the last scope by tapping star icon.
  5. Keep unfavoriting scopes from the bottom of the list.
   -> Notice how every unfavorited scope leaves a gap on the list

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1650494/+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 1648901] Re: SPNEGO crash on mechanism failure

2016-12-18 Thread Eric Desrochers
** Description changed:

  == SRU JUSTIFICATION ==
  
  [Impact]
  
- Chrome (and other things) crash (segfault) when Kerberos fails to
+ * Chrome (and other things) crash (segfault) when Kerberos fails to
  authenticate.
  
  Thread 22 "Chrome_IOThread" received signal SIGSEGV, Segmentation fault.
  [Switching to Thread 0x7fffdd687700 (LWP 14851)]
  spnego_gss_inquire_context (minor_status=0x7fffdd68573c, context_handle=0x0, 
src_name=0x7fffdd685670, targ_name=0x7fffdd685668,
  lifetime_rec=0x7fffdd685738, mech_type=0x7fffdd685660, 
ctx_flags=0x7fffdd685734, locally_initiated=0x7fffdd685730, 
opened=0x7fffdd68572c)
  at ../../../../src/lib/gssapi/spnego/spnego_mech.c:2315
  2315 ../../../../src/lib/gssapi/spnego/spnego_mech.c: No such file or 
directory.
  (gdb) bt
  #0 spnego_gss_inquire_context (minor_status=0x7fffdd68573c, 
context_handle=0x0, src_name=0x7fffdd685670, targ_name=0x7fffdd685668,
  lifetime_rec=0x7fffdd685738, mech_type=0x7fffdd685660, 
ctx_flags=0x7fffdd685734, locally_initiated=0x7fffdd685730, 
opened=0x7fffdd68572c)
  at ../../../../src/lib/gssapi/spnego/spnego_mech.c:2315
  #1 0x7fffef72be54 in gss_inquire_context (minor_status=0x7fffdd68573c, 
context_handle=, src_name=0x7fffdd685788,
  targ_name=0x7fffdd685750, lifetime_rec=0x7fffdd685738, 
mech_type=0x7fffdd685780, ctx_flags=0x7fffdd685734, 
locally_initiated=0x7fffdd685730,
  opened=0x7fffdd68572c) at 
../../../../src/lib/gssapi/mechglue/g_inq_context.c:114
  
+ 
+ * context_handle=0x0, segfault occurs trying to dereference a null pointer.
+ 
  [Test Case]
  
   * Reproducer
  
  See dwmw2's (reporter of the bug) comment #3 :
  https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1648901/comments/3
+ 
  
  [Regression Potential]
  
   * none expected Y and Z release already has the krb5 upstream patch.
   * Debian has the patch as well.
  
  [Other Info]
  
   * Upstream fix :
  https://github.com/krb5/krb5/commit/3beb564cea3d219efcf71682b6576cad548c2d23
  
  * Pull Request :
  https://github.com/krb5/krb5/pull/385
  
  * Chrome Bug :
  https://bugs.chromium.org/p/chromium/issues/detail?id=554905
  
  * A test pkg including the upstream commit has been proven to fix the
- crash. (See comment #9)
+ crash. See:
+ https://bugs.launchpad.net/ubuntu/xenial/+source/krb5/+bug/1648901/comments/9
  
  ==
  
  [Original Description]
  
  Chrome (and other things) crash when Kerberos fails to authenticate:
  https://bugs.chromium.org/p/chromium/issues/detail?id=554905
  
  This was fixed in MIT krb5 in January:
  https://github.com/krb5/krb5/pull/385
  
  Thread 22 "Chrome_IOThread" received signal SIGSEGV, Segmentation fault.
  [Switching to Thread 0x7fffdd687700 (LWP 14851)]
  spnego_gss_inquire_context (minor_status=0x7fffdd68573c, context_handle=0x0, 
src_name=0x7fffdd685670, targ_name=0x7fffdd685668,
  lifetime_rec=0x7fffdd685738, mech_type=0x7fffdd685660, 
ctx_flags=0x7fffdd685734, locally_initiated=0x7fffdd685730, 
opened=0x7fffdd68572c)
  at ../../../../src/lib/gssapi/spnego/spnego_mech.c:2315
  2315  ../../../../src/lib/gssapi/spnego/spnego_mech.c: No such file or 
directory.
  (gdb) bt
  #0  spnego_gss_inquire_context (minor_status=0x7fffdd68573c, 
context_handle=0x0, src_name=0x7fffdd685670, targ_name=0x7fffdd685668,
  lifetime_rec=0x7fffdd685738, mech_type=0x7fffdd685660, 
ctx_flags=0x7fffdd685734, locally_initiated=0x7fffdd685730, 
opened=0x7fffdd68572c)
  at ../../../../src/lib/gssapi/spnego/spnego_mech.c:2315
  #1  0x7fffef72be54 in gss_inquire_context (minor_status=0x7fffdd68573c, 
context_handle=, src_name=0x7fffdd685788,
  targ_name=0x7fffdd685750, lifetime_rec=0x7fffdd685738, 
mech_type=0x7fffdd685780, ctx_flags=0x7fffdd685734, 
locally_initiated=0x7fffdd685730,
  opened=0x7fffdd68572c) at 
../../../../src/lib/gssapi/mechglue/g_inq_context.c:114

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

Title:
  SPNEGO crash on mechanism failure

Status in krb5 package in Ubuntu:
  Fix Released
Status in krb5 source package in Xenial:
  In Progress

Bug description:
  == SRU JUSTIFICATION ==

  [Impact]

  * Chrome (and other things) crash (segfault) when Kerberos fails to
  authenticate.

  Thread 22 "Chrome_IOThread" received signal SIGSEGV, Segmentation fault.
  [Switching to Thread 0x7fffdd687700 (LWP 14851)]
  spnego_gss_inquire_context (minor_status=0x7fffdd68573c, context_handle=0x0, 
src_name=0x7fffdd685670, targ_name=0x7fffdd685668,
  lifetime_rec=0x7fffdd685738, mech_type=0x7fffdd685660, 
ctx_flags=0x7fffdd685734, locally_initiated=0x7fffdd685730, 
opened=0x7fffdd68572c)
  at ../../../../src/lib/gssapi/spnego/spnego_mech.c:2315
  2315 ../../../../src/lib/gssapi/spnego/spnego_mech.c: No such file or 
directory.
  (gdb) bt
  #0 spnego_gss_inquire_context (minor_status=0x7fffdd68573c, 
context_handle=0x0, src_name=0x7fffdd685670, targ_na

[Touch-packages] [Bug 1622730] Re: No sound on headphones after suspend

2016-12-18 Thread Karl Kastner
So, after a while tried it again and I finally managed to get the
headphone jack working:

1) Update to grub2 if this has not yet been done.

2) Set the following acpi kernel parameter in /etc/default/grub

GRUB_CMDLINE_LINUX="uveau.modeset=0 acpi_enforce_resources=lax"

3) update-grub

4) Reboot

5) After suspending, run init-headphone to reactivate the headphones.

You can automate the headphone reactivation by adding the script
/lib/systemd/system-sleep/init-headphone with content:

#!/bin/sh   

if [ ! -x /usr/sbin/init-headphone ]; then  
exit 0  
fi  

case $1 in  
 resume|thaw|post)  
/usr/sbin/init-headphone
;;  
esac  

This is similar to old workarounds found elsewhere on the web, but with
xenial /lib/systemd/system-sleep/ has superseded by /etc/pm/sleep.d/ and
the case "post" has to be added.

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

Title:
  No sound on headphones after suspend

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  This seems to be a common problem on XMG Clevo W230SS there is no
  output on the headphone jack after suspend. The headphones are
  detected and the speakers are muted, but there is no output to the
  headphones. Init-headphones does not help:

  sudo init-headphone 
  WARNING:root:Kernel parameter is missing: acpi_enforce_resources=lax
  WARNING:root:Module is not loaded: i2c_dev
  ERROR:root:Can't find i2c bus
  ERROR:root:Operation failed

  Any workaround beside reboot?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
  Uname: Linux 4.4.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USER PID ACCESS COMMAND
   /dev/snd/controlC1:  pia   23276 F pulseaudio
   /dev/snd/controlC0:  pia   23276 F pulseaudio
  CurrentDesktop: GNOME-Classic:GNOME
  Date: Mon Sep 12 21:56:08 2016
  InstallationDate: Installed on 2015-11-05 (312 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W230SS
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd04/15/2014:svnNotebook:pnW230SS:pvrNotApplicable:rvnNotebook:rnW230SS:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W230SS
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook
  modified.conffile..etc.modprobe.d.alsa-base.conf: [modified]
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2016-02-15T00:43:38.504815

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1622730/+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 1650981] [NEW] package libsystemd0:amd64 231-9ubuntu2 failed to install/upgrade: package libsystemd0:amd64 231-9ubuntu2 cannot be configured because libsystemd0:i386 is at a diff

2016-12-18 Thread Jonathan Polak
Public bug reported:

during routine aptitude upgrade


ubuntu 16.10
libsystemd  231-9ubuntu2

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: libsystemd0:amd64 231-9ubuntu2
ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
Uname: Linux 4.8.0-30-generic x86_64
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: amd64
Date: Sun Dec 18 15:08:03 2016
DuplicateSignature:
 package:libsystemd0:amd64:231-9ubuntu2
 Unpacking libsystemd0:amd64 (231-9ubuntu2) over (231-9ubuntu1) ...
 dpkg: error processing package libsystemd0:amd64 (--configure):
  package libsystemd0:amd64 231-9ubuntu2 cannot be configured because 
libsystemd0:i386 is at a different version (231-9ubuntu1)
ErrorMessage: package libsystemd0:amd64 231-9ubuntu2 cannot be configured 
because libsystemd0:i386 is at a different version (231-9ubuntu1)
InstallationDate: Installed on 2016-07-23 (148 days ago)
InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3.3
SourcePackage: systemd
Title: package libsystemd0:amd64 231-9ubuntu2 failed to install/upgrade: 
package libsystemd0:amd64 231-9ubuntu2 cannot be configured because 
libsystemd0:i386 is at a different version (231-9ubuntu1)
UpgradeStatus: Upgraded to yakkety on 2016-10-14 (65 days ago)

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


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

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

Title:
  package libsystemd0:amd64 231-9ubuntu2 failed to install/upgrade:
  package libsystemd0:amd64 231-9ubuntu2 cannot be configured because
  libsystemd0:i386 is at a different version (231-9ubuntu1)

Status in systemd package in Ubuntu:
  New

Bug description:
  during routine aptitude upgrade

  
  ubuntu 16.10
  libsystemd  231-9ubuntu2

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: libsystemd0:amd64 231-9ubuntu2
  ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
  Uname: Linux 4.8.0-30-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  Date: Sun Dec 18 15:08:03 2016
  DuplicateSignature:
   package:libsystemd0:amd64:231-9ubuntu2
   Unpacking libsystemd0:amd64 (231-9ubuntu2) over (231-9ubuntu1) ...
   dpkg: error processing package libsystemd0:amd64 (--configure):
package libsystemd0:amd64 231-9ubuntu2 cannot be configured because 
libsystemd0:i386 is at a different version (231-9ubuntu1)
  ErrorMessage: package libsystemd0:amd64 231-9ubuntu2 cannot be configured 
because libsystemd0:i386 is at a different version (231-9ubuntu1)
  InstallationDate: Installed on 2016-07-23 (148 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3.3
  SourcePackage: systemd
  Title: package libsystemd0:amd64 231-9ubuntu2 failed to install/upgrade: 
package libsystemd0:amd64 231-9ubuntu2 cannot be configured because 
libsystemd0:i386 is at a different version (231-9ubuntu1)
  UpgradeStatus: Upgraded to yakkety on 2016-10-14 (65 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1650981/+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 1650972] [NEW] No .vapi in Zesty

2016-12-18 Thread Corentin Noël
Public bug reported:

The .vapi file is missing from the packaging in the Zesty version.
This triggers some build to fail in elementary for example.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  No .vapi in Zesty

Status in network-manager package in Ubuntu:
  New

Bug description:
  The .vapi file is missing from the packaging in the Zesty version.
  This triggers some build to fail in elementary for example.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1650972/+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 1650967] [NEW] Cups 2.2.0 not sending files to network printer

2016-12-18 Thread dave51
Public bug reported:

Since Cups 2.2.0 I have been unable to print any file to my network Brother 
HL-3040CN series printer.
It will work Okay from a Windows machine.
The printer jobs say they are completed.
Have tried to reload..
Ubuntu 16.10 64 bit
cups:
  Installed: 2.2.0-2
  Candidate: 2.2.0-2
  Version table:
 *** 2.2.0-2 500
500 http://gb.archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
100 /var/lib/dpkg/status

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

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

Title:
  Cups 2.2.0 not sending files to network printer

Status in cups package in Ubuntu:
  New

Bug description:
  Since Cups 2.2.0 I have been unable to print any file to my network Brother 
HL-3040CN series printer.
  It will work Okay from a Windows machine.
  The printer jobs say they are completed.
  Have tried to reload..
  Ubuntu 16.10 64 bit
  cups:
Installed: 2.2.0-2
Candidate: 2.2.0-2
Version table:
   *** 2.2.0-2 500
  500 http://gb.archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1650967/+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 1650961] [NEW] ERROR:connection_factory_impl.cc(367)] Failed to connect to MCS endpoint with error -106

2016-12-18 Thread Cristian Aravena Romero
Public bug reported:

caravena@caravena-530U3C-530U4C:~$ ubuntu-bug linux
caravena@caravena-530U3C-530U4C:~$ 
[12375:12409:1218/134054:ERROR:nss_util.cc(809)] After loading Root Certs, 
loaded==false: NSS error code: -8018
Se creó una nueva ventana en la sesión existente del navegador.
[7185:7220:1218/142107:ERROR:connection_factory_impl.cc(367)] Failed to connect 
to MCS endpoint with error -106
[7185:7318:1218/142111:ERROR:get_updates_processor.cc(242)] 
PostClientToServerMessage() failed during GetUpdates
[7185:7318:1218/142115:ERROR:get_updates_processor.cc(242)] 
PostClientToServerMessage() failed during GetUpdates
[7185:7220:1218/142117:ERROR:connection_factory_impl.cc(367)] Failed to connect 
to MCS endpoint with error -105
[7185:7220:1218/143613:ERROR:connection_factory_impl.cc(367)] Failed to connect 
to MCS endpoint with error -106
[7185:7318:1218/144540:ERROR:get_updates_processor.cc(242)] 
PostClientToServerMessage() failed during GetUpdates
[7185:7220:1218/145430:ERROR:connection_factory_impl.cc(367)] Failed to connect 
to MCS endpoint with error -106
[7185:7318:1218/162533:ERROR:get_updates_processor.cc(242)] 
PostClientToServerMessage() failed during GetUpdates
[7185:7220:1218/162540:ERROR:connection_factory_impl.cc(367)] Failed to connect 
to MCS endpoint with error -21
[7185:7318:1218/162540:ERROR:get_updates_processor.cc(242)] 
PostClientToServerMessage() failed during GetUpdates
caravena@caravena-530U3C-530U4C:~$ ubuntu-bug linux
caravena@caravena-530U3C-530U4C:~$ 
[18327:18362:1218/165822:ERROR:nss_util.cc(809)] After loading Root Certs, 
loaded==false: NSS error code: -8018

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: apport 2.20.4-0ubuntu1
ProcVersionSignature: Ubuntu 4.9.0-11.12-generic 4.9.0
Uname: Linux 4.9.0-11-generic x86_64
ApportVersion: 2.20.4-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Dec 18 17:32:53 2016
InstallationDate: Installed on 2015-07-26 (511 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150723)
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: Upgraded to zesty on 2016-10-29 (50 days ago)

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


** Tags: amd64 apport-bug zesty

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

Title:
  ERROR:connection_factory_impl.cc(367)] Failed to connect to MCS
  endpoint with error -106

Status in apport package in Ubuntu:
  New

Bug description:
  caravena@caravena-530U3C-530U4C:~$ ubuntu-bug linux
  caravena@caravena-530U3C-530U4C:~$ 
[12375:12409:1218/134054:ERROR:nss_util.cc(809)] After loading Root Certs, 
loaded==false: NSS error code: -8018
  Se creó una nueva ventana en la sesión existente del navegador.
  [7185:7220:1218/142107:ERROR:connection_factory_impl.cc(367)] Failed to 
connect to MCS endpoint with error -106
  [7185:7318:1218/142111:ERROR:get_updates_processor.cc(242)] 
PostClientToServerMessage() failed during GetUpdates
  [7185:7318:1218/142115:ERROR:get_updates_processor.cc(242)] 
PostClientToServerMessage() failed during GetUpdates
  [7185:7220:1218/142117:ERROR:connection_factory_impl.cc(367)] Failed to 
connect to MCS endpoint with error -105
  [7185:7220:1218/143613:ERROR:connection_factory_impl.cc(367)] Failed to 
connect to MCS endpoint with error -106
  [7185:7318:1218/144540:ERROR:get_updates_processor.cc(242)] 
PostClientToServerMessage() failed during GetUpdates
  [7185:7220:1218/145430:ERROR:connection_factory_impl.cc(367)] Failed to 
connect to MCS endpoint with error -106
  [7185:7318:1218/162533:ERROR:get_updates_processor.cc(242)] 
PostClientToServerMessage() failed during GetUpdates
  [7185:7220:1218/162540:ERROR:connection_factory_impl.cc(367)] Failed to 
connect to MCS endpoint with error -21
  [7185:7318:1218/162540:ERROR:get_updates_processor.cc(242)] 
PostClientToServerMessage() failed during GetUpdates
  caravena@caravena-530U3C-530U4C:~$ ubuntu-bug linux
  caravena@caravena-530U3C-530U4C:~$ 
[18327:18362:1218/165822:ERROR:nss_util.cc(809)] After loading Root Certs, 
loaded==false: NSS error code: -8018

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: apport 2.20.4-0ubuntu1
  ProcVersionSignature: Ubuntu 4.9.0-11.12-generic 4.9.0
  Uname: Linux 4.9.0-11-generic x86_64
  ApportVersion: 2.20.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Dec 18 17:32:53 2016
  InstallationDate: Installed on 2015-07-26 (511 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150723)
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: Upgraded to zesty on 2016-10-29 (50 days ago)

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

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

[Touch-packages] [Bug 1649673] Re: Add peekier as possible search engine

2016-12-18 Thread Emanuele Sorce
Sorry but I can't assure to do that right now, because I have no spare time in 
these days. So if someone would like to implement, I am happy ;)
Thanks Oliver Tilloy for your answer!

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

Title:
  Add peekier as possible search engine

Status in webbrowser-app package in Ubuntu:
  Triaged

Bug description:
  Is a good search engine, is not a full-of-ad or a google wrapper.
  Consider adding it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1649673/+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 1650927] Re: accessing local ethernet is possible, accessing internet is not possible (Ubuntu MATE 17.04, ppc)

2016-12-18 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1650927

** Tags added: iso-testing

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

Title:
  accessing local ethernet is possible, accessing internet is not
  possible (Ubuntu MATE 17.04, ppc)

Status in network-manager package in Ubuntu:
  New

Bug description:
  Access to local ethernet is possible (e.g. ping 192.168.2.2), access to 
internet is not possible:
  ping: ports.ubuntu.com: Name or service not known
  ping: www.google.com: Name or service not known

  It does not matter if my PowerBook G4 is connected via WLAN or
  ethernet, the effect is the same.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: network-manager 1.4.2-2ubuntu4
  ProcVersionSignature: Ubuntu 4.9.0-11.12-powerpc-smp 4.9.0
  Uname: Linux 4.9.0-11-powerpc-smp ppc
  ApportVersion: 2.20.4-0ubuntu1
  Architecture: powerpc
  CasperVersion: 1.379
  Date: Thu Nov  3 18:13:07 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 192.168.3.1 dev wlP1p17s0  proto static  metric 600 
   169.254.0.0/16 dev wlP1p17s0  scope link  metric 1000 
   192.168.3.0/24 dev wlP1p17s0  proto kernel  scope link  src 192.168.3.2  
metric 600
  LiveMediaBuild: Ubuntu-MATE 17.04 "Zesty Zapus" - Alpha powerpc (20161218)
  NetworkManager.conf:
   [main]
   plugins=ifupdown,keyfile
   
   [ifupdown]
   managed=false
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   TERM=xterm
   PATH=(custom, no user)
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAMEUUID  TYPE 
TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE STATE  
ACTIVE-PATH
   Carcosa 82f9a6ba-8a34-4aa8-8bba-6520f8b73c62  802-11-wireless  
1478196808  Thu 03 Nov 2016 06:13:28 PM UTC  yes  0 
no/org/freedesktop/NetworkManager/Settings/1  yes wlP1p17s0  
activated  /org/freedesktop/NetworkManager/ActiveConnection/4 
   Wired connection 1  1a0d2e10-42f2-3154-b4f6-dfbec067bff3  802-3-ethernet   
1478196172  Thu 03 Nov 2016 06:02:52 PM UTC  yes  4294966297
no/org/freedesktop/NetworkManager/Settings/0  no  -- -- 
--
  nmcli-dev:
   DEVICETYPE  STATEDBUS-PATH   
   CONNECTION  CON-UUID  CON-PATH   

   wlP1p17s0 wifi  connected
/org/freedesktop/NetworkManager/Devices/2  Carcosa 
82f9a6ba-8a34-4aa8-8bba-6520f8b73c62  
/org/freedesktop/NetworkManager/ActiveConnection/4 
   enP2p36s15f0  ethernet  unavailable  
/org/freedesktop/NetworkManager/Devices/1  --  --   
 -- 
   loloopback  unmanaged
/org/freedesktop/NetworkManager/Devices/0  --  --   
 --
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.4.2connected  started  full  enabled enabled  
enabled  enabled  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1650927/+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 1650947] Re: module-equalizer-sink produces cracking at the beginning of playback

2016-12-18 Thread Vincas Dargis
Attached syslog with verbose pulseaudio logs. I was clicking "Make a
test sound" on Skype, skipped audio file on SMPlayer etc, so that short
sound cracking is produced.

** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1650947/+attachment/4793507/+files/syslog

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

Title:
  module-equalizer-sink produces cracking at the beginning of playback

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  After upgrade from Kubuntu 14.04 to Kubuntu 16.04 (amd64), audio
  playback contains cracking, especially noticeable when sound/video
  file is seeked (on SMplayer, Youtube on Firefox), or new notification
  sound plays in IM clients (in Skype, qTox, ...).

  Usually cracking stops shortly, though some times it goes for long
  time, until "killall pulseaudio" is initiated.

  Once "load-module module-equalizer-sink" line is commented-out and
  system rebooted, everything returns back to normal playback without
  distortions.

  When - is added into client.conf to extra arguments, syslog
  contains some interesting lines about underrun, which might be
  relevant:

  Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: [alsa-sink-ca0106] sink.c: 
alsa_output.pci-_05_01.0.analog-surround-40: Found underrun 3800 bytes ago 
(34600 bytes ahead in playback buffer)
  Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: message repeated 3 times: [ 
[alsa-sink-ca0106] sink.c: alsa_output.pci-_05_01.0.analog-surround-40: 
Found underrun 3800 bytes ago (34600 bytes ahead in playback buffer)]

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3.1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Dec 18 21:41:52 2016
  InstallationDate: Installed on 2014-12-07 (741 days ago)
  InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to xenial on 2016-08-05 (134 days ago)
  dmi.bios.date: 06/12/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F3c
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-SLI
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF3c:bd06/12/2014:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-SLI:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-SLI:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-SLI
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  modified.conffile..etc.pulse.default.pa: [modified]
  mtime.conffile..etc.pulse.default.pa: 2016-12-18T21:14:16.931919

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1650947/+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 1650947] [NEW] module-equalizer-sink produces cracking at the beginning of playback

2016-12-18 Thread Vincas Dargis
Public bug reported:

After upgrade from Kubuntu 14.04 to Kubuntu 16.04 (amd64), audio
playback contains cracking, especially noticeable when sound/video file
is seeked (on SMplayer, Youtube on Firefox), or new notification sound
plays in IM clients (in Skype, qTox, ...).

Usually cracking stops shortly, though some times it goes for long time,
until "killall pulseaudio" is initiated.

Once "load-module module-equalizer-sink" line is commented-out and
system rebooted, everything returns back to normal playback without
distortions.

When - is added into client.conf to extra arguments, syslog contains
some interesting lines about underrun, which might be relevant:

Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: [alsa-sink-ca0106] sink.c: 
alsa_output.pci-_05_01.0.analog-surround-40: Found underrun 3800 bytes ago 
(34600 bytes ahead in playback buffer)
Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: message repeated 3 times: [ 
[alsa-sink-ca0106] sink.c: alsa_output.pci-_05_01.0.analog-surround-40: 
Found underrun 3800 bytes ago (34600 bytes ahead in playback buffer)]

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pulseaudio 1:8.0-0ubuntu3.1
ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
Uname: Linux 4.4.0-53-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
CurrentDesktop: KDE
Date: Sun Dec 18 21:41:52 2016
InstallationDate: Installed on 2014-12-07 (741 days ago)
InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
SourcePackage: pulseaudio
UpgradeStatus: Upgraded to xenial on 2016-08-05 (134 days ago)
dmi.bios.date: 06/12/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F3c
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z87X-SLI
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF3c:bd06/12/2014:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-SLI:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-SLI:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: Z87X-SLI
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
modified.conffile..etc.pulse.default.pa: [modified]
mtime.conffile..etc.pulse.default.pa: 2016-12-18T21:14:16.931919

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


** Tags: amd64 apport-bug third-party-packages xenial

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

Title:
  module-equalizer-sink produces cracking at the beginning of playback

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  After upgrade from Kubuntu 14.04 to Kubuntu 16.04 (amd64), audio
  playback contains cracking, especially noticeable when sound/video
  file is seeked (on SMplayer, Youtube on Firefox), or new notification
  sound plays in IM clients (in Skype, qTox, ...).

  Usually cracking stops shortly, though some times it goes for long
  time, until "killall pulseaudio" is initiated.

  Once "load-module module-equalizer-sink" line is commented-out and
  system rebooted, everything returns back to normal playback without
  distortions.

  When - is added into client.conf to extra arguments, syslog
  contains some interesting lines about underrun, which might be
  relevant:

  Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: [alsa-sink-ca0106] sink.c: 
alsa_output.pci-_05_01.0.analog-surround-40: Found underrun 3800 bytes ago 
(34600 bytes ahead in playback buffer)
  Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: message repeated 3 times: [ 
[alsa-sink-ca0106] sink.c: alsa_output.pci-_05_01.0.analog-surround-40: 
Found underrun 3800 bytes ago (34600 bytes ahead in playback buffer)]

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3.1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Dec 18 21:41:52 2016
  InstallationDate: Installed on 2014-12-07 (741 days ago)
  InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to xenial on 2016-08-05 (134 days ago)
  dmi.bios.date: 06/12/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F3c
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-SLI
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: To be filled by O.E.M.
  d

[Touch-packages] [Bug 1650927] Re: accessing local ethernet is possible, accessing internet is not possible (Ubuntu MATE 17.04, ppc)

2016-12-18 Thread ernsteiswuerfel
 
3536 seconds.
Nov 03 19:24:04 ubuntu-mate NetworkManager[2012]:   [1478201044.8428] 
dhcp4 (wlP1p17s0): state changed unknown -> bound
Nov 03 19:24:04 ubuntu-mate NetworkManager[2012]:   [1478201044.8427] 
dhcp4 (wlP1p17s0):   domain name 'elmstreet.hel'
Nov 03 19:24:04 ubuntu-mate NetworkManager[2012]:   [1478201044.8427] 
dhcp4 (wlP1p17s0):   nameserver '192.168.3.1'
Nov 03 19:24:04 ubuntu-mate NetworkManager[2012]:   [1478201044.8426] 
dhcp4 (wlP1p17s0):   hostname 'byakhee'
Nov 03 19:24:04 ubuntu-mate NetworkManager[2012]:   [1478201044.8425] 
dhcp4 (wlP1p17s0):   lease time 7200
Nov 03 19:24:04 ubuntu-mate NetworkManager[2012]:   [1478201044.8424] 
dhcp4 (wlP1p17s0):   server identifier 192.168.3.1
Nov 03 19:24:04 ubuntu-mate NetworkManager[2012]:   [1478201044.8423] 
dhcp4 (wlP1p17s0):   gateway 192.168.3.1
Nov 03 19:24:04 ubuntu-mate NetworkManager[2012]:   [1478201044.8406] 
dhcp4 (wlP1p17s0):   plen 24 (255.255.255.0)
Nov 03 19:24:04 ubuntu-mate NetworkManager[2012]:   [1478201044.8387] 
dhcp4 (wlP1p17s0):   address 192.168.3.2

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

Title:
  accessing local ethernet is possible, accessing internet is not
  possible (Ubuntu MATE 17.04, ppc)

Status in network-manager package in Ubuntu:
  New

Bug description:
  Access to local ethernet is possible (e.g. ping 192.168.2.2), access to 
internet is not possible:
  ping: ports.ubuntu.com: Name or service not known
  ping: www.google.com: Name or service not known

  It does not matter if my PowerBook G4 is connected via WLAN or
  ethernet, the effect is the same.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: network-manager 1.4.2-2ubuntu4
  ProcVersionSignature: Ubuntu 4.9.0-11.12-powerpc-smp 4.9.0
  Uname: Linux 4.9.0-11-powerpc-smp ppc
  ApportVersion: 2.20.4-0ubuntu1
  Architecture: powerpc
  CasperVersion: 1.379
  Date: Thu Nov  3 18:13:07 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 192.168.3.1 dev wlP1p17s0  proto static  metric 600 
   169.254.0.0/16 dev wlP1p17s0  scope link  metric 1000 
   192.168.3.0/24 dev wlP1p17s0  proto kernel  scope link  src 192.168.3.2  
metric 600
  LiveMediaBuild: Ubuntu-MATE 17.04 "Zesty Zapus" - Alpha powerpc (20161218)
  NetworkManager.conf:
   [main]
   plugins=ifupdown,keyfile
   
   [ifupdown]
   managed=false
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
   TERM=xterm
   PATH=(custom, no user)
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAMEUUID  TYPE 
TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE STATE  
ACTIVE-PATH
   Carcosa 82f9a6ba-8a34-4aa8-8bba-6520f8b73c62  802-11-wireless  
1478196808  Thu 03 Nov 2016 06:13:28 PM UTC  yes  0 
no/org/freedesktop/NetworkManager/Settings/1  yes wlP1p17s0  
activated  /org/freedesktop/NetworkManager/ActiveConnection/4 
   Wired connection 1  1a0d2e10-42f2-3154-b4f6-dfbec067bff3  802-3-ethernet   
1478196172  Thu 03 Nov 2016 06:02:52 PM UTC  yes  4294966297
no/org/freedesktop/NetworkManager/Settings/0  no  -- -- 
--
  nmcli-dev:
   DEVICETYPE  STATEDBUS-PATH   
   CONNECTION  CON-UUID  CON-PATH   

   wlP1p17s0 wifi  connected
/org/freedesktop/NetworkManager/Devices/2  Carcosa 
82f9a6ba-8a34-4aa8-8bba-6520f8b73c62  
/org/freedesktop/NetworkManager/ActiveConnection/4 
   enP2p36s15f0  ethernet  unavailable  
/org/freedesktop/NetworkManager/Devices/1  --  --   
 -- 
   loloopback  unmanaged
/org/freedesktop/NetworkManager/Devices/0  --  --   
 --
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.4.2connected  started  full  enabled enabled  
enabled  enabled  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1650927/+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 1313370] Re: Support for installing Digital Certificates

2016-12-18 Thread Frindli
Please..

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

Title:
  Support for installing Digital Certificates

Status in Oxide:
  New
Status in Ubuntu UX:
  Triaged
Status in webbrowser-app package in Ubuntu:
  Triaged

Bug description:
  I am trying to enter a page, and to me it is necessary to have in the
  digital certificate installed browser. Where is the option to install
  the digital certificate. Without that the browser is unusable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1313370/+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 1624317] Re: systemd-resolved breaks VPN with split-horizon DNS

2016-12-18 Thread Ognjen
IMO, 16.04 and dnsmasq worked beautifuly for me.
I don't understand why everything that has worked, needs to be systemd-ized 
today.

I agree with Vincent, this is a major problem.

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

Title:
  systemd-resolved breaks VPN with split-horizon DNS

Status in systemd:
  New
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  I use a VPN configured with network-manager-openconnect-gnome in which
  a split-horizon DNS setup assigns different addresses to some names
  inside the remote network than the addresses seen for those names from
  outside the remote network.  However, systemd-resolved often decides
  to ignore the VPN’s DNS servers and use the local network’s DNS
  servers to resolve names (whether in the remote domain or not),
  breaking the split-horizon DNS.

  This related bug, reported by Lennart Poettering himself, was closed with the 
current Fedora release at the time reaching EOL:
  https://bugzilla.redhat.com/show_bug.cgi?id=1151544

To manage notifications about this bug go to:
https://bugs.launchpad.net/systemd/+bug/1624317/+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 1643467] Re: Firefox 50 blocks Ubuntu 12.04 and 14.04 LTS's version of libavcodec

2016-12-18 Thread Norbert
@julian52

As I already mentioned here (comment 13) and on AskUbuntu (
http://askubuntu.com/a/856322/66509 ) - there is a PPA with newer libav
(version 11.2-1ppa1) for Precise:

sudo add-apt-repository ppa:itachi-san/ffmpeg
sudo apt-get update
sudo apt-get install libav-tools libavcodec56


But this solution is temporary.

We need official stable solution from Canonical for Ubuntu 12.04 LTS
Precise Pangolin.

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

Title:
  Firefox 50 blocks Ubuntu 12.04 and 14.04 LTS's version of libavcodec

Status in libav:
  Unknown
Status in firefox package in Ubuntu:
  Confirmed
Status in libav package in Ubuntu:
  Invalid
Status in firefox source package in Precise:
  Confirmed
Status in libav source package in Precise:
  Confirmed
Status in firefox source package in Trusty:
  Fix Released
Status in libav source package in Trusty:
  Fix Released

Bug description:
  Whenever it tries to play a video, Firefox 50 displays this message at the 
top of every page:
  "libavcodec may be vulnerable or is not supported, and should be updated to 
play video"

  https://dxr.mozilla.org/mozilla-central/source/browser/locales/en-
  
US/chrome/browser/browser.properties?q=%22libavcodec+may+be+vulnerable%22&redirect_type=single#742

  Firefox refuses any libavcodec version prior to 54.35.1 (unless
  media.libavcodec.allow-obsolete==true).

  https://dxr.mozilla.org/mozilla-
  central/source/dom/media/platforms/ffmpeg/FFmpegLibWrapper.cpp#60

  Users should not be subjected to this warning, as it is vague (does not 
instruct them how to fix it).
  Ubuntu 14.04 LTS should ship with an updated version of libavcodec.

  DistroRelease: Ubuntu 14.04
  Package: firefox 50.0+build2-0ubuntu0.14.04.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/libav/+bug/1643467/+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 1650934] [NEW] dimmed labels no effect

2016-12-18 Thread Pojar Gheorghe–Ioan
Public bug reported:

"dim-label" class to match dimmed labels in Ubuntu 17.04 (Zesty Zapus) no 
effect.
See screenshot

** Affects: ubuntu-themes (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: zesty

** Attachment added: "Screenshot from 2016-12-18 20-53-49.png"
   
https://bugs.launchpad.net/bugs/1650934/+attachment/4793492/+files/Screenshot%20from%202016-12-18%2020-53-49.png

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

Title:
  dimmed labels no effect

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  "dim-label" class to match dimmed labels in Ubuntu 17.04 (Zesty Zapus) no 
effect.
  See screenshot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1650934/+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 1641355] Re: libreoffice impress gradients do not work in slide show mode

2016-12-18 Thread Christopher M. Penalver
** Description changed:

  When using libreoffice gradients show up fine in edit mode, but not in the 
slide show.  I have tried downgrading to libreoffice 5.1 using the debs on the 
libreoffice official website but to no avail.  Sometimes the gradients show up 
but distorted on other occasiones the colours do not show at all.   This 
problem started when I upgraded from Lubuntu 16.04 to 16.10.  As I use Impress 
a lot I'm currently downgrading back to 16.04.  Screen shows edit mode.  Looks 
like I can only attach one file I'll attach the sideshow mode screen shot to 
another message.
  apt-cache policy libreoffice
- lsb_release -rd
- Description:  Ubuntu 16.10
- Release:  16.10
+ libreoffice:
+   Installed: 1:5.2.2-0ubuntu2
+   Candidate: 1:5.2.2-0ubuntu2
+   Version table:
+  *** 1:5.2.2-0ubuntu2 500
+ 500 http://mx.archive.ubuntu.com/ubuntu yakkety-updates/universe 
amd64 Packages
+ 100 /var/lib/dpkg/status
+  1:5.2.2-0ubuntu1 500
+ 500 http://mx.archive.ubuntu.com/ubuntu yakkety/universe amd64 
Packages
+  1:5.1.5~rc2-0ubuntu1~yakkety1 500
+ 500 http://ppa.launchpad.net/libreoffice/libreoffice-5-1/ubuntu 
yakkety/main amd64 Packages
  
- libreoffice:
-   Installed: 1:5.2.2-0ubuntu2
-   Candidate: 1:5.2.2-0ubuntu2
-   Version table:
-  *** 1:5.2.2-0ubuntu2 500
- 500 http://mx.archive.ubuntu.com/ubuntu yakkety-updates/universe 
amd64 Packages
- 100 /var/lib/dpkg/status
-  1:5.2.2-0ubuntu1 500
- 500 http://mx.archive.ubuntu.com/ubuntu yakkety/universe amd64 
Packages
-  1:5.1.5~rc2-0ubuntu1~yakkety1 500
- 500 http://ppa.launchpad.net/libreoffice/libreoffice-5-1/ubuntu 
yakkety/main amd64 Packages
+ WORKAROUND: Use 5.2.3~rc2-0ubuntu1~xenial1 from
+ http://ppa.launchpad.net/libreoffice/libreoffice-5-2/ubuntu
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu4
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  Uname: Linux 4.8.0-27-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: LXDE
  Date: Sat Nov 12 16:06:27 2016
  DistUpgraded: 2016-11-04 11:07:52,225 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: yakkety
  DistroVariant: ubuntu
  DkmsStatus:
-  virtualbox, 5.1.6, 4.8.0-26-generic, x86_64: installed
-  virtualbox, 5.1.6, 4.8.0-27-generic, x86_64: installed
+  virtualbox, 5.1.6, 4.8.0-26-generic, x86_64: installed
+  virtualbox, 5.1.6, 4.8.0-27-generic, x86_64: installed
  GraphicsCard:
-  Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 18) (prog-if 00 [VGA controller])
-Subsystem: Acer Incorporated [ALI] Core Processor Integrated Graphics 
Controller [1025:0482]
+  Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 18) (prog-if 00 [VGA controller])
+    Subsystem: Acer Incorporated [ALI] Core Processor Integrated Graphics 
Controller [1025:0482]
  InstallationDate: Installed on 2015-11-27 (351 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Aspire 4738
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-27-generic 
root=UUID=b39aa819-f848-41bd-9908-b9e44e6611cd ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to yakkety on 2016-11-04 (8 days ago)
  dmi.bios.date: 12/21/2010
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.12
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JE41_CP
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.12:bd12/21/2010:svnAcer:pnAspire4738:pvrV1.12:rvnAcer:rnJE41_CP:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire 4738
  dmi.product.version: V1.12
  dmi.sys.vendor: Acer
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.70-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.3-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.3-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160706-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
  xserver.bootTime: Sat Nov 12 14:44:32 2016
  xserver.configfile: default
  xserver.errors:
-  
+ 
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-1ubuntu6
  xserver.video_driver: modeset

** Package changed: xorg (Ubuntu) => libreoffice (Ubuntu)

** Changed in

[Touch-packages] [Bug 1650929] [NEW] DNS resolving fails after adding usb wifi dongle

2016-12-18 Thread Vincent Gerris
Public bug reported:

I noticed when a USB wifi dongle is plugged in and I disconnect the
builtin one (Ubuntu 16.10), that resolving of DNS didn't work anymore.

I could ping for example google.nl on IP, but not resolve the name.

After some searching I found the issue seems to be caused by dnsmasq or
systemd-resolved, the first being the most likely.

I disabled dnsmasq in NetworkManager and restarted it and stopped
dnsmasq and everything works as expected.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: dnsmasq 2.76-4
ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
Uname: Linux 4.8.6-byt-freeze-fix x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Dec 18 19:16:30 2016
InstallationDate: Installed on 2016-12-11 (7 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
PackageArchitecture: all
SourcePackage: dnsmasq
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug yakkety

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

Title:
  DNS resolving fails after adding usb wifi dongle

Status in dnsmasq package in Ubuntu:
  New

Bug description:
  I noticed when a USB wifi dongle is plugged in and I disconnect the
  builtin one (Ubuntu 16.10), that resolving of DNS didn't work anymore.

  I could ping for example google.nl on IP, but not resolve the name.

  After some searching I found the issue seems to be caused by dnsmasq
  or systemd-resolved, the first being the most likely.

  I disabled dnsmasq in NetworkManager and restarted it and stopped
  dnsmasq and everything works as expected.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: dnsmasq 2.76-4
  ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
  Uname: Linux 4.8.6-byt-freeze-fix x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Dec 18 19:16:30 2016
  InstallationDate: Installed on 2016-12-11 (7 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  PackageArchitecture: all
  SourcePackage: dnsmasq
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1650929/+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 1624317] Re: systemd-resolved breaks VPN with split-horizon DNS

2016-12-18 Thread Anders Kaseorg
Ognjen, Vincent: This bug is marked with the “resolved” _tag_, as in
“systemd-resolved”, not as in “fixed”.  The bug _status_ is still open
(Confirmed).

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

Title:
  systemd-resolved breaks VPN with split-horizon DNS

Status in systemd:
  New
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  I use a VPN configured with network-manager-openconnect-gnome in which
  a split-horizon DNS setup assigns different addresses to some names
  inside the remote network than the addresses seen for those names from
  outside the remote network.  However, systemd-resolved often decides
  to ignore the VPN’s DNS servers and use the local network’s DNS
  servers to resolve names (whether in the remote domain or not),
  breaking the split-horizon DNS.

  This related bug, reported by Lennart Poettering himself, was closed with the 
current Fedora release at the time reaching EOL:
  https://bugzilla.redhat.com/show_bug.cgi?id=1151544

To manage notifications about this bug go to:
https://bugs.launchpad.net/systemd/+bug/1624317/+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 1650927] [NEW] accessing local ethernet is possible, accessing internet is not possible (Ubuntu MATE 17.04, ppc)

2016-12-18 Thread ernsteiswuerfel
Public bug reported:

Access to local ethernet is possible (e.g. ping 192.168.2.2), access to 
internet is not possible:
ping: ports.ubuntu.com: Name or service not known
ping: www.google.com: Name or service not known

It does not matter if my PowerBook G4 is connected via WLAN or ethernet,
the effect is the same.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: network-manager 1.4.2-2ubuntu4
ProcVersionSignature: Ubuntu 4.9.0-11.12-powerpc-smp 4.9.0
Uname: Linux 4.9.0-11-powerpc-smp ppc
ApportVersion: 2.20.4-0ubuntu1
Architecture: powerpc
CasperVersion: 1.379
Date: Thu Nov  3 18:13:07 2016
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IpRoute:
 default via 192.168.3.1 dev wlP1p17s0  proto static  metric 600 
 169.254.0.0/16 dev wlP1p17s0  scope link  metric 1000 
 192.168.3.0/24 dev wlP1p17s0  proto kernel  scope link  src 192.168.3.2  
metric 600
LiveMediaBuild: Ubuntu-MATE 17.04 "Zesty Zapus" - Alpha powerpc (20161218)
NetworkManager.conf:
 [main]
 plugins=ifupdown,keyfile
 
 [ifupdown]
 managed=false
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 TERM=xterm
 PATH=(custom, no user)
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con:
 NAMEUUID  TYPE 
TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE STATE  
ACTIVE-PATH
 Carcosa 82f9a6ba-8a34-4aa8-8bba-6520f8b73c62  802-11-wireless  
1478196808  Thu 03 Nov 2016 06:13:28 PM UTC  yes  0 
no/org/freedesktop/NetworkManager/Settings/1  yes wlP1p17s0  
activated  /org/freedesktop/NetworkManager/ActiveConnection/4 
 Wired connection 1  1a0d2e10-42f2-3154-b4f6-dfbec067bff3  802-3-ethernet   
1478196172  Thu 03 Nov 2016 06:02:52 PM UTC  yes  4294966297
no/org/freedesktop/NetworkManager/Settings/0  no  -- -- 
--
nmcli-dev:
 DEVICETYPE  STATEDBUS-PATH 
 CONNECTION  CON-UUID  CON-PATH 
  
 wlP1p17s0 wifi  connected/org/freedesktop/NetworkManager/Devices/2 
 Carcosa 82f9a6ba-8a34-4aa8-8bba-6520f8b73c62  
/org/freedesktop/NetworkManager/ActiveConnection/4 
 enP2p36s15f0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1 
 --  ----   
  
 loloopback  unmanaged/org/freedesktop/NetworkManager/Devices/0 
 --  ----
nmcli-nm:
 RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  WIFI  
   WWAN-HW  WWAN
 running  1.4.2connected  started  full  enabled enabled  
enabled  enabled  enabled

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug powerpc zesty

** Summary changed:

- although network interface is up a connection to internet cannot be 
established
+ accessing local ethernet is possible, accessing internet is not possible 
(Ubuntu MATE 17.04, ppc)

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

Title:
  accessing local ethernet is possible, accessing internet is not
  possible (Ubuntu MATE 17.04, ppc)

Status in network-manager package in Ubuntu:
  New

Bug description:
  Access to local ethernet is possible (e.g. ping 192.168.2.2), access to 
internet is not possible:
  ping: ports.ubuntu.com: Name or service not known
  ping: www.google.com: Name or service not known

  It does not matter if my PowerBook G4 is connected via WLAN or
  ethernet, the effect is the same.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: network-manager 1.4.2-2ubuntu4
  ProcVersionSignature: Ubuntu 4.9.0-11.12-powerpc-smp 4.9.0
  Uname: Linux 4.9.0-11-powerpc-smp ppc
  ApportVersion: 2.20.4-0ubuntu1
  Architecture: powerpc
  CasperVersion: 1.379
  Date: Thu Nov  3 18:13:07 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 192.168.3.1 dev wlP1p17s0  proto static  metric 600 
   169.254.0.0/16 dev wlP1p17s0  scope link  metric 1000 
   192.168.3.0/24 dev wlP1p17s0  proto kernel  scope link  src 192.168.3.2  
metric 600
  LiveMediaBuild: Ubuntu-MATE 17.04 "Zesty Zapus" - Alpha powerpc (20161218)
  NetworkManager.conf:
   [main]
   plugins=ifupdown,keyfile
   
   [ifupdown]
   managed=false
  NetworkManager.state:
   [main]
   Ne

[Touch-packages] [Bug 1278223] Re: Mouse Flickering after adding 3rd Monitor

2016-12-18 Thread Christopher M. Penalver
Chris (gelgamek), it will help immensely if you filed a new report with Ubuntu 
by ensuring you have the package xdiagnose installed, and that you click the 
Yes button for attaching additional debugging information running the following 
from a terminal:
ubuntu-bug xorg

Also, please feel free to subscribe me to it.

For more on why this is helpful, please see
https://wiki.ubuntu.com/ReportingBugs.

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

Title:
  Mouse Flickering after adding 3rd Monitor

Status in xorg package in Ubuntu:
  Incomplete
Status in xorg package in Fedora:
  Unknown

Bug description:
  My issues is, after adding a 3rd monitor to Ubuntu 14.04, the mouse
  flickers (or blinks) when the cursor is on monitors one or two, but
  not 3.

  Monitor 1: 1440 x 900 - Laptop's Native Monitor
  Monitor 2: 1920 x 1080 - Laptop's HDMI Port's External Monitor
  Monitor 3: 1024 x 768 - SIIG USB 2.0 to VGA Pro Monitor

  Here's the video card that feeds my laptop's native monitor, monitor 2
  (hdmi).

  lspci | grep 'VGA\|Display'
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)
  00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

  The 3rd Monitor is powered through a Display Link certified SIIG USB
  2.0 to VGA Pro adapter (A2H1320X1374 - not sure what this number, but
  it is a sticker on back of the device):

  lsusb -tv
  /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
  |__ Port 6: Dev 2, If 0, Class=Video, Driver=uvcvideo, 480M
  |__ Port 6: Dev 2, If 1, Class=Video, Driver=uvcvideo, 480M

  dmesg
  [1.688343] usb 2-1: New USB device found, idVendor=17e9, idProduct=02ee
  [1.688348] usb 2-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [1.688351] usb 2-1: Product: VGA Display Adapter
  [1.688353] usb 2-1: Manufacturer: DisplayLink
  [1.688356] usb 2-1: SerialNumber: 119785

  Additionally, unity-control-center crashes sometimes after I "Restore
  previous settings", after selecting a resolution too high. This
  freezed my laptop, requiring a hard reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-control-center 14.04.1-0ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Feb  9 18:43:13 2014
  InstallationDate: Installed on 2014-02-02 (7 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140202)
  SourcePackage: unity-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1278223/+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 1491279] Re: Save image/file doesn’t actually download the file on desktop

2016-12-18 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+17.04.20161202-0ubuntu1

---
webbrowser-app (0.23+17.04.20161202-0ubuntu1) zesty; urgency=medium

  [ Andrew Hayzen ]
  * Ensure if the webview changes that the loading visible state of the
progress bar is bound to the correct webview (LP: #1638337)
  * Additional autopilot tests
  * Add dependencies on qtdeclarative5-ubuntu-content1 and
qtdeclarative5-ubuntu-download-manager0.1 as they are now in main
(LP: #1491279)
  * Add Drag and drop support of tabs between windows on non-mir clients

  [ Olivier Tilloy ]
  * Add a desktop UA override for ESPN websites (LP: #1637285)
  * Add user agent overrides for meet.jit.si (LP: #1635971)
  * Make QmlTests::UbuntuWebView02::test_no_contextual_actions() more
robust (LP: #1633528)
  * Run unit tests with verbose output by default when building packages
  * Do not transfer keyboard focus from the address bar to the new tab
view in incognito mode (LP: #1634463)
  * Use new API in oxide 1.17 to copy image to clipboard (LP: #1585291)
  * Use the ubuntu-app-platform content interface
  * Desktop UA override for google docs (LP: #1643386)

 -- Olivier Tilloy   Fri, 02 Dec 2016
08:38:21 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => 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/1491279

Title:
  Save image/file doesn’t actually download the file on desktop

Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  With recent versions of webbrowser-app (starting from
  0.23+15.10.20150827.3-0ubuntu1), there are now contextual actions to
  save an image or a file. On mobile devices this feeds the URL to the
  download manager, which handles the actual download.

  On desktop, the ubuntu download manager is currently not available, so
  this defaults to calling Qt.openUrlExternally(request.url) (see
  http://bazaar.launchpad.net/~phablet-team/webbrowser-
  app/trunk/view/head:/src/app/WebViewImpl.qml#L81).

  As a consequence, the file/image is opened/download in the default
  browser.

  The browser should explicitly depend on the ubuntu download manager,
  and use it to download files on desktop as well.

  As a prerequisite, ubuntu-download-manager needs to be included in
  main (see bug #1488425).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1491279/+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 1585291] Re: copy image not working correctly

2016-12-18 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+17.04.20161202-0ubuntu1

---
webbrowser-app (0.23+17.04.20161202-0ubuntu1) zesty; urgency=medium

  [ Andrew Hayzen ]
  * Ensure if the webview changes that the loading visible state of the
progress bar is bound to the correct webview (LP: #1638337)
  * Additional autopilot tests
  * Add dependencies on qtdeclarative5-ubuntu-content1 and
qtdeclarative5-ubuntu-download-manager0.1 as they are now in main
(LP: #1491279)
  * Add Drag and drop support of tabs between windows on non-mir clients

  [ Olivier Tilloy ]
  * Add a desktop UA override for ESPN websites (LP: #1637285)
  * Add user agent overrides for meet.jit.si (LP: #1635971)
  * Make QmlTests::UbuntuWebView02::test_no_contextual_actions() more
robust (LP: #1633528)
  * Run unit tests with verbose output by default when building packages
  * Do not transfer keyboard focus from the address bar to the new tab
view in incognito mode (LP: #1634463)
  * Use new API in oxide 1.17 to copy image to clipboard (LP: #1585291)
  * Use the ubuntu-app-platform content interface
  * Desktop UA override for google docs (LP: #1643386)

 -- Olivier Tilloy   Fri, 02 Dec 2016
08:38:21 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => 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/1585291

Title:
  copy image not working correctly

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

Bug description:
  I don't believe the "copy image" function is working correctly. It
  just copies the url of the image with text/plain content type. This
  give the client of the pasteboard no indication that it's an image.

  I would have expected one of the following, not sure which is correct (we 
should look how desktop/other platforms do it)
  1) copy the actual image to the pasteboard and specify correct content type 
(i.e. image/jpeg, etc). I believe this is the preferred method.
  2) copy the url of the image but set the content-type (i.e. image/jpeg) that 
it's an image so it can be easily decoded by the paste side

  Steps to reproduce:
  - launch browser, go to a site with an image
  - long press, select "copy image" from popup menu
  - open Notes, or Messaging-App
  - create a new Note or Message
  - long press in the text area and select "Paste" from the popup

  Expected results:
  - the image is pasted into the field

  Actual results:
  - the url of the image is pasted into the field as text

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1585291/+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 1638337] Re: Progress bar is shown after opening new window

2016-12-18 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+17.04.20161202-0ubuntu1

---
webbrowser-app (0.23+17.04.20161202-0ubuntu1) zesty; urgency=medium

  [ Andrew Hayzen ]
  * Ensure if the webview changes that the loading visible state of the
progress bar is bound to the correct webview (LP: #1638337)
  * Additional autopilot tests
  * Add dependencies on qtdeclarative5-ubuntu-content1 and
qtdeclarative5-ubuntu-download-manager0.1 as they are now in main
(LP: #1491279)
  * Add Drag and drop support of tabs between windows on non-mir clients

  [ Olivier Tilloy ]
  * Add a desktop UA override for ESPN websites (LP: #1637285)
  * Add user agent overrides for meet.jit.si (LP: #1635971)
  * Make QmlTests::UbuntuWebView02::test_no_contextual_actions() more
robust (LP: #1633528)
  * Run unit tests with verbose output by default when building packages
  * Do not transfer keyboard focus from the address bar to the new tab
view in incognito mode (LP: #1634463)
  * Use new API in oxide 1.17 to copy image to clipboard (LP: #1585291)
  * Use the ubuntu-app-platform content interface
  * Desktop UA override for google docs (LP: #1643386)

 -- Olivier Tilloy   Fri, 02 Dec 2016
08:38:21 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => 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/1638337

Title:
  Progress bar is shown after opening new window

Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  What happened:
  1) Open the webbrowser-app
  2) Navigate to a website, note that the progress bar goes blue, shows 
progress and disappears
  3) Open a new tab, notice there is no progress bar
  4) Open a new window
  5) Notice that you are on the new tab view, but there is a grey progress bar 
shown with no progress

  Note: if you open another tab, navigate to a website. The progress bar
  functions and disappears, then if you go back to the first tab the
  progress bar is now hidden.

  What I expected to happen:
  At step 5 when viewing the new tab view in the new window, that the progress 
bar is not shown.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1638337/+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 1637285] Re: espn and espnfc show mobile versions on desktop

2016-12-18 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+17.04.20161202-0ubuntu1

---
webbrowser-app (0.23+17.04.20161202-0ubuntu1) zesty; urgency=medium

  [ Andrew Hayzen ]
  * Ensure if the webview changes that the loading visible state of the
progress bar is bound to the correct webview (LP: #1638337)
  * Additional autopilot tests
  * Add dependencies on qtdeclarative5-ubuntu-content1 and
qtdeclarative5-ubuntu-download-manager0.1 as they are now in main
(LP: #1491279)
  * Add Drag and drop support of tabs between windows on non-mir clients

  [ Olivier Tilloy ]
  * Add a desktop UA override for ESPN websites (LP: #1637285)
  * Add user agent overrides for meet.jit.si (LP: #1635971)
  * Make QmlTests::UbuntuWebView02::test_no_contextual_actions() more
robust (LP: #1633528)
  * Run unit tests with verbose output by default when building packages
  * Do not transfer keyboard focus from the address bar to the new tab
view in incognito mode (LP: #1634463)
  * Use new API in oxide 1.17 to copy image to clipboard (LP: #1585291)
  * Use the ubuntu-app-platform content interface
  * Desktop UA override for google docs (LP: #1643386)

 -- Olivier Tilloy   Fri, 02 Dec 2016
08:38:21 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => 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/1637285

Title:
  espn and espnfc show mobile versions on desktop

Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  when running webbrowser-app on desktop, espn.com and espnfc.com both
  show the mobile versions instead of desktop versions.

  I tried added an override to ua-overrides-desktop.js but could not get
  it to work.

  Please add an override for both of these sites (or another method) to
  make them display desktop version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1637285/+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 1634463] Re: If the down arrow is pressed when using the address bar with no suggestions in private mode, the address bar is emptied

2016-12-18 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+17.04.20161202-0ubuntu1

---
webbrowser-app (0.23+17.04.20161202-0ubuntu1) zesty; urgency=medium

  [ Andrew Hayzen ]
  * Ensure if the webview changes that the loading visible state of the
progress bar is bound to the correct webview (LP: #1638337)
  * Additional autopilot tests
  * Add dependencies on qtdeclarative5-ubuntu-content1 and
qtdeclarative5-ubuntu-download-manager0.1 as they are now in main
(LP: #1491279)
  * Add Drag and drop support of tabs between windows on non-mir clients

  [ Olivier Tilloy ]
  * Add a desktop UA override for ESPN websites (LP: #1637285)
  * Add user agent overrides for meet.jit.si (LP: #1635971)
  * Make QmlTests::UbuntuWebView02::test_no_contextual_actions() more
robust (LP: #1633528)
  * Run unit tests with verbose output by default when building packages
  * Do not transfer keyboard focus from the address bar to the new tab
view in incognito mode (LP: #1634463)
  * Use new API in oxide 1.17 to copy image to clipboard (LP: #1585291)
  * Use the ubuntu-app-platform content interface
  * Desktop UA override for google docs (LP: #1643386)

 -- Olivier Tilloy   Fri, 02 Dec 2016
08:38:21 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => 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/1634463

Title:
  If the down arrow is pressed when using the address bar with no
  suggestions in private mode, the address bar is emptied

Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  What happened:
  1) Open the browser and private mode
  2) Start typing random letters so that there are no suggestions
  3) Press the down arrow
  4) Notice that what you have entered into the address bar is lost

  What I expected to happen:
  At step 3 for the address bar to remain the same and not lose any data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1634463/+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 1635971] Re: WebRTC: meet.jit.si videocall does not work

2016-12-18 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+17.04.20161202-0ubuntu1

---
webbrowser-app (0.23+17.04.20161202-0ubuntu1) zesty; urgency=medium

  [ Andrew Hayzen ]
  * Ensure if the webview changes that the loading visible state of the
progress bar is bound to the correct webview (LP: #1638337)
  * Additional autopilot tests
  * Add dependencies on qtdeclarative5-ubuntu-content1 and
qtdeclarative5-ubuntu-download-manager0.1 as they are now in main
(LP: #1491279)
  * Add Drag and drop support of tabs between windows on non-mir clients

  [ Olivier Tilloy ]
  * Add a desktop UA override for ESPN websites (LP: #1637285)
  * Add user agent overrides for meet.jit.si (LP: #1635971)
  * Make QmlTests::UbuntuWebView02::test_no_contextual_actions() more
robust (LP: #1633528)
  * Run unit tests with verbose output by default when building packages
  * Do not transfer keyboard focus from the address bar to the new tab
view in incognito mode (LP: #1634463)
  * Use new API in oxide 1.17 to copy image to clipboard (LP: #1585291)
  * Use the ubuntu-app-platform content interface
  * Desktop UA override for google docs (LP: #1643386)

 -- Olivier Tilloy   Fri, 02 Dec 2016
08:38:21 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => 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/1635971

Title:
  WebRTC: meet.jit.si videocall does not work

Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  krillin, rc-proposed/bq-aquaris.en channel, revision 456

  I previously reported bug #1466015 about meet.jit.si not working on 
webbrowser-app, but that bug was marked as duplicate of another bug that is now 
marked as "Fix Released".
  But meet.jit.si still does not work.
  I'm opening a new bug since the errors in the log are different from the ones 
I reported in the previous bug.

  How to reproduce:
  1) visit meet.jit.si
  2) click on Go to start a new videocall

  Expected outcome:
  a videocall is started

  Actual outcome: 
  nothing happens

  Additional info
  Here's the content of webbrowser-app.log when visiting meet.jit.si:
  qml: [JS] (https://meet.jit.si/:8) (TIME) index.html loaded:  
  qml: [JS] 
(https://d3f5ootf0jzs2j.cloudfront.net/1380/libs/lib-jitsi-meet.min.js?v=1380:1)
 Uncaught TypeError: Cannot read property '1' of null
  qml: [JS] 
(https://d3f5ootf0jzs2j.cloudfront.net/1380/libs/app.bundle.min.js?v=1380:25) 
DEPRECATED JS - Cookie has been deprecated since 5.8.0 and will be removed in a 
future release. Use cookie instead. 
  qml: [JS] 
(https://d3f5ootf0jzs2j.cloudfront.net/1380/libs/app.bundle.min.js?v=1380:15) 
Uncaught ReferenceError: JitsiMeetJS is not defined
  qml: [JS] (:0) SVG's SMIL animations (, , etc.) are deprecated 
and will be removed. Please use CSS animations or Web animations instead.
  [1023/145548:WARNING:webmediaplayer_impl.cc(346)] Using MultibufferDataSource
  [1023/145548:WARNING:webmediaplayer_impl.cc(346)] Using MultibufferDataSource
  [1023/145548:WARNING:webmediaplayer_impl.cc(346)] Using MultibufferDataSource
  shm_open() failed: Permission denied
  shm_open() failed: Permission denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1635971/+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 1633528] Re: QmlTests::UbuntuWebView02::test_no_contextual_actions() is flaky

2016-12-18 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+17.04.20161202-0ubuntu1

---
webbrowser-app (0.23+17.04.20161202-0ubuntu1) zesty; urgency=medium

  [ Andrew Hayzen ]
  * Ensure if the webview changes that the loading visible state of the
progress bar is bound to the correct webview (LP: #1638337)
  * Additional autopilot tests
  * Add dependencies on qtdeclarative5-ubuntu-content1 and
qtdeclarative5-ubuntu-download-manager0.1 as they are now in main
(LP: #1491279)
  * Add Drag and drop support of tabs between windows on non-mir clients

  [ Olivier Tilloy ]
  * Add a desktop UA override for ESPN websites (LP: #1637285)
  * Add user agent overrides for meet.jit.si (LP: #1635971)
  * Make QmlTests::UbuntuWebView02::test_no_contextual_actions() more
robust (LP: #1633528)
  * Run unit tests with verbose output by default when building packages
  * Do not transfer keyboard focus from the address bar to the new tab
view in incognito mode (LP: #1634463)
  * Use new API in oxide 1.17 to copy image to clipboard (LP: #1585291)
  * Use the ubuntu-app-platform content interface
  * Desktop UA override for google docs (LP: #1643386)

 -- Olivier Tilloy   Fri, 02 Dec 2016
08:38:21 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => 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/1633528

Title:
  QmlTests::UbuntuWebView02::test_no_contextual_actions() is flaky

Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  I’m seeing intermittent failures in the following unit test when run
  by the system-apps jenkins instance when building packages:

  FAIL!  : QmlTests::UbuntuWebView02::test_no_contextual_actions() Compared 
values are not the same
  Actual   (): 
  Expected (): null
  Loc: [/[…]/tests/unittests/qml/tst_UbuntuWebView02.qml(98)]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1633528/+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 1643386] Re: drive.google.com showing mobile site on desktop

2016-12-18 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+17.04.20161202-0ubuntu1

---
webbrowser-app (0.23+17.04.20161202-0ubuntu1) zesty; urgency=medium

  [ Andrew Hayzen ]
  * Ensure if the webview changes that the loading visible state of the
progress bar is bound to the correct webview (LP: #1638337)
  * Additional autopilot tests
  * Add dependencies on qtdeclarative5-ubuntu-content1 and
qtdeclarative5-ubuntu-download-manager0.1 as they are now in main
(LP: #1491279)
  * Add Drag and drop support of tabs between windows on non-mir clients

  [ Olivier Tilloy ]
  * Add a desktop UA override for ESPN websites (LP: #1637285)
  * Add user agent overrides for meet.jit.si (LP: #1635971)
  * Make QmlTests::UbuntuWebView02::test_no_contextual_actions() more
robust (LP: #1633528)
  * Run unit tests with verbose output by default when building packages
  * Do not transfer keyboard focus from the address bar to the new tab
view in incognito mode (LP: #1634463)
  * Use new API in oxide 1.17 to copy image to clipboard (LP: #1585291)
  * Use the ubuntu-app-platform content interface
  * Desktop UA override for google docs (LP: #1643386)

 -- Olivier Tilloy   Fri, 02 Dec 2016
08:38:21 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => 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/1643386

Title:
  drive.google.com showing mobile site on desktop

Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  need an override for drive.google.com on desktop as it currently shows
  mobile version which is incorrect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1643386/+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 1310594] Re: Lenovo Onelink Pro Dock - No audio via Dock-HDMI

2016-12-18 Thread Christopher M. Penalver
Ray-Ven, to clarify, did you personally test the patch noted in
http://www.spinics.net/lists/intel-gfx/msg68973.html and confirm it
works with your hardware?

** This bug is no longer a duplicate of bug 1467190
   No audio over DisplayPort MST

** Tags added: bios-outdated-1.30 xenial yakkety

** Package changed: alsa-driver (Ubuntu) => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

Title:
  Lenovo Onelink Pro Dock - No audio via Dock-HDMI

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Sound over Laptop HDMI works, but won't work over Dock with Kernels
  newer than 2.16 in all ubuntu releases since trusty. Persists with
  latest bios (state 16.08.16) Freshinstall makes no difference.

  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  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: KDE
  Date: Mon Apr 21 14:23:10 2014
  PackageArchitecture: all
  SourcePackage: alsa-driver
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/26/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GQET34WW (1.14 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20C0S0AX00
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 Pro
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGQET34WW(1.14):bd02/26/2014:svnLENOVO:pn20C0S0AX00:pvrThinkPadS1Yoga:rvnLENOVO:rn20C0S0AX00:rvrSDK0E50510Pro:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20C0S0AX00
  dmi.product.version: ThinkPad S1 Yoga
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310594/+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 1641355] Re: libreoffice impress gradients do not work in slide show mode

2016-12-18 Thread Richard Pinnell
Hi Christopher As stated in my last post I'm currently using Lubunutu 16.04.1 
LTS:
lsb_release -rd
Description:Ubuntu 16.04.1 LTS
Release:16.04
 
And Libreoffice Version: 5.2.3.2
Build ID: 1:5.2.3~rc2-0ubuntu1~xenial1
CPU Threads: 4; OS Version: Linux 4.4; UI Render: default; 
Locale: en-US (en_US.UTF-8); Calc: group

me@me-Aspire-4738:~$  apt-cache policy libreoffice
libreoffice:
  Installed: 1:5.2.3~rc2-0ubuntu1~xenial1
  Candidate: 1:5.2.3~rc2-0ubuntu1~xenial1
  Version table:
 *** 1:5.2.3~rc2-0ubuntu1~xenial1 500
500 http://ppa.launchpad.net/libreoffice/libreoffice-5-2/ubuntu 
xenial/main amd64 Packages
100 /var/lib/dpkg/status
 1:5.1.4-0ubuntu1 500
500 http://mx.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
 1:5.1.2-0ubuntu1 500
500 http://mx.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

Everything works fine, and indeed all versions of Libreoffice work fine
with Ubuntu 16.04 The problem presents itself when upgrading to Lubuntu
16.10.  Unfortunately as I need my computer for work, and I regularly
use Libreoffice impress so I can't upgrade to 16.10 to test.  Regards

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

Title:
  libreoffice  impress gradients do not work in slide show mode

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When using libreoffice gradients show up fine in edit mode, but not in the 
slide show.  I have tried downgrading to libreoffice 5.1 using the debs on the 
libreoffice official website but to no avail.  Sometimes the gradients show up 
but distorted on other occasiones the colours do not show at all.   This 
problem started when I upgraded from Lubuntu 16.04 to 16.10.  As I use Impress 
a lot I'm currently downgrading back to 16.04.  Screen shows edit mode.  Looks 
like I can only attach one file I'll attach the sideshow mode screen shot to 
another message.
  apt-cache policy libreoffice
  lsb_release -rd
  Description:  Ubuntu 16.10
  Release:  16.10

  libreoffice:
Installed: 1:5.2.2-0ubuntu2
Candidate: 1:5.2.2-0ubuntu2
Version table:
   *** 1:5.2.2-0ubuntu2 500
  500 http://mx.archive.ubuntu.com/ubuntu yakkety-updates/universe 
amd64 Packages
  100 /var/lib/dpkg/status
   1:5.2.2-0ubuntu1 500
  500 http://mx.archive.ubuntu.com/ubuntu yakkety/universe amd64 
Packages
   1:5.1.5~rc2-0ubuntu1~yakkety1 500
  500 http://ppa.launchpad.net/libreoffice/libreoffice-5-1/ubuntu 
yakkety/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu4
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  Uname: Linux 4.8.0-27-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: LXDE
  Date: Sat Nov 12 16:06:27 2016
  DistUpgraded: 2016-11-04 11:07:52,225 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: yakkety
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.1.6, 4.8.0-26-generic, x86_64: installed
   virtualbox, 5.1.6, 4.8.0-27-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 18) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Core Processor Integrated Graphics 
Controller [1025:0482]
  InstallationDate: Installed on 2015-11-27 (351 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Aspire 4738
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-27-generic 
root=UUID=b39aa819-f848-41bd-9908-b9e44e6611cd ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to yakkety on 2016-11-04 (8 days ago)
  dmi.bios.date: 12/21/2010
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.12
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JE41_CP
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.12:bd12/21/2010:svnAcer:pnAspire4738:pvrV1.12:rvnAcer:rnJE41_CP:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire 4738
  dmi.product.version: V1.12
  dmi.sys.vendor: Acer
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.70-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.3-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.3-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu6
  ve

[Touch-packages] [Bug 1650536] Re: wrong behaviour of interface - audio specific

2016-12-18 Thread jacopo.tolja
I found the problem after a painful week of trying different way.
This is as far as I understand, the sound card (analogical) is no longer 
recognised if in the settings any one of the HDMI option is selected Digital 
and Surround.
After deleting all de pulse config file the icon is active again and I can 
adjust the volume again!!
I guess this bug can be easily worked out 

but..

Still, the original bug that no sound is coming from the headphone jack
is not solved and no solution I have found so far

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

Title:
  wrong behaviour of interface - audio specific

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  report
  1 no audio on audio jack
  2 in trying to fix after testing sound with the audio test Right and Left i 
changed the stereo to 5-1 surround option available in the test windows
  3 this caused to remove from the audio setting windows all output devices ( 
now is empty) 
  Audio stopped working completely and the volume in the top bar had the x and 
I cannot activate.
  is gray

  4 I just update the system with regular updates and the sound now work
  on the browser but the volume still have an x and is greyed but the
  Audio is  active!! I can hear sound on video on  youtube and and play
  music but I cannot adjust volume.

  5 try to activate pavucontrol but get message " establishing
  connection with pulseaudio please wait " but no responce

  system information:
  Linux jaki-XPS-13-9350 4.4.0-53-generic #74-Ubuntu SMP Fri Dec 2 15:59:10 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux
   suppose to be one of the certified laptop

  Regarding the jack still do not work and when inserted the jack the
  audio from internal speaker stop but there is no output. Dell changed
  the motherboard but the problem persisted, tried windows 10 on a live
  usb memory and sound worked out of the jack.

  willing to let someone to log on the system and check remotely

  jaki@jaki-XPS-13-9350:~$ xprop WM_CLASS
  WM_CLASS(STRING) = "unity-control-center", "Unity-control-center"

  unity-control-center:
Installato: 15.04.0+16.04.20160705-0ubuntu1
Candidato:  15.04.0+16.04.20160705-0ubuntu1
Tabella versione:
   *** 15.04.0+16.04.20160705-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   15.04.0+16.04.20160413-0ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  jaki@jaki-XPS-13-9350:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3.1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D2', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Fri Dec 16 13:29:44 2016
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-trusty-amd64-osp1-20150720-0
  InstallationDate: Installed on 2016-06-25 (174 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150720-04:06
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  Symptom: audio
  UpgradeStatus: Upgraded to xenial on 2016-09-07 (99 days ago)
  dmi.bios.date: 06/14/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.4.4
  dmi.board.name: 0H67KH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.4.4:bd06/14/2016:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn0H67KH:rvrA03:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9350
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1650536/+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 1648901] Re: SPNEGO crash on mechanism failure

2016-12-18 Thread Eric Desrochers
** Changed in: krb5 (Ubuntu)
 Assignee: Eric Desrochers (slashd) => (unassigned)

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

Title:
  SPNEGO crash on mechanism failure

Status in krb5 package in Ubuntu:
  Fix Released
Status in krb5 source package in Xenial:
  In Progress

Bug description:
  == SRU JUSTIFICATION ==

  [Impact]

  Chrome (and other things) crash (segfault) when Kerberos fails to
  authenticate.

  Thread 22 "Chrome_IOThread" received signal SIGSEGV, Segmentation fault.
  [Switching to Thread 0x7fffdd687700 (LWP 14851)]
  spnego_gss_inquire_context (minor_status=0x7fffdd68573c, context_handle=0x0, 
src_name=0x7fffdd685670, targ_name=0x7fffdd685668,
  lifetime_rec=0x7fffdd685738, mech_type=0x7fffdd685660, 
ctx_flags=0x7fffdd685734, locally_initiated=0x7fffdd685730, 
opened=0x7fffdd68572c)
  at ../../../../src/lib/gssapi/spnego/spnego_mech.c:2315
  2315 ../../../../src/lib/gssapi/spnego/spnego_mech.c: No such file or 
directory.
  (gdb) bt
  #0 spnego_gss_inquire_context (minor_status=0x7fffdd68573c, 
context_handle=0x0, src_name=0x7fffdd685670, targ_name=0x7fffdd685668,
  lifetime_rec=0x7fffdd685738, mech_type=0x7fffdd685660, 
ctx_flags=0x7fffdd685734, locally_initiated=0x7fffdd685730, 
opened=0x7fffdd68572c)
  at ../../../../src/lib/gssapi/spnego/spnego_mech.c:2315
  #1 0x7fffef72be54 in gss_inquire_context (minor_status=0x7fffdd68573c, 
context_handle=, src_name=0x7fffdd685788,
  targ_name=0x7fffdd685750, lifetime_rec=0x7fffdd685738, 
mech_type=0x7fffdd685780, ctx_flags=0x7fffdd685734, 
locally_initiated=0x7fffdd685730,
  opened=0x7fffdd68572c) at 
../../../../src/lib/gssapi/mechglue/g_inq_context.c:114

  [Test Case]

   * Reproducer

  See dwmw2's (reporter of the bug) comment #3 :
  https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1648901/comments/3

  [Regression Potential]

   * none expected Y and Z release already has the krb5 upstream patch.
   * Debian has the patch as well.

  [Other Info]

   * Upstream fix :
  https://github.com/krb5/krb5/commit/3beb564cea3d219efcf71682b6576cad548c2d23

  * Pull Request :
  https://github.com/krb5/krb5/pull/385

  * Chrome Bug :
  https://bugs.chromium.org/p/chromium/issues/detail?id=554905

  * A test pkg including the upstream commit has been proven to fix the
  crash. (See comment #9)

  ==

  [Original Description]

  Chrome (and other things) crash when Kerberos fails to authenticate:
  https://bugs.chromium.org/p/chromium/issues/detail?id=554905

  This was fixed in MIT krb5 in January:
  https://github.com/krb5/krb5/pull/385

  Thread 22 "Chrome_IOThread" received signal SIGSEGV, Segmentation fault.
  [Switching to Thread 0x7fffdd687700 (LWP 14851)]
  spnego_gss_inquire_context (minor_status=0x7fffdd68573c, context_handle=0x0, 
src_name=0x7fffdd685670, targ_name=0x7fffdd685668,
  lifetime_rec=0x7fffdd685738, mech_type=0x7fffdd685660, 
ctx_flags=0x7fffdd685734, locally_initiated=0x7fffdd685730, 
opened=0x7fffdd68572c)
  at ../../../../src/lib/gssapi/spnego/spnego_mech.c:2315
  2315  ../../../../src/lib/gssapi/spnego/spnego_mech.c: No such file or 
directory.
  (gdb) bt
  #0  spnego_gss_inquire_context (minor_status=0x7fffdd68573c, 
context_handle=0x0, src_name=0x7fffdd685670, targ_name=0x7fffdd685668,
  lifetime_rec=0x7fffdd685738, mech_type=0x7fffdd685660, 
ctx_flags=0x7fffdd685734, locally_initiated=0x7fffdd685730, 
opened=0x7fffdd68572c)
  at ../../../../src/lib/gssapi/spnego/spnego_mech.c:2315
  #1  0x7fffef72be54 in gss_inquire_context (minor_status=0x7fffdd68573c, 
context_handle=, src_name=0x7fffdd685788,
  targ_name=0x7fffdd685750, lifetime_rec=0x7fffdd685738, 
mech_type=0x7fffdd685780, ctx_flags=0x7fffdd685734, 
locally_initiated=0x7fffdd685730,
  opened=0x7fffdd68572c) at 
../../../../src/lib/gssapi/mechglue/g_inq_context.c:114

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1648901/+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 1647119] Re: audio card is not detected

2016-12-18 Thread Jason Hines
I had this issue too. It was fixed by linux-firmware 1.161.1 in the
system76 ppa

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

Title:
  audio card is not detected

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Sound stops working on a laptop running Ubuntu. When the laptop is
  left alone overnight, the sound works the next day. I'm not quite sure
  why this would happen. Dummy Ouput is the only device shown once the
  sound stops working.

  "aplay -l" command shows the following:
  aplay: device_list:268: no soundcards found...

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-51.72-generic 4.4.30
  Uname: Linux 4.4.0-51-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Sat Dec  3 22:37:12 2016
  EcryptfsInUse: Yes
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/11/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: N24_25BU
  dmi.board.vendor: Notebook
  dmi.board.version: lemu7
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.12:bd10/11/2016:svnNotebook:pnN24_25BU:pvrlemu7:rvnNotebook:rnN24_25BU:rvrlemu7:cvnNotebook:ct10:cvrN/A:
  dmi.product.name: N24_25BU
  dmi.product.version: lemu7
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1647119/+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 1624317] Re: systemd-resolved breaks VPN with split-horizon DNS

2016-12-18 Thread Vincent Gerris
@Martin Pitt : why did you mark this as resolved ??

This is a huge issue and restarting systemd-resolved did NOT fix my problem.
Also, we should not have workarounds, we should have an Ubuntu desktop that:
 - works out of the box at installation: both 16.04 AND 16.10
 - works BEFORE and AFTER an UPGRADE of 16.04
 - works without any manual work arounds or hacks

So PLEASE, come up with an actual solution that fixes this shit.
I honestly find it difficult to express how pissed off I am about the bugs 
because they affect both home and enterprise users.

Here is an overview with a discussion:
http://askubuntu.com/questions/838948/16-10-fail-to-resolve-dns/861991#861991

I propose to either:
 - disable all services that break normal, expected behviour: so out with 
systemd-resolvd if that fixes it
 - fix issues with dnsmasq and/or disable that too by default in NetworkManager

Let's try to fix this in a proper way, and have non-technical users not
deal with these issues.

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

Title:
  systemd-resolved breaks VPN with split-horizon DNS

Status in systemd:
  New
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  I use a VPN configured with network-manager-openconnect-gnome in which
  a split-horizon DNS setup assigns different addresses to some names
  inside the remote network than the addresses seen for those names from
  outside the remote network.  However, systemd-resolved often decides
  to ignore the VPN’s DNS servers and use the local network’s DNS
  servers to resolve names (whether in the remote domain or not),
  breaking the split-horizon DNS.

  This related bug, reported by Lennart Poettering himself, was closed with the 
current Fedora release at the time reaching EOL:
  https://bugzilla.redhat.com/show_bug.cgi?id=1151544

To manage notifications about this bug go to:
https://bugs.launchpad.net/systemd/+bug/1624317/+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 1636375] Re: systemd-resolved does not allow you to connect using subdomains using search domains which are in /etc/resolv.conf

2016-12-18 Thread Vincent Gerris
Again Martin, this is NOT a solution.
A fix would be something that avoids the problem from emerging in the first 
place.
If stopping systemd-resolvd is a solution, that let's make sure it is NOT 
enabled nor installed in 17.04 by default and let's FIX it to be the same in 
16.10 if possible.

Thank you

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

Title:
  systemd-resolved does not allow you to connect using subdomains using
  search domains which are in /etc/resolv.conf

Status in systemd:
  Fix Released
Status in systemd package in Ubuntu:
  Won't Fix

Bug description:
  systemd-resolved doesn't seem to allow you to use subdomains when
  connecting to hosts in domains that are part of /etc/resolv.conf

  e.g.

  16:01|scrosby@stewie: ~$ cat /etc/resolv.conf 
  # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
  # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
  nameserver W.X.Y.Z
  nameserver A.B.C.D
  nameserver 127.0.0.53
  search blah1 blah2 blah3 blah4 blah5

  with systemd-resolved running

  16:05|scrosby@stewie: ~$ ping foo.bar
  ping: foo.bar: Name or service not known

  without systemd-resolved running

  16:05|scrosby@stewie: ~$ ping foo.bar
  PING foo.bar.blah3 (E.F.G.H) 56(84) bytes of data.
  64 bytes from foo.bar.blah3 (E.F.G.H): icmp_seq=1 ttl=52 time=1.68 ms
  64 bytes from foo.bar.blah3 (E.F.G.H): icmp_seq=2 ttl=52 time=1.09 ms

  It does seem like looking up hosts without a . in their name does use
  the search domains in resolv.conf though

  16:05|scrosby@stewie: ~$ ping foo2
  PING foo2.blah3 (I.J.K.L) 56(84) bytes of data.
  64 bytes from foo2.blah3 (I.J.K.L): icmp_seq=1 ttl=52 time=1.34 ms
  64 bytes from foo2.blah3 (I.J.K.L): icmp_seq=2 ttl=52 time=1.29 ms

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: systemd 231-9git1
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  Date: Tue Oct 25 16:13:38 2016
  InstallationDate: Installed on 2016-06-08 (139 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Dell Inc. OptiPlex 990
  ProcEnviron:
   LANGUAGE=en_AU:en
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-26-generic 
root=UUID=67011022-ac91-464f-ab8f-c97c6cb5a439 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to yakkety on 2016-10-24 (0 days ago)
  dmi.bios.date: 08/26/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.asset.tag: UOM97917
  dmi.board.name: 0VNP2H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.asset.tag: UOM97917
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd08/26/2015:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn0VNP2H:rvrA00:cvnDellInc.:ct3:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/systemd/+bug/1636375/+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 1650792] Re: Ubuntu 16.04.1 System policy prevents modification of network settings for all users

2016-12-18 Thread linuxcub
Found it. Now the title is correct. Please excuse my inexperience with
this forum!

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

Title:
  Ubuntu 16.04.1 System policy prevents modification of network settings
  for all users

Status in modemmanager package in Ubuntu:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  Same bug as described for Ubuntu 15.04 (see
  https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/964705)
  is still in my Ubuntu 16.04.1! My workaround is simple but strange:

  After switching on my notebook, booting into Ubuntu 16.04.1, and being
  at the login screen, before having logged into any user, the SIM-PIN
  menu appears. I key in the SIM-PIN, hit the  button, then I am
  asked again for the SIM-PIN, this time with the error message
  "PolicyKit authorization failed: challenge needed for
  org.freedesktop.ModemManager1.Device.Control". My workaround:

  Hit the  button

  After that, I am able to log in and connect with my Aldi/Medion Huawei
  E173 USB stick to the network, if I am an AdminUser. For a user
  without Admin-rights it is a little bit more complicated after having
  logged in: he has to unlock the SIM pin again, then he is asked for
  the Admin passwort because necessary administrative rights. He has to
  hit  twice, but then he can connect to the network without any
  knowledge of the Admin-paswort. Strange!

  Will Ubuntu 16.04 sometime come to the point of enabling mobile
  networking as simple as it was with Ubuntu 14.04?

  Thank you,

  siggi2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1650792/+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 1650792] Re: Ubuntu 16.04.1 System policy prevents modification of network settings for all users

2016-12-18 Thread linuxcub
Found it, now the title is correct. Please excuse my inexperience with
this forum!

** Summary changed:

- Ubuntu 14.04.1 System policy prevents modification of network settings for 
all users
+ Ubuntu 16.04.1 System policy prevents modification of network settings for 
all users

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

Title:
  Ubuntu 16.04.1 System policy prevents modification of network settings
  for all users

Status in modemmanager package in Ubuntu:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  Same bug as described for Ubuntu 15.04 (see
  https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/964705)
  is still in my Ubuntu 16.04.1! My workaround is simple but strange:

  After switching on my notebook, booting into Ubuntu 16.04.1, and being
  at the login screen, before having logged into any user, the SIM-PIN
  menu appears. I key in the SIM-PIN, hit the  button, then I am
  asked again for the SIM-PIN, this time with the error message
  "PolicyKit authorization failed: challenge needed for
  org.freedesktop.ModemManager1.Device.Control". My workaround:

  Hit the  button

  After that, I am able to log in and connect with my Aldi/Medion Huawei
  E173 USB stick to the network, if I am an AdminUser. For a user
  without Admin-rights it is a little bit more complicated after having
  logged in: he has to unlock the SIM pin again, then he is asked for
  the Admin passwort because necessary administrative rights. He has to
  hit  twice, but then he can connect to the network without any
  knowledge of the Admin-paswort. Strange!

  Will Ubuntu 16.04 sometime come to the point of enabling mobile
  networking as simple as it was with Ubuntu 14.04?

  Thank you,

  siggi2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1650792/+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 1650792] Re: Ubuntu 14.04.1 System policy prevents modification of network settings for all users

2016-12-18 Thread linuxcub
** Also affects: network-manager (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Ubuntu 14.04.1 System policy prevents modification of network settings
  for all users

Status in modemmanager package in Ubuntu:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  Same bug as described for Ubuntu 15.04 (see
  https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/964705)
  is still in my Ubuntu 16.04.1! My workaround is simple but strange:

  After switching on my notebook, booting into Ubuntu 16.04.1, and being
  at the login screen, before having logged into any user, the SIM-PIN
  menu appears. I key in the SIM-PIN, hit the  button, then I am
  asked again for the SIM-PIN, this time with the error message
  "PolicyKit authorization failed: challenge needed for
  org.freedesktop.ModemManager1.Device.Control". My workaround:

  Hit the  button

  After that, I am able to log in and connect with my Aldi/Medion Huawei
  E173 USB stick to the network, if I am an AdminUser. For a user
  without Admin-rights it is a little bit more complicated after having
  logged in: he has to unlock the SIM pin again, then he is asked for
  the Admin passwort because necessary administrative rights. He has to
  hit  twice, but then he can connect to the network without any
  knowledge of the Admin-paswort. Strange!

  Will Ubuntu 16.04 sometime come to the point of enabling mobile
  networking as simple as it was with Ubuntu 14.04?

  Thank you,

  siggi2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1650792/+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 1650792] Re: Ubuntu 14.04.1 System policy prevents modification of network settings for all users

2016-12-18 Thread linuxcub
** Also affects: modemmanager (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: arista (Ubuntu)

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

Title:
  Ubuntu 14.04.1 System policy prevents modification of network settings
  for all users

Status in modemmanager package in Ubuntu:
  New

Bug description:
  Same bug as described for Ubuntu 15.04 (see
  https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/964705)
  is still in my Ubuntu 16.04.1! My workaround is simple but strange:

  After switching on my notebook, booting into Ubuntu 16.04.1, and being
  at the login screen, before having logged into any user, the SIM-PIN
  menu appears. I key in the SIM-PIN, hit the  button, then I am
  asked again for the SIM-PIN, this time with the error message
  "PolicyKit authorization failed: challenge needed for
  org.freedesktop.ModemManager1.Device.Control". My workaround:

  Hit the  button

  After that, I am able to log in and connect with my Aldi/Medion Huawei
  E173 USB stick to the network, if I am an AdminUser. For a user
  without Admin-rights it is a little bit more complicated after having
  logged in: he has to unlock the SIM pin again, then he is asked for
  the Admin passwort because necessary administrative rights. He has to
  hit  twice, but then he can connect to the network without any
  knowledge of the Admin-paswort. Strange!

  Will Ubuntu 16.04 sometime come to the point of enabling mobile
  networking as simple as it was with Ubuntu 14.04?

  Thank you,

  siggi2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1650792/+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 1645793] Re: Logout delayed by a minute because of url-dispatcher

2016-12-18 Thread Launchpad Bug Tracker
This bug was fixed in the package url-dispatcher -
0.1+17.04.20161206-0ubuntu1

---
url-dispatcher (0.1+17.04.20161206-0ubuntu1) zesty; urgency=medium

  [ Ted Gould ]
  * Instead of sleeping make the refresh tasks low enough priority they
don't get in the way (LP: #1645793)
  * Start after Unity8 so it has a chance to set the MIR_SOCKET

 -- Michael Terry   Tue, 06 Dec 2016
14:38:17 +

** Changed in: url-dispatcher (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Logout delayed by a minute because of url-dispatcher

Status in Canonical System Image:
  In Progress
Status in url-dispatcher package in Ubuntu:
  Fix Released

Bug description:
  If you try to log out during the first minute of a session, you may
  not be able to, because upstart is waiting for the url-dispatcher-
  refresh job to finish.

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