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

2017-06-26 Thread Alex Tu
followed #15, also sum things up here for expected package version
change and share libs version change:

libmbim-glib4_1.12.2-2ubuntu1_amd64.deb -> 
libmbim-glib4_1.12.2-2ubuntu1oem1_amd64.deb
 * libmbim-glib.so.4.1.0 - > libmbim-glib.so.4.1.0

libmbim-proxy_1.12.2-2ubuntu1_amd64.deb -> libmbim-
proxy_1.12.2-2ubuntu1oem1_amd64.deb

libqmi-glib1_1.12.6-1_amd64.deb -> libqmi-glib1_1.12.6-1ubuntu1oem2_amd64.deb
 * libqmi-glib.so.1.3.0 -> libqmi-glib.so.5.0.0

libqmi-proxy_1.12.6-1_amd64.deb -> libqmi-
proxy_1.12.6-1ubuntu1oem2_amd64.deb

libmm-glib0_1.4.12-1ubuntu1_amd64.deb -> 
libmm-glib0_1.4.12-1ubuntu1oem4_amd64.deb
 * libmm-glib.so.0.2.0 -> libmm-glib.so.0.2.0

modemmanager_1.4.12-1ubuntu1_amd64.deb ->
modemmanager_1.4.12-1ubuntu1oem4_amd64.deb

--
For the libqmi-glib1_1.12.6-1ubuntu1oem2_amd64.deb, I plan to change it's 
version to libqmi-glib1_1.12.6-1oem2_amd64.deb[1] so that, it could be upgrade 
when SRU package (1_1.12.6-1ubuntu1) ready.

-
And for the old existes patch which mentioned in #15, I created another ppa[1] 
to host them and they are planned to be included in oem image candidate:

[1] https://launchpad.net/~alextu/+archive/ubuntu/test2

-- 
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:
  In Progress
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 1672619] Re: "disable touchpad while typing" doesn't work on xps 13 and some other laptop

2017-06-26 Thread Leon Liao
The attached file is the xinput output of XPS13.

** Attachment added: "xinput.list"
   
https://bugs.launchpad.net/oem-priority/+bug/1672619/+attachment/4903908/+files/xinput.list

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

Title:
  "disable touchpad while typing" doesn't work on xps 13 and some other
  laptop

Status in OEM Priority Project:
  Triaged
Status in Xserver Xorg Input Synaptics:
  Confirmed
Status in xserver-xorg-input-synaptics package in Ubuntu:
  New

Bug description:
  It's reported that there are lots of false action of touch pad as using 
keyboard on xps 13
  with the factory image.

  The factory image is based on xenial.

  One propose that install xserver-xorg-input-libinput with modification
  90-libinput.conf in /usr/share/X11/xorg.conf.d from

  ...
  Section "InputClass"
  Identifier "libinput touchpad catchall"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
  Driver "libinput"
  EndSection
  ...

  to

  ...
  Section "InputClass"
  Identifier "libinput touchpad catchall"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
  Driver "libinput"
  Option "Tapping" "on"
  Option "PalmDetection" "on"
  EndSection
  ...

  helps a lot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1672619/+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-06-26 Thread Kai-Heng Feng
Moritz,

Do you use a docking station?

-- 
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 1677462] Re: package eog 3.18.2-1ubuntu1 failed to install/upgrade: package eog is not ready for configuration cannot configure (current status 'half-installed')

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

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

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

Title:
  package eog 3.18.2-1ubuntu1 failed to install/upgrade: package eog is
  not ready for configuration  cannot configure (current status 'half-
  installed')

Status in eog package in Ubuntu:
  Confirmed

Bug description:
  I'm new user for ubuntu I want notify the bug that I'm facing in real
  time environment for better user experince.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: eog 3.18.2-1ubuntu1
  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.4
  AptOrdering:
   eog: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Thu Mar 30 11:42:20 2017
  DpkgTerminalLog:
   dpkg: error processing package eog (--configure):
package eog is not ready for configuration
cannot configure (current status 'half-installed')
  ErrorMessage: package eog is not ready for configuration  cannot configure 
(current status 'half-installed')
  InstallationDate: Installed on 2017-03-29 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.15ubuntu0.2
  SourcePackage: eog
  Title: package eog 3.18.2-1ubuntu1 failed to install/upgrade: package eog is 
not ready for configuration  cannot configure (current status 'half-installed')
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1677462/+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 1682637] Re: during recovery mode, enable network failed due to /etc/resolv.conf not being present

2017-06-26 Thread starkus
Booting to recovery mode and trying to enable networking tells me
Unknown group "power" in message bus configuration file.

And networking will not be available running 17.04 ubuntu-gnome.

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

Title:
  during recovery mode, enable network failed due to /etc/resolv.conf
  not being present

Status in network-manager package in Ubuntu:
  Confirmed
Status in thermald package in Ubuntu:
  Confirmed

Bug description:
  Something went wrong that required me to boot to recovery mode via
  grub.  The important part here, is that while I got as far as the
  recovery screen asking to "Enable Networking" and other options fsck
  filesystems, drop to root shell, etc.

  and selected "Enable Networking":

  the result was:

  grep: /etc/resolv.conf: No such File or directory.

  Unknown group "power" in message bus configuration file.


  (Networking did not enable, leaving me stranded at root shell without
  network which would have made adding/removing packages to troubleshoot
  easier)

  Ubuntu: zesty 17.04
  Linux: Linux Hedy 4.10.0-19-generic #21-Ubuntu SMP Thu Apr 6 17:04:57 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux
  network-manager: 1.4.4-1ubuntu3

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: network-manager 1.4.4-1ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Apr 13 16:40:19 2017
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-07-09 (1009 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140708)
  IpRoute:
   default via 192.168.250.1 dev wlan1 proto static metric 600 
   10.0.3.0/24 dev lxcbr0 proto kernel scope link src 10.0.3.1 linkdown 
   169.254.0.0/16 dev lxcbr0 scope link metric 1000 linkdown 
   192.168.250.0/24 dev wlan1 proto kernel scope link src 192.168.250.3 metric 
600
  NetworkManager.conf:
   [main]
   plugins=ifupdown,keyfile
   
   [ifupdown]
   managed=false
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=false
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to zesty on 2017-04-13 (0 days ago)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   lxcbr0  bridgeconnected/org/freedesktop/NetworkManager/Devices/3  
lxcbr0  46595dd8-757b-4d93-ade3-c066f72d9e2e  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   wlan1   wifi  connected/org/freedesktop/NetworkManager/Devices/2  
Brisbane House  2b25e748-f9c5-4c84-9fe6-0f64071fcf0b  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   eth1ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN 
   running  1.4.4connected  started  full  enabled enabled  
enabled  enabled  disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1682637/+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 1667198] Re: gpu-manager should also support using custom xorg.conf files for Nvidia

2017-06-26 Thread Anthony Wong
** Changed in: hwe-next
   Status: New => Incomplete

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

Title:
  gpu-manager should also support using custom xorg.conf files for
  Nvidia

Status in HWE Next:
  Incomplete
Status in OEM Priority Project:
  Confirmed
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Xenial:
  Fix Committed

Bug description:
  SRU Request:

  [Impact]
  Different GPUs may require different options in the xorg.conf file. Currently 
this is not possible, since the options have been hardcoded in gpu-manager to 
configure the system automatically.

  This new (backported) feature allows users to tell gpu-manager to use
  their own custom xorg.confs for their NVIDIA GPUs.

  [Test Case]
  1) Enable the xenial-proposed repository, and install the 
ubuntu-drivers-common and the nvidia-prime packages.

  2) Install the nvidia driver.

  3) Place your configuration file(s) in the /usr/share/gpu-manager.d
  directory.

  If you are using a non-hybrid system, you can create the /usr/share
  /gpu-manager.d/non-hybrid file. In case of a hybrid system, you can
  specify /usr/share/gpu-manager.d/hybrid-performance and/or /usr/share
  /gpu-manager.d/hybrid-power-saving, depending on the power profile you
  intend to apply your settings to.

  4) Restart the system and see if it boots correctly. If unsure, please
  attach your /var/log/gpu-manager.log and /var/log/Xorg.0.log

  5) Make sure that the /etc/X11/xorg.conf matches the file you
  specified in 3)

  [Regression Potential]
  Low, the above mentioned changes are already in Artful, and will not affect 
the system's behaviour unless new configuration files are put in the 
/usr/share/gpu-manager.d/ directory.

  __
  This feature has been implemented for Intel (ex. gpumanager_uxa), which is 
parsing kernel parameter to add option in xorg.conf (commit ff3a4e54).

  And now Nvidia also need this feature to add Option
  "nvidiaXineramaInfo" "off" to fix some issues.

  Btw, I'm thinking it might be a more flexible to have a config file
  which user could add all options as they want so that we could prevent
  keeping change gpu-manager when some more options are needed in the
  future.

  Needed by LP: #1653592

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1667198/+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 1700692] [NEW] FTBFS on i386: dbaccess_RowSetClones unit test segfaults

2017-06-26 Thread Olivier Tilloy
Public bug reported:

That unit test has been consistently failing in i386 builds for the past
few days (at least since 2017-06-20 which is when 5.3.3-0ubuntu2 was
uploaded to -proposed, maybe longer). I've tried building 5.3.4 in a
PPA, and it's failing in the same manner.

Attaching a full build log.

** Affects: libreoffice (Ubuntu)
 Importance: Critical
 Assignee: Olivier Tilloy (osomon)
 Status: New

** Attachment added: 
"buildlog_ubuntu-artful-i386.libreoffice_1-5.3.4-0ubuntu1-test1_BUILDING.txt.gz"
   
https://bugs.launchpad.net/bugs/1700692/+attachment/4903884/+files/buildlog_ubuntu-artful-i386.libreoffice_1-5.3.4-0ubuntu1-test1_BUILDING.txt.gz

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

Title:
  FTBFS on i386: dbaccess_RowSetClones unit test segfaults

Status in libreoffice package in Ubuntu:
  New

Bug description:
  That unit test has been consistently failing in i386 builds for the
  past few days (at least since 2017-06-20 which is when 5.3.3-0ubuntu2
  was uploaded to -proposed, maybe longer). I've tried building 5.3.4 in
  a PPA, and it's failing in the same manner.

  Attaching a full build log.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1700692/+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 1700371] Re: package libreoffice-common (not installed) failed to install/upgrade: tentative de remplacement de « /usr/bin/soffice », qui appartient aussi au paquet openoffice-

2017-06-26 Thread Olivier Tilloy
Please see https://wiki.ubuntu.com/LibreOfficeBugWrangling
#package_libreoffice-
common_.28not_installed.29_failed_to_install.2Fupgrade:_trying_to_overwrite_.27.2Fusr.2Fbin.2Fsoffice.27
.2C_which_is_also_in_package_openoffice-debian-menus

** Changed in: libreoffice (Ubuntu)
   Status: New => Invalid

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

Title:
  package libreoffice-common (not installed) failed to install/upgrade:
  tentative de remplacement de « /usr/bin/soffice », qui appartient
  aussi au paquet openoffice-debian-menus 4.1.3-9783

Status in libreoffice package in Ubuntu:
  Invalid

Bug description:
  I think I tried to install open office twice which created a bug and I
  cannot use sudo apt get anymore...

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libreoffice-common (not installed)
  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
  Architecture: amd64
  Date: Sun Jun 25 18:14:35 2017
  ErrorMessage: tentative de remplacement de « /usr/bin/soffice », qui 
appartient aussi au paquet openoffice-debian-menus 4.1.3-9783
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.15
  SourcePackage: libreoffice
  Title: package libreoffice-common (not installed) failed to install/upgrade: 
tentative de remplacement de « /usr/bin/soffice », qui appartient aussi au 
paquet openoffice-debian-menus 4.1.3-9783
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1700371/+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 1585863] Re: WiFi malfunction after suspend & resume stress - sudo wpa_cli scan required to fix it.

2017-06-26 Thread Shih-Yuan Lee
Hi, I will close the request of SRU for oem-priority of this issue and
check if we can apply Aron's patches on other network-manager's bugs for
SRU.

** Changed in: oem-priority/xenial
   Status: Triaged => Fix Released

** Changed in: oem-priority
   Status: Triaged => Fix Released

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

Title:
  WiFi malfunction after suspend & resume stress - sudo wpa_cli scan
  required to fix it.

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project xenial series:
  Fix Released
Status in network-manager package in Ubuntu:
  Fix Released

Bug description:
  HOW TO REPRODUCE:
  1. Install fwts by `sudo apt-get install fwts`.
  2. Run the suspend & resume stress test.
  sudo fwts s3 --s3-multiple=30 --s3-min-delay=5 --s3-max-delay=5 
--s3-delay-delta=5

  RESULT:
  The WiFi can not connect to any access point and we have to execute `sudo 
wpa_cli scan` manually to make it work again.

  WORKAROUND:
  
(http://askubuntu.com/questions/761180/wifi-doesnt-work-after-suspend-after-16-04-upgrade)

  SYSTEM INFO:
  Description:Ubuntu Yakkety Yak (development branch)
  Release:16.10
  Packages:
  libnm-glib-vpn1:amd64   1.2.2-0ubuntu2
  libnm-glib4:amd64   1.2.2-0ubuntu2
  libnm-util2:amd64   1.2.2-0ubuntu2
  libnm0:amd641.2.2-0ubuntu2
  network-manager 1.2.2-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1585863/+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 1687253] Re: Can't Dock to Higher Resolution Monitor Without Reboot

2017-06-26 Thread Daniel van Vugt
** Tags added: multimonitor

** Also affects: gnome-shell (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Can't Dock to Higher Resolution Monitor Without Reboot
+ Correct desktop scaling factor not used on hotplugging a monitor (until after 
rebooting)

** Summary changed:

- Correct desktop scaling factor not used on hotplugging a monitor (until after 
rebooting)
+ Correct desktop scaling factor not used when hotplugging a monitor (until 
after rebooting)

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

Title:
  Correct desktop scaling factor not used when hotplugging a monitor
  (until after rebooting)

Status in Ubuntu GNOME:
  New
Status in gnome-desktop package in Ubuntu:
  New
Status in gnome-shell package in Ubuntu:
  New

Bug description:
  The title is fairly self explanatory: I have an ASUS UX305C laptop
  with a UHD screen, and when I plug it into a 27 inch monitor via an
  HDMI cable to dock it, there's no way to achieve the standard DPI
  scaling that the system UI does without rebooting. With the major
  increases in 4k monitor popularity, docking a laptop to a higher
  resolution monitor is going to become a very common use case in the
  future, and attempts to accommodate it should be made. I know that
  this is difficult to do as not all programs draw things the same way,
  but you should at least be able to make this work for system apps.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1687253/+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 1698287] Re: intel-vaapi-driver fails to load in a Gnome Shell Wayland session

2017-06-26 Thread Daniel van Vugt
** Summary changed:

- i965-va-driver fails to load in a Wayland session
+ intel-vaapi-driver fails to load in a Gnome Shell Wayland session

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

** Summary changed:

- intel-vaapi-driver fails to load in a Gnome Shell Wayland session
+ i965-va-driver fails to load in a Gnome Shell Wayland session

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

Title:
  i965-va-driver fails to load in a Gnome Shell Wayland session

Status in Libva:
  Fix Released
Status in gstreamer-vaapi package in Ubuntu:
  New
Status in intel-vaapi-driver package in Ubuntu:
  Invalid
Status in mpv package in Ubuntu:
  New
Status in totem package in Ubuntu:
  New

Bug description:
  The Intel i965 VA-API driver works well in Xorg sessions (Unity7 and
  Gnome Shell). But it refuses to load when in a Wayland session:

  $ totem bbb_sunflower_1080p_60fps_normal.mp4
  libva error: va_getDriverName() failed with unknown libva 
error,driver_name=(null)

  $ env LIBVA_DRIVER_NAME=i965 totem bbb_sunflower_1080p_60fps_normal.mp4
  totem: intel_driver.c:112: intel_driver_init: Assertion 
