[Desktop-packages] [Bug 1691991] Re: Xorg Segmentation fault on Hisilicon D05 board (arm64)

2017-05-31 Thread Daniel Axtens
OK, I have made some progress on this:

The busid reported by libdrm on the arm64 system is "0007:a1:00.0"
The busid reported by libdrm on a amd64 system is "pci::00:02.0"

The "pci:" prefix is missing on arm64. I think this leads to the
segfault on arm64 as X tests for the prefix.

This little C program below extracts the information and demonstrates
the difference.

I will follow up why this is happening.

Regards,
Daniel

#include 
#include 
#include "stdio.h"
#include 
#include 
#include 

int main() {
char *path="/dev/dri/card0";
drmSetVersion sv;
char *buf;
int fd;
int err = 0;

fd = open(path, O_RDWR, O_CLOEXEC);

sv.drm_di_major = 1;
sv.drm_di_minor = 4;
sv.drm_dd_major = -1;   /* Don't care */
sv.drm_dd_minor = -1;   /* Don't care */

err = drmSetInterfaceVersion(fd, );

buf = drmGetBusid(fd);
printf("busid: '%s'\n", buf);
drmFreeBusid(buf);
close(fd);
return (err == 0);
}

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1691991

Title:
  Xorg Segmentation fault on Hisilicon D05 board (arm64)

Status in xorg package in Ubuntu:
  New

Bug description:
  ubuntu@ubuntu:~$ sudo /usr/lib/xorg/Xorg 
  [sudo] password for ubuntu: 

  X.Org X Server 1.18.4
  Release Date: 2016-07-19
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 4.4.0-45-generic aarch64 Ubuntu
  Current Operating System: Linux ubuntu 4.10.0-20.22-generic 
#22+pearl.2-Ubuntu SMP Thu Apr 27 20:23:08 UTC 2017 aarch64
  Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20.22-generic 
root=UUID=eee681c5-04ce-4cd0-a004-cae6717961ce ro debug 
earlycon=pl011,mmio,0x602B console=tty0
  Build Date: 02 November 2016  10:05:28PM
  xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see 
