[Desktop-packages] [Bug 1697145] Re: Login screen has an empty keyboard menu

2017-06-16 Thread Otus
I can reproduce this easily in virtualbox.

** Attachment added: "screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1697145/+attachment/4897486/+files/Screenshot%20from%202017-06-17%2008-33-26.png

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

Title:
  Login screen has an empty keyboard menu

Status in unity-greeter package in Ubuntu:
  Incomplete

Bug description:
  There is an empty menu with an icon that looks like a keyboard shown
  in the login screen.

  This can at least be reproduced in the live CD by selecting another
  keyboard before boot. I have not tested other ways yet.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.24.2-0ubuntu6
  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
  CasperVersion: 1.383
  CurrentDesktop: GNOME
  Date: Sat Jun 10 07:08:46 2017
  DisplayManager: lightdm
  GsettingsChanges: b'org.gnome.desktop.interface' b'gtk-im-module' 
b"'gtk-im-context-simple'"
  LiveMediaBuild: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170609)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1697145/+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 1697800] Re: [regression] firefox dies with SIGILL on machines without SSE2

2017-06-16 Thread hackerb9
Seth writes, "running a known-insecure webbrowser is probably a bad
idea."

Agreed. Except I would say "definitely".

It's important that Ubuntu gets some sort of a fix soon. I've already
seen a person asking on a forum how to downgrade and being told to
install a third party package by hand. This is no better, and possibly
worse from a security perspective.

Seth also writes, "None of the upgrade tools are in a position to check
architecture features before installing a package. There may not be a
happy solution here."

Again, I agree, the solutions I'm coming up with are not particularly
happy. However, a solution is needed. In the short term, switching to
ESR (as mentioned above) would let Firefox work on all supported
architectures and have security updates. For the long term, well, I
don't want to clutter up this bug — which is  about an urgent problem
needing an immediate solution — so I've filed Bug 1698501. I'll continue
my response there.

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

Title:
  [regression] firefox dies with SIGILL on machines without SSE2

Status in firefox package in Ubuntu:
  New

Bug description:
  I'm running Ubuntu 16.04 on an old laptop. Firefox used to work on
  fine until I did an 'apt upgrade'.

  Worked: 50.1.0+build2-0ubuntu0.16.04.1
  Fails:  53.0.3+build1-0ubuntu0.16.04.2

  The bug was a little tricky to track down since AppArmor was killing
  firefox. I believe the AppArmor error is irrelevant for this bug
  report, but I mention it for completeness (and so other people can
  google for this problem):

  "/usr/bin/python3: error while loading shared libraries:
  cannot apply additional memory protection after relocation:
  Permission denied"

  I disabled AppArmor (aa-disable '/usr/lib/firefox/firefox{,*[^s][^h]}') 
  and now Firefox dies like so:

  ExceptionHandler::GenerateDump cloned child 14258
  ExceptionHandler::SendContinueSignalToChild sent continue signal to child
  ExceptionHandler::WaitForContinueSignal waiting for continue signal...
  Failed to open curl lib from binary, use libcurl.so instead

  Using gdb to figure it out, I see that the process is getting SIGILL
  (Illegal Instruction). To figure out exactly which instruction is the
  problem, I ran gdb as follows:

  $ gdb /usr/lib/firefox/firefox
  GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
  [...]
  Reading symbols from /usr/lib/firefox/firefox...(no debugging symbols 
found)...done.
  (gdb) set disassemble-next-line on
  (gdb) run
  Starting program: /usr/lib/firefox/firefox 
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
  [New Thread 0xb15c4b40 (LWP 14296)]
  [Thread 0xb15c4b40 (LWP 14296) exited]
  warning: Corrupted shared library list: 0xb794cc00 != 0xb794b800
  [...]
  Thread 1 "firefox" received signal SIGILL, Illegal instruction.
  0x4b9f826c in ?? ()
  => 0x4b9f826c:  f2 0f 11 74 24 30   movsd  %xmm6,0x30(%esp)

  MOVSD is an SSE2 instruction, which my machine does not support.

  $ grep flags /proc/cpuinfo 
  flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca 
cmov pse36 mmx fxsr sse

  I had been under the impression that firefox is supposed to only use
  SSE2 if it is available. Is that not correct? It certainly used to
  work. Perhaps there is something wrong in how Ubuntu is building the
  binary.

  [Side note: There are actually two "movsd" instructions for the Intel
  x86 architecture. The original one (Move String, opcode A5) is
  supported by everything back to the 80386, but this one (Move Scalar,
  opcode F2 0F 11) requires SSE2. Maybe that is the source of the
  confusion.]

  Thank you.

$ lsb_release -rd
Description:Ubuntu 16.04.2 LTS
Release:16.04

$ apt-cache policy firefox
firefox:
  Installed: 53.0.3+build1-0ubuntu0.16.04.2
  Candidate: 53.0.3+build1-0ubuntu0.16.04.2
  Version table:
 *** 53.0.3+build1-0ubuntu0.16.04.2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 
Packages
  500 http://security.ubuntu.com/ubuntu xenial-security/main i386 
Packages
  100 /var/lib/dpkg/status
 45.0.2+build1-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main i386 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1697800/+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 1625346] Re: Multimedia keys have no effect on Banshee in Ubuntu 16.04

2017-06-16 Thread carega
I found a workaround for this issue here:
https://community.linuxmint.com/tutorial/view/1275

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

Title:
  Multimedia keys have no effect on Banshee in Ubuntu 16.04

Status in banshee package in Ubuntu:
  Confirmed

Bug description:
  Banshee doesn't repond anymore to multimedia keys in Ubuntu 16.04 with
  Unity or Gnome-Flashback

  Expected : 
  In ubuntu 14.04, running Unity or Gnome-Flashback, I could use the multimedia 
keys I had defined globally in ubuntu (In System Parameters -> Keyboards -> 
Shortcuts, Sound & Multimedia)
  to stop, pause, go to the next track, etc. whenever the banshee application 
was visible or not.

  But in ubuntu 16.04, the multimedia keys have no effect at all on banshee 
(within Unity or Gnome-Flashback).
  I have checked that the related extension "multimedia keys" is well actived.

  To go further, the log confirms twice that the extension 
`Banshee.MultimediaKeys.MultimediaKeysService' fails to work because of a 
missing GNOME Settings Daemon (whereas this doesn't occur in 16.04).
  (see hereafer)

  [Info  20:39:26.017] Running Banshee 2.6.2: [Ubuntu 16.04 LTS (linux-gnu, 
x86_64) @ 2016-04-18 13:50:09 UTC]
  [...]
  [Warn  20:39:33.522] Caught an exception - System.ApplicationException: No 
support GNOME Settings Daemon could be reached. (in `Banshee.MultimediaKeys')
at 
Banshee.MultimediaKeys.MultimediaKeysService.Banshee.ServiceStack.IExtensionService.Initialize
 () <0x4025f1d0 + 0x0037f> in :0 