`VA_CHECK_DRM_AUTH_TYPE(ctx, VA_DRM_AUTH_DRI1) || VA_CHECK_DRM_AUTH_TYPE(ctx, 
VA_DRM_AUTH_DRI2) || VA_CHECK_DRM_AUTH_TYPE(ctx, VA_DRM_AUTH_CUSTOM)' failed.
  Aborted (core dumped)

  $ gst-play-1.0 bbb_sunflower_1080p_60fps_normal.mp4
  Press 'k' to see a list of keyboard shortcuts.
  Now playing /home/dan/Videos/bbb_sunflower_1080p_60fps_normal.mp4
  Redistribute latency...
  Redistribute latency...
  ERROR Internal error: could not render surface for 
file:///home/dan/Videos/bbb_sunflower_1080p_60fps_normal.mp4
  ERROR debug information: ../../../gst/vaapi/gstvaapisink.c(1482): 
gst_vaapisink_show_frame_unlocked (): 
/GstPlayBin:playbin/GstPlaySink:playsink/GstBin:vbin/GstVaapiSink:vaapisink0

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: i965-va-driver 1.8.1-1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu4
  Architecture: amd64
  Date: Fri Jun 16 13:40:38 2017
  InstallationDate: Installed on 2017-05-03 (44 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170502)
  SourcePackage: intel-vaapi-driver
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/libva/+bug/1698287/+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 1614593] Re: gimp freezes at end of cage-base transform

2017-06-26 Thread Maja Borkowska
I have the same problem but I am a very basic ubuntu user and so I don't
understand anything from what you are saying and I have no idea how to
apply those patches.

Can someone tell me in simple steps how do I do that? (Preferably just
write commands to write in the terminal ;) )

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

Title:
  gimp freezes at end of cage-base transform

Status in The Gimp:
  Confirmed
Status in gimp package in Ubuntu:
  Confirmed

Bug description:
  
  Hello.

  I am currently unable to apply the cage-base transform, whatever the
  image: at the end of the two first computations (creation of the cage
  and first deformation), gimp freezes (at the last pixel of the
  circle)!

  And no way to get it back...  Except closing.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gimp 2.8.16-1ubuntu1.1
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Aug 18 17:36:44 2016
  InstallationDate: Installed on 2013-07-29 (1116 days ago)
  InstallationMedia: Xubuntu 13.04 "Raring Ringtail" - Release amd64 
(20130423.1)
  SourcePackage: gimp
  UpgradeStatus: Upgraded to xenial on 2016-07-30 (18 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gimp/+bug/1614593/+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 1699618] Re: jetty hangs on startup under latest 3.13.0-121-generic kernel

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

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

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

Title:
  jetty hangs on startup under latest 3.13.0-121-generic kernel

Status in jetty package in Ubuntu:
  Confirmed

Bug description:
  I'm afraid I don't have a huge amount of information to share on this
  one yet, but its another issue I've seen since applying this weeks
  kernel update.

  I have a Ubuntu 14.04 host running Solr within Jetty, but this hangs
  on startup when running the latest kernel:

  $ sudo service jetty start 
   * Starting Jetty servlet engine. jetty
   * /var/run/jetty.pid exists, but jetty was not running. Ignoring 
/var/run/jetty.pid
  /etc/init.d/jetty: 274: /etc/init.d/jetty: /usr/sbin/rotatelogs: not found
   * Jetty servlet engine started, reachable on 
http://hostname-goes-here:8983/. jetty
 ...fail!

  
  $ ps -ef | grep [j]ava
  root  3389 1  0 23:25 ?00:00:00 jsvc.exec -user jetty -cp 
/usr/share/java/commons-daemon.jar:/usr/share/jetty/start.jar:/usr/share/jetty/start-daemon.jar:/usr/lib/jvm/default-java/lib/tools.jar
 -outfile /var/log/jetty/out.log -errfile /var/log/jetty/out.log -pidfile 
/var/run/jetty.pid -Xmx256m -Djava.awt.headless=true 
-Djava.library.path=/usr/lib -Djava.io.tmpdir=/var/cache/jetty/data 
-DSTART=/etc/jetty/start.config -Djetty.home=/usr/share/jetty 
-Djetty.logs=/var/log/jetty -Djetty.host= -Djetty.port=8983 
org.mortbay.jetty.start.daemon.Bootstrap /etc/jetty/jetty-logging.xml 
/etc/jetty/jetty.xml /etc/jetty/jetty-shared-webapps.xml

  
  $ sudo service jetty stop
   * Stopping Jetty servlet engine (was reachable on 
http://tenshi-prod-ckan:8983/). jetty
   * (not running).

  $ ps -ef | grep [j]ava
  root  3389 1  0 23:25 ?00:00:00 jsvc.exec -user jetty -cp 
/usr/share/java/commons-daemon.jar:/usr/share/jetty/start.jar:/usr/share/jetty/start-daemon.jar:/usr/lib/jvm/default-java/lib/tools.jar
 -outfile /var/log/jetty/out.log -errfile /var/log/jetty/out.log -pidfile 
/var/run/jetty.pid -Xmx256m -Djava.awt.headless=true 
-Djava.library.path=/usr/lib -Djava.io.tmpdir=/var/cache/jetty/data 
-DSTART=/etc/jetty/start.config -Djetty.home=/usr/share/jetty 
-Djetty.logs=/var/log/jetty -Djetty.host= -Djetty.port=8983 
org.mortbay.jetty.start.daemon.Bootstrap /etc/jetty/jetty-logging.xml 
/etc/jetty/jetty.xml /etc/jetty/jetty-shared-webapps.xml

  
  In this instance I can only terminate it with a "sudo kill -9 3389" which 
causes "Service killed by signal 11" to be logged to /var/log/jetty/out.log

  This is when booting the 3.13.0-121-generic - booting back into
  3.13.0-119-generic sees the service start fine. The host is running
  OpenJDK 7u131-2.6.9-0ubuntu0.14.04.2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jetty/+bug/1699618/+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 1688592] Re: Missing VA-API hardware decoding support drains battery

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

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

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

Title:
  Missing VA-API hardware decoding support drains battery

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Current devices ship with graphics devices supporting hardware
  decoding of certain video formats. While doing that, energy can be
  saved, as the main processor can go to sleep, and the graphics devices
  do their jobs more efficiently saving energy.

  Today, the browser is used a lot to watch movies. Unfortunately, the
  Firefox browser does not support VA-API hardware decoding, which is
  the interface to be used for Intel graphics device, which are included
  in current Intel processors.

  The issue in the Mozilla bug tracker [1] is open for over two years.

  Currently, this missing feature is a major show stopper for people
  using Ubuntu GNU/Linux on their laptops, as compared to Microsoft
  Windows one battery charge(?) lasts noticeably less time.

  [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1210727

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1688592/+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 1700659] [NEW] package gtk-update-icon-cache (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 2

2017-06-26 Thread LC
Public bug reported:

after upgrade system to ubuntu 17.x.x dpkg packs close with uncontables
errors, after reboot system didn't started sucessfully.

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: gtk-update-icon-cache (not installed)
Uname: Linux 4.11.7-041107-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
Date: Mon Jun 26 18:34:05 2017
ErrorMessage: subprocess new pre-installation script returned error exit status 
2
InstallationDate: Installed on 2016-10-05 (264 days ago)
InstallationMedia: Ubuntu-Server 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
SourcePackage: gtk+3.0
Title: package gtk-update-icon-cache (not installed) failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package zesty

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

Title:
  package gtk-update-icon-cache (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 2

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  after upgrade system to ubuntu 17.x.x dpkg packs close with
  uncontables errors, after reboot system didn't started sucessfully.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gtk-update-icon-cache (not installed)
  Uname: Linux 4.11.7-041107-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Mon Jun 26 18:34:05 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 2
  InstallationDate: Installed on 2016-10-05 (264 days ago)
  InstallationMedia: Ubuntu-Server 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: gtk+3.0
  Title: package gtk-update-icon-cache (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1700659/+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 1700085] Re: Mouse cursor is tiny on HiDPI screens

2017-06-26 Thread Till Kamppeter
** Also affects: gnome-desktop (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-desktop (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  Mouse cursor is tiny on HiDPI screens

Status in gnome package in Ubuntu:
  New
Status in gnome-desktop package in Ubuntu:
  New

Bug description:
  I am on Artful and have switched to GNOME as GNOME is the default
  desktop now and Unity shows some instabilities.

  I am using a Lenovo Thinkpad X1 Carbon (2nd gen.) notebook with
  14-inch QHD (2560x1440) display, so I am well over the good old 72-dpi
  CRT resolution.

  With some effort I have at least got a somewhat useful scaling of the
  GUI elements (esp. text size), mainly by getting into Unity7, getting
  into the Display Settings there, removing my ~1.5 scaling factor,
  returning to GNOME, installing the advanced settings manager (gnome-
  tweak-tool or so) and setting a scaling factor of ~2). Large text in
  accessibilty does not work for me as it makes the text huge.

  Now the mouse cursor does no bother on all these changes. It stays
  always in its 72-dpi hard-coded size which is really tiny under GNOME
  on my QHD screen. It gets easily totally invisible for me, especially
  on text fields where it gets a skinny vertical bar.

  Therefore there are two fixes needed:

  1. Mouse cursor needs to scale with scale factor for the desktop, so
  that it is in a good size relation with the rest of the desktop.
  Please take this into account for fractional scaling efforts.

  2. Even a standard-sized mouse cursor can be too small for people with
  vision problems, so the accessibility options need a possibility to
  apply a (fractional) adjustable scaling factor to the mouse cursor's
  standard size.

  Please take these changes into account ASAP, ideally on 17.10 at the
  latest. Please consider backporting upstream fixes for achieving this
  goal.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome/+bug/1700085/+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 1700092] Re: Text is tiny on HiDPI screens

2017-06-26 Thread Till Kamppeter
** Also affects: gnome-desktop (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-desktop (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  Text is tiny on HiDPI screens

Status in gedit package in Ubuntu:
  New
Status in gnome-desktop package in Ubuntu:
  New

Bug description:
  I am on Artful and have switched to GNOME as GNOME is the default
  desktop now and Unity shows some instabilities.

  I am using a Lenovo Thinkpad X1 Carbon (2nd gen.) notebook with
  14-inch QHD (2560x1440) display, so I am well over the good old 72-dpi
  CRT resolution.

  With some effort I have at least got a somewhat useful scaling of the
  GUI elements (esp. text size), mainly by getting into Unity7, getting
  into the Display Settings there, removing my ~1.5 scaling factor,
  returning to GNOME, installing the advanced settings manager (gnome-
  tweak-tool or so) and setting a scaling factor of ~2). Large text in
  accessibilty does not work for me as it makes the text huge.

  Unfortunately gedit does not bother on these efforts, it seems to be
  hard-coded to 72 dpi and so the text is tiny, unusable not only for
  people with vision problems. As this is the default text editor, which
  is often also called by web browsers to display text files, this needs
  to get fixed.

  Please take this into account ASAP, ideally on 17.10 at the latest.
  Please consider backporting upstream fixes for achieving this goal.

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

2017-06-26 Thread bedfojo
I can also confirm that the latest patch fixes the problem. Thank you
very much for your work!

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

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

Status in systemd:
  New
Status in network-manager package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Confirmed
Status in network-manager source package in Artful:
  Confirmed
Status in systemd source package in Artful:
  Confirmed

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

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

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

-- 
Mailing list: https://launchpad.net/~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 1700649] [NEW] MTP device fails to mount

2017-06-26 Thread Leo
Public bug reported:

In 17.04 thunar/gvfs is no longer able to access my phone over USB. (This 
worked fine in 16.10 with the same phone/android version.)
On connecting the phone the device shows up in Thunar and double clicking it 
shows the two folders (Internal Shared Storage and SD Card), however another 
window immediately pops up saying:
Failed to mount "E5823"
Unable to open MTP device '[usb:003,048]'
The phone will then pop up the dialog asking how to use the USD connection 
(charging or transfer files) like when initially connected. Choosing Transfer 
causes the device to show up again in Thunar, but the same thing happens again 
if trying to access it.

The output of dmesg shows lots of lines like:
usbfs: process 13035 (events) did not claim interface 0 before use
and a few lines like:
usbfs: process 12893 (pool) did not claim interface 0 before use
where the process id changes every time I reconnect the device.

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

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

Title:
  MTP device fails to mount

Status in gvfs package in Ubuntu:
  New

Bug description:
  In 17.04 thunar/gvfs is no longer able to access my phone over USB. (This 
worked fine in 16.10 with the same phone/android version.)
  On connecting the phone the device shows up in Thunar and double clicking it 
shows the two folders (Internal Shared Storage and SD Card), however another 
window immediately pops up saying:
  Failed to mount "E5823"
  Unable to open MTP device '[usb:003,048]'
  The phone will then pop up the dialog asking how to use the USD connection 
(charging or transfer files) like when initially connected. Choosing Transfer 
causes the device to show up again in Thunar, but the same thing happens again 
if trying to access it.

  The output of dmesg shows lots of lines like:
  usbfs: process 13035 (events) did not claim interface 0 before use
  and a few lines like:
  usbfs: process 12893 (pool) did not claim interface 0 before use
  where the process id changes every time I reconnect the device.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1700649/+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 1689825] Re: gnome-keyring not unlocked on boot

2017-06-26 Thread MikeD
The following seems to have got me running normally again.  Working on the 
theory the keyring file was somehow corrupted, I deleted the keyring file...
rm ~/.local/share/keyrings/login.keyring
...and rebooted.  A new keyring file has been generated and everything looks 
good for now!

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

Title:
  gnome-keyring not unlocked on boot

Status in chromium-browser package in Ubuntu:
  Invalid
Status in gnome-keyring package in Ubuntu:
  Confirmed
Status in libgnome-keyring package in Ubuntu:
  Confirmed

Bug description:
  1) Release: 16.04.2
  2) gnome-keyring: 3.18.3-0ubuntu2
  3) Login. gnome-keyring unlocks "login" features including for google chrome
  4) gnome-keyring is not unlocked, chrome takes 2 minutes to open and with no 
secure password features(sync) functioning.

  For the past couple days, chrome on Ubuntu 16.04 takes a REALLY long
  time (maybe 2 minutes) to start. Once chrome is started, I am not able
  to sync and any secure password features are broken. I found out this
  is due to gnome-keyring not being unlocked at login. There's also no
  way to unlock the "login" portion of the keyring from the running
  daemon by default. I have to kill the gnome-keyring process and start
  without "--login" as a parameter. Then the "login" section shows up
  which I'm able to unlock. From there chrome starts up instantly but
  asks the following:

  Enter password to unlock your login keyring
  The login keyring did not get unlocked when you logged into your computer

  After that, all of it's sync and secure features are functional.

  Starting google-chrome-stable from a command line at boot without
  running the above workaround shows the following error messages:

  Gkr-Message: secret service operation failed: Did not receive a reply. 
Possible causes include: the remote application did not send a reply, the 
message bus security policy blocked the reply, the reply timeout expired, or 
the network connection was broken.
  Gkr-Message: secret service operation failed: Did not receive a reply. 
Possible causes include: the remote application did not send a reply, the 
message bus security policy blocked the reply, the reply timeout expired, or 
the network connection was broken.
  [4364:4393:0510/100407.740292:ERROR:token_service_table.cc(130)] Failed to 
decrypt token for service AccountId-108842767310111573264
  [4364:4445:0510/100407.740292:ERROR:gcm_store_impl.cc(929)] Failed to restore 
security token.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-keyring 3.18.3-0ubuntu2
  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: GNOME-Flashback:Unity
  Date: Wed May 10 09:43:37 2017
  SourcePackage: gnome-keyring
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1689825/+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 1700630] [NEW] Please add FileCheck, not, and lit back into llvm-toolchain

2017-06-26 Thread Scott Constable
Public bug reported:

The llvm-toolchain-3.8 change log reads in part:
"removed LLVM-internal tools (lit, FileCheck, not, *-tblgen, etc.);
  not installed by CMake, not intended for distribution"
The "not intended for distribution" argument can easily be made for *-tblgen, 
but a popular use of clang/LLVM dev packages is to build libtools, and libtools 
are tested using lit, FileCheck, etc. I'm currently developing two libtools, 
both of which use lit and FileCheck to run 'make check'. Right now I have to 
require users to compile LLVM from source on Ubuntu and Debian, which is very 
inconvenient. The process is easier on MacOS, because home-brew provides lit 
and FileCheck with the llvm package, as I would expect.

** Affects: llvm-toolchain-3.8 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: llvm-toolchain-3.9 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: llvm-toolchain-4.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: llvm-toolchain-3.9 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: llvm-toolchain-4.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Please add FileCheck, not, and lit back into llvm-toolchain

Status in llvm-toolchain-3.8 package in Ubuntu:
  New
Status in llvm-toolchain-3.9 package in Ubuntu:
  New
Status in llvm-toolchain-4.0 package in Ubuntu:
  New

Bug description:
  The llvm-toolchain-3.8 change log reads in part:
  "removed LLVM-internal tools (lit, FileCheck, not, *-tblgen, etc.);
not installed by CMake, not intended for distribution"
  The "not intended for distribution" argument can easily be made for *-tblgen, 
but a popular use of clang/LLVM dev packages is to build libtools, and libtools 
are tested using lit, FileCheck, etc. I'm currently developing two libtools, 
both of which use lit and FileCheck to run 'make check'. Right now I have to 
require users to compile LLVM from source on Ubuntu and Debian, which is very 
inconvenient. The process is easier on MacOS, because home-brew provides lit 
and FileCheck with the llvm package, as I would expect.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.8/+bug/1700630/+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 1699772] Re: linux-image-4.10.0-24-generic, linux-image-4.8.0-56-generic, linux-image-4.4.0-81-generic, linux-image-3.13.0-121-generic Regression: many user-space apps crashing

2017-06-26 Thread Norbert
Scilab is still crashing with kernel from xenial-proposed (4.4.0-82.105).
"JAVA_TOOL_OPTIONS=-Xss1280k scilab" helps, but it is not a solution.

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

Title:
  linux-image-4.10.0-24-generic, linux-image-4.8.0-56-generic, linux-
  image-4.4.0-81-generic, linux-image-3.13.0-121-generic Regression:
  many user-space apps crashing

Status in commons-daemon package in Ubuntu:
  Confirmed
Status in eclipse package in Ubuntu:
  Confirmed
Status in imagej package in Ubuntu:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in octave package in Ubuntu:
  Confirmed
Status in python-jpype package in Ubuntu:
  Confirmed
Status in scilab package in Ubuntu:
  Confirmed
Status in linux package in Debian:
  Confirmed

Bug description:
  Distribution: Ubuntu 16.04 x64 (Flavour: KDE Neon User Edition 5.10)

  linux-image-4.4.0-81-generic appears to contain a regression, probably
  related to the CVE-2017-1000364 fix backport / patch.

  Using this kernel, the Oracle Java browser plugin always crashes
  during stack-related actions on initialization. This means, the plugin
  completely stopped working.

  
  It works perfectly fine in linux-image-4.4.0-79-generic (vurlerable to 
CVE-2017-1000364) as well as linux-image-4.11.6-041106-generic, which also 
contains a fix for CVE-2017-1000364.


  uname -a:

  > Linux Zweiblum 4.4.0-81-generic #104-Ubuntu SMP Wed Jun 14 08:17:06
  UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


  I tested Oracle Java 1.8 u131 as well as 1.6 u64 in Firefox 51.0.1 as
  well as Iceweasel / Firefox/3.5.16 in a chroot.

  Using linux-image-4.4.0-81-generic it crashes in all combinations
  while with both other kernels it works.

  
  I was not able to obtain any detailed crash information from Firefox 51.0.1, 
but Iceweasel 3.5.16 crashed completely, allowing me to obtain a stack trace 
which shows the relation to stack operations performed by the plugin, even 
without proper debug symbols:

  
  > (gdb) bt full
  > #0  0x7fa06d805307 in _expand_stack_to(unsigned char*) () from 
/opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #1  0x7fa06d8053ae in os::Linux::manually_expand_stack(JavaThread*, 
unsigned char*) ()
  >from /opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #2  0x7fa06d80cf0b in JVM_handle_linux_signal () from 
/opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #3  0x7fa06d802e13 in signalHandler(int, siginfo*, void*) () from 
/opt/java-8-oracle/jre/lib/amd64/server/libjvm.so
  > No symbol table info available.
  > #4  

  
  I first assumed a bug in the Java plugin, but it works fine in Linux 4.11.6.

  
  The crash will be triggered by any applet, for example the test applet at:

  * https://java.com/en/download/installed8.jsp

  
  I'm running the Ubuntu 16.04 based KDE Neon distribution which somehow 
apparently does not allow me to use apport to report this bug:

  > $ LANG= apport-cli linux-image-4.4.0-81-generic
  > 
  > *** Collecting problem information
  > 
  > The collected information can be sent to the developers to improve the
  > application. This might take a few minutes.
  > .
  > 
  > *** Problem in linux-image-4.4.0-81-generic
  > 
  > The problem cannot be reported:
  > 
  > This is not an official KDE package. Please remove any third party package 
and try again.

  If someone can tell me how to get apport working for this package, I
  can use it to collect additional information, but (unfortunately?) the
  problem should be fairly easy to reproduce...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/commons-daemon/+bug/1699772/+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 1585094] Re: Random stuck keys on Lenovo Yoga 13

2017-06-26 Thread vak
the bug was happening again last days. It is absolutely unclear why it
comes and why it goes.

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

Title:
  Random stuck keys on Lenovo Yoga 13

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  pressing arrow keys leads randomly to the effect of stuck number key
  and produces output in consoles or text editors like: "22" or
  "88". Pressing some other key stops the infinite flooding.

  This may (or not) be related to the following flooding in
  /var/log/system

  May 24 10:01:30 yogi kernel: [ 3816.438579] atkbd serio0: Unknown key pressed 
(translated set 2, code 0xbe on isa0060/serio0).
  May 24 10:01:30 yogi kernel: [ 3816.438603] atkbd serio0: Use 'setkeycodes 
e03e ' to make it known.
  May 24 10:01:30 yogi kernel: [ 3816.443504] atkbd serio0: Unknown key 
released (translated set 2, code 0xbe on isa0060/serio0).
  May 24 10:01:30 yogi kernel: [ 3816.443516] atkbd serio0: Use 'setkeycodes 
e03e ' to make it known.

  
  these messages are generated approximately each 200 msec. If the former is 
not related to stuck key problem, please, ignore.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  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 May 24 09:45:39 2016
  DistUpgraded: 2016-04-24 00:21:19,103 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo 3rd Gen Core processor Graphics Controller [17aa:3977]
  InstallationDate: Installed on 2013-11-17 (918 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: LENOVO 2191
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed 
root=UUID=f6200601-c430-459d-abab-c6d45f1e147a ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-04-23 (30 days ago)
  dmi.bios.date: 02/28/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 66CN55WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Yoga 13
  dmi.modalias: 
dmi:bvnLENOVO:bvr66CN55WW:bd02/28/2013:svnLENOVO:pn2191:pvrLenovoIdeaPadYoga13:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadYoga13:
  dmi.product.name: 2191
  dmi.product.version: Lenovo IdeaPad Yoga 13
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  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
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Tue May 24 08:57:44 2016
  xserver.configfile: default
  xserver.errors: SynPS/2 Synaptics TouchPad: Read error 19
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 864 
   vendor LGD
  xserver.version: 2:1.18.3-1ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1585094/+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 1696418] Re: gnome-help/shell-introduction.page link to removed files

2017-06-26 Thread Gunnar Hjalmarsson
** Description changed:

+ [Impact]
+ 
+ The latest language pack update for trusty at 2016-07-20 did (for
+ unknown reason) not include the localized gnome-help pages, so gnome-
+ help is displayed in English whatever the session language is.
+ 
+ The proposed upload sets the NO_PKG_MANGLE variable, so the package is
+ built without language stripping. This works around the failure with the
+ language packs.
+ 
+ [Test Case]
+ 
+ Open gnome-help with a non-English language (using Spanish as example):
+ 
+ LANGUAGE=es yelp help:gnome-help
+ 
+ Current package: Showed in English
+ 
+ Proposed package: Showed in Spanish
+ 
+ [Regression Potential]
+ 
+ Negligible. This is in practice a no-change rebuild.
+ 
+ [Original description]
+ 
  p.e.:
  /usr/share/help/es/gnome-help/shell-introduction.page
  is a link to /usr/share/help-langpack/es/gnome-help/shell-introduction.page
  
  A lot of pages became broken links since some update of language-pack-
  gnome-*-base lost target files.
  
  Most of missing files are listed at:
  https://packages.ubuntu.com/trusty/all/language-pack-gnome-*-base/filelist
  
  (Replace "*" by any packaged language, such as "es")
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-user-guide 3.8.2-1
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic i686
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  CasperVersion: 1.340
  CurrentDesktop: GNOME
  Date: Wed Jun  7 13:15:08 2017
  LiveMediaBuild: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  PackageArchitecture: all
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=es_ES.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=es_ES.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gnome-user-docs
  UpgradeStatus: No upgrade log present (probably fresh install)

** Also affects: ubuntu-docs (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-docs (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: language-pack-gnome-es-base (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: gnome-user-docs (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** No longer affects: ubuntu-docs (Ubuntu Trusty)

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

** Changed in: gnome-user-docs (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: gnome-user-docs (Ubuntu Trusty)
   Importance: Undecided => Medium

** Changed in: gnome-user-docs (Ubuntu Trusty)
   Status: New => In Progress

** Changed in: gnome-user-docs (Ubuntu Trusty)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Changed in: language-pack-gnome-es-base (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: language-pack-gnome-es-base (Ubuntu Trusty)
   Status: New => Won't Fix

** Patch added: "gnome-user-docs_trusty-translations.debdiff"
   
https://bugs.launchpad.net/ubuntu/trusty/+source/gnome-user-docs/+bug/1696418/+attachment/4903735/+files/gnome-user-docs_trusty-translations.debdiff

** Tags added: patch

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

Title:
  gnome-help/shell-introduction.page link to removed files

Status in gnome-user-docs package in Ubuntu:
  Invalid
Status in language-pack-gnome-es-base package in Ubuntu:
  Invalid
Status in gnome-user-docs source package in Trusty:
  In Progress
Status in language-pack-gnome-es-base source package in Trusty:
  Won't Fix

Bug description:
  [Impact]

  The latest language pack update for trusty at 2016-07-20 did (for
  unknown reason) not include the localized gnome-help pages, so gnome-
  help is displayed in English whatever the session language is.

  The proposed upload sets the NO_PKG_MANGLE variable, so the package is
  built without language stripping. This works around the failure with
  the language packs.

  [Test Case]

  Open gnome-help with a non-English language (using Spanish as
  example):

  LANGUAGE=es yelp help:gnome-help

  Current package: Showed in English

  Proposed package: Showed in Spanish

  [Regression Potential]

  Negligible. This is in practice a no-change rebuild.

  [Original description]

  p.e.:
  /usr/share/help/es/gnome-help/shell-introduction.page
  is a link to /usr/share/help-langpack/es/gnome-help/shell-introduction.page

  A lot of pages became broken links since some update of language-pack-
  gnome-*-base lost target files.

  Most of missing files are listed at:
  https://packages.ubuntu.com/trusty/all/language-pack-gnome-*-base/filelist

  (Replace "*" by any packaged language, such as "es")

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-user-guide 3.8.2-1
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic i686
  

[Desktop-packages] [Bug 1700617] Re: Installed chrome through store, it took long time so i cancelled it and it caused this error package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subpro

2017-06-26 Thread Apport retracing service
*** This bug is a duplicate of bug 1688721 ***
https://bugs.launchpad.net/bugs/1688721

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1688721, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1688721
   Packages that trigger multiple debconf prompts fail to install

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

Title:
  Installed chrome through store, it took long time so i cancelled it
  and it caused this error 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:
  I was installing chrome through store having its deb file it took long
  so i canceled it.Then it started showing this bug.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-24.28-generic 4.10.15
  Uname: Linux 4.10.0-24-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Mon Jun 26 19:19:18 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-06-26 (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/1700617/+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 1700422] Re: package thunderbird-locale-en 1:52.1.1+build1-0ubuntu0.16.04.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it bef

2017-06-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package thunderbird-locale-en 1:52.1.1+build1-0ubuntu0.16.04.1 failed
  to install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

Status in thunderbird package in Ubuntu:
  New

Bug description:
  Popup reports a bug for updating software.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: thunderbird-locale-en 1:52.1.1+build1-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wendy  2201 F pulseaudio
  BuildID: 2017051014
  Channel: Unavailable
  Date: Sun Jun 25 15:42:49 2017
  DuplicateSignature:
   package:thunderbird-locale-en:1:52.1.1+build1-0ubuntu0.16.04.1
   Unpacking linux-headers-generic (4.4.0.81.87) over (4.4.0.79.85) ...
   dpkg: error processing package thunderbird-locale-en (--configure):
package is in a very bad inconsistent state; you should
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-09-16 (282 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IpRoute:
   default via 192.168.0.1 dev enp1s0  proto static  metric 100 
   default via 192.168.0.1 dev wlp2s0  proto static  metric 600 
   169.254.0.0/16 dev enp1s0  scope link  metric 1000 
   192.168.0.0/24 dev enp1s0  proto kernel  scope link  src 192.168.0.15  
metric 100 
   192.168.0.0/24 dev wlp2s0  proto kernel  scope link  src 192.168.0.14  
metric 600
  NoProfiles: True
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Title: package thunderbird-locale-en 1:52.1.1+build1-0ubuntu0.16.04.1 failed 
to install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 0FXP6Y
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A12
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd10/25/2013:svnDellInc.:pnInspiron3521:pvrA12:rvnDellInc.:rn0FXP6Y:rvrA00:cvnDellInc.:ct8:cvrA12:
  dmi.product.name: Inspiron 3521
  dmi.product.version: A12
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1700422/+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 1700439] Re: package texlive-science-doc 2016.20170123-5 failed to install/upgrade: trying to overwrite '/usr/share/doc/texlive-doc/latex/textgreek/README', which is also in pa

2017-06-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package texlive-science-doc 2016.20170123-5 failed to install/upgrade:
  trying to overwrite '/usr/share/doc/texlive-
  doc/latex/textgreek/README', which is also in package texlive-latex-
  extra-doc 2016.20170123-5

Status in texlive-extra package in Ubuntu:
  New

Bug description:
  Error code (1) during installation.

  ProblemType: Package
  DistroRelease: Ubuntu 17.10
  Package: texlive-science-doc 2016.20170123-5
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu5
  Architecture: amd64
  Date: Sun Jun 25 16:32:06 2017
  DpkgTerminalLog:
   Preparing to unpack .../texlive-science-doc_2017.20170623-1_all.deb ...
   De-configuring texlive-latex-extra-doc (2016.20170123-5) ...
   Unpacking texlive-science-doc (2017.20170623-1) over (2016.20170123-5) ...
   dpkg: error processing archive 
/var/cache/apt/archives/texlive-science-doc_2017.20170623-1_all.deb (--unpack):
trying to overwrite '/usr/share/doc/texlive-doc/latex/textgreek/README', 
which is also in package texlive-latex-extra-doc 2016.20170123-5
  DuplicateSignature:
   package:texlive-science-doc:2016.20170123-5
   Unpacking texlive-science-doc (2017.20170623-1) over (2016.20170123-5) ...
   dpkg: error processing archive 
/var/cache/apt/archives/texlive-science-doc_2017.20170623-1_all.deb (--unpack):
trying to overwrite '/usr/share/doc/texlive-doc/latex/textgreek/README', 
which is also in package texlive-latex-extra-doc 2016.20170123-5
  ErrorMessage: trying to overwrite 
'/usr/share/doc/texlive-doc/latex/textgreek/README', which is also in package 
texlive-latex-extra-doc 2016.20170123-5
  InstallationDate: Installed on 2016-08-06 (323 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.24ubuntu1
   apt  1.4.5
  SourcePackage: texlive-extra
  Title: package texlive-science-doc 2016.20170123-5 failed to install/upgrade: 
trying to overwrite '/usr/share/doc/texlive-doc/latex/textgreek/README', which 
is also in package texlive-latex-extra-doc 2016.20170123-5
  UpgradeStatus: Upgraded to artful on 2017-05-20 (36 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-extra/+bug/1700439/+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 1700619] [NEW] package gtk-update-icon-cache (not installed) failed to install/upgrade: sub-processo novo script pre-installation retornou estado de saída de erro 2

2017-06-26 Thread LC
Public bug reported:

the problem start after a did a update of ubuntu core.

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: gtk-update-icon-cache (not installed)
ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
Uname: Linux 4.4.0-78-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Mon Jun 26 14:00:33 2017
ErrorMessage: sub-processo novo script pre-installation retornou estado de 
saída de erro 2
InstallationDate: Installed on 2016-10-05 (264 days ago)
InstallationMedia: Ubuntu-Server 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1.1
 apt  1.2.20
SourcePackage: gtk+3.0
Title: package gtk-update-icon-cache (not installed) failed to install/upgrade: 
sub-processo novo script pre-installation retornou estado de saída de erro 2
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package yakkety

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

Title:
  package gtk-update-icon-cache (not installed) failed to
  install/upgrade: sub-processo novo script pre-installation retornou
  estado de saída de erro 2

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  the problem start after a did a update of ubuntu core.

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: gtk-update-icon-cache (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Mon Jun 26 14:00:33 2017
  ErrorMessage: sub-processo novo script pre-installation retornou estado de 
saída de erro 2
  InstallationDate: Installed on 2016-10-05 (264 days ago)
  InstallationMedia: Ubuntu-Server 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1.1
   apt  1.2.20
  SourcePackage: gtk+3.0
  Title: package gtk-update-icon-cache (not installed) failed to 
install/upgrade: sub-processo novo script pre-installation retornou estado de 
saída de erro 2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1700619/+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 653411] Re: package tex-common 2.08 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

** Changed in: tex-common (Ubuntu)
   Status: New => Confirmed

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

Title:
  package tex-common 2.08 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in tex-common package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: tex-common

  Tried to install texlive distribution via synaptic package manager.

  ProblemType: Package
  DistroRelease: Ubuntu 10.10
  Package: tex-common 2.08
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Fri Oct  1 21:54:06 2010
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release Candidate i386 
(20100928)
  PackageArchitecture: all
  SourcePackage: tex-common
  Title: package tex-common 2.08 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/653411/+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 1700617] [NEW] Installed chrome through store, it took long time so i cancelled it and it caused this error package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subp

2017-06-26 Thread r3d-c0d3
Public bug reported:

I was installing chrome through store having its deb file it took long
so i canceled it.Then it started showing this bug.

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: gconf2-common 3.2.6-3ubuntu7
ProcVersionSignature: Ubuntu 4.10.0-24.28-generic 4.10.15
Uname: Linux 4.10.0-24-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
Date: Mon Jun 26 19:19:18 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationDate: Installed on 2017-06-26 (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/1700617

Title:
  Installed chrome through store, it took long time so i cancelled it
  and it caused this error 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:
  I was installing chrome through store having its deb file it took long
  so i canceled it.Then it started showing this bug.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-24.28-generic 4.10.15
  Uname: Linux 4.10.0-24-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Mon Jun 26 19:19:18 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-06-26 (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/1700617/+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 1696418] Re: gnome-help/shell-introduction.page link to removed files

2017-06-26 Thread Sebastien Bacher
gnome-user-docs was not moved to universe in trusty and I would expect
the launchpad export to look at the right serie but maybe there is a bug
there...

it would be nice to try to understand the issue but as said activity on
trusty is low now so it might not be worth spending the efforts
debugging and the unstrip workaround might be good enough

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

Title:
  gnome-help/shell-introduction.page link to removed files

Status in gnome-user-docs package in Ubuntu:
  Confirmed
Status in language-pack-gnome-es-base package in Ubuntu:
  Confirmed

Bug description:
  p.e.:
  /usr/share/help/es/gnome-help/shell-introduction.page
  is a link to /usr/share/help-langpack/es/gnome-help/shell-introduction.page

  A lot of pages became broken links since some update of language-pack-
  gnome-*-base lost target files.

  Most of missing files are listed at:
  https://packages.ubuntu.com/trusty/all/language-pack-gnome-*-base/filelist

  (Replace "*" by any packaged language, such as "es")

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-user-guide 3.8.2-1
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic i686
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  CasperVersion: 1.340
  CurrentDesktop: GNOME
  Date: Wed Jun  7 13:15:08 2017
  LiveMediaBuild: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-user-docs
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-user-docs/+bug/1696418/+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 1700600] [NEW] Appearance settings changed in normal mode, aren't properly updated when using low-gfx (and vice-versa)

2017-06-26 Thread Treviño
Public bug reported:

1. Run ucc in normal mode, and change some settings (i.e. icon size)
2. switch to low-gfx mod (either rebooting or changing the gsettings key)

Expected:

3. The changed settings are preserved

Actual:

3. The changed settings are ignored in the new profile.

** Affects: unity-control-center (Ubuntu)
 Importance: Medium
 Assignee: Marco Trevisan (Treviño) (3v1n0)
 Status: In Progress

** Branch linked: lp:~3v1n0/unity-control-center/grouped-compiz-
gsettings-support

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

Title:
  Appearance settings changed in normal mode, aren't properly updated
  when using low-gfx (and vice-versa)

Status in unity-control-center package in Ubuntu:
  In Progress

Bug description:
  1. Run ucc in normal mode, and change some settings (i.e. icon size)
  2. switch to low-gfx mod (either rebooting or changing the gsettings key)

  Expected:

  3. The changed settings are preserved

  Actual:

  3. The changed settings are ignored in the new profile.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1700600/+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-06-26 Thread Moritz Imendörffer
Still the same issue:

4.11.7-041107-generic #201706240231 SMP Sat Jun 24 06:33:20 UTC 2017
x86_64 x86_64 x86_64 GNU/Linux

VGA compatible controller: Intel Corporation Sky Lake Integrated
Graphics (rev 07)

i915 1495040  9
i2c_algo_bit   16384  1 i915
drm_kms_helper155648  1 i915
drm   352256  10 i915,drm_kms_helper
video  40960  2 thinkpad_acpi,i915

-- 
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 1619984] Re: gnome-calendar crashed with SIGSEGV in gcal_manager_get_system_timezone()

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

** Changed in: gnome-calendar (Ubuntu)
   Status: New => Confirmed

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

Title:
  gnome-calendar crashed with SIGSEGV in
  gcal_manager_get_system_timezone()

Status in gnome-calendar package in Ubuntu:
  Confirmed

Bug description:
  It crashed while it was running in the background.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: gnome-calendar 3.20.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Sep  4 00:00:00 2016
  ExecutablePath: /usr/bin/gnome-calendar
  InstallationDate: Installed on 2016-04-26 (130 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcCmdline: /usr/bin/gnome-calendar --gapplication-service
  SegvAnalysis:
   Segfault happened at: 0x4256a0 :   mov
0x78(%rdi),%rax
   PC (0x004256a0) ok
   source "0x78(%rdi)" (0x0078) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-calendar
  StacktraceTop:
   gcal_manager_get_system_timezone ()
   ?? ()
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: gnome-calendar crashed with SIGSEGV in 
gcal_manager_get_system_timezone()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1619984/+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 1700587] [NEW] Required input is missing.

2017-06-26 Thread Jari Hyvönen
Public bug reported:

k

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-75.96-generic 4.4.59
Uname: Linux 4.4.0-75-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
Date: Mon Jun 26 18:10:06 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 NVIDIA Corporation G84GLM [Quadro NVS 320M] [10de:040b] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Hewlett-Packard Company G84GLM [Quadro NVS 320M] [103c:30c3]
InstallationDate: Installed on 2016-10-10 (259 days ago)
InstallationMedia: Ubuntu 16.04 LTS (Finnish Remix) "Xenial Xerus" - Release 
amd64 (20160420.1)
MachineType: Hewlett-Packard HP Compaq 8710p
ProcEnviron:
 LANGUAGE=fi
 PATH=(custom, no user)
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-75-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/18/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68MAD Ver. F.0D
dmi.board.name: 30C3
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 73.31
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MADVer.F.0D:bd06/18/2008:svnHewlett-Packard:pnHPCompaq8710p:pvrF.0D:rvnHewlett-Packard:rn30C3:rvrKBCVersion73.31:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP Compaq 8710p
dmi.product.version: F.0D
dmi.sys.vendor: Hewlett-Packard
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: Mon Jun 26 17:05:35 2017
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-0ubuntu0.2
xserver.video_driver: nouveau

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


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

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

Title:
  Required input is missing.

Status in xorg package in Ubuntu:
  New

Bug description:
  k

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-75.96-generic 4.4.59
  Uname: Linux 4.4.0-75-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
  Date: Mon Jun 26 18:10:06 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro NVS 320M] [10de:040b] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro NVS 320M] [103c:30c3]
  InstallationDate: Installed on 2016-10-10 (259 days ago)
  InstallationMedia: Ubuntu 16.04 LTS (Finnish Remix) "Xenial Xerus" - Release 
amd64 (20160420.1)
  MachineType: Hewlett-Packard HP Compaq 8710p
  ProcEnviron:
   LANGUAGE=fi
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-75-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/18/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MAD Ver. F.0D
  dmi.board.name: 30C3
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 73.31
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MADVer.F.0D:bd06/18/2008:svnHewlett-Packard:pnHPCompaq8710p:pvrF.0D:rvnHewlett-Packard:rn30C3:rvrKBCVersion73.31:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 8710p
  

[Desktop-packages] [Bug 1672619] Re: "disable touchpad while typing" doesn't work on xps 13 and some other laptop

2017-06-26 Thread Anthony Wong
YC, can you post the output from xinput?

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

Title:
  "disable touchpad while typing" doesn't work on xps 13 and some other
  laptop

Status in OEM Priority Project:
  Triaged
Status in Xserver Xorg Input Synaptics:
  Confirmed
Status in xserver-xorg-input-synaptics package in Ubuntu:
  New

Bug description:
  It's reported that there are lots of false action of touch pad as using 
keyboard on xps 13
  with the factory image.

  The factory image is based on xenial.

  One propose that install xserver-xorg-input-libinput with modification
  90-libinput.conf in /usr/share/X11/xorg.conf.d from

  ...
  Section "InputClass"
  Identifier "libinput touchpad catchall"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
  Driver "libinput"
  EndSection
  ...

  to

  ...
  Section "InputClass"
  Identifier "libinput touchpad catchall"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
  Driver "libinput"
  Option "Tapping" "on"
  Option "PalmDetection" "on"
  EndSection
  ...

  helps a lot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1672619/+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 1699781] Re: Unable to install texlive on Artful, failed with dependency issue

2017-06-26 Thread Jason Gross
** Also affects: tex-common (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Unable to install texlive on Artful, failed with dependency issue

Status in tex-common package in Ubuntu:
  New
Status in texlive-base package in Ubuntu:
  Confirmed

Bug description:
  Step:
   * Run "sudo apt install texlive" on a clean-installed Artful (deployed with 
MaaS)

  Error log for fmtutil: http://paste.ubuntu.com/24924512/

  Error output from the console:
  Setting up xterm (324-2ubuntu1) ...
  update-alternatives: using /usr/bin/xterm to provide 
/usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
  update-alternatives: using /usr/bin/lxterm to provide 
/usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
  Setting up texlive-binaries (2017.20170613.44572-2) ...
  update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin 
(xdvi.bin) in auto mode
  update-alternatives: using /usr/bin/bibtex.original to provide 
/usr/bin/bibtex (bibtex) in auto mode
  Setting up tk (8.6.0+9) ...
  Setting up x11-xserver-utils (7.7+7build1) ...
  Setting up ps2eps (1.68+binaryfree-2) ...
  Processing triggers for tex-common (6.06) ...
  locale: Cannot set LC_ALL to default locale: No such file or directory
  texlive-base is not ready, delaying updmap-sys call
  update-language: texlive-base not installed and configured, doing nothing!
  texlive-base is not ready, skipping fmtutil --all call
  Setting up texlive-base (2016.20170123-5) ...
  mktexlsr: Updating /var/lib/texmf/ls-R-TEXLIVEDIST... 
  mktexlsr: Updating /var/lib/texmf/ls-R-TEXMFMAIN... 
  mktexlsr: Updating /var/lib/texmf/ls-R... 
  mktexlsr: Done.
  /usr/bin/tl-paper: setting paper size for dvips to a4.
  /usr/bin/tl-paper: setting paper size for dvipdfmx to a4.
  /usr/bin/tl-paper: setting paper size for xdvi to a4.
  /usr/bin/tl-paper: setting paper size for pdftex to a4.
  locale: Cannot set LC_ALL to default locale: No such file or directory
  Processing triggers for tex-common (6.06) ...
  locale: Cannot set LC_ALL to default locale: No such file or directory
  Running updmap-sys. This may take some time... done.
  Running mktexlsr /var/lib/texmf ... done.
  Building format(s) --all.
This may take some time... 
  fmtutil failed. Output has been stored in
  /tmp/fmtutil.aUXBfjpw
  Please include this file if you report a bug.

  dpkg: error processing package tex-common (--configure):
   subprocess installed post-installation script returned error exit status 1
  No apport report written because the error message indicates its a followup 
error from a previous failure.

dpkg: dependency problems prevent configuration of 
texlive-fonts-recommended-doc:
   texlive-fonts-recommended-doc depends on tex-common (>= 6); however:
Package tex-common is not configured yet.

  dpkg: error processing package texlive-fonts-recommended-doc (--configure):
   dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of texlive-fonts-recommended:
   texlive-fonts-recommended depends on tex-common (>= 6); however:
Package tex-common is not configured yet.

  dpkg: error processing package texlive-fonts-recommended (--configure):
   dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of texlive:
   texlive depends on texlive-fonts-recommended (>= 2016.20170123-2); however:
Package texlive-fonts-recommended is not configured yet.

  dpkg: error processing package texlive (--configure):
   dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of 
texlive-generic-recommended:
   texliveNo apport report written because the error message indicates its a 
followup error from a previous failure.

No apport report written because MaxReports 
is reached already
  No apport report 
written because MaxReports is reached already

No apport report written because 
MaxReports is reached already
  No apport report 
written because MaxReports is reached already
No apport report written because MaxReports is reached already
  No apport 
report written because MaxReports is reached already
No apport report written because MaxReports is reached already
  No 

[Desktop-packages] [Bug 1699781] Re: Unable to install texlive on Artful, failed with dependency issue

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

** Changed in: texlive-base (Ubuntu)
   Status: New => Confirmed

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

Title:
  Unable to install texlive on Artful, failed with dependency issue

Status in tex-common package in Ubuntu:
  New
Status in texlive-base package in Ubuntu:
  Confirmed

Bug description:
  Step:
   * Run "sudo apt install texlive" on a clean-installed Artful (deployed with 
MaaS)

  Error log for fmtutil: http://paste.ubuntu.com/24924512/

  Error output from the console:
  Setting up xterm (324-2ubuntu1) ...
  update-alternatives: using /usr/bin/xterm to provide 
/usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
  update-alternatives: using /usr/bin/lxterm to provide 
/usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
  Setting up texlive-binaries (2017.20170613.44572-2) ...
  update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin 
(xdvi.bin) in auto mode
  update-alternatives: using /usr/bin/bibtex.original to provide 
/usr/bin/bibtex (bibtex) in auto mode
  Setting up tk (8.6.0+9) ...
  Setting up x11-xserver-utils (7.7+7build1) ...
  Setting up ps2eps (1.68+binaryfree-2) ...
  Processing triggers for tex-common (6.06) ...
  locale: Cannot set LC_ALL to default locale: No such file or directory
  texlive-base is not ready, delaying updmap-sys call
  update-language: texlive-base not installed and configured, doing nothing!
  texlive-base is not ready, skipping fmtutil --all call
  Setting up texlive-base (2016.20170123-5) ...
  mktexlsr: Updating /var/lib/texmf/ls-R-TEXLIVEDIST... 
  mktexlsr: Updating /var/lib/texmf/ls-R-TEXMFMAIN... 
  mktexlsr: Updating /var/lib/texmf/ls-R... 
  mktexlsr: Done.
  /usr/bin/tl-paper: setting paper size for dvips to a4.
  /usr/bin/tl-paper: setting paper size for dvipdfmx to a4.
  /usr/bin/tl-paper: setting paper size for xdvi to a4.
  /usr/bin/tl-paper: setting paper size for pdftex to a4.
  locale: Cannot set LC_ALL to default locale: No such file or directory
  Processing triggers for tex-common (6.06) ...
  locale: Cannot set LC_ALL to default locale: No such file or directory
  Running updmap-sys. This may take some time... done.
  Running mktexlsr /var/lib/texmf ... done.
  Building format(s) --all.
This may take some time... 
  fmtutil failed. Output has been stored in
  /tmp/fmtutil.aUXBfjpw
  Please include this file if you report a bug.

  dpkg: error processing package tex-common (--configure):
   subprocess installed post-installation script returned error exit status 1
  No apport report written because the error message indicates its a followup 
error from a previous failure.

dpkg: dependency problems prevent configuration of 
texlive-fonts-recommended-doc:
   texlive-fonts-recommended-doc depends on tex-common (>= 6); however:
Package tex-common is not configured yet.

  dpkg: error processing package texlive-fonts-recommended-doc (--configure):
   dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of texlive-fonts-recommended:
   texlive-fonts-recommended depends on tex-common (>= 6); however:
Package tex-common is not configured yet.

  dpkg: error processing package texlive-fonts-recommended (--configure):
   dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of texlive:
   texlive depends on texlive-fonts-recommended (>= 2016.20170123-2); however:
Package texlive-fonts-recommended is not configured yet.

  dpkg: error processing package texlive (--configure):
   dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of 
texlive-generic-recommended:
   texliveNo apport report written because the error message indicates its a 
followup error from a previous failure.

No apport report written because MaxReports 
is reached already
  No apport report 
written because MaxReports is reached already

No apport report written because 
MaxReports is reached already
  No apport report 
written because MaxReports is reached already
No apport report written because MaxReports is reached already
  No apport 
report written because MaxReports is reached already
No apport report written because MaxReports is reached already

[Desktop-packages] [Bug 1644995] Re: specific SVG file breaks Ubuntu 16.04 desktop + nautilus

2017-06-26 Thread Bug Watch Updater
** Changed in: librsvg
   Status: Unknown => Confirmed

** Changed in: librsvg
   Importance: Unknown => Medium

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

Title:
  specific SVG file breaks Ubuntu 16.04 desktop + nautilus

Status in librsvg:
  Confirmed
Status in librsvg package in Ubuntu:
  Triaged

Bug description:
  Saving following file on Desktop (Ubuntu 16.04.1) results in:

  1. Wallpaper and all icons on the desktop disappear
  2. Nautilus starts for ~1sec then breaks with "Floating point exception"

  I suspect it's related to librsvg. In syslog I have many records
  similar to this one:

  kernel: [   20.076864] traps: nautilus[2270] trap divide error
  ip:7f63fbddf716 sp:7f63fad3f5b0 error:0 in
  librsvg-2.so.2.40.13[7f63fbdc9000+35000]

  Here is the file (I can't even attach it here with Firefox, because it
  makes it crash):

  http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:ev="http://www.w3.org/2001/xml-events;>
  

   

   
   https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRiXhgkC523CD5DIdvfwFl3G_S1Hc3oHzh8NUTXPeRSfYv1i8rA;
 result="pattern" width="4" height="4"/>
 
 

  

  

  

   
  
   
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/librsvg/+bug/1644995/+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 1584961] Re: /usr/lib/xorg/Xorg:Xorg: ../../glamor/glamor_fbo.c:189: glamor_pixmap_ensure_fb: Assertion `fbo->tex != 0' failed.