http://www.ubuntu.com/support) 
  Current version of pixman: 0.33.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
  Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 19 18:10:13 2017
  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  pci id for fd 10: 19e5:1711, driver (null)
  EGL_MESA_drm_image required.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x58) [0xd7f1cc48]
  (EE) 
  (EE) Segmentation fault at address 0xa0
  (EE) 
  Fatal server error:
  (EE) Caught signal 11 (Segmentation fault). Server aborting
  (EE) 
  (EE) 
  Please consult the The X.Org Foundation support 
 at http://wiki.x.org
   for help. 
  (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional 
information.
  (EE) 
  (EE) Server terminated with error (1). Closing log file.
  Aborted (core dumped)
  ubuntu@ubuntu:~$

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

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


[Desktop-packages] [Bug 1694896] Re: GNOME forgets display backlight setting preference after session ends on Lenovo Yoga 900-13ISK2 laptop.

2017-05-31 Thread Ryan
** Description changed:

- When I reboot my computer, GNOME forgets my display backlight setting
- and puts it back at (roughly) 80% on my Lenovo Yoga 900-13ISK2 laptop
+ When I reboot, GNOME forgets my display backlight setting and puts it
+ back at (roughly) 80% on my Lenovo Yoga 900-13ISK2 laptop
  
  That's not optimal for battery life since it causes power usage to be
  1-2 watts higher than it would be under my preferred setting until I
  manually turn it back down.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: gnome-settings-daemon 3.24.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed May 31 23:50:16 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-05-30 (2 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1694896

Title:
  GNOME forgets display backlight setting preference after session ends
  on Lenovo Yoga 900-13ISK2 laptop.

Status in gnome-settings-daemon package in Ubuntu:
  New

Bug description:
  When I reboot, GNOME forgets my display backlight setting and puts it
  back at (roughly) 80% on my Lenovo Yoga 900-13ISK2 laptop

  That's not optimal for battery life since it causes power usage to be
  1-2 watts higher than it would be under my preferred setting until I
  manually turn it back down.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: gnome-settings-daemon 3.24.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed May 31 23:50:16 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-05-30 (2 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1694896/+subscriptions

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


[Desktop-packages] [Bug 1570182] Re: Support sideloading snap packages

2017-05-31 Thread Robert Ancell
Forum topic: https://forum.snapcraft.io/t/behaviour-for-installing-
classic-devmode-and-unsigned-snaps-in-a-gui

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1570182

Title:
  Support sideloading snap packages

Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  You can't currently sideload a snap (i.e. install a .snap file).

  This requires gnome-software to be subscribed to the .snap mime type
  and gnome-software to be able to extract the snap metadata.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1570182/+subscriptions

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


[Desktop-packages] [Bug 1581713] Re: Ubuntu Software always asks for an Ubuntu Single Sign-On account when installing or removing a snap package

2017-05-31 Thread Robert Ancell
Forum topic:
https://forum.snapcraft.io/t/performing-local-snap-operations-without-a-store-macaroon

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581713

Title:
  Ubuntu Software always asks for an Ubuntu Single Sign-On account when
  installing or removing a snap package

Status in Ubuntu GNOME:
  Triaged
Status in gnome-software package in Ubuntu:
  Confirmed
Status in snapd package in Ubuntu:
  Confirmed

Bug description:
  If I try to uninstall a snap using Ubuntu Software, it asks for an Ubuntu 
Single Sign-On account. It seems strange since if I use a terminal and do:
  $ sudo snap remove john-the-ripper

  Everything works as expected.

  BTW: Ubuntu Software takes ages to find out the size of the snap
  package.

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

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


[Desktop-packages] [Bug 1694896] [NEW] GNOME forgets display backlight setting preference after session ends on Lenovo Yoga 900-13ISK2 laptop.

2017-05-31 Thread Ryan
Public bug reported:

When I reboot, GNOME forgets my display backlight setting and puts it
back at (roughly) 80% on my Lenovo Yoga 900-13ISK2 laptop

That's not optimal for battery life since it causes power usage to be
1-2 watts higher than it would be under my preferred setting until I
manually turn it back down.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: gnome-settings-daemon 3.24.2-0ubuntu0.1
ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
Uname: Linux 4.10.0-22-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed May 31 23:50:16 2017
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-05-30 (2 days ago)
InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-settings-daemon
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug zesty

** Summary changed:

- GNOME forgets display backlight setting preference after session ends.
+ GNOME forgets display backlight setting preference after session ends on 
Lenovo Yoga 900-13ISK2 laptop.

** Description changed:

  When I reboot my computer, GNOME forgets my display backlight setting
- and puts it back at (roughly) 80%.
+ and puts it back at (roughly) 80% on my Lenovo Yoga 900-13ISK2 laptop
  
  That's not optimal for battery life since it causes power usage to be
  1-2 watts higher until I manually turn it back down.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: gnome-settings-daemon 3.24.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed May 31 23:50:16 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-05-30 (2 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcEnviron:
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  When I reboot my computer, GNOME forgets my display backlight setting
  and puts it back at (roughly) 80% on my Lenovo Yoga 900-13ISK2 laptop
  
  That's not optimal for battery life since it causes power usage to be
- 1-2 watts higher until I manually turn it back down.
+ 1-2 watts higher than it would be under my preferred setting until I
+ manually turn it back down.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: gnome-settings-daemon 3.24.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed May 31 23:50:16 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-05-30 (2 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1694896

Title:
  GNOME forgets display backlight setting preference after session ends
  on Lenovo Yoga 900-13ISK2 laptop.

Status in gnome-settings-daemon package in Ubuntu:
  New

Bug description:
  When I reboot, GNOME forgets my display backlight setting and puts it
  back at (roughly) 80% on my Lenovo Yoga 900-13ISK2 laptop

  That's not optimal for battery life since it causes power usage to be
  1-2 watts higher than it would be under my preferred setting until I
  manually turn it back down.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: gnome-settings-daemon 3.24.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed May 31 23:50:16 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-05-30 (2 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1694896/+subscriptions

-- 
Mailing list: 

[Desktop-packages] [Bug 1555567] Re: [snaps] License information from the store not available

2017-05-31 Thread Robert Ancell
Forum topic:
https://forum.snapcraft.io/t/snap-license-metadata

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/167

Title:
  [snaps] License information from the store not available

Status in snapd-glib:
  Confirmed
Status in Snappy:
  Confirmed
Status in Software Center Agent:
  New
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  While the store (and its API) has a field to specify the app's
  license, it seems to be ignored somewhere on its way to the client.

  As an example, ubuntu-calculator-app.ubuntucoredev has GPL3 set as its
  license in the store, yet in GNOME Software it is tagged as "non-free"
  when listed in a search. Clicking on the package details in GNOME
  Software, the license type is shown as "Unknown".

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd-glib/+bug/167/+subscriptions

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


[Desktop-packages] [Bug 106995] Re: gnome-terminal unconditionally interprets mouse wheel events

2017-05-31 Thread Bug Watch Updater
** Changed in: xfce4-terminal
   Status: Confirmed => Won't Fix

** Changed in: xfce4-terminal
   Importance: Unknown => Wishlist

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vte in Ubuntu.
https://bugs.launchpad.net/bugs/106995

Title:
  gnome-terminal unconditionally interprets mouse wheel events

Status in Gnome Virtual Terminal Emulator:
  Invalid
Status in xfce4-terminal:
  Won't Fix
Status in screen package in Ubuntu:
  Invalid
Status in vte package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: gnome-terminal

  gnome-terminal started to translate mouse-wheel events into history
  scrolling, which doesn't work well when there's not a command prompt
  (another command running). this behaviour should at least be a
  configuration option; commands other than the shell may be confused by
  the escape codes sent as input.

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

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


[Desktop-packages] [Bug 1555567] Re: [snaps] License information from the store not available

2017-05-31 Thread Robert Ancell
The above link is wrong, should be:
https://lists.ubuntu.com/archives/snapcraft/2017-January/002746.html

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/167

Title:
  [snaps] License information from the store not available

Status in snapd-glib:
  Confirmed
Status in Snappy:
  Confirmed
Status in Software Center Agent:
  New
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  While the store (and its API) has a field to specify the app's
  license, it seems to be ignored somewhere on its way to the client.

  As an example, ubuntu-calculator-app.ubuntucoredev has GPL3 set as its
  license in the store, yet in GNOME Software it is tagged as "non-free"
  when listed in a search. Clicking on the package details in GNOME
  Software, the license type is shown as "Unknown".

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd-glib/+bug/167/+subscriptions

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


[Desktop-packages] [Bug 1649763] Re: Dell XPS 15 2016 with Ubuntu 16 Sound HDMI issues

2017-05-31 Thread Hui Wang
The 3 fixing commits are (pulseaudio):

6b348961304903483aa78d4ddc1fd036ef75a7cb
1c477fcb679ac50259ef057ebe23c80c529aa612
4c6843f02067bed2a299bed1651d00832e2afea0

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1649763

Title:
  Dell XPS 15 2016 with Ubuntu 16 Sound HDMI issues

Status in OEM Priority Project:
  Confirmed
Status in Unity Control Center:
  New
Status in unity-control-center package in Ubuntu:
  Confirmed

Bug description:
  This issue is related to sound not working properly on Ubuntu when
  switching between an external display using HDMI with 4K resolution
  and the standard laptop display.

  Issue 1 - Sound only works on laptop when plugged into 4k HDMI display
  Issue 2 - Sound doesn't work when plugged removed from 4k HDMI display

  When you plug in a 4k Display that supports sound to the Dell XPS 15
  2016 model the sound only works on the laptop. Only when you go to
  Sound Settings and manually select the HDMI output for sound does the
  sound start to work on the display itself instead of the laptop.

  When you unplug the HDMI 4k display the sound doesn't work on the
  laptop. When you go to the Sound Settings dialog it only shows one
  output that is selected - if you select the same output thats already
  selected the sound starts to work again on the laptop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1649763/+subscriptions

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


[Desktop-packages] [Bug 1555569] Re: [snaps] Show human-readable names for store apps

2017-05-31 Thread Robert Ancell
Snapcraft forum topic:
https://forum.snapcraft.io/t/snap-title-field

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/169

Title:
  [snaps] Show human-readable names for store apps

Status in Snapcraft:
  New
Status in Snappy:
  New
Status in Software Center Agent:
  Fix Released
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  GNOME Software shows the package name from the app (the snap's name
  you can't change in the store) instead of the human-readable one (the
  one you can edit in the store).

  That is, the entry in GNOME Software reads 'ubuntu-calculator-app'
  instead of 'Calculator (Unity 7)'. The latter is specified as "Package
  title" in the web UI, not sure which field name it's got in the store
  API.

  It seems, though, that snappy does not have the concept of a human-
  readable name and it's using the "description" field for that. I'm not
  sure if that's the intention, or if it's expected that any store
  clients use the "Package title" from the store API instead.

  snapd gives the following information for ubuntu-calculator-app (in this 
case, sideloaded):
  {
"description" : "Ubuntu Calculator app",
"download_size" : -1,
"icon" : "/2.0/icons/ubuntu-calculator-app.sideload/icon",
"installed_size" : 581341041,
"name" : "ubuntu-calculator-app",
"origin" : "sideload",
"resource" : "/2.0/snaps/ubuntu-calculator-app.sideload",
"status" : "active",
"type" : "app",
vendor" : "",
   "version" : "IOBXFFOCRcXL"
  }

  From James Tait:

  The human-readable package display name, “Package name” in the upload
  form, maps to the title field in the store API and takes its data from
  the same field in a Click manifest, but seemingly has no equivalent in
  a Snap manifest. The closest field in snap.yaml appears to be summary,
  but I was intending to extract that to tagline and fix bug #1303354 so
  we can surface that in the store API.

  The ​description field in the store API maps to the “Tagline” and
  “Description” fields in the upload form, and takes its data from the
  title and description fields in Click manifests, and the description
  field in Snap manifests.

  ​The name field in the store API maps to the unchangeable package name
  in the store web UI, and takes its data from the same field in both
  Click and Snap manifests, with the author’s short namespace appended
  if the extracted package name is unqualified.​

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

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


[Desktop-packages] [Bug 1589008] Re: Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

2017-05-31 Thread Kai-Heng Feng
What Bluetooth module do you use?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1589008

Title:
  Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

Status in linux package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  In 16.04 when a bluetooth audio device is connected it freezes video
  playback and also no sound comes from online audio only streams. Issue
  does not exist with a wired headset.

  This issue does not exist with 15.10. All updates have been installed
  on 16.04 including backports but they have not fixed the issue.

  It is not browser specific and not website specific.

  It is not hardware specific as it affects my laptop with an intel 7260
  card and my pc with an intel 8260 card.

  The issue exists on both ubuntu and kubuntu 16.04.

  I have reported it on the ubuntu support forums and after
  investigation a moderator noticed changed in the kernel from 4.4 and
  4.2 that may becausing the issue and asked me to file a bug report.

  The ubuntu forum thread can be found here.
  http://ubuntuforums.org/showthread.php?t=2326672

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-23-generic 4.4.0-23.41
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen1435 F pulseaudio
   /dev/snd/controlC0:  stephen1435 F pulseaudio
  CurrentDesktop: KDE
  Date: Fri Jun  3 23:50:00 2016
  HibernationDevice: RESUME=UUID=78e7aefc-d517-4c58-836f-a90f0b6017c6
  InstallationDate: Installed on 2016-05-06 (28 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: MSI MS-7978
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=bccf2ca7-4e23-412a-ba10-7a3f915270dd ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-06-03 (0 days ago)
  dmi.bios.date: 05/16/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: C.60
  dmi.board.asset.tag: Default string
  dmi.board.name: H170 GAMING M3 (MS-7978)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrC.60:bd05/16/2016:svnMSI:pnMS-7978:pvr2.0:rvnMSI:rnH170GAMINGM3(MS-7978):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7978
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

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

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


[Desktop-packages] [Bug 1693756] Re: [Xenial][ DW5816e] to support qmi over mbim which needed for FCC authentication.

2017-05-31 Thread Chih-Hsyuan Ho
** Also affects: modemmanager
   Importance: Undecided
   Status: New

** Also affects: oem-priority
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to modemmanager in Ubuntu.
https://bugs.launchpad.net/bugs/1693756

Title:
  [Xenial][ DW5816e] to support qmi over mbim which needed for FCC
  authentication.

Status in ModemManager:
  New
Status in OEM Priority Project:
  New
Status in modemmanager package in Ubuntu:
  New

Bug description:
  # issue:
   * wwan card DW5816e[413c:81cc] couldn't be recognized by modemmanager 
1.4.12-1ubuntu1 on xenial.
    - but works well on on Yakkety.

  # investgation:
   * in failed case, mmcli -L shows nothing on Xenial with DW5816. Then tried 
install followed packages from Yakkety ppa on Xenial and wwan card works on 1st 
boot but failed after 2nd boot sometimes.
    - libmbim-glib4_1.14.0-1_amd64.deb
    - libmbim-glib-dev_1.14.0-1_amd64.deb
    - libmbim-proxy_1.14.0-1_amd64.deb
    - libmbim-utils_1.14.0-1_amd64.deb
    - libqmi-glib5_1.16.0-1_amd64.deb
    - libqmi-proxy_1.16.0-1_amd64.deb

   * different from ModemManager --debug
     - In passed case, it received message from /dev/cdc-wdm1 after send "Read 
max control message size from descriptors file: 4096" , but not happens to 
failed case. So, it prints "[mm-port-probe.c:261] 
mm_port_probe_set_result_qcdm(): (tty/ttyS4) port is not QCDM-capable" in 
failed case.
   - passed case: http://paste.ubuntu.com/24664908/
   - failed case: http://paste.ubuntu.com/24664910/

  # Plan:
   * let the newer version packages could also works well on Xenial.
   * find out needed patches on newer version packages.
   * packport needed patches to older version packages on Xenial.

  # environment information:

   * modinfo cdc_mbim for original kernel module: 
http://paste.ubuntu.com/24662359/
    - the code /driver/net/usb/cdc_mbim.c is the same between xenial kernel 
4.4.0 and yakkety kernel 4.8.0.

   * uname -r: 4.4.0-73-generic

   * lsusb -v: http://paste.ubuntu.com/24662332/

  FCC authentication reference:
   * http://lists.infradead.org/pipermail/lede-dev/2016-August/002332.html
   * 
https://lists.freedesktop.org/archives/libmbim-devel/2016-April/thread.html#704

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

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


[Desktop-packages] [Bug 1652835] Re: [MUST FIX]package kde-config-telepathy-accounts (not installed) failed to install/upgrade: Package System Critical and Wrecked from previous issues encountered

2017-05-31 Thread Rik Mills
*** This bug is a duplicate of bug 1451728 ***
https://bugs.launchpad.net/bugs/1451728

** This bug has been marked a duplicate of bug 1451728
   [master] kde-config-telepathy-accounts package install error

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to account-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1652835

Title:
  [MUST FIX]package kde-config-telepathy-accounts (not installed) failed
  to install/upgrade: Package System Critical and Wrecked from previous
  issues encountered

Status in account-plugins package in Ubuntu:
  New
Status in ktp-accounts-kcm package in Ubuntu:
  New
Status in telepathy-accounts-signon package in Ubuntu:
  Incomplete

Bug description:
  Worse Besides this, my entire package system is broken, and I've tried
  every command in terminal to fix this. PLEASE HELP FIX THIS

  NOTE: Tried every resource to help me.
  Please set Importance to critical...Package System/System itself
  HAS BEEN BREACHED!!!

  ProblemType: ENTIRE/WHOLE Package System
  DistroRelease: Ubuntu 16.04 (With or without LTS)
  Package: kde-config-telepathy-accounts (not installed)/ Any kind of package 
avalible for installtion, including anything from the Ubuntu Software Center!
  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.2
  AptOrdering:
   kde-config-telepathy-accounts: Install
   kde-config-telepathy-accounts: Configure
   kde-telepathy-minimal: Configure
   kde-telepathy: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Tue Dec 27 12:57:53 2016
  DpkgTerminalLog:
   Preparing to unpack 
.../kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb ...
   Unpacking kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb
 (--unpack)
  DuplicateSignature:
   package:kde-config-telepathy-accounts:(not installed)
   Unpacking kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb
 (--unpack):
  ErrorMessage: E: Sub-process /usr/bin/dpkg returned an error code (1)
  InstallationDate: Installed on 2016-12-08 (18 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15
  SourcePackage: ktp-accounts-kcm
  Title: [MUST FIX]package kde-config-telepathy-accounts (not installed) failed 
to install/upgrade: Package System Critical and Wrecked from previous issues 
encountered
  UpgradeStatus: N/A Permanent

  Issue related to this on launchpad.net, click below...(Photo Only)
  
https://launchpadlibrarian.net/300380104/Screenshot%20from%202016-12-27%2016-38-18.png

  Link to Issue on website:
  https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1013856

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1652835/+subscriptions

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


[Desktop-packages] [Bug 1641264] Re: libreoffice crashes on startup when using OpenGL rendering and proprietary nvidia driver.

2017-05-31 Thread Christopher M. Penalver
Cezar José Sant Anna Junior, the instructions advise to file a new crash
report (not provide manual attachments), as apport will automatically
generate and process crash related files. Could you please advise to
either your crash report URL, or new bug report URL?

** Attachment removed: "Other strace log"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1641264/+attachment/4886999/+files/strace-libreoffice.log

** Attachment removed: "strace log"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1641264/+attachment/4886991/+files/strace.log

** Attachment removed: "ValgrindLog"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1641264/+attachment/4886990/+files/valgrind.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1641264

Title:
  libreoffice crashes on startup when using OpenGL rendering and
  proprietary nvidia driver.

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  I noticed that Libreoffice was rendering very slow (I can see each
  menu option drawn) so I tried using OpenGL rendering, which causes
  libreoffice to crash immediately on start-up.

  I confirm that OpenGL is working fine:

  $ glxinfo | head
  name of display: :0.0
  display: :0  screen: 0
  direct rendering: Yes
  server glx vendor string: NVIDIA Corporation
  server glx version string: 1.4

  I'm able to use glxgears and other apps like djv_view with fast
  rendering.

  I've attached the gdb trace resulting from the crash with debug
  symbols, following is an except:

  Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
  0x in ?? ()
  #0  0x in ?? ()
  #1  0x768e96f7 in OpenGLContext::AcquireFramebuffer (this=0x128f600, 
rTe
  xture=...) at 
/build/libreoffice-OypX7x/libreoffice-5.1.4/vcl/source/opengl/Open
  GLContext.cxx:1773

  WORKAROUND: Use 5.3.0~rc3-0ubuntu1~xenial1.1.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libreoffice 1:5.1.4-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
  Uname: Linux 4.4.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Nov 11 18:45:52 2016
  InstallationDate: Installed on 2010-11-05 (2198 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to xenial on 2016-11-02 (9 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1641264/+subscriptions

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


[Desktop-packages] [Bug 1577197] Re: Pulseaudio bluez5-util.c: TryAcquire() failed - Operation Not Authorized

2017-05-31 Thread Daniel van Vugt
coyote: What Ubuntu release are you using?  (run:  lsb_release -a)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1577197

Title:
  Pulseaudio bluez5-util.c: TryAcquire() failed  - Operation Not
  Authorized

Status in bluez package in Ubuntu:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Pulseaudio outright stops audio via Bluetooth after sleep or prolonged period 
of time. Only restart fixes the issue. This started early 2016 in 15.10.
  Issue is discussed here as well 
http://askubuntu.com/questions/763539/bluetooth-speaker-no-sound-in-ubuntu-16-04
 and mentioned in other unrelated bugs.

  Ubuntu Xenial 16.04 LTS

  The log below:

  May  1 17:18:07 jalexoidmobile pulseaudio[2884]: [pulseaudio] 
module-bluez5-device.c: Default profile not connected, selecting off profile
  May  1 17:18:07 jalexoidmobile bluetoothd[7349]: 
/org/bluez/hci0/dev_00_02_3C_05_99_F2/fd4: fd(35) ready
  May  1 17:18:07 jalexoidmobile rtkit-daemon[1794]: Supervising 3 threads of 1 
processes of 1 users.
  May  1 17:18:07 jalexoidmobile rtkit-daemon[1794]: Successfully made thread 
10967 of process 2884 (n/a) owned by '1000' RT at priority 5.
  May  1 17:18:07 jalexoidmobile rtkit-daemon[1794]: Supervising 4 threads of 1 
processes of 1 users.
  May  1 17:18:07 jalexoidmobile pulseaudio[2884]: [pulseaudio] bluez5-util.c: 
Transport TryAcquire() failed for transport 
/org/bluez/hci0/dev_00_02_3C_05_99_F2/fd4 (Operation Not Authorized)
  May  1 17:18:07 jalexoidmobile kernel: [20583.032442] input: 
00:02:3C:05:99:F2 as /devices/virtual/input/input24
  May  1 17:18:19 jalexoidmobile pulseaudio[2884]: [pulseaudio] sink-input.c: 
Failed to create sink input: sink is suspended.


  Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 001 Device 006: ID 04f2:b2da Chicony Electronics Co., Ltd thinkpad t430s 
camera
  Bus 001 Device 008: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 
[ThinkPad]
  Bus 001 Device 004: ID 147e:2020 Upek TouchChip Fingerprint Coprocessor (WBF 
advanced mode)
  Bus 001 Device 003: ID 17ef:1003 Lenovo Integrated Smart Card Reader
  Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  [20388.983474] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  [20389.070114] usb 1-1.4: New USB device found, idVendor=0a5c, idProduct=21e6
  [20389.070120] usb 1-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [20389.070122] usb 1-1.4: Product: BCM20702A0
  [20389.070124] usb 1-1.4: Manufacturer: Broadcom Corp
  [20389.070126] usb 1-1.4: SerialNumber: 446D578686DD
  [20389.076232] Bluetooth: hci0: BCM: chip id 63
  [20389.092220] Bluetooth: hci0: BCM20702A
  [20389.093225] Bluetooth: hci0: BCM20702A1 (001.002.014) build 
  [20389.551476] wlan0: authenticate with a0:63:91:2f:3f:ed
  [20389.554391] wlan0: send auth to a0:63:91:2f:3f:ed (try 1/3)
  [20389.557790] wlan0: authenticated
  [20389.558339] wlan0: associate with a0:63:91:2f:3f:ed (try 1/3)
  [20389.562209] wlan0: RX AssocResp from a0:63:91:2f:3f:ed (capab=0x1411 
status=0 aid=2)
  [20389.581260] wlan0: associated
  [20389.581369] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  [20389.830185] Bluetooth: hci0: BCM20702A1 (001.002.014) build 1669
  [20389.846186] Bluetooth: hci0: Broadcom Bluetooth Device
  [20418.269466] input: 00:02:3C:05:99:F2 as /devices/virtual/input/input23
  [20583.032442] input: 00:02:3C:05:99:F2 as /devices/virtual/input/input24

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

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


[Desktop-packages] [Bug 1694827] Re: [VIZIO SB3820, playback] Bluetooth speaker not listed in Sound and can't be used without workarounds.

2017-05-31 Thread Daniel van Vugt
** Summary changed:

- [VIZIO SB3820, playback] Playback problem, Device not listed in Sound and 
can't be used without workarounds.
+ [VIZIO SB3820, playback] Bluetooth speaker not listed in Sound and can't be 
used without workarounds.

** Tags added: a2dp

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1694827

Title:
  [VIZIO SB3820, playback] Bluetooth speaker not listed in Sound and
  can't be used without workarounds.

Status in bluez package in Ubuntu:
  New
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  When I try to connect to my Bluetooth speaker using Ubuntu GNOME (a
  Vizio SB3820 sound bar) it is not listed in the sound devices until I
  use a workaround from this site:

  https://askubuntu.com/questions/824404/bluetooth-speaker-connected-
  but-not-listed-in-sound-output

  Specifically,

  "Install blueman sudo apt install blueman
  Delete the paired device in the bluetooth settings.
  Run these commands in terminal: bash
  sudo pkill pulseaudio
  sudo /etc/init.d/bluetooth restart
  Turn off headphones.
  Turn on headphones, and press green/go until headphones notification voice 
says "Ready to pair."
  Launch blueman, and from the upper right menu, right-click the icon to bring 
up the blueman menu. Select Setup new device.
  Pair the device, and when you are given an option, not headphones, not 
handsfree. Use the Audio sink option.
  Then when you look into the audio settings panel, the device should be 
displayed."

  In my case, the situation is more like killing pulseaudio, restarting
  the bluetooth service, and reconnecting to the device using Blueman as
  an audio sink, NOT using the GNOME Bluetooth applet.

  If I do this, the device appears as a sound device and worksuntil
  I reboot the computer.

  I was told to file a bug on this by the #ubuntu-gnome IRC channel
  using ubuntu-bug audio.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   ryan   3043 F...m pulseaudio
   /dev/snd/controlC0:  ryan   3043 F pulseaudio
  CurrentDesktop: GNOME
  Date: Wed May 31 15:47:08 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-05-30 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: VIZIO SB3820
  Symptom_Type: None of the above
  Title: [VIZIO SB3820, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 2UCN10T
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: VIUU4
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 900-13ISK2
  dmi.modalias: 
dmi:bvnLENOVO:bvr2UCN10T:bd10/14/2016:svnLENOVO:pn80UE:pvrLenovoYOGA900-13ISK2:rvnLENOVO:rnVIUU4:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoYOGA900-13ISK2:
  dmi.product.name: 80UE
  dmi.product.version: Lenovo YOGA 900-13ISK2
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1589008] Re: Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

2017-05-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1589008

Title:
  Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

Status in linux package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  In 16.04 when a bluetooth audio device is connected it freezes video
  playback and also no sound comes from online audio only streams. Issue
  does not exist with a wired headset.

  This issue does not exist with 15.10. All updates have been installed
  on 16.04 including backports but they have not fixed the issue.

  It is not browser specific and not website specific.

  It is not hardware specific as it affects my laptop with an intel 7260
  card and my pc with an intel 8260 card.

  The issue exists on both ubuntu and kubuntu 16.04.

  I have reported it on the ubuntu support forums and after
  investigation a moderator noticed changed in the kernel from 4.4 and
  4.2 that may becausing the issue and asked me to file a bug report.

  The ubuntu forum thread can be found here.
  http://ubuntuforums.org/showthread.php?t=2326672

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-23-generic 4.4.0-23.41
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen1435 F pulseaudio
   /dev/snd/controlC0:  stephen1435 F pulseaudio
  CurrentDesktop: KDE
  Date: Fri Jun  3 23:50:00 2016
  HibernationDevice: RESUME=UUID=78e7aefc-d517-4c58-836f-a90f0b6017c6
  InstallationDate: Installed on 2016-05-06 (28 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: MSI MS-7978
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=bccf2ca7-4e23-412a-ba10-7a3f915270dd ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-06-03 (0 days ago)
  dmi.bios.date: 05/16/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: C.60
  dmi.board.asset.tag: Default string
  dmi.board.name: H170 GAMING M3 (MS-7978)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrC.60:bd05/16/2016:svnMSI:pnMS-7978:pvr2.0:rvnMSI:rnH170GAMINGM3(MS-7978):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7978
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

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

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


[Desktop-packages] [Bug 1693316] Re: Change default handler of XML files to gedit from Firefox

2017-05-31 Thread Sebastien Bacher
** Changed in: desktop-file-utils (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to desktop-file-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1693316

Title:
  Change default handler of XML files to gedit from Firefox

Status in desktop-file-utils package in Ubuntu:
  Confirmed

Bug description:
  By default plain XML files are opened with Firefox.  More often than
  not this results in a error in Firefox about the XML file being
  invalid.  It would be more useful to open these files in gedit so that
  you can view the content.

  Only text/xml file types are affected by the proposed change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/1693316/+subscriptions

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


[Desktop-packages] [Bug 1641264] Re: libreoffice crashes on startup when using OpenGL rendering and proprietary nvidia driver.

2017-05-31 Thread Cezar José Sant Anna Junior
** Attachment added: "Other strace log"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1641264/+attachment/4886999/+files/strace-libreoffice.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1641264

Title:
  libreoffice crashes on startup when using OpenGL rendering and
  proprietary nvidia driver.

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  I noticed that Libreoffice was rendering very slow (I can see each
  menu option drawn) so I tried using OpenGL rendering, which causes
  libreoffice to crash immediately on start-up.

  I confirm that OpenGL is working fine:

  $ glxinfo | head
  name of display: :0.0
  display: :0  screen: 0
  direct rendering: Yes
  server glx vendor string: NVIDIA Corporation
  server glx version string: 1.4

  I'm able to use glxgears and other apps like djv_view with fast
  rendering.

  I've attached the gdb trace resulting from the crash with debug
  symbols, following is an except:

  Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
  0x in ?? ()
  #0  0x in ?? ()
  #1  0x768e96f7 in OpenGLContext::AcquireFramebuffer (this=0x128f600, 
rTe
  xture=...) at 
/build/libreoffice-OypX7x/libreoffice-5.1.4/vcl/source/opengl/Open
  GLContext.cxx:1773

  WORKAROUND: Use 5.3.0~rc3-0ubuntu1~xenial1.1.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libreoffice 1:5.1.4-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
  Uname: Linux 4.4.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Nov 11 18:45:52 2016
  InstallationDate: Installed on 2010-11-05 (2198 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to xenial on 2016-11-02 (9 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1641264/+subscriptions

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


[Desktop-packages] [Bug 1641264] Re: libreoffice crashes on startup when using OpenGL rendering and proprietary nvidia driver.

2017-05-31 Thread Cezar José Sant Anna Junior
** Attachment added: "strace log"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1641264/+attachment/4886991/+files/strace.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1641264

Title:
  libreoffice crashes on startup when using OpenGL rendering and
  proprietary nvidia driver.

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  I noticed that Libreoffice was rendering very slow (I can see each
  menu option drawn) so I tried using OpenGL rendering, which causes
  libreoffice to crash immediately on start-up.

  I confirm that OpenGL is working fine:

  $ glxinfo | head
  name of display: :0.0
  display: :0  screen: 0
  direct rendering: Yes
  server glx vendor string: NVIDIA Corporation
  server glx version string: 1.4

  I'm able to use glxgears and other apps like djv_view with fast
  rendering.

  I've attached the gdb trace resulting from the crash with debug
  symbols, following is an except:

  Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
  0x in ?? ()
  #0  0x in ?? ()
  #1  0x768e96f7 in OpenGLContext::AcquireFramebuffer (this=0x128f600, 
rTe
  xture=...) at 
/build/libreoffice-OypX7x/libreoffice-5.1.4/vcl/source/opengl/Open
  GLContext.cxx:1773

  WORKAROUND: Use 5.3.0~rc3-0ubuntu1~xenial1.1.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libreoffice 1:5.1.4-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
  Uname: Linux 4.4.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Nov 11 18:45:52 2016
  InstallationDate: Installed on 2010-11-05 (2198 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to xenial on 2016-11-02 (9 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1641264/+subscriptions

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


[Desktop-packages] [Bug 1641264] Re: libreoffice crashes on startup when using OpenGL rendering and proprietary nvidia driver.

2017-05-31 Thread Cezar José Sant Anna Junior
** Attachment added: "ValgrindLog"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1641264/+attachment/4886990/+files/valgrind.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1641264

Title:
  libreoffice crashes on startup when using OpenGL rendering and
  proprietary nvidia driver.

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  I noticed that Libreoffice was rendering very slow (I can see each
  menu option drawn) so I tried using OpenGL rendering, which causes
  libreoffice to crash immediately on start-up.

  I confirm that OpenGL is working fine:

  $ glxinfo | head
  name of display: :0.0
  display: :0  screen: 0
  direct rendering: Yes
  server glx vendor string: NVIDIA Corporation
  server glx version string: 1.4

  I'm able to use glxgears and other apps like djv_view with fast
  rendering.

  I've attached the gdb trace resulting from the crash with debug
  symbols, following is an except:

  Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
  0x in ?? ()
  #0  0x in ?? ()
  #1  0x768e96f7 in OpenGLContext::AcquireFramebuffer (this=0x128f600, 
rTe
  xture=...) at 
/build/libreoffice-OypX7x/libreoffice-5.1.4/vcl/source/opengl/Open
  GLContext.cxx:1773

  WORKAROUND: Use 5.3.0~rc3-0ubuntu1~xenial1.1.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libreoffice 1:5.1.4-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
  Uname: Linux 4.4.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Nov 11 18:45:52 2016
  InstallationDate: Installed on 2010-11-05 (2198 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to xenial on 2016-11-02 (9 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1641264/+subscriptions

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


[Desktop-packages] [Bug 1641264] Re: libreoffice crashes on startup when using OpenGL rendering and proprietary nvidia driver.

2017-05-31 Thread Christopher M. Penalver
Cezar José Sant Anna Junior, in order for developers to confirm you have
the same problem, please report the crash following
https://wiki.ubuntu.com/LibreOfficeBugWrangling#LibreOffice_crashes_but_system_still_functional
.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1641264

Title:
  libreoffice crashes on startup when using OpenGL rendering and
  proprietary nvidia driver.

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  I noticed that Libreoffice was rendering very slow (I can see each
  menu option drawn) so I tried using OpenGL rendering, which causes
  libreoffice to crash immediately on start-up.

  I confirm that OpenGL is working fine:

  $ glxinfo | head
  name of display: :0.0
  display: :0  screen: 0
  direct rendering: Yes
  server glx vendor string: NVIDIA Corporation
  server glx version string: 1.4

  I'm able to use glxgears and other apps like djv_view with fast
  rendering.

  I've attached the gdb trace resulting from the crash with debug
  symbols, following is an except:

  Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
  0x in ?? ()
  #0  0x in ?? ()
  #1  0x768e96f7 in OpenGLContext::AcquireFramebuffer (this=0x128f600, 
rTe
  xture=...) at 
/build/libreoffice-OypX7x/libreoffice-5.1.4/vcl/source/opengl/Open
  GLContext.cxx:1773

  WORKAROUND: Use 5.3.0~rc3-0ubuntu1~xenial1.1.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libreoffice 1:5.1.4-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
  Uname: Linux 4.4.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Nov 11 18:45:52 2016
  InstallationDate: Installed on 2010-11-05 (2198 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to xenial on 2016-11-02 (9 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1641264/+subscriptions

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


[Desktop-packages] [Bug 1691991] Re: Xorg Segmentation fault on Hisilicon D05 board (arm64)

2017-05-31 Thread Daniel Axtens
Hi Mao,

Yes, remote access would be the fastest way to debug this.

You can contact me by email - daniel.axt...@canonical.com.

Regards,
Daniel

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1691991

Title:
  Xorg Segmentation fault on Hisilicon D05 board (arm64)

Status in xorg package in Ubuntu:
  New

Bug description:
  ubuntu@ubuntu:~$ sudo /usr/lib/xorg/Xorg 
  [sudo] password for ubuntu: 

  X.Org X Server 1.18.4
  Release Date: 2016-07-19
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 4.4.0-45-generic aarch64 Ubuntu
  Current Operating System: Linux ubuntu 4.10.0-20.22-generic 
#22+pearl.2-Ubuntu SMP Thu Apr 27 20:23:08 UTC 2017 aarch64
  Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20.22-generic 
root=UUID=eee681c5-04ce-4cd0-a004-cae6717961ce ro debug 
earlycon=pl011,mmio,0x602B console=tty0
  Build Date: 02 November 2016  10:05:28PM
  xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see 
http://www.ubuntu.com/support) 
  Current version of pixman: 0.33.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
  Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 19 18:10:13 2017
  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  pci id for fd 10: 19e5:1711, driver (null)
  EGL_MESA_drm_image required.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x58) [0xd7f1cc48]
  (EE) 
  (EE) Segmentation fault at address 0xa0
  (EE) 
  Fatal server error:
  (EE) Caught signal 11 (Segmentation fault). Server aborting
  (EE) 
  (EE) 
  Please consult the The X.Org Foundation support 
 at http://wiki.x.org
   for help. 
  (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional 
information.
  (EE) 
  (EE) Server terminated with error (1). Closing log file.
  Aborted (core dumped)
  ubuntu@ubuntu:~$

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

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


[Desktop-packages] [Bug 1604235] Re: [X555UA, Realtek ALC256, Mic, Internal] No sound at all, mic does not record any sound tried almost all ways to fix it, but nothing worked.

2017-05-31 Thread Orhun
** Changed in: alsa-driver (Ubuntu)
   Status: New => Confirmed

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

Title:
  [X555UA, Realtek ALC256, Mic, Internal] No sound at all, mic does not
  record any sound tried almost all ways to fix it, but nothing worked.

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  Even headphones does not automatically detect in this laptop.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yashwanth   3716 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Jul 19 10:04:49 2016
  InstallationDate: Installed on 2016-07-19 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:PCH failed
  Symptom_AlsaRecordingTestStderr: a r e c o r d :   p c m _ r e a d : 2 0 3 2 
:   r e a d   e r r o r :   I n p u t / o u t p u t   e r r o r
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yashwanth   3716 F pulseaudio
  Symptom_Jack: Mic, Internal
  Symptom_Type: No sound at all
  Title: [X555UA, Realtek ALC256, Mic, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/18/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X555UA.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X555UA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX555UA.204:bd10/18/2015:svnASUSTeKCOMPUTERINC.:pnX555UA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX555UA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X555UA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1604235/+subscriptions

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


[Desktop-packages] [Bug 1641264] Re: libreoffice crashes on startup when using OpenGL rendering and proprietary nvidia driver.

2017-05-31 Thread Cezar José Sant Anna Junior
glxinfo | grep OpenGL
OpenGL vendor string: nouveau
OpenGL renderer string: Gallium 0.4 on NVA8
OpenGL core profile version string: 3.3 (Core Profile) Mesa 17.2.0-devel
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.2.0-devel
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 17.2.0-devel
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:

When I use nouveau, I get poor performance, just one png image inside
the odt file and all screen role very slow.

When I use nvidia 340 LibreOffice don't start I get the same Error:
soffice.bin: Couldn't find current GLX or EGL context.

The libreoffice version is: 5.3.3~rc2-0ubuntu0.16.04.1~lo0 amd64

And I also using KDE Neon 5.8
ppa source for LibreOffice
http://ppa.launchpad.net/libreoffice/libreoffice-5-3/ubuntu xenial main

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1641264

Title:
  libreoffice crashes on startup when using OpenGL rendering and
  proprietary nvidia driver.

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Triaged

Bug description:
  I noticed that Libreoffice was rendering very slow (I can see each
  menu option drawn) so I tried using OpenGL rendering, which causes
  libreoffice to crash immediately on start-up.

  I confirm that OpenGL is working fine:

  $ glxinfo | head
  name of display: :0.0
  display: :0  screen: 0
  direct rendering: Yes
  server glx vendor string: NVIDIA Corporation
  server glx version string: 1.4

  I'm able to use glxgears and other apps like djv_view with fast
  rendering.

  I've attached the gdb trace resulting from the crash with debug
  symbols, following is an except:

  Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
  0x in ?? ()
  #0  0x in ?? ()
  #1  0x768e96f7 in OpenGLContext::AcquireFramebuffer (this=0x128f600, 
rTe
  xture=...) at 
/build/libreoffice-OypX7x/libreoffice-5.1.4/vcl/source/opengl/Open
  GLContext.cxx:1773

  WORKAROUND: Use 5.3.0~rc3-0ubuntu1~xenial1.1.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libreoffice 1:5.1.4-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
  Uname: Linux 4.4.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Nov 11 18:45:52 2016
  InstallationDate: Installed on 2010-11-05 (2198 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to xenial on 2016-11-02 (9 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1641264/+subscriptions

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


[Desktop-packages] [Bug 1589008] Re: Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

2017-05-31 Thread Stephen Stewart
I've given up using Linux/Ubuntu because of this one bug. I need to use
a Bluetooth headset. I cannot be wired to my desk all day. It's a shame
this is not taken seriously as it has caused me to go back to windows.
This should be treated as a major issue as it has caused me and possibly
others to dump Linux. Forget new features, just make the system work
properly.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1589008

Title:
  Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

Status in linux package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  In 16.04 when a bluetooth audio device is connected it freezes video
  playback and also no sound comes from online audio only streams. Issue
  does not exist with a wired headset.

  This issue does not exist with 15.10. All updates have been installed
  on 16.04 including backports but they have not fixed the issue.

  It is not browser specific and not website specific.

  It is not hardware specific as it affects my laptop with an intel 7260
  card and my pc with an intel 8260 card.

  The issue exists on both ubuntu and kubuntu 16.04.

  I have reported it on the ubuntu support forums and after
  investigation a moderator noticed changed in the kernel from 4.4 and
  4.2 that may becausing the issue and asked me to file a bug report.

  The ubuntu forum thread can be found here.
  http://ubuntuforums.org/showthread.php?t=2326672

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-23-generic 4.4.0-23.41
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen1435 F pulseaudio
   /dev/snd/controlC0:  stephen1435 F pulseaudio
  CurrentDesktop: KDE
  Date: Fri Jun  3 23:50:00 2016
  HibernationDevice: RESUME=UUID=78e7aefc-d517-4c58-836f-a90f0b6017c6
  InstallationDate: Installed on 2016-05-06 (28 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: MSI MS-7978
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=bccf2ca7-4e23-412a-ba10-7a3f915270dd ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-06-03 (0 days ago)
  dmi.bios.date: 05/16/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: C.60
  dmi.board.asset.tag: Default string
  dmi.board.name: H170 GAMING M3 (MS-7978)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrC.60:bd05/16/2016:svnMSI:pnMS-7978:pvr2.0:rvnMSI:rnH170GAMINGM3(MS-7978):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7978
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

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

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


[Desktop-packages] [Bug 1593914] Re: package libllvm3.6v5:amd64 1:3.6.2-3ubuntu2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting a re

2017-05-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: llvm-toolchain-3.6 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to llvm-toolchain-3.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1593914

Title:
  package libllvm3.6v5:amd64 1:3.6.2-3ubuntu2 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting a removal

Status in llvm-toolchain-3.6 package in Ubuntu:
  Confirmed

Bug description:
  Not sure what happened.  I just tried a sudo apt-get update and then
  sudo apt-get upgrade and this happened.  Tried sudo apt-get -f install
  next cause sometimes that fixes things when they don't upgrade
  properly but gave some errors about git-*** , so I removed git; it's
  not vital to anything i use daily.  Then sudo apt-get update and sudo
  apt-get upgrade again and this error came up.  Not sure what libllvm
  does but I'm pretty sure it's important and wasn't comfortable
  removing it.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libllvm3.6v5:amd64 1:3.6.2-3ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Fri Jun 17 16:09:23 2016
  DpkgTerminalLog:
   dpkg: error processing package libllvm3.6v5:amd64 (--remove):
package is in a very bad inconsistent state; you should
reinstall it before attempting a removal
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting a removal
  InstallationDate: Installed on 2016-05-15 (33 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160412)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: llvm-toolchain-3.6
  Title: package libllvm3.6v5:amd64 1:3.6.2-3ubuntu2 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting a removal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.6/+bug/1593914/+subscriptions

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


[Desktop-packages] [Bug 1664047] Re: File Properties window doesn't allow interaction with folder

2017-05-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1664047

Title:
  File Properties window doesn't allow interaction with folder

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  In Ubuntu 16.10, and the included version of Nautilus, when you right-
  click a file and go to Properties, you can only seemingly pull up one
  properties window PER folder, as the parent window you were just in is
  frozen in time, you can't click anything in it.  Essentially making
  this a *major* usability issue, because now comparing two files in the
  same folder is rather impossible.  I'd have to open up that one folder
  twice in two separate windows which is completely absurd.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: nautilus 1:3.20.3-1ubuntu3.1
  ProcVersionSignature: Ubuntu 4.8.0-37.39-generic 4.8.16
  Uname: Linux 4.8.0-37-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Feb 12 14:08:57 2017
  GsettingsChanges:
   b'org.gnome.nautilus.preferences' b'thumbnail-limit' b'uint64 104857600'
   b'org.gnome.nautilus.preferences' b'executable-text-activation' b"'launch'"
   b'org.gnome.nautilus.preferences' b'show-delete-permanently' b'true'
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'206'
   b'org.gnome.nautilus.window-state' b'geometry' b"'1101x680+233+140'"
  InstallationDate: Installed on 2016-10-10 (125 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to yakkety on 2017-02-12 (0 days ago)
  usr_lib_nautilus: gnome-terminal 3.20.2-1ubuntu5

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

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


[Desktop-packages] [Bug 1694064] Re: package libllvm3.6v5:amd64 1:3.6.2-3ubuntu2 failed to install/upgrade: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie sollten es nochmal installie

2017-05-31 Thread Emily Ratliff
*** This bug is a duplicate of bug 1593914 ***
https://bugs.launchpad.net/bugs/1593914

** Information type changed from Private Security to Public

** This bug has been marked a duplicate of bug 1593914
   package libllvm3.6v5:amd64 1:3.6.2-3ubuntu2 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting a removal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to llvm-toolchain-3.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1694064

Title:
  package libllvm3.6v5:amd64 1:3.6.2-3ubuntu2 failed to install/upgrade:
  Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie
  sollten es  nochmal installieren, bevor Sie die Konfiguration
  versuchen.

Status in llvm-toolchain-3.6 package in Ubuntu:
  New

Bug description:
  The installation of ClamTK stpped.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libllvm3.6v5:amd64 1:3.6.2-3ubuntu2
  ProcVersionSignature: Ubuntu 4.8.0-53.56~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-53-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  AptOrdering:
   libllvm3.6v5: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Sat May 27 22:10:02 2017
  DpkgTerminalLog:
   dpkg: Fehler beim Bearbeiten des Paketes libllvm3.6v5:amd64 (--configure):
Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie sollten es
nochmal installieren, bevor Sie die Konfiguration versuchen.
  ErrorMessage: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie 
sollten es  nochmal installieren, bevor Sie die Konfiguration versuchen.
  InstallationDate: Installed on 2017-05-24 (3 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: llvm-toolchain-3.6
  Title: package libllvm3.6v5:amd64 1:3.6.2-3ubuntu2 failed to install/upgrade: 
Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie sollten es  
nochmal installieren, bevor Sie die Konfiguration versuchen.
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.6/+bug/1694064/+subscriptions

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


[Desktop-packages] [Bug 1694827] Re: [VIZIO SB3820, playback] Playback problem, Device not listed in Sound and can't be used without workarounds.

2017-05-31 Thread Jeremy Bicha
** Also affects: bluez (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  [VIZIO SB3820, playback] Playback problem, Device not listed in Sound
  and can't be used without workarounds.

Status in bluez package in Ubuntu:
  New
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  When I try to connect to my Bluetooth speaker using Ubuntu GNOME (a
  Vizio SB3820 sound bar) it is not listed in the sound devices until I
  use a workaround from this site:

  https://askubuntu.com/questions/824404/bluetooth-speaker-connected-
  but-not-listed-in-sound-output

  Specifically,

  "Install blueman sudo apt install blueman
  Delete the paired device in the bluetooth settings.
  Run these commands in terminal: bash
  sudo pkill pulseaudio
  sudo /etc/init.d/bluetooth restart
  Turn off headphones.
  Turn on headphones, and press green/go until headphones notification voice 
says "Ready to pair."
  Launch blueman, and from the upper right menu, right-click the icon to bring 
up the blueman menu. Select Setup new device.
  Pair the device, and when you are given an option, not headphones, not 
handsfree. Use the Audio sink option.
  Then when you look into the audio settings panel, the device should be 
displayed."

  In my case, the situation is more like killing pulseaudio, restarting
  the bluetooth service, and reconnecting to the device using Blueman as
  an audio sink, NOT using the GNOME Bluetooth applet.

  If I do this, the device appears as a sound device and worksuntil
  I reboot the computer.

  I was told to file a bug on this by the #ubuntu-gnome IRC channel
  using ubuntu-bug audio.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   ryan   3043 F...m pulseaudio
   /dev/snd/controlC0:  ryan   3043 F pulseaudio
  CurrentDesktop: GNOME
  Date: Wed May 31 15:47:08 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-05-30 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: VIZIO SB3820
  Symptom_Type: None of the above
  Title: [VIZIO SB3820, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 2UCN10T
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: VIUU4
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo YOGA 900-13ISK2
  dmi.modalias: 
dmi:bvnLENOVO:bvr2UCN10T:bd10/14/2016:svnLENOVO:pn80UE:pvrLenovoYOGA900-13ISK2:rvnLENOVO:rnVIUU4:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoYOGA900-13ISK2:
  dmi.product.name: 80UE
  dmi.product.version: Lenovo YOGA 900-13ISK2
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1694827] [NEW] [VIZIO SB3820, playback] Playback problem, Device not listed in Sound and can't be used without workarounds.

2017-05-31 Thread Ryan
Public bug reported:

When I try to connect to my Bluetooth speaker using Ubuntu GNOME (a
Vizio SB3820 sound bar) it is not listed in the sound devices until I
use a workaround from this site:

https://askubuntu.com/questions/824404/bluetooth-speaker-connected-but-
not-listed-in-sound-output

Specifically,

"Install blueman sudo apt install blueman
Delete the paired device in the bluetooth settings.
Run these commands in terminal: bash
sudo pkill pulseaudio
sudo /etc/init.d/bluetooth restart
Turn off headphones.
Turn on headphones, and press green/go until headphones notification voice says 
"Ready to pair."
Launch blueman, and from the upper right menu, right-click the icon to bring up 
the blueman menu. Select Setup new device.
Pair the device, and when you are given an option, not headphones, not 
handsfree. Use the Audio sink option.
Then when you look into the audio settings panel, the device should be 
displayed."

In my case, the situation is more like killing pulseaudio, restarting
the bluetooth service, and reconnecting to the device using Blueman as
an audio sink, NOT using the GNOME Bluetooth applet.

If I do this, the device appears as a sound device and worksuntil I
reboot the computer.

I was told to file a bug on this by the #ubuntu-gnome IRC channel using
ubuntu-bug audio.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
Uname: Linux 4.10.0-22-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0c:   ryan   3043 F...m pulseaudio
 /dev/snd/controlC0:  ryan   3043 F pulseaudio
CurrentDesktop: GNOME
Date: Wed May 31 15:47:08 2017
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-05-30 (1 days ago)
InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: VIZIO SB3820
Symptom_Type: None of the above
Title: [VIZIO SB3820, playback] Playback problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/14/2016
dmi.bios.vendor: LENOVO
dmi.bios.version: 2UCN10T
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: VIUU4
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40709 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo YOGA 900-13ISK2
dmi.modalias: 
dmi:bvnLENOVO:bvr2UCN10T:bd10/14/2016:svnLENOVO:pn80UE:pvrLenovoYOGA900-13ISK2:rvnLENOVO:rnVIUU4:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoYOGA900-13ISK2:
dmi.product.name: 80UE
dmi.product.version: Lenovo YOGA 900-13ISK2
dmi.sys.vendor: LENOVO

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug zesty

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

Title:
  [VIZIO SB3820, playback] Playback problem, Device not listed in Sound
  and can't be used without workarounds.

Status in alsa-driver package in Ubuntu:
  New
Status in bluez package in Ubuntu:
  New

Bug description:
  When I try to connect to my Bluetooth speaker using Ubuntu GNOME (a
  Vizio SB3820 sound bar) it is not listed in the sound devices until I
  use a workaround from this site:

  https://askubuntu.com/questions/824404/bluetooth-speaker-connected-
  but-not-listed-in-sound-output

  Specifically,

  "Install blueman sudo apt install blueman
  Delete the paired device in the bluetooth settings.
  Run these commands in terminal: bash
  sudo pkill pulseaudio
  sudo /etc/init.d/bluetooth restart
  Turn off headphones.
  Turn on headphones, and press green/go until headphones notification voice 
says "Ready to pair."
  Launch blueman, and from the upper right menu, right-click the icon to bring 
up the blueman menu. Select Setup new device.
  Pair the device, and when you are given an option, not headphones, not 
handsfree. Use the Audio sink option.
  Then when you look into the audio settings panel, the device should be 
displayed."

  In my case, the situation is more like killing pulseaudio, restarting
  the bluetooth service, and reconnecting to the device using Blueman as
  an audio sink, NOT using the GNOME Bluetooth applet.

  If I do this, the device appears as a sound device and worksuntil
  I reboot the computer.

  I was told to file a bug on this by the #ubuntu-gnome IRC channel
  using ubuntu-bug audio.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: 

[Desktop-packages] [Bug 1449250] Re: Keyboard Layout "Portuguese (Brazil, nativo for US keyboards)" doesn't respect US keyboard layout.

2017-05-31 Thread divoxx
Why is this still not fixed? Is there a technical limitation or it's
just not prioritized?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1449250

Title:
  Keyboard Layout "Portuguese (Brazil, nativo for US keyboards)" doesn't
  respect US keyboard layout.

Status in ibus package in Ubuntu:
  Confirmed

Bug description:
  When setting up the keyboard layout to my bluetooth keyboard on my machine I 
saw the option to add a layout specific to Portuguese with the promise it would 
work with USA keyboards.
  But many letters are assigned to the wrong codes.

  1. I'm using Ubuntu 14.04
  2. I don't know the package responsible for this behaviour
  3. I expected a behaviour similar to English USA International layout, but 
with cedilla when you press ' + C instead of the "ć" it currently generates.

  Pressing all characters keys on a USA keyboard should give the following 
result(with spaces between them and enter after each row of keys):
  ` 1 2 3 4 5 6 7 8 9 0 - =
  q w e r t y u i o p [ ] \
  a s d f g h j k l ; '
  z x c v b n m , . /

  4. While using "Portuguese (Brazil, nativo for USA keyboards)" layout it gives
  = 1 2 3 4 5 6 7 8 9 0 [ ]
  / , . h x w l t c p ~ - '
  i e a o u m d s r n '
  y ; j b k q v g f z

  If you look at the keyboard layout chart, you'll see it has nothing to
  do with USA keyboards and specially nothing like to what is sold here
  in Brazil.

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

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


[Desktop-packages] [Bug 1449250] Re: Keyboard Layout "Portuguese (Brazil, nativo for US keyboards)" doesn't respect US keyboard layout.

2017-05-31 Thread divoxx
This layout should be pretty much the same as English (US, International
with dead keys) with some exceptions, such as ' + c yielding a cedilla
instead of ć.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1449250

Title:
  Keyboard Layout "Portuguese (Brazil, nativo for US keyboards)" doesn't
  respect US keyboard layout.

Status in ibus package in Ubuntu:
  Confirmed

Bug description:
  When setting up the keyboard layout to my bluetooth keyboard on my machine I 
saw the option to add a layout specific to Portuguese with the promise it would 
work with USA keyboards.
  But many letters are assigned to the wrong codes.

  1. I'm using Ubuntu 14.04
  2. I don't know the package responsible for this behaviour
  3. I expected a behaviour similar to English USA International layout, but 
with cedilla when you press ' + C instead of the "ć" it currently generates.

  Pressing all characters keys on a USA keyboard should give the following 
result(with spaces between them and enter after each row of keys):
  ` 1 2 3 4 5 6 7 8 9 0 - =
  q w e r t y u i o p [ ] \
  a s d f g h j k l ; '
  z x c v b n m , . /

  4. While using "Portuguese (Brazil, nativo for USA keyboards)" layout it gives
  = 1 2 3 4 5 6 7 8 9 0 [ ]
  / , . h x w l t c p ~ - '
  i e a o u m d s r n '
  y ; j b k q v g f z

  If you look at the keyboard layout chart, you'll see it has nothing to
  do with USA keyboards and specially nothing like to what is sold here
  in Brazil.

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

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


[Desktop-packages] [Bug 1694820] [NEW] Problem Driver

2017-05-31 Thread Cristian Aravena Romero
Public bug reported:

Hello,

Attach image

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: xorg 1:7.7+19ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
Uname: Linux 4.10.0-21-generic x86_64
ApportVersion: 2.20.5-0ubuntu4
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: GNOME
Date: Wed May 31 16:16:18 2017
DistUpgraded: 2017-05-15 15:48:11,029 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: artful
DistroVariant: ubuntu
DkmsStatus:
 vhba, 20161009, 4.10.0-20-generic, x86_64: installed
 vhba, 20161009, 4.10.0-21-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd 2nd Generation Core Processor Family 
Integrated Graphics Controller [144d:c0d7]
InstallationDate: Installed on 2015-07-26 (675 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150723)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-21-generic 
root=UUID=4f4435ca-b877-47a5-9065-3dd624c0514e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to artful on 2017-05-15 (16 days ago)
dmi.bios.date: 04/15/2013
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: P14AAJ
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: SAMSUNG_NP1234567890
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: FAB1
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
dmi.product.name: 530U3C/530U4C
dmi.product.version: 0.1
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.80-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.1.0-1ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.1.0-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.14-0ubuntu1
xserver.bootTime: Thu Mar 10 13:48:25 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.17.3-2ubuntu4

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


** Tags: amd64 apport-bug artful single-occurrence third-party-packages ubuntu

** Attachment added: "WireShark.png"
   
https://bugs.launchpad.net/bugs/1694820/+attachment/4886937/+files/WireShark.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1694820

Title:
  Problem Driver

Status in xorg package in Ubuntu:
  New

Bug description:
  Hello,

  Attach image

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: xorg 1:7.7+19ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  ApportVersion: 2.20.5-0ubuntu4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Wed May 31 16:16:18 2017
  DistUpgraded: 2017-05-15 15:48:11,029 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: artful
  DistroVariant: ubuntu
  DkmsStatus:
   vhba, 20161009, 4.10.0-20-generic, x86_64: installed
   vhba, 20161009, 4.10.0-21-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd 2nd Generation Core Processor Family 
Integrated Graphics Controller [144d:c0d7]
  InstallationDate: Installed on 2015-07-26 (675 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150723)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-21-generic 
root=UUID=4f4435ca-b877-47a5-9065-3dd624c0514e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to artful on 2017-05-15 (16 days ago)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  

[Desktop-packages] [Bug 1417470] Re: PDF+Latex export creates multipage pdf, pages missing

2017-05-31 Thread Max Gaukler
I developed a fix in lp:~mgmax/inkscape/pdf-tex-fix-group , feedback is
appreciated.

Basically, that cairo_push_group() is active, suppresses the
noneffective cairo_show_page() and after the next successful page it
adds blank pages to the PDF so that the page numbers match again.

As far as I tested, there is no difference for cases where it worked
before. In the cases where it didn't work before ("decelresults" and
"rotspectrum" attached to this bugreport), the TeX now compiles and the
output looks correct. The Z-ordering is not perfect, but I'm afraid
there is no better solution which is not horribly complicated.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to inkscape in Ubuntu.
https://bugs.launchpad.net/bugs/1417470

Title:
  PDF+Latex export creates multipage pdf, pages missing

Status in Inkscape:
  Confirmed
Status in inkscape package in Ubuntu:
  Confirmed
Status in inkscape package in Debian:
  Confirmed

Bug description:
  In 0.91 the z-order information in svg is used to create multipage
  PDF+LaTeX documents as per bug 771957. However, for the SVGs I have
  been converting to PDF+LaTeX in this way, the TeX-file instructs to
  load more pages than the PDF has, for example the PDF has only three
  pages and the TeX file also includes page=4. This basically breaks the
  PDF+LaTeX export for me and I have to use EPS+LaTeX + epstopdf
  package.

  The bug occurs on OpenSuse 13.1 and Windows 8.1.

  Attached a zip file with two svg files and their broken PDF+LaTeX
  counterparts.

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

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


[Desktop-packages] [Bug 1417470] Re: PDF+Latex export creates multipage pdf, pages missing

2017-05-31 Thread Launchpad Bug Tracker
** Branch linked: lp:~mgmax/inkscape/pdf-tex-fix-group

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to inkscape in Ubuntu.
https://bugs.launchpad.net/bugs/1417470

Title:
  PDF+Latex export creates multipage pdf, pages missing

Status in Inkscape:
  Confirmed
Status in inkscape package in Ubuntu:
  Confirmed
Status in inkscape package in Debian:
  Confirmed

Bug description:
  In 0.91 the z-order information in svg is used to create multipage
  PDF+LaTeX documents as per bug 771957. However, for the SVGs I have
  been converting to PDF+LaTeX in this way, the TeX-file instructs to
  load more pages than the PDF has, for example the PDF has only three
  pages and the TeX file also includes page=4. This basically breaks the
  PDF+LaTeX export for me and I have to use EPS+LaTeX + epstopdf
  package.

  The bug occurs on OpenSuse 13.1 and Windows 8.1.

  Attached a zip file with two svg files and their broken PDF+LaTeX
  counterparts.

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

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


[Desktop-packages] [Bug 1417470] Re: PDF+Latex export creates multipage pdf, pages missing

2017-05-31 Thread Max Gaukler
** Branch unlinked: lp:~mgmax/inkscape/pdf-tex-fix-group

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to inkscape in Ubuntu.
https://bugs.launchpad.net/bugs/1417470

Title:
  PDF+Latex export creates multipage pdf, pages missing

Status in Inkscape:
  Confirmed
Status in inkscape package in Ubuntu:
  Confirmed
Status in inkscape package in Debian:
  Confirmed

Bug description:
  In 0.91 the z-order information in svg is used to create multipage
  PDF+LaTeX documents as per bug 771957. However, for the SVGs I have
  been converting to PDF+LaTeX in this way, the TeX-file instructs to
  load more pages than the PDF has, for example the PDF has only three
  pages and the TeX file also includes page=4. This basically breaks the
  PDF+LaTeX export for me and I have to use EPS+LaTeX + epstopdf
  package.

  The bug occurs on OpenSuse 13.1 and Windows 8.1.

  Attached a zip file with two svg files and their broken PDF+LaTeX
  counterparts.

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

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


[Desktop-packages] [Bug 1694807] [NEW] package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-31 Thread HEREMI RAEF HELLEH
Public bug reported:

The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About 
Ubuntu
2) The version of the package you are using, via 'apt-cache policy pkgname' or 
by checking in Software Center
3) What you expected to happen
4) What happened instead

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: gconf2-common 3.2.6-3ubuntu7
ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
Uname: Linux 4.10.0-22-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
Date: Wed May 31 10:43:02 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationDate: Installed on 2017-05-31 (0 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
SourcePackage: gconf
Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1694807

Title:
  package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About 
Ubuntu
  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  3) What you expected to happen
  4) What happened instead

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Wed May 31 10:43:02 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-05-31 (0 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1417470] Re: PDF+Latex export creates multipage pdf, pages missing

2017-05-31 Thread Max Gaukler
** Branch linked: lp:~mgmax/inkscape/pdf-tex-fix-group

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to inkscape in Ubuntu.
https://bugs.launchpad.net/bugs/1417470

Title:
  PDF+Latex export creates multipage pdf, pages missing

Status in Inkscape:
  Confirmed
Status in inkscape package in Ubuntu:
  Confirmed
Status in inkscape package in Debian:
  Confirmed

Bug description:
  In 0.91 the z-order information in svg is used to create multipage
  PDF+LaTeX documents as per bug 771957. However, for the SVGs I have
  been converting to PDF+LaTeX in this way, the TeX-file instructs to
  load more pages than the PDF has, for example the PDF has only three
  pages and the TeX file also includes page=4. This basically breaks the
  PDF+LaTeX export for me and I have to use EPS+LaTeX + epstopdf
  package.

  The bug occurs on OpenSuse 13.1 and Windows 8.1.

  Attached a zip file with two svg files and their broken PDF+LaTeX
  counterparts.

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

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


[Desktop-packages] [Bug 1689317] Re: [MIR] epiphany-browser-runtime

2017-05-31 Thread Mathieu Trudel-Lapierre
We should probably try to avoid shipping more than one browser by
default. Currently we ship Firefox (and shipping a browser on live
images is up to the Desktop team, AFAIK). The package split appears to
make sense to provide just the webapp integration feature (but it's not
done yet).

I have not made a full review of epiphany yet; I think given it's a
browser and has has security history (despite most issues would be
caused by webkit2gtk if anything), it would benefit a proper Security
team review.

** Changed in: epiphany-browser (Ubuntu)
 Assignee: (unassigned) => Ubuntu Security Team (ubuntu-security)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to epiphany-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1689317

Title:
  [MIR] epiphany-browser-runtime

Status in epiphany-browser package in Ubuntu:
  New

Bug description:
  Availability
  
  Co-maintained with Debian GNOME. Built for all supported architectures.

  Changes from Debian:
  - Update to 3.24
  - 07_bookmarks.patch: Add Ubuntu default bookmarks (as seen in Firefox)
  - add_new_window_action.patch: Backported from 3.25, improves Unity 
integration a bit
  - ubuntu_titlebars.patch: headerbar revert when run in Unity 7

  Rationale
  =
  Needed for Ubuntu to have a proper webapp feature, particularly for Amazon in 
the default install (LP: #1688627)
  The alternatives are to either
  1) ship Chromium, or
  2) water down the webapp feature to just be basically a bookmark which would 
have poor desktop integration and wouldn't really be a webapp at all,
  3) or drop the webapp feature from the default install

  Security
  
  The most recent fixed security bug is LP: #1661805 (fixed in 16.04 LTS and up)

  https://security-tracker.debian.org/tracker/source-package/epiphany-browser
  https://launchpad.net/epiphany-browser/+cve

  epiphany-browser is far smaller than either Firefox or Chromium since
  most of its browser functionality (and security vulnerability) is
  provided by webkit2gtk.

  epiphany does not support HSTS https://bugzilla.gnome.org/628298

  New in epiphany 3.24 is off-by-default support for integrated HTTPS
  Everywhere using libhttpseverywhere (not yet packaged in
  Debian/Ubuntu) https://git.gnome.org/browse/libhttpseverywhere

  Epiphany currently has no support for webextensions. NPAPI plugins are
  still supported.

  Quality assurance
  =
  The Desktop Bugs and Desktop Packages teams are already subscribed.

  https://bugs.launchpad.net/ubuntu/+source/epiphany-browser
  https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=epiphany-browser
  https://bugzilla.gnome.org/buglist.cgi?quicksearch=product%3A"epiphany;

  No autopkgtest.

  Tests aren't being run because of https://bugzilla.gnome.org/782246
  Once that's fixed, we'll be sure to make failed tests fail the build.

  Dependencies
  
  There are 2 binary universe dependencies, browser-plugin-evince (for 
integrated PDF viewing) and libwebkit2gtk-4.0-37-gtk2 (for Flash support,  but 
see LP: #1689313). Both of those already have their sources in main and neither 
is required for basic webapps.

  Standards compliance
  
  3.9.8

  Maintenance
  ===
  - Actively developed upstream (the primary developer is paid to work on 
webkitgtk)
  https://git.gnome.org/browse/epiphany-browser

  dh7-style short rules, compat level 10

  3.25.1 uses meson for building instead of autotools.

  Debian packaging uses svn, but we're hoping to convert to git this year 
(which will allow for Ubuntu branches):
  https://sources.debian.net/src/epiphany-browser/unstable/debian/

  Background information
  ==
  The intent here is to split epiphany-browser into 2 packages. The existing 
package would only contain the .desktop and appstream metadata and depend on 
the other package (provisionally named epiphany-browser-runtime) which would 
contain /usr/bin/epiphany-browser and the rest of the app. This is what Fedora 
does so that they can continue to have only one browser in the default install 
(Firefox) but still support webapps.

  Therefore, only epiphany-browser-runtime and epiphany-browser-data
  would be in main; the other epiphany-browser package would remain in
  universe.

  I intend to upload this split version to Ubuntu but I want to see if I
  can get feedback from Debian about the proposed package name and split
  first.

  epiphany was in main until Ubuntu 9.10 "Karmic" (no MIR).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/1689317/+subscriptions

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


[Desktop-packages] [Bug 1621753] Re: Google Cast no longer finds Chromecast device

2017-05-31 Thread Olivier Tilloy
** Changed in: chromium-browser (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1621753

Title:
  Google Cast no longer finds Chromecast device

Status in chromium-browser package in Ubuntu:
  In Progress

Bug description:
  After upgrading to latest chromium-browser version
  (52.0.2743.116-0ubuntu0.16.04.1.1250), the Google Cast extension no
  longer finds the Chromecast (v2) device. This used to work with the
  previous chromium version.

  Also, google-chrome-stable 53.0.2785.101-1 works fine on the same box,
  so the issue is with the chromium update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1621753/+subscriptions

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


[Desktop-packages] [Bug 1687024] Re: package libjpeg8 8c-2ubuntu8 failed to install/upgrade: intentando sobreescribir `/usr/lib/x86_64-linux-gnu/libjpeg.so.8', que está también en el paquete libjpeg-t

2017-05-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libjpeg8-empty (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libjpeg8-empty in Ubuntu.
https://bugs.launchpad.net/bugs/1687024

Title:
  package libjpeg8 8c-2ubuntu8 failed to install/upgrade: intentando
  sobreescribir `/usr/lib/x86_64-linux-gnu/libjpeg.so.8', que está
  también en el paquete libjpeg-turbo8:amd64 1.4.2-0ubuntu3

Status in libjpeg8-empty package in Ubuntu:
  Confirmed

Bug description:
  When Ubuntu starts shows me this error.

  ProblemType: Package
  DistroRelease: SparkyLinux 4
  Package: libjpeg8 8c-2ubuntu8
  ProcVersionSignature: Ubuntu 4.8.0-49.52~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-49-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  Date: Thu Apr 20 15:45:05 2017
  Dependencies:
   gcc-6-base 6.0.1-0ubuntu1 [origin: Ubuntu]
   libc6 2.23-0ubuntu7 [origin: Ubuntu]
   libgcc1 1:6.0.1-0ubuntu1 [origin: Ubuntu]
   libjpeg-turbo8 1.4.2-0ubuntu3 [origin: Ubuntu]
   multiarch-support 2.23-0ubuntu7 [origin: Ubuntu]
  DpkgTerminalLog:
   Preparando para desempaquetar .../libjpeg8_8d1-2_amd64.deb ...
   Desempaquetando libjpeg8:amd64 (8d1-2) sobre (8c-2ubuntu8) ...
   dpkg: error al procesar el archivo 
/var/cache/apt/archives/libjpeg8_8d1-2_amd64.deb (--unpack):
intentando sobreescribir `/usr/lib/x86_64-linux-gnu/libjpeg.so.8', que está 
también en el paquete libjpeg-turbo8:amd64 1.4.2-0ubuntu3
  ErrorMessage: intentando sobreescribir 
`/usr/lib/x86_64-linux-gnu/libjpeg.so.8', que está también en el paquete 
libjpeg-turbo8:amd64 1.4.2-0ubuntu3
  InstallationDate: Installed on 2017-04-02 (25 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: libjpeg8-empty
  Title: package libjpeg8 8c-2ubuntu8 failed to install/upgrade: intentando 
sobreescribir `/usr/lib/x86_64-linux-gnu/libjpeg.so.8', que está también en el 
paquete libjpeg-turbo8:amd64 1.4.2-0ubuntu3
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg8-empty/+bug/1687024/+subscriptions

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


[Desktop-packages] [Bug 1532180] Re: Amaroks Wikipedia applet does not work anymore, due to Wikimedias API-change for https://

2017-05-31 Thread Joseph
Hi guys,

Could somebody please tell me how to add the patch. I guess I copy and
paste to a text file, which file would it be? Also do I paste over
anything or do just add it to the end of the script. I never edited
something in gedit before but I guess it doesn't sound that difficult if
it's just copying and pasting. Any help would be much appreciated!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to amarok in Ubuntu.
https://bugs.launchpad.net/bugs/1532180

Title:
  Amaroks Wikipedia applet does not work anymore, due to Wikimedias API-
  change for https://

Status in amarok package in Ubuntu:
  Confirmed

Bug description:
  Amaroks wikipedia applet stopped showing any information. According to
  the upstream bug report (https://bugs.kde.org/show_bug.cgi?id=349313)
  this is caused by a change in wikipedias api, which requires now a ssl
  connection. This means, that all amarok versions currently available
  on ubuntu are affected.

  The same bug report mentions a commit
  http://commits.kde.org/amarok/284342b48dc32341c3553fd2b0ee5069d75b58f9
  which (partially) fixes the issue by making it possible to enable ssl
  for the applet. It might be worth backporting if possible.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: amarok 2:2.8.0-0ubuntu6
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Jan  8 13:25:04 2016
  InstallationDate: Installed on 2015-09-22 (107 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150825)
  SourcePackage: amarok
  UpgradeStatus: Upgraded to xenial on 2015-10-30 (70 days ago)

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

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


[Desktop-packages] [Bug 1694565] Re: llvm-toolchain-3.8 FTBFS in Artful due to gcc-6 ICE

2017-05-31 Thread Balint Reczey
Also failing with ICE with gcc-7 7.1.0-6ubuntu2 and gcc-snapshot
20170520-1ubuntu1 (amd64).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to llvm-toolchain-3.8 in Ubuntu.
https://bugs.launchpad.net/bugs/1694565

Title:
  llvm-toolchain-3.8 FTBFS in Artful due to gcc-6 ICE

Status in gcc-6 package in Ubuntu:
  New
Status in llvm-toolchain-3.8 package in Ubuntu:
  New

Bug description:
  Rebuilding llvm-toolchain-3.8 1:3.8.1-23ubuntu3 failed on i386:

  ...
  [ 54%] Building CXX object 
tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaEx
  prCXX.cpp.o
  cd /<>/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-6   
-DCLANG
  _ENABLE_ARCMT -DCLANG_ENABLE_OBJC_REWRITER -DCLANG_ENABLE_STATIC_ANALYZER 
-D_GN
  U_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS 
-D__STDC_LIMIT_MACROS 
  -I/<>/build-llvm/tools/clang/lib/Sema 
-I/<>/tools/cla
  ng/lib/Sema -I/<>/tools/clang/include 
-I/<>/build-llv
  m/tools/clang/include -I/<>/build-llvm/include 
-I/<>/
  include  -std=c++0x -gsplit-dwarf -Wl,-fuse-ld=gold -fPIC 
-fvisibility-inlines-
  hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual 
-Wno-missing-
  field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized 
-Wdelete-n
  on-virtual-dtor -Wno-comment -std=c++11 -ffunction-sections -fdata-sections 
-fn
  o-common -Woverloaded-virtual -fno-strict-aliasing -O2 -g -DNDEBUG
-fno-exce
  ptions -o CMakeFiles/clangSema.dir/SemaExprCXX.cpp.o -c 
/<>/tools/
  clang/lib/Sema/SemaExprCXX.cpp
  ...
  g++-6: internal compiler error: Killed (program cc1plus)
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See  for instructions.
  tools/clang/lib/Sema/CMakeFiles/clangSema.dir/build.make:689: recipe for 
target
   'tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExprCXX.cpp.o' failed
  make[4]: *** 
[tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExprCXX.cpp.o] 
  Error 4
  make[4]: *** Waiting for unfinished jobs
  make[4]: Leaving directory '/<>/build-llvm'
  CMakeFiles/Makefile2:24600: recipe for target 
'tools/clang/lib/Sema/CMakeFiles/
  clangSema.dir/all' failed
  make[3]: *** [tools/clang/lib/Sema/CMakeFiles/clangSema.dir/all] Error 2
  make[3]: Leaving directory '/<>/build-llvm'
  Makefile:152: recipe for target 'all' failed
  make[2]: *** [all] Error 2
  make[2]: Leaving directory '/<>/build-llvm'
  debian/rules:269: recipe for target 'override_dh_auto_build' failed
  make[1]: *** [override_dh_auto_build] Error 2
  make[1]: Leaving directory '/<>'
  debian/rules:150: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-6/+bug/1694565/+subscriptions

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


[Desktop-packages] [Bug 1589008] Re: Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

2017-05-31 Thread spearson
This issue affects me as well, I've spent half a workday attempting to
work around it and thought my experience might be useful to whomever
works on fixing the issue.

I'm using a Dell Precision 5510 with this audio card:

user@hostname ~ $ lspci | grep -i audio
00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)

This morning I logged in and noticed an available kernel upgrade, from
4.4.0-53 to 4.4.0-78 .

After upgrading, no audio player would play(with my bluetooth headset
connected) . The timer would remain at 0:00 ; this includes pithos,
youtube, and xplayer. If I changed the output device from my bluetooth
headset to the built-in speakers, audio and video would play without
issue.

If I changed the bluetooth headset's audio profile to "Headset Head Unit
HSP/HFP" audio and video would play (though at a quality that's not
quite acceptable for listening to music). When changing the audio
profile to "High Fidelity Playback A2DP Sink" any media player would
freeze at 0:00 again.

I attempted to diagnose the issue by checking dmesg after launching a
media player; nothing new appeared after running dmesg, then xplayer,
then dmesg again.

I attempted to run xplayer from a terminal to see if any debugging or
error information appeared, it did not.

The only way I have been able to correct the issue was by rebooting,
selecting "Linux mint with advanced options" from grub, selecting the
older kernel (4.4.0-53), and uninstalling the new kernel. After doing so
I can set the headset to the higher audio quality without media players
freezing. No other packages were installed/uninstalled.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1589008

Title:
  Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

Status in linux package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  In 16.04 when a bluetooth audio device is connected it freezes video
  playback and also no sound comes from online audio only streams. Issue
  does not exist with a wired headset.

  This issue does not exist with 15.10. All updates have been installed
  on 16.04 including backports but they have not fixed the issue.

  It is not browser specific and not website specific.

  It is not hardware specific as it affects my laptop with an intel 7260
  card and my pc with an intel 8260 card.

  The issue exists on both ubuntu and kubuntu 16.04.

  I have reported it on the ubuntu support forums and after
  investigation a moderator noticed changed in the kernel from 4.4 and
  4.2 that may becausing the issue and asked me to file a bug report.

  The ubuntu forum thread can be found here.
  http://ubuntuforums.org/showthread.php?t=2326672

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-23-generic 4.4.0-23.41
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen1435 F pulseaudio
   /dev/snd/controlC0:  stephen1435 F pulseaudio
  CurrentDesktop: KDE
  Date: Fri Jun  3 23:50:00 2016
  HibernationDevice: RESUME=UUID=78e7aefc-d517-4c58-836f-a90f0b6017c6
  InstallationDate: Installed on 2016-05-06 (28 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: MSI MS-7978
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=bccf2ca7-4e23-412a-ba10-7a3f915270dd ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-06-03 (0 days ago)
  dmi.bios.date: 05/16/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: C.60
  dmi.board.asset.tag: Default string
  dmi.board.name: H170 GAMING M3 (MS-7978)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrC.60:bd05/16/2016:svnMSI:pnMS-7978:pvr2.0:rvnMSI:rnH170GAMINGM3(MS-7978):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7978
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

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

-- 
Mailing list: 

[Desktop-packages] [Bug 1688018] Re: DNS server from vpn connection is not being used after network-manager upgrade to 1.2.6

2017-05-31 Thread NJ
I am glad to see that this bug is being worked on and is rightly
labelled as being of high importance.

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

Title:
  DNS server from vpn connection is not being used after network-manager
  upgrade to 1.2.6

Status in network-manager package in Ubuntu:
  Triaged
Status in network-manager source package in Xenial:
  In Progress
Status in network-manager source package in Yakkety:
  Triaged

Bug description:
  This was initially opened as #1671606 then later duped to #1639776.
  Discussion in #1639776 indicate that we need new bug for this so I am
  opening one ... Please don't mark this as duplicate to #1639776 or
  other similar bug report. We already lost several months and we are
  again at beginning ...

  TL;DR; -> network-manager-1.2.2-0ubuntu0.16.04.4 use DNS defined by
  VPN (correct). network-manager-1.2.6-0ubuntu0.16.04.1 use DNS from
  DHCP instead of one defined by VPN (wrong).

  DNS resolver should query only DNS servers defined by VPN while
  connection is active.

  =

  Test steps / result:

  - upgraded network-manager to 1.2.6-0ubuntu0.16.04.1 
(dnsmasq-base-2.75-1ubuntu0.16.04.2)
  - restated my laptop to ensure clean start
  - connected to VPN using openconnect / network-manager-openconnect-gnome

  Observed results -> DNS queries are forwarded only to DNS servers
  defined by LAN connection (this is wrong / connection not working at
  all)

  - "killall dnsmasq"
  - dnsmasq get automatically restarted by system

  Observed results -> most of the the queries are forwarded to DNS
  servers defined by VPN, but lot of queries get forwarded to DNS
  servers defined by LAN connection (this is still wrong / DNS leaks,
  attacker can hijack connection even if VPN is enabled)

  - I downgraded back network-manager to 1.2.2-0ubuntu0.16.04.4 (dnsmasq-base 
stay same)
  - restated my laptop to ensure clean test
  - connected to same VPN using openconnect

  Observed results -> DNS queries are forwarded only to DNS servers
  defined by VPN connection. There are no leaks to LAN DNS server (this
  is correct behavior).

  =

  Paul Smith requested additional details in #1639776. Here are:

  * If you're using IPv4 vs. IPv6
  -> IPv4 only. I have IPv6 set to ignore on all network definition (lan / wifi 
/vpn)

  * If you have checked or unchecked the "Use this connection only for 
resources on its network"
  -> unchecked on all nw definition

  * If you have this checked, try unchecking it and see if that makes a 
difference
  -> no change if I toggle this option. Behavior is same.

  * When you say "DNS lookups" please be clear about whether the hostnames 
being looked up are public (e.g., www.google.com or whatever), on your local 
LAN, or in the network accessed via the VPN. Does it make a difference which 
one you choose?
  -> No difference.

  * Are you using fully-qualified hostnames, or relying on the DNS domain 
search path? Does it make a difference if you do it differently?
  -> I normaly use FQDN due to nature of HTTPs cert validation. I don't see 
difference when I try same using hostname + domain search.

  =

  I am using openconnect (cisco) and openvpn. Test result are by using
  openconnect but I saw same behaviour also while using openvpn.

  =

  Thanks

  Lukas

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1688018/+subscriptions

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


[Desktop-packages] [Bug 1686189] Re: External monitor connecting problem on Intel graphics card

2017-05-31 Thread Bastian Schaar
For me, 4.4.0-78 actually made it worse on my Dell Latitude E7250 to the
point where I had to downgrade to 4.4.0-72 in order to be able to use
external monitors again.

With versions prior to 4.4.0-78, running xrandr a couple of times would
usually cycle through all kinds of weird broken setups with parts of
what was supposed to be shown on one monitor being shown in the corner
of a different monitor and similar problems.

But after a few attempts, it used to somehow "get it right" and display
the right layout.

With 4.4.0-78, this workaround stopped working as even though the layout
may be correct, there simply is "no signal" on external monitors. They
are detected by xrandr as being present and connected, the window
manager appears to recognize them but neither of them receives a video
signal so they just go to sleep after a few seconds.

The built-in notebook display keeps working all the time.

External monitors appear to work up to the point at which the switch
from "VESA VGA" to "inteldrmfb" occurs.

After going back to 4.4.0-72, all issues went away. Even the layout
options given to xrandr now work as expected.

I looks like something is horribly wrong with Intel graphics support.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1686189

Title:
  External monitor connecting problem on Intel graphics card

Status in linux package in Ubuntu:
  Confirmed
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  I am facing a problem with Intel Graphics driver. I have external
  monitor and in display settings the second monitor is detecting but
  it's not working, so could you email me a solution.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  Uname: Linux 4.4.25-040425-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Apr 25 21:45:16 2017
  DistUpgraded: 2017-04-25 21:07:40,819 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus: i915-4.6.3-4.4.0, 1, 4.4.0-75-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:05e9]
  InstallationDate: Installed on 2017-04-25 (0 days ago)
  InstallationMedia: Ubuntu 14.04.5 LTS "Trusty Tahr" - Release amd64 (20160803)
  MachineType: Dell Inc. Inspiron 3537
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.25-040425-generic 
root=UUID=3914e6d5-5c87-4816-8043-776ef4184d29 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2017-04-25 (0 days ago)
  dmi.bios.date: 04/30/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 03JPPR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A08
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd04/30/2014:svnDellInc.:pnInspiron3537:pvrA08:rvnDellInc.:rn03JPPR:rvrA00:cvnDellInc.:ct8:cvrA08:
  dmi.product.name: Inspiron 3537
  dmi.product.version: A08
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.70-1~ubuntu16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.6-0ubuntu0.16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.6-0ubuntu0.16.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Tue Apr 25 21:37:24 2017
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   17900 
   vendor AUO
  xserver.version: 2:1.18.4-0ubuntu0.2

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

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


[Desktop-packages] [Bug 1523100] Re: Alsa not detecting internal microphone [ALC255] (Realtek)

2017-05-31 Thread Nikolai Ivanov
Also after a fresh install with Ubuntu Gnome 17.04 my Acer VN7-972G
still no internal microphone. External works fine.

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

Title:
  Alsa not detecting internal microphone [ALC255] (Realtek)

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  I've just installed Ubuntu 16.04 alongside Windows 10 on a 64bit Acer
  Aspire VN7-792G and noticed, that the internal microphone doesn't
  work. The computer has been released a couple of months ago and it's
  Intel Skylake -based with a Sunrise Point -based motherboard.

  INFO: The problem exists in Ubuntu 15.10 too, only microphone jack
  detected. Currently using Ubuntu 16.04 for proper hardware support.

  Alsa reports the audio device to be:

  Card: HDA Intel PCH
  Chip: Intel Skylake HDMI

  The speakers are working fine, but both alsamixer and pavucontrol
  (Pulseaudio Volume Control) raport the unplugged external microphone
  connector as the only sound input.

  I have tried many of the alsa model configurations (options snd-hda-
  intel model=something) without success, alsa finds only the microphone
  jack, which works fine when I plug an external microphone in it.

  Here's some info:

  lspci | grep -I audio:

  00:1f.3 Multimedia audio controller: Intel Corporation Sunrise Point-H
  HD Audio (rev 31)

  cat /proc/asound/cards:

  0 [PCH]: HDA-Intel - HDA Intel PCH
  HDA Intel PCH at 0x8432 irq 128

  And a clip from dmesg | grep snd:

  [3.019164] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [3.047505] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC255: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [3.047508] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [3.047510] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [3.047511] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [3.047512] snd_hda_codec_realtek hdaudioC0D0:dig-out=0x1e/0x0
  [3.047512] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [3.047514] snd_hda_codec_realtek hdaudioC0D0:  Mic=0x1a

  One problem is that I can't find any model options (options snd-hda-
  intel model=something) or other parameters for the card's model
  (ALC255), I suppose this issue is relatively new.

  /Dennis
  --- 
  ApportVersion: 2.19.2-0ubuntu6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dennis 1180 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2015-11-11 (23 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20151110)
  Package: alsa-driver (not installed)
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Tags:  xenial
  Uname: Linux 4.2.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/25/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.02
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-792G
  dmi.board.vendor: Acer
  dmi.board.version: V1.02
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.02
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.02:bd09/25/2015:svnAcer:pnAspireVN7-792G:pvrV1.02:rvnAcer:rnAspireVN7-792G:rvrV1.02:cvnAcer:ct10:cvrV1.02:
  dmi.product.name: Aspire VN7-792G
  dmi.product.version: V1.02
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1523100/+subscriptions

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


[Desktop-packages] [Bug 1555569] Re: [snaps] Show human-readable names for store apps

2017-05-31 Thread Matthew Paul Thomas
I’ve added Snapcraft because Sergio Schvezov tells me the problem also
occurs there: there is no way to record an app name in the
snapcraft.yaml, and the “name” field in that file is a store ID rather
than a name as users and app developers would understand the term.

** Also affects: snapcraft
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/169

Title:
  [snaps] Show human-readable names for store apps

Status in Snapcraft:
  New
Status in Snappy:
  New
Status in Software Center Agent:
  Fix Released
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  GNOME Software shows the package name from the app (the snap's name
  you can't change in the store) instead of the human-readable one (the
  one you can edit in the store).

  That is, the entry in GNOME Software reads 'ubuntu-calculator-app'
  instead of 'Calculator (Unity 7)'. The latter is specified as "Package
  title" in the web UI, not sure which field name it's got in the store
  API.

  It seems, though, that snappy does not have the concept of a human-
  readable name and it's using the "description" field for that. I'm not
  sure if that's the intention, or if it's expected that any store
  clients use the "Package title" from the store API instead.

  snapd gives the following information for ubuntu-calculator-app (in this 
case, sideloaded):
  {
"description" : "Ubuntu Calculator app",
"download_size" : -1,
"icon" : "/2.0/icons/ubuntu-calculator-app.sideload/icon",
"installed_size" : 581341041,
"name" : "ubuntu-calculator-app",
"origin" : "sideload",
"resource" : "/2.0/snaps/ubuntu-calculator-app.sideload",
"status" : "active",
"type" : "app",
vendor" : "",
   "version" : "IOBXFFOCRcXL"
  }

  From James Tait:

  The human-readable package display name, “Package name” in the upload
  form, maps to the title field in the store API and takes its data from
  the same field in a Click manifest, but seemingly has no equivalent in
  a Snap manifest. The closest field in snap.yaml appears to be summary,
  but I was intending to extract that to tagline and fix bug #1303354 so
  we can surface that in the store API.

  The ​description field in the store API maps to the “Tagline” and
  “Description” fields in the upload form, and takes its data from the
  title and description fields in Click manifests, and the description
  field in Snap manifests.

  ​The name field in the store API maps to the unchangeable package name
  in the store web UI, and takes its data from the same field in both
  Click and Snap manifests, with the author’s short namespace appended
  if the extracted package name is unqualified.​

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

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


[Desktop-packages] [Bug 1688208] Re: gnome-shell crashed with SIGSEGV in foreach_city() from foreach_city() from foreach_city() from foreach_city() from foreach_city()

2017-05-31 Thread Jeremy Bicha
** Changed in: libgweather (Ubuntu Zesty)
   Importance: Medium => High

** Changed in: libgweather (Ubuntu)
   Importance: Medium => High

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libgweather in Ubuntu.
https://bugs.launchpad.net/bugs/1688208

Title:
  gnome-shell crashed with SIGSEGV in foreach_city() from foreach_city()
  from foreach_city() from foreach_city() from foreach_city()

Status in libgweather:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Invalid
Status in libgweather package in Ubuntu:
  Fix Released
Status in libgweather source package in Zesty:
  Triaged

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.24.1-0ubuntu3, the problem page at 
https://errors.ubuntu.com/problem/39b6625ed47999dab38b064b2d91bde1e11dec62 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker you can request it at 
http://forms.canonical.com/reports/.

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

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


[Desktop-packages] [Bug 1691608] Re: Sporadic crackling sound from headphones

2017-05-31 Thread nacenteno
I got updates for the HDA driver, installed them but issue still there.

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

Title:
  Sporadic crackling  sound from  headphones

Status in Ubuntu:
  New
Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Ubuntu 16.04 64 bit
  HP Pavilion 15-aw077nr (Touch) Laptop

  Headphones had sporadic crackling sound. More often when volume
  increases over 30%

  Laptop has B speakers and headphones worked fine in Win10 before I
  replaced it with Ubuntu.

  Output from bash alsa-info.sh command:
  upload=true=true=
  !!
  !!ALSA Information Script v 0.4.64
  !!

  !!Script ran on: Thu May 18 01:25:26 UTC 2017

  
  !!Linux Distribution
  !!--

  Ubuntu 16.04.2 LTS \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu
  16.04.2 LTS" NAME="Ubuntu" ID=ubuntu ID_LIKE=debian
  PRETTY_NAME="Ubuntu 16.04.2 LTS" HOME_URL="http://www.ubuntu.com/;
  SUPPORT_URL="http://help.ubuntu.com/;
  BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/;
  UBUNTU_CODENAME=xenial

  
  !!DMI Information
  !!---

  Manufacturer:  HP
  Product Name:  HP Pavilion Notebook
  Product Version:
  Firmware Version:  F.23
  Board Vendor:  HP
  Board Name:81FB

  
  !!ACPI Device Status Information
  !!---

  /sys/bus/acpi/devices/ACPI0003:00/status   15
  /sys/bus/acpi/devices/ASD0001:00/status15
  /sys/bus/acpi/devices/HPQ6001:00/status15
  /sys/bus/acpi/devices/HPQ6007:00/status15
  /sys/bus/acpi/devices/HPQ8001:00/status15
  /sys/bus/acpi/devices/LNXPOWER:00/status   1
  /sys/bus/acpi/devices/LNXPOWER:02/status   1
  /sys/bus/acpi/devices/LNXPOWER:04/status   1
  /sys/bus/acpi/devices/LNXVIDEO:00/status   15
  /sys/bus/acpi/devices/MSFT0101:00/status   15
  /sys/bus/acpi/devices/PNP0103:00/status15
  /sys/bus/acpi/devices/PNP0A08:00/status15
  /sys/bus/acpi/devices/PNP0C01:00/status15
  /sys/bus/acpi/devices/PNP0C02:02/status15
  /sys/bus/acpi/devices/PNP0C0A:00/status31
  /sys/bus/acpi/devices/PNP0C0C:00/status11
  /sys/bus/acpi/devices/PNP0C0F:00/status11
  /sys/bus/acpi/devices/PNP0C0F:01/status11
  /sys/bus/acpi/devices/PNP0C0F:02/status11
  /sys/bus/acpi/devices/PNP0C0F:03/status11
  /sys/bus/acpi/devices/PNP0C0F:04/status11
  /sys/bus/acpi/devices/PNP0C0F:05/status11
  /sys/bus/acpi/devices/PNP0C0F:06/status11
  /sys/bus/acpi/devices/PNP0C0F:07/status11
  /sys/bus/acpi/devices/SMB0001:00/status15
  /sys/bus/acpi/devices/SYN3226:00/status15
  /sys/bus/acpi/devices/device:3b/status 15

  
  !!Kernel Information
  !!--

  Kernel release:4.8.0-52-generic
  Operating System:  GNU/Linux
  Architecture:  x86_64
  Processor: x86_64
  SMP Enabled:   Yes

  
  !!ALSA Version
  !!

  Driver version: k4.8.0-52-generic
  Library version:1.0.14
  Utilities version:  1.1.0

  
  !!Loaded ALSA modules
  !!---

  snd_hda_intel
  snd_hda_intel

  
  !!Sound Servers on this system
  !!

  Pulseaudio:
Installed - Yes (/usr/bin/pulseaudio)
Running - Yes

  
  !!Soundcards recognised by ALSA
  !!-

   0 [HDMI   ]: HDA-Intel - HDA ATI HDMI
HDA ATI HDMI at 0xfeb64000 irq 39
   1 [Generic]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xfeb6 irq 40

  
  !!PCI Soundcards installed in the system
  !!--

  00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 15b3
  00:09.2 Audio device: Advanced Micro Devices, Inc. [AMD] Device 157a

  
  !!Advanced information - PCI Vendor/Device/Subsystem ID's
  !!---

  00:01.1 0403: 1002:15b3
Subsystem: 103c:81fb
  --
  00:09.2 0403: 1022:157a
Subsystem: 103c:81fb

  
  !!Modprobe options (Sound related)
  !!

  snd_pcsp: index=-2
  snd_usb_audio: index=-2
  snd_atiixp_modem: index=-2
  snd_intel8x0m: index=-2
  snd_via82xx_modem: index=-2
  snd_atiixp_modem: index=-2
  snd_intel8x0m: index=-2
  snd_via82xx_modem: index=-2
  snd_usb_audio: index=-2
  snd_usb_caiaq: index=-2
  snd_usb_ua101: index=-2
  snd_usb_us122l: index=-2
  snd_usb_usx2y: index=-2
  snd_cmipci: mpu_port=0x330 fm_port=0x388
  snd_pcsp: index=-2
  snd_usb_audio: index=-2

  
  !!Loaded sound module options
  !!---

  !!Module: snd_hda_intel
align_buffer_size : -1
bdl_pos_adj : 

[Desktop-packages] [Bug 1687220] Re: Banshee crash on import

2017-05-31 Thread Thomas Cougnard
Not directly related to the bug, but as a workaround, I was able to
"import" music by copying it into the location of the media library and
re-analyse it.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/1687220

Title:
  Banshee crash on import

Status in banshee package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to Ubuntu 17.04 my banshee works as expected but crashes on 
importing new files.
  All extensions have been disabled, no change. A clean run on a new user 
behaves the same. Console output attached.

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

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


[Desktop-packages] [Bug 1687220] Re: Banshee crash on import

2017-05-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/1687220

Title:
  Banshee crash on import

Status in banshee package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to Ubuntu 17.04 my banshee works as expected but crashes on 
importing new files.
  All extensions have been disabled, no change. A clean run on a new user 
behaves the same. Console output attached.

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

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


[Desktop-packages] [Bug 170185] Re: Support for copy/paste with system clipboard

2017-05-31 Thread username132
Perhaps I should also add that I'm using Windows 10 and 7.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to inkscape in Ubuntu.
https://bugs.launchpad.net/bugs/170185

Title:
  Support for copy/paste with system clipboard

Status in Inkscape:
  Fix Released
Status in inkscape package in Ubuntu:
  Fix Released
Status in inkscape package in Debian:
  Fix Released

Bug description:
  Hell alltogether!

  Guido Günther  reported this bug
  to the Debian BTS
  (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=232216):

  copy/paste between applications seems to be non
  functional with
  inkscape. E.g. when I type a text in abiword, copy it
  to the clipboard
  and hit "paste" in inkscape it says: "Nothing is in the
  clipboard"
  although the same works fine between e.g. abiword and
  gnumeric.

  In private he told me, that at least the menu item
  should be grey (inactive) if there is nothing pastable
  in the clipboard, which ist reasonable. Additionally, I
  think at least text should be copy-pasteable between
  applications.

  Best regards,

  Wolfi

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

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


[Desktop-packages] [Bug 170185] Re: Support for copy/paste with system clipboard

2017-05-31 Thread username132
I don't think this is fixed. It's 2017 and 0.92.1 is out and pasting a
screenshot from the clipboard does nothing (returns "Nothing on the
clipboard").

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to inkscape in Ubuntu.
https://bugs.launchpad.net/bugs/170185

Title:
  Support for copy/paste with system clipboard

Status in Inkscape:
  Fix Released
Status in inkscape package in Ubuntu:
  Fix Released
Status in inkscape package in Debian:
  Fix Released

Bug description:
  Hell alltogether!

  Guido Günther  reported this bug
  to the Debian BTS
  (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=232216):

  copy/paste between applications seems to be non
  functional with
  inkscape. E.g. when I type a text in abiword, copy it
  to the clipboard
  and hit "paste" in inkscape it says: "Nothing is in the
  clipboard"
  although the same works fine between e.g. abiword and
  gnumeric.

  In private he told me, that at least the menu item
  should be grey (inactive) if there is nothing pastable
  in the clipboard, which ist reasonable. Additionally, I
  think at least text should be copy-pasteable between
  applications.

  Best regards,

  Wolfi

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

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


[Desktop-packages] [Bug 1694695] [NEW] lightdm greeter not working while in docking station

2017-05-31 Thread Karl W.
Public bug reported:

I'm running a clean install of Xubuntu 16.04 on a Thinkpad X230 and a
docking station.

Whenever the login screen comes up -- after booting, by locking the
screen, waking up from standby -- as long as I'm plugged into the
docking station, the laptop display and all connected monitors just show
a blinking underscore and start flickering. It seems like they are
endlessly switching resolutions.

I can immediately resolve the issue for the moment by releasing the
laptop from the dock -- the greeter pops up and I can login normally.
After login, everything works as expected, including multiple monitors
etc.

I understand that all relevant logs are added to this bug automatically,
let me know if anything's missing!

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: lightdm 1.18.3-0ubuntu1.1
ProcVersionSignature: Ubuntu 4.8.0-52.55~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-52-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed May 31 14:05:16 2017
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-05-14 (16 days ago)
InstallationMedia: Xubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215)
LightdmDisplayLog:
 (II) AIGLX: Suspending AIGLX clients for VT switch
 (II) AIGLX: Suspending AIGLX clients for VT switch
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Description changed:

- I'm running a clean install of Xubuntu 17.04 on a Thinkpad X230 and a
+ I'm running a clean install of Xubuntu 16.04 on a Thinkpad X230 and a
  docking station.
  
  Whenever the login screen comes up -- after booting, by locking the
  screen, waking up from standby -- as long as I'm plugged into the
  docking station, the laptop display and all connected monitors just show
  a blinking underscore and start flickering. It seems like they are
  endlessly switching resolutions.
  
  I can immediately resolve the issue for the moment by releasing the
  laptop from the dock -- the greeter pops up and I can login normally.
  After login, everything works as expected, including multiple monitors
  etc.
  
  I understand that all relevant logs are added to this bug automatically,
  let me know if anything's missing!
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.3-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.8.0-52.55~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-52-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed May 31 14:05:16 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-05-14 (16 days ago)
  InstallationMedia: Xubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  LightdmDisplayLog:
-  (II) AIGLX: Suspending AIGLX clients for VT switch
-  (II) AIGLX: Suspending AIGLX clients for VT switch
+  (II) AIGLX: Suspending AIGLX clients for VT switch
+  (II) AIGLX: Suspending AIGLX clients for VT switch
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1694695

Title:
  lightdm greeter not working while in docking station

Status in lightdm package in Ubuntu:
  New

Bug description:
  I'm running a clean install of Xubuntu 16.04 on a Thinkpad X230 and a
  docking station.

  Whenever the login screen comes up -- after booting, by locking the
  screen, waking up from standby -- as long as I'm plugged into the
  docking station, the laptop display and all connected monitors just
  show a blinking underscore and start flickering. It seems like they
  are endlessly switching resolutions.

  I can immediately resolve the issue for the moment by releasing the
  laptop from the dock -- the greeter pops up and I can login normally.
  After login, everything works as expected, including multiple monitors
  etc.

  I understand that all relevant logs are added to this bug
  automatically, let me know if anything's missing!

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.3-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.8.0-52.55~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-52-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed May 31 14:05:16 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-05-14 (16 days ago)
  InstallationMedia: Xubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  LightdmDisplayLog:
   (II) AIGLX: Suspending AIGLX clients for VT switch
   (II) AIGLX: Suspending AIGLX clients for VT switch
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1694692] [NEW] Some GTK apps have empty window on the kernel 4.11.3

2017-05-31 Thread Artem V L
Public bug reported:

After the kernel update on Linux Ubuntu 16.04 x64 from 4.11.2 to 4.11.3 some 
GUI apps become broken, the visual image is attached.
For example, geary email app has empty GUI window and the following log:

$ grep gear /var/log/syslog
May 31 13:02:58 A2XLab gnome-session[3212]: (geary:3533): Gtk-CRITICAL **: 
gtk_widget_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed
May 31 13:02:59 A2XLab gnome-session[3212]: (geary:3533): Gtk-CRITICAL **: 
gtk_widget_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed
May 31 13:04:21 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary.desktop.dpkg-new file: cannot process file of 
type text/plain
May 31 13:04:21 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary.desktop.dpkg-tmp file: cannot process file of 
type text/plain
May 31 13:04:21 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary-autostart.desktop.dpkg-new file: cannot process 
file of type text/plain
May 31 13:04:21 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary-autostart.desktop.dpkg-tmp file: cannot process 
file of type text/plain
May 31 13:04:21 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse /usr/share/applications/geary.desktop 
file: cannot process file of type application/x-desktop
May 31 13:04:21 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary-autostart.desktop file: cannot process file of 
type application/x-desktop
May 31 13:05:51 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary.desktop.dpkg-new file: cannot process file of 
type text/plain
May 31 13:05:51 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary-autostart.desktop.dpkg-new file: cannot process 
file of type text/plain
May 31 13:05:51 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse /usr/share/applications/geary.desktop 
file: cannot process file of type application/x-desktop
May 31 13:05:51 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary-autostart.desktop file: cannot process file of 
type application/x-desktop
May 31 13:08:46 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary.desktop.dpkg-new file: cannot process file of 
type text/plain
May 31 13:08:46 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary-autostart.desktop.dpkg-new file: cannot process 
file of type text/plain
May 31 13:08:47 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse /usr/share/applications/geary.desktop 
file: cannot process file of type application/x-desktop
May 31 13:08:47 A2XLab gnome-session[3212]: (gnome-software:3523): As-WARNING 
**: failed to rescan: Failed to parse 
/usr/share/applications/geary-autostart.desktop file: cannot process file of 
type application/x-desktop
May 31 13:12:10 A2XLab gnome-session[3212]: (geary:3533): Gtk-CRITICAL **: 
gtk_widget_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed
May 31 13:21:51 A2XLab gnome-session[3212]: (geary:3533): Gtk-CRITICAL **: 
gtk_widget_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed

Updating the Geary itself from the Ubuntu-default version 0.10 to 0.11 did not 
fixed the issue.
Most of other apps works fine.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg (not installed)
Uname: Linux 4.11.3-041103-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
BootLog:
 
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Wed May 31 13:13:14 2017
DistUpgraded: 2016-09-11 19:36:31,920 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: xenial
DistroVariant: ubuntu
EcryptfsInUse: Yes
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Haswell-ULT Integrated Graphics Controller [17aa:2218]
InstallationDate: Installed on 2014-10-25 (948 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release 

[Desktop-packages] [Bug 18250] Re: file-rollers progress bar does not indicate progress

2017-05-31 Thread Krzysztof
Still doesn't work. I'm unpacking multi volume archive with 13 files 2gb
each. I near to the finish but progress bar is still at the beginning.
The number of files to unpack is also frozen at 11919 but using
Properties option in Thunar I see that 10602 files are already unpacked.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/18250

Title:
  file-rollers progress bar does not indicate progress

Status in File Roller:
  Confirmed
Status in One Hundred Papercuts:
  New
Status in file-roller package in Ubuntu:
  Triaged

Bug description:
  I was putting together a .rar archive that was split up in 14mb snippets, and
  noticed that the progress bar does not indicate progress at all. It just
  indicates activity as of now, with a sort of rolling motion rather than a true
  progress bar.

  This is annoying because it won't give a ETA, nor a progress done
  percentage.

  http://bugzilla.gnome.org/show_bug.cgi?id=153281:
  http://bugzilla.gnome.org/show_bug.cgi?id=153281

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/18250/+subscriptions

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


[Desktop-packages] [Bug 1680030] Re: Snap plugin for gnome-software misses self tests

2017-05-31 Thread Bug Watch Updater
** Changed in: gnome-software
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1680030

Title:
  Snap plugin for gnome-software misses self tests

Status in GNOME Software:
  Fix Released
Status in gnome-software package in Ubuntu:
  Fix Committed

Bug description:
  The snap plugin implemented in gnome-software upstream does not have
  any self tests yet which were requested by upstream to get the plugin
  into a better shape.

  Tested with latest gnome-software from https://git.gnome.org/browse
  /gnome-software/ on Ubuntu 17.04 against snapd 2.23.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1680030/+subscriptions

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


[Desktop-packages] [Bug 1577197] Re: Pulseaudio bluez5-util.c: TryAcquire() failed - Operation Not Authorized

2017-05-31 Thread Frandeboeuf Nicolas
For those interested, my bug is
https://bugs.freedesktop.org/show_bug.cgi?id=92102

** Bug watch added: freedesktop.org Bugzilla #92102
   https://bugs.freedesktop.org/show_bug.cgi?id=92102

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1577197

Title:
  Pulseaudio bluez5-util.c: TryAcquire() failed  - Operation Not
  Authorized

Status in bluez package in Ubuntu:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Pulseaudio outright stops audio via Bluetooth after sleep or prolonged period 
of time. Only restart fixes the issue. This started early 2016 in 15.10.
  Issue is discussed here as well 
http://askubuntu.com/questions/763539/bluetooth-speaker-no-sound-in-ubuntu-16-04
 and mentioned in other unrelated bugs.

  Ubuntu Xenial 16.04 LTS

  The log below:

  May  1 17:18:07 jalexoidmobile pulseaudio[2884]: [pulseaudio] 
module-bluez5-device.c: Default profile not connected, selecting off profile
  May  1 17:18:07 jalexoidmobile bluetoothd[7349]: 
/org/bluez/hci0/dev_00_02_3C_05_99_F2/fd4: fd(35) ready
  May  1 17:18:07 jalexoidmobile rtkit-daemon[1794]: Supervising 3 threads of 1 
processes of 1 users.
  May  1 17:18:07 jalexoidmobile rtkit-daemon[1794]: Successfully made thread 
10967 of process 2884 (n/a) owned by '1000' RT at priority 5.
  May  1 17:18:07 jalexoidmobile rtkit-daemon[1794]: Supervising 4 threads of 1 
processes of 1 users.
  May  1 17:18:07 jalexoidmobile pulseaudio[2884]: [pulseaudio] bluez5-util.c: 
Transport TryAcquire() failed for transport 
/org/bluez/hci0/dev_00_02_3C_05_99_F2/fd4 (Operation Not Authorized)
  May  1 17:18:07 jalexoidmobile kernel: [20583.032442] input: 
00:02:3C:05:99:F2 as /devices/virtual/input/input24
  May  1 17:18:19 jalexoidmobile pulseaudio[2884]: [pulseaudio] sink-input.c: 
Failed to create sink input: sink is suspended.


  Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 001 Device 006: ID 04f2:b2da Chicony Electronics Co., Ltd thinkpad t430s 
camera
  Bus 001 Device 008: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 
[ThinkPad]
  Bus 001 Device 004: ID 147e:2020 Upek TouchChip Fingerprint Coprocessor (WBF 
advanced mode)
  Bus 001 Device 003: ID 17ef:1003 Lenovo Integrated Smart Card Reader
  Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  [20388.983474] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  [20389.070114] usb 1-1.4: New USB device found, idVendor=0a5c, idProduct=21e6
  [20389.070120] usb 1-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [20389.070122] usb 1-1.4: Product: BCM20702A0
  [20389.070124] usb 1-1.4: Manufacturer: Broadcom Corp
  [20389.070126] usb 1-1.4: SerialNumber: 446D578686DD
  [20389.076232] Bluetooth: hci0: BCM: chip id 63
  [20389.092220] Bluetooth: hci0: BCM20702A
  [20389.093225] Bluetooth: hci0: BCM20702A1 (001.002.014) build 
  [20389.551476] wlan0: authenticate with a0:63:91:2f:3f:ed
  [20389.554391] wlan0: send auth to a0:63:91:2f:3f:ed (try 1/3)
  [20389.557790] wlan0: authenticated
  [20389.558339] wlan0: associate with a0:63:91:2f:3f:ed (try 1/3)
  [20389.562209] wlan0: RX AssocResp from a0:63:91:2f:3f:ed (capab=0x1411 
status=0 aid=2)
  [20389.581260] wlan0: associated
  [20389.581369] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  [20389.830185] Bluetooth: hci0: BCM20702A1 (001.002.014) build 1669
  [20389.846186] Bluetooth: hci0: Broadcom Bluetooth Device
  [20418.269466] input: 00:02:3C:05:99:F2 as /devices/virtual/input/input23
  [20583.032442] input: 00:02:3C:05:99:F2 as /devices/virtual/input/input24

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

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


[Desktop-packages] [Bug 1694680] Re: Extremely slow printing of pdf file made from a powerpoint with background

2017-05-31 Thread Rodolfo
I forgot to add that I'm using now Ubuntu 16.04

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1694680

Title:
  Extremely slow printing of pdf file made from a powerpoint with
  background

Status in cups package in Ubuntu:
  New

Bug description:
  Hello. I've had this problems for years (Since Ubuntu 10.04) and I
  decided now to write about it. I have a few files that come from
  Powerpoint and saved into PDF. Those files have a background with some
  patterns/vectors/whatever that make the printing extremely slow.
  Processing of each of this pages takes several minutes.

  You can find the file here:
  https://www.dropbox.com/s/6rzee0q3nszbpd5/PPT%20with%20background.pdf?dl=0

  Im using the following driver: HP Color LaserJet 9500 pcl3, hpcups
  3.16.11. Using a Gutenprint driver seems to fix the issue. However.
  There are other several documents that have problems with Gutenprint,
  therefore, I would prefer to keep the HP driver and try with some
  different workaround.

  The command I'm using to print is:
  lp -d printer -o fit-to-page -o media=Letter -o number-up=4 -o 
page-border=none -o number-up-layout=btlr -o sides=two-sided-short-edge 
"/home/ubuntu/filename.pdf"

  I hope we can find the bug. I've find several similar problems and no
  solution yet.

  Thanks!

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

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


[Desktop-packages] [Bug 1694680] [NEW] Extremely slow printing of pdf file made from a powerpoint with background

2017-05-31 Thread Rodolfo
Public bug reported:

Hello. I've had this problems for years (Since Ubuntu 10.04) and I
decided now to write about it. I have a few files that come from
Powerpoint and saved into PDF. Those files have a background with some
patterns/vectors/whatever that make the printing extremely slow.
Processing of each of this pages takes several minutes.

You can find the file here:
https://www.dropbox.com/s/6rzee0q3nszbpd5/PPT%20with%20background.pdf?dl=0

Im using the following driver: HP Color LaserJet 9500 pcl3, hpcups
3.16.11. Using a Gutenprint driver seems to fix the issue. However.
There are other several documents that have problems with Gutenprint,
therefore, I would prefer to keep the HP driver and try with some
different workaround.

The command I'm using to print is:
lp -d printer -o fit-to-page -o media=Letter -o number-up=4 -o page-border=none 
-o number-up-layout=btlr -o sides=two-sided-short-edge 
"/home/ubuntu/filename.pdf"

I hope we can find the bug. I've find several similar problems and no
solution yet.

Thanks!

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1694680

Title:
  Extremely slow printing of pdf file made from a powerpoint with
  background

Status in cups package in Ubuntu:
  New

Bug description:
  Hello. I've had this problems for years (Since Ubuntu 10.04) and I
  decided now to write about it. I have a few files that come from
  Powerpoint and saved into PDF. Those files have a background with some
  patterns/vectors/whatever that make the printing extremely slow.
  Processing of each of this pages takes several minutes.

  You can find the file here:
  https://www.dropbox.com/s/6rzee0q3nszbpd5/PPT%20with%20background.pdf?dl=0

  Im using the following driver: HP Color LaserJet 9500 pcl3, hpcups
  3.16.11. Using a Gutenprint driver seems to fix the issue. However.
  There are other several documents that have problems with Gutenprint,
  therefore, I would prefer to keep the HP driver and try with some
  different workaround.

  The command I'm using to print is:
  lp -d printer -o fit-to-page -o media=Letter -o number-up=4 -o 
page-border=none -o number-up-layout=btlr -o sides=two-sided-short-edge 
"/home/ubuntu/filename.pdf"

  I hope we can find the bug. I've find several similar problems and no
  solution yet.

  Thanks!

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

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


[Desktop-packages] [Bug 1577197] Re: Pulseaudio bluez5-util.c: TryAcquire() failed - Operation Not Authorized

2017-05-31 Thread coyote
Hello Daniel,

have the same issue after returning from suspend with my bluetooth a2dp
compatible headset.

See /var/log/syslog attached, please.

** Attachment added: "log"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1577197/+attachment/4886707/+files/log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1577197

Title:
  Pulseaudio bluez5-util.c: TryAcquire() failed  - Operation Not
  Authorized

Status in bluez package in Ubuntu:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Pulseaudio outright stops audio via Bluetooth after sleep or prolonged period 
of time. Only restart fixes the issue. This started early 2016 in 15.10.
  Issue is discussed here as well 
http://askubuntu.com/questions/763539/bluetooth-speaker-no-sound-in-ubuntu-16-04
 and mentioned in other unrelated bugs.

  Ubuntu Xenial 16.04 LTS

  The log below:

  May  1 17:18:07 jalexoidmobile pulseaudio[2884]: [pulseaudio] 
module-bluez5-device.c: Default profile not connected, selecting off profile
  May  1 17:18:07 jalexoidmobile bluetoothd[7349]: 
/org/bluez/hci0/dev_00_02_3C_05_99_F2/fd4: fd(35) ready
  May  1 17:18:07 jalexoidmobile rtkit-daemon[1794]: Supervising 3 threads of 1 
processes of 1 users.
  May  1 17:18:07 jalexoidmobile rtkit-daemon[1794]: Successfully made thread 
10967 of process 2884 (n/a) owned by '1000' RT at priority 5.
  May  1 17:18:07 jalexoidmobile rtkit-daemon[1794]: Supervising 4 threads of 1 
processes of 1 users.
  May  1 17:18:07 jalexoidmobile pulseaudio[2884]: [pulseaudio] bluez5-util.c: 
Transport TryAcquire() failed for transport 
/org/bluez/hci0/dev_00_02_3C_05_99_F2/fd4 (Operation Not Authorized)
  May  1 17:18:07 jalexoidmobile kernel: [20583.032442] input: 
00:02:3C:05:99:F2 as /devices/virtual/input/input24
  May  1 17:18:19 jalexoidmobile pulseaudio[2884]: [pulseaudio] sink-input.c: 
Failed to create sink input: sink is suspended.


  Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 001 Device 006: ID 04f2:b2da Chicony Electronics Co., Ltd thinkpad t430s 
camera
  Bus 001 Device 008: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 
[ThinkPad]
  Bus 001 Device 004: ID 147e:2020 Upek TouchChip Fingerprint Coprocessor (WBF 
advanced mode)
  Bus 001 Device 003: ID 17ef:1003 Lenovo Integrated Smart Card Reader
  Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  [20388.983474] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  [20389.070114] usb 1-1.4: New USB device found, idVendor=0a5c, idProduct=21e6
  [20389.070120] usb 1-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [20389.070122] usb 1-1.4: Product: BCM20702A0
  [20389.070124] usb 1-1.4: Manufacturer: Broadcom Corp
  [20389.070126] usb 1-1.4: SerialNumber: 446D578686DD
  [20389.076232] Bluetooth: hci0: BCM: chip id 63
  [20389.092220] Bluetooth: hci0: BCM20702A
  [20389.093225] Bluetooth: hci0: BCM20702A1 (001.002.014) build 
  [20389.551476] wlan0: authenticate with a0:63:91:2f:3f:ed
  [20389.554391] wlan0: send auth to a0:63:91:2f:3f:ed (try 1/3)
  [20389.557790] wlan0: authenticated
  [20389.558339] wlan0: associate with a0:63:91:2f:3f:ed (try 1/3)
  [20389.562209] wlan0: RX AssocResp from a0:63:91:2f:3f:ed (capab=0x1411 
status=0 aid=2)
  [20389.581260] wlan0: associated
  [20389.581369] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  [20389.830185] Bluetooth: hci0: BCM20702A1 (001.002.014) build 1669
  [20389.846186] Bluetooth: hci0: Broadcom Bluetooth Device
  [20418.269466] input: 00:02:3C:05:99:F2 as /devices/virtual/input/input23
  [20583.032442] input: 00:02:3C:05:99:F2 as /devices/virtual/input/input24

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

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


[Desktop-packages] [Bug 1324728] Re: ibus-daemon high memory usage

2017-05-31 Thread Edgar Bonet
Here, ibus-daemon is taking 577 MiB:

$ ps -C ibus-daemon -o %cpu,%mem,vsz,rss,time,cmd
%CPU %MEMVSZ   RSS TIME CMD
 0.0 14.8 956332 591468 00:18:15 /usr/bin/ibus-daemon --daemonize ...

Ubuntu 16.04.2 LTS. Uptime is 19 days.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1324728

Title:
  ibus-daemon high memory usage

Status in ibus package in Ubuntu:
  Confirmed

Bug description:
  After surfing the web in firefox for a while, I observed that ibus-
  daemon was occupying a surprisingly large amount of memory (smem
  reports its unique set size [USS] as 107 MiB). This is much higher
  than the usage observed shortly after login (about 1.3 MiB USS).

  Not sure yet if there's anything in particular needed to trigger this.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ibus 1.5.5-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
  Uname: Linux 3.13.0-27-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu May 29 20:02:38 2014
  ExecutablePath: /usr/bin/ibus-daemon
  SourcePackage: ibus
  UpgradeStatus: Upgraded to trusty on 2014-04-15 (44 days ago)

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

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


[Desktop-packages] [Bug 1680030] Re: Snap plugin for gnome-software misses self tests

2017-05-31 Thread Will Cooke
u/s commit for (my) `convenience:
https://github.com/GNOME/gnome-software/commit/22eabf2bc229b67b7744b820398aab294c408f46

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1680030

Title:
  Snap plugin for gnome-software misses self tests

Status in GNOME Software:
  Confirmed
Status in gnome-software package in Ubuntu:
  Fix Committed

Bug description:
  The snap plugin implemented in gnome-software upstream does not have
  any self tests yet which were requested by upstream to get the plugin
  into a better shape.

  Tested with latest gnome-software from https://git.gnome.org/browse
  /gnome-software/ on Ubuntu 17.04 against snapd 2.23.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1680030/+subscriptions

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


[Desktop-packages] [Bug 1680030] Re: Snap plugin for gnome-software misses self tests

2017-05-31 Thread Robert Ancell
** Changed in: gnome-software (Ubuntu)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1680030

Title:
  Snap plugin for gnome-software misses self tests

Status in GNOME Software:
  Confirmed
Status in gnome-software package in Ubuntu:
  Fix Committed

Bug description:
  The snap plugin implemented in gnome-software upstream does not have
  any self tests yet which were requested by upstream to get the plugin
  into a better shape.

  Tested with latest gnome-software from https://git.gnome.org/browse
  /gnome-software/ on Ubuntu 17.04 against snapd 2.23.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1680030/+subscriptions

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


[Desktop-packages] [Bug 1691991] Re: Xorg Segmentation fault on Hisilicon D05 board (arm64)

2017-05-31 Thread Ubuntu Foundations Team Bug Bot
The attachment "patch to enable extra debugging" seems to be a patch.
If it isn't, please remove the "patch" flag from the attachment, remove
the "patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1691991

Title:
  Xorg Segmentation fault on Hisilicon D05 board (arm64)

Status in xorg package in Ubuntu:
  New

Bug description:
  ubuntu@ubuntu:~$ sudo /usr/lib/xorg/Xorg 
  [sudo] password for ubuntu: 

  X.Org X Server 1.18.4
  Release Date: 2016-07-19
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 4.4.0-45-generic aarch64 Ubuntu
  Current Operating System: Linux ubuntu 4.10.0-20.22-generic 
#22+pearl.2-Ubuntu SMP Thu Apr 27 20:23:08 UTC 2017 aarch64
  Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20.22-generic 
root=UUID=eee681c5-04ce-4cd0-a004-cae6717961ce ro debug 
earlycon=pl011,mmio,0x602B console=tty0
  Build Date: 02 November 2016  10:05:28PM
  xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see 
http://www.ubuntu.com/support) 
  Current version of pixman: 0.33.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
  Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 19 18:10:13 2017
  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  pci id for fd 10: 19e5:1711, driver (null)
  EGL_MESA_drm_image required.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x58) [0xd7f1cc48]
  (EE) 
  (EE) Segmentation fault at address 0xa0
  (EE) 
  Fatal server error:
  (EE) Caught signal 11 (Segmentation fault). Server aborting
  (EE) 
  (EE) 
  Please consult the The X.Org Foundation support 
 at http://wiki.x.org
   for help. 
  (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional 
information.
  (EE) 
  (EE) Server terminated with error (1). Closing log file.
  Aborted (core dumped)
  ubuntu@ubuntu:~$

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

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


[Desktop-packages] [Bug 1694631] [NEW] Xorg

2017-05-31 Thread d
Public bug reported:

xorg.conf absent

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: xorg 1:7.7+16ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
Uname: Linux 4.10.0-21-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Wed May 31 10:26:51 2017
DistUpgraded: Fresh install
DistroCodename: zesty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Dell Core Processor Integrated Graphics Controller [1028:0429]
MachineType: Dell Inc. Latitude E5410
ProcEnviron:
 LANGUAGE=fr_FR
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-21-generic 
root=UUID=c02f6267-09a0-4614-bbfc-a0f00e5bedfc ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/18/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A07
dmi.board.name: 05C67D
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd11/18/2010:svnDellInc.:pnLatitudeE5410:pvr0001:rvnDellInc.:rn05C67D:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E5410
dmi.product.version: 0001
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.6-0ubuntu0.17.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.6-0ubuntu0.17.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.14-0ubuntu1

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu zesty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1694631

Title:
  Xorg

Status in xorg package in Ubuntu:
  New

Bug description:
  xorg.conf absent

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed May 31 10:26:51 2017
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Dell Core Processor Integrated Graphics Controller [1028:0429]
  MachineType: Dell Inc. Latitude E5410
  ProcEnviron:
   LANGUAGE=fr_FR
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-21-generic 
root=UUID=c02f6267-09a0-4614-bbfc-a0f00e5bedfc ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/18/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 05C67D
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd11/18/2010:svnDellInc.:pnLatitudeE5410:pvr0001:rvnDellInc.:rn05C67D:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5410
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.6-0ubuntu0.17.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.6-0ubuntu0.17.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 

[Desktop-packages] [Bug 1694629] [NEW] Unity Search not showing

2017-05-31 Thread Marcel Beerli
Public bug reported:

Ubuntu 17.04 Unity Search not showing at all.
See screenshot

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: evince 3.24.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
Uname: Linux 4.10.0-21-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
CurrentDesktop: Unity:Unity7
Date: Wed May 31 10:06:28 2017
InstallationDate: Installed on 2017-05-25 (5 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug zesty

** Attachment added: "screenshots"
   
https://bugs.launchpad.net/bugs/1694629/+attachment/4886632/+files/UnitySearch.tar.gz

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1694629

Title:
  Unity Search not showing

Status in evince package in Ubuntu:
  New

Bug description:
  Ubuntu 17.04 Unity Search not showing at all.
  See screenshot

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: evince 3.24.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Wed May 31 10:06:28 2017
  InstallationDate: Installed on 2017-05-25 (5 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


Re: [Desktop-packages] [Bug 1691991] Re: Xorg Segmentation fault on Hisilicon D05 board (arm64)

2017-05-31 Thread Zhanglei Mao
hi Daniel,

If tt is more easy and save time for you. I can share my ssh remote access
to you for D05 testing environment, so you can directly patching and
testing over it.

thanks,
Mao

On Wed, May 31, 2017 at 3:32 PM, Zhanglei Mao 
wrote:

> hi Daniel,
>
> Thank you very much for you mail and I am very glad you are debugging this
> reported bug.
>
>  Can you please provide me a bit more guide or guide link which I can
> apply this patch and compile out the newly testing Xorg?   Sorry I am not
> so familiar with our building/compile tools.
>
> thanks,
> Mao
>
>
>
>
>
>
>
> On Wed, May 31, 2017 at 3:07 PM, Daniel Axtens <
> daniel.axt...@canonical.com> wrote:
>
>> Hi,
>>
>> This is what I have figured out so far.
>>
>> For some reason the initial probing done by the modesetting driver
>> fails. This is part of the platform device probing stage. This failure
>> means the device is not claimed by the modesetting driver as a 'regular'
>> screen. Instead it is claimed by the fbdev driver. The modesetting
>> driver then claims the platform device as a 'GPU' device. It shouldn't
>> do that: the GPU device init is what causes the crash.
>>
>> What I am still trying to figure out is why the initial probing fails.
>> This is difficult to figure out from the core dump, so I have attached a
>> patch for xorg-server that should help. With this patch I should be able
>> to figure out what part of the probe doesn't go as expected.
>>
>> Please let me know if you have any trouble applying the patch.
>>
>> ** Patch added: "patch to enable extra debugging"
>>https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991
>> /+attachment/4886582/+files/debug.patch
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1691991
>>
>> Title:
>>   Xorg Segmentation fault on Hisilicon D05 board (arm64)
>>
>> Status in xorg package in Ubuntu:
>>   New
>>
>> Bug description:
>>   ubuntu@ubuntu:~$ sudo /usr/lib/xorg/Xorg
>>   [sudo] password for ubuntu:
>>
>>   X.Org X Server 1.18.4
>>   Release Date: 2016-07-19
>>   X Protocol Version 11, Revision 0
>>   Build Operating System: Linux 4.4.0-45-generic aarch64 Ubuntu
>>   Current Operating System: Linux ubuntu 4.10.0-20.22-generic
>> #22+pearl.2-Ubuntu SMP Thu Apr 27 20:23:08 UTC 2017 aarch64
>>   Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20.22-generic
>> root=UUID=eee681c5-04ce-4cd0-a004-cae6717961ce ro debug
>> earlycon=pl011,mmio,0x602B console=tty0
>>   Build Date: 02 November 2016  10:05:28PM
>>   xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see
>> http://www.ubuntu.com/support)
>>   Current version of pixman: 0.33.6
>> Before reporting problems, check http://wiki.x.org
>> to make sure that you have the latest version.
>>   Markers: (--) probed, (**) from config file, (==) default setting,
>> (++) from command line, (!!) notice, (II) informational,
>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
>>   (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 19 18:10:13 2017
>>   (==) Using system config directory "/usr/share/X11/xorg.conf.d"
>>   pci id for fd 10: 19e5:1711, driver (null)
>>   EGL_MESA_drm_image required.
>>   (EE)
>>   (EE) Backtrace:
>>   (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x58) [0xd7f1cc48]
>>   (EE)
>>   (EE) Segmentation fault at address 0xa0
>>   (EE)
>>   Fatal server error:
>>   (EE) Caught signal 11 (Segmentation fault). Server aborting
>>   (EE)
>>   (EE)
>>   Please consult the The X.Org Foundation support
>>  at http://wiki.x.org
>>for help.
>>   (EE) Please also check the log file at "/var/log/Xorg.0.log" for
>> additional information.
>>   (EE)
>>   (EE) Server terminated with error (1). Closing log file.
>>   Aborted (core dumped)
>>   ubuntu@ubuntu:~$
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991/
>> +subscriptions
>>
>
>
>
> --
> Zhanglei Mao
> Solutions Architect, Sales and Business Development
> Canonical Group Ltd.
> zhanglei@canonical.com
> +86-13625010929 <+86%20136%202501%200929> (m)
> +852-6700 6026 <+852%206700%206026> (m)
> www.ubuntu.com
> www.canonical.com
>


-- 
Zhanglei Mao
Solutions Architect, Sales and Business Development
Canonical Group Ltd.
zhanglei@canonical.com
+86-13625010929 (m)
+852-6700 6026 (m)
www.ubuntu.com
www.canonical.com

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1691991

Title:
  Xorg Segmentation fault on Hisilicon D05 board (arm64)

Status in xorg package in Ubuntu:
  New

Bug description:
  ubuntu@ubuntu:~$ sudo /usr/lib/xorg/Xorg 
  [sudo] password for ubuntu: 

  X.Org X Server 1.18.4
  Release Date: 2016-07-19
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 4.4.0-45-generic aarch64 Ubuntu
  Current 

Re: [Desktop-packages] [Bug 1691991] Re: Xorg Segmentation fault on Hisilicon D05 board (arm64)

2017-05-31 Thread Zhanglei Mao
hi Daniel,

Thank you very much for you mail and I am very glad you are debugging this
reported bug.

 Can you please provide me a bit more guide or guide link which I can apply
this patch and compile out the newly testing Xorg?   Sorry I am not so
familiar with our building/compile tools.

thanks,
Mao




On Wed, May 31, 2017 at 3:07 PM, Daniel Axtens 
wrote:

> Hi,
>
> This is what I have figured out so far.
>
> For some reason the initial probing done by the modesetting driver
> fails. This is part of the platform device probing stage. This failure
> means the device is not claimed by the modesetting driver as a 'regular'
> screen. Instead it is claimed by the fbdev driver. The modesetting
> driver then claims the platform device as a 'GPU' device. It shouldn't
> do that: the GPU device init is what causes the crash.
>
> What I am still trying to figure out is why the initial probing fails.
> This is difficult to figure out from the core dump, so I have attached a
> patch for xorg-server that should help. With this patch I should be able
> to figure out what part of the probe doesn't go as expected.
>
> Please let me know if you have any trouble applying the patch.
>
> ** Patch added: "patch to enable extra debugging"
>https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/
> 1691991/+attachment/4886582/+files/debug.patch
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1691991
>
> Title:
>   Xorg Segmentation fault on Hisilicon D05 board (arm64)
>
> Status in xorg package in Ubuntu:
>   New
>
> Bug description:
>   ubuntu@ubuntu:~$ sudo /usr/lib/xorg/Xorg
>   [sudo] password for ubuntu:
>
>   X.Org X Server 1.18.4
>   Release Date: 2016-07-19
>   X Protocol Version 11, Revision 0
>   Build Operating System: Linux 4.4.0-45-generic aarch64 Ubuntu
>   Current Operating System: Linux ubuntu 4.10.0-20.22-generic
> #22+pearl.2-Ubuntu SMP Thu Apr 27 20:23:08 UTC 2017 aarch64
>   Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20.22-generic
> root=UUID=eee681c5-04ce-4cd0-a004-cae6717961ce ro debug
> earlycon=pl011,mmio,0x602B console=tty0
>   Build Date: 02 November 2016  10:05:28PM
>   xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see
> http://www.ubuntu.com/support)
>   Current version of pixman: 0.33.6
> Before reporting problems, check http://wiki.x.org
> to make sure that you have the latest version.
>   Markers: (--) probed, (**) from config file, (==) default setting,
> (++) from command line, (!!) notice, (II) informational,
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
>   (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 19 18:10:13 2017
>   (==) Using system config directory "/usr/share/X11/xorg.conf.d"
>   pci id for fd 10: 19e5:1711, driver (null)
>   EGL_MESA_drm_image required.
>   (EE)
>   (EE) Backtrace:
>   (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x58) [0xd7f1cc48]
>   (EE)
>   (EE) Segmentation fault at address 0xa0
>   (EE)
>   Fatal server error:
>   (EE) Caught signal 11 (Segmentation fault). Server aborting
>   (EE)
>   (EE)
>   Please consult the The X.Org Foundation support
>  at http://wiki.x.org
>for help.
>   (EE) Please also check the log file at "/var/log/Xorg.0.log" for
> additional information.
>   (EE)
>   (EE) Server terminated with error (1). Closing log file.
>   Aborted (core dumped)
>   ubuntu@ubuntu:~$
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991/+subscriptions
>


-- 
Zhanglei Mao
Solutions Architect, Sales and Business Development
Canonical Group Ltd.
zhanglei@canonical.com
+86-13625010929 (m)
+852-6700 6026 (m)
www.ubuntu.com
www.canonical.com

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1691991

Title:
  Xorg Segmentation fault on Hisilicon D05 board (arm64)

Status in xorg package in Ubuntu:
  New

Bug description:
  ubuntu@ubuntu:~$ sudo /usr/lib/xorg/Xorg 
  [sudo] password for ubuntu: 

  X.Org X Server 1.18.4
  Release Date: 2016-07-19
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 4.4.0-45-generic aarch64 Ubuntu
  Current Operating System: Linux ubuntu 4.10.0-20.22-generic 
#22+pearl.2-Ubuntu SMP Thu Apr 27 20:23:08 UTC 2017 aarch64
  Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20.22-generic 
root=UUID=eee681c5-04ce-4cd0-a004-cae6717961ce ro debug 
earlycon=pl011,mmio,0x602B console=tty0
  Build Date: 02 November 2016  10:05:28PM
  xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see 
http://www.ubuntu.com/support) 
  Current version of pixman: 0.33.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
  Markers: (--) probed, (**) from config file, (==) default setting,
  

[Desktop-packages] [Bug 1694620] [NEW] package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-31 Thread jorma nieminen
Public bug reported:

just trying to change my boot order.
Bug happened when running literally:

1.fgrep menuentry /boot/grub/grub.cfg
- this was ok and outputs the cfg file contents on screen
2.  gksu edit /etc/default/grub
- results in 
The program 'gksu' is currently not installed. You can install it by typing:
sudo apt install gksu
3. sudo apt install gksu
- asks password (ofc)
output is the following 2 lines beginning with E:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily 
unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another 
process using it?

*might* have to do with the fact that firefox plugins wont install, and also 
chrome install hangs at 51% when installing from "Ubuntu Software"
The error with FF is identical with complaining about the administration 
directory, but chrome just silently hangs there.

My install is quite default ubuntu latest i guess 17.04 x64. tbh i did
not change anything but kb and regional settings while installing.

lsb:
Description:Ubuntu 17.04
Release:17.04

apt-cache policy gconf:
gconf:
  Installed: (none)
  Candidate: (none)
  Version table:

what i expected to happen:
apt download and install of gksu (which i don't know what it is some editor i 
guess)
what happened:
the same 2 E: lines that I get in the other mentioned situations.

note: I don't know if this is a bug as such. I mean maybe, I guess (never 
having gui installed linux before, I've been windows / apple since 90's) gconf 
is missing from the install package?
So kind of not a bug but a packaging issue maybe, I don't know how ubuntu is 
structured in regards to ALM, if this were a software with multiple components 
I would guess all the builds are ok but the output copy failed for that part? I 
am just a .net dev / architect so this is a guess. But if this were microsoft 
server app X, then we're talking a missing dll / component from the 
distribution image.

As it might be pertinent,install was done by rufus (2.11) just making a 
bootable usb stick from:
ubuntu-17.04-desktop-amd64.iso
which was downloaded a few days ago from the offical main page.

I won't bother doing the DebuggingProcedures, as my personal guess is that 
debugging software that does not exist on this install is not technically 
feasible.
I will also not try to update manually or anything, in case someone wants to 
take a remote gander at the situation, or require more info which would be lost 
in case I change something.

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: gconf2-common 3.2.6-3ubuntu7
ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
Uname: Linux 4.10.0-21-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
Date: Tue May 30 14:01:58 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationDate: Installed on 2017-05-29 (1 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
SourcePackage: gconf
Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1694620

Title:
  package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  just trying to change my boot order.
  Bug happened when running literally:

  1.fgrep menuentry /boot/grub/grub.cfg
  - this was ok and outputs the cfg file contents on screen
  2.  gksu edit /etc/default/grub
  - results in 
  The program 'gksu' is currently not installed. You can install it by typing:
  sudo apt install gksu
  3. sudo apt install gksu
  - asks password (ofc)
  output is the following 2 lines beginning with E:
  E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily 
unavailable)
  E: Unable to lock the administration directory (/var/lib/dpkg/), is another 
process using it?

  *might* have to do with the fact that firefox plugins wont install, and also 
chrome install hangs at 51% when installing from "Ubuntu Software"
  The error with FF is identical with complaining about the administration 
directory, but chrome just silently hangs there.

  My install is quite default ubuntu latest i guess 17.04 x64. tbh i did
  not change anything but kb and regional settings while installing.

  lsb:
  Description:  Ubuntu 17.04
  Release:  17.04

  apt-cache policy gconf:
  gconf:
Installed: (none)

[Desktop-packages] [Bug 1691991] Re: Xorg Segmentation fault on Hisilicon D05 board (arm64)

2017-05-31 Thread Daniel Axtens
Hi,

This is what I have figured out so far.

For some reason the initial probing done by the modesetting driver
fails. This is part of the platform device probing stage. This failure
means the device is not claimed by the modesetting driver as a 'regular'
screen. Instead it is claimed by the fbdev driver. The modesetting
driver then claims the platform device as a 'GPU' device. It shouldn't
do that: the GPU device init is what causes the crash.

What I am still trying to figure out is why the initial probing fails.
This is difficult to figure out from the core dump, so I have attached a
patch for xorg-server that should help. With this patch I should be able
to figure out what part of the probe doesn't go as expected.

Please let me know if you have any trouble applying the patch.

** Patch added: "patch to enable extra debugging"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991/+attachment/4886582/+files/debug.patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1691991

Title:
  Xorg Segmentation fault on Hisilicon D05 board (arm64)

Status in xorg package in Ubuntu:
  New

Bug description:
  ubuntu@ubuntu:~$ sudo /usr/lib/xorg/Xorg 
  [sudo] password for ubuntu: 

  X.Org X Server 1.18.4
  Release Date: 2016-07-19
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 4.4.0-45-generic aarch64 Ubuntu
  Current Operating System: Linux ubuntu 4.10.0-20.22-generic 
#22+pearl.2-Ubuntu SMP Thu Apr 27 20:23:08 UTC 2017 aarch64
  Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20.22-generic 
root=UUID=eee681c5-04ce-4cd0-a004-cae6717961ce ro debug 
earlycon=pl011,mmio,0x602B console=tty0
  Build Date: 02 November 2016  10:05:28PM
  xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see 
http://www.ubuntu.com/support) 
  Current version of pixman: 0.33.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
  Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 19 18:10:13 2017
  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  pci id for fd 10: 19e5:1711, driver (null)
  EGL_MESA_drm_image required.
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x58) [0xd7f1cc48]
  (EE) 
  (EE) Segmentation fault at address 0xa0
  (EE) 
  Fatal server error:
  (EE) Caught signal 11 (Segmentation fault). Server aborting
  (EE) 
  (EE) 
  Please consult the The X.Org Foundation support 
 at http://wiki.x.org
   for help. 
  (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional 
information.
  (EE) 
  (EE) Server terminated with error (1). Closing log file.
  Aborted (core dumped)
  ubuntu@ubuntu:~$

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

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


[Desktop-packages] [Bug 1687981] Re: Backport packages for 16.04.3 HWE stack

2017-05-31 Thread Sandeep
Hi Timo,

>> vulkan 1.0.42 is already uploaded to the queue, just unapproved

It doesn't show in
https://launchpad.net/ubuntu/xenial/+package/libvulkan1 so didn't know
that it's already uploaded to the queue.

Please let me know how long the approval process takes and if I can be
of any help to get it done.

Thanks,
~Sandeep

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to x11proto-core in Ubuntu.
https://bugs.launchpad.net/bugs/1687981

Title:
  Backport packages for 16.04.3 HWE stack

Status in libclc package in Ubuntu:
  Invalid
Status in libdrm package in Ubuntu:
  Invalid
Status in libinput package in Ubuntu:
  Invalid
Status in libwacom package in Ubuntu:
  Invalid
Status in libxfont package in Ubuntu:
  Invalid
Status in libxfont2 package in Ubuntu:
  Invalid
Status in llvm-toolchain-4.0 package in Ubuntu:
  Invalid
Status in mesa package in Ubuntu:
  New
Status in vulkan package in Ubuntu:
  Invalid
Status in wayland package in Ubuntu:
  Invalid
Status in x11proto-core package in Ubuntu:
  Invalid
Status in xfonts-utils package in Ubuntu:
  New
Status in xorg-hwe-16.04 package in Ubuntu:
  Invalid
Status in xorg-server package in Ubuntu:
  Invalid
Status in xorg-server-hwe-16.04 package in Ubuntu:
  Invalid
Status in libclc source package in Xenial:
  New
Status in libdrm source package in Xenial:
  New
Status in libinput source package in Xenial:
  New
Status in libwacom source package in Xenial:
  New
Status in libxfont source package in Xenial:
  Fix Committed
Status in libxfont2 source package in Xenial:
  Fix Committed
Status in llvm-toolchain-4.0 source package in Xenial:
  New
Status in mesa source package in Xenial:
  New
Status in vulkan source package in Xenial:
  New
Status in wayland source package in Xenial:
  New
Status in x11proto-core source package in Xenial:
  Fix Committed
Status in xorg-hwe-16.04 source package in Xenial:
  New
Status in xorg-server source package in Xenial:
  New
Status in xorg-server-hwe-16.04 source package in Xenial:
  New

Bug description:
  [Impact]

  *** hwe-16.04 refresh for 16.04.3 ***

  Revert changes to use debhelper10.

  xorg-server-hwe-16.04 needs updates
  - wayland 1.11 (but zesty has 1.12 which mesa needs so backport that)
  - x11proto-core 7.0.31
  - libxfont-dev 2.0.1, which also means backporting libxfont1 (NEW)

  x-x-i-libinput will not replace -evdev in x-x-i-all-hwe-16.04 because the 
unity mouse config doesn't work with -libinput.
  x-x-i-libinput needs newer libinput, which in turn needs libwacom update.

  Mesa needs llvm-4.0 and libclc, libdrm, wayland updates.

  [Test case]

  upgrade from/to stock & old hwe stack, test desktop usage

  [Regression potential]

  zesty hasn't blown up

  [Other information]

  build order:
  1. x11proto-core, libdrm, libxfont, libxfont1, libwacom, llvm-toolchain-4.0, 
vulkan, wayland
  2. libclc, libinput, xorg-server (build-dep libxfont1-dev)
  3. mesa, xorg-server-hwe-16.04
  4. drivers
  5. xorg-hwe-16.04

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

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


[Desktop-packages] [Bug 1689598] Re: Wifi not working after update to 17.04

2017-05-31 Thread Kai-Heng Feng
Do you have something like TLP installed?

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

Title:
  Wifi not working after update to 17.04

Status in network-manager package in Ubuntu:
  New

Bug description:
  Logs:

  https://pastebin.com/faZg3QTD

  After upgrading my laptop from ubungugnome 16.10 to 17.04 wifi stops
  working. The live dvd image also has no wifi. How can I fix this? Re-
  installing 16.10 isn't an option, eventually the same thing happens
  via an update and I don't want to turn of all updates for ever.

  Please let me know what other information you need. I have treid
  several other fixes related to wifi in 17.04 but nothing helps.

  Ubuntu 17.04
  Release 17.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1689598/+subscriptions

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