at Banshee.ServiceStack.ServiceManager.StartExtension 
(Mono.Addins.TypeExtensionNode node) <0x4024fa70 + 0x00169> in :0 
  [Warn  20:39:33.529] Extension `Banshee.MultimediaKeys.MultimediaKeysService' 
not started: No support GNOME Settings Daemon could be reached.
  [...]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1625346/+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 1335456] Re: Play queue extension doesn't fill by album properly

2017-06-16 Thread carega
I've experienced the same issue as well and partially solved it by
downgrading to 2.6.1. Now this old version is nowhere to be found and
I'm stuck with a PlayQueue that doesn't work.

I'm using Ubuntu 16.04 on a i386 architecture. The version I'm having
problems with is 2.6.2 (or something that says 2.9 but really 2.6.2)

Are there any updates on this? Or any workaround?

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

Title:
  Play queue extension doesn't fill by album properly

Status in Banshee:
  Confirmed
Status in banshee package in Ubuntu:
  Confirmed

Bug description:
  When the play queue extension is set to randomly fill "by album", it
  only adds one album's worth of tracks regardless of how much space is
  free in the play queue. In addition the "add more" button hardly ever
  appears to do anything and when it does, it merely adds a single
  albums worth of tracks again.

  As a result the player quickly reaches the end of the play queue and
  starts playing tracks randomly from the library.

  Expected behaviour, as seen in 12.04, would be for the play queue to
  fill to its limit with tracks by album, e.g. when the limit is 100
  tracks it should fill to that amount, not just a single album's worth
  of tracks. This is a definite regression between the versio packaged
  in 12.04 and the one in 14.04.

  I have not yet been able to build an upstream version of Banshee as:

  ⟫ sudo apt-get build-dep banshee
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  E: Failed to satisfy Build-Depends dependency for banshee: Installed package 
libgpod-cil-dev is too new

  but I suspect it has the same issue as I could not find any similar
  issue reported in upstream's bugzilla.

  I have attempted to report this bug in upstream's bugzilla, but it
  requires me to create an account and doesn't seem to want to email me
  the verification link for that.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: banshee 2.9.0+really2.6.2-2ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jun 28 16:56:14 2014
  SourcePackage: banshee
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/banshee/+bug/1335456/+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 1655641] Re: Should be able to also search and install fonts, not only apps

2017-06-16 Thread Jeremy Bicha
GNOME Software in Ubuntu 17.10 Alpha now shows the Cantarell, Lato and
Oxygen fonts and 11 Lohit fonts for Indic languages. In order for more
fonts to show up, similar appstream metainfo files will need to be added
to the other font packages in Debian or Ubuntu.

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

Title:
  Should be able to also search and install fonts, not only apps

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

Bug description:
  GNOME Software can only search and install packages which are (probably) 
marked as GUI applications.
  In terms of usability, it is a good choice and the chances to mess up a 
system are diminished.

  As a result, it is not possible to install fonts.
  Fonts should also be regarded as packages that can be searched for and 
installed through GNOME Software.

  Reproduce: 
  1. Start GNOME Software
  2. Search for "font"

  Expected result: several packages about fonts should be shown
  What happened: no packages are found

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1655641/+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 1655641] Re: Should be able to also search and install fonts, not only apps

2017-06-16 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-software - 3.24.3-0ubuntu5

---
gnome-software (3.24.3-0ubuntu5) artful; urgency=medium

  * Add 0015-Ensure-valid-AppStream-files-get-the-fake-Addon-grou.patch
- Backport 3.25 commit to enable Add-ons subcategories (LP: #1655641)

 -- Jeremy Bicha   Fri, 16 Jun 2017 23:42:30 -0400

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

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

Title:
  Should be able to also search and install fonts, not only apps

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

Bug description:
  GNOME Software can only search and install packages which are (probably) 
marked as GUI applications.
  In terms of usability, it is a good choice and the chances to mess up a 
system are diminished.

  As a result, it is not possible to install fonts.
  Fonts should also be regarded as packages that can be searched for and 
installed through GNOME Software.

  Reproduce: 
  1. Start GNOME Software
  2. Search for "font"

  Expected result: several packages about fonts should be shown
  What happened: no packages are found

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1655641/+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 1682666] Re: No permission to write files on external storage device

2017-06-16 Thread Launchpad Bug Tracker
[Expired for udisks2 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  No permission to write files on external storage device

Status in udisks2 package in Ubuntu:
  Expired

Bug description:
  I connect any external storage (my usb) and I can not write anything. I 
solved it with:
  mv ~/.config/nautilus ~/.config/nautilus-bak 

  Then I logged out and logged in again. 
  This is happening in Ubuntu 17.04

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: udisks2 2.1.8-1ubuntu1
  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: Unity:Unity7
  Date: Thu Apr 13 19:26:36 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-04-13 (0 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: ASUSTeK COMPUTER INC. TP501UAM
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic.efi.signed 
root=UUID=2bcd3395-79a6-4f3e-8af7-794f61df1935 ro quiet splash vt.handoff=7
  SourcePackage: udisks2
  Symptom: storage
  Title: No permission to access files on storage device
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/18/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: TP501UAM.201
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: TP501UAM
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrTP501UAM.201:bd04/18/2016:svnASUSTeKCOMPUTERINC.:pnTP501UAM:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnTP501UAM:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: TP501UAM
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1682666/+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 1437502] Re: nautilus lacking 'new document' in context menu on GNOME

2017-06-16 Thread Anders Hall
For anyone ending up here, i lost this feature in 17.04 and need it:
quick fix found at https://askubuntu.com/questions/11/create-new-
document-right-click-option-missing-in-ubuntu-gnome/791946

"
1. See if you have ~/Templates folder. Create one if it is missing using 
command:

mkdir ~/Templates

2. Now create an empty file from command prompt:

touch ~/Templates/Text\ File.txt1

"Create Document" option is back again and you can create a new text
file or a new document.

1the backslash is used to tell the shell that the space following it is part of 
the filename. Since the shell recognizes spaces are delimiters between 
commands/options/arguments, unless you "quote it" 'quote it' or quote\ it, the 
shell will treat whatever comes after the space as a separate argument.
"

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

Title:
  nautilus lacking 'new document' in context menu on GNOME

Status in Ubuntu GNOME:
  Triaged
Status in nautilus package in Ubuntu:
  Triaged

Bug description:
  As the title mentions nautilus is provided in its default state and
  there is no 'New Document' in the context menu.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: nautilus 1:3.14.2-0ubuntu6
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.16.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Mar 27 17:49:01 2015
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']"
  InstallationDate: Installed on 2015-03-27 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Beta amd64 (20150326)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1437502/+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 1697800] Re: [regression] firefox dies with SIGILL on machines without SSE2

2017-06-16 Thread hackerb9
By the way, since this problem is already causing Ubuntu LTS systems to
break, it may make sense to implement a quick stopgap solution. One
possibility is to change the version of Firefox in 16.04 to "firefox-
esr" (Extended Support Release). While this release will only be
supported by Mozilla until March 2018, which is not enough for LTS, it's
available now and works.

https://support.mozilla.org/en-US/kb/your-hardware-no-longer-supported:

"Firefox Extended Support Release (ESR) will continue to work with
older processors but will not receive updates beyond ESR version 52.
Firefox ESR version 59, scheduled for release in March 2018, will no
longer be supported."

You can find ESR here: https://www.mozilla.org/en-
US/firefox/organizations/

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

Title:
  [regression] firefox dies with SIGILL on machines without SSE2

Status in firefox package in Ubuntu:
  New

Bug description:
  I'm running Ubuntu 16.04 on an old laptop. Firefox used to work on
  fine until I did an 'apt upgrade'.

  Worked: 50.1.0+build2-0ubuntu0.16.04.1
  Fails:  53.0.3+build1-0ubuntu0.16.04.2

  The bug was a little tricky to track down since AppArmor was killing
  firefox. I believe the AppArmor error is irrelevant for this bug
  report, but I mention it for completeness (and so other people can
  google for this problem):

  "/usr/bin/python3: error while loading shared libraries:
  cannot apply additional memory protection after relocation:
  Permission denied"

  I disabled AppArmor (aa-disable '/usr/lib/firefox/firefox{,*[^s][^h]}') 
  and now Firefox dies like so:

  ExceptionHandler::GenerateDump cloned child 14258
  ExceptionHandler::SendContinueSignalToChild sent continue signal to child
  ExceptionHandler::WaitForContinueSignal waiting for continue signal...
  Failed to open curl lib from binary, use libcurl.so instead

  Using gdb to figure it out, I see that the process is getting SIGILL
  (Illegal Instruction). To figure out exactly which instruction is the
  problem, I ran gdb as follows:

  $ gdb /usr/lib/firefox/firefox
  GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
  [...]
  Reading symbols from /usr/lib/firefox/firefox...(no debugging symbols 
found)...done.
  (gdb) set disassemble-next-line on
  (gdb) run
  Starting program: /usr/lib/firefox/firefox 
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
  [New Thread 0xb15c4b40 (LWP 14296)]
  [Thread 0xb15c4b40 (LWP 14296) exited]
  warning: Corrupted shared library list: 0xb794cc00 != 0xb794b800
  [...]
  Thread 1 "firefox" received signal SIGILL, Illegal instruction.
  0x4b9f826c in ?? ()
  => 0x4b9f826c:  f2 0f 11 74 24 30   movsd  %xmm6,0x30(%esp)

  MOVSD is an SSE2 instruction, which my machine does not support.

  $ grep flags /proc/cpuinfo 
  flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca 
cmov pse36 mmx fxsr sse

  I had been under the impression that firefox is supposed to only use
  SSE2 if it is available. Is that not correct? It certainly used to
  work. Perhaps there is something wrong in how Ubuntu is building the
  binary.

  [Side note: There are actually two "movsd" instructions for the Intel
  x86 architecture. The original one (Move String, opcode A5) is
  supported by everything back to the 80386, but this one (Move Scalar,
  opcode F2 0F 11) requires SSE2. Maybe that is the source of the
  confusion.]

  Thank you.

$ lsb_release -rd
Description:Ubuntu 16.04.2 LTS
Release:16.04

$ apt-cache policy firefox
firefox:
  Installed: 53.0.3+build1-0ubuntu0.16.04.2
  Candidate: 53.0.3+build1-0ubuntu0.16.04.2
  Version table:
 *** 53.0.3+build1-0ubuntu0.16.04.2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 
Packages
  500 http://security.ubuntu.com/ubuntu xenial-security/main i386 
Packages
  100 /var/lib/dpkg/status
 45.0.2+build1-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main i386 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1697800/+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 1697800] Re: [regression] firefox dies with SIGILL on machines without SSE2

2017-06-16 Thread Seth Arnold
None of the upgrade tools are in a position to check architecture
features before installing a package. There may not be a happy solution
here.

Once you downgrade to a working version of Firefox you can use

sudo apt-mark hold firefox

to try to keep the updating tools from replacing it.

Note that doing this will prevent you from getting security updates for
Firefox.

To undo this operation you can run

sudo apt-mark unhold firefox


Do not undertake this step lightly -- running a known-insecure webbrowser is 
probably a bad idea.

Thanks

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

Title:
  [regression] firefox dies with SIGILL on machines without SSE2

Status in firefox package in Ubuntu:
  New

Bug description:
  I'm running Ubuntu 16.04 on an old laptop. Firefox used to work on
  fine until I did an 'apt upgrade'.

  Worked: 50.1.0+build2-0ubuntu0.16.04.1
  Fails:  53.0.3+build1-0ubuntu0.16.04.2

  The bug was a little tricky to track down since AppArmor was killing
  firefox. I believe the AppArmor error is irrelevant for this bug
  report, but I mention it for completeness (and so other people can
  google for this problem):

  "/usr/bin/python3: error while loading shared libraries:
  cannot apply additional memory protection after relocation:
  Permission denied"

  I disabled AppArmor (aa-disable '/usr/lib/firefox/firefox{,*[^s][^h]}') 
  and now Firefox dies like so:

  ExceptionHandler::GenerateDump cloned child 14258
  ExceptionHandler::SendContinueSignalToChild sent continue signal to child
  ExceptionHandler::WaitForContinueSignal waiting for continue signal...
  Failed to open curl lib from binary, use libcurl.so instead

  Using gdb to figure it out, I see that the process is getting SIGILL
  (Illegal Instruction). To figure out exactly which instruction is the
  problem, I ran gdb as follows:

  $ gdb /usr/lib/firefox/firefox
  GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
  [...]
  Reading symbols from /usr/lib/firefox/firefox...(no debugging symbols 
found)...done.
  (gdb) set disassemble-next-line on
  (gdb) run
  Starting program: /usr/lib/firefox/firefox 
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
  [New Thread 0xb15c4b40 (LWP 14296)]
  [Thread 0xb15c4b40 (LWP 14296) exited]
  warning: Corrupted shared library list: 0xb794cc00 != 0xb794b800
  [...]
  Thread 1 "firefox" received signal SIGILL, Illegal instruction.
  0x4b9f826c in ?? ()
  => 0x4b9f826c:  f2 0f 11 74 24 30   movsd  %xmm6,0x30(%esp)

  MOVSD is an SSE2 instruction, which my machine does not support.

  $ grep flags /proc/cpuinfo 
  flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca 
cmov pse36 mmx fxsr sse

  I had been under the impression that firefox is supposed to only use
  SSE2 if it is available. Is that not correct? It certainly used to
  work. Perhaps there is something wrong in how Ubuntu is building the
  binary.

  [Side note: There are actually two "movsd" instructions for the Intel
  x86 architecture. The original one (Move String, opcode A5) is
  supported by everything back to the 80386, but this one (Move Scalar,
  opcode F2 0F 11) requires SSE2. Maybe that is the source of the
  confusion.]

  Thank you.

$ lsb_release -rd
Description:Ubuntu 16.04.2 LTS
Release:16.04

$ apt-cache policy firefox
firefox:
  Installed: 53.0.3+build1-0ubuntu0.16.04.2
  Candidate: 53.0.3+build1-0ubuntu0.16.04.2
  Version table:
 *** 53.0.3+build1-0ubuntu0.16.04.2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 
Packages
  500 http://security.ubuntu.com/ubuntu xenial-security/main i386 
Packages
  100 /var/lib/dpkg/status
 45.0.2+build1-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main i386 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1697800/+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 1698501] [NEW] Please package a version of Firefox without SSE2

2017-06-16 Thread hackerb9
Public bug reported:

As has been noted in Bug 1697800, Firefox now dies on machines which
Ubuntu still supports (i686). This is a critical problem as Firefox was
the only modern web browser that did not require the SSE2 extensions and
Ubuntu has committed to long term support for machines without SSE2.

While Bug 1697800 is dealing with the urgent matter of Ubuntu systems
breaking right now, I'm filing this bug to request a long term solution.
According to Mozilla's Support page (https://support.mozilla.org/en-
US/kb/your-hardware-no-longer-supported):

"The processor requirements of Firefox as distributed by Linux
distributions may differ from the processor requirements of Firefox as
distributed by Mozilla, so you may be able to obtain an up-to-date
version of Firefox that does not require SSE2 from your Linux
distribution."

I don't know how hard this would be, but could the Ubuntu-Mozilla Team
please look into compiling a version of Firefox that does not require
SSE2?

Thank you.

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

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

Title:
  Please package a version of Firefox without SSE2

Status in firefox package in Ubuntu:
  New

Bug description:
  As has been noted in Bug 1697800, Firefox now dies on machines which
  Ubuntu still supports (i686). This is a critical problem as Firefox
  was the only modern web browser that did not require the SSE2
  extensions and Ubuntu has committed to long term support for machines
  without SSE2.

  While Bug 1697800 is dealing with the urgent matter of Ubuntu systems
  breaking right now, I'm filing this bug to request a long term
  solution. According to Mozilla's Support page
  (https://support.mozilla.org/en-US/kb/your-hardware-no-longer-
  supported):

  "The processor requirements of Firefox as distributed by Linux
  distributions may differ from the processor requirements of Firefox as
  distributed by Mozilla, so you may be able to obtain an up-to-date
  version of Firefox that does not require SSE2 from your Linux
  distribution."

  I don't know how hard this would be, but could the Ubuntu-Mozilla Team
  please look into compiling a version of Firefox that does not require
  SSE2?

  Thank you.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1698501/+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 1698478] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2017-06-16 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 gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1698478

Title:
  package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  would load but with errors

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: gconf2 3.2.6-3ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Fri Jun 16 17:22:13 2017
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2017-06-16 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: Upgraded to xenial on 2017-06-16 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1698478/+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 1698478] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2017-06-16 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  would load but with errors

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: gconf2 3.2.6-3ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Fri Jun 16 17:22:13 2017
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2017-06-16 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: Upgraded to xenial on 2017-06-16 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1698478/+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 1698478] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2017-06-16 Thread Seth Arnold
Hi Troy, note the df output indicates a full /dev filesystem:

udev 1488828 1488828 0 100% /dev

Among my three physical machines, use is 0, 0, and 4K. This is probably
worth investigating.

Thanks

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

Title:
  package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  would load but with errors

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: gconf2 3.2.6-3ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Fri Jun 16 17:22:13 2017
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2017-06-16 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: Upgraded to xenial on 2017-06-16 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1698478/+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 1697800] Re: [regression] firefox dies with SIGILL on machines without SSE2

2017-06-16 Thread hackerb9
It looks like this has been in the works for awhile and Mozilla had
intended for Firefox to detect SSE2 support in the installer and in the
automatic updates. Of course, Ubuntu is skipping both of those.

  https://bugzilla.mozilla.org/show_bug.cgi?id=1308167

It's urgent that this gets fixed. The way things are right now, if
people do a normal upgrade to 16.04, they can end up with a broken
system.


** Bug watch added: Mozilla Bugzilla #1308167
   https://bugzilla.mozilla.org/show_bug.cgi?id=1308167

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

Title:
  [regression] firefox dies with SIGILL on machines without SSE2

Status in firefox package in Ubuntu:
  New

Bug description:
  I'm running Ubuntu 16.04 on an old laptop. Firefox used to work on
  fine until I did an 'apt upgrade'.

  Worked: 50.1.0+build2-0ubuntu0.16.04.1
  Fails:  53.0.3+build1-0ubuntu0.16.04.2

  The bug was a little tricky to track down since AppArmor was killing
  firefox. I believe the AppArmor error is irrelevant for this bug
  report, but I mention it for completeness (and so other people can
  google for this problem):

  "/usr/bin/python3: error while loading shared libraries:
  cannot apply additional memory protection after relocation:
  Permission denied"

  I disabled AppArmor (aa-disable '/usr/lib/firefox/firefox{,*[^s][^h]}') 
  and now Firefox dies like so:

  ExceptionHandler::GenerateDump cloned child 14258
  ExceptionHandler::SendContinueSignalToChild sent continue signal to child
  ExceptionHandler::WaitForContinueSignal waiting for continue signal...
  Failed to open curl lib from binary, use libcurl.so instead

  Using gdb to figure it out, I see that the process is getting SIGILL
  (Illegal Instruction). To figure out exactly which instruction is the
  problem, I ran gdb as follows:

  $ gdb /usr/lib/firefox/firefox
  GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
  [...]
  Reading symbols from /usr/lib/firefox/firefox...(no debugging symbols 
found)...done.
  (gdb) set disassemble-next-line on
  (gdb) run
  Starting program: /usr/lib/firefox/firefox 
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
  [New Thread 0xb15c4b40 (LWP 14296)]
  [Thread 0xb15c4b40 (LWP 14296) exited]
  warning: Corrupted shared library list: 0xb794cc00 != 0xb794b800
  [...]
  Thread 1 "firefox" received signal SIGILL, Illegal instruction.
  0x4b9f826c in ?? ()
  => 0x4b9f826c:  f2 0f 11 74 24 30   movsd  %xmm6,0x30(%esp)

  MOVSD is an SSE2 instruction, which my machine does not support.

  $ grep flags /proc/cpuinfo 
  flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca 
cmov pse36 mmx fxsr sse

  I had been under the impression that firefox is supposed to only use
  SSE2 if it is available. Is that not correct? It certainly used to
  work. Perhaps there is something wrong in how Ubuntu is building the
  binary.

  [Side note: There are actually two "movsd" instructions for the Intel
  x86 architecture. The original one (Move String, opcode A5) is
  supported by everything back to the 80386, but this one (Move Scalar,
  opcode F2 0F 11) requires SSE2. Maybe that is the source of the
  confusion.]

  Thank you.

$ lsb_release -rd
Description:Ubuntu 16.04.2 LTS
Release:16.04

$ apt-cache policy firefox
firefox:
  Installed: 53.0.3+build1-0ubuntu0.16.04.2
  Candidate: 53.0.3+build1-0ubuntu0.16.04.2
  Version table:
 *** 53.0.3+build1-0ubuntu0.16.04.2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 
Packages
  500 http://security.ubuntu.com/ubuntu xenial-security/main i386 
Packages
  100 /var/lib/dpkg/status
 45.0.2+build1-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main i386 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1697800/+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-16 Thread Hans Deragon
What is odd is that it does not occur on all Ubuntu installations.  I
have a 2nd Ubuntu machine that does not suffer from this issue.  What
could possibly be different between a computer that exhibit this problem
and another?  I do not recall having played with any configuration file
that relates to this issue.

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

Title:
  gnome-keyring not unlocked on boot

Status in chromium-browser package in Ubuntu:
  New
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 1697789] Re: Xorg: page allocation failure: order:0, mode:0x14210d2(GFP_HIGHUSER|__GFP_NORETRY|__GFP_RECLAIMABLE), nodemask=(null)

2017-06-16 Thread Cristian Aravena Romero
** Changed in: xorg-server
   Importance: Medium => Unknown

** Changed in: xorg-server
   Status: Confirmed => Unknown

** Changed in: xorg-server
 Remote watch: freedesktop.org Bugzilla #101426 => Linux Kernel Bug Tracker 
#196075

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

Title:
  Xorg: page allocation failure: order:0,
  mode:0x14210d2(GFP_HIGHUSER|__GFP_NORETRY|__GFP_RECLAIMABLE),
  nodemask=(null)

Status in X.Org X server:
  Unknown
Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  dmesg:
  [23559.058500] Xorg: page allocation failure: order:0, 
mode:0x14210d2(GFP_HIGHUSER|__GFP_NORETRY|__GFP_RECLAIMABLE), nodemask=(null)
  [23559.058509] Xorg cpuset=/ mems_allowed=0
  [23559.058516] CPU: 1 PID: 1797 Comm: Xorg Not tainted 
4.12.0-041200rc5-generic #201706112031
  [23559.058517] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 
530U3C/530U4C/SAMSUNG_NP1234567890, BIOS P14AAJ 04/15/2013
  [23559.058519] Call Trace:
  [23559.058528]  dump_stack+0x63/0x8d
  [23559.058532]  warn_alloc+0x114/0x1c0
  [23559.058535]  __alloc_pages_slowpath+0xe07/0xe10
  [23559.058539]  __alloc_pages_nodemask+0x233/0x250
  [23559.058543]  alloc_pages_vma+0xab/0x250
  [23559.058547]  shmem_alloc_page+0x70/0xc0
  [23559.058550]  ? __radix_tree_insert+0x45/0x220
  [23559.058553]  ? __vm_enough_memory+0x29/0x130
  [23559.058555]  shmem_alloc_and_acct_page+0x72/0x1b0
  [23559.058558]  ? find_get_entry+0x1e/0xc0
  [23559.058561]  shmem_getpage_gfp+0x195/0xbd0
  [23559.058564]  shmem_read_mapping_page_gfp+0x44/0x80
  [23559.058611]  i915_gem_object_get_pages_gtt+0x204/0x5a0 [i915]
  [23559.058643]  i915_gem_object_get_pages+0x20/0x60 [i915]
  [23559.058673]  __i915_gem_object_get_pages+0x5c/0x70 [i915]
  [23559.058706]  __i915_vma_do_pin+0x1c6/0x3a0 [i915]
  [23559.058737]  i915_gem_execbuffer_reserve_vma.isra.29+0x14d/0x1b0 [i915]
  [23559.058765]  i915_gem_execbuffer_reserve.isra.30+0x3b7/0x3e0 [i915]
  [23559.058794]  i915_gem_do_execbuffer.isra.36+0x577/0x16c0 [i915]
  [23559.058799]  ? unix_stream_recvmsg+0x54/0x70
  [23559.058801]  ? unix_state_double_lock+0x70/0x70
  [23559.058830]  i915_gem_execbuffer2+0x96/0x1b0 [i915]
  [23559.058849]  drm_ioctl+0x216/0x4c0 [drm]
  [23559.058877]  ? i915_gem_execbuffer+0x2f0/0x2f0 [i915]
  [23559.058881]  ? __remove_hrtimer+0x3c/0x70
  [23559.058885]  do_vfs_ioctl+0xa3/0x600
  [23559.05]  ? do_setitimer+0xe0/0x240
  [23559.058891]  ? SyS_setitimer+0xf1/0x120
  [23559.058894]  SyS_ioctl+0x79/0x90
  [23559.058897]  entry_SYSCALL_64_fastpath+0x1e/0xa9
  [23559.058900] RIP: 0033:0x7fd8c5c7e987
  [23559.058901] RSP: 002b:7ffd494ac738 EFLAGS: 0246 ORIG_RAX: 
0010
  [23559.058904] RAX: ffda RBX: 0006 RCX: 
7fd8c5c7e987
  [23559.058905] RDX: 7ffd494ac790 RSI: 40406469 RDI: 
000c
  [23559.058907] RBP: 0028 R08: 0001 R09: 
000c
  [23559.058908] R10: 0001 R11: 0246 R12: 
0040
  [23559.058909] R13: 0008 R14: 5581c086a6c0 R15: 

  [23559.058912] Mem-Info:
  [23559.058918] active_anon:1016643 inactive_anon:298858 isolated_anon:0
  active_file:395940 inactive_file:1147459 isolated_file:0
  unevictable:129 dirty:124022 writeback:21146 unstable:0
  slab_reclaimable:57926 slab_unreclaimable:23062
  mapped:283483 shmem:248113 pagetables:23247 bounce:0
  free:29069 free_pcp:245 free_cma:0
  [23559.058923] Node 0 active_anon:4066572kB inactive_anon:1195432kB 
active_file:1583760kB inactive_file:4589836kB unevictable:516kB 
isolated(anon):0kB isolated(file):0kB mapped:1133932kB dirty:496088kB 
writeback:84584kB shmem:992452kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 
976896kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no
  [23559.058924] Node 0 DMA free:15360kB min:84kB low:104kB high:124kB 
active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB 
unevictable:0kB writepending:0kB present:15984kB managed:15360kB mlocked:0kB 
slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB 
bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
  [23559.058930] lowmem_reserve[]: 0 3226 11726 11726 11726
  [23559.058935] Node 0 DMA32 free:52176kB min:18568kB low:23208kB high:27848kB 
active_anon:718716kB inactive_anon:177564kB active_file:228516kB 
inactive_file:2067540kB unevictable:0kB writepending:203112kB present:3438520kB 
managed:3354852kB mlocked:0kB slab_reclaimable:98764kB 
slab_unreclaimable:3004kB kernel_stack:576kB pagetables:4384kB bounce:0kB 
free_pcp:0kB local_pcp:0kB free_cma:0kB
  [23559.058941] lowmem_reserve[]: 0 0 8500 8500 8500
  [23559.058945] Node 0 Normal free:48740kB min:48924kB low:61152kB 
high:73380kB active_anon:3347648kB inactive_anon:1017448kB 

[Desktop-packages] [Bug 1668915] Re: Deja-dup 34.3 fails to build with vala 0.35.6

2017-06-16 Thread Launchpad Bug Tracker
This bug was fixed in the package deja-dup - 34.4-0ubuntu2

---
deja-dup (34.4-0ubuntu2) artful; urgency=medium

  * Add patches to fix build with vala 0.36 (LP: #1668915)
- Don-t-use-static-for-const-declarations.patch
- Use-ref-keyword-for-iter.patch
  * Bump minimum valac to 0.36, required by this version of the patches
  * debian/control:
- Drop obsolete XS-Testsuite field

 -- Jeremy Bicha   Fri, 16 Jun 2017 18:34:21 -0400

** Changed in: deja-dup (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Deja-dup 34.3 fails to build with vala 0.35.6

Status in Déjà Dup:
  New
Status in deja-dup package in Ubuntu:
  Fix Released
Status in deja-dup package in openSUSE:
  Confirmed

Bug description:
  Vala 0.35.x (0.36 to be) fails to translate deja-dup:

  [  9%] Generating ConfigBool.c, ConfigChoice.c, ConfigDelete.c, 
ConfigEntry.c, ConfigFolder.c, ConfigLabel.c, ConfigLabelBackupDate.c, 
ConfigLabelDescription.c, ConfigLabelLocation.c, ConfigList.c, 
ConfigLocation.c, ConfigLocationCustom.c, ConfigLocationDAV.c, 
ConfigLocationFile.c, ConfigLocationFTP.c, ConfigLocationGCS.c, 
ConfigLocationGDrive.c, ConfigLocationOpenstack.c, ConfigLocationRackspace.c, 
ConfigLocationS3.c, ConfigLocationSSH.c, ConfigLocationSMB.c, 
ConfigLocationTable.c, ConfigLocationU1.c, ConfigLocationVolume.c, 
ConfigPeriod.c, ConfigRelPath.c, ConfigURLPart.c, ConfigURLPartBool.c, 
ConfigWidget.c, WidgetUtils.c, widgets.vapi, widgets.h, widgets_internal.h
  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigList.vala:336.39-336.42:
 error: Argument 1: Cannot pass value to reference or output parameter
(model as Gtk.ListStore).remove(iter);

  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigLocation.vala:400.18-400.21:
 error: Argument 1: Cannot pass value to reference or output parameter
  store.remove(iter);
   
  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigLocation.vala:405.22-405.29:
 error: Argument 1: Cannot pass value to reference or output parameter
  store.remove(sep_iter);
   

  ** (valac:12386): CRITICAL **: vala_data_type_get_nullable: assertion
  'self != NULL' failed

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from 'ValaNamespace' to 
'ValaTypeSymbol'
  Compilation failed: 3 error(s), 0 warning(s)

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1668915/+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 1696965] Re: First renderer process doesn't render page for chromium 59.0.3071.86 in KVM

2017-06-16 Thread Olivier Tilloy
I built version 59.0.3065.0 in a PPA, and it's not affected by the issue.
I built version 59.0.3071.0 in a PPA, and it is affected by the issue.

That means the regression happened sometimes between 59.0.3065.0 and
59.0.3071.0. There are 1895 commits in that window. Will continue to
bisect.

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

Title:
  First renderer process doesn't render page for chromium 59.0.3071.86
  in KVM

Status in chromium-browser package in Ubuntu:
  New

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

  While they seem to work well on bare metal and in virtualbox virtual
  machines, we are seeing an issue in KVM guests (e.g. Ubuntu 16.04.2):
  when launched, the page in the first tab is not rendered at all (the
  contents remain blank). Refreshing the page doesn't make things any
  better. But browsing to a different domain in the same tab "fixes" the
  issue.

  All URLs are affected: the default URL when opening the browser for
  the first time is chrome://welcome, and it's not rendered, and so
  aren't other http URLs when passed on the command line.

  It looks like the first renderer process is not able to render to
  screen correctly. The renderer process itself looks okay, it doesn't
  crash, and I haven't seen anything relevant in the verbose logs.

  The official google chrome release on the same configuration is not
  affected, so this problem is specific to our chromium-browser
  packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1696965/+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 1668915] Re: Deja-dup 34.3 fails to build with vala 0.35.6

2017-06-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/deja-dup/ubuntu

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

Title:
  Deja-dup 34.3 fails to build with vala 0.35.6

Status in Déjà Dup:
  New
Status in deja-dup package in Ubuntu:
  Triaged
Status in deja-dup package in openSUSE:
  Confirmed

Bug description:
  Vala 0.35.x (0.36 to be) fails to translate deja-dup:

  [  9%] Generating ConfigBool.c, ConfigChoice.c, ConfigDelete.c, 
ConfigEntry.c, ConfigFolder.c, ConfigLabel.c, ConfigLabelBackupDate.c, 
ConfigLabelDescription.c, ConfigLabelLocation.c, ConfigList.c, 
ConfigLocation.c, ConfigLocationCustom.c, ConfigLocationDAV.c, 
ConfigLocationFile.c, ConfigLocationFTP.c, ConfigLocationGCS.c, 
ConfigLocationGDrive.c, ConfigLocationOpenstack.c, ConfigLocationRackspace.c, 
ConfigLocationS3.c, ConfigLocationSSH.c, ConfigLocationSMB.c, 
ConfigLocationTable.c, ConfigLocationU1.c, ConfigLocationVolume.c, 
ConfigPeriod.c, ConfigRelPath.c, ConfigURLPart.c, ConfigURLPartBool.c, 
ConfigWidget.c, WidgetUtils.c, widgets.vapi, widgets.h, widgets_internal.h
  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigList.vala:336.39-336.42:
 error: Argument 1: Cannot pass value to reference or output parameter
(model as Gtk.ListStore).remove(iter);

  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigLocation.vala:400.18-400.21:
 error: Argument 1: Cannot pass value to reference or output parameter
  store.remove(iter);
   
  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigLocation.vala:405.22-405.29:
 error: Argument 1: Cannot pass value to reference or output parameter
  store.remove(sep_iter);
   

  ** (valac:12386): CRITICAL **: vala_data_type_get_nullable: assertion
  'self != NULL' failed

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from 'ValaNamespace' to 
'ValaTypeSymbol'
  Compilation failed: 3 error(s), 0 warning(s)

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1668915/+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-16 Thread Dario Menin
This also affects chromium-browser installed from Ubuntu repository.

** Also affects: chromium-browser (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  gnome-keyring not unlocked on boot

Status in chromium-browser package in Ubuntu:
  New
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 1668915] Re: Deja-dup 34.3 fails to build with vala 0.35.6

2017-06-16 Thread Jeremy Bicha
Enjoy the trip!

I'll go ahead and distro-patch this for Ubuntu in the meantime then.

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

Title:
  Deja-dup 34.3 fails to build with vala 0.35.6

Status in Déjà Dup:
  New
Status in deja-dup package in Ubuntu:
  Triaged
Status in deja-dup package in openSUSE:
  Confirmed

Bug description:
  Vala 0.35.x (0.36 to be) fails to translate deja-dup:

  [  9%] Generating ConfigBool.c, ConfigChoice.c, ConfigDelete.c, 
ConfigEntry.c, ConfigFolder.c, ConfigLabel.c, ConfigLabelBackupDate.c, 
ConfigLabelDescription.c, ConfigLabelLocation.c, ConfigList.c, 
ConfigLocation.c, ConfigLocationCustom.c, ConfigLocationDAV.c, 
ConfigLocationFile.c, ConfigLocationFTP.c, ConfigLocationGCS.c, 
ConfigLocationGDrive.c, ConfigLocationOpenstack.c, ConfigLocationRackspace.c, 
ConfigLocationS3.c, ConfigLocationSSH.c, ConfigLocationSMB.c, 
ConfigLocationTable.c, ConfigLocationU1.c, ConfigLocationVolume.c, 
ConfigPeriod.c, ConfigRelPath.c, ConfigURLPart.c, ConfigURLPartBool.c, 
ConfigWidget.c, WidgetUtils.c, widgets.vapi, widgets.h, widgets_internal.h
  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigList.vala:336.39-336.42:
 error: Argument 1: Cannot pass value to reference or output parameter
(model as Gtk.ListStore).remove(iter);

  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigLocation.vala:400.18-400.21:
 error: Argument 1: Cannot pass value to reference or output parameter
  store.remove(iter);
   
  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigLocation.vala:405.22-405.29:
 error: Argument 1: Cannot pass value to reference or output parameter
  store.remove(sep_iter);
   

  ** (valac:12386): CRITICAL **: vala_data_type_get_nullable: assertion
  'self != NULL' failed

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from 'ValaNamespace' to 
'ValaTypeSymbol'
  Compilation failed: 3 error(s), 0 warning(s)

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1668915/+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 1668915] Re: Deja-dup 34.3 fails to build with vala 0.35.6

2017-06-16 Thread Jeremy Bicha
Maybe you should revert your last deja-dup commit so that git master is
buildable while you're away.

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

Title:
  Deja-dup 34.3 fails to build with vala 0.35.6

Status in Déjà Dup:
  New
Status in deja-dup package in Ubuntu:
  Triaged
Status in deja-dup package in openSUSE:
  Confirmed

Bug description:
  Vala 0.35.x (0.36 to be) fails to translate deja-dup:

  [  9%] Generating ConfigBool.c, ConfigChoice.c, ConfigDelete.c, 
ConfigEntry.c, ConfigFolder.c, ConfigLabel.c, ConfigLabelBackupDate.c, 
ConfigLabelDescription.c, ConfigLabelLocation.c, ConfigList.c, 
ConfigLocation.c, ConfigLocationCustom.c, ConfigLocationDAV.c, 
ConfigLocationFile.c, ConfigLocationFTP.c, ConfigLocationGCS.c, 
ConfigLocationGDrive.c, ConfigLocationOpenstack.c, ConfigLocationRackspace.c, 
ConfigLocationS3.c, ConfigLocationSSH.c, ConfigLocationSMB.c, 
ConfigLocationTable.c, ConfigLocationU1.c, ConfigLocationVolume.c, 
ConfigPeriod.c, ConfigRelPath.c, ConfigURLPart.c, ConfigURLPartBool.c, 
ConfigWidget.c, WidgetUtils.c, widgets.vapi, widgets.h, widgets_internal.h
  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigList.vala:336.39-336.42:
 error: Argument 1: Cannot pass value to reference or output parameter
(model as Gtk.ListStore).remove(iter);

  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigLocation.vala:400.18-400.21:
 error: Argument 1: Cannot pass value to reference or output parameter
  store.remove(iter);
   
  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigLocation.vala:405.22-405.29:
 error: Argument 1: Cannot pass value to reference or output parameter
  store.remove(sep_iter);
   

  ** (valac:12386): CRITICAL **: vala_data_type_get_nullable: assertion
  'self != NULL' failed

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from 'ValaNamespace' to 
'ValaTypeSymbol'
  Compilation failed: 3 error(s), 0 warning(s)

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1668915/+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 1668915] Re: Deja-dup 34.3 fails to build with vala 0.35.6

2017-06-16 Thread Michael Terry
Yeah sorry, am in middle of month long trip, will solve this when I get
back in July. Thanks for report!

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

Title:
  Deja-dup 34.3 fails to build with vala 0.35.6

Status in Déjà Dup:
  New
Status in deja-dup package in Ubuntu:
  Triaged
Status in deja-dup package in openSUSE:
  Confirmed

Bug description:
  Vala 0.35.x (0.36 to be) fails to translate deja-dup:

  [  9%] Generating ConfigBool.c, ConfigChoice.c, ConfigDelete.c, 
ConfigEntry.c, ConfigFolder.c, ConfigLabel.c, ConfigLabelBackupDate.c, 
ConfigLabelDescription.c, ConfigLabelLocation.c, ConfigList.c, 
ConfigLocation.c, ConfigLocationCustom.c, ConfigLocationDAV.c, 
ConfigLocationFile.c, ConfigLocationFTP.c, ConfigLocationGCS.c, 
ConfigLocationGDrive.c, ConfigLocationOpenstack.c, ConfigLocationRackspace.c, 
ConfigLocationS3.c, ConfigLocationSSH.c, ConfigLocationSMB.c, 
ConfigLocationTable.c, ConfigLocationU1.c, ConfigLocationVolume.c, 
ConfigPeriod.c, ConfigRelPath.c, ConfigURLPart.c, ConfigURLPartBool.c, 
ConfigWidget.c, WidgetUtils.c, widgets.vapi, widgets.h, widgets_internal.h
  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigList.vala:336.39-336.42:
 error: Argument 1: Cannot pass value to reference or output parameter
(model as Gtk.ListStore).remove(iter);

  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigLocation.vala:400.18-400.21:
 error: Argument 1: Cannot pass value to reference or output parameter
  store.remove(iter);
   
  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigLocation.vala:405.22-405.29:
 error: Argument 1: Cannot pass value to reference or output parameter
  store.remove(sep_iter);
   

  ** (valac:12386): CRITICAL **: vala_data_type_get_nullable: assertion
  'self != NULL' failed

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from 'ValaNamespace' to 
'ValaTypeSymbol'
  Compilation failed: 3 error(s), 0 warning(s)

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1668915/+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 1698362] Re: wifi Realtek RTL8723BE lost controlability

2017-06-16 Thread João Gabriel
I solved it reinstalling network-manager and restarting it.

** Changed in: network-manager-applet (Ubuntu)
   Status: New => Fix Released

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

Title:
  wifi Realtek RTL8723BE lost controlability

Status in network-manager-applet package in Ubuntu:
  Fix Released

Bug description:
  My Network Manager was working well, but in 15/jun/17, I lost
  controlability over my hardware.

  Now I can activate wifi through network-manager icon, but it doesn't
  display any network.

  I can see it is activated because through the command:

  > nmcli -f in-use,ssid,bssid,signal,bars  dev wifi

  presents the following result:

  *  SSID   BSSID  SINAL  BARRAS
     Virus_H@cker   18:D6:C7:76:D5:F8  90 ▂▄▆█
     MARTIN 14:D6:4D:39:8D:85  80 ▂▄▆_
     ROGERIO 2 24 GHZ   E4:6F:13:3D:88:24  50 ▂▄__
     MARTIN A0:8E:78:5D:76:30  47 ▂▄__
     TP-LINK_2.4GHz_A60B15  A0:F3:C1:A6:0B:15  40 ▂▄__
     maucoppi   18:D6:C7:76:C3:44  40 ▂▄__
     HPEE75A0   02:21:11:5D:39:57  40 ▂▄__
     #NET-CLARO-WIFI2A:32:C5:5F:94:C9  37 ▂▄__

  I can even connect to a network through command line:

  > nmcli d wifi connect 14:D6:4D:39:8D:85

  Dispositivo "wlp2s0" ativado com sucesso com "85fcc7fb-60bd-47af-a9da-
  9381656ee2a3".

  > ping 192.168.1.1

  PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
  64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=4.48 ms
  64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=4.11 ms

  But through graphical interface I cannot operate it.

  When I'm connect through WiFi, the icon network-manager has changed.

  Before the bug, it presented the common wifi icon, showing signal
  intensity of the connection, as in this image
  http://ubuntuhandbook.org/wp-content/uploads/2014/05/Config-VPN-
  Ubuntu.png

  Now it is presenting the icon of ethernet connection, as in this
  figure http://lh4.ggpht.com/_1QSDkzYY2vc/TPQFwUY-
  KJI/CXE/NzO_5ataJkg/s2000/network-manager-applet.png

  When I open Network Connections and exclude some network, it doesn't
  remove it from the list until I close the window and open it again.

  I have made an update on 14/jun, in the night.
  During all day of 15/jun I used my network without any problem.
  In the end of the say the problem began.

  The packages updated were:

  Start-Date: 2017-06-14  20:36:07
  Commandline: /usr/bin/unattended-upgrade
  Upgrade: libgnutls-openssl27:amd64 (3.4.10-4ubuntu1.2, 3.4.10-4ubuntu1.3), 
flashplugin-installer:amd64 (25.0.0.171ubuntu0.16.04.1, 
26.0.0.126ubuntu0.16.04.1), firefox-locale-en:amd64 
(53.0.3+build1-0ubuntu0.16.04.2, 54.0+build3-0ubuntu0.16.04.1), 
firefox-locale-pt:amd64 (53.0.3+build1-0ubuntu0.16.04.2, 
54.0+build3-0ubuntu0.16.04.1), libgnutls30:amd64 (3.4.10-4ubuntu1.2, 
3.4.10-4ubuntu1.3), firefox:amd64 (53.0.3+build1-0ubuntu0.16.04.2, 
54.0+build3-0ubuntu0.16.04.1)
  End-Date: 2017-06-14  20:41:18

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager-gnome 1.2.6-0ubuntu0.16.04.3
  ProcVersionSignature: Ubuntu 4.8.0-54.57~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-54-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun 16 08:42:50 2017
  ExecutablePath: /usr/bin/nm-connection-editor
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-03-18 (89 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  IpRoute:
   default via 192.168.1.1 dev enp3s0  proto static  metric 100
   192.168.1.0/24 dev enp3s0  proto kernel  scope link  src 192.168.1.3  metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATE DBUS-PATH  
CONNECTION CON-UUID  CON-PATH
   enp3s0  ethernet  connected /org/freedesktop/NetworkManager/Devices/1  
Conexão cabeada 1  e4933501-8909-3d70-9d29-c0c82a358127  
/org/freedesktop/NetworkManager/ActiveConnection/3
   wlp2s0  wifi  disconnected  /org/freedesktop/NetworkManager/Devices/0  
-- ----
   lo  loopback  unmanaged /org/freedesktop/NetworkManager/Devices/2  
-- ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI  

[Desktop-packages] [Bug 1698362] Re: wifi Realtek RTL8723BE lost controlability

2017-06-16 Thread João Gabriel
** Description changed:

  My Network Manager was working well, but in 15/jun/17, I lost
  controlability over my hardware.
  
  Now I can activate wifi through network-manager icon, but it doesn't
  display any network.
- 
  
  I can see it is activated because through the command:
  
  > nmcli -f in-use,ssid,bssid,signal,bars  dev wifi
  
  presents the following result:
  
- *  SSID   BSSID  SINAL  BARRAS 
-Virus_H@cker   18:D6:C7:76:D5:F8  90 ▂▄▆█   
-MARTIN 14:D6:4D:39:8D:85  80 ▂▄▆_   
-ROGERIO 2 24 GHZ   E4:6F:13:3D:88:24  50 ▂▄__   
-MARTIN A0:8E:78:5D:76:30  47 ▂▄__   
-TP-LINK_2.4GHz_A60B15  A0:F3:C1:A6:0B:15  40 ▂▄__   
-maucoppi   18:D6:C7:76:C3:44  40 ▂▄__   
-HPEE75A0   02:21:11:5D:39:57  40 ▂▄__   
-#NET-CLARO-WIFI2A:32:C5:5F:94:C9  37 ▂▄__  
- 
+ *  SSID   BSSID  SINAL  BARRAS
+    Virus_H@cker   18:D6:C7:76:D5:F8  90 ▂▄▆█
+    MARTIN 14:D6:4D:39:8D:85  80 ▂▄▆_
+    ROGERIO 2 24 GHZ   E4:6F:13:3D:88:24  50 ▂▄__
+    MARTIN A0:8E:78:5D:76:30  47 ▂▄__
+    TP-LINK_2.4GHz_A60B15  A0:F3:C1:A6:0B:15  40 ▂▄__
+    maucoppi   18:D6:C7:76:C3:44  40 ▂▄__
+    HPEE75A0   02:21:11:5D:39:57  40 ▂▄__
+    #NET-CLARO-WIFI2A:32:C5:5F:94:C9  37 ▂▄__
  
  I can even connect to a network through command line:
  
  > nmcli d wifi connect 14:D6:4D:39:8D:85
  
  Dispositivo "wlp2s0" ativado com sucesso com "85fcc7fb-60bd-47af-a9da-
  9381656ee2a3".
  
  > ping 192.168.1.1
  
  PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
  64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=4.48 ms
  64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=4.11 ms
  
  But through graphical interface I cannot operate it.
  
- 
  When I'm connect through WiFi, the icon network-manager has changed.
  
  Before the bug, it presented the common wifi icon, showing signal
  intensity of the connection, as in this image http://ubuntuhandbook.org
  /wp-content/uploads/2014/05/Config-VPN-Ubuntu.png
  
+ Now it is presenting the icon of ethernet connection, as in this figure
+ http://lh4.ggpht.com/_1QSDkzYY2vc/TPQFwUY-
+ KJI/CXE/NzO_5ataJkg/s2000/network-manager-applet.png
  
- Now it is presenting the icon of ethernet connection, as in this figure 
http://lh4.ggpht.com/_1QSDkzYY2vc/TPQFwUY-KJI/CXE/NzO_5ataJkg/s2000/network-manager-applet.png
- 
+ When I open Network Connections and exclude some network, it doesn't
+ remove it from the list until I close the window and open it again.
  
  I have made an update on 14/jun, in the night.
  During all day of 15/jun I used my network without any problem.
  In the end of the say the problem began.
- 
  
  The packages updated were:
  
  Start-Date: 2017-06-14  20:36:07
  Commandline: /usr/bin/unattended-upgrade
  Upgrade: libgnutls-openssl27:amd64 (3.4.10-4ubuntu1.2, 3.4.10-4ubuntu1.3), 
flashplugin-installer:amd64 (25.0.0.171ubuntu0.16.04.1, 
26.0.0.126ubuntu0.16.04.1), firefox-locale-en:amd64 
(53.0.3+build1-0ubuntu0.16.04.2, 54.0+build3-0ubuntu0.16.04.1), 
firefox-locale-pt:amd64 (53.0.3+build1-0ubuntu0.16.04.2, 
54.0+build3-0ubuntu0.16.04.1), libgnutls30:amd64 (3.4.10-4ubuntu1.2, 
3.4.10-4ubuntu1.3), firefox:amd64 (53.0.3+build1-0ubuntu0.16.04.2, 
54.0+build3-0ubuntu0.16.04.1)
  End-Date: 2017-06-14  20:41:18
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager-gnome 1.2.6-0ubuntu0.16.04.3
  ProcVersionSignature: Ubuntu 4.8.0-54.57~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-54-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun 16 08:42:50 2017
  ExecutablePath: /usr/bin/nm-connection-editor
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-03-18 (89 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  IpRoute:
   default via 192.168.1.1 dev enp3s0  proto static  metric 100
   192.168.1.0/24 dev enp3s0  proto kernel  scope link  src 192.168.1.3  metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATE DBUS-PATH  
CONNECTION CON-UUID  CON-PATH
   enp3s0  ethernet  connected /org/freedesktop/NetworkManager/Devices/1  
Conexão cabeada 1  e4933501-8909-3d70-9d29-c0c82a358127  
/org/freedesktop/NetworkManager/ActiveConnection/3
   wlp2s0  wifi  

[Desktop-packages] [Bug 1698391] Re: Libreoffice is Frequently Crashing

2017-06-16 Thread João Gabriel
** Summary changed:

- Libreoffice Calc is Frequently Crashing
+ Libreoffice is Frequently Crashing

** Tags added: libreoffice

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

Title:
  Libreoffice is Frequently Crashing

Status in libreoffice package in Ubuntu:
  New

Bug description:
  I'm experiencing Libreoffice frequently crashing without giving any
  report on what cause it and without communicating failure conditions.

  Ordinarily only Libreoffice crash, but sometimes Ubuntu crash too.

  I have already reinstalled LibO from Ubuntu repository without any
  success.

  My system details are:

  - Ubuntu 16.04 LTS
  - Libreoffice Version: 5.1.6.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1698391/+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 1668915] Re: Deja-dup 34.3 fails to build with vala 0.35.6

2017-06-16 Thread Jeremy Bicha
** Also affects: deja-dup (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: deja-dup (Ubuntu)
   Importance: Undecided => High

** Changed in: deja-dup (Ubuntu)
   Status: New => Triaged

** Merge proposal linked:
   https://code.launchpad.net/~jbicha/deja-dup/+git/deja-dup/+merge/325865

** Tags added: artful ftbfs

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

Title:
  Deja-dup 34.3 fails to build with vala 0.35.6

Status in Déjà Dup:
  New
Status in deja-dup package in Ubuntu:
  Triaged
Status in deja-dup package in openSUSE:
  Confirmed

Bug description:
  Vala 0.35.x (0.36 to be) fails to translate deja-dup:

  [  9%] Generating ConfigBool.c, ConfigChoice.c, ConfigDelete.c, 
ConfigEntry.c, ConfigFolder.c, ConfigLabel.c, ConfigLabelBackupDate.c, 
ConfigLabelDescription.c, ConfigLabelLocation.c, ConfigList.c, 
ConfigLocation.c, ConfigLocationCustom.c, ConfigLocationDAV.c, 
ConfigLocationFile.c, ConfigLocationFTP.c, ConfigLocationGCS.c, 
ConfigLocationGDrive.c, ConfigLocationOpenstack.c, ConfigLocationRackspace.c, 
ConfigLocationS3.c, ConfigLocationSSH.c, ConfigLocationSMB.c, 
ConfigLocationTable.c, ConfigLocationU1.c, ConfigLocationVolume.c, 
ConfigPeriod.c, ConfigRelPath.c, ConfigURLPart.c, ConfigURLPartBool.c, 
ConfigWidget.c, WidgetUtils.c, widgets.vapi, widgets.h, widgets_internal.h
  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigList.vala:336.39-336.42:
 error: Argument 1: Cannot pass value to reference or output parameter
(model as Gtk.ListStore).remove(iter);

  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigLocation.vala:400.18-400.21:
 error: Argument 1: Cannot pass value to reference or output parameter
  store.remove(iter);
   
  
/home/abuild/rpmbuild/BUILD/deja-dup-34.3/deja-dup/widgets/ConfigLocation.vala:405.22-405.29:
 error: Argument 1: Cannot pass value to reference or output parameter
  store.remove(sep_iter);
   

  ** (valac:12386): CRITICAL **: vala_data_type_get_nullable: assertion
  'self != NULL' failed

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from
  'ValaNamespace' to 'ValaTypeSymbol'

  (valac:12386): GLib-GObject-WARNING **: invalid cast from 'ValaNamespace' to 
'ValaTypeSymbol'
  Compilation failed: 3 error(s), 0 warning(s)

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1668915/+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 1690528] Re: screen corruption at startup

2017-06-16 Thread Xtien
Haven't seen this since.

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

Title:
  screen corruption at startup

Status in xorg package in Ubuntu:
  New

Bug description:
  When I started my computer today, the login screen looked ok, but
  after logging in, I saw a funny mosaic of colors. I restarted, which
  didn't help. Waiting a minute did, the screen returned to normal. I'll
  take a picture next time I reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-77.98-generic 4.4.59
  Uname: Linux 4.4.0-77-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..06.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:06:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  375.39  Tue Jan 31 20:47:00 
PST 2017
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .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: Sat May 13 12:02:49 2017
  DistUpgraded: 2016-05-04 23:15:51,079 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GM206 [GeForce GTX 960] [10de:1401] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] GM206 [GeForce GTX 
960] [1462:3205]
  InstallationDate: Installed on 2015-12-13 (516 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: MSI MS-7881
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-77-generic.efi.signed 
root=UUID=eea1d4c7-5f21-40a5-b73d-fed6b0a48f69 ro noprompt persistent quiet 
splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to xenial on 2016-05-04 (373 days ago)
  dmi.bios.date: 10/30/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.80
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X99S XPOWER AC (MS-7881)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.80:bd10/30/2015:svnMSI:pnMS-7881:pvr1.0:rvnMSI:rnX99SXPOWERAC(MS-7881):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7881
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  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.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  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: Sat May 13 11:54:11 2017
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputMetadot - Das Keyboard D4269 KEYBOARD, id 8
   inputMetadot - Das Keyboard D4269 KEYBOARD, id 9
   inputLogitech USB Optical Mouse MOUSE, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.18.4-0ubuntu0.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1690528/+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 1691417] Re: nautilus "other locations" hangs

2017-06-16 Thread Xtien
I have upgraded my laptop to 17.04 and I still see the bug: "connect to
server" doesn't work, "other locations" hangs. No way to copy files
to/from other computers in my network. Desktop computer and other laptop
run older versions of Ubuntu, no issues with connecting to other
computers.

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

Title:
  nautilus "other locations" hangs

Status in nautilus package in Ubuntu:
  New

Bug description:
  When I open nautilus and I click "Other Locations", There's a spinner
  next to "Networks" which doesn't go away. No other computers show up.
  This is on 16.10, on another computer with 16.04 I haven't seen this
  issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: nautilus 1:3.20.3-1ubuntu3.1
  ProcVersionSignature: Ubuntu 4.8.0-49.52-generic 4.8.17
  Uname: Linux 4.8.0-49-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 17 11:19:12 2017
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b"'1295x682+481+202'"
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
  InstallationDate: Installed on 2016-12-30 (137 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_nautilus:
   dropbox2015.10.28
   gnome-terminal 3.20.2-1ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1691417/+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 1684213] Re: Intel Wireless 7260 often crashes

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

** Changed in: network-manager (Ubuntu)
   Status: New => Confirmed

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

Title:
  Intel Wireless 7260 often crashes

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Hardware: Acer CB3-131 Chromebook (GNAWTY) running Ubuntu Mate natively (BIOS 
enabled by SeaBIOS firmware from scripts here:https://mrchromebox.tech/). Uses 
Intel 7260 wifi, rev. bb:
  01:00.0 Network controller: Intel Corporation Wireless 7260 (rev bb)

  Software: Ubuntu Mate 17.04, upgraded from 16.10. Currently,
  everything (kernel, firmware, etc.) is stock. Issue has persisted
  across multiple installations.

  Bug: Wifi/Bluetooth crashes and refuses to come back up, even after
  multiple reboots. Issue persists across distros (Arch, Ubuntu, etc.)

  When the wireless (Bluetooth and WiFi) works, it works flawlessly. However, 
upon boot, it is not uncommon for the wireless to stop working within two 
minutes of login time. Curiously, the GUI usually still shows being 
"connected", though trying to change anything with the wifi shows otherwise. 
Other times, upon system resume when wireless was previously working, the GUI 
will show "device not ready" and refuse to continue. Dmesg shows the following:
  [  423.814823] Bluetooth: hci0 command 0x1403 tx timeout
  [  424.172973] iwlwifi :01:00.0: Failed to wake NIC for hcmd
  [  424.173062] iwlwifi :01:00.0: Error sending SCAN_OFFLOAD_REQUEST_CMD: 
enqueue_hcmd failed: -5
  [  424.173067] iwlwifi :01:00.0: Scan failed! ret -5
  [  425.194487] iwlwifi :01:00.0: Failed to wake NIC for hcmd
  [  425.194589] iwlwifi :01:00.0: Error sending SCAN_OFFLOAD_REQUEST_CMD: 
enqueue_hcmd failed: -5
  [  425.194593] iwlwifi :01:00.0: Scan failed! ret -5

  Solution: Rebooting doesn't fix the problem. Perhaps a different
  firmware version will work better? Configuration settings? etc.?
  Unknown.

  Thanks ahead of time for the help. Let me know if there's anything you
  need/commands I should run/solutions I can attempt.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-19-generic 4.10.0-19.21
  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
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bmueller   1669 F pulseaudio
  CurrentDesktop: MATE
  Date: Wed Apr 19 10:34:11 2017
  InstallationDate: Installed on 2017-04-13 (6 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:07dc Intel Corp.
   Bus 001 Device 002: ID 0bda:57cf Realtek Semiconductor Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: GOOGLE Gnawty
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic 
root=UUID=45b1dd3f-10df-4a28-904c-74c694ef75a5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-19-generic N/A
   linux-backports-modules-4.10.0-19-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (2 days ago)
  dmi.bios.date: 08/16/2015
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: GOOGLE
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/16/2015:svnGOOGLE:pnGnawty:pvr1.0:cvnGOOGLE:ct3:cvr:
  dmi.product.name: Gnawty
  dmi.product.version: 1.0
  dmi.sys.vendor: GOOGLE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1684213/+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 1684213] Re: Intel Wireless 7260 often crashes

2017-06-16 Thread Joseph Chereshnovsky
This one looks like the same bug:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1673344

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

Title:
  Intel Wireless 7260 often crashes

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Hardware: Acer CB3-131 Chromebook (GNAWTY) running Ubuntu Mate natively (BIOS 
enabled by SeaBIOS firmware from scripts here:https://mrchromebox.tech/). Uses 
Intel 7260 wifi, rev. bb:
  01:00.0 Network controller: Intel Corporation Wireless 7260 (rev bb)

  Software: Ubuntu Mate 17.04, upgraded from 16.10. Currently,
  everything (kernel, firmware, etc.) is stock. Issue has persisted
  across multiple installations.

  Bug: Wifi/Bluetooth crashes and refuses to come back up, even after
  multiple reboots. Issue persists across distros (Arch, Ubuntu, etc.)

  When the wireless (Bluetooth and WiFi) works, it works flawlessly. However, 
upon boot, it is not uncommon for the wireless to stop working within two 
minutes of login time. Curiously, the GUI usually still shows being 
"connected", though trying to change anything with the wifi shows otherwise. 
Other times, upon system resume when wireless was previously working, the GUI 
will show "device not ready" and refuse to continue. Dmesg shows the following:
  [  423.814823] Bluetooth: hci0 command 0x1403 tx timeout
  [  424.172973] iwlwifi :01:00.0: Failed to wake NIC for hcmd
  [  424.173062] iwlwifi :01:00.0: Error sending SCAN_OFFLOAD_REQUEST_CMD: 
enqueue_hcmd failed: -5
  [  424.173067] iwlwifi :01:00.0: Scan failed! ret -5
  [  425.194487] iwlwifi :01:00.0: Failed to wake NIC for hcmd
  [  425.194589] iwlwifi :01:00.0: Error sending SCAN_OFFLOAD_REQUEST_CMD: 
enqueue_hcmd failed: -5
  [  425.194593] iwlwifi :01:00.0: Scan failed! ret -5

  Solution: Rebooting doesn't fix the problem. Perhaps a different
  firmware version will work better? Configuration settings? etc.?
  Unknown.

  Thanks ahead of time for the help. Let me know if there's anything you
  need/commands I should run/solutions I can attempt.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-19-generic 4.10.0-19.21
  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
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bmueller   1669 F pulseaudio
  CurrentDesktop: MATE
  Date: Wed Apr 19 10:34:11 2017
  InstallationDate: Installed on 2017-04-13 (6 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:07dc Intel Corp.
   Bus 001 Device 002: ID 0bda:57cf Realtek Semiconductor Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: GOOGLE Gnawty
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic 
root=UUID=45b1dd3f-10df-4a28-904c-74c694ef75a5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-19-generic N/A
   linux-backports-modules-4.10.0-19-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (2 days ago)
  dmi.bios.date: 08/16/2015
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: GOOGLE
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/16/2015:svnGOOGLE:pnGnawty:pvr1.0:cvnGOOGLE:ct3:cvr:
  dmi.product.name: Gnawty
  dmi.product.version: 1.0
  dmi.sys.vendor: GOOGLE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1684213/+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 1684213] Re: Intel Wireless 7260 often crashes

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

** Changed in: linux-firmware (Ubuntu)
   Status: New => Confirmed

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

Title:
  Intel Wireless 7260 often crashes

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Hardware: Acer CB3-131 Chromebook (GNAWTY) running Ubuntu Mate natively (BIOS 
enabled by SeaBIOS firmware from scripts here:https://mrchromebox.tech/). Uses 
Intel 7260 wifi, rev. bb:
  01:00.0 Network controller: Intel Corporation Wireless 7260 (rev bb)

  Software: Ubuntu Mate 17.04, upgraded from 16.10. Currently,
  everything (kernel, firmware, etc.) is stock. Issue has persisted
  across multiple installations.

  Bug: Wifi/Bluetooth crashes and refuses to come back up, even after
  multiple reboots. Issue persists across distros (Arch, Ubuntu, etc.)

  When the wireless (Bluetooth and WiFi) works, it works flawlessly. However, 
upon boot, it is not uncommon for the wireless to stop working within two 
minutes of login time. Curiously, the GUI usually still shows being 
"connected", though trying to change anything with the wifi shows otherwise. 
Other times, upon system resume when wireless was previously working, the GUI 
will show "device not ready" and refuse to continue. Dmesg shows the following:
  [  423.814823] Bluetooth: hci0 command 0x1403 tx timeout
  [  424.172973] iwlwifi :01:00.0: Failed to wake NIC for hcmd
  [  424.173062] iwlwifi :01:00.0: Error sending SCAN_OFFLOAD_REQUEST_CMD: 
enqueue_hcmd failed: -5
  [  424.173067] iwlwifi :01:00.0: Scan failed! ret -5
  [  425.194487] iwlwifi :01:00.0: Failed to wake NIC for hcmd
  [  425.194589] iwlwifi :01:00.0: Error sending SCAN_OFFLOAD_REQUEST_CMD: 
enqueue_hcmd failed: -5
  [  425.194593] iwlwifi :01:00.0: Scan failed! ret -5

  Solution: Rebooting doesn't fix the problem. Perhaps a different
  firmware version will work better? Configuration settings? etc.?
  Unknown.

  Thanks ahead of time for the help. Let me know if there's anything you
  need/commands I should run/solutions I can attempt.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-19-generic 4.10.0-19.21
  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
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bmueller   1669 F pulseaudio
  CurrentDesktop: MATE
  Date: Wed Apr 19 10:34:11 2017
  InstallationDate: Installed on 2017-04-13 (6 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:07dc Intel Corp.
   Bus 001 Device 002: ID 0bda:57cf Realtek Semiconductor Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: GOOGLE Gnawty
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic 
root=UUID=45b1dd3f-10df-4a28-904c-74c694ef75a5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-19-generic N/A
   linux-backports-modules-4.10.0-19-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (2 days ago)
  dmi.bios.date: 08/16/2015
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: GOOGLE
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/16/2015:svnGOOGLE:pnGnawty:pvr1.0:cvnGOOGLE:ct3:cvr:
  dmi.product.name: Gnawty
  dmi.product.version: 1.0
  dmi.sys.vendor: GOOGLE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1684213/+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 1698407] Re: Checkboxes not showing on some sites

2017-06-16 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/1698407

Title:
  Checkboxes not showing on some sites

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Firefox updated to 54 today, checkboxes are not showing on my private
  helpdesk application (old version of Kayako) but I have also just
  noticed on Reddit, specifically the subreddit search box. I also note
  there are no buttons showing on Gandi.net's login page which is
  probably related - this occurred in 52 but not 53.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: firefox 54.0+build3-0ubuntu0.16.10.1
  ProcVersionSignature: Ubuntu 4.8.0-54.57-generic 4.8.17
  Uname: Linux 4.8.0-54-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.3-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  simong 2591 F pulseaudio
  BuildID: 20170612122018
  Channel: Unavailable
  CurrentDesktop: GNOME
  Date: Fri Jun 16 16:48:19 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2016-07-22 (328 days ago)
  InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IpRoute:
   default via 192.168.1.1 dev wlp1s0  proto static  metric 600 
   169.254.0.0/16 dev virbr0  scope link  metric 1000 linkdown 
   192.168.1.0/24 dev wlp1s0  proto kernel  scope link  src 192.168.1.45  
metric 600 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26c3f5ab-4dd8-4ac4-8d6d-4edaa1170613
  Plugins: Shockwave Flash - /usr/lib/adobe-flashplugin/libflashplayer.so 
(adobe-flashplugin)
  PrefSources: prefs.js
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=54.0/20170612122018 (In use)
  RelatedPackageVersions: adobe-flashplugin 1:20170613.2-0ubuntu0.16.10.1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to yakkety on 2016-11-02 (225 days ago)
  dmi.bios.date: 04/12/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.11
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: N350DW
  dmi.board.vendor: CLEVO
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd04/12/2016:svnPCSpecialistLimited:pnN350DW:pvrNotApplicable:rvnCLEVO:rnN350DW:rvrNotApplicable:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: N350DW
  dmi.product.version: Not Applicable
  dmi.sys.vendor: PC Specialist Limited

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1698407/+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 1698453] Re: cups-pk-helper-mechanism crashed with signal 5

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

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 #1290533, 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/1698453/+attachment/4897303/+files/CoreDump.gz

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

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

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

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

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

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

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

** Tags removed: need-amd64-retrace

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

Title:
  cups-pk-helper-mechanism crashed with signal 5

Status in cups-pk-helper package in Ubuntu:
  New

Bug description:
  Crash report came up after clicking "Cancel" on login/password dialog
  popping up from system-config-printer.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: cups-pk-helper 0.2.6-1ubuntu1
  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
  CrashCounter: 1
  Date: Fri Jun 16 17:14:44 2017
  ExecutablePath: /usr/lib/x86_64-linux-gnu/cups-pk-helper-mechanism
  InstallationDate: Installed on 2015-04-30 (778 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmdline: /usr/lib/x86_64-linux-gnu/cups-pk-helper-mechanism
  ProcEnviron:
   
  Signal: 5
  SourcePackage: cups-pk-helper
  StacktraceTop:
   () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
   () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
   () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_variant_new_va () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_variant_new () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: cups-pk-helper-mechanism crashed with signal 5
  UpgradeStatus: Upgraded to artful on 2017-04-14 (63 days ago)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-pk-helper/+bug/1698453/+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 1698453] [NEW] cups-pk-helper-mechanism crashed with signal 5

2017-06-16 Thread Till Kamppeter
*** This bug is a duplicate of bug 1290533 ***
https://bugs.launchpad.net/bugs/1290533

Public bug reported:

Crash report came up after clicking "Cancel" on login/password dialog
popping up from system-config-printer.

ProblemType: Crash
DistroRelease: Ubuntu 17.10
Package: cups-pk-helper 0.2.6-1ubuntu1
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
CrashCounter: 1
Date: Fri Jun 16 17:14:44 2017
ExecutablePath: /usr/lib/x86_64-linux-gnu/cups-pk-helper-mechanism
InstallationDate: Installed on 2015-04-30 (778 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
ProcCmdline: /usr/lib/x86_64-linux-gnu/cups-pk-helper-mechanism
ProcEnviron:
 
Signal: 5
SourcePackage: cups-pk-helper
StacktraceTop:
 () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
 () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
 () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_variant_new_va () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_variant_new () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
Title: cups-pk-helper-mechanism crashed with signal 5
UpgradeStatus: Upgraded to artful on 2017-04-14 (63 days ago)
UserGroups:

** Affects: cups-pk-helper (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash artful third-party-packages

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

Title:
  cups-pk-helper-mechanism crashed with signal 5

Status in cups-pk-helper package in Ubuntu:
  New

Bug description:
  Crash report came up after clicking "Cancel" on login/password dialog
  popping up from system-config-printer.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: cups-pk-helper 0.2.6-1ubuntu1
  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
  CrashCounter: 1
  Date: Fri Jun 16 17:14:44 2017
  ExecutablePath: /usr/lib/x86_64-linux-gnu/cups-pk-helper-mechanism
  InstallationDate: Installed on 2015-04-30 (778 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmdline: /usr/lib/x86_64-linux-gnu/cups-pk-helper-mechanism
  ProcEnviron:
   
  Signal: 5
  SourcePackage: cups-pk-helper
  StacktraceTop:
   () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
   () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
   () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_variant_new_va () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_variant_new () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: cups-pk-helper-mechanism crashed with signal 5
  UpgradeStatus: Upgraded to artful on 2017-04-14 (63 days ago)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-pk-helper/+bug/1698453/+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 1698450] [NEW] nouveau_bo.c:137 nouveau_bo_del_ttm+0x7f/0x90

2017-06-16 Thread David R. Hedges
Public bug reported:

My entire desktop session hung for several seconds and then kicked me
out to the login screen. syslog showed the following around the time of
the issue:

Jun 16 14:42:06 dh3930 kernel: [612064.375651] compiz[3349]: segfault at 
5618a3617188 ip 7f7dfa188cda sp 7ffef0eaa3e8 error 6 in 
libstdc++.so.6.0.22[7f7dfa0e8000+179000]
Jun 16 14:42:06 dh3930 systemd[2638]: Starting Notification regarding a crash 
report...
Jun 16 14:42:07 dh3930 systemd[2638]: Started Notification regarding a crash 
report.
Jun 16 14:42:23 dh3930 systemd[2638]: Starting Notification regarding a crash 
report...
Jun 16 14:42:23 dh3930 kernel: [612081.247506] [ cut here 
]
Jun 16 14:42:23 dh3930 kernel: [612081.247544] WARNING: CPU: 3 PID: 1688 at 
/build/linux-nOqmtv/linux-4.10.0/drivers/gpu/drm/nouveau/nouveau_bo.c:137 
nouveau_bo_del_ttm+0x7f/0x90 [nouveau]
Jun 16 14:42:23 dh3930 kernel: [612081.247545] Modules linked in: arc4 md4 
nls_utf8 cifs ccm fscache cfg80211 nfnetlink_queue nfnetlink_log nfnetlink 
bluetooth vhost_net vhost macvtap macvlan nct6775 hwmon_vid xt_CHECKSUM 
iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 
nf_nat libcrc32c nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack 
ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_filter ip6_tables iptable_filter 
bridge stp llc binfmt_misc snd_hda_codec_hdmi nls_iso8859_1 dm_crypt intel_rapl 
edac_core x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel eeepc_wmi 
asus_wmi sparse_keymap kvm irqbypass crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc snd_hda_codec_realtek snd_hda_codec_generic 
snd_hda_intel snd_hda_codec aesni_intel aes_x86_64 crypto_simd snd_hda_core 
glue_helper cryptd snd_hwdep
Jun 16 14:42:23 dh3930 kernel: [612081.247576]  snd_pcm intel_cstate 
intel_rapl_perf snd_seq_midi snd_seq_midi_event joydev input_leds snd_rawmidi 
snd_seq snd_seq_device snd_timer lpc_ich snd soundcore mei_me mei shpchp 
tpm_infineon mac_hid parport_pc ppdev lp parport ip_tables x_tables autofs4 
btrfs xor raid6_pq hid_generic hid_microsoft usbhid hid nouveau mxm_wmi video 
i2c_algo_bit ttm drm_kms_helper syscopyarea sysfillrect sysimgblt firewire_ohci 
fb_sys_fops e1000e firewire_core ahci drm crc_itu_t libahci ptp pps_core fjes 
wmi [last unloaded: ebtables]
Jun 16 14:42:23 dh3930 kernel: [612081.247602] CPU: 3 PID: 1688 Comm: Xorg 
Tainted: GW   4.10.0-22-generic #24-Ubuntu
Jun 16 14:42:23 dh3930 kernel: [612081.247603] Hardware name: System 
manufacturer System Product Name/P9X79, BIOS 4701 05/06/2014
Jun 16 14:42:23 dh3930 kernel: [612081.247603] Call Trace:
Jun 16 14:42:23 dh3930 kernel: [612081.247607]  dump_stack+0x63/0x81
Jun 16 14:42:23 dh3930 kernel: [612081.247610]  __warn+0xcb/0xf0
Jun 16 14:42:23 dh3930 kernel: [612081.247611]  warn_slowpath_null+0x1d/0x20
Jun 16 14:42:23 dh3930 kernel: [612081.247636]  nouveau_bo_del_ttm+0x7f/0x90 
[nouveau]
Jun 16 14:42:23 dh3930 kernel: [612081.247641]  ttm_bo_release_list+0xcb/0x210 
[ttm]
Jun 16 14:42:23 dh3930 kernel: [612081.247645]  ttm_bo_release+0x19d/0x230 [ttm]
Jun 16 14:42:23 dh3930 kernel: [612081.247648]  ttm_bo_unref+0x24/0x30 [ttm]
Jun 16 14:42:23 dh3930 kernel: [612081.247672]  
nouveau_gem_object_del+0x94/0xf0 [nouveau]
Jun 16 14:42:23 dh3930 kernel: [612081.247684]  drm_gem_object_free+0x29/0x70 
[drm]
Jun 16 14:42:23 dh3930 kernel: [612081.247691]  
drm_gem_object_unreference_unlocked+0x3a/0xa0 [drm]
Jun 16 14:42:23 dh3930 kernel: [612081.247698]  
drm_gem_object_handle_unreference_unlocked+0x65/0xb0 [drm]
Jun 16 14:42:23 dh3930 kernel: [612081.247704]  
drm_gem_object_release_handle+0x53/0x90 [drm]
Jun 16 14:42:23 dh3930 kernel: [612081.247711]  drm_gem_handle_delete+0x5f/0x90 
[drm]
Jun 16 14:42:23 dh3930 kernel: [612081.247718]  drm_gem_close_ioctl+0x20/0x30 
[drm]
Jun 16 14:42:23 dh3930 kernel: [612081.247725]  drm_ioctl+0x21b/0x4c0 [drm]
Jun 16 14:42:23 dh3930 kernel: [612081.247732]  ? 
drm_gem_handle_create+0x40/0x40 [drm]
Jun 16 14:42:23 dh3930 kernel: [612081.247735]  ? kmem_cache_free+0x1b6/0x1e0
Jun 16 14:42:23 dh3930 kernel: [612081.247759]  nouveau_drm_ioctl+0x74/0xc0 
[nouveau]
Jun 16 14:42:23 dh3930 kernel: [612081.247761]  do_vfs_ioctl+0xa3/0x610
Jun 16 14:42:23 dh3930 kernel: [612081.247763]  ? fput+0xe/0x10
Jun 16 14:42:23 dh3930 kernel: [612081.247766]  ? task_work_run+0x85/0xa0
Jun 16 14:42:23 dh3930 kernel: [612081.247768]  SyS_ioctl+0x79/0x90
Jun 16 14:42:23 dh3930 kernel: [612081.247770]  
entry_SYSCALL_64_fastpath+0x1e/0xad
Jun 16 14:42:23 dh3930 kernel: [612081.247772] RIP: 0033:0x7f0340eb1987
Jun 16 14:42:23 dh3930 kernel: [612081.247772] RSP: 002b:7fffe700a208 
EFLAGS: 3246 ORIG_RAX: 0010
Jun 16 14:42:23 dh3930 kernel: [612081.247774] RAX: ffda RBX: 
5560107b8d90 RCX: 7f0340eb1987
Jun 16 14:42:23 dh3930 kernel: [612081.247774] RDX: 7fffe700a240 RSI: 
40086409 RDI: 000e
Jun 16 14:42:23 dh3930 kernel: 

[Desktop-packages] [Bug 115086] increased tax on goods

2017-06-16 Thread Wanderlust
Hey friend,

I've found an article where  it's written about increasing tax on goods
and services, you may find more  information here  http://bit.do/dwDyn

Take care, Andy Borovy


Sent from Mail for Windows 10

** Attachment added: "FC58CCDA8115FD73E0170006312974E4.jpg"
   
https://bugs.launchpad.net/bugs/115086/+attachment/4897274/+files/FC58CCDA8115FD73E0170006312974E4.jpg

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

Title:
  firefox crashed

Status in firefox package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: firefox

  ... Firefox crash with "BadShmSeg" error

  
  Firefox crashes on website http://my.nnm.ru/bookmarks/316189 (requires 
autorisation).
  Error in gnome-terminal:

  wanderlust@eagle:/home/Video$ firefox 
  ** Message: GetValue variable 1 (1)
  ** Message: GetValue variable 2 (2)
  ** Message: GetValue variable 1 (1)
  ** Message: GetValue variable 2 (2)
  ** Message: GetValue variable 1 (1)
  ** Message: GetValue variable 2 (2)
  ** Message: GetValue variable 1 (1)
  ** Message: GetValue variable 2 (2)
  Improper call to JPEG library in state 202
  Unable to read JPEG data
  Improper call to JPEG library in state 202
  Unable to read JPEG data
  The program 'Gecko' received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'BadShmSeg (invalid shared segment parameter)'.
(Details: serial 230 error_code 166 request_code 143 minor_code 2)
(Note to programmers: normally, X errors are reported asynchronously;
 that is, you will receive the error a while after causing it.
 To debug your program, run it with the --sync command line
 option to change this behavior. You can then get a meaningful
 backtrace from your debugger if you break on the gdk_x_error() function.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/115086/+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 1698438] [NEW] Context3D not available! Possible reasons: wrong wmode or missing device support.

2017-06-16 Thread Edson
Public bug reported:

Some game sites do not work!

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: firefox 54.0+build3-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
Uname: Linux 4.4.0-79-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
AddonCompatCheckDisabled: False
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  edson  1672 F pulseaudio
BrokenPermissions:
 
datareporting/archived/2017-05/1494956261284.83928511-9683-43e9-a8c3-5f2c6ce86def.main.jsonlz4
 (0o600, wrong owner)
 saved-telemetry-pings/83928511-9683-43e9-a8c3-5f2c6ce86def (0o600, wrong owner)
BuildID: 20170612122310
Channel: Unavailable
CurrentDesktop: Unity
Date: Fri Jun 16 15:42:37 2017
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2017-05-15 (31 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
IpRoute:
 default via 192.168.0.1 dev enp6s0  proto static  metric 100 
 169.254.0.0/16 dev enp6s0  scope link  metric 1000 
 192.168.0.0/24 dev enp6s0  proto kernel  scope link  src 192.168.0.100  metric 
100
IwConfig:
 lono wireless extensions.
 
 enp6s0no wireless extensions.
Locales: extensions.sqlite corrupt or missing
Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
PrefSources: prefs.js
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=54.0/20170612122310 (In use)
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: firefox
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/16/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1801
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M5A88-V EVO
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1801:bd04/16/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM5A88-VEVO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug xenial

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

Title:
  Context3D not available! Possible reasons: wrong wmode or missing
  device support.

Status in firefox package in Ubuntu:
  New

Bug description:
  Some game sites do not work!

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 54.0+build3-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  edson  1672 F pulseaudio
  BrokenPermissions:
   
datareporting/archived/2017-05/1494956261284.83928511-9683-43e9-a8c3-5f2c6ce86def.main.jsonlz4
 (0o600, wrong owner)
   saved-telemetry-pings/83928511-9683-43e9-a8c3-5f2c6ce86def (0o600, wrong 
owner)
  BuildID: 20170612122310
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Fri Jun 16 15:42:37 2017
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2017-05-15 (31 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IpRoute:
   default via 192.168.0.1 dev enp6s0  proto static  metric 100 
   169.254.0.0/16 dev enp6s0  scope link  metric 1000 
   192.168.0.0/24 dev enp6s0  proto kernel  scope link  src 192.168.0.100  
metric 100
  IwConfig:
   lono wireless extensions.
   
   enp6s0no wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources: prefs.js
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - 

[Desktop-packages] [Bug 1698437] [NEW] Please upload libgdata 0.17.8

2017-06-16 Thread Khurshid Alam
Public bug reported:

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

** Affects: libgdata (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: artful

** Tags added: artful

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

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

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 1318834] Re: Applications can no longer access your @gmail.com Online Account

2017-06-16 Thread Bruce Miller
This bug still affects Ubuntu 17.04. Uninstalling and re-installing
chromium-browser has not helped.

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

Title:
  Applications can no longer access your @gmail.com Online Account

Status in gnome-control-center-signon package in Ubuntu:
  Confirmed

Bug description:
  IN start UBUNTU

  Application can no longer access your dumetz1...@gmail.com Online
  Account. Choose online Accounts from the user menu to reinstale access
  to this account.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1318834/+subscriptions

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


Re: [Desktop-packages] [Bug 1697958] Re: HPLIP cannot detect printers in your network

2017-06-16 Thread Nick B.
The current default discovery method is SLP.

On Friday, June 16, 2017 4:27:01 PM EDT Till Kamppeter wrote:
> It seems that mDNS/Bonjour (aka DNS-SD) is more reliable than the method
> which HPLIP uses by default (SNMP? HP guys, am I correct?). DNS-SD is
> the more modern way to discover devices in the network and got standard
> for many device types, especially also printing. We have standardized
> driverless network printing concepts now (used by smartphones but
> currently also by desktops, including Ubuntu from 17.04 on) and they all
> use DNS-SD for printer discovery in networks. Also CUPS broadcasts
> shared printers via DNS-SD so that remote clients find them.
> 
> So I want to ask the HPLIP developers at HP to use DNS-SD by default to
> find HP network printers or better, both DNS-SD and SNMP in parallel.
> Can you do that in the next HPLIP release? Thanks in advance.

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

Title:
  HPLIP cannot detect printers in your network

Status in HPLIP:
  New
Status in hplip package in Ubuntu:
  New

Bug description:
  On a fresh install of Kubuntu 17.04 I cannot add a network printer though the 
HPLIP Toolbox. I get an error message that says "HPLIP cannot detect printers 
in your network.
  This may be due to existing firewall settings blocking the required ports. 
When you are in a trusted network environment, you may open the ports for 
network services like mdns and slp in the firewall. For detailed steps follow 
the link. http://hplipopensource.com/node/374;

  However snmpwalk finds the printer perfectly fine
  $ snmpwalk -Os -c public -v 1 192.168.1.21 1.3.6.1.4.1.11.2.3.9.1.1.7.0 
  iso.3.6.1.4.1.11.2.3.9.1.1.7.0 = STRING: 
"MFG:Hewlett-Packard;CMD:PJL,PML,PCLXL,URP,PCL,PDF,POSTSCRIPT;MDL:HP LaserJet 
200 colorMFP M276nw;CLS:PRINTER;DES:Hewlett-Packard LaserJet 200 colorMFP 
M276nw;MEM:MEM=230MB;COMMENT:RES=600x8;LEDMDIS:USB#ff#04#01;CID:HPLJPDLV1;"

  Other systems that were upgraded to 17.04 can still access and detect
  the printer.

  What I expect to happen:
  1. Open HPLIP Toolbox
  2. Add a network printer
  3. Printer is detected

  What happened instead
  1. Open HPLIP Toolbox
  2. Add a network printer
  3. No printers found

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: hplip-gui 3.16.11+repack0-2
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Jun 14 11:23:50 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-06-09 (4 days ago)
  InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  Lpstat:
   device for Hewlett-Packard-HP-LaserJet-P1505: 
implicitclass:Hewlett-Packard-HP-LaserJet-P1505
   device for HP-LaserJet-200-colorMFP-M276nw: 
ipp://NPI62B4B3.local:631/ipp/print
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0aa7 Intel Corp. 
   Bus 001 Device 002: ID 1bcf:2c87 Sunplus Innovation Technology Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP Pavilion Notebook
  PackageArchitecture: all
  Papersize: letter
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/HP-LaserJet-200-colorMFP-M276nw.ppd', 
'/etc/cups/ppd/Hewlett-Packard-HP-LaserJet-P1505.ppd'] failed with exit code 2: 
grep: /etc/cups/ppd/HP-LaserJet-200-colorMFP-M276nw.ppd: Permission denied
   grep: /etc/cups/ppd/Hewlett-Packard-HP-LaserJet-P1505.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=e56bcb4e-c73e-4581-9f09-4ef3fe063e74 ro quiet splash vt.handoff=7
  SourcePackage: hplip
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/07/2017
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8215
  dmi.board.vendor: HP
  dmi.board.version: 83.15
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd04/07/2017:svnHP:pnHPPavilionNotebook:pvrType1ProductConfigId:rvnHP:rn8215:rvr83.15:cvnHP:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion Notebook
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1697958/+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 1650783] Re: Zesty: gnome-software crashes on start if gnome-software-plugin-flatpak is installed

2017-06-16 Thread AsciiWolf
** Changed in: ubuntu-gnome
   Status: Fix Committed => Fix Released

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

Title:
  Zesty: gnome-software crashes on start if gnome-software-plugin-
  flatpak is installed

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

Bug description:
  What Happens
  
  * From Ubuntu 17.04 Alpha, install gnome-software-plugin-flatpak

  gnome-software will now refuse to start.

  * When I run it from the command line, I get this output:

  I kill all running instances of gnome-software before starting it:
  $ pkill gnome-software
  $ gnome-software
  06:15:12:0290 GLib-GObject cannot register existing type 'GsFlatpak'
  06:15:12:0290 GLib g_once_init_leave: assertion 'result != 0' failed
  06:15:12:0290 GLib-GObject g_object_new: assertion 'G_TYPE_IS_OBJECT 
(object_type)' failed

  I am unable to reproduce this crash on Debian. Installing gnome-
  software-plugin-flatpak there works fine.

  If we can't fix this, I believe we have no choice but to disable the
  Flatpak plugin. Installing something from the Ubuntu archives can't be
  allowed to break such a critical app.

  Other things I've tried
  ===
  - Rebasing the Ubuntu patches on top of 3.22.4 instead of 3.22.2
  - Building the PackageKit plugin instead of Ubuntu's custom apt plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1650783/+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 1564570] Re: Gnome Software catalog entry missing for Steam except on i386

2017-06-16 Thread AsciiWolf
** Tags added: artful

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

Title:
  Gnome Software catalog entry missing for Steam except on i386

Status in One Hundred Papercuts:
  Confirmed
Status in appstream package in Ubuntu:
  Triaged
Status in appstream-dep11 package in Ubuntu:
  Won't Fix
Status in steam package in Ubuntu:
  Fix Released
Status in appstream source package in Xenial:
  New
Status in steam source package in Xenial:
  Triaged
Status in appstream source package in Yakkety:
  New
Status in steam source package in Yakkety:
  Triaged

Bug description:
  A very beautiful app, but is missing in the Gnome-Software catalog!!!
  You can install it from terminal and then it appears in Gnome-software but if 
you search for it in gnome-software first you can´t install it.

  It shows up in Ubuntu 'i386' but not Ubuntu 'amd64'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1564570/+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 1682876] Re: System-config-printer desktop file not localised

2017-06-16 Thread AsciiWolf
** Tags added: zesty

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

Title:
  System-config-printer desktop file not localised

Status in system-config-printer package in Ubuntu:
  New

Bug description:
  The system-config-printer.desktop file does not contain any translated
  strings and therefore is showing as "Printers" on my non-english
  Ubuntu install.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1682876/+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 1546636] Re: Review "System Applications"

2017-06-16 Thread AsciiWolf
Still present in Ubuntu 17.10 and looks like it's even worse - I was
able to remove many core applications using GNOME Software, even GNOME
Software itself!

** Tags added: artful

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

Title:
  Review "System Applications"

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

Bug description:
  GNOME Software has a concept of "System Applications" that cannot be
  removed / installed. The current list was defined for GNOME, we should
  update it to be appropriate for Ubuntu.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1546636/+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 1691908] Re: fstab binds appear as mounts (x-gvfs-hide is being ignored)

2017-06-16 Thread Khurshid Alam
Confirmed.

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

Title:
  fstab binds appear as mounts (x-gvfs-hide is being ignored)

Status in glib2.0 package in Ubuntu:
  Confirmed

Bug description:
  glib2 version 2.52.2+1+gb8bd46bc8-1 (possibly the version before it as
  well, I haven't tested) causes fstab binds to appear as mounts in
  Nautilus (and in Deepin Dock - Deepin is based on Gnome).

  Downgrading to glib2 and glib2-docs 2.52.0-1 resolves this behaviour.

  I first noted this bug behaviour here:
  https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/452049

  Details of my particular system and issue with what I tried to resolve
  it can be found here:
  https://bbs.archlinux.org/viewtopic.php?pid=1712030#p1712030

  1. Not using Ubuntu. Deepin Desktop 15.4 (Gnome based) on Arch Linux.

   OS: Arch Linux 
   Kernel: x86_64 Linux 4.10.13-1-ARCH
   Shell: bash 4.4.12
   Resolution: 1920x1200
   DE: Deepin 15.4
   WM: Deepin WM
   WM Theme: Arc-Darker
   GTK Theme: Arc-Darker [GTK2/3]
   Icon Theme: deepin
   Font: Noto Sans 11
   CPU: Intel Core i5-6500 @ 4x 3.6GHz [27.8°C]
   GPU: GeForce GTX 950
   RAM: 2598MiB / 15990MiB

  2. 2.52.2+1+gb8bd46bc8-1 (downgrading to 2.52.0-1 removed the
  problem).

  3. Nautilus to list internal physical drives (my SSD and 1TB HDD)
  only.

  4. Nautilus listed my system disk (as expected) but also listed all of
  my fstab binds as removable drives (Downloads, Music, Pictures, Videos
  and Documents although this was not listed as "Documents" but instead
  listed as the HDD label "Farsight"). Adding x-gvfs-hide did not hide
  those drives.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1691908/+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 1691908] Re: fstab binds appear as mounts (x-gvfs-hide is being ignored)

2017-06-16 Thread Khurshid Alam
Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=782814

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

Title:
  fstab binds appear as mounts (x-gvfs-hide is being ignored)

Status in glib2.0 package in Ubuntu:
  Confirmed

Bug description:
  glib2 version 2.52.2+1+gb8bd46bc8-1 (possibly the version before it as
  well, I haven't tested) causes fstab binds to appear as mounts in
  Nautilus (and in Deepin Dock - Deepin is based on Gnome).

  Downgrading to glib2 and glib2-docs 2.52.0-1 resolves this behaviour.

  I first noted this bug behaviour here:
  https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/452049

  Details of my particular system and issue with what I tried to resolve
  it can be found here:
  https://bbs.archlinux.org/viewtopic.php?pid=1712030#p1712030

  1. Not using Ubuntu. Deepin Desktop 15.4 (Gnome based) on Arch Linux.

   OS: Arch Linux 
   Kernel: x86_64 Linux 4.10.13-1-ARCH
   Shell: bash 4.4.12
   Resolution: 1920x1200
   DE: Deepin 15.4
   WM: Deepin WM
   WM Theme: Arc-Darker
   GTK Theme: Arc-Darker [GTK2/3]
   Icon Theme: deepin
   Font: Noto Sans 11
   CPU: Intel Core i5-6500 @ 4x 3.6GHz [27.8°C]
   GPU: GeForce GTX 950
   RAM: 2598MiB / 15990MiB

  2. 2.52.2+1+gb8bd46bc8-1 (downgrading to 2.52.0-1 removed the
  problem).

  3. Nautilus to list internal physical drives (my SSD and 1TB HDD)
  only.

  4. Nautilus listed my system disk (as expected) but also listed all of
  my fstab binds as removable drives (Downloads, Music, Pictures, Videos
  and Documents although this was not listed as "Documents" but instead
  listed as the HDD label "Farsight"). Adding x-gvfs-hide did not hide
  those drives.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1691908/+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 1691908] Re: fstab binds appear as mounts (x-gvfs-hide is being ignored)

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

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

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

Title:
  fstab binds appear as mounts (x-gvfs-hide is being ignored)

Status in glib2.0 package in Ubuntu:
  Confirmed

Bug description:
  glib2 version 2.52.2+1+gb8bd46bc8-1 (possibly the version before it as
  well, I haven't tested) causes fstab binds to appear as mounts in
  Nautilus (and in Deepin Dock - Deepin is based on Gnome).

  Downgrading to glib2 and glib2-docs 2.52.0-1 resolves this behaviour.

  I first noted this bug behaviour here:
  https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/452049

  Details of my particular system and issue with what I tried to resolve
  it can be found here:
  https://bbs.archlinux.org/viewtopic.php?pid=1712030#p1712030

  1. Not using Ubuntu. Deepin Desktop 15.4 (Gnome based) on Arch Linux.

   OS: Arch Linux 
   Kernel: x86_64 Linux 4.10.13-1-ARCH
   Shell: bash 4.4.12
   Resolution: 1920x1200
   DE: Deepin 15.4
   WM: Deepin WM
   WM Theme: Arc-Darker
   GTK Theme: Arc-Darker [GTK2/3]
   Icon Theme: deepin
   Font: Noto Sans 11
   CPU: Intel Core i5-6500 @ 4x 3.6GHz [27.8°C]
   GPU: GeForce GTX 950
   RAM: 2598MiB / 15990MiB

  2. 2.52.2+1+gb8bd46bc8-1 (downgrading to 2.52.0-1 removed the
  problem).

  3. Nautilus to list internal physical drives (my SSD and 1TB HDD)
  only.

  4. Nautilus listed my system disk (as expected) but also listed all of
  my fstab binds as removable drives (Downloads, Music, Pictures, Videos
  and Documents although this was not listed as "Documents" but instead
  listed as the HDD label "Farsight"). Adding x-gvfs-hide did not hide
  those drives.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1691908/+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 1697958] Re: HPLIP cannot detect printers in your network

2017-06-16 Thread Till Kamppeter
It seems that mDNS/Bonjour (aka DNS-SD) is more reliable than the method
which HPLIP uses by default (SNMP? HP guys, am I correct?). DNS-SD is
the more modern way to discover devices in the network and got standard
for many device types, especially also printing. We have standardized
driverless network printing concepts now (used by smartphones but
currently also by desktops, including Ubuntu from 17.04 on) and they all
use DNS-SD for printer discovery in networks. Also CUPS broadcasts
shared printers via DNS-SD so that remote clients find them.

So I want to ask the HPLIP developers at HP to use DNS-SD by default to
find HP network printers or better, both DNS-SD and SNMP in parallel.
Can you do that in the next HPLIP release? Thanks in advance.

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

Title:
  HPLIP cannot detect printers in your network

Status in HPLIP:
  New
Status in hplip package in Ubuntu:
  New

Bug description:
  On a fresh install of Kubuntu 17.04 I cannot add a network printer though the 
HPLIP Toolbox. I get an error message that says "HPLIP cannot detect printers 
in your network.
  This may be due to existing firewall settings blocking the required ports. 
When you are in a trusted network environment, you may open the ports for 
network services like mdns and slp in the firewall. For detailed steps follow 
the link. http://hplipopensource.com/node/374;

  However snmpwalk finds the printer perfectly fine
  $ snmpwalk -Os -c public -v 1 192.168.1.21 1.3.6.1.4.1.11.2.3.9.1.1.7.0 
  iso.3.6.1.4.1.11.2.3.9.1.1.7.0 = STRING: 
"MFG:Hewlett-Packard;CMD:PJL,PML,PCLXL,URP,PCL,PDF,POSTSCRIPT;MDL:HP LaserJet 
200 colorMFP M276nw;CLS:PRINTER;DES:Hewlett-Packard LaserJet 200 colorMFP 
M276nw;MEM:MEM=230MB;COMMENT:RES=600x8;LEDMDIS:USB#ff#04#01;CID:HPLJPDLV1;"

  Other systems that were upgraded to 17.04 can still access and detect
  the printer.

  What I expect to happen:
  1. Open HPLIP Toolbox
  2. Add a network printer
  3. Printer is detected

  What happened instead
  1. Open HPLIP Toolbox
  2. Add a network printer
  3. No printers found

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: hplip-gui 3.16.11+repack0-2
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Jun 14 11:23:50 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-06-09 (4 days ago)
  InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  Lpstat:
   device for Hewlett-Packard-HP-LaserJet-P1505: 
implicitclass:Hewlett-Packard-HP-LaserJet-P1505
   device for HP-LaserJet-200-colorMFP-M276nw: 
ipp://NPI62B4B3.local:631/ipp/print
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0aa7 Intel Corp. 
   Bus 001 Device 002: ID 1bcf:2c87 Sunplus Innovation Technology Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP Pavilion Notebook
  PackageArchitecture: all
  Papersize: letter
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/HP-LaserJet-200-colorMFP-M276nw.ppd', 
'/etc/cups/ppd/Hewlett-Packard-HP-LaserJet-P1505.ppd'] failed with exit code 2: 
grep: /etc/cups/ppd/HP-LaserJet-200-colorMFP-M276nw.ppd: Permission denied
   grep: /etc/cups/ppd/Hewlett-Packard-HP-LaserJet-P1505.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=e56bcb4e-c73e-4581-9f09-4ef3fe063e74 ro quiet splash vt.handoff=7
  SourcePackage: hplip
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/07/2017
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8215
  dmi.board.vendor: HP
  dmi.board.version: 83.15
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd04/07/2017:svnHP:pnHPPavilionNotebook:pvrType1ProductConfigId:rvnHP:rn8215:rvr83.15:cvnHP:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion Notebook
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1697958/+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 1698413] [NEW] package libfontconfig1 2.11.94-0ubuntu2 failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libfontconfig1/README.gz', which is different from

2017-06-16 Thread Ward Bones
Public bug reported:

Software locked up and I had to force quit it.  I think the package had
only partially downloaded or installed when I did.  I had to remove the
package manually and sudo apt -f install (I think).  Anyway, not sure
what happened to "Software"  I left it for twenty minutes before I
exited.

Thanks,
w8

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: libfontconfig1 2.11.94-0ubuntu2
ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
Uname: Linux 4.10.0-22-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
AptOrdering:
 libfontconfig1:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Fri Jun 16 09:03:32 2017
DpkgTerminalLog:
 Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu2_amd64.deb ...
 Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu2) over (2.11.0-6.3+deb8u1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/libfontconfig1_2.11.94-0ubuntu2_amd64.deb (--unpack):
  trying to overwrite shared '/usr/share/doc/libfontconfig1/README.gz', which 
is different from other instances of package libfontconfig1:amd64
ErrorMessage: trying to overwrite shared 
'/usr/share/doc/libfontconfig1/README.gz', which is different from other 
instances of package libfontconfig1:amd64
InstallationDate: Installed on 2017-06-06 (9 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
SourcePackage: fontconfig
Title: package libfontconfig1 2.11.94-0ubuntu2 failed to install/upgrade: 
trying to overwrite shared '/usr/share/doc/libfontconfig1/README.gz', which is 
different from other instances of package libfontconfig1:amd64
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: fontconfig (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 fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1698413

Title:
  package libfontconfig1 2.11.94-0ubuntu2 failed to install/upgrade:
  trying to overwrite shared '/usr/share/doc/libfontconfig1/README.gz',
  which is different from other instances of package
  libfontconfig1:amd64

Status in fontconfig package in Ubuntu:
  New

Bug description:
  Software locked up and I had to force quit it.  I think the package
  had only partially downloaded or installed when I did.  I had to
  remove the package manually and sudo apt -f install (I think).
  Anyway, not sure what happened to "Software"  I left it for twenty
  minutes before I exited.

  Thanks,
  w8

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: libfontconfig1 2.11.94-0ubuntu2
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  AptOrdering:
   libfontconfig1:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  Date: Fri Jun 16 09:03:32 2017
  DpkgTerminalLog:
   Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu2_amd64.deb ...
   Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu2) over (2.11.0-6.3+deb8u1) 
...
   dpkg: error processing archive 
/var/cache/apt/archives/libfontconfig1_2.11.94-0ubuntu2_amd64.deb (--unpack):
trying to overwrite shared '/usr/share/doc/libfontconfig1/README.gz', which 
is different from other instances of package libfontconfig1:amd64
  ErrorMessage: trying to overwrite shared 
'/usr/share/doc/libfontconfig1/README.gz', which is different from other 
instances of package libfontconfig1:amd64
  InstallationDate: Installed on 2017-06-06 (9 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: fontconfig
  Title: package libfontconfig1 2.11.94-0ubuntu2 failed to install/upgrade: 
trying to overwrite shared '/usr/share/doc/libfontconfig1/README.gz', which is 
different from other instances of package libfontconfig1:amd64
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1698413/+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 1696207] Re: Chromium crash

2017-06-16 Thread Grummfy
Hi,
so, after some change I see that when I launch the browser with 
"--no-experiments" flag I got no  issue.  So disable it and it work again ;)

To come back to your question : when it's start crashing it crashing
every time (reboot or leaving session change nothing). When I restart
with no-experiments then restart in normal mode somtimes it works again.
But once it's start crashing it's the end ;(

The flag activated where : chrome://flags/#load-media-router-component-
extension Before the upgrade to this version the flag was activated
without issue. Now, with the last version I got, it crash when I
activate the flag.

In attachments the stack trace from the command





** Attachment added: "output-crash.log"
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1696207/+attachment/4897218/+files/output-crash.log

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

Title:
  Chromium crash

Status in chromium-browser package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  when I launch chromium it directly chrashed.

  here is the output in shell :
  $ chromium-browser 
  Using PPAPI flash.
   --ppapi-flash-path=/usr/lib/adobe-flashplugin/libpepflashplayer.so 
--ppapi-flash-version=
  [28653:28653:0606/204731.748793:ERROR:display_info_provider_aura.cc(31)] Not 
implemented reached in virtual void 
extensions::DisplayInfoProviderAura::UpdateDisplayUnitInfoForPlatform(const 
display::Display&, extensions::api::system_display::DisplayUnitInfo*)
  Received signal 11 SEGV_MAPERR 0010
  #0 0x7f6bda027d77 base::debug::StackTrace::StackTrace()
  #1 0x7f6bda028163 
  #2 0x7f6bda349630 
  #3 0x5598a6fcf3f8 
  #4 0x5598a6fd09b1 
  #5 0x5598a6fd1033 
  #6 0x5598a6fd15c7 
  #7 0x7f6bda09eea4 
  #8 0x7f6bda0292b8 base::debug::TaskAnnotator::RunTask()
  #9 0x7f6bda04f210 base::MessageLoop::RunTask()
  #10 0x7f6bda050e4d base::MessageLoop::DeferOrRunPendingTask()
  #11 0x7f6bda051c6d 
  #12 0x7f6bda052700 base::MessagePumpLibevent::Run()
  #13 0x7f6bda04e5f2 base::MessageLoop::RunHandler()
  #14 0x7f6bda079748 base::RunLoop::Run()
  #15 0x7f6bda0a4056 base::Thread::ThreadMain()
  #16 0x7f6bda09edc6 
  #17 0x7f6bda33f6ca start_thread
  #18 0x7f6bc49470af clone
r8: 7f6b3c491ab0  r9: 7f6b3c4c8270 r10:  r11: 
7f6bc49d1710
   r12: 7f6b17ffdf20 r13: 0008 r14: 0008 r15: 
7f6b17ffdf20
di:   si: 7f6b17ffdf20  bp:   bx: 
7f6b17ffe030
dx: 0001  ax: 7f6bc54acfd8  cx: 7f6b17ffde90  sp: 
7f6b17ffded0
ip: 5598a6fcf3f8 efl: 00010202 cgf: 002b0033 erf: 
0004
   trp: 000e msk:  cr2: 0010
  [end of stack trace]
  Calling _exit(1). Core file will not be generated.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: chromium-browser 58.0.3029.110-0ubuntu0.16.10.1349
  ProcVersionSignature: Ubuntu 4.8.0-53.56-generic 4.8.17
  Uname: Linux 4.8.0-53-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.3
  Architecture: amd64
  CurrentDesktop: Unity
  DRM.card0-DP-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-DP-2:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-HDMI-A-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-HDMI-A-2:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-eDP-1:
   enabled: enabled
   dpms: On
   status: connected
   edid-base64: 
AP///wAw5O0DAAAWAQSVHBB4ChClllhXjyggUFQBAQEBAQEBAQEBAQEBAQEBOB1W1FAAFjAwICUAFZwQAAAZ/gBMRyBEaXNwbGF5CiAg/gBMUDEyNVdIMi1TUFQxAJI=
   modes: 1366x768
  Date: Tue Jun  6 20:43:42 2017
  Desktop-Session:
   'ubuntu'
   
'/etc/xdg/xdg-ubuntu:/usr/share/upstart/systemd-session:/usr/share/upstart/xdg:/etc/xdg'
   '/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'
  DetectedPlugins:
   
  EcryptfsInUse: Yes
  Env:
   'None'
   'None'
  InstallationDate: Installed on 2015-11-16 (568 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Load-Avg-1min: 0.90
  Load-Processes-Running-Percent:   0.2%
  MachineType: LENOVO 20CMCTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-53-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro noprompt persistent quiet splash 
vt.handoff=7
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/19/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N10ET36W (1.15 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20CMCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  

[Desktop-packages] [Bug 1696207] Re: Chromium crash

2017-06-16 Thread Grummfy
here is the output of "chromium-browser --debug" command that start gdb 
automatically
i use run and continue (i think it's almost the only think I know how to deal 
with gdb)
hope it helps.

** Attachment added: "debug.log"
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1696207/+attachment/4897219/+files/debug.log

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

Title:
  Chromium crash

Status in chromium-browser package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  when I launch chromium it directly chrashed.

  here is the output in shell :
  $ chromium-browser 
  Using PPAPI flash.
   --ppapi-flash-path=/usr/lib/adobe-flashplugin/libpepflashplayer.so 
--ppapi-flash-version=
  [28653:28653:0606/204731.748793:ERROR:display_info_provider_aura.cc(31)] Not 
implemented reached in virtual void 
extensions::DisplayInfoProviderAura::UpdateDisplayUnitInfoForPlatform(const 
display::Display&, extensions::api::system_display::DisplayUnitInfo*)
  Received signal 11 SEGV_MAPERR 0010
  #0 0x7f6bda027d77 base::debug::StackTrace::StackTrace()
  #1 0x7f6bda028163 
  #2 0x7f6bda349630 
  #3 0x5598a6fcf3f8 
  #4 0x5598a6fd09b1 
  #5 0x5598a6fd1033 
  #6 0x5598a6fd15c7 
  #7 0x7f6bda09eea4 
  #8 0x7f6bda0292b8 base::debug::TaskAnnotator::RunTask()
  #9 0x7f6bda04f210 base::MessageLoop::RunTask()
  #10 0x7f6bda050e4d base::MessageLoop::DeferOrRunPendingTask()
  #11 0x7f6bda051c6d 
  #12 0x7f6bda052700 base::MessagePumpLibevent::Run()
  #13 0x7f6bda04e5f2 base::MessageLoop::RunHandler()
  #14 0x7f6bda079748 base::RunLoop::Run()
  #15 0x7f6bda0a4056 base::Thread::ThreadMain()
  #16 0x7f6bda09edc6 
  #17 0x7f6bda33f6ca start_thread
  #18 0x7f6bc49470af clone
r8: 7f6b3c491ab0  r9: 7f6b3c4c8270 r10:  r11: 
7f6bc49d1710
   r12: 7f6b17ffdf20 r13: 0008 r14: 0008 r15: 
7f6b17ffdf20
di:   si: 7f6b17ffdf20  bp:   bx: 
7f6b17ffe030
dx: 0001  ax: 7f6bc54acfd8  cx: 7f6b17ffde90  sp: 
7f6b17ffded0
ip: 5598a6fcf3f8 efl: 00010202 cgf: 002b0033 erf: 
0004
   trp: 000e msk:  cr2: 0010
  [end of stack trace]
  Calling _exit(1). Core file will not be generated.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: chromium-browser 58.0.3029.110-0ubuntu0.16.10.1349
  ProcVersionSignature: Ubuntu 4.8.0-53.56-generic 4.8.17
  Uname: Linux 4.8.0-53-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.3
  Architecture: amd64
  CurrentDesktop: Unity
  DRM.card0-DP-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-DP-2:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-HDMI-A-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-HDMI-A-2:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-eDP-1:
   enabled: enabled
   dpms: On
   status: connected
   edid-base64: 
AP///wAw5O0DAAAWAQSVHBB4ChClllhXjyggUFQBAQEBAQEBAQEBAQEBAQEBOB1W1FAAFjAwICUAFZwQAAAZ/gBMRyBEaXNwbGF5CiAg/gBMUDEyNVdIMi1TUFQxAJI=
   modes: 1366x768
  Date: Tue Jun  6 20:43:42 2017
  Desktop-Session:
   'ubuntu'
   
'/etc/xdg/xdg-ubuntu:/usr/share/upstart/systemd-session:/usr/share/upstart/xdg:/etc/xdg'
   '/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'
  DetectedPlugins:
   
  EcryptfsInUse: Yes
  Env:
   'None'
   'None'
  InstallationDate: Installed on 2015-11-16 (568 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Load-Avg-1min: 0.90
  Load-Processes-Running-Percent:   0.2%
  MachineType: LENOVO 20CMCTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-53-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro noprompt persistent quiet splash 
vt.handoff=7
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/19/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N10ET36W (1.15 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20CMCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN10ET36W(1.15):bd06/19/2015:svnLENOVO:pn20CMCTO1WW:pvrThinkPadX250:rvnLENOVO:rn20CMCTO1WW:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20CMCTO1WW
  dmi.product.version: ThinkPad X250
  dmi.sys.vendor: LENOVO
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'firefox\n'/desktop/gnome/url-handlers/https/command = b'sensible-browser 

[Desktop-packages] [Bug 1688721] Re: Packages that trigger multiple debconf prompts fail to install

2017-06-16 Thread Brian Murray
The latest upload to the zesty queue of gnome-software now contains the
following in the changelog:

+  * debian/patches/0006-Add-an-APT-plugin.patch:
+- Handle multiple debconf connections (LP: #1688721)

However, there isn't actually a 0006-Add-an-APT-plugin.patch file in the
diff. There is a 0002-Add-an-APT-plugin.patch file in the diff and it
looks to me (based off looking at the yakkety diff of the package in
-proposed) like the multiple debconf connections work is included in the
0002 patch. If that is correct I'm happy to accept the package into
-proposed with the typo in the changelog, I just want to confirm we
really are getting the fix for this bug in zesty.  Thanks!

** Changed in: gnome-software (Ubuntu Zesty)
   Status: Fix Committed => Incomplete

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

Title:
  Packages that trigger multiple debconf prompts fail to install

Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Xenial:
  Fix Committed
Status in gnome-software source package in Yakkety:
  Fix Committed
Status in gnome-software source package in Zesty:
  Incomplete
Status in gnome-software source package in Artful:
  Fix Released

Bug description:
  [Impact]
  Some packages stall on installing. These are packages that generate multiple 
debconf prompts (the prompts may be empty and so not user visible, e.g. 
gconf2-common).

  [Test Case]
  1. Remove gconf2-common (warning, may uninstall packages like gnome-terminal):
  $ sudo apt purge gconf2-common
  2. Download the debian package of Chrome from www.google.com/chrome.
  3. Install the package (browser will prompt, or double click on package in 
Nautilus).

  Expected result:
  Chrome installs correctly.

  Observed result:
  The installation hangs on 51%.

  [Regression Potential]
  The debconf conde was modified to support multiple requests. This could 
expose other debconf issues or break other .deb install code.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1688721/+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 1698407] [NEW] Checkboxes not showing on some sites

2017-06-16 Thread Simon Greenwood
Public bug reported:

Firefox updated to 54 today, checkboxes are not showing on my private
helpdesk application (old version of Kayako) but I have also just
noticed on Reddit, specifically the subreddit search box. I also note
there are no buttons showing on Gandi.net's login page which is probably
related - this occurred in 52 but not 53.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: firefox 54.0+build3-0ubuntu0.16.10.1
ProcVersionSignature: Ubuntu 4.8.0-54.57-generic 4.8.17
Uname: Linux 4.8.0-54-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.3-0ubuntu8.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  simong 2591 F pulseaudio
BuildID: 20170612122018
Channel: Unavailable
CurrentDesktop: GNOME
Date: Fri Jun 16 16:48:19 2017
EcryptfsInUse: Yes
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2016-07-22 (328 days ago)
InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
IpRoute:
 default via 192.168.1.1 dev wlp1s0  proto static  metric 600 
 169.254.0.0/16 dev virbr0  scope link  metric 1000 linkdown 
 192.168.1.0/24 dev wlp1s0  proto kernel  scope link  src 192.168.1.45  metric 
600 
 192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-26c3f5ab-4dd8-4ac4-8d6d-4edaa1170613
Plugins: Shockwave Flash - /usr/lib/adobe-flashplugin/libflashplayer.so 
(adobe-flashplugin)
PrefSources: prefs.js
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=54.0/20170612122018 (In use)
RelatedPackageVersions: adobe-flashplugin 1:20170613.2-0ubuntu0.16.10.1
RunningIncompatibleAddons: False
SourcePackage: firefox
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: Upgraded to yakkety on 2016-11-02 (225 days ago)
dmi.bios.date: 04/12/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5.11
dmi.board.asset.tag: Tag 12345
dmi.board.name: N350DW
dmi.board.vendor: CLEVO
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd04/12/2016:svnPCSpecialistLimited:pnN350DW:pvrNotApplicable:rvnCLEVO:rnN350DW:rvrNotApplicable:cvnNoEnclosure:ct10:cvrN/A:
dmi.product.name: N350DW
dmi.product.version: Not Applicable
dmi.sys.vendor: PC Specialist Limited

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


** Tags: amd64 apport-bug yakkety

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

Title:
  Checkboxes not showing on some sites

Status in firefox package in Ubuntu:
  New

Bug description:
  Firefox updated to 54 today, checkboxes are not showing on my private
  helpdesk application (old version of Kayako) but I have also just
  noticed on Reddit, specifically the subreddit search box. I also note
  there are no buttons showing on Gandi.net's login page which is
  probably related - this occurred in 52 but not 53.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: firefox 54.0+build3-0ubuntu0.16.10.1
  ProcVersionSignature: Ubuntu 4.8.0-54.57-generic 4.8.17
  Uname: Linux 4.8.0-54-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.3-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  simong 2591 F pulseaudio
  BuildID: 20170612122018
  Channel: Unavailable
  CurrentDesktop: GNOME
  Date: Fri Jun 16 16:48:19 2017
  EcryptfsInUse: Yes
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2016-07-22 (328 days ago)
  InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IpRoute:
   default via 192.168.1.1 dev wlp1s0  proto static  metric 600 
   169.254.0.0/16 dev virbr0  scope link  metric 1000 linkdown 
   192.168.1.0/24 dev wlp1s0  proto kernel  scope link  src 192.168.1.45  
metric 600 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-26c3f5ab-4dd8-4ac4-8d6d-4edaa1170613
  Plugins: Shockwave Flash - /usr/lib/adobe-flashplugin/libflashplayer.so 
(adobe-flashplugin)
  

[Desktop-packages] [Bug 1697958] Re: HPLIP cannot detect printers in your network

2017-06-16 Thread Nick B.
A workaround seems to be to click the "Show Advanced Options" button in
the Device Discovery window and change the Network Discovery Method to
mDNS/Bonjour. It will successfully detect the printer with that method.

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

Title:
  HPLIP cannot detect printers in your network

Status in HPLIP:
  New
Status in hplip package in Ubuntu:
  New

Bug description:
  On a fresh install of Kubuntu 17.04 I cannot add a network printer though the 
HPLIP Toolbox. I get an error message that says "HPLIP cannot detect printers 
in your network.
  This may be due to existing firewall settings blocking the required ports. 
When you are in a trusted network environment, you may open the ports for 
network services like mdns and slp in the firewall. For detailed steps follow 
the link. http://hplipopensource.com/node/374;

  However snmpwalk finds the printer perfectly fine
  $ snmpwalk -Os -c public -v 1 192.168.1.21 1.3.6.1.4.1.11.2.3.9.1.1.7.0 
  iso.3.6.1.4.1.11.2.3.9.1.1.7.0 = STRING: 
"MFG:Hewlett-Packard;CMD:PJL,PML,PCLXL,URP,PCL,PDF,POSTSCRIPT;MDL:HP LaserJet 
200 colorMFP M276nw;CLS:PRINTER;DES:Hewlett-Packard LaserJet 200 colorMFP 
M276nw;MEM:MEM=230MB;COMMENT:RES=600x8;LEDMDIS:USB#ff#04#01;CID:HPLJPDLV1;"

  Other systems that were upgraded to 17.04 can still access and detect
  the printer.

  What I expect to happen:
  1. Open HPLIP Toolbox
  2. Add a network printer
  3. Printer is detected

  What happened instead
  1. Open HPLIP Toolbox
  2. Add a network printer
  3. No printers found

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: hplip-gui 3.16.11+repack0-2
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Jun 14 11:23:50 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-06-09 (4 days ago)
  InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  Lpstat:
   device for Hewlett-Packard-HP-LaserJet-P1505: 
implicitclass:Hewlett-Packard-HP-LaserJet-P1505
   device for HP-LaserJet-200-colorMFP-M276nw: 
ipp://NPI62B4B3.local:631/ipp/print
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0aa7 Intel Corp. 
   Bus 001 Device 002: ID 1bcf:2c87 Sunplus Innovation Technology Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP Pavilion Notebook
  PackageArchitecture: all
  Papersize: letter
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/HP-LaserJet-200-colorMFP-M276nw.ppd', 
'/etc/cups/ppd/Hewlett-Packard-HP-LaserJet-P1505.ppd'] failed with exit code 2: 
grep: /etc/cups/ppd/HP-LaserJet-200-colorMFP-M276nw.ppd: Permission denied
   grep: /etc/cups/ppd/Hewlett-Packard-HP-LaserJet-P1505.ppd: Permission denied
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=e56bcb4e-c73e-4581-9f09-4ef3fe063e74 ro quiet splash vt.handoff=7
  SourcePackage: hplip
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/07/2017
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8215
  dmi.board.vendor: HP
  dmi.board.version: 83.15
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd04/07/2017:svnHP:pnHPPavilionNotebook:pvrType1ProductConfigId:rvnHP:rn8215:rvr83.15:cvnHP:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion Notebook
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/hplip/+bug/1697958/+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 1697153] Re: package libnl-genl-3-200:amd64 3.2.27-1ubuntu0.16.04.1 failed to install/upgrade: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie sollten es nochma

2017-06-16 Thread Joshua Powers
Can you give the output of those commands so we can make sure the issue
has not changed and see what you are seeing? That will help us assist
you further.

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

Title:
  package libnl-genl-3-200:amd64 3.2.27-1ubuntu0.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 libnl3 package in Ubuntu:
  Incomplete

Bug description:
  linux-libc-dev:amd64 (4.4.0-79.100) wird eingerichtet ...
  Fehler traten auf beim Bearbeiten von:
   libnl-genl-3-200:amd64
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libnl-genl-3-200:amd64 3.2.27-1ubuntu0.16.04.1
  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
  AptOrdering:
   libnl-3-200: Install
   libnl-3-200: Configure
   libnl-genl-3-200: Configure
   libnl-route-3-200: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Sat Jun 10 10:30:10 2017
  Dependencies:
   gcc-6-base 6.0.1-0ubuntu1
   libc6 2.23-0ubuntu7
   libgcc1 1:6.0.1-0ubuntu1
   libnl-3-200 3.2.27-1ubuntu0.16.04.1
  ErrorMessage: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie 
sollten es  nochmal installieren, bevor Sie die Konfiguration versuchen.
  InstallationDate: Installed on 2016-04-03 (432 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: libnl3
  Title: package libnl-genl-3-200:amd64 3.2.27-1ubuntu0.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: Upgraded to xenial on 2016-11-29 (192 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1697153/+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 1698137] DuplicateSignature.txt

2017-06-16 Thread Brian Murray
Due to a bug in apport's method for creating a duplicate signature, the
DuplicateSignature in this report was incorrect. We are fixing that now,
sorry for the noise!

** Attachment added: "DuplicateSignature.txt"
   
https://bugs.launchpad.net/bugs/1698137/+attachment/4897190/+files/DuplicateSignature.txt

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

Title:
  package virtualbox-ext-pack 5.1.18-1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in flashplugin-nonfree package in Ubuntu:
  New

Bug description:
  Failed to upgrade.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: virtualbox-ext-pack 5.1.18-1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  Date: Wed Jun 14 23:35:07 2017
  DuplicateSignature:
   package:virtualbox-ext-pack:5.1.18-1
   Installing from local file 
/var/lib/update-notifier/package-data-downloads/partial/adobe-flashplugin_20170613.2.orig.tar.gz
   Flash Plugin installed.
   dpkg: error processing package virtualbox-ext-pack (--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
  InstallationDate: Installed on 2017-04-15 (60 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: virtualbox-ext-pack
  Title: package virtualbox-ext-pack 5.1.18-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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1698137/+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 1698391] [NEW] Libreoffice Calc is Frequently Crashing

2017-06-16 Thread João Gabriel
Public bug reported:

I'm experiencing Libreoffice frequently crashing without giving any
report on what cause it and without communicating failure conditions.

Ordinarily only Libreoffice crash, but sometimes Ubuntu crash too.

I have already reinstalled LibO from Ubuntu repository without any
success.

My system details are:

- Ubuntu 16.04 LTS
- Libreoffice Version: 5.1.6.2

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

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

Title:
  Libreoffice Calc is Frequently Crashing

Status in libreoffice package in Ubuntu:
  New

Bug description:
  I'm experiencing Libreoffice frequently crashing without giving any
  report on what cause it and without communicating failure conditions.

  Ordinarily only Libreoffice crash, but sometimes Ubuntu crash too.

  I have already reinstalled LibO from Ubuntu repository without any
  success.

  My system details are:

  - Ubuntu 16.04 LTS
  - Libreoffice Version: 5.1.6.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1698391/+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 1270018] Re: dhcp-all-interfaces causes syslog spam

2017-06-16 Thread Emilien Macchi
This is an automated cleanup. This bug report has been closed because it
is older than 18 months and there is no open code change to fix this.
After this time it is unlikely that the circumstances which lead to
the observed issue can be reproduced.

If you can reproduce the bug, please:
* reopen the bug report (set to status "New")
* AND add the detailed steps to reproduce the issue (if applicable)
* AND leave a comment "CONFIRMED FOR: "
  Only still supported release names are valid (LIBERTY, MITAKA, NEWTON, OCATA, 
PIKE, PIKE).
  Valid example: CONFIRMED FOR: LIBERTY


** Changed in: tripleo
   Importance: Medium => Undecided

** Changed in: tripleo
   Status: Confirmed => Expired

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

Title:
  dhcp-all-interfaces causes syslog spam

Status in tripleo:
  Expired
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  because it adds everything :/
  Jan 17 02:37:18 ci-overcloud-notcompute-3st54nnok5p5 dhclient: send_packet: 
No such device or address
  Jan 17 02:37:18 ci-overcloud-notcompute-3st54nnok5p5 dhclient: 
dhclient.c:1996: Failed to send 300 byte long packet over br-tun interface.
  Jan 17 02:37:20 ci-overcloud-notcompute-3st54nnok5p5 dhclient: DHCPDISCOVER 
on eth0 to 255.255.255.255 port 67 interval 11 (xid=0x1073ecde)
  Jan 17 02:37:28 ci-overcloud-notcompute-3st54nnok5p5 dhclient: DHCPDISCOVER 
on vlan25 to 255.255.255.255 port 67 interval 17 (xid=0x19abe7a9)
  Jan 17 02:37:30 ci-overcloud-notcompute-3st54nnok5p5 dhclient: DHCPDISCOVER 
on br-tun to 255.255.255.255 port 67 interval 6 (xid=0x4ddfb7de)
  Jan 17 02:37:30 ci-overcloud-notcompute-3st54nnok5p5 dhclient: send_packet: 
No such device or address
  Jan 17 02:37:30 ci-overcloud-notcompute-3st54nnok5p5 dhclient: 
dhclient.c:1996: Failed to send 300 byte long packet over br-tun interface.
  Jan 17 02:37:31 ci-overcloud-notcompute-3st54nnok5p5 dhclient: DHCPDISCOVER 
on eth0 to 255.255.255.255 port 67 interval 12 (xid=0x1073ecde)
  Jan 17 02:37:32 ci-overcloud-notcompute-3st54nnok5p5 dhclient: DHCPDISCOVER 
on ovs-system to 255.255.255.255 port 67 interval 14 (xid=0x5b31271c)
  Jan 17 02:37:36 ci-overcloud-notcompute-3st54nnok5p5 dhclient: No DHCPOFFERS 
received.
  Jan 17 02:37:36 ci-overcloud-notcompute-3st54nnok5p5 dhclient: No working 
leases in persistent database - sleeping.
  Jan 17 02:37:43 ci-overcloud-notcompute-3st54nnok5p5 dhclient: DHCPDISCOVER 
on eth0 to 255.255.255.255 port 67 interval 15 (xid=0x1073ecde)
  Jan 17 02:37:45 ci-overcloud-notcompute-3st54nnok5p5 dhclient: DHCPDISCOVER 
on vlan25 to 255.255.255.255 port 67 interval 21 (xid=0x19abe7a9)
  Jan 17 02:37:46 ci-overcloud-notcompute-3st54nnok5p5 dhclient: DHCPDISCOVER 
on ovs-system to 255.255.255.255 port 67 interval 8 (xid=0x5b31271c)

To manage notifications about this bug go to:
https://bugs.launchpad.net/tripleo/+bug/1270018/+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 1537202] Re: pulseaudio, running as user lightdm, starts and crashes in a loop, endlessly

2017-06-16 Thread K1773R
just hit this lately aswell, but on 14.04

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

Title:
  pulseaudio, running as user lightdm, starts and crashes in a loop,
  endlessly

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  During the start-crash loop, syslog gets this block added about once
  per second:

  ---
  Jan 22 14:47:14 vulcan rtkit-daemon[2274]: Successfully made thread 29983 of 
process 29983 (n/a) owned by '104' high priority at nice level -11.
  Jan 22 14:47:14 vulcan rtkit-daemon[2274]: Supervising 4 threads of 2 
processes of 2 users.
  Jan 22 14:47:14 vulcan pulseaudio[29983]: [pulseaudio] authkey.c: Failed to 
open cookie file '/var/lib/lightdm/.config/pulse/cookie': No such file or 
directory
  Jan 22 14:47:14 vulcan pulseaudio[29983]: [pulseaudio] authkey.c: Failed to 
load authorization key '/var/lib/lightdm/.config/pulse/cookie': No such file or 
directory
  Jan 22 14:47:14 vulcan pulseaudio[29983]: [pulseaudio] x11wrap.c: 
XOpenDisplay() failed
  Jan 22 14:47:14 vulcan pulseaudio[29983]: [pulseaudio] module.c: Failed to 
load module "module-x11-bell" (argument: "sample=x11-bell"): initialization 
failed.
  Jan 22 14:47:14 vulcan pulseaudio[29983]: [pulseaudio] main.c: Module load 
failed.
  Jan 22 14:47:14 vulcan pulseaudio[29983]: [pulseaudio] main.c: Failed to 
initialize daemon.
  Jan 22 14:47:14 vulcan pulseaudio[29980]: [pulseaudio] main.c: Daemon startup 
failed.
  

  Editing /etc/pulse/default.pa and commenting out this line:

  load-module module-x11-bell sample=x11-bell

  ...then saving the file, counting to 2 and then uncommenting it again
  to back out the change, allows the process to stop bouncing.

  The final entry in syslog after the above steps looks like this:

  -
  Jan 22 14:47:16 vulcan pulseaudio[29986]: [pulseaudio] authkey.c: Failed to 
open cookie file '/var/lib/lightdm/.config/pulse/cookie': No such file or 
directory
  Jan 22 14:47:16 vulcan pulseaudio[29986]: [pulseaudio] authkey.c: Failed to 
load authorization key '/var/lib/lightdm/.config/pulse/cookie': No such file or 
directory
  Jan 22 14:47:16 vulcan pulseaudio[29986]: [pulseaudio] client-conf-x11.c: 
xcb_connection_has_error() returned true
  Jan 22 14:47:16 vulcan rtkit-daemon[2274]: Successfully made thread 29989 of 
process 29989 (n/a) owned by '104' high priority at nice level -11.
  Jan 22 14:47:16 vulcan rtkit-daemon[2274]: Supervising 4 threads of 2 
processes of 2 users.
  Jan 22 14:47:16 vulcan pulseaudio[29989]: [pulseaudio] authkey.c: Failed to 
open cookie file '/var/lib/lightdm/.config/pulse/cookie': No such file or 
directory
  Jan 22 14:47:16 vulcan pulseaudio[29989]: [pulseaudio] authkey.c: Failed to 
load authorization key '/var/lib/lightdm/.config/pulse/cookie': No such file or 
directory
  Jan 22 14:47:16 vulcan pulseaudio[29989]: [pulseaudio] server-lookup.c: 
Unable to contact D-Bus: org.freedesktop.DBus.Error.NoServer: Failed to connect 
to socket /tmp/dbus-UV3detc9PI: Connection refused
  Jan 22 14:47:16 vulcan pulseaudio[29989]: [pulseaudio] main.c: Unable to 
contact D-Bus: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket 
/tmp/dbus-UV3detc9PI: Connection refused
  -

  Note: I checked on IRC with #pulseaudio and the users that assisted me
  there were of the opinion that this is a lightdm bug and not a
  pulseaudio bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pulseaudio 1:4.0-0ubuntu11.1
  ProcVersionSignature: Ubuntu 3.13.0-76.120-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-76-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bgardner  20779 F pulseaudio
   /dev/snd/seq:timidity   2133 F timidity
  Date: Fri Jan 22 14:47:43 2016
  ExecutablePath: /usr/bin/pulseaudio
  InstallationDate: Installed on 2012-04-26 (1366 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   PATH=(custom, no user)
   LC_TIME=en_DK.UTF-8
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/false
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to trusty on 2014-07-22 (549 days ago)
  dmi.bios.date: 05/16/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Gazelle Professional
  dmi.board.vendor: System76, Inc.
  dmi.board.version: gazp7
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 

[Desktop-packages] [Bug 1697957] Re: Impress crashes when using smooth fade transition on Gnome based desktop environment

2017-06-16 Thread Nailer1887
I have completed a full install of Ubuntu Gnome 17.04 on to the Dell Studio 15 
laptop (ATI graphics), and then fully updated the software.
The bug behaviour has changed slightly: I was able to run the test presentation 
file twice through but the slide transitions were very poor quality, then 
Impress crashed as before on the third time through the show. The slide 
transitions are hard to describe, they are not a smooth fade but are very 
blocky, jagged, mixed up, as if several transition effects were being used at 
the same time, all on top of each other.

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

Title:
  Impress crashes when using smooth fade transition on Gnome based
  desktop environment

Status in libreoffice package in Ubuntu:
  Incomplete

Bug description:
  Please note that this bug only affects Gnome based desktop
  environments such as Unity, Mate and Gnome itself, and at version
  17.04 only. It does NOT affect Kubuntu, Xubuntu or Lubuntu, or earlier
  versions.

  Create a slide show of four or more slides. Set all slides to use the
  smooth Fade transition, and to automatically change after approx' 10
  seconds.

  Libreoffice will crash after the second or third transition. Starting
  the Impress application from the terminal gives the following error
  messages:-

  javaldx: Could not find a Java Runtime Environment!
  Warning: failed to read path from javaldx

  (soffice:4497): Gtk-WARNING **: Allocating size to OOoFixed 0x55e904d49e40 
without calling gtk_widget_get_preferred_width/height(). How does the code know 
the size to allocate?
  Application Error

  Please note that all of the above versions (17.04) were run from live USB or 
live DVD, not from a full install.
  Turning hardware acceleration on/off has no effect.
  Turning presenter console on/off has no effect.

  This bug is repeatable on a Dell Studio 15 laptop which has Intel
  Core2Duo cpu, and ATI mobile radeon HD4530/4570/545v graphics.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jun 14 16:10:42 2017
  InstallationDate: Installed on 2016-01-08 (523 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to xenial on 2016-07-29 (319 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1697957/+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 1687722] Re: lightdm should not have a pulseaudio config

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

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

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

Title:
  lightdm should not have a pulseaudio config

Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  If the directory /var/lib/lightdm/.config/pulse exists, then whenever
  the screen goes blank, the sound volume changes, mutes, or takes on
  some other random parameters specified by this file. It does not reset
  on unlocking the screen. This is an extraordinarily dumb behaviour
  which can be temporarily remedied by deleting that directory, or
  swapping out lightdm for xscreensaver.

  Please make sure that lightdm cannot write a pulse config file, or
  that consolekit or whatever for pulseaudio does not use system users
  as sources for parameters, and so forth.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.3-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.4.0-75.96-generic 4.4.59
  Uname: Linux 4.4.0-75-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue May  2 11:23:46 2017
  InstallationDate: Installed on 2016-10-09 (204 days ago)
  InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  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/1687722/+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 1698393] [NEW] Missing words in translation

2017-06-16 Thread londumas
Public bug reported:

A lot of words are missing to be translated in the software.
None of the "settings" are translatable and many other text aren't.

** Affects: simple-scan (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Photo of the untranslated settings window"
   
https://bugs.launchpad.net/bugs/1698393/+attachment/4897181/+files/bug_translation.png

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

Title:
  Missing words in translation

Status in simple-scan package in Ubuntu:
  New

Bug description:
  A lot of words are missing to be translated in the software.
  None of the "settings" are translatable and many other text aren't.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1698393/+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 1698389] [NEW] Libreoffice Calc is slowing down when working with big cells

2017-06-16 Thread João Gabriel
Public bug reported:

I'm experiencing Libreoffice Calc slowing down when working with large
cells.

My file in libreoffice calc is a little bit worked out, with more than
10 spreadsheets, with formulas and automatic formatting. Not too
complex, but with some details.

In one of the spreadsheets, I have large cells, almost 20, with more
than 10 lines in each cell.

In this spreadsheet, libreoffice calc becomes too lazy. When I click one
of this big cells, it takes almost 10 seconds to select it.

When I close and reopen it, it becomes fast again, but just for some
time. After some use, it's slows down again.

I have the costume to suspend my computer with my spreadsheet opened.
The problem can be related to suspend/awake process, but I don't have
any evidence in this sense.

I have tried some solutions:

- Reinstalled libreoffice from Ubuntu Repository
- Checked my video card instalation (somebody said that could be lack of OpenGL 
support)
- Installed last version from ppa:libreoffice/ppa

None of those solved it.

My system details are:

- Ubuntu 16.04 LTS
- Libreoffice Version: 5.1.6.2

Along with that, Libreoffice is crashing without giving any evidence of
what cause it and without reporting the error.

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


** Tags: libreoffice

** Tags added: libreoffice

** Package changed: network-manager-applet (Ubuntu) => libreoffice
(Ubuntu)

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

Title:
  Libreoffice Calc is slowing down when working with big cells

Status in libreoffice package in Ubuntu:
  New

Bug description:
  I'm experiencing Libreoffice Calc slowing down when working with large
  cells.

  My file in libreoffice calc is a little bit worked out, with more than
  10 spreadsheets, with formulas and automatic formatting. Not too
  complex, but with some details.

  In one of the spreadsheets, I have large cells, almost 20, with more
  than 10 lines in each cell.

  In this spreadsheet, libreoffice calc becomes too lazy. When I click
  one of this big cells, it takes almost 10 seconds to select it.

  When I close and reopen it, it becomes fast again, but just for some
  time. After some use, it's slows down again.

  I have the costume to suspend my computer with my spreadsheet opened.
  The problem can be related to suspend/awake process, but I don't have
  any evidence in this sense.

  I have tried some solutions:

  - Reinstalled libreoffice from Ubuntu Repository
  - Checked my video card instalation (somebody said that could be lack of 
OpenGL support)
  - Installed last version from ppa:libreoffice/ppa

  None of those solved it.

  My system details are:

  - Ubuntu 16.04 LTS
  - Libreoffice Version: 5.1.6.2

  Along with that, Libreoffice is crashing without giving any evidence
  of what cause it and without reporting the error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1698389/+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 1696965] Re: First renderer process doesn't render page for chromium 59.0.3071.86 in KVM

2017-06-16 Thread Olivier Tilloy
I built version 58.0.3059.0 in a PPA, and it's not affected by the
issue.

That means the regression happened sometimes between 58.0.3059.0 and
59.0.3071.15. Will continue to bisect.

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

Title:
  First renderer process doesn't render page for chromium 59.0.3071.86
  in KVM

Status in chromium-browser package in Ubuntu:
  New

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

  While they seem to work well on bare metal and in virtualbox virtual
  machines, we are seeing an issue in KVM guests (e.g. Ubuntu 16.04.2):
  when launched, the page in the first tab is not rendered at all (the
  contents remain blank). Refreshing the page doesn't make things any
  better. But browsing to a different domain in the same tab "fixes" the
  issue.

  All URLs are affected: the default URL when opening the browser for
  the first time is chrome://welcome, and it's not rendered, and so
  aren't other http URLs when passed on the command line.

  It looks like the first renderer process is not able to render to
  screen correctly. The renderer process itself looks okay, it doesn't
  crash, and I haven't seen anything relevant in the verbose logs.

  The official google chrome release on the same configuration is not
  affected, so this problem is specific to our chromium-browser
  packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1696965/+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 1393502] Re: [MacBookPro11, 3, Cirrus Logic CS4208, Pink Mic] Combo jack not recognized.

2017-06-16 Thread Tommy_CZ
Same here, Macbook Air 4,2

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

Title:
  [MacBookPro11,3, Cirrus Logic CS4208, Pink Mic] Combo jack not
  recognized.

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  New Macbook comes with a four-conductor TRRS jack for headset.

  With headset plugged in the microfone is recognized on Mac os-x.
  Ubuntu recognizes the external headphones but not the microphone.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mikaelb2403 F pulseaudio
   /dev/snd/controlC0:  mikaelb2403 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Nov 17 18:58:35 2014
  InstallationDate: Installed on 2014-10-20 (28 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Pink Mic, N/A
  Symptom_Type: No auto-switch between inputs
  Title: [MacBookPro11,3, Cirrus Logic CS4208, Pink Mic, N/A] No autoswitch
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP112.88Z.0138.B07.1402121134
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2BD1B31983FE1663
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,3
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2BD1B31983FE1663
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP112.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,3:pvr1.0:rvnAppleInc.:rnMac-2BD1B31983FE1663:rvrMacBookPro11,3:cvnAppleInc.:ct10:cvrMac-2BD1B31983FE1663:
  dmi.product.name: MacBookPro11,3
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2014-11-10T22:25:45.211791

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1393502/+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 1692224] Re: package yad 0.27.0-1.1 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2017-06-16 Thread xhienne
Reattributing to the gtk+3.0 package...

This is not a problem with the yad package. According to the logs, the
only reason yad can't be installed is because its dependency
libgtk-3-0:i386 hasn't been properly configured. libgtk-3-0:i386 itself
hasn't been configured because its dependency libgtk-3-common is in an
inconsistent state and should be reinstalled ("O pacote está num mau
estado de inconsistência; deve reinstala-lo antes de tentar configura-
lo.")

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

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

Title:
  package yad 0.27.0-1.1 failed to install/upgrade: problemas de
  dependência - deixando desconfigurado

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: yad 0.27.0-1.1
  ProcVersionSignature: Ubuntu 4.8.0-52.55~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-52-generic i686
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: i386
  Date: Sat May 20 09:18:25 2017
  ErrorMessage: problemas de dependência - deixando desconfigurado
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: yad
  Title: package yad 0.27.0-1.1 failed to install/upgrade: problemas de 
dependência - deixando desconfigurado
  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/1692224/+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 1698384] [NEW] package network-manager 1.4.4-1ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-06-16 Thread Iwan Aucamp
Public bug reported:

My networkmanager is masked as I'm using systemd-networkd and I don't
want networkmanager running

# apt upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up network-manager (1.4.4-1ubuntu3.1) ...
Failed to try-restart NetworkManager-wait-online.service: Unit 
NetworkManager-wait-online.service is masked.
Failed to enable unit: Unit file 
/etc/systemd/system/NetworkManager-wait-online.service is masked.
dpkg: error processing package network-manager (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 network-manager
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: network-manager 1.4.4-1ubuntu3.1
Uname: Linux 4.11.0-3.1-liquorix-amd64 x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
Date: Fri Jun 16 15:48:11 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 # Include files from /etc/network/interfaces.d:
 source-directory /etc/network/interfaces.d
IpRoute:
 default via 10.154.160.10 dev eno1 src 10.154.161.10 metric 202 
 default via 10.154.160.10 dev eno1 proto dhcp src 10.154.161.10 metric 1024 
 10.154.160.0/20 dev eno1 proto kernel scope link src 10.154.161.10 metric 202 
 10.154.160.10 dev eno1 proto dhcp scope link src 10.154.161.10 metric 1024
IwConfig:
 lono wireless extensions.
 
 eno1  no wireless extensions.
NetworkManager.conf:
 [main]
 plugins=ifupdown,keyfile
 
 [ifupdown]
 managed=false
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
RfKill:
 
SourcePackage: network-manager
Title: package network-manager 1.4.4-1ubuntu3.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to zesty on 2017-04-22 (54 days ago)
nmcli-con: Error: command ['nmcli', '-f', 'all', 'con'] failed with exit code 
8: Error: NetworkManager is not running.
nmcli-dev: Error: command ['nmcli', '-f', 'all', 'dev'] failed with exit code 
8: Error: NetworkManager is not running.
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'gen'] failed with exit code 8: 
Error: NetworkManager is not running.

** Affects: network-manager (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 network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1698384

Title:
  package network-manager 1.4.4-1ubuntu3.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in network-manager package in Ubuntu:
  New

Bug description:
  My networkmanager is masked as I'm using systemd-networkd and I don't
  want networkmanager running

  # apt upgrade
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  1 not fully installed or removed.
  After this operation, 0 B of additional disk space will be used.
  Do you want to continue? [Y/n] y
  Setting up network-manager (1.4.4-1ubuntu3.1) ...
  Failed to try-restart NetworkManager-wait-online.service: Unit 
NetworkManager-wait-online.service is masked.
  Failed to enable unit: Unit file 
/etc/systemd/system/NetworkManager-wait-online.service is masked.
  dpkg: error processing package network-manager (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   network-manager
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: network-manager 1.4.4-1ubuntu3.1
  Uname: Linux 4.11.0-3.1-liquorix-amd64 x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Fri Jun 16 15:48:11 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   # Include files from /etc/network/interfaces.d:
   source-directory /etc/network/interfaces.d
  IpRoute:
   default via 10.154.160.10 dev eno1 src 10.154.161.10 metric 202 
   default via 10.154.160.10 dev eno1 proto dhcp src 10.154.161.10 metric 1024 
   10.154.160.0/20 dev eno1 proto kernel scope link src 10.154.161.10 metric 
202 
   10.154.160.10 dev eno1 proto dhcp scope link src 10.154.161.10 metric 1024
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.

[Desktop-packages] [Bug 1692224] [NEW] package yad 0.27.0-1.1 failed to install/upgrade: problemas de dependência - deixando desconfigurado

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

Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: yad 0.27.0-1.1
ProcVersionSignature: Ubuntu 4.8.0-52.55~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-52-generic i686
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: i386
Date: Sat May 20 09:18:25 2017
ErrorMessage: problemas de dependência - deixando desconfigurado
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: yad
Title: package yad 0.27.0-1.1 failed to install/upgrade: problemas de 
dependência - deixando desconfigurado
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 xenial
-- 
package yad 0.27.0-1.1 failed to install/upgrade: problemas de dependência - 
deixando desconfigurado
https://bugs.launchpad.net/bugs/1692224
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 1698362] [NEW] wifi Realtek RTL8723BE lost controlability

2017-06-16 Thread João Gabriel
Public bug reported:

My Network Manager was working well, but in 15/jun/17, after a simple
update, I lost controlability over my hardware.

I cannot identify the cause.

The package updated was:

Start-Date: 2017-06-14  20:36:07
Commandline: /usr/bin/unattended-upgrade
Upgrade: libgnutls-openssl27:amd64 (3.4.10-4ubuntu1.2, 3.4.10-4ubuntu1.3), 
flashplugin-installer:amd64 (25.0.0.171ubuntu0.16.04.1, 
26.0.0.126ubuntu0.16.04.1), firefox-locale-en:amd64 
(53.0.3+build1-0ubuntu0.16.04.2, 54.0+build3-0ubuntu0.16.04.1), 
firefox-locale-pt:amd64 (53.0.3+build1-0ubuntu0.16.04.2, 
54.0+build3-0ubuntu0.16.04.1), libgnutls30:amd64 (3.4.10-4ubuntu1.2, 
3.4.10-4ubuntu1.3), firefox:amd64 (53.0.3+build1-0ubuntu0.16.04.2, 
54.0+build3-0ubuntu0.16.04.1)
End-Date: 2017-06-14  20:41:18

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: network-manager-gnome 1.2.6-0ubuntu0.16.04.3
ProcVersionSignature: Ubuntu 4.8.0-54.57~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-54-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Jun 16 08:42:50 2017
ExecutablePath: /usr/bin/nm-connection-editor
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2017-03-18 (89 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
IpRoute:
 default via 192.168.1.1 dev enp3s0  proto static  metric 100 
 192.168.1.0/24 dev enp3s0  proto kernel  scope link  src 192.168.1.3  metric 
100
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager-applet
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-dev:
 DEVICE  TYPE  STATE DBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

 enp3s0  ethernet  connected /org/freedesktop/NetworkManager/Devices/1  
Conexão cabeada 1  e4933501-8909-3d70-9d29-c0c82a358127  
/org/freedesktop/NetworkManager/ActiveConnection/3 
 wlp2s0  wifi  disconnected  /org/freedesktop/NetworkManager/Devices/0  --  
   ---- 

 lo  loopback  unmanaged /org/freedesktop/NetworkManager/Devices/2  --  
   ----
nmcli-nm:
 RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  WIFI  
WWAN-HW  WWAN
 running  1.2.6connected  started  full  enabled enabled  
disabled  enabled  enabled

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


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

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

Title:
  wifi Realtek RTL8723BE lost controlability

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

Bug description:
  My Network Manager was working well, but in 15/jun/17, after a simple
  update, I lost controlability over my hardware.

  I cannot identify the cause.

  The package updated was:

  Start-Date: 2017-06-14  20:36:07
  Commandline: /usr/bin/unattended-upgrade
  Upgrade: libgnutls-openssl27:amd64 (3.4.10-4ubuntu1.2, 3.4.10-4ubuntu1.3), 
flashplugin-installer:amd64 (25.0.0.171ubuntu0.16.04.1, 
26.0.0.126ubuntu0.16.04.1), firefox-locale-en:amd64 
(53.0.3+build1-0ubuntu0.16.04.2, 54.0+build3-0ubuntu0.16.04.1), 
firefox-locale-pt:amd64 (53.0.3+build1-0ubuntu0.16.04.2, 
54.0+build3-0ubuntu0.16.04.1), libgnutls30:amd64 (3.4.10-4ubuntu1.2, 
3.4.10-4ubuntu1.3), firefox:amd64 (53.0.3+build1-0ubuntu0.16.04.2, 
54.0+build3-0ubuntu0.16.04.1)
  End-Date: 2017-06-14  20:41:18

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager-gnome 1.2.6-0ubuntu0.16.04.3
  ProcVersionSignature: Ubuntu 4.8.0-54.57~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-54-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun 16 08:42:50 2017
  ExecutablePath: /usr/bin/nm-connection-editor
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-03-18 (89 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  IpRoute:
   default via 192.168.1.1 dev enp3s0  proto static  metric 100 
   192.168.1.0/24 dev enp3s0  proto kernel  scope link  src 192.168.1.3  metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=pt_BR.UTF-8
   

[Desktop-packages] [Bug 1698362] Re: wifi Realtek RTL8723BE lost controlability

2017-06-16 Thread João Gabriel
** Description changed:

- My Network Manager was working well, but in 15/jun/17, after a simple
- update, I lost controlability over my hardware.
+ My Network Manager was working well, but in 15/jun/17, I lost
+ controlability over my hardware.
  
- I cannot identify the cause.
+ Now I can activate wifi through network-manager icon, but it doesn't
+ display any network.
  
- The package updated was:
+ 
+ I can see it is activated because through the command:
+ 
+ > nmcli -f in-use,ssid,bssid,signal,bars  dev wifi
+ 
+ presents the following result:
+ 
+ *  SSID   BSSID  SINAL  BARRAS 
+Virus_H@cker   18:D6:C7:76:D5:F8  90 ▂▄▆█   
+MARTIN 14:D6:4D:39:8D:85  80 ▂▄▆_   
+ROGERIO 2 24 GHZ   E4:6F:13:3D:88:24  50 ▂▄__   
+MARTIN A0:8E:78:5D:76:30  47 ▂▄__   
+TP-LINK_2.4GHz_A60B15  A0:F3:C1:A6:0B:15  40 ▂▄__   
+maucoppi   18:D6:C7:76:C3:44  40 ▂▄__   
+HPEE75A0   02:21:11:5D:39:57  40 ▂▄__   
+#NET-CLARO-WIFI2A:32:C5:5F:94:C9  37 ▂▄__  
+ 
+ 
+ I can even connect to a network through command line:
+ 
+ > nmcli d wifi connect 14:D6:4D:39:8D:85
+ 
+ Dispositivo "wlp2s0" ativado com sucesso com "85fcc7fb-60bd-47af-a9da-
+ 9381656ee2a3".
+ 
+ > ping 192.168.1.1
+ 
+ PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
+ 64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=4.48 ms
+ 64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=4.11 ms
+ 
+ But through graphical interface I cannot operate it.
+ 
+ 
+ When I'm connect through WiFi, the icon network-manager has changed.
+ 
+ Before the bug, it presented the common wifi icon, showing signal
+ intensity of the connection, as in this image http://ubuntuhandbook.org
+ /wp-content/uploads/2014/05/Config-VPN-Ubuntu.png
+ 
+ 
+ Now it is presenting the icon of ethernet connection, as in this figure 
http://lh4.ggpht.com/_1QSDkzYY2vc/TPQFwUY-KJI/CXE/NzO_5ataJkg/s2000/network-manager-applet.png
+ 
+ 
+ I have made an update on 14/jun, in the night.
+ During all day of 15/jun I used my network without any problem.
+ In the end of the say the problem began.
+ 
+ 
+ The packages updated were:
  
  Start-Date: 2017-06-14  20:36:07
  Commandline: /usr/bin/unattended-upgrade
  Upgrade: libgnutls-openssl27:amd64 (3.4.10-4ubuntu1.2, 3.4.10-4ubuntu1.3), 
flashplugin-installer:amd64 (25.0.0.171ubuntu0.16.04.1, 
26.0.0.126ubuntu0.16.04.1), firefox-locale-en:amd64 
(53.0.3+build1-0ubuntu0.16.04.2, 54.0+build3-0ubuntu0.16.04.1), 
firefox-locale-pt:amd64 (53.0.3+build1-0ubuntu0.16.04.2, 
54.0+build3-0ubuntu0.16.04.1), libgnutls30:amd64 (3.4.10-4ubuntu1.2, 
3.4.10-4ubuntu1.3), firefox:amd64 (53.0.3+build1-0ubuntu0.16.04.2, 
54.0+build3-0ubuntu0.16.04.1)
  End-Date: 2017-06-14  20:41:18
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager-gnome 1.2.6-0ubuntu0.16.04.3
  ProcVersionSignature: Ubuntu 4.8.0-54.57~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-54-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun 16 08:42:50 2017
  ExecutablePath: /usr/bin/nm-connection-editor
  IfupdownConfig:
-  # interfaces(5) file used by ifup(8) and ifdown(8)
-  auto lo
-  iface lo inet loopback
+  # interfaces(5) file used by ifup(8) and ifdown(8)
+  auto lo
+  iface lo inet loopback
  InstallationDate: Installed on 2017-03-18 (89 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  IpRoute:
-  default via 192.168.1.1 dev enp3s0  proto static  metric 100 
-  192.168.1.0/24 dev enp3s0  proto kernel  scope link  src 192.168.1.3  metric 
100
+  default via 192.168.1.1 dev enp3s0  proto static  metric 100
+  192.168.1.0/24 dev enp3s0  proto kernel  scope link  src 192.168.1.3  metric 
100
  NetworkManager.state:
-  [main]
-  NetworkingEnabled=true
-  WirelessEnabled=true
-  WWANEnabled=true
+  [main]
+  NetworkingEnabled=true
+  WirelessEnabled=true
+  WWANEnabled=true
  ProcEnviron:
-  LANGUAGE=pt_BR:pt:en
-  PATH=(custom, user)
-  XDG_RUNTIME_DIR=
-  LANG=pt_BR.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=pt_BR:pt:en
+  PATH=(custom, user)
+  XDG_RUNTIME_DIR=
+  LANG=pt_BR.UTF-8
+  SHELL=/bin/bash
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
-  DEVICE  TYPE  STATE DBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

-  enp3s0  ethernet  connected /org/freedesktop/NetworkManager/Devices/1  
Conexão cabeada 1  e4933501-8909-3d70-9d29-c0c82a358127  
/org/freedesktop/NetworkManager/ActiveConnection/3 
-  wlp2s0  wifi  disconnected  /org/freedesktop/NetworkManager/Devices/0  
-- ---- 

-  lo  loopback  unmanaged 

[Desktop-packages] [Bug 550225] ☀good stuff

2017-06-16 Thread gimmigio
*** This bug is a duplicate of bug 549842 ***
https://bugs.launchpad.net/bugs/549842

Hey!

I've  just found something  really good,  I think that stuff is just
amazing, please take  a  look http://bit.do/dwB9K


Sent from a prehistoric stone tablet, Gianluca Martuscelli


Sent from Mail for Windows 10

** Attachment added: "E77141110CB5AE431FF2A0BA4E5B6AD8.jpg"
   
https://bugs.launchpad.net/bugs/550225/+attachment/4897164/+files/E77141110CB5AE431FF2A0BA4E5B6AD8.jpg

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

Title:
  desktopcouch-service crashed with SIGSEGV in
  dbus_message_get_reply_serial()

Status in desktopcouch package in Ubuntu:
  New

Bug description:
  Binary package hint: desktopcouch

  Happens after Boot my Lucid Lynx Beta 1 Kernel 2.6.32.17. Everything seems to 
work.
  Hope this can help your troubleshhoting

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: desktopcouch 0.6.3-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-17-generic i686
  Architecture: i386
  CrashCounter: 1
  Date: Sun Mar 28 14:25:47 2010
  ExecutablePath: /usr/lib/desktopcouch/desktopcouch-service
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release Candidate i386 
(20091020.3)
  InterpreterPath: /usr/bin/python2.6
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/lib/desktopcouch/desktopcouch-service
  ProcEnviron:
   SHELL=/bin/bash
   LANG=it_IT.utf8
  SegvAnalysis:
   Segfault happened at: 0x4cce5c:  mov(%edx,%eax,1),%eax
   PC (0x004cce5c) ok
   source "(%edx,%eax,1)" (0x00a6) not located in a known VMA region 
(needed readable region)!
   destination "%eax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: desktopcouch
  StacktraceTop:
   ?? () from /lib/libdbus-1.so.3
   ?? () from /lib/libdbus-1.so.3
   dbus_message_get_reply_serial () from /lib/libdbus-1.so.3
   ?? () from /lib/libdbus-1.so.3
   ?? () from /lib/libdbus-1.so.3
  Title: desktopcouch-service crashed with SIGSEGV in 
dbus_message_get_reply_serial()
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktopcouch/+bug/550225/+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 1692398] Re: Input error can lead to continuous searches

2017-06-16 Thread Will Cooke
Running on Xenial:

ubuntu-software:
  Installed: 3.20.1+git20170524.0.ea2fe2b0-0ubuntu0.16.04.1
  Candidate: 3.20.1+git20170524.0.ea2fe2b0-0ubuntu0.16.04.1
  Version table:
 *** 3.20.1+git20170524.0.ea2fe2b0-0ubuntu0.16.04.1 500
500 http://gb.archive.ubuntu.com/ubuntu xenial-proposed/main amd64 
Packages
100 /var/lib/dpkg/status
 3.20.1+git20170509.0.8292905-0ubuntu1~xenial1 500
500 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 500
500 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 Packages


I can confirm that the character limit is now 100.


** Tags added: verification-failed-xenial

** Tags removed: verification-failed-xenial
** Tags added: verification-done-xenial

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

Title:
  Input error can lead to continuous searches

Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Xenial:
  Fix Committed
Status in gnome-software source package in Yakkety:
  Fix Committed
Status in gnome-software source package in Zesty:
  Fix Committed
Status in gnome-software source package in Artful:
  Fix Released

Bug description:
  [Impact]
  An input error (e.g. a key being continuously pressed) in the gnome-software 
search field can lead to continuous searches being sent via snapd. This is 
beuause there is no limit in this search field.

  [Test Case]
  1. Open GNOME Software
  2. Click search button
  3. Continuously press and release 't'

  Expected result:
  Searches stop after a the search field hits the character limit.

  Observed result:
  Searches are continuously generated for each key press (there is no limit). 

  NOTE: Searches are shown in syslog (snapd debug message).

  [Regression potential]
  Low. The field is now limited to 100 characters and searches stop after this 
limit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1692398/+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 1698354] [NEW] Xorg freeze

2017-06-16 Thread mark
Public bug reported:

Screen freezes after logging on. Also of after trying to close program.
Is Random

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
Uname: Linux 4.4.0-79-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.6
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: Fri Jun 16 04:22:55 2017
DistUpgraded: 2017-06-04 05:10:22,397 DEBUG icon theme changed, re-reading
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GpuHangFrequency: Several times a day
GpuHangReproducibility: Seems to happen randomly
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics 
Controller [17aa:3077]
MachineType: LENOVO 7518C5U
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=202daf2d-f29c-416c-bd04-f80acf0a3984 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: Upgraded to xenial on 2017-06-04 (11 days ago)
dmi.bios.date: 01/10/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 9HKT47AUS
dmi.board.vendor: LENOVO
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnLENOVO:bvr9HKT47AUS:bd01/10/2012:svnLENOVO:pn7518C5U:pvrThinkCentreM81:rvnLENOVO:rn:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: 7518C5U
dmi.product.version: ThinkCentre M81
dmi.sys.vendor: LENOVO
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: Fri Jun 16 04:00:51 2017
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputSEM USB Keyboard KEYBOARD, id 8
 inputSEM USB Keyboard KEYBOARD, id 9
 inputLogitech USB-PS/2 Optical Mouse MOUSE, id 10
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.4-0ubuntu0.2

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


** Tags: amd64 apport-bug compiz-0.9 freeze 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/1698354

Title:
  Xorg freeze

Status in xorg package in Ubuntu:
  New

Bug description:
  Screen freezes after logging on. Also of after trying to close
  program. Is Random

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.6
  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: Fri Jun 16 04:22:55 2017
  DistUpgraded: 2017-06-04 05:10:22,397 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Seems to happen randomly
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics 
Controller [17aa:3077]
  MachineType: LENOVO 7518C5U
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-79-generic 
root=UUID=202daf2d-f29c-416c-bd04-f80acf0a3984 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to xenial 

[Desktop-packages] [Bug 1698351] [NEW] Search in Nautilus Files does not allow sorting of results

2017-06-16 Thread Daniel Harvey
Public bug reported:

The version of nautilus/Files included with Ubuntu 17.04 no longer
allows sorting of search results.

Previously, sort was achieved by clicking on the column header titles.

This no longer works.

It represents a significant regression in the search feature.

Thanks.

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


** Tags: 17.04

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

Title:
  Search in Nautilus Files does not allow sorting of results

Status in nautilus package in Ubuntu:
  New

Bug description:
  The version of nautilus/Files included with Ubuntu 17.04 no longer
  allows sorting of search results.

  Previously, sort was achieved by clicking on the column header titles.

  This no longer works.

  It represents a significant regression in the search feature.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1698351/+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 1698342] Re: package python-pyatspi 2.18.0+dfsg-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2017-06-16 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 pyatspi in Ubuntu.
https://bugs.launchpad.net/bugs/1698342

Title:
  package python-pyatspi 2.18.0+dfsg-3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 127

Status in pyatspi package in Ubuntu:
  New

Bug description:
  The issue has been appeared during today's run of Software Updater.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-pyatspi 2.18.0+dfsg-3
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Fri Jun 16 13:29:23 2017
  DuplicateSignature:
   package:python-pyatspi:2.18.0+dfsg-3
   Setting up python-pyatspi (2.18.0+dfsg-3) ...
   /var/lib/dpkg/info/python-pyatspi.postinst: 6: 
/var/lib/dpkg/info/python-pyatspi.postinst: pycompile: not found
   dpkg: error processing package python-pyatspi (--configure):
subprocess installed post-installation script returned error exit status 127
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 127
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: pyatspi
  Title: package python-pyatspi 2.18.0+dfsg-3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127
  UpgradeStatus: Upgraded to xenial on 2016-06-03 (377 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyatspi/+bug/1698342/+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 1698342] [NEW] package python-pyatspi 2.18.0+dfsg-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2017-06-16 Thread Victor Klepikovskiy
Public bug reported:

The issue has been appeared during today's run of Software Updater.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-pyatspi 2.18.0+dfsg-3
ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
Uname: Linux 4.4.0-79-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Fri Jun 16 13:29:23 2017
DuplicateSignature:
 package:python-pyatspi:2.18.0+dfsg-3
 Setting up python-pyatspi (2.18.0+dfsg-3) ...
 /var/lib/dpkg/info/python-pyatspi.postinst: 6: 
/var/lib/dpkg/info/python-pyatspi.postinst: pycompile: not found
 dpkg: error processing package python-pyatspi (--configure):
  subprocess installed post-installation script returned error exit status 127
ErrorMessage: subprocess installed post-installation script returned error exit 
status 127
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: pyatspi
Title: package python-pyatspi 2.18.0+dfsg-3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127
UpgradeStatus: Upgraded to xenial on 2016-06-03 (377 days ago)

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


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

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

Title:
  package python-pyatspi 2.18.0+dfsg-3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 127

Status in pyatspi package in Ubuntu:
  New

Bug description:
  The issue has been appeared during today's run of Software Updater.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-pyatspi 2.18.0+dfsg-3
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Fri Jun 16 13:29:23 2017
  DuplicateSignature:
   package:python-pyatspi:2.18.0+dfsg-3
   Setting up python-pyatspi (2.18.0+dfsg-3) ...
   /var/lib/dpkg/info/python-pyatspi.postinst: 6: 
/var/lib/dpkg/info/python-pyatspi.postinst: pycompile: not found
   dpkg: error processing package python-pyatspi (--configure):
subprocess installed post-installation script returned error exit status 127
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 127
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: pyatspi
  Title: package python-pyatspi 2.18.0+dfsg-3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127
  UpgradeStatus: Upgraded to xenial on 2016-06-03 (377 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyatspi/+bug/1698342/+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 1698332] [NEW] Why is there no 'Downgrade to...' options in the popup menu on lines?

2017-06-16 Thread G.M.
Public bug reported:

There's a very useful tool: "Upgrade to Polyline/Bezierline".

It allows users that have created a single segment line, to add a
segment to get around an object that would come across the line.

Unfortunately, if the user draws a line, then selects this option by
error, there is no way of "Downgrading to" a single segment line, apart
destroying the polyline and re-creating a fresh new single segment line.

I understand that "Downgrading" is not easy as information is lost and
managing that (and related user new interactions) might be too much to
pain for the developers for the utility of the new service.

I think an option solve this problem could be to completely get rid of this 
whole idea of "Up/Downgrading to", and simply always allow the user to 
Add/Remove corners/controls.
- If a corner is added => transparently switch to Polyline
- If a control is added => transparently switch to Bezier
- If there is only 1 segment/control and it is removed => transparently switch 
to single segment line
Wouldn't that gretly simplify the user experience at the expense of a very low 
quantity of code to add?

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

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

Title:
  Why is there no 'Downgrade to...' options in the popup menu on lines?

Status in dia package in Ubuntu:
  New

Bug description:
  There's a very useful tool: "Upgrade to Polyline/Bezierline".

  It allows users that have created a single segment line, to add a
  segment to get around an object that would come across the line.

  Unfortunately, if the user draws a line, then selects this option by
  error, there is no way of "Downgrading to" a single segment line,
  apart destroying the polyline and re-creating a fresh new single
  segment line.

  I understand that "Downgrading" is not easy as information is lost and
  managing that (and related user new interactions) might be too much to
  pain for the developers for the utility of the new service.

  I think an option solve this problem could be to completely get rid of this 
whole idea of "Up/Downgrading to", and simply always allow the user to 
Add/Remove corners/controls.
  - If a corner is added => transparently switch to Polyline
  - If a control is added => transparently switch to Bezier
  - If there is only 1 segment/control and it is removed => transparently 
switch to single segment line
  Wouldn't that gretly simplify the user experience at the expense of a very 
low quantity of code to add?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1698332/+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 1698327] [NEW] Why does an automatic switch of tool occur?

2017-06-16 Thread G.M.
Public bug reported:

Let's say I selected the tool "Text edit". If I click on a non-
text(-editable) object, why does the selected tool automatically
switches to the default tool "Modify Object"?

This is very annoying in cases where there are lots of (potentially
interlaced) texts/groups and you miss the one you aimed, you now have to
steps to do (re-select the Text Edit tool + click again but on the
correct text object) to recover the situation.

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

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

Title:
  Why does an automatic switch of tool occur?

Status in dia package in Ubuntu:
  New

Bug description:
  Let's say I selected the tool "Text edit". If I click on a non-
  text(-editable) object, why does the selected tool automatically
  switches to the default tool "Modify Object"?

  This is very annoying in cases where there are lots of (potentially
  interlaced) texts/groups and you miss the one you aimed, you now have
  to steps to do (re-select the Text Edit tool + click again but on the
  correct text object) to recover the situation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dia/+bug/1698327/+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 1654448] Re: XPS 13 9360 and 9350, Realtek ALC3246, Headphone audio hiss

2017-06-16 Thread Esokrates
Kai-Heng Feng: Is there anybody still working in this? Are you sure Kailiang 
noticed this bug?
Is there anything else I could do for you to help?

** Changed in: dell-sputnik
   Status: New => Confirmed

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

Title:
  XPS 13 9360 and 9350, Realtek ALC3246, Headphone audio hiss

Status in Dell Sputnik:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  Pertaining to 16.04 on a dell XPS 13 9360

  ii  alsa-base 1.0.25+dfsg-0ubuntu5

  Advanced Linux Sound Architecture Driver Version k4.4.0-57-generic.

  
  When headphones are plugged in, there is a clearly audible hiss (white 
noise). This is present as soon as the headphones are plugged in, whether 
'headphones' or 'headset' are selected from the pop-up box. 

  Using alsamixer to debug the issue reveals that it is related to
  "Headphone Mic Boost" - the default setting is: dB gain 0.00, 0.00. If
  this is changed to:

  10.00, 10.00 (one notch up) the hiss disappears. 
  20.00, 20.00 cause a louder hiss and 
  30.00, 30.00 causes an even louder hiss with high frequency audio artifacts. 

  When the headphones are removed and plugged back in the Headphone Mic
  Boost setting returns to dB gain 0 and the problem also returns.

  This (problem and workaround) has been reported in the wild:
  https://news.ycombinator.com/item?id=13050843 and
  
https://www.reddit.com/r/Dell/comments/4j1zz4/headphones_have_static_noise_with_ubuntu_1604_on/
  for example

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1654448/+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 51043] this is so lovely

2017-06-16 Thread Token
Dear friend!

I've found something really lovely and I thought you  might like it too,
check  it out  http://bit.do/dwBAU


Be well, Danio Campolunghi


Sent from Mail for Windows 10

** Attachment added: "B3F0BBFD720296CB5D8FA277B76A31B7.jpg"
   
https://bugs.launchpad.net/bugs/51043/+attachment/4896970/+files/B3F0BBFD720296CB5D8FA277B76A31B7.jpg

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

Title:
  ListView - Context-menu options missing when pointer is above
  files/folders

Status in One Hundred Papercuts:
  Fix Released
Status in Nautilus:
  Fix Released
Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  What I did:

  - Nautilus is configured to show listview, and the directory-tree on the left 
( just checked, symbolview has the same issue )
  - right-click on a file/folder and clicking on copy
  - change to the folder where the file/foldershould be copied to
  - rightclick anywhere in the listview of the contents of that folder

  What happened:

  - When rightclicking on a folder, there is the option to insert into that 
folder ( which is nice ) and cut and copy - no paste
  - When rightclicking on a file the only options are cut and copy - no paste
  - When actually rightclicking on the actual folder from the tree-view, paste 
into that folder exists, but is inactive (!!!) - so no workaround available

  What I expected:

  a past option that pasts the "files/folders" I've "copied" before into the 
folder at whichs contents I'm looking.
  and a paste into that folder option in the treeview

  What I found out :

  when there are very few files/folders in a folder, and the list is
  shorter than the nautilus window could show - the whitespace below the
  list has this option. This should simply be added to the files and
  folders.

  P.S: please do not remove paste into that folder - its nice actually,
  but not all I expected...

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/51043/+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 1697701] Re: Wacom tablet cannot Map to Monitor properly with dual/multiple monitors/screens

2017-06-16 Thread Tyson Tan
There was a similar bug reported to Gnome with more technical
description: https://bugzilla.gnome.org/show_bug.cgi?id=782032

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

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

Title:
  Wacom tablet cannot Map to Monitor properly with dual/multiple
  monitors/screens

Status in gnome-control-center:
  Confirmed
Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  In Ubuntu Gnome 17.04, Wacom tablet cannot be properly mapped using
  the "Map to Monitor" dialogue provided by gnome-control-center's Wacom
  panel. It's always mapped to the first monitor, and the ratio is
  incorrect. Both Wayland and Xorg sessions are affected. It has never
  happened with Gnome 3.20, 3.22.

  From my experience with a similar problem in the past, I suspect the problem 
has something to do with:
  1) gnome-control-center
  2) gnome-settings-daemon (g-s-d)
  3) mutter

  My hardware setup:
  1) Cintiq 13HD (1920x1080, HDMI through adaptor)
  2) NEC PA242W (1920x1200, Displayport)
  3) Intuos 4M
  4) AMD FirePro W5100 (4 DisplayPorts)

  Another hardware setup with different GPU and display but has the same result.
  1) Dell 2209WA (1680x1050, DVI) (Office)
  2) AMD Radeon R7 250E (DVI, DisplayPort) (Office)

  Detail:

  1) When "Map to single monitor" is OFF, Intuos 4M's cursor moves between both 
monitors.
  2) When "Map to single monitor" is ON, Intuos 4M's cursor moves ONLY on the 
first monitor(that connects to the GPU output of the highest priority). 
  3) For example, my GPU has 4 DisplayPort outputs, when I turn on "Map to 
single monitor", my Intuos 4M is always mapped to whatever on DisplayPort-1 
regardless of what I choose in Display Mapping dialogue's output droplist.
  4) When a secondary monitor is present, cursor on Cintiq is not aligned with 
the pentip. Both of the single monitors are 16:10, Cintiq 13HD is 16:9. I 
suspect this to be relevant with this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1697701/+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 1698320] Re: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-06-16 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/1698320

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

Status in gconf package in Ubuntu:
  New

Bug description:
  was trying to install Google Chrome from Ubuntu Software but the
  installation process hung at 51%. Cancelled the installation and tried
  to install chromium but the installation wasn't running so I cancelled
  chromium installation as well. That's when the error occured.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Fri Jun 16 16:15:06 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-06-16 (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/1698320/+subscriptions

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


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

2017-06-16 Thread Zhanglei Mao
hi Daniel,

It is very nice for your to provide a patch for it. For other PCI IDs, I
will check with Huawei team and back to you at next week.

By the way, what is status of first bug ( The busid reported by libdrm on
the arm64 system is "0007:a1:00.0"), has it been accept by upstram? Do you
have bug id for it? Actually, I think we can take both those 2 bugs back to
Huawei or Pearl team in case it is bugs from Kernel.

thanks,
Mao

On Fri, Jun 16, 2017 at 11:46 AM, Daniel Axtens  wrote:

> Hi Mao,
>
> I have done more work on the HiSilicon board. I have talked with the SEG
> team and our conclusion is that the hardware is not compliant with the
> specification, but that it is appropriate to include a workaround in
> software.
>
> I have developed a patch that adds a workaround or 'quirk' to the kernel
> specifically for the hisilicon graphics card and the hisilicon PCI
> bridge. It tests for the card and the bridge on the development board. I
> think it might be acceptable for upstream. With this, X
> autoconfiguration works.
>
> Please could you ask the HiSilicon people if there are other boards or
> parts with different PCI IDs that should be included in this fixup?
>
> Regards,
> Daniel
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1691991
>
> Title:
>   Xorg Segmentation fault on Hisilicon D05 board (arm64)
>
> Status in xorg package in Ubuntu:
>   New
>
> Bug description:
>   ubuntu@ubuntu:~$ sudo /usr/lib/xorg/Xorg
>   [sudo] password for ubuntu:
>
>   X.Org X Server 1.18.4
>   Release Date: 2016-07-19
>   X Protocol Version 11, Revision 0
>   Build Operating System: Linux 4.4.0-45-generic aarch64 Ubuntu
>   Current Operating System: Linux ubuntu 4.10.0-20.22-generic
> #22+pearl.2-Ubuntu SMP Thu Apr 27 20:23:08 UTC 2017 aarch64
>   Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20.22-generic
> root=UUID=eee681c5-04ce-4cd0-a004-cae6717961ce ro debug
> earlycon=pl011,mmio,0x602B console=tty0
>   Build Date: 02 November 2016  10:05:28PM
>   xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see
> http://www.ubuntu.com/support)
>   Current version of pixman: 0.33.6
> Before reporting problems, check http://wiki.x.org
> to make sure that you have the latest version.
>   Markers: (--) probed, (**) from config file, (==) default setting,
> (++) from command line, (!!) notice, (II) informational,
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
>   (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 19 18:10:13 2017
>   (==) Using system config directory "/usr/share/X11/xorg.conf.d"
>   pci id for fd 10: 19e5:1711, driver (null)
>   EGL_MESA_drm_image required.
>   (EE)
>   (EE) Backtrace:
>   (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x58) [0xd7f1cc48]
>   (EE)
>   (EE) Segmentation fault at address 0xa0
>   (EE)
>   Fatal server error:
>   (EE) Caught signal 11 (Segmentation fault). Server aborting
>   (EE)
>   (EE)
>   Please consult the The X.Org Foundation support
>  at http://wiki.x.org
>for help.
>   (EE) Please also check the log file at "/var/log/Xorg.0.log" for
> additional information.
>   (EE)
>   (EE) Server terminated with error (1). Closing log file.
>   Aborted (core dumped)
>   ubuntu@ubuntu:~$
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991/+subscriptions
>


-- 
Zhanglei Mao
Solutions Architect, Sales and Business Development
Canonical Group Ltd.
zhanglei@canonical.com
+86-13625010929 (m)
+852-6700 6026 (m)
www.ubuntu.com
www.canonical.com

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

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

Status in xorg package in Ubuntu:
  New

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

  X.Org X Server 1.18.4
  Release Date: 2016-07-19
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 4.4.0-45-generic aarch64 Ubuntu
  Current Operating System: Linux ubuntu 4.10.0-20.22-generic 
#22+pearl.2-Ubuntu SMP Thu Apr 27 20:23:08 UTC 2017 aarch64
  Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20.22-generic 
root=UUID=eee681c5-04ce-4cd0-a004-cae6717961ce ro debug 
earlycon=pl011,mmio,0x602B console=tty0
  Build Date: 02 November 2016  10:05:28PM
  xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see 
http://www.ubuntu.com/support) 
  Current version of pixman: 0.33.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
  Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  (==) 

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

2017-06-16 Thread Jafry Hisham
*** This bug is a duplicate of bug 1688721 ***
https://bugs.launchpad.net/bugs/1688721

Public bug reported:

was trying to install Google Chrome from Ubuntu Software but the
installation process hung at 51%. Cancelled the installation and tried
to install chromium but the installation wasn't running so I cancelled
chromium installation as well. That's when the error occured.

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

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

Status in gconf package in Ubuntu:
  New

Bug description:
  was trying to install Google Chrome from Ubuntu Software but the
  installation process hung at 51%. Cancelled the installation and tried
  to install chromium but the installation wasn't running so I cancelled
  chromium installation as well. That's when the error occured.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Fri Jun 16 16:15:06 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-06-16 (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/1698320/+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 1650395] Re: Large grey border around gnome-terminal shadows when transparency is enabled (wayland)

2017-06-16 Thread Khurshid Alam
May the patch gdk_window_set_background_rgba(gdk_window, transoarent) in
gtk doesn't work under wayland when transparency is enabled? No problem
under X with Unity though.

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

Title:
  Large grey border around gnome-terminal shadows when transparency is
  enabled (wayland)

Status in Ubuntu GNOME:
  Triaged
Status in gnome-terminal package in Ubuntu:
  Triaged

Bug description:
  I have found that after switching from Xorg to Wayland on Ubuntu GNOME
  16.10 with GNOME 3.22, that there is a large strange grey border
  around the window:

  - Fullscreen_gnome-terminal_in_AO_no_strange_border.png
  - Fullscreen_gnome-terminal_window.png
  - gnome-terminal_in_AO_strange_border.png
  - gnome-terminal_window_strange_border.png

  But this only occurs when the window is not fullscreen, and when
  transparency is enabled. Turning transparency off immediately fixes
  the issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: gnome-terminal 3.22.1-1ubuntu0~yakkety1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
  Uname: Linux 4.8.0-30-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Dec 15 21:29:17 2016
  InstallationDate: Installed on 2016-05-15 (214 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to yakkety on 2016-10-19 (57 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1650395/+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 1698312] Re: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-06-16 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/1698312

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

Status in gconf package in Ubuntu:
  New

Bug description:
  comes up with an error soon after booting

  Mick

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Sun Jun 11 21:49:44 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-05-24 (23 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/1698312/+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-16 Thread Daniel van Vugt
** Also affects: totem (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gstreamer-vaapi (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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:
  New
Status in gstreamer-vaapi package in Ubuntu:
  New
Status in intel-vaapi-driver 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 1698312] [NEW] package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-06-16 Thread Mick
*** This bug is a duplicate of bug 1688721 ***
https://bugs.launchpad.net/bugs/1688721

Public bug reported:

comes up with an error soon after booting

Mick

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: gconf2-common 3.2.6-3ubuntu7
ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
Uname: Linux 4.10.0-22-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
Date: Sun Jun 11 21:49:44 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationDate: Installed on 2017-05-24 (23 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 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/1698312

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

Status in gconf package in Ubuntu:
  New

Bug description:
  comes up with an error soon after booting

  Mick

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Sun Jun 11 21:49:44 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-05-24 (23 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/1698312/+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 1219993] Re: [sound]: gnome-control-center assert failure: *** Error in `gnome-control-center': double free or corruption (fasttop): 0x0000000001683200 ***