2017-06-26 Thread Mathijs Veen
I was  hit by 
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1627852
on a clean install of 16.04 LTS. 
After installing the DisplayLink Drivers v. 1.3.52 I rebooted to this error

I can reproduce this consistently. Any info needed, please ask.

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

Title:
  /usr/lib/xorg/Xorg:Xorg: ../../glamor/glamor_fbo.c:189:
  glamor_pixmap_ensure_fb: Assertion `fbo->tex != 0' failed.

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding xorg-server.  This problem was most recently seen with
  version 2:1.18.3-1ubuntu2, the problem page at
  https://errors.ubuntu.com/problem/04785bdb330f9701305790e12d87e65a74ea3253
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1584961/+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 1700568] Re: gnome-terminal-server crashed with SIGSEGV in g_type_check_instance_is_a()

2017-06-26 Thread Apport retracing service
*** This bug is a duplicate of bug 1438014 ***
https://bugs.launchpad.net/bugs/1438014

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1438014, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1700568/+attachment/4903588/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1700568/+attachment/4903590/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1700568/+attachment/4903594/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1700568/+attachment/4903595/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1700568/+attachment/4903596/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1700568/+attachment/4903597/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1700568/+attachment/4903598/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1438014

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-terminal-server crashed with SIGSEGV in
  g_type_check_instance_is_a()

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  nothing doing, browsing web and dialog appears

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: gnome-terminal 3.24.2-0ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Jun 26 16:39:25 2017
  ExecutablePath: /usr/lib/gnome-terminal/gnome-terminal-server
  InstallationDate: Installed on 2017-06-26 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170620)
  ProcCmdline: /usr/lib/gnome-terminal/gnome-terminal-server
  SegvAnalysis:
   Segfault happened at: 0x7f1b2eb4f811 :
testb  $0x4,0x16(%rax)
   PC (0x7f1b2eb4f811) ok
   source "$0x4" ok
   destination "0x16(%rax)" (0x7001e) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: gnome-terminal
  StacktraceTop:
   g_type_check_instance_is_a () at 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   gtk_widget_get_toplevel () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   gtk_window_group_add_window () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   gtk_window_set_transient_for () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: gnome-terminal-server crashed with SIGSEGV in 
g_type_check_instance_is_a()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1700568/+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 1700571] [NEW] package thunderbird 1:52.1.1+build1-0ubuntu0.16.04.1 failed to install/upgrade: 套件 thunderbird 還無法設定 不能設定(目前狀態 `half-installed')