2017-06-16 Thread Apport retracing service
** Tags added: artful

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

Title:
  [sound]: gnome-control-center assert failure: *** Error in `gnome-
  control-center': double free or corruption (fasttop):
  0x01683200 ***

Status in gnome-control-center package in Ubuntu:
  Confirmed

Bug description:
  -

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu33
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic x86_64
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: amd64
  AssertionMessage: *** Error in `gnome-control-center': double free or 
corruption (fasttop): 0x01683200 ***
  Date: Tue Sep  3 01:39:29 2013
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2013-09-02 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Alpha amd64 
(20130902.1)
  MarkForUpload: True
  ProcCmdline: gnome-control-center sound
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: gnome-control-center
  StacktraceTop:
   __libc_message (do_abort=do_abort@entry=2, fmt=fmt@entry=0x7f5516f776a0 "*** 
Error in `%s': %s: 0x%s ***\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:199
   malloc_printerr (ptr=0x1683200, str=0x7f5516f77868 "double free or 
corruption (fasttop)", action=3) at malloc.c:4902
   _int_free (av=, p=0x16831f0, have_lock=0) at malloc.c:3758
   ?? () from /usr/lib/x86_64-linux-gnu/control-center-1/panels/libsound.so
   g_cclosure_marshal_VOID__STRINGv () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: [sound]: gnome-control-center assert failure: *** Error in 
`gnome-control-center': double free or corruption (fasttop): 0x01683200 
***
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  usr_lib_gnome-control-center: deja-dup 27.3.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1219993/+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 1697957] Re: Impress crashes when using smooth fade transition on Gnome based desktop environment