2017-06-26 Thread Leo Hsieh
Public bug reported:

I don't know.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: thunderbird 1:52.1.1+build1-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.8.0-56.61~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-56-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.1-0ubuntu2.6
AptOrdering:
 thunderbird: Configure
 NULL: ConfigurePending
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  leo1719 F pulseaudio
 /dev/snd/pcmC1D0p:   leo1719 F...m pulseaudio
 /dev/snd/controlC1:  leo1719 F pulseaudio
BuildID: 2017051014
Channel: Unavailable
Date: Mon Jun 26 16:55:53 2017
DpkgTerminalLog:
 dpkg: error processing package thunderbird (--configure):
  套件 thunderbird 還無法設定
  不能設定(目前狀態 `half-installed')
ErrorMessage: 套件 thunderbird 還無法設定  不能設定(目前狀態 `half-installed')
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2017-06-17 (9 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
IpRoute:
 default via 172.20.10.1 dev wlo1  proto static  metric 600 
 169.254.0.0/16 dev wlo1  scope link  metric 1000 
 172.20.10.0/28 dev wlo1  proto kernel  scope link  src 172.20.10.3  metric 600
NoProfiles: True
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
RunningIncompatibleAddons: False
SourcePackage: thunderbird
Title: package thunderbird 1:52.1.1+build1-0ubuntu0.16.04.1 failed to 
install/upgrade: 套件 thunderbird 還無法設定  不能設定(目前狀態 `half-installed')
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/03/2014
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: M71 Ver. 01.01
dmi.board.name: 2216
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 96.52
dmi.chassis.asset.tag: 73436S20Y0
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrM71Ver.01.01:bd12/03/2014:svnHewlett-Packard:pnHPEliteBook840G2:pvrA3009CD18002:rvnHewlett-Packard:rn2216:rvrKBCVersion96.52:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 840 G2
dmi.product.version: A3009CD18002
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-package xenial

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

Title:
  package thunderbird 1:52.1.1+build1-0ubuntu0.16.04.1 failed to
  install/upgrade: 套件 thunderbird 還無法設定  不能設定(目前狀態 `half-installed')

Status in thunderbird package in Ubuntu:
  New

Bug description:
  I don't know.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: thunderbird 1:52.1.1+build1-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.8.0-56.61~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-56-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.6
  AptOrdering:
   thunderbird: Configure
   NULL: ConfigurePending
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leo1719 F pulseaudio
   /dev/snd/pcmC1D0p:   leo1719 F...m pulseaudio
   /dev/snd/controlC1:  leo1719 F pulseaudio
  BuildID: 2017051014
  Channel: Unavailable
  Date: Mon Jun 26 16:55:53 2017
  DpkgTerminalLog:
   dpkg: error processing package thunderbird (--configure):
套件 thunderbird 還無法設定
不能設定(目前狀態 `half-installed')
  ErrorMessage: 套件 thunderbird 還無法設定  不能設定(目前狀態 `half-installed')
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-06-17 (9 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  IpRoute:
   default via 172.20.10.1 dev wlo1  proto static  metric 600 
   169.254.0.0/16 dev wlo1  scope link  metric 1000 
   172.20.10.0/28 dev wlo1  proto kernel  scope link  src 172.20.10.3  metric 
600
  NoProfiles: True
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Title: package thunderbird 1:52.1.1+build1-0ubuntu0.16.04.1 failed to 
install/upgrade: 套件 thunderbird 還無法設定  不能設定(目前狀態 `half-installed')
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/03/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: M71 Ver. 01.01
  dmi.board.name: 2216
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 96.52
  dmi.chassis.asset.tag: 73436S20Y0
  

[Desktop-packages] [Bug 1644995] Re: specific SVG file breaks Ubuntu 16.04 desktop + nautilus

2017-06-26 Thread Sebastien Bacher
That seems similar to that upstream report,
https://bugzilla.gnome.org/show_bug.cgi?id=776808

** Bug watch added: GNOME Bug Tracker #776808
   https://bugzilla.gnome.org/show_bug.cgi?id=776808

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

** Changed in: librsvg (Ubuntu)
   Status: New => Triaged

** Also affects: librsvg via
   https://bugzilla.gnome.org/show_bug.cgi?id=776808
   Importance: Unknown
   Status: Unknown

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

Title:
  specific SVG file breaks Ubuntu 16.04 desktop + nautilus

Status in librsvg:
  Unknown
Status in librsvg package in Ubuntu:
  Triaged

Bug description:
  Saving following file on Desktop (Ubuntu 16.04.1) results in:

  1. Wallpaper and all icons on the desktop disappear
  2. Nautilus starts for ~1sec then breaks with "Floating point exception"

  I suspect it's related to librsvg. In syslog I have many records
  similar to this one:

  kernel: [   20.076864] traps: nautilus[2270] trap divide error
  ip:7f63fbddf716 sp:7f63fad3f5b0 error:0 in
  librsvg-2.so.2.40.13[7f63fbdc9000+35000]

  Here is the file (I can't even attach it here with Firefox, because it
  makes it crash):

  http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink; 
xmlns:ev="http://www.w3.org/2001/xml-events;>
  

   

   
   https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRiXhgkC523CD5DIdvfwFl3G_S1Hc3oHzh8NUTXPeRSfYv1i8rA;
 result="pattern" width="4" height="4"/>
 
 

  

  

  

   
  
   
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/librsvg/+bug/1644995/+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 1575222] Re: Translate session action in dash

2017-06-26 Thread Gunnar Hjalmarsson
** Also affects: language-selector (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: language-selector (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Also affects: session-shortcuts (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Also affects: language-selector (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: session-shortcuts (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** No longer affects: language-selector (Ubuntu Zesty)

** No longer affects: language-selector (Ubuntu Xenial)

** No longer affects: language-selector (Ubuntu)

** Changed in: session-shortcuts (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: session-shortcuts (Ubuntu)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Changed in: session-shortcuts (Ubuntu Xenial)
   Importance: Undecided => Low

** Changed in: session-shortcuts (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: session-shortcuts (Ubuntu Xenial)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Changed in: session-shortcuts (Ubuntu Zesty)
   Importance: Undecided => Low

** Changed in: session-shortcuts (Ubuntu Zesty)
   Status: New => In Progress

** Changed in: session-shortcuts (Ubuntu Zesty)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Description changed:

+ [Impact]
+ 
  Session actions (shutdown, reboot, logout) are now available from Unity
- Dash on ubuntu 16.04 but are not translated
+ Dash on ubuntu 16.04 but are not translated.
+ 
+ The proposed upload adds X-Ubuntu-Gettext-Domain=session-shortcuts to
+ the .desktop files to make them load the translations.
+ 
+ To the sponsor: A debdiff for artful has been attached. Please use the
+ same for zesty and xenial, while changing the first line in the
+ changelog.
+ 
+ [Test Case]
+ 
+ Install the updated package, start a non-English session, and find that
+ the action names are now localized.
+ 
+ [Regression Potential]
+ 
+ None.

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

Title:
  Translate session action in dash

Status in Ubuntu Translations:
  In Progress
Status in session-shortcuts package in Ubuntu:
  In Progress
Status in session-shortcuts source package in Xenial:
  In Progress
Status in session-shortcuts source package in Zesty:
  In Progress

Bug description:
  [Impact]

  Session actions (shutdown, reboot, logout) are now available from
  Unity Dash on ubuntu 16.04 but are not translated.

  The proposed upload adds X-Ubuntu-Gettext-Domain=session-shortcuts to
  the .desktop files to make them load the translations.

  To the sponsor: A debdiff for artful has been attached. Please use the
  same for zesty and xenial, while changing the first line in the
  changelog.

  [Test Case]

  Install the updated package, start a non-English session, and find
  that the action names are now localized.

  [Regression Potential]

  None.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1575222/+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 1697496] Re: chromium 59.0.3071.86 crashes at startup on x86

2017-06-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~chromium-team/chromium-browser/yakkety-beta

** Branch linked: lp:~chromium-team/chromium-browser/xenial-beta

** Branch linked: lp:~chromium-team/chromium-browser/trusty-beta

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

Title:
  chromium 59.0.3071.86 crashes at startup on x86

Status in chromium-browser package in Ubuntu:
  Fix Committed

Bug description:
  Chromium 59.0.3071.86 was promoted to the stable release channel last
  week, and I have built packages for all supported ubuntu releases at
  https://launchpad.net/~osomon/+archive/ubuntu/chromium-stable.

  The packages appear to work fine on 64bit versions of ubuntu, but the
  application crash when run on x86. This is what I’m seeing in an up-
  to-date xenial i386 VM:

  ubuntu@xenialvm:~$ chromium-browser 
  Received signal 11 SEGV_MAPERR 031d9a20
  #0 0xb75daee3 base::debug::StackTrace::StackTrace()
  #1 0xb75da767 base::debug::StackTrace::StackTrace()
  #2 0xb75db2fe 
  #3 0xb7727cfc ([vdso]+0xcfb)
  #4 0x8113ac1c 
  #5 0x8113b9d8 
  #6 0x80e432e8 
  #7 0x80e3b5c3 
  #8 0x80e3ea72 
  #9 0xb2bc499c BrowserContextKeyedServiceFactory::BuildServiceInstanceFor()
  #10 0xb3282146 KeyedServiceFactory::GetServiceForContext()
  #11 0x80e3eb66 
  #12 0x80d80e3e 
  #13 0x80d81738 
  #14 0x819fa25e 
  #15 0x80d6bdc6 
  #16 0x80eed5e2 
  #17 0x80eedac5 
  #18 0xb50adfcc content::StoragePartitionImplMap::Get()
  #19 0xb4d47259 
  #20 0xb4d47ba7 content::BrowserContext::GetStoragePartition()
  #21 0xb4d47dc7 content::BrowserContext::GetDefaultStoragePartition()
  #22 0x80eea99e 
  #23 0x80eeb284 
  #24 0x80eeb641 
  #25 0x80eec537 
  #26 0x80eec7ab 
  #27 0x80d70ba3 
  #28 0x80d764bd 
  #29 0x80d7678c 
  #30 0x81a49be0 
  #31 0x80fb3148 
  #32 0x80fb408c 
  #33 0xb4d4b0d9 content::BrowserMainLoop::PreMainMessageLoopRun()
  #34 0xb50a5657 content::StartupTaskRunner::RunAllTasksNow()
  #35 0xb4d4c76e content::BrowserMainLoop::CreateStartupTasks()
  #36 0xb4d517a3 
  #37 0xb4d4a252 content::BrowserMain()
  #38 0xb54875ee 
  #39 0xb01d3adb service_manager::Main()
  #40 0xb5486140 content::ContentMain()
  #41 0x808dbab7 
  #42 0x808da08b 
  #43 0xb0323637 __libc_start_main
  #44 0x808db8fe 
gs: 0033  fs:   es: 007b  ds: 007b
   edi: 84f352bc esi: 84f35120 ebp: bfd54c08 esp: bfd54ad0
   ebx: 84f34f68 edx: 0006 ecx: 0026 eax: bfd54c20
   trp: 000e err: 0004  ip: 8113ac1c  cs: 0073
   efl: 00210282 usp: bfd54ad0  ss: 007b
  [end of stack trace]
  Calling _exit(1). Core file will not be generated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1697496/+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 1698287] Re: i965-va-driver fails to load in a Wayland session

2017-06-26 Thread Bug Watch Updater
** Changed in: libva
   Status: New => Fix Released

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

Title:
  i965-va-driver fails to load in a Wayland session

Status in Libva:
  Fix Released
Status in gstreamer-vaapi package in Ubuntu:
  New
Status in intel-vaapi-driver package in Ubuntu:
  Invalid
Status in totem package in Ubuntu:
  New

Bug description:
  The Intel i965 VA-API driver works well in Xorg sessions (Unity7 and
  Gnome Shell). But it refuses to load when in a Wayland session:

  $ totem bbb_sunflower_1080p_60fps_normal.mp4
  libva error: va_getDriverName() failed with unknown libva 
error,driver_name=(null)

  $ env LIBVA_DRIVER_NAME=i965 totem bbb_sunflower_1080p_60fps_normal.mp4
  totem: intel_driver.c:112: intel_driver_init: Assertion 
`VA_CHECK_DRM_AUTH_TYPE(ctx, VA_DRM_AUTH_DRI1) || VA_CHECK_DRM_AUTH_TYPE(ctx, 
VA_DRM_AUTH_DRI2) || VA_CHECK_DRM_AUTH_TYPE(ctx, VA_DRM_AUTH_CUSTOM)' failed.
  Aborted (core dumped)

  $ gst-play-1.0 bbb_sunflower_1080p_60fps_normal.mp4
  Press 'k' to see a list of keyboard shortcuts.
  Now playing /home/dan/Videos/bbb_sunflower_1080p_60fps_normal.mp4
  Redistribute latency...
  Redistribute latency...
  ERROR Internal error: could not render surface for 
file:///home/dan/Videos/bbb_sunflower_1080p_60fps_normal.mp4
  ERROR debug information: ../../../gst/vaapi/gstvaapisink.c(1482): 
gst_vaapisink_show_frame_unlocked (): 
/GstPlayBin:playbin/GstPlaySink:playsink/GstBin:vbin/GstVaapiSink:vaapisink0

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: i965-va-driver 1.8.1-1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu4
  Architecture: amd64
  Date: Fri Jun 16 13:40:38 2017
  InstallationDate: Installed on 2017-05-03 (44 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170502)
  SourcePackage: intel-vaapi-driver
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/libva/+bug/1698287/+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 1674200] Re: Chromium Browser Aw, snap error from Ubuntu-mate 16.04.2 Raspberry Pi 3

2017-06-26 Thread Bill Grau
Just confirming that it is impossible to use Chromium Browser on RPi 3
because of this bug, had to stick to Firefox, though my bookmarks & apps
are mostly using Google.

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

Title:
  Chromium Browser Aw,snap error from Ubuntu-mate 16.04.2 Raspberry Pi 3

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  Hi

  I am using Ubuntu-mate 16.04.2 for the Raspberry Pi 3.

  And I keep getting Aw,Snap Errors!

  The browser seems to be not working!

  Every settings does not seems to work!

  chromium-browser
  [3625:3625:0320/114233.992729:ERROR:desktop_window_tree_host_x11.cc(1127)] 
Not implemented reached in virtual void 
views::DesktopWindowTreeHostX11::InitModalType(ui::ModalType)
  [3679:3679:0320/114237.810957:ERROR:sandbox_linux.cc(343)] 
InitializeSandbox() called with multiple threads in process gpu-process. 
  chromium-browser --type=renderer --enable-pinch 
--primordial-pipe-token=A3381222F37ED40FAA4CCFD4B415750A --lang=en-US 
--instant-process --enable-offline-auto-reload 
--enable-offline-auto-reload-visible-only 
--ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so 
--ppapi-flash-version=24.0.0.221 --enable-pinch --num-raster-threads=2 
--enable-main-frame-before-activation 
--content-image-texture-target=0,0,3553;0,1,3553;0,2,3553;0,3,3553;0,4,3553;0,5,3553;0,6,3553;0,7,3553;0,8,3553;0,9,3553;0,10,3553;0,11,3553;0,12,3553;0,13,3553;0,14,3553;0,15,3553;1,0,3553;1,1,3553;1,2,3553;1,3,3553;1,4,3553;1,5,3553;1,6,3553;1,7,3553;1,8,3553;1,9,3553;1,10,3553;1,11,3553;1,12,3553;1,13,3553;1,14,3553;1,15,3553;2,0,3553;2,1,3553;2,2,3553;2,3,3553;2,4,3553;2,5,3553;2,6,3553;2,7,3553;2,8,3553;2,9,3553;2,10,3553;2,11,3553;2,12,3553;2,13,3553;2,14,3553;2,15,3553;3,0,3553;3,1,3553;3,2,3553;3,3,3553;3,4,3553;3,5,3553;3,6,3553;3,7,3553;3,8,3553;3,9,3553;3,10,3553;3,11,3553;3,12,3553;3,13,3553;3,14,355
 3;3,15,3553 --disable-accelerated-video-decode 
--service-request-channel-token=A3381222F37ED40FAA4CCFD4B415750A 
--renderer-client-id=4 --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd: 
pthread_getattr_np.c:71: pthread_getattr_np: Assertion `abs (thread->pid) == 
thread->tid' failed.
  Received signal 4  723193f6
  #0 0x76e03dd2 base::debug::StackTrace::StackTrace()
  #1 0x76e0410c 
  #2 0x72319270 
  #3 0x723193f6 abort
  [end of stack trace]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1674200/+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 1700418] Re: Plugin not found (type=0, name=RDP), but remmina-plugin-rdp is installed

2017-06-26 Thread Norbert
Here is ldd after installation of packages above

$ ldd /usr/lib/x86_64-linux-gnu/remmina/plugins/remmina-plugin-rdp.so
linux-vdso.so.1 =>  (0x7ffd9a6ec000)
libgtk-3.so.0 => /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 
(0x7fd4414fa000)
libgdk-3.so.0 => /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 
(0x7fd44121f000)
libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 
(0x7fd440f0d000)
libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 
(0x7fd440cba000)
libcairo.so.2 => /usr/lib/x86_64-linux-gnu/libcairo.so.2 
(0x7fd4409a6000)
libgdk_pixbuf-2.0.so.0 => 
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 (0x7fd440783000)
libfreerdp-core.so.1.1 => /usr/local/lib/libfreerdp-core.so.1.1 
(0x7fd4404ee000)
libfreerdp-gdi.so.1.1 => /usr/local/lib/libfreerdp-gdi.so.1.1 
(0x7fd4402d2000)
libfreerdp-locale.so.1.1 => /usr/local/lib/libfreerdp-locale.so.1.1 
(0x7fd4400a9000)
libfreerdp-codec.so.1.1 => /usr/local/lib/libfreerdp-codec.so.1.1 
(0x7fd43fe69000)
libfreerdp-client.so.1.1 => /usr/local/lib/libfreerdp-client.so.1.1 
(0x7fd43fc08000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fd43f83d000)
libgmodule-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 
(0x7fd43f639000)
libpangocairo-1.0.so.0 => 
/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0 (0x7fd43f42c000)
libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 
(0x7fd43f0f1000)
libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so.6 (0x7fd43eee1000)
libXfixes.so.3 => /usr/lib/x86_64-linux-gnu/libXfixes.so.3 
(0x7fd43ecdb000)
libcairo-gobject.so.2 => 
/usr/lib/x86_64-linux-gnu/libcairo-gobject.so.2 (0x7fd43ead1000)
libatk-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0 
(0x7fd43e8ac000)
libatk-bridge-2.0.so.0 => 
/usr/lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0 (0x7fd43e67d000)
libepoxy.so.0 => /usr/lib/x86_64-linux-gnu/libepoxy.so.0 
(0x7fd43e387000)
libpangoft2-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0 
(0x7fd43e171000)
libpango-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0 
(0x7fd43df25000)
libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 
(0x7fd43dce1000)
libgio-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 
(0x7fd43d959000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7fd43d65)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7fd43d432000)
libXinerama.so.1 => /usr/lib/x86_64-linux-gnu/libXinerama.so.1 
(0x7fd43d22f000)
libXrandr.so.2 => /usr/lib/x86_64-linux-gnu/libXrandr.so.2 
(0x7fd43d023000)
libXcursor.so.1 => /usr/lib/x86_64-linux-gnu/libXcursor.so.1 
(0x7fd43ce19000)
libXcomposite.so.1 => /usr/lib/x86_64-linux-gnu/libXcomposite.so.1 
(0x7fd43cc16000)
libXdamage.so.1 => /usr/lib/x86_64-linux-gnu/libXdamage.so.1 
(0x7fd43ca12000)
libxkbcommon.so.0 => /usr/lib/x86_64-linux-gnu/libxkbcommon.so.0 
(0x7fd43c7d3000)
libwayland-cursor.so.0 => 
/usr/lib/x86_64-linux-gnu/libwayland-cursor.so.0 (0x7fd43c5cb000)
libwayland-egl.so.1 => /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1 
(0x7fd43c3c8000)
libwayland-client.so.0 => 
/usr/lib/x86_64-linux-gnu/libwayland-client.so.0 (0x7fd43c1ba000)
libmirclient.so.9 => /usr/lib/x86_64-linux-gnu/libmirclient.so.9 
(0x7fd43bf13000)
libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 
(0x7fd43bd0)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x7fd43baf8000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x7fd43b887000)
libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 
(0x7fd43b67f000)
libpixman-1.so.0 => /usr/lib/x86_64-linux-gnu/libpixman-1.so.0 
(0x7fd43b3d7000)
libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 
(0x7fd43b12c000)
libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 
(0x7fd43af07000)
libxcb-shm.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0 
(0x7fd43ad03000)
libxcb-render.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-render.so.0 
(0x7fd43aaf8000)
libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 
(0x7fd43a8d6000)
libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 
(0x7fd43a6cc000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x7fd43a4b1000)
libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 
(0x7fd43a06d000)
libfreerdp-crypto.so.1.1 => 
/usr/local/lib/../lib/libfreerdp-crypto.so.1.1 (0x7fd439e5c000)
libfreerdp-common.so.1.1.0 => 
/usr/local/lib/../lib/libfreerdp-common.so.1.1.0 (0x7fd439c53000)
libfreerdp-utils.so.1.1 => 

[Desktop-packages] [Bug 1698270] Re: Totem pauses and stutters during video playback even when CPU usage is low

2017-06-26 Thread Amr Ibrahim
I have this bug also in 3.18.1-1ubuntu4 in Xenial.

** Tags added: xenial

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

Title:
  Totem pauses and stutters during video playback even when CPU usage is
  low

Status in Totem:
  Incomplete
Status in totem package in Ubuntu:
  Confirmed

Bug description:
  Totem pauses and stutters during video playback even when CPU usage is
  low.

  After figuring out how to play videos with full hardware accelerated
  decoding (e.g. <= 10% CPU), I was surprised to find Totem still pauses
  and stutters during playback. Other apps like Mplayer, VLC and even
  gst-play-1.0 never have this problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: totem 3.24.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu4
  Architecture: amd64
  Date: Fri Jun 16 12:03:18 2017
  InstallationDate: Installed on 2017-05-03 (44 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170502)
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/1698270/+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 1700360] Re: gnome-software crashed with SIGSEGV in load_database()

2017-06-26 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1700506 ***
https://bugs.launchpad.net/bugs/1700506

** Information type changed from Private Security to Public

** This bug has been marked a duplicate of bug 1700506
   
/usr/bin/gnome-software:11:load_database:refine_rating:gs_plugin_refine_app:gs_plugin_loader_run_refine_app:gs_plugin_loader_run_refine_internal

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

Title:
  gnome-software crashed with SIGSEGV in load_database()

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  starting problem

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: gnome-software 3.24.3-0ubuntu5
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic i686
  ApportVersion: 2.20.5-0ubuntu5
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Sun Jun 25 18:09:00 2017
  ExecutablePath: /usr/bin/gnome-software
  InstallationDate: Installed on 2017-06-25 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha i386 (20170620)
  InstalledPlugins:
   gnome-software-plugin-flatpak N/A
   gnome-software-plugin-limba   N/A
   gnome-software-plugin-snap3.24.3-0ubuntu5
  ProcCmdline: /usr/bin/gnome-software --gapplication-service
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0xb1f8d8ea :pushl  
0x8(%eax)
   PC (0xb1f8d8ea) ok
   source "0x8(%eax)" (0x0008) not located in a known VMA region (needed 
readable region)!
   destination "(%esp)" (0xb085adc0) ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-software
  StacktraceTop:
   gs_plugin_refine_app () from 
/usr/lib/gs-plugins-11/libgs_plugin_ubuntu-reviews.so
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: gnome-software crashed with SIGSEGV in gs_plugin_refine_app()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1700360/+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 1700507] Re: Privacy account setting not sticky

2017-06-26 Thread Sven Neuhaus
The account in question is a jabber account.

** Description changed:

  Pidgin version 2.10.12-0ubuntu5.2 on Ubuntu 16.04.2 LTS
  
  I'm receiving a lot of spam lately so I changed my account privacy
  setting to only accept message from buddies.
  
- When I restart pidgin, I expect the privacy setting to by sticky.
+ When I restart pidgin, I expect the privacy setting to be sticky.
  
  Instead I noticed when I restart pidgin, the setting is back to its old
  setting ("block only the users below").

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

Title:
  Privacy account setting not sticky

Status in pidgin package in Ubuntu:
  New

Bug description:
  Pidgin version 2.10.12-0ubuntu5.2 on Ubuntu 16.04.2 LTS

  I'm receiving a lot of spam lately so I changed my account privacy
  setting to only accept message from buddies.

  When I restart pidgin, I expect the privacy setting to be sticky.

  Instead I noticed when I restart pidgin, the setting is back to its
  old setting ("block only the users below").

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/1700507/+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 1700506] [NEW] /usr/bin/gnome-software:11:load_database:refine_rating:gs_plugin_refine_app:gs_plugin_loader_run_refine_app:gs_plugin_loader_run_refine_internal

2017-06-26 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-software.  This problem was most recently seen with package version 
3.22.7-0ubuntu4, the problem page at 
https://errors.ubuntu.com/problem/2d139fa106bf685152cf99ffeb15a51d35c49679 
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/.

** Affects: gnome-software (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: artful zesty

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

Title:
  /usr/bin/gnome-
  
software:11:load_database:refine_rating:gs_plugin_refine_app:gs_plugin_loader_run_refine_app:gs_plugin_loader_run_refine_internal

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-software.  This problem was most recently seen with package version 
3.22.7-0ubuntu4, the problem page at 
https://errors.ubuntu.com/problem/2d139fa106bf685152cf99ffeb15a51d35c49679 
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/ubuntu/+source/gnome-software/+bug/1700506/+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 1700506] Re: /usr/bin/gnome-software:11:load_database:refine_rating:gs_plugin_refine_app:gs_plugin_loader_run_refine_app:gs_plugin_loader_run_refine_internal

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

** Changed in: gnome-software (Ubuntu)
   Status: New => Confirmed

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

Title:
  /usr/bin/gnome-
  
software:11:load_database:refine_rating:gs_plugin_refine_app:gs_plugin_loader_run_refine_app:gs_plugin_loader_run_refine_internal

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-software.  This problem was most recently seen with package version 
3.22.7-0ubuntu4, the problem page at 
https://errors.ubuntu.com/problem/2d139fa106bf685152cf99ffeb15a51d35c49679 
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/ubuntu/+source/gnome-software/+bug/1700506/+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 1700507] [NEW] Privacy account setting not sticky

2017-06-26 Thread Sven Neuhaus
Public bug reported:

Pidgin version 2.10.12-0ubuntu5.2 on Ubuntu 16.04.2 LTS

I'm receiving a lot of spam lately so I changed my account privacy
setting to only accept message from buddies.

When I restart pidgin, I expect the privacy setting to be sticky.

Instead I noticed when I restart pidgin, the setting is back to its old
setting ("block only the users below").

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

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

Title:
  Privacy account setting not sticky

Status in pidgin package in Ubuntu:
  New

Bug description:
  Pidgin version 2.10.12-0ubuntu5.2 on Ubuntu 16.04.2 LTS

  I'm receiving a lot of spam lately so I changed my account privacy
  setting to only accept message from buddies.

  When I restart pidgin, I expect the privacy setting to be sticky.

  Instead I noticed when I restart pidgin, the setting is back to its
  old setting ("block only the users below").

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/1700507/+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 1682436] Re: Location Options button gets stuck

2017-06-26 Thread Khurshid Alam
Known kernel bug ?

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

Title:
  Location Options button gets stuck

Status in nautilus package in Ubuntu:
  New

Bug description:
  Running Ubuntu 16.04 with GNOME shell and Nautilus 3.14.3. I was able
  to reproduce this bug in a fresh 16.04 VM.

  After clicking the Location Options toggle (the hamburger menu) once,
  the button does not deactivate on subsequent clicks. See the attached
  image.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1682436/+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 1700400] Re: date fraçaise

2017-06-26 Thread Sebastien Bacher
Can you make a screenshot showing the issue? What timezone is
configured?

** Package changed: gtk+3.0 (Ubuntu) => ubuntu

** Changed in: ubuntu
   Importance: Undecided => Low

** Changed in: ubuntu
   Status: New => Incomplete

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

Title:
  date fraçaise

Status in Ubuntu:
  Incomplete

Bug description:
  Dans Ubuntu 17.04 FRANCAIS, dans la barre de menu, la date s'affiche au 
format anglais: mois - jour - année
  En français la date devrait s'afficher avec le format : jour - mois - année

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1700400/+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 1672619] Re: "disable touchpad while typing" doesn't work on xps 13 and some other laptop

2017-06-26 Thread Bug Watch Updater
** Changed in: xserver-xorg-input-synaptics
   Status: Unknown => Confirmed

** Changed in: xserver-xorg-input-synaptics
   Importance: Unknown => Medium

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

Title:
  "disable touchpad while typing" doesn't work on xps 13 and some other
  laptop

Status in OEM Priority Project:
  Triaged
Status in Xserver Xorg Input Synaptics:
  Confirmed
Status in xserver-xorg-input-synaptics package in Ubuntu:
  New

Bug description:
  It's reported that there are lots of false action of touch pad as using 
keyboard on xps 13
  with the factory image.

  The factory image is based on xenial.

  One propose that install xserver-xorg-input-libinput with modification
  90-libinput.conf in /usr/share/X11/xorg.conf.d from

  ...
  Section "InputClass"
  Identifier "libinput touchpad catchall"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
  Driver "libinput"
  EndSection
  ...

  to

  ...
  Section "InputClass"
  Identifier "libinput touchpad catchall"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
  Driver "libinput"
  Option "Tapping" "on"
  Option "PalmDetection" "on"
  EndSection
  ...

  helps a lot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1672619/+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 1700505] [NEW] PCI/internal sound card not detected and no sound

2017-06-26 Thread Dicko Issa Hamadou
Public bug reported:

root@issa-R610:/home/issa# lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express 
Graphics Port (rev 07)
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 (rev 03)
00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 (rev 03)
00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #6 (rev 03)
00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 
(rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 
(rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 
(rev 03)
00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #1 (rev 03)

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
Uname: Linux 4.8.0-22-generic i686
ApportVersion: 2.20.3-0ubuntu8
Architecture: i386
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: Unity
Date: Mon Jun 26 11:05:34 2017
InstallationDate: Installed on 2017-06-16 (9 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release i386 (20161012.2)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=fr_FR
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/26/2008
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 02LK.MP00.20080926.SCY
dmi.board.name: R610
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr02LK.MP00.20080926.SCY:bd09/26/2008:svnSAMSUNGELECTRONICSCO.,LTD.:pnR610:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR610:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
dmi.product.name: R610
dmi.product.version: Not Applicable
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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


** Tags: apport-bug i386 yakkety

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

Title:
  PCI/internal sound card not detected and no sound

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  root@issa-R610:/home/issa# lspci
  00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub (rev 07)
  00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express 
Graphics Port (rev 07)
  00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 (rev 03)
  00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 (rev 03)
  00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #6 (rev 03)
  00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 (rev 03)
  00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 03)
  00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 
(rev 03)
  00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 
(rev 03)
  00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 
(rev 03)
  00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #1 (rev 03)
  00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #2 (rev 03)
  00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #3 (rev 03)
  00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #1 (rev 03)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
  Uname: Linux 4.8.0-22-generic i686
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: i386
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit 

[Desktop-packages] [Bug 1575104] Re: SRU including some fixes/improvements/enabling snap backend

2017-06-26 Thread Sebastien Bacher
** Changed in: gnome-software (Ubuntu)
 Assignee: Ada Chianese (adachianese) => (unassigned)

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

Title:
  SRU including some fixes/improvements/enabling snap backend

Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Xenial:
  Fix Released

Bug description:
  Impact
  gnome-software just landed in Ubuntu this cycle and still has some 
reliability issues

  Test case

  deb backend
  In addition of testing specific fixes listed in the changelog also make sure 
there is no functional regressions.

  snap backend
  the new backend is going to be enable starting with that version, searching 
for a snap (e.g "hello-world") should work, installing it should prompt for u1 
credentials and successfully install

  Regression impact
  the snap backend was not enabled before so that shouldn't create new issues, 
the deb changes are mostly covered by specific bug reports and the other small 
tweaks shouldn't create issues

  -

  The first gnome-software SRU is going to include some fixes and code
  improvements not matching referenced bugs, we also wants to enable the
  snaps backend since it's working well enough for that now

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1575104/+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 172719] Re: eog does not preload the next/prev picture therefore it's slow

2017-06-26 Thread Sebastien Bacher
** Changed in: eog (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) => (unassigned)

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

Title:
  eog does not preload the next/prev picture therefore it's slow

Status in Eye of GNOME:
  Confirmed
Status in eog package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: eog

  Mabey I am hard, but I am using irfanview on my Ubuntu machine with
  wine and the software is blazing fast compare to eog.

  For a small test, I loaded the first picture of 133 and started to look at 
the pictures as fast has I can for 15 seconds.
  With Irfanview, I go from 1 to 70 in 15 seconds.
  With eog, I go from 1 to 13 in 15 seconds.

  More notes

  -eog used my CPU even after stopping the test.
  -After loading the first image, Irfanview use 21MB, eog use 26,2MB
  -After looking at 100 pictures, irfanview use 23,1MB, eog use 30,6MB
  -eog use way more CPU power to do anything.

  Been really slow is a bug. Not a critical one, but still one.

  References :

  Wine :  http://www.winehq.org/
  Irfanview : http://www.irfanview.com/

  ProblemType: Bug
  Architecture: i386
  Date: Wed Nov 28 22:57:12 2007
  DistroRelease: Ubuntu 7.10
  ExecutablePath: /usr/bin/eog
  NonfreeKernelModules: nvidia
  Package: eog 2.20.1-0ubuntu1
  PackageArchitecture: i386
  ProcCmdline: eog 
file:///home/aracine/multimedia/photos%20originales/irfanview-temporaire/Photo%20par%20Josie%20et%20Louis%20(1)%20Josie%20%26%20Ruba.JPG
  ProcCwd: /home/aracine
  ProcEnviron:
   
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
   LANG=fr_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: eog
  Uname: Linux aracine-maison01 2.6.22-14-386 #1 Sun Oct 14 22:36:54 GMT 2007 
i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/eog/+bug/172719/+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 1662304] Re: All the images from the system are greenish or blueish (browser has no problems)

2017-06-26 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

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

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

Title:
  All the images from the system are greenish or blueish (browser has no
  problems)

Status in eog package in Ubuntu:
  New

Bug description:
  Hello, I am using Ubuntu 17.04 and the images in the system are all
  greenish, blueish or reddish. I assume that Ubuntu uses eye of gnome
  for the default image viewer and i use ver. 3.20.5-1. The browsers
  work perfect (used firefox and chromeium).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: eog 3.20.5-1
  ProcVersionSignature: Ubuntu 4.9.0-15.16-generic 4.9.5
  Uname: Linux 4.9.0-15-generic x86_64
  ApportVersion: 2.20.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb  6 20:35:53 2017
  InstallationDate: Installed on 2017-02-03 (3 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: eog
  UpgradeStatus: Upgraded to zesty on 2017-02-05 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1662304/+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 1662304] Re: All the images from the system are greenish or blueish (browser has no problems)

2017-06-26 Thread Sebastien Bacher
looks similar to bug #938751

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

Title:
  All the images from the system are greenish or blueish (browser has no
  problems)

Status in eog package in Ubuntu:
  New

Bug description:
  Hello, I am using Ubuntu 17.04 and the images in the system are all
  greenish, blueish or reddish. I assume that Ubuntu uses eye of gnome
  for the default image viewer and i use ver. 3.20.5-1. The browsers
  work perfect (used firefox and chromeium).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: eog 3.20.5-1
  ProcVersionSignature: Ubuntu 4.9.0-15.16-generic 4.9.5
  Uname: Linux 4.9.0-15-generic x86_64
  ApportVersion: 2.20.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb  6 20:35:53 2017
  InstallationDate: Installed on 2017-02-03 (3 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: eog
  UpgradeStatus: Upgraded to zesty on 2017-02-05 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1662304/+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 1697079] Re: glib/glib-autocleanups.h missing from package

2017-06-26 Thread Sebastien Bacher
Thank you for your bug report but that's not a bug, the glib version in trusty 
is just too old to include that file which was added in 2015
https://git.gnome.org/browse/glib/log/glib/glib-autocleanups.h

** Changed in: glib2.0 (Ubuntu)
   Importance: Undecided => Low

** Changed in: glib2.0 (Ubuntu)
   Status: New => Invalid

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

Title:
  glib/glib-autocleanups.h missing from package

Status in glib2.0 package in Ubuntu:
  Invalid

Bug description:
  I am trying to install R 3.3.1 from source, but it fails due to a lack
  of the header file

  /usr/include/glib-2.0/glib/glib-autocleanups.h

  This file is found in later versions of the libglib2.0-dev but not in
  version libglib2.0-dev 2.40.2-0ubuntu1 for 14.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1697079/+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 1672619] Re: "disable touchpad while typing" doesn't work on xps 13 and some other laptop

2017-06-26 Thread Timo Aaltonen
** Bug watch added: freedesktop.org Bugzilla #101470
   https://bugs.freedesktop.org/show_bug.cgi?id=101470

** Also affects: xserver via
   https://bugs.freedesktop.org/show_bug.cgi?id=101470
   Importance: Unknown
   Status: Unknown

** Changed in: xserver-xorg-input-synaptics
   Importance: Undecided => Unknown

** Changed in: xserver-xorg-input-synaptics
   Status: New => Unknown

** Changed in: xserver-xorg-input-synaptics
 Remote watch: None => freedesktop.org Bugzilla #101470

** No longer affects: xserver

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

Title:
  "disable touchpad while typing" doesn't work on xps 13 and some other
  laptop

Status in OEM Priority Project:
  Triaged
Status in Xserver Xorg Input Synaptics:
  Unknown
Status in xserver-xorg-input-synaptics package in Ubuntu:
  New

Bug description:
  It's reported that there are lots of false action of touch pad as using 
keyboard on xps 13
  with the factory image.

  The factory image is based on xenial.

  One propose that install xserver-xorg-input-libinput with modification
  90-libinput.conf in /usr/share/X11/xorg.conf.d from

  ...
  Section "InputClass"
  Identifier "libinput touchpad catchall"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
  Driver "libinput"
  EndSection
  ...

  to

  ...
  Section "InputClass"
  Identifier "libinput touchpad catchall"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
  Driver "libinput"
  Option "Tapping" "on"
  Option "PalmDetection" "on"
  EndSection
  ...

  helps a lot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1672619/+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 1630618] Re: Shotwell gallery background incorrect

2017-06-26 Thread Sebastien Bacher
the 0.26 update is in Ubuntu now

** Changed in: shotwell (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Shotwell gallery background incorrect

Status in shotwell package in Ubuntu:
  Fix Released

Bug description:
  Unable to control the gallery background color.  When starting
  Shotwell the background is black even though the preferences are set
  to a medium gray.  With the preference window open changing the
  background color does nothing except when it's move to the white side
  the tags change color from white to black making them disappear.
  Also, when selecting anyone of the tags for display in the gallery the
  background changes to a light gray leaving the tag text white making
  them unreadable.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: shotwell 0.22.0+git20160108.r1.f2fb1f7-0ubuntu2
  ProcVersionSignature: Ubuntu 4.8.0-17.19-generic 4.8.0-rc7
  Uname: Linux 4.8.0-17-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Oct  5 10:32:10 2016
  InstallationDate: Installed on 2016-08-08 (57 days ago)
  InstallationMedia: Ubuntu-GNOME 16.10 "Yakkety Yak" - Alpha amd64 (20160808)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: shotwell
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1630618/+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 1693593] Re: libgtk-3-0-dbg is missing in Zesty

2017-06-26 Thread Sebastien Bacher
Thank you for your bug report but -dbgsym are the standard debug
packages in Ubuntu for years and Debian started producing those as well
so is dropping the manually built -dbg now, see
https://wiki.ubuntu.com/Debug%20Symbol%20Packages

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided => Low

** Changed in: gtk+3.0 (Ubuntu)
   Status: New => Invalid

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

Title:
  libgtk-3-0-dbg is missing in Zesty

Status in gtk+3.0 package in Ubuntu:
  Invalid

Bug description:
  Through Yakkety there was a debug package for libgtk 3, but it's
  missing in Zesty:

  
https://packages.ubuntu.com/search?keywords=libgtk-3-0-dbg=names=all=all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1693593/+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 1700492] [NEW] package thunderbird-locale-de 1:52.1.1+build1-0ubuntu0.16.04.1 failed to install/upgrade: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie sollten

2017-06-26 Thread Andreas Rölker
Public bug reported:

Fehlermeldung

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: thunderbird-locale-de 1:52.1.1+build1-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.8.0-56.61~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-56-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  andreas1377 F pulseaudio
BuildID: 2017051014
Channel: Unavailable
Date: Sun Jun 25 20:28:29 2017
ErrorMessage: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie 
sollten es  nochmal installieren, bevor Sie die Konfiguration versuchen.
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2017-04-24 (62 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
IpRoute:
 default via 192.168.178.1 dev enp0s25  proto static  metric 100 
 169.254.0.0/16 dev enp0s25  scope link  metric 1000 
 192.168.178.0/24 dev enp0s25  proto kernel  scope link  src 192.168.178.20  
metric 100
IwConfig:
 lono wireless extensions.
 
 enp0s25   no wireless extensions.
NoProfiles: True
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: thunderbird
Title: package thunderbird-locale-de 1:52.1.1+build1-0ubuntu0.16.04.1 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)
dmi.bios.date: 03/17/2009
dmi.bios.vendor: FUJITSU SIEMENS // Phoenix Technologies Ltd.
dmi.bios.version: 6.00 R1.13.2812.A2
dmi.board.name: D2812-A2
dmi.board.vendor: FUJITSU SIEMENS
dmi.board.version: S26361-D2812-A2
dmi.chassis.type: 6
dmi.chassis.vendor: FUJITSU SIEMENS
dmi.modalias: 
dmi:bvnFUJITSUSIEMENS//PhoenixTechnologiesLtd.:bvr6.00R1.13.2812.A2:bd03/17/2009:svnFUJITSUSIEMENS:pnD2812-A2:pvr:rvnFUJITSUSIEMENS:rnD2812-A2:rvrS26361-D2812-A2:cvnFUJITSUSIEMENS:ct6:cvr:
dmi.product.name: D2812-A2
dmi.sys.vendor: FUJITSU SIEMENS

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


** Tags: amd64 apport-package xenial

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

Title:
  package thunderbird-locale-de 1:52.1.1+build1-0ubuntu0.16.04.1 failed
  to install/upgrade: Paket ist in einem sehr schlechten inkonsistenten
  Zustand - Sie sollten es  nochmal installieren, bevor Sie die
  Konfiguration versuchen.

Status in thunderbird package in Ubuntu:
  New

Bug description:
  Fehlermeldung

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: thunderbird-locale-de 1:52.1.1+build1-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.8.0-56.61~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-56-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  andreas1377 F pulseaudio
  BuildID: 2017051014
  Channel: Unavailable
  Date: Sun Jun 25 20:28:29 2017
  ErrorMessage: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie 
sollten es  nochmal installieren, bevor Sie die Konfiguration versuchen.
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-04-24 (62 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  IpRoute:
   default via 192.168.178.1 dev enp0s25  proto static  metric 100 
   169.254.0.0/16 dev enp0s25  scope link  metric 1000 
   192.168.178.0/24 dev enp0s25  proto kernel  scope link  src 192.168.178.20  
metric 100
  IwConfig:
   lono wireless extensions.
   
   enp0s25   no wireless extensions.
  NoProfiles: True
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Title: package thunderbird-locale-de 1:52.1.1+build1-0ubuntu0.16.04.1 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)
  dmi.bios.date: 03/17/2009
  dmi.bios.vendor: FUJITSU SIEMENS // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.13.2812.A2
  dmi.board.name: D2812-A2
  

[Desktop-packages] [Bug 1640171] Re: Molecules are not rendered, black screen

2017-06-26 Thread xemard.nicolas
For information, same problem too with latest Debian package (cat 
/etc/debian_version : 9.0)
avogadro --version
"Avogadro version:  1.2.0   Git:
LibAvogadro version:1.2.0   Git:
Locale:  "fr_FR" 
Translation successfully loaded. 
Avogadro:   1.2.0 (Hachage )
LibAvogadro:1.2.0 (Hachage )
Qt: 4.8.7
OpenBabel:  2.3.2

I also try white background with no success
Sometimes, depending on the rotation, molecules appear or disappear ...


** Attachment added: "molecules appear or disappear"
   
https://bugs.launchpad.net/ubuntu/+source/avogadro/+bug/1640171/+attachment/4903437/+files/Avogadro_bug.png

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

Title:
  Molecules are not rendered, black screen

Status in avogadro package in Ubuntu:
  Confirmed

Bug description:
  Description:
  Recent version of avogadro package is not working properly. It is not 
possible to draw molecule or to display molecule from the pdb/gro file.

  
  Ubuntu version:
  Description:  Ubuntu 16.10
  Release:  16.10

  Here is the console log:

  @jakubkrajniak ~ $ avogadro 
  "Avogadro version:1.1.1   Git:
  LibAvogadro version:  1.1.1   Git:" 
  Locale:  "en_US" 
  Libavogadro translations not found. 
  System has OpenGL support. 
  About to test OpenGL capabilities. 
  OpenGL capabilities found: 
Double Buffering.
Direct Rendering.
Antialiasing.
  Loading plugins: "/usr/bin/../lib/avogadro/1_1" 
  Searching for plugins in "/usr/lib/avogadro/1_1" 
  Searching for plugins in "/usr/lib/avogadro/1_1/colors" 
  Searching for plugins in "/usr/lib/avogadro/1_1/engines" 
  Searching for plugins in "/usr/lib/avogadro/1_1/extensions" 
  Searching for plugins in "/usr/lib/avogadro/1_1/tools" 
  Loading plugins: "/home/teodor/.avogadro/1_1/plugins" 
  Settings are missing for the next engines: () 
  QStackedLayout::setCurrentWidget: Widget 0x55f9c0f637b0 not contained in stack
  dev warning: Extension "GAMESS" is using a deprecated DockWidget loading 
method. See Extension::dockWidgets() documentation. 
  dev warning: Extension "Orbitals" is using a deprecated DockWidget loading 
method. See Extension::dockWidgets() documentation. 
  Could not find python module... 
  dev warning: Extension "Python Terminal" is using a deprecated DockWidget 
loading method. See Extension::dockWidgets() documentation. 
  dev warning: Extension "Vibration" is using a deprecated DockWidget loading 
method. See Extension::dockWidgets() documentation. 
  GLWidget initialisation... 
  GLSL support enabled, OpenGL 2.0 support confirmed. 
  GLWidget initialised... 
  createObjects() 
  libpng warning: iCCP: known incorrect sRGB profile
  libpng warning: iCCP: known incorrect sRGB profile
  libpng warning: iCCP: known incorrect sRGB profile
  libpng warning: iCCP: known incorrect sRGB profile
  libpng warning: cHRM: invalid chromaticities
  Qt has caught an exception thrown from an event handler. Throwing
  exceptions from an event handler is not supported in Qt. You must
  reimplement QApplication::notify() and catch all exceptions there.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avogadro/+bug/1640171/+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 1700485] [NEW] Second login always fails. I have to reboot between logins

2017-06-26 Thread Daniel van Vugt
Public bug reported:

I used to be able to log in/out/in again between Gnome on Wayland and
Xorg etc. Now it doesn't work. Any attempt to log out and in again
fails, unless I reboot between logins.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: lightdm 1.22.0-0ubuntu5
ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
Uname: Linux 4.10.0-22-generic x86_64
ApportVersion: 2.20.5-0ubuntu5
Architecture: amd64
Date: Mon Jun 26 17:22:59 2017
InstallationDate: Installed on 2017-05-03 (54 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170502)
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful

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

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

Title:
  Second login always fails. I have to reboot between logins

Status in lightdm package in Ubuntu:
  New

Bug description:
  I used to be able to log in/out/in again between Gnome on Wayland and
  Xorg etc. Now it doesn't work. Any attempt to log out and in again
  fails, unless I reboot between logins.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: lightdm 1.22.0-0ubuntu5
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu5
  Architecture: amd64
  Date: Mon Jun 26 17:22:59 2017
  InstallationDate: Installed on 2017-05-03 (54 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170502)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1700485/+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 1700485] Re: Second login always fails. I have to reboot between logins

2017-06-26 Thread Daniel van Vugt
** Attachment added: "seat0-greeter.log"
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1700485/+attachment/4903425/+files/seat0-greeter.log

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

Title:
  Second login always fails. I have to reboot between logins

Status in lightdm package in Ubuntu:
  New

Bug description:
  I used to be able to log in/out/in again between Gnome on Wayland and
  Xorg etc. Now it doesn't work. Any attempt to log out and in again
  fails, unless I reboot between logins.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: lightdm 1.22.0-0ubuntu5
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu5
  Architecture: amd64
  Date: Mon Jun 26 17:22:59 2017
  InstallationDate: Installed on 2017-05-03 (54 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170502)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1700485/+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 1700485] Re: Second login always fails. I have to reboot between logins

2017-06-26 Thread Daniel van Vugt
** Attachment added: "lightdm.log"
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1700485/+attachment/4903424/+files/lightdm.log

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

Title:
  Second login always fails. I have to reboot between logins

Status in lightdm package in Ubuntu:
  New

Bug description:
  I used to be able to log in/out/in again between Gnome on Wayland and
  Xorg etc. Now it doesn't work. Any attempt to log out and in again
  fails, unless I reboot between logins.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: lightdm 1.22.0-0ubuntu5
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu5
  Architecture: amd64
  Date: Mon Jun 26 17:22:59 2017
  InstallationDate: Installed on 2017-05-03 (54 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170502)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1700485/+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 1682193] Re: Mouse acceleration significantly reduced after upgrade to 17.04

2017-06-26 Thread Xtien
As for the severity of the bug: the slower your mouse, the more you have
to move your wrist and arm to move the pointer. Moving your arm and
wrist instead of leaving your hand still on your wrist pad increases the
risk of carpal tunnel syndrome.

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

Title:
  Mouse acceleration significantly reduced after upgrade to 17.04

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  My external Logitech USB mouse was behaving nicely under 16.10 but
  after upgrade to 17.04 it has slowed down to a crawl. Settings
  slidebars are set at the maximum acceleration, but it only affects the
  touch pad, the mouse is extremely slow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1682193/+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 1700319] Re: GTK3 menus don't work over SSH forwarding

2017-06-26 Thread Sebastien Bacher
** Bug watch added: GNOME Bug Tracker #780101
   https://bugzilla.gnome.org/show_bug.cgi?id=780101

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=780101
   Importance: Unknown
   Status: Unknown

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

Title:
  GTK3 menus don't work over SSH forwarding

Status in GTK+:
  Unknown
Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  When connecting remotely (either SSH X11 forwarding or direct to X11
  server), drop down menus do not display properly.

  Bug upstream in gtk3:
  https://bugzilla.gnome.org/show_bug.cgi?id=780101

  Client: Ubuntu 17.04 - gtk3-3.22.11-0ubuntu3
  Server: Windows 10 Cygwin/X 1.19.2-1

  Programs exhibiting this problem:
  evince 3.24.0 (and any other gtk3 apps with menus along the top).

  Patch applied to gtk3 in cygwin to fix this problem and attached to this post:
  https://github.com/cygwinports/gtk3/blob/master/3.22.10-xrandr12-compat.patch

  Console errors:

  (evince:7390): GLib-GIO-CRITICAL **: g_dbus_proxy_get_name_owner:
  assertion 'G_IS_DBUS_PROXY (proxy)' failed

  (evince:7390): GLib-WARNING **: GError set over the top of a previous GError 
or uninitialized memory.
  This indicates a bug in someone's code. You must ensure an error is NULL 
before it's set.
  The overwriting error message was: The name org.freedesktop.portal.Desktop is 
not owned

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **: gtk_widget_get_preferred_height_for_width: 
assertion 'width >= 0' failed
  *** BUG ***
  In pixman_region32_init_rect: Invalid rectangle passed
  Set a breakpoint on '_pixman_log_error' to debug

  *** BUG ***
  In pixman_region32_init_rect: Invalid rectangle passed
  Set a breakpoint on '_pixman_log_error' to debug

  
  (evince:7390): Gtk-WARNING **: Negative content width -7 (allocation 1, 
extents 4x4) while allocating gadget (node arrow, owner GtkMenu)

  (evince:7390): Gtk-WARNING **: Negative content width -7 (allocation 1, 
extents 4x4) while allocating gadget (node arrow, owner GtkMenu)
  *** BUG ***
  In pixman_region32_init_rect: Invalid rectangle passed
  Set a breakpoint on '_pixman_log_error' to debug

  
  (evince:7390): Gtk-WARNING **: Negative content width -11 (allocation 1, 
extents 6x6) while allocating gadget (node menuitem, owner GtkModelMenuItem)

  (evince:7390): Gtk-WARNING **: Negative content width -11 (allocation
  1, extents 6x6) while allocating gadget (node menuitem, owner
  GtkModelMenuItem)

  (evince:7390): Gtk-WARNING **: Negative content width -11 (allocation
  1, extents 6x6) while allocating gadget (node menuitem, owner
  GtkModelMenuItem)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1700319/+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 1700319] Re: GTK3 menus don't work over SSH forwarding

2017-06-26 Thread Sebastien Bacher
** Package changed: ubuntu => gtk+3.0 (Ubuntu)

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided => High

** Changed in: gtk+3.0 (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  GTK3 menus don't work over SSH forwarding

Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  When connecting remotely (either SSH X11 forwarding or direct to X11
  server), drop down menus do not display properly.

  Bug upstream in gtk3:
  https://bugzilla.gnome.org/show_bug.cgi?id=780101

  Client: Ubuntu 17.04 - gtk3-3.22.11-0ubuntu3
  Server: Windows 10 Cygwin/X 1.19.2-1

  Programs exhibiting this problem:
  evince 3.24.0 (and any other gtk3 apps with menus along the top).

  Patch applied to gtk3 in cygwin to fix this problem and attached to this post:
  https://github.com/cygwinports/gtk3/blob/master/3.22.10-xrandr12-compat.patch

  Console errors:

  (evince:7390): GLib-GIO-CRITICAL **: g_dbus_proxy_get_name_owner:
  assertion 'G_IS_DBUS_PROXY (proxy)' failed

  (evince:7390): GLib-WARNING **: GError set over the top of a previous GError 
or uninitialized memory.
  This indicates a bug in someone's code. You must ensure an error is NULL 
before it's set.
  The overwriting error message was: The name org.freedesktop.portal.Desktop is 
not owned

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **:
  gtk_widget_get_preferred_height_for_width: assertion 'width >= 0'
  failed

  (evince:7390): Gtk-CRITICAL **: gtk_widget_get_preferred_height_for_width: 
assertion 'width >= 0' failed
  *** BUG ***
  In pixman_region32_init_rect: Invalid rectangle passed
  Set a breakpoint on '_pixman_log_error' to debug

  *** BUG ***
  In pixman_region32_init_rect: Invalid rectangle passed
  Set a breakpoint on '_pixman_log_error' to debug

  
  (evince:7390): Gtk-WARNING **: Negative content width -7 (allocation 1, 
extents 4x4) while allocating gadget (node arrow, owner GtkMenu)

  (evince:7390): Gtk-WARNING **: Negative content width -7 (allocation 1, 
extents 4x4) while allocating gadget (node arrow, owner GtkMenu)
  *** BUG ***
  In pixman_region32_init_rect: Invalid rectangle passed
  Set a breakpoint on '_pixman_log_error' to debug

  
  (evince:7390): Gtk-WARNING **: Negative content width -11 (allocation 1, 
extents 6x6) while allocating gadget (node menuitem, owner GtkModelMenuItem)

  (evince:7390): Gtk-WARNING **: Negative content width -11 (allocation
  1, extents 6x6) while allocating gadget (node menuitem, owner
  GtkModelMenuItem)

  (evince:7390): Gtk-WARNING **: Negative content width -11 (allocation
  1, extents 6x6) while allocating gadget (node menuitem, owner
  GtkModelMenuItem)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1700319/+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 1675141] Re: lightdm crashed with SIGSEGV in munmap()

2017-06-26 Thread Damian
** Also affects: lightdm
   Importance: Undecided
   Status: New

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

Title:
  lightdm crashed with SIGSEGV in munmap()

Status in Light Display Manager:
  New
Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  didn't notice anything except that message that I had a bug to
  report...

  ProblemType: Crash
  DistroRelease: Ubuntu 17.04
  Package: lightdm 1.21.5-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-13.15-generic 4.10.1
  Uname: Linux 4.10.0-13-generic x86_64
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: amd64
  Date: Wed Mar 22 20:03:09 2017
  ExecutablePath: /usr/sbin/lightdm
  InstallationDate: Installed on 2017-03-16 (6 days ago)
  InstallationMedia: Xubuntu 17.04 "Zesty Zapus" - Alpha amd64 (20170316)
  LightdmConfig:
   [Seat:*]
   autologin-guest=false
   autologin-user=ben
   autologin-user-timeout=0
  ProcCmdline: lightdm --session-child 13 16
  ProcEnviron:
   LANG=fr_FR.UTF-8
   PATH=(custom, no user)
  Signal: 11
  SourcePackage: lightdm
  StacktraceTop:
   munmap () at ../sysdeps/unix/syscall-template.S:84
   _dl_unmap_segments (l=l@entry=0x55eb13fedb40) at ./dl-unmap-segments.h:32
   _dl_unmap (map=map@entry=0x55eb13fedb40) at ../sysdeps/x86_64/tlsdesc.c:140
   _dl_close_worker (map=map@entry=0x55eb13fedb40, force=force@entry=false) at 
dl-close.c:678
   _dl_close_worker (force=false, map=0x55eb13fedb40) at dl-close.c:125
  Title: lightdm crashed with SIGSEGV in munmap()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1675141/+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 1700319] [NEW] GTK3 menus don't work over SSH forwarding

2017-06-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When connecting remotely (either SSH X11 forwarding or direct to X11
server), drop down menus do not display properly.

Bug upstream in gtk3:
https://bugzilla.gnome.org/show_bug.cgi?id=780101

Client: Ubuntu 17.04 - gtk3-3.22.11-0ubuntu3
Server: Windows 10 Cygwin/X 1.19.2-1

Programs exhibiting this problem:
evince 3.24.0 (and any other gtk3 apps with menus along the top).

Patch applied to gtk3 in cygwin to fix this problem and attached to this post:
https://github.com/cygwinports/gtk3/blob/master/3.22.10-xrandr12-compat.patch

Console errors:

(evince:7390): GLib-GIO-CRITICAL **: g_dbus_proxy_get_name_owner:
assertion 'G_IS_DBUS_PROXY (proxy)' failed

(evince:7390): GLib-WARNING **: GError set over the top of a previous GError or 
uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before 
it's set.
The overwriting error message was: The name org.freedesktop.portal.Desktop is 
not owned

(evince:7390): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion 'width >= 0' failed

(evince:7390): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion 'width >= 0' failed

(evince:7390): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion 'width >= 0' failed

(evince:7390): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion 'width >= 0' failed

(evince:7390): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion 'width >= 0' failed

(evince:7390): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion 'width >= 0' failed

(evince:7390): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion 'width >= 0' failed

(evince:7390): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion 'width >= 0' failed

(evince:7390): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion 'width >= 0' failed

(evince:7390): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion 'width >= 0' failed

(evince:7390): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion 'width >= 0' failed

(evince:7390): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion 'width >= 0' failed

(evince:7390): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion 'width >= 0' failed

(evince:7390): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion 'width >= 0' failed

(evince:7390): Gtk-CRITICAL **: gtk_widget_get_preferred_height_for_width: 
assertion 'width >= 0' failed
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug

*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug


(evince:7390): Gtk-WARNING **: Negative content width -7 (allocation 1, extents 
4x4) while allocating gadget (node arrow, owner GtkMenu)

(evince:7390): Gtk-WARNING **: Negative content width -7 (allocation 1, extents 
4x4) while allocating gadget (node arrow, owner GtkMenu)
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug


(evince:7390): Gtk-WARNING **: Negative content width -11 (allocation 1, 
extents 6x6) while allocating gadget (node menuitem, owner GtkModelMenuItem)

(evince:7390): Gtk-WARNING **: Negative content width -11 (allocation 1,
extents 6x6) while allocating gadget (node menuitem, owner
GtkModelMenuItem)

(evince:7390): Gtk-WARNING **: Negative content width -11 (allocation 1,
extents 6x6) while allocating gadget (node menuitem, owner
GtkModelMenuItem)

** Affects: gtk+3.0 (Ubuntu)
 Importance: High
 Status: Triaged


** Tags: patch
-- 
GTK3 menus don't work over SSH forwarding 
https://bugs.launchpad.net/bugs/1700319
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to gtk+3.0 in Ubuntu.

-- 
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 1698437] Re: Please upload libgdata 0.17.8

2017-06-26 Thread Khurshid Alam
** Tags added: zesty

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

Title:
  Please upload libgdata 0.17.8

Status in libgdata package in Ubuntu:
  Confirmed

Bug description:
  libgdata 0.17.8 was released on April 20. Please upload the new
  version for Ubuntu. Once it gets into Artful, it can be uploaded into
  zesty as well as SRU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgdata/+bug/1698437/+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 1698437] Re: Please upload libgdata 0.17.8

2017-06-26 Thread Khurshid Alam
With current version of libgdata Google Contacts is unusable. See this
bug: https://bugzilla.gnome.org/show_bug.cgi?id=780067

** Bug watch added: GNOME Bug Tracker #780067
   https://bugzilla.gnome.org/show_bug.cgi?id=780067

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

Title:
  Please upload libgdata 0.17.8

Status in libgdata package in Ubuntu:
  Confirmed

Bug description:
  libgdata 0.17.8 was released on April 20. Please upload the new
  version for Ubuntu. Once it gets into Artful, it can be uploaded into
  zesty as well as SRU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgdata/+bug/1698437/+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-06-26 Thread Alex Tu
this is the PPA that I used to test backported packages:
https://launchpad.net/~alextu/+archive/ubuntu/test

 * libmbim - 1.12.2-2ubuntu1oem1:
https://launchpad.net/~alextu/+archive/ubuntu/test/+sourcepub/7925248/+listing-archive-extra

 *  libqmi - 1.12.6-1ubuntu1oem2:
https://launchpad.net/~alextu/+archive/ubuntu/test/+sourcepub/7925734/+listing-archive-extra

 * modemmanager - 1.4.12-1ubuntu1oem4:
https://launchpad.net/~alextu/+archive/ubuntu/test/+sourcepub/7927789/+listing-archive-extra

BTW, there is a patch [1]which released to oem but not SRU yet, is it
suitable to SRU it together or we should to SRU it one by one?

[1] https://bugs.launchpad.net/oem-priority/+bug/1567796

-- 
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:
  In Progress
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 1567796] Re: It is sometimes unable to find DELL WWAN module.

2017-06-26 Thread Yuan-Chen Cheng
** Changed in: oem-priority
   Status: Incomplete => Triaged

** Changed in: oem-priority
   Importance: Low => High

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

Title:
  It is sometimes unable to find DELL WWAN module.

Status in OEM Priority Project:
  Triaged
Status in modemmanager package in Ubuntu:
  Fix Released

Bug description:
  I have a DELL WWAN module (DW5580) on my platform. Normally it could
  be detect and used in Ubuntu 16.04 daily image. However it is
  sometimes unusable and can not be detected.

  After debugging, we found there is an upstream patch that can fix the
  issue:

  
https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=8a386218690aeff7e2c923a14f91da7bbc046ed2

  Please merge the fix to modem manager to fix the issue.

  Ubuntu Xenial (daily image)
  Release: 16.04
  modemmanager:
    Installed: 1.4.12-1ubuntu1
    Candidate: 1.4.12-1ubuntu1
    Version table:
   *** 1.4.12-1ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status


  
  * 2017-06-20 Update details for SRU

  [Impact]

  DELL WWAN module (DW5580) is sometimes unusable and can not be
  detected by ModemManager.

  The fix consisted in the correct initialization of a "retry" variable
  in modem's probing. Without this initialization, the "retry" variable
  might assume random big values, forcing the modem to retry the same
  step a semi-infinite number of times.

  
  [Test Case]

  1. Start/restart the ModemManager service with debug messages enabled
 
  a. Open ModemManager.service file and add the flag --debug to the 
ExecStart entry
  
  ExecStart=/usr/local/sbin/ModemManager --debug
  
  b. run systemctl daemon-reload
  c. run systemctl restart Modemmanager

  2. Connect Dell WWAN module DW5580 (if the modem is integrated, skip this 
step)
  3. Open ModemManager logs:

  journalctl -fu ModemManager
  
  4. ModemManager logs show that the service is continuously sending AT
  command "AT+CGMI" preventing the modem to be recognized


  [Regression Potential]

  Considering the nature of the fix (a variable that was not
  initialized), I can not think of a real potential regression and the
  patch has been tested and showed no issues so far.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1567796/+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 1567796] Re: It is sometimes unable to find DELL WWAN module.

2017-06-26 Thread Alex Tu
** Tags added: lp1558946

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

Title:
  It is sometimes unable to find DELL WWAN module.

Status in OEM Priority Project:
  Triaged
Status in modemmanager package in Ubuntu:
  Fix Released

Bug description:
  I have a DELL WWAN module (DW5580) on my platform. Normally it could
  be detect and used in Ubuntu 16.04 daily image. However it is
  sometimes unusable and can not be detected.

  After debugging, we found there is an upstream patch that can fix the
  issue:

  
https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=8a386218690aeff7e2c923a14f91da7bbc046ed2

  Please merge the fix to modem manager to fix the issue.

  Ubuntu Xenial (daily image)
  Release: 16.04
  modemmanager:
    Installed: 1.4.12-1ubuntu1
    Candidate: 1.4.12-1ubuntu1
    Version table:
   *** 1.4.12-1ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status


  
  * 2017-06-20 Update details for SRU

  [Impact]

  DELL WWAN module (DW5580) is sometimes unusable and can not be
  detected by ModemManager.

  The fix consisted in the correct initialization of a "retry" variable
  in modem's probing. Without this initialization, the "retry" variable
  might assume random big values, forcing the modem to retry the same
  step a semi-infinite number of times.

  
  [Test Case]

  1. Start/restart the ModemManager service with debug messages enabled
 
  a. Open ModemManager.service file and add the flag --debug to the 
ExecStart entry
  
  ExecStart=/usr/local/sbin/ModemManager --debug
  
  b. run systemctl daemon-reload
  c. run systemctl restart Modemmanager

  2. Connect Dell WWAN module DW5580 (if the modem is integrated, skip this 
step)
  3. Open ModemManager logs:

  journalctl -fu ModemManager
  
  4. ModemManager logs show that the service is continuously sending AT
  command "AT+CGMI" preventing the modem to be recognized


  [Regression Potential]

  Considering the nature of the fix (a variable that was not
  initialized), I can not think of a real potential regression and the
  patch has been tested and showed no issues so far.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1567796/+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