2017-06-16 Thread Nailer1887
Please find attached a sample file that is proven to cause a crash (I
prefer pictures of dogs over kittens).

All live media used the same version of LO:- 5.3.1.2

I have also tested on two more machines:
HP desktop with Intel core2duo cpu, and Intel G33 x86/MMX/SSE2 graphics. On 
this machine Impress did NOT crash - which is interesting.

Asus X54H laptop with Intel celeron B800 cpu, and Intel sandybridge
mobile graphics. On this machine Impress DID crash.

Could this be a laptop only problem? Is it possible for you to try on
machines with nVidia or ATI graphics?

Please note on the Lenovo laptop I tried the open source nouveau
graphics drivers as well as two nVidia proprietary drivers. Impress
crashed with all drivers.

I have limited opportunity to try a full install. I shall try a full
install on the Dell laptop later today and report back.

** Attachment added: "Test Slides.odp"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1697957/+attachment/4896935/+files/Test%20Slides.odp

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

Title:
  Impress crashes when using smooth fade transition on Gnome based
  desktop environment

Status in libreoffice package in Ubuntu:
  Incomplete

Bug description:
  Please note that this bug only affects Gnome based desktop
  environments such as Unity, Mate and Gnome itself, and at version
  17.04 only. It does NOT affect Kubuntu, Xubuntu or Lubuntu, or earlier
  versions.

  Create a slide show of four or more slides. Set all slides to use the
  smooth Fade transition, and to automatically change after approx' 10
  seconds.

  Libreoffice will crash after the second or third transition. Starting
  the Impress application from the terminal gives the following error
  messages:-

  javaldx: Could not find a Java Runtime Environment!
  Warning: failed to read path from javaldx

  (soffice:4497): Gtk-WARNING **: Allocating size to OOoFixed 0x55e904d49e40 
without calling gtk_widget_get_preferred_width/height(). How does the code know 
the size to allocate?
  Application Error

  Please note that all of the above versions (17.04) were run from live USB or 
live DVD, not from a full install.
  Turning hardware acceleration on/off has no effect.
  Turning presenter console on/off has no effect.

  This bug is repeatable on a Dell Studio 15 laptop which has Intel
  Core2Duo cpu, and ATI mobile radeon HD4530/4570/545v graphics.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jun 14 16:10:42 2017
  InstallationDate: Installed on 2016-01-08 (523 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to xenial on 2016-07-29 (319 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1697957/+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 1698305] Re: gnome-control-center assert failure: *** Error in `gnome-control-center': double free or corruption (fasttop): 0x000055f6eac3e000 ***

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

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 #1219993, 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/1698305/+attachment/4896920/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1219993
   [sound]: gnome-control-center assert failure: *** Error in 
`gnome-control-center': double free or corruption (fasttop): 0x01683200 
***

** 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-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1698305

Title:
  gnome-control-center assert failure: *** Error in `gnome-control-
  center': double free or corruption (fasttop): 0x55f6eac3e000 ***

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  bug

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: gnome-control-center 1:3.24.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  Uname: Linux 4.11.0-6-generic x86_64
  ApportVersion: 2.20.5-0ubuntu4
  Architecture: amd64
  AssertionMessage: *** Error in `gnome-control-center': double free or 
corruption (fasttop): 0x55f6eac3e000 ***
  CrashCounter: 1
  CurrentDesktop: GNOME
  Date: Fri Jun 16 00:57:32 2017
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gnome-control-center
  ExecutableTimestamp: 1493845984
  InstallationDate: Installed on 2017-05-30 (16 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  ProcCmdline: gnome-control-center --overview
  ProcCwd: /home/jadjer
  Signal: 6
  SourcePackage: gnome-control-center
  StacktraceTop:
   __libc_message (do_abort=do_abort@entry=2, fmt=fmt@entry=0x7f445b1d83e8 "*** 
Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175
   malloc_printerr (ar_ptr=, ptr=, 
str=0x7f445b1d84b0 "double free or corruption (fasttop)", action=3) at 
malloc.c:5046
   _int_free (av=, p=, have_lock=) 
at malloc.c:3902
   __GI___libc_free (mem=) at malloc.c:2982
   ?? ()
  Title: gnome-control-center assert failure: *** Error in 
`gnome-control-center': double free or corruption (fasttop): 0x55f6eac3e000 
***
  UpgradeStatus: Upgraded to artful on 2017-06-05 (10 days ago)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo uucp 
vboxusers www-data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1698305/+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 1697800] Re: [regression] firefox dies with SIGILL on machines without SSE2

2017-06-16 Thread hackerb9
You can trigger a crash immediately on a machine without SSE2 by
running firefox 54 like so:

firefox  https://www.quirksmode.org/html5/videos/big_buck_bunny.mp4

(Note that it must be an mp4 video. VP8 and Vorbis still work fine.)

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

Title:
  [regression] firefox dies with SIGILL on machines without SSE2

Status in firefox package in Ubuntu:
  New

Bug description:
  I'm running Ubuntu 16.04 on an old laptop. Firefox used to work on
  fine until I did an 'apt upgrade'.

  Worked: 50.1.0+build2-0ubuntu0.16.04.1
  Fails:  53.0.3+build1-0ubuntu0.16.04.2

  The bug was a little tricky to track down since AppArmor was killing
  firefox. I believe the AppArmor error is irrelevant for this bug
  report, but I mention it for completeness (and so other people can
  google for this problem):

  "/usr/bin/python3: error while loading shared libraries:
  cannot apply additional memory protection after relocation:
  Permission denied"

  I disabled AppArmor (aa-disable '/usr/lib/firefox/firefox{,*[^s][^h]}') 
  and now Firefox dies like so:

  ExceptionHandler::GenerateDump cloned child 14258
  ExceptionHandler::SendContinueSignalToChild sent continue signal to child
  ExceptionHandler::WaitForContinueSignal waiting for continue signal...
  Failed to open curl lib from binary, use libcurl.so instead

  Using gdb to figure it out, I see that the process is getting SIGILL
  (Illegal Instruction). To figure out exactly which instruction is the
  problem, I ran gdb as follows:

  $ gdb /usr/lib/firefox/firefox
  GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
  [...]
  Reading symbols from /usr/lib/firefox/firefox...(no debugging symbols 
found)...done.
  (gdb) set disassemble-next-line on
  (gdb) run
  Starting program: /usr/lib/firefox/firefox 
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
  [New Thread 0xb15c4b40 (LWP 14296)]
  [Thread 0xb15c4b40 (LWP 14296) exited]
  warning: Corrupted shared library list: 0xb794cc00 != 0xb794b800
  [...]
  Thread 1 "firefox" received signal SIGILL, Illegal instruction.
  0x4b9f826c in ?? ()
  => 0x4b9f826c:  f2 0f 11 74 24 30   movsd  %xmm6,0x30(%esp)

  MOVSD is an SSE2 instruction, which my machine does not support.

  $ grep flags /proc/cpuinfo 
  flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca 
cmov pse36 mmx fxsr sse

  I had been under the impression that firefox is supposed to only use
  SSE2 if it is available. Is that not correct? It certainly used to
  work. Perhaps there is something wrong in how Ubuntu is building the
  binary.

  [Side note: There are actually two "movsd" instructions for the Intel
  x86 architecture. The original one (Move String, opcode A5) is
  supported by everything back to the 80386, but this one (Move Scalar,
  opcode F2 0F 11) requires SSE2. Maybe that is the source of the
  confusion.]

  Thank you.

$ lsb_release -rd
Description:Ubuntu 16.04.2 LTS
Release:16.04

$ apt-cache policy firefox
firefox:
  Installed: 53.0.3+build1-0ubuntu0.16.04.2
  Candidate: 53.0.3+build1-0ubuntu0.16.04.2
  Version table:
 *** 53.0.3+build1-0ubuntu0.16.04.2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 
Packages
  500 http://security.ubuntu.com/ubuntu xenial-security/main i386 
Packages
  100 /var/lib/dpkg/status
 45.0.2+build1-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main i386 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1697800/+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 1574667] Re: Mouse pointer occasionally jumps to the bottom-left corner

2017-06-16 Thread Evan Ney
Same problem on my thinkpad t440s. I think I've pin-pointed what's going
on. Tapping in two separate locations on the trackpad very quickly in
succession registers as if you have put your finger down in the first
location and swiped it to the second location, thus causing the cursor
to move as if you swiped rapidly. I tied messing with all the synaptics
settings but no luck. Juans fix works, but you lose a lot of the nice
feel of synaptics settings.

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

Title:
  Mouse pointer occasionally jumps to the bottom-left corner

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Sometimes the mouse pointer jumps directly to the bottom-left corner
  of the screen, which results in opening the trash window when
  clicking.

  This seems to be related: https://ubuntu-mate.community/t/mouse-
  pointer-jumps-on-clicking-touchpad/2932.

  Thanks,
  MZ

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  BootLog: /dev/sda6: clean, 276587/40779776 files, 15261626/163117056 blocks
  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: Mon Apr 25 15:55:54 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
 Subsystem: Dell Skylake Integrated Graphics [1028:06b2]
  InstallationDate: Installed on 2016-04-23 (2 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:07dc Intel Corp. 
   Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 002: ID 064e:920b Suyin Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5559
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=c5bc0a1d-3fe9-4ae5-81e9-de7d141b419c ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.1.5
  dmi.board.name: 06CMH7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.5:bd12/21/2015:svnDellInc.:pnInspiron5559:pvr:rvnDellInc.:rn06CMH7:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Inspiron 5559
  dmi.sys.vendor: Dell Inc.
  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: Mon Apr 25 13:43:44 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1156 
   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/1574667/+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 1697800] Re: [regression] firefox dies with SIGILL on machines without SSE2

2017-06-16 Thread hackerb9
Spoke too soon. Firefox does still die of SIGILL, it just doesn't die
immediately. It is still choking on an SSE2 instruction, though, so
this is the same bug.

Thread 1 "firefox" received signal SIGILL, Illegal instruction.
0xb20eab29 in ?? () from /usr/lib/firefox/libxul.so
=> 0xb20eab29:  66 0f 6c cc punpcklqdq %xmm4,%xmm1
(gdb)

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

Title:
  [regression] firefox dies with SIGILL on machines without SSE2

Status in firefox package in Ubuntu:
  New

Bug description:
  I'm running Ubuntu 16.04 on an old laptop. Firefox used to work on
  fine until I did an 'apt upgrade'.

  Worked: 50.1.0+build2-0ubuntu0.16.04.1
  Fails:  53.0.3+build1-0ubuntu0.16.04.2

  The bug was a little tricky to track down since AppArmor was killing
  firefox. I believe the AppArmor error is irrelevant for this bug
  report, but I mention it for completeness (and so other people can
  google for this problem):

  "/usr/bin/python3: error while loading shared libraries:
  cannot apply additional memory protection after relocation:
  Permission denied"

  I disabled AppArmor (aa-disable '/usr/lib/firefox/firefox{,*[^s][^h]}') 
  and now Firefox dies like so:

  ExceptionHandler::GenerateDump cloned child 14258
  ExceptionHandler::SendContinueSignalToChild sent continue signal to child
  ExceptionHandler::WaitForContinueSignal waiting for continue signal...
  Failed to open curl lib from binary, use libcurl.so instead

  Using gdb to figure it out, I see that the process is getting SIGILL
  (Illegal Instruction). To figure out exactly which instruction is the
  problem, I ran gdb as follows:

  $ gdb /usr/lib/firefox/firefox
  GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
  [...]
  Reading symbols from /usr/lib/firefox/firefox...(no debugging symbols 
found)...done.
  (gdb) set disassemble-next-line on
  (gdb) run
  Starting program: /usr/lib/firefox/firefox 
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
  [New Thread 0xb15c4b40 (LWP 14296)]
  [Thread 0xb15c4b40 (LWP 14296) exited]
  warning: Corrupted shared library list: 0xb794cc00 != 0xb794b800
  [...]
  Thread 1 "firefox" received signal SIGILL, Illegal instruction.
  0x4b9f826c in ?? ()
  => 0x4b9f826c:  f2 0f 11 74 24 30   movsd  %xmm6,0x30(%esp)

  MOVSD is an SSE2 instruction, which my machine does not support.

  $ grep flags /proc/cpuinfo 
  flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca 
cmov pse36 mmx fxsr sse

  I had been under the impression that firefox is supposed to only use
  SSE2 if it is available. Is that not correct? It certainly used to
  work. Perhaps there is something wrong in how Ubuntu is building the
  binary.

  [Side note: There are actually two "movsd" instructions for the Intel
  x86 architecture. The original one (Move String, opcode A5) is
  supported by everything back to the 80386, but this one (Move Scalar,
  opcode F2 0F 11) requires SSE2. Maybe that is the source of the
  confusion.]

  Thank you.

$ lsb_release -rd
Description:Ubuntu 16.04.2 LTS
Release:16.04

$ apt-cache policy firefox
firefox:
  Installed: 53.0.3+build1-0ubuntu0.16.04.2
  Candidate: 53.0.3+build1-0ubuntu0.16.04.2
  Version table:
 *** 53.0.3+build1-0ubuntu0.16.04.2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 
Packages
  500 http://security.ubuntu.com/ubuntu xenial-security/main i386 
Packages
  100 /var/lib/dpkg/status
 45.0.2+build1-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main i386 Packages

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