[Desktop-packages] [Bug 1472598] Re: Deja-dup should not propose ssh as storage location when python-paramiko is not installed

2017-08-02 Thread Michael Terry
Did you actually experience an issue with SSH?  Deja Dup doesn't use
duplicity's normal ssh backend, it connects to ssh servers through its
gio backend.  So python-paramiko isn't used in the normal cases.

I'll mark this as invalid, but if I'm wrong, please re-open.

** Changed in: deja-dup
   Status: Triaged => Invalid

** No longer affects: 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/1472598

Title:
  Deja-dup should not propose ssh as storage location when python-
  paramiko is not installed

Status in Déjà Dup:
  Invalid

Bug description:
  As far as I understand things, duplicity uses paramiko for ssh2
  protocol. But python-paramiko is only a suggestion for duplicity
  package.

  When the user does not have this package installed on its system,
  he/she can still select "ssh" as storage location method in deja-dup.

  So I guess deja-dup should explicitely depend on python-paramiko, or
  make ssh option unavailable if the package is not present.

  Option 2 would be preferred, as the user will get a chance to know
  something is missing.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: deja-dup 32.0-0ubuntu5
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jul  8 14:28:27 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-02-16 (141 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  SourcePackage: deja-dup
  UpgradeStatus: Upgraded to vivid on 2015-06-05 (32 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1472598/+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 1652410] Re: Undescriptive duplicity/collection-status error when the backup directory contains two volumes with different file names and same volume number in the same backup

2017-08-02 Thread Michael Terry
** No longer affects: deja-dup

** No longer affects: deja-dup (Ubuntu)

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

Title:
  Undescriptive duplicity/collection-status error when the backup
  directory contains two volumes with different file names and same
  volume number in the same backup set

Status in Duplicity:
  Confirmed
Status in duplicity package in Ubuntu:
  Confirmed

Bug description:
  [System]

  Ubuntu 16.04
  deja-dup 34.2-0ubuntu1.1
  duplicity 0.7.06-2ubuntu2

  [Symptoms]

  When the backup location unfortunately contains two backup volumes
  with different file names and same volume number in the same backup
  set, for instance:

duplicity-full.20161129T015237Z.vol1.difftar
duplicity-full.20161129T015237Z.vol1.difftar.gz

  this confuses duplicity collection-status, which ends up returning an
  undescriptive Python assertion error, as seen in this Déjà-Dup log
  file:

DUPLICITY: INFO 1
DUPLICITY: . Args: /usr/bin/duplicity collection-status [...]

[...]

DUPLICITY: DEBUG 1
DUPLICITY: . 12 files exist on backend

DUPLICITY: DEBUG 1
DUPLICITY: . Extracting backup chains from list of files:
 [u'duplicity-full.20161129T015237Z.vol1.difftar',
  u'duplicity-full.20161129T015237Z.manifest',
  u'duplicity-full.20161129T015237Z.vol1.difftar.gz',
  u'duplicity-full-signatures.20161129T015237Z.sigtar.gz',
  u'duplicity-full-signatures.20161129T015237Z.sigtar',
  [...]

DUPLICITY: DEBUG 1
DUPLICITY: . File duplicity-full.20161129T015237Z.vol1.difftar is not
  part of a known set; creating new set

DUPLICITY: DEBUG 1
DUPLICITY: . File duplicity-full.20161129T015237Z.manifest is part of
  known set

DUPLICITY: ERROR 30 AssertionError
[...]
DUPLICITY: . File "/usr/lib/python2.7/dist-packages/duplicity/collections.
  py", line 105, in add_filename(self.volume_name_dict, filename)
DUPLICITY: . AssertionError:
  ({1: 'duplicity-full.20161129T015237Z.vol1.difftar'},
  'duplicity-full.20161129T015237Z.vol1.difftar.gz')

  What happens is that duplicity collection-status takes the
  uncompressed duplicity-full.20161129T015237Z.vol1.difftar for the
  start of a backup set, then tries to add the compressed duplicity-
  full.20161129T015237Z.vol1.difftar.gz to this set, and fails because
  the volume number of this file has already been added to the set.
  Otherwise there would be two backup volumes with the same volume
  number in the backup set.

  Note that a similar issue may also happen for file signatures instead
  of backup volumes, e.g.:

duplicity-full-signatures.20161129T015237Z.sigtar
duplicity-full-signatures.20161129T015237Z.sigtar.gz

  but backup volumes appear to be tripped on first, perhaps because of
  alphabetic order.

  Note also that under normal operation, the backup location isn't
  supposed to contain a mixed of compressed and uncompressed files (or
  encrypted and unencrypted files), but this situation was still
  reported by the bug reporter in the original bug report.

  [Test case]

  See comment 19, written for Déjà-Dup, but easily adaptable to pure
  duplicity I think.

  [Ideas for fixing]

  Duplicity already has checks to avoid considering files whose names
  don't look like they could be part of a backup set (see comment 19,
  point 4). Perhaps this filename filter could be improved on so that
  duplicity doesn't burp so hard when a backup volume is present in both
  compressed and uncompressed forms? Perhaps it could have duplicity
  prefer a particular filename when there are two volumes with the same
  number in the same backup set? But then which one and on what grounds?

  Please also see comment 23.

  [Easier fix]

  Worst case, if this situation can't be handled automatically and the
  situation requires a human to examine the contents of the backup
  repository to take adequate action, then it would be helpful that
  duplicity return a more descriptive message than the current terse
  assertion error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1652410/+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 1440370] Re: deja-dup should be ported to Python3

2017-08-02 Thread Michael Terry
** Changed in: deja-dup
   Status: New => 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/1440370

Title:
  deja-dup should be ported to Python3

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

Bug description:
  There is still the goal to remove Python2 from the desktop images, and
  to use Python3 only. deja-dup should be ported to Python3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1440370/+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 1298379] Re: Deja-dup always fails to backup to u1 on OSError: No such file or directory: '/tmp/duplicity-7ynjzg-tempdir/tmpXnMr4f'

2017-08-02 Thread Michael Terry
** Changed in: deja-dup
   Status: New => Won't Fix

** Changed in: deja-dup (Ubuntu)
   Status: New => Won't Fix

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

Title:
  Deja-dup always fails to backup to u1 on OSError: No such file or
  directory: '/tmp/duplicity-7ynjzg-tempdir/tmpXnMr4f'

Status in Déjà Dup:
  Won't Fix
Status in deja-dup package in Ubuntu:
  Won't Fix

Bug description:
  After some time it runs, dejadup fails on

  Traceback (most recent call last):
    File "/usr/bin/duplicity", line 1493, in 
  with_tempdir(main)
    File "/usr/bin/duplicity", line 1487, in with_tempdir
  fn()
    File "/usr/bin/duplicity", line 1336, in main
  do_backup(action)
    File "/usr/bin/duplicity", line 1462, in do_backup
  full_backup(col_stats)
    File "/usr/bin/duplicity", line 542, in full_backup
  globals.backend)
    File "/usr/bin/duplicity", line 403, in write_multivol
  globals.gpg_profile, globals.volsize)
    File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 324, in 
GPGWriteFile
  file = GPGFile(True, path.Path(filename), profile)
    File "/usr/lib/python2.7/dist-packages/duplicity/gpg.py", line 105, in 
__init__
  self.logger_fp = tempfile.TemporaryFile( dir=tempdir.default().dir() )
    File "/usr/lib/python2.7/tempfile.py", line 493, in TemporaryFile
  (fd, name) = _mkstemp_inner(dir, prefix, suffix, flags)
    File "/usr/lib/python2.7/tempfile.py", line 239, in _mkstemp_inner
  fd = _os.open(file, flags, 0600)
  OSError: [Errno 2] No such file or directory: 
'/tmp/duplicity-7ynjzg-tempdir/tmpXnMr4f'

  Update:
  Looking at my system, it seems that the temporary folder that deja-dup is 
looking for is inside 
/home/marco/.cache/deja-dup/8cf8eb6c99f325880c12faa64552cfcd instead that in 
/tmp

  So a prefix issue?

  ProblemType: BugDistroRelease: Ubuntu 14.04
  Package: deja-dup 29.5-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar 27 14:15:02 2014
  InstallationDate: Installed on 2010-07-10 (1356 days ago)InstallationMedia: 
Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)SourcePackage: deja-dup
  UpgradeStatus: Upgraded to trusty on 2012-10-10 (533 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1298379/+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 1641912] Re: Please backport two recent-manager patches

2017-08-02 Thread Simon Quigley
** Tags removed: verification-needed yakkety
** Tags added: artful

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

Title:
  Please backport two recent-manager patches

Status in GTK+:
  Fix Released
Status in gtk+2.0 package in Ubuntu:
  Fix Released
Status in gtk+2.0 source package in Xenial:
  Fix Committed
Status in gtk+2.0 source package in Yakkety:
  Won't Fix
Status in gtk+2.0 source package in Zesty:
  Fix Committed
Status in gtk+2.0 source package in Artful:
  Fix Released

Bug description:
  [Impact]

  Without these fixes, a specially crafted GTK program can cause a
  Denial of Service attack on any machine with open GTK programs.

  [Test Case]

  In the GitHub issue against mate-panel, an individual with the GitHub
  username clbr wrote a Proof of Concept that can be used to demonstrate
  that this bug is affecting the system, and this is found here:
  http://pastebin.ca/3733209

  The commenter reports that the Proof of Concept can be built with the 
following command:
  gcc -o killer killer.c `pkg-config --cflags --libs gtk+-2.0`

  [Regression Potential]

  This fix has been uploaded to Artful and has passed to artful-release,
  causing no installability problems or autopkgtest regressions.

  As for the fix itself, there was already a regression spotted, but the
  patch fixing that regression has been spotted and also fixed in this
  upload. Since it is putting a limit on the list's size, although this
  is highly unlikely at this point in time, epgfm on the GitHub issue
  points out the following:

  "...

  However, the incoming fix set a large number of items (1000) as a hard
  limit.

  ...

  Does an application really needs to store 1K recent files? I think
  even the badassest screen you can possibly buy now wouldn't have
  enough vertical space to display them all."

  Should there be the unlikely event that a program needs to use that
  many recent files, the program will have some issues, but that is a
  bug in the program that needs to use that many recent files, not GTK
  itself.

  tl;dr low regression potential, where there will be regressions is
  excessively large GTK programs, but that is a bug in the program
  itself for taking up that much space, not GTK.

  [Original Description]

  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=a3b2d6a65be9f592de9570c227df00f910167e9e
  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=35871edb318083b2d7e4758cbdaad6109eed60ca

  Please apply/backport these two patches from the 2.24 branch. They fix a 
memory DOS, originally reported against mate-panel here:
  https://github.com/mate-desktop/mate-panel/issues/479

  For the GTK3 version of this bug, see bug 1641914
  Note that MATE is GTK2 only for Ubuntu 16.04 LTS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1641912/+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 1069142] Re: Clear quicklist when backup finished

2017-08-02 Thread Michael Terry
Hmm, this is an old bug, but our Unity-specific support is gone now that
it's an abandoned project.  Marking won't fix.

** Changed in: deja-dup
   Status: New => Won't Fix

** No longer affects: 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/1069142

Title:
  Clear quicklist when backup finished

Status in Déjà Dup:
  Won't Fix

Bug description:
  Minor nit-pick. It would be nice if the Unity quicklist was cleared
  after the backup was finnished.

  The other day, I sat down at the computer and the Déjà Dup icon was in
  the launcher. I decided that I'd like to have it resume the backup
  latter, and selected that option in the quicklist. It didn't seem to
  respond. On opening the window, I saw that the backup was actually
  finished, but the quicklist still offered me the choice to skip or
  resume latter.

  $ apt-cache policy deja-dup
  deja-dup:
Installed: 24.0-0ubuntu1
Candidate: 24.0-0ubuntu1
Version table:
   *** 24.0-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ quantal/main i386 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1069142/+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 526845] Re: Rhythmbox Context Pane Plugin lacks internationalization

2017-08-02 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: New => Confirmed

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

Title:
  Rhythmbox Context Pane Plugin lacks internationalization

Status in Rhythmbox:
  Confirmed
Status in rhythmbox package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: rhythmbox

  I'm using rhythmbox-plugins 0.12.6git20100223-0ubuntu1 in Lucid Lynx.

  LastFM api allows developper to set the artist information language with the 
parameter "lang" in the url  of  function "artist.getInfo()".
  See http://www.lastfm.fr/api/show?service=267

  Context Pane should get system language, and use it to define this parameter.
  In the version 0.12.6git20100223-0ubuntu1, it only works with english 
language.

  A better behavior would be Context Pane falling back to english if the
  artist information is empty for the given system language.

  (I tried to fix it myself, but I had never worked with Python before,
  and I don't know how Rhythmbox plugins code is organized, so I just
  made a temporary fix for french language. A real internationalization
  would be great !)

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/526845/+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 259698] Re: pptp vpn service stops unexpectedly

2017-08-02 Thread Igor Yozhikov
nmcli con edit YOURCONNAME
1. set vpn.data refuse-pap = yes, gateway =  x.x.x., refuse-eap = yes, user = 
USERNAME, no-vj-comp = yes, require-mppe = yes, password-flags = 1
2.save
3. activate

works for me

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

Title:
  pptp vpn service stops unexpectedly

Status in pptp-linux package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: pptp-linux

  Using ubuntu 8.10 x86.

  pptp-linux version 1.7.2-1

  When I select the vpn option, I can create the VPN configuration, but
  after trying to connect for around ~1 second, I get the popup error:

  "The VPN connection 'Warwick' failed because the VPN service stopped
  unexpectedly."

  Im not entirely sure how to execute the connection via command line,
  so I cant work out how to get any more info on what is going on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pptp-linux/+bug/259698/+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 1708331] Re: pacotes quebrados

2017-08-02 Thread Seth Arnold
** 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 xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1708331

Title:
  pacotes quebrados

Status in xorg package in Ubuntu:
  New

Bug description:
  Erros diversos no Terminal por causa de pacotes de atualizações
  quebrados...

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-88.111-generic 4.4.76
  Uname: Linux 4.4.0-88-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Aug  2 23:12:49 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:0651]
  InstallationDate: Installed on 2017-07-06 (27 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: Dell Inc. Inspiron 3542
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-88-generic 
root=/dev/mapper/ubuntu--vg-root ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/13/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 0P8H6J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A12
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd05/13/2016:svnDellInc.:pnInspiron3542:pvrNotSpecified:rvnDellInc.:rn0P8H6J:rvrA12:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3542
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.3
  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: Wed Aug  2 22:17:44 2017
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1110 
   vendor LGD
  xserver.version: 2:1.18.4-0ubuntu0.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1708331/+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 1708317] Re: package libxcb-dri3-0:i386 1.11.1-1ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting confi

2017-08-02 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 libxcb in Ubuntu.
https://bugs.launchpad.net/bugs/1708317

Title:
  package libxcb-dri3-0:i386 1.11.1-1ubuntu1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in libxcb package in Ubuntu:
  New

Bug description:
  please give me solution as fast as posible

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: libxcb-dri3-0:i386 1.11.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-28.32-generic 4.10.17
  Uname: Linux 4.10.0-28-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Aug  3 06:05:15 2017
  DistUpgraded: 2017-08-03 06:16:08,813 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
"./xorg_fix_proprietary.py" (No such file or directory) (8))
  DistroCodename: zesty
  DistroVariant: ubuntu
  DuplicateSignature:
   package:libxcb-dri3-0:i386:1.11.1-1ubuntu1
   Setting up dpkg-dev (1.18.10ubuntu2) ...
   dpkg: error processing package libxcb-dri3-0:i386 (--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
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:0662]
 Subsystem: Dell GeForce 820M [1028:0662]
  InstallationDate: Installed on 2017-06-12 (51 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  MachineType: Dell Inc. Vostro 3546
  PackageArchitecture: i386
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-28-generic 
root=UUID=6540422f-1c28-43bf-9b86-c1a3c6dc7d55 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: libxcb
  Title: package libxcb-dri3-0:i386 1.11.1-1ubuntu1 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
  UpgradeStatus: Upgraded to zesty on 2017-08-03 (0 days ago)
  dmi.bios.date: 05/27/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 036DYM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd05/27/2014:svnDellInc.:pnVostro3546:pvrNotSpecified:rvnDellInc.:rn036DYM:rvrA03:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Vostro 3546
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/1708317/+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 1708317] [NEW] package libxcb-dri3-0:i386 1.11.1-1ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting con

2017-08-02 Thread Bhuvanesh B
Public bug reported:

please give me solution as fast as posible

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: libxcb-dri3-0:i386 1.11.1-1ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-28.32-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Thu Aug  3 06:05:15 2017
DistUpgraded: 2017-08-03 06:16:08,813 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
"./xorg_fix_proprietary.py" (No such file or directory) (8))
DistroCodename: zesty
DistroVariant: ubuntu
DuplicateSignature:
 package:libxcb-dri3-0:i386:1.11.1-1ubuntu1
 Setting up dpkg-dev (1.18.10ubuntu2) ...
 dpkg: error processing package libxcb-dri3-0:i386 (--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
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:0662]
   Subsystem: Dell GeForce 820M [1028:0662]
InstallationDate: Installed on 2017-06-12 (51 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
MachineType: Dell Inc. Vostro 3546
PackageArchitecture: i386
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-28-generic 
root=UUID=6540422f-1c28-43bf-9b86-c1a3c6dc7d55 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
SourcePackage: libxcb
Title: package libxcb-dri3-0:i386 1.11.1-1ubuntu1 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
UpgradeStatus: Upgraded to zesty on 2017-08-03 (0 days ago)
dmi.bios.date: 05/27/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 036DYM
dmi.board.vendor: Dell Inc.
dmi.board.version: A03
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd05/27/2014:svnDellInc.:pnVostro3546:pvrNotSpecified:rvnDellInc.:rn036DYM:rvrA03:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Vostro 3546
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: apport-package i386 ubuntu zesty

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

Title:
  package libxcb-dri3-0:i386 1.11.1-1ubuntu1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in libxcb package in Ubuntu:
  New

Bug description:
  please give me solution as fast as posible

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: libxcb-dri3-0:i386 1.11.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-28.32-generic 4.10.17
  Uname: Linux 4.10.0-28-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Aug  3 06:05:15 2017
  DistUpgraded: 2017-08-03 06:16:08,813 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
"./xorg_fix_proprietary.py" (No such file or directory) (8))
  DistroCodename: zesty
  DistroVariant: ubuntu
  DuplicateSignature:
   package:libxcb-dri3-0:i386:1.11.1-1ubuntu1
   Setting up dpkg-dev (1.18.10ubuntu2) ...
   dpkg: error processing package libxcb-dri3-0:i386 (--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
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:0662]
 Subsystem: Dell GeForce 820M 

[Desktop-packages] [Bug 1663926] Re: Dell XPS 15 9560 (Nvidia 1050) black screen, Feb 11, 2017

2017-08-02 Thread Mark Bucknell
I too am also desperate for a fix for this. Any progress?

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

Title:
  Dell XPS 15 9560 (Nvidia 1050) black screen, Feb 11, 2017

Status in Nvidia:
  New
Status in nvidia-prime package in Ubuntu:
  Confirmed

Bug description:
  There have been multiple reports that "nvidia-prime select intel" results in 
a black screen on the new Dell XPS 15 (9560, with Nvidia 1050)
  See the following threads:

  1. (initial report). 
  
https://www.reddit.com/r/Ubuntu/comments/5qjq4v/dell_xps_15_kaby_lake_w_nvidia_1050_review_2017/

  2. (lots of confirmations of the same thing)
   
https://www.reddit.com/r/Dell/comments/5rxb5x/any_dell_xps_15_9560_linux_users/ 

  3. (additional confirmation)
  
https://www.reddit.com/r/Dell/comments/5t2b5d/high_cpu_temp_and_fan_usage_for_ubuntu_on_9560/

  4. (reported on Nvidia forums)
  
https://devtalk.nvidia.com/default/topic/991853/complete-freeze-with-nvidia-prime/

To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia/+bug/1663926/+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 1708201] Re: gnome-calendar does not use the proper system timezone

2017-08-02 Thread Bug Watch Updater
** Changed in: gnome-calendar
   Status: Unknown => Confirmed

** Changed in: gnome-calendar
   Importance: Unknown => Medium

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

Title:
  gnome-calendar does not use the proper system timezone

Status in GNOME Calendar:
  Confirmed
Status in gnome-calendar package in Ubuntu:
  New

Bug description:
  Calendar source: 
  Evolution (exchange calendar via evolution-ews)

  In evolution, the calendar properly shows events in my timezone (CST).
  For example, Event1 at 9:30am and Event2 at 3pm (actual examples, just
  changed names).

  In gnome-calendar, these events show up at 4:30am and 10am,
  respectively. This issue also appears in the California calendar.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-calendar 3.20.4-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.10.0-27.30~16.04.2-generic 4.10.17
  Uname: Linux 4.10.0-27-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Aug  2 11:29:21 2017
  ExecutablePath: /usr/bin/gnome-calendar
  InstallationDate: Installed on 2017-07-03 (29 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  ProcEnviron:
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
   LANGUAGE=en_US
   PATH=(custom, user)
   LANG=en_US.UTF-8
  SourcePackage: gnome-calendar
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1708201/+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 1708309] [NEW] Online accounts dialog can be crashed easily by choosing two options

2017-08-02 Thread Alan Pope  濾
Public bug reported:

Up to date Artful installation. Open online accounts and choose one of
the options available, such as Google. Wait for the next dialog to
finish and then press escape to close it. Choose a different option.
Online accounts reliably crashes.

https://youtu.be/Be2HPkcafp8

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gnome-online-accounts 3.24.1-0ubuntu1
ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
Uname: Linux 4.11.0-10-generic x86_64
ApportVersion: 2.20.6-0ubuntu4
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Aug  3 00:07:52 2017
InstallationDate: Installed on 2017-08-02 (0 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
SourcePackage: gnome-online-accounts
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-online-accounts (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful wayland-session

** Description changed:

  Up to date Artful installation. Open online accounts and choose one of
  the options available, such as Google. Wait for the next dialog to
  finish and then press escape to close it. Choose a different option.
  Online accounts reliably crashes.
+ 
+ https://youtu.be/Be2HPkcafp8
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-online-accounts 3.24.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
  Uname: Linux 4.11.0-10-generic x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug  3 00:07:52 2017
  InstallationDate: Installed on 2017-08-02 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
  SourcePackage: gnome-online-accounts
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Online accounts dialog can be crashed easily by choosing two options

Status in gnome-online-accounts package in Ubuntu:
  New

Bug description:
  Up to date Artful installation. Open online accounts and choose one of
  the options available, such as Google. Wait for the next dialog to
  finish and then press escape to close it. Choose a different option.
  Online accounts reliably crashes.

  https://youtu.be/Be2HPkcafp8

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-online-accounts 3.24.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
  Uname: Linux 4.11.0-10-generic x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug  3 00:07:52 2017
  InstallationDate: Installed on 2017-08-02 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
  SourcePackage: gnome-online-accounts
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/1708309/+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 1133477] Re: cut-n-paste move files got stuck forever

2017-08-02 Thread levien
This is most probably caused by this upstream issue: 
https://bugzilla.gnome.org/show_bug.cgi?id=757747

These patches to gvfs should greatly reduce the problem:
https://git.gnome.org/browse/gvfs/commit/?id=0e001c9
https://git.gnome.org/browse/gvfs/commit/?id=fe33512
https://git.gnome.org/browse/gvfs/commit/?id=1224147
https://git.gnome.org/browse/gvfs/commit/?id=57acc80

As I understand, gvfs >1.30.3 should include these patches,
so Ubuntu Zesty 17.04 should suffer much less from this issue.
Can someone verify this?

There are several similar bug reports that may be duplicates:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/388595
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1208993

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

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

Title:
  cut-n-paste move files got stuck forever

Status in caja package in Ubuntu:
  New
Status in nautilus package in Ubuntu:
  Incomplete
Status in pcmanfm package in Ubuntu:
  Incomplete

Bug description:
  With Nautilus, I navigated to a folder that contained about 2,000 gif files.
  I selected all of them
  I cut with Ctrl+X
  I navigated to another folder
  I pasted with Ctrl+V

  => A popup window appeared saying "Preparing to move N files", and it got 
stuck there forever.
  Nautilus stopped responding. I waited half an hour, then I had to kill it.

  Actually some of the files were moved. Which is the worst thing that
  could happen.

  I tried again with the remaining files and it happened again!! It's
  systematic!!

  I suspect it has to do with displaying the previews of a big number of
  files. Nautilus becomes completely unmanageable whenever you open
  folders with lots of files. Maximum priority should be given to the UI
  and actual operations; displaying of the previews should be done in
  the background and should never, ever slow down user operations the
  slightest bit. Seems pretty obvious.

  Also note that 2000 is not even that much. Actually it's very few
  files.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: nautilus 1:3.5.90.really.3.4.2-0ubuntu4.2
  ProcVersionSignature: Ubuntu 3.5.0-25.38-generic 3.5.7.4
  Uname: Linux 3.5.0-25-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  Date: Tue Feb 26 18:23:52 2013
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b"'1312x713+64+71'"
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'180'
   b'org.gnome.nautilus.window-state' b'start-with-status-bar' b'true'
  InstallationDate: Installed on 2010-06-23 (979 days ago)
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to quantal on 2013-01-13 (44 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/caja/+bug/1133477/+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 1708307] [NEW] Broken printer icon in Printers applet

2017-08-02 Thread Alan Pope  濾
Public bug reported:

Clean install up to date of Artful. It found my HP networked printer.
However looking in the panel I see a broken icon next to the name of the
printer. I'm not sure what should be there, but expect a broken icon
isn't it :)

See screenshot.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gnome-control-center 1:3.24.3-0ubuntu1
ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
Uname: Linux 4.11.0-10-generic x86_64
ApportVersion: 2.20.6-0ubuntu4
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed Aug  2 23:41:19 2017
InstallationDate: Installed on 2017-08-02 (0 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful wayland-session

** Attachment added: "Screenshot from 2017-08-02 23-44-39.png"
   
https://bugs.launchpad.net/bugs/1708307/+attachment/4926227/+files/Screenshot%20from%202017-08-02%2023-44-39.png

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

Title:
  Broken printer icon in Printers applet

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  Clean install up to date of Artful. It found my HP networked printer.
  However looking in the panel I see a broken icon next to the name of
  the printer. I'm not sure what should be there, but expect a broken
  icon isn't it :)

  See screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-control-center 1:3.24.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
  Uname: Linux 4.11.0-10-generic x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Aug  2 23:41:19 2017
  InstallationDate: Installed on 2017-08-02 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1708307/+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 1708306] [NEW] Middle click paste not working in terminal launched from context menu

2017-08-02 Thread Alan Pope  濾
Public bug reported:

On a clean up to date Artful system I noticed some odd behavior in the
terminal.

Steps to reproduce:-

1. Open a terminal by right clicking the desktop and Open Terminal.
2. Double click the command prompt
3. Middle click to paste

Expected behavior

Contents of terminal appears pasted

Actual behavior

Nothing

Oddly, terminals launched from the activities menu or by pressing
CTRL+ALT+T don't exhibit this behavior. In addition, sometimes it works
if you copy from a terminal launched in the two mentioned ways, and try
to paste into the one launched from the desktop.

https://youtu.be/aKfb9DCfPUI

Video showing me launching a terminal from the activities menu where
middle click paste works. Launching a terminal from the desktop context
menu and middle click paste not working. Then launching gedit where also
I can't paste what I have highlighted in the terminal, but can copy from
gedit to terminal via middle click paste.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gnome-terminal 3.24.2-0ubuntu4
ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
Uname: Linux 4.11.0-10-generic x86_64
ApportVersion: 2.20.6-0ubuntu4
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed Aug  2 23:08:44 2017
InstallationDate: Installed on 2017-08-02 (0 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful wayland-session

** Description changed:

  On a clean up to date Artful system I noticed some odd behavior in the
  terminal.
  
  Steps to reproduce:-
  
  1. Open a terminal by right clicking the desktop and Open Terminal.
  2. Double click the command prompt
  3. Middle click to paste
  
  Expected behavior
  
  Contents of terminal appears pasted
  
  Actual behavior
  
  Nothing
  
  Oddly, terminals launched from the activities menu or by pressing
  CTRL+ALT+T don't exhibit this behavior. In addition, sometimes it works
  if you copy from a terminal launched in the two mentioned ways, and try
  to paste into the one launched from the desktop.
  
+ https://youtu.be/aKfb9DCfPUI
+ 
+ Video showing me launching a terminal from the activities menu where
+ middle click paste works. Launching a terminal from the desktop context
+ menu and middle click paste not working. Then launching gedit where also
+ I can't paste what I have highlighted in the terminal, but can copy from
+ gedit to terminal via middle click paste.
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-terminal 3.24.2-0ubuntu4
  ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
  Uname: Linux 4.11.0-10-generic x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Aug  2 23:08:44 2017
  InstallationDate: Installed on 2017-08-02 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Middle click paste not working in terminal launched from context menu

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  On a clean up to date Artful system I noticed some odd behavior in the
  terminal.

  Steps to reproduce:-

  1. Open a terminal by right clicking the desktop and Open Terminal.
  2. Double click the command prompt
  3. Middle click to paste

  Expected behavior

  Contents of terminal appears pasted

  Actual behavior

  Nothing

  Oddly, terminals launched from the activities menu or by pressing
  CTRL+ALT+T don't exhibit this behavior. In addition, sometimes it
  works if you copy from a terminal launched in the two mentioned ways,
  and try to paste into the one launched from the desktop.

  https://youtu.be/aKfb9DCfPUI

  Video showing me launching a terminal from the activities menu where
  middle click paste works. Launching a terminal from the desktop
  context menu and middle click paste not working. Then launching gedit
  where also I can't paste what I have highlighted in the terminal, but
  can copy from gedit to terminal via middle click paste.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-terminal 3.24.2-0ubuntu4
  ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
  Uname: Linux 4.11.0-10-generic x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Aug  2 23:08:44 2017
  InstallationDate: Installed on 2017-08-02 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage 

[Desktop-packages] [Bug 1133477] Re: cut-n-paste move files got stuck forever

2017-08-02 Thread levien
** Also affects: caja (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  cut-n-paste move files got stuck forever

Status in caja package in Ubuntu:
  New
Status in nautilus package in Ubuntu:
  Incomplete
Status in pcmanfm package in Ubuntu:
  Incomplete

Bug description:
  With Nautilus, I navigated to a folder that contained about 2,000 gif files.
  I selected all of them
  I cut with Ctrl+X
  I navigated to another folder
  I pasted with Ctrl+V

  => A popup window appeared saying "Preparing to move N files", and it got 
stuck there forever.
  Nautilus stopped responding. I waited half an hour, then I had to kill it.

  Actually some of the files were moved. Which is the worst thing that
  could happen.

  I tried again with the remaining files and it happened again!! It's
  systematic!!

  I suspect it has to do with displaying the previews of a big number of
  files. Nautilus becomes completely unmanageable whenever you open
  folders with lots of files. Maximum priority should be given to the UI
  and actual operations; displaying of the previews should be done in
  the background and should never, ever slow down user operations the
  slightest bit. Seems pretty obvious.

  Also note that 2000 is not even that much. Actually it's very few
  files.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: nautilus 1:3.5.90.really.3.4.2-0ubuntu4.2
  ProcVersionSignature: Ubuntu 3.5.0-25.38-generic 3.5.7.4
  Uname: Linux 3.5.0-25-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  Date: Tue Feb 26 18:23:52 2013
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b"'1312x713+64+71'"
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'180'
   b'org.gnome.nautilus.window-state' b'start-with-status-bar' b'true'
  InstallationDate: Installed on 2010-06-23 (979 days ago)
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to quantal on 2013-01-13 (44 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/caja/+bug/1133477/+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 875676] Re: Backing up fails with 'IOError CRC check failed'.

2017-08-02 Thread Michael Terry
** No longer affects: deja-dup

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

Title:
  Backing up fails with 'IOError CRC check failed'.

Status in Duplicity:
  Confirmed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  For 4 days déjà dup hasn't been able to perform a backup. It fails
  with the error

  Failed to read /tmp/duplicity-lJcUDl-tempdir/mktemp-o4LYSJ-1: (, IOError('CRC check failed 0x8434f7d2L !=
  0x3d503338L',), )

  There is another similar bug #676767 where deleting ~/.cache/deja-dup
  helps. In this case it doesn't.

  I'm quite certain that my backup drive isn't corrupted. (It's a
  raid5.) I'd be happy to provide any additional information needed.

  --

  System information:
  Ubuntu 11.10
  deja-dup 20.0-0ubuntu3
  duplicity 0.6.15-0ubuntu2

  Logs:
  deja-dup.log: http://pastie.org/2705320
  deja-dup.gsettings: http://pastie.org/2705322

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/875676/+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 1197919] Re: deja-dup password request dialog causes timeout

2017-08-02 Thread Michael Terry
Should be fixed in master.

https://git.launchpad.net/deja-
dup/commit/?id=02f9b83be8284671e0d00ca7b32e718ab28f8842

** Changed in: deja-dup
   Status: Confirmed => Fix Committed

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

Title:
  deja-dup password request dialog causes timeout

Status in Déjà Dup:
  Fix Committed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  I have configured deja-dup so that it backups daily to a SMB server
  share. This works fine when I'm at the computer. When I'm not there,
  the deja-dup password prompt for the SMB share pops up. Then, if I
  don't enter the password within a certain time, even with the correct
  password I get a DBus error message and the backup fails.

  deja-dup should prompt for the password and open the connection only
  after having received a password. Or it should automatically retry
  when it gets a timeout error without having to prompt again.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: deja-dup 22.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-34.55~precise1-generic 3.5.7.13
  Uname: Linux 3.5.0-34-generic i686
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  Date: Thu Jul  4 19:34:34 2013
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release i386 
(20130214)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1197919/+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 1654918] Re: No Internet access with default of Automatic (DHCP)

2017-08-02 Thread Dave Miller
Try this simple fix: 
https://www.youtube.com/watch?v=wjS4eBnR3q0=PL4fAeCL2jtycl0gPZD8WFPn9caOPidMqs=2

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

Title:
  No Internet access with default of  Automatic (DHCP)

Status in Linux:
  Invalid
Status in NetworkManager:
  Invalid
Status in systemd:
  Fix Released
Status in network-manager package in Ubuntu:
  Invalid

Bug description:
  Fresh 17.04 install, wireless router connects without any issue but there is 
no internet connection/access.
  This continues thru disconnecting, reconnecting, rebooting ect, Nothing..

  If I edit the connection > IPv4 Settings to Automatic (DCHP) addresses only & 
manually add Google DNS nameservers: then internet is enabled. screen attached
  Note this also affects ethernet, not just wireless
  Hardware is:
  description: Wireless interface
     product: Wireless 7260
     vendor: Intel Corporation
     physical id: 0
     bus info: pci@:08:00.0
     logical name: wlp8s0
     version: 73
     serial: 
     width: 64 bits
     clock: 33MHz
     capabilities: pm msi pciexpress bus_master cap_list ethernet physical 
wireless
     configuration: broadcast=yes driver=iwlwifi 
driverversion=4.9.0-11-generic firmware=17.352738.0 ip=192.168.1.4 latency=0 
link=ye s multicast=yes wireless=IEEE 802.11
     resources: irq:32 memory:c240-c2401fff

  To note: this hardware works perfectly in 14.04 > 16.04
  Add. note; issue doesn't arise with 4.11.x kernel

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: network-manager 1.4.2-2ubuntu4
  ProcVersionSignature: Ubuntu 4.9.0-11.12-generic 4.9.0
  Uname: Linux 4.9.0-11-generic x86_64
  ApportVersion: 2.20.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jan  8 22:08:26 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-01-09 (0 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Alpha amd64 (20170108)
  IpRoute:
   default via 192.168.1.1 dev wlp8s0  proto static  metric 600
   169.254.0.0/16 dev wlp8s0  scope link  metric 1000
   192.168.1.0/24 dev wlp8s0  proto kernel  scope link  src 192.168.1.4  metric 
600
  NetworkManager.conf:
   [main]
   plugins=ifupdown,keyfile

   [ifupdown]
   managed=false
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH
   wlp8s0  wifi  connected/org/freedesktop/NetworkManager/Devices/2  
06F21A  fb815a75-4091-455e-b73d-2c1f2d97220f  
/org/freedesktop/NetworkManager/ActiveConnection/0
   enp7s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  -- 
 ----
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.4.2connected  started  full  enabled enabled  
enabled  enabled  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1654918/+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 1679535] Re: ! Cannot connect to internet in Ubuntu 17.04 (DNS Lookup fails)

2017-08-02 Thread Dave Miller
*** This bug is a duplicate of bug 1654918 ***
https://bugs.launchpad.net/bugs/1654918

Try this. Very simple fix.

https://www.youtube.com/watch?v=wjS4eBnR3q0=PL4fAeCL2jtycl0gPZD8WFPn9caOPidMqs=2

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

Title:
  ! Cannot connect to internet in Ubuntu 17.04 (DNS Lookup  fails)

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  I think this is a bug in the WIFI-driver or kernel.
  Ubuntu is connected to the WIFI (router) box, but it cannot find DNS server 
to get to the internet.

  I have periodically *serious* problems with WIFI in Ubuntu 17.04.
  The network icon shows "connected" to the router and internet, but browsers 
and other attempts to get data report DNS error / or not connected.

  This happens in all flavours of Ubuntu 17.04 (Ubuntu, Ubuntu GNOME
  etc.).

  Same laptop with Ubuntu 16.10 works flawlessly.

  The connection works fine after I reboot (power off/on) the router box.
  Then the bug may return (or may not return) after I turn on my laptop next 
time.

  This laptop is Toshiba Stellite P50 C.
  The laptop has Intel Corporation Wireless 3165 (rev 81).

  $ lspci -nnk | grep -iA2 net; uname -r; ls /lib/firmware/ | grep
  'iwlwifi-7265d'

  0d:00.0 Network controller [0280]: Intel Corporation Wireless 3165 
[8086:3165] (rev 81)
  Subsystem: Intel Corporation Dual Band Wireless AC 3165 [8086:4010]
  Kernel driver in use: iwlwifi
  --
  0e:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
  Subsystem: Toshiba America Info Systems RTL8111/8168/8411 PCI Express Gigabit 
Ethernet Controller [1179:f840]
  Kernel driver in use: r8169
  Kernel modules: r8169
  4.11.0-041100rc4-generic

  Ref: https://wiki.debian.org/iwlwifi

  Restarting the network.manager does not help.
  $ sudo service network-manager restart
  Network manager connects (and sees) to the router, but cannot access internet.
  -

  Please see also:
  https://ubuntuforums.org/search.php?searchid=14761184
  and
  https://ubuntuforums.org/showthread.php?t=2356828

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: network-manager 1.4.4-1ubuntu3
  Uname: Linux 4.11.0-041100rc4-generic x86_64
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Apr  4 08:22:23 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-03-27 (8 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Beta amd64 (20170321)
  IpRoute:
   default via 192.168.1.1 dev wlp13s0 proto static metric 600
   169.254.0.0/16 dev wlp13s0 scope link metric 1000
   192.168.1.0/24 dev wlp13s0 proto kernel scope link src 192.168.1.34 metric 
600
  NetworkManager.conf:
   [main]
   plugins=ifupdown,keyfile

   [ifupdown]
   managed=false
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE   TYPE  STATEDBUS-PATH  
CONNECTIONCON-UUID  CON-PATH
   wlp13s0  wifi  connected/org/freedesktop/NetworkManager/Devices/2  
Ubuntu-Linux-Network  dda6e4cf-5cd9-4e01-b638-418985262413  
/org/freedesktop/NetworkManager/ActiveConnection/5
   enp14s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  
------
   lo   loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  
------
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.4.4connected  started  full  enabled enabled  
enabled  enabled  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1679535/+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 1708287] [NEW] Mouse & Touchpad settings resizes erratically

2017-08-02 Thread Alan Pope  濾
Public bug reported:

On a clean install of Artful (17.10) the mouse & touchpad panel opens
too small then jumps larger whenever the user clicks elsewhere on the
desktop, or in certain places in the panel. It also jumps larger then
back down again when it expands.

https://youtu.be/vKCDUFxbG0Y - video illustrating it.


ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gnome-control-center 1:3.24.3-0ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-26.30-generic 4.10.17
Uname: Linux 4.10.0-26-generic x86_64
ApportVersion: 2.20.6-0ubuntu4
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed Aug  2 21:49:45 2017
InstallationDate: Installed on 2017-08-02 (0 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful wayland-session

** Description changed:

  On a clean install of Artful (17.10) the mouse & touchpad panel opens
  too small then jumps larger whenever the user clicks elsewhere on the
  desktop, or in certain places in the panel. It also jumps larger then
  back down again when it expands.
+ 
+ https://youtu.be/vKCDUFxbG0Y - video illustrating it.
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-control-center 1:3.24.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-26.30-generic 4.10.17
  Uname: Linux 4.10.0-26-generic x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Aug  2 21:49:45 2017
  InstallationDate: Installed on 2017-08-02 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Mouse & Touchpad settings resizes erratically

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  On a clean install of Artful (17.10) the mouse & touchpad panel opens
  too small then jumps larger whenever the user clicks elsewhere on the
  desktop, or in certain places in the panel. It also jumps larger then
  back down again when it expands.

  https://youtu.be/vKCDUFxbG0Y - video illustrating it.

  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-control-center 1:3.24.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-26.30-generic 4.10.17
  Uname: Linux 4.10.0-26-generic x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Aug  2 21:49:45 2017
  InstallationDate: Installed on 2017-08-02 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170712)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1708287/+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 1553685] Re: Lenovo Y700-17ISK subwoofer doesn't work

2017-08-02 Thread Andrei Manolache
Any updates? The fact that I can't make the subwoofer to work
properly(at all) is the only reason I can't fully switch to Linux :(

** Also affects: alsa-driver (Fedora)
   Importance: Undecided
   Status: New

** No longer affects: alsa-driver (Fedora)

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

Title:
  Lenovo Y700-17ISK subwoofer doesn't work

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  Lenovo Y700-17ISK (Intel Core i7-6700HQ/RAM 16GB/SSD 512GB/Nvidia GTX960M 4GB)
  Operating system: Ubuntu 16.04 (xenial-desktop-amd64.iso 04-Mar-2016, kernel 
4.4.0-10-generic, nvidia 361.28)

  Problem: Notebook subwoofer doesn't work.

  Judging from alsa-info.sh output, there is no pin declared for the bass 
output by BIOS.
  Please find a zip file attached: 'alsa-info_hdajackretask-unconnected-pins'

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-10-generic 4.4.0-10.25
  ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
  Uname: Linux 4.4.0-10-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  aljosa 1776 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Mar  6 11:02:21 2016
  HibernationDevice: RESUME=UUID=ac022671-63df-40ae-bffe-66fff3b35125
  InstallationDate: Installed on 2016-03-05 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160304)
  MachineType: LENOVO 80Q0
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-10-generic.efi.signed 
root=UUID=aa4325c4-4b4c-4372-b8ca-a66c3e5b2aa6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-10-generic N/A
   linux-backports-modules-4.4.0-10-generic  N/A
   linux-firmware1.156
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/31/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CDCN30WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Allsparks 7A
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad Y700-17ISK
  dmi.modalias: 
dmi:bvnLENOVO:bvrCDCN30WW:bd01/31/2016:svnLENOVO:pn80Q0:pvrLenovoideapadY700-17ISK:rvnLENOVO:rnAllsparks7A:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapadY700-17ISK:
  dmi.product.name: 80Q0
  dmi.product.version: Lenovo ideapad Y700-17ISK
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1553685/+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 1696261] Re: Settings app items have bad text wrapping

2017-08-02 Thread Alan Pope  濾
This is also the case on a clean Artful (17.10) install.

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

Title:
  Settings app items have bad text wrapping

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

Bug description:
  Ubuntu GNOME 17.04 with GNOME 3.24.

  gnome-control-center:
Installed: 1:3.24.1-0ubuntu1
Candidate: 1:3.24.1-0ubuntu1

  What actually happened:
  When I open settings, I find that my perfectly innocuous Region & Language 
settings have been kidnapped by a stranger named Lan Guage. I don't know who 
Mr. Guage is but I would like him to return my settings. 

  What I expected to happen:
  Find settings app that has not been visited by Lan Guage.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: gnome-control-center 1:3.24.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Jun  6 15:57:59 2017
  InstallationDate: Installed on 2017-05-30 (7 days ago)
  InstallationMedia: System76 17.04 "Zesty Zapus" - Release amd64 (20170410)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1696261/+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 982316] Re: Deja Dup is unable to detect network connection

2017-08-02 Thread Michael Terry
Should be fixed in master now.  Thanks for the investigation and example
ssh config files!

https://git.launchpad.net/deja-
dup/commit/?id=76ea4c79e6e017a553b562d2258502e4fd34a452

** Changed in: deja-dup
   Status: Confirmed => Fix Committed

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

Title:
  Deja Dup is unable to detect network connection

Status in Déjà Dup:
  Fix Committed
Status in deja-dup package in Ubuntu:
  Confirmed

Bug description:
  There is a problem with network detection for scheduled backup. I get
  the following notification :

  Scheduled backup delayed
  Backup will begin when a network connection becomes available.

  The network is working and manual backup is working as well.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: deja-dup 22.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu3
  Architecture: amd64
  Date: Sun Apr 15 15:12:36 2012
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: deja-dup
  UpgradeStatus: Upgraded to precise on 2012-04-02 (13 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/982316/+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 1708264] [NEW] boost_container.so missing

2017-08-02 Thread Eugene
Public bug reported:

Boost.Container uses a compiled library which is required to use its
allocation headers.

https://github.com/boostorg/container/blob/develop/build/Jamfile.v2
http://www.boost.org/doc/libs/1_64_0/doc/html/container.html

Right now its impossible to use headers like
 because a corresponding library is
missing.

I guess something like libboost-container-dev is needed.

Thanks in advance.

** Affects: boost-defaults (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  boost_container.so missing

Status in boost-defaults package in Ubuntu:
  New

Bug description:
  Boost.Container uses a compiled library which is required to use its
  allocation headers.

  https://github.com/boostorg/container/blob/develop/build/Jamfile.v2
  http://www.boost.org/doc/libs/1_64_0/doc/html/container.html

  Right now its impossible to use headers like
   because a corresponding library is
  missing.

  I guess something like libboost-container-dev is needed.

  Thanks in advance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost-defaults/+bug/1708264/+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 1708258] [NEW] Download dialog shows three download statuses

2017-08-02 Thread Reverend_of_War
Public bug reported:

When downloading something, it will show three identical download status
for one item. It seems to be purely cosmetic, everything works fine.

Even the download drop down menu shows the same three download statuses
causing the dialog boxes to appear quite bloated.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: firefox 54.0+build3-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  soundconjurer   2476 F pulseaudio
BuildID: 20170612122310
Channel: Unavailable
CurrentDesktop: Unity
Date: Wed Aug  2 15:01:58 2017
ExecutablePath: /usr/lib/firefox/firefox
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-07-13 (20 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
IpRoute:
 default via 192.168.1.2 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.149  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-08730eb9-1fab-46b9-b951-0aeca2170317
PrefSources: prefs.js
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=54.0/20170612122310 (In use)
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs:
 bp-08730eb9-1fab-46b9-b951-0aeca2170317
 bp-9e353472-4961-46d3-9785-8e96e2170316
 bp-2f30f08a-15fd-4e03-a09d-db3682170316
 bp-e21c74ff-23ee-4f85-a5f2-696372170316
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/04/2013
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: P09RAL
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: NP520U4C-A01UB
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: FAB1
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP09RAL:bd11/04/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn520U4C/520U4X:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP520U4C-A01UB:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
dmi.product.name: 520U4C/520U4X
dmi.product.version: 0.1
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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


** Tags: amd64 apport-bug xenial

** Attachment added: "Download dialog shows three of the same download progress 
bars"
   
https://bugs.launchpad.net/bugs/1708258/+attachment/4926130/+files/Firefox%20Download%20Dialog.png

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

Title:
  Download dialog shows three download statuses

Status in firefox package in Ubuntu:
  New

Bug description:
  When downloading something, it will show three identical download
  status for one item. It seems to be purely cosmetic, everything works
  fine.

  Even the download drop down menu shows the same three download
  statuses causing the dialog boxes to appear quite bloated.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 54.0+build3-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
  Uname: Linux 4.10.0-28-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  soundconjurer   2476 F pulseaudio
  BuildID: 20170612122310
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Wed Aug  2 15:01:58 2017
  ExecutablePath: /usr/lib/firefox/firefox
  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-07-13 (20 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  IpRoute:
   default via 192.168.1.2 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.149  
metric 600 
   192.168.122.0/24 dev 

[Desktop-packages] [Bug 1708242] Re: Não é possível fazer o "full-upgrade" corretamente....

2017-08-02 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 xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1708242

Title:
  Não é possível fazer o "full-upgrade" corretamente

Status in xorg package in Ubuntu:
  New

Bug description:
  Erro ao fazer o upgradeDificuldade em efetivar as atualizações...

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-88.111-generic 4.4.76
  Uname: Linux 4.4.0-88-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Aug  2 15:26:35 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:0651]
  InstallationDate: Installed on 2017-07-06 (27 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: Dell Inc. Inspiron 3542
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-88-generic 
root=/dev/mapper/ubuntu--vg-root ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/13/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 0P8H6J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A12
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd05/13/2016:svnDellInc.:pnInspiron3542:pvrNotSpecified:rvnDellInc.:rn0P8H6J:rvrA12:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3542
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.3
  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: Wed Aug  2 14:29:04 2017
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1110 
   vendor LGD
  xserver.version: 2:1.18.4-0ubuntu0.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1708242/+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 1708177] Re: erros de atualização e erros internos

2017-08-02 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 xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1708177

Title:
  erros de atualização e erros  internos

Status in xorg package in Ubuntu:
  New

Bug description:
  Incompatibilidade entre versões de interface diferentes...

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-88.111-generic 4.4.76
  Uname: Linux 4.4.0-88-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Aug  2 10:53:25 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:0651]
  InstallationDate: Installed on 2017-07-06 (26 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: Dell Inc. Inspiron 3542
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-88-generic 
root=/dev/mapper/ubuntu--vg-root ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/13/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 0P8H6J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A12
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd05/13/2016:svnDellInc.:pnInspiron3542:pvrNotSpecified:rvnDellInc.:rn0P8H6J:rvrA12:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3542
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.3
  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: Wed Aug  2 10:47:31 2017
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1110 
   vendor LGD
  xserver.version: 2:1.18.4-0ubuntu0.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1708177/+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 1708179] Re: Has Sum incorreto e diversos erros de atualizações...

2017-08-02 Thread Seth Arnold
Please file a new bug with "ubuntu-bug apt" for the hash sum mismatches.

Thanks

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

Title:
  Has Sum incorreto e diversos erros de atualizações...

Status in xorg package in Ubuntu:
  New

Bug description:
  Conflito entre interfaces e Terminais diferentes ?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-88.111-generic 4.4.76
  Uname: Linux 4.4.0-88-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Aug  2 11:10:22 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:0651]
  InstallationDate: Installed on 2017-07-06 (26 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: Dell Inc. Inspiron 3542
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-88-generic 
root=/dev/mapper/ubuntu--vg-root ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/13/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 0P8H6J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A12
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd05/13/2016:svnDellInc.:pnInspiron3542:pvrNotSpecified:rvnDellInc.:rn0P8H6J:rvrA12:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3542
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.3
  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: Wed Aug  2 10:47:31 2017
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1110 
   vendor LGD
  xserver.version: 2:1.18.4-0ubuntu0.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1708179/+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 1708179] Re: Has Sum incorreto e diversos erros de atualizações...

2017-08-02 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 xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1708179

Title:
  Has Sum incorreto e diversos erros de atualizações...

Status in xorg package in Ubuntu:
  New

Bug description:
  Conflito entre interfaces e Terminais diferentes ?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-88.111-generic 4.4.76
  Uname: Linux 4.4.0-88-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Aug  2 11:10:22 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:0651]
  InstallationDate: Installed on 2017-07-06 (26 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: Dell Inc. Inspiron 3542
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-88-generic 
root=/dev/mapper/ubuntu--vg-root ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/13/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 0P8H6J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A12
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd05/13/2016:svnDellInc.:pnInspiron3542:pvrNotSpecified:rvnDellInc.:rn0P8H6J:rvrA12:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3542
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.3
  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: Wed Aug  2 10:47:31 2017
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1110 
   vendor LGD
  xserver.version: 2:1.18.4-0ubuntu0.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1708179/+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 1708224] Re: Firefox is out of date in artful

2017-08-02 Thread cpatrick08
Thanks for the quick response

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

Title:
  Firefox is out of date in artful

Status in firefox package in Ubuntu:
  New

Bug description:
  In artful is on version 50 and Firefox upstream is at version 54.
  Firefox on every other version of Ubuntu is at version 54.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1708224/+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 1708224] Re: Firefox is out of date in artful

2017-08-02 Thread Hans Joachim Desserud
Thanks for taking your time to report this issue and help making Ubuntu
better.

Firefox 54.0+build3-0ubuntu1 is in artful-proposed, but hasn't migrated
to the release archive. (Possibly due to the build failing on some
architectures, see
https://launchpad.net/ubuntu/+source/firefox/54.0+build3-0ubuntu1)

** Tags added: upgrade-software-version

** Tags added: artful

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

Title:
  Firefox is out of date in artful

Status in firefox package in Ubuntu:
  New

Bug description:
  In artful is on version 50 and Firefox upstream is at version 54.
  Firefox on every other version of Ubuntu is at version 54.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1708224/+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 1708224] [NEW] Firefox is out of date in artful

2017-08-02 Thread cpatrick08
*** This bug is a security vulnerability ***

Public security bug reported:

In artful is on version 50 and Firefox upstream is at version 54.
Firefox on every other version of Ubuntu is at version 54.

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

** Information type changed from Private Security to Public Security

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

Title:
  Firefox is out of date in artful

Status in firefox package in Ubuntu:
  New

Bug description:
  In artful is on version 50 and Firefox upstream is at version 54.
  Firefox on every other version of Ubuntu is at version 54.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1708224/+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 1708193] Re: Displays error "authentification required" in normal workflow

2017-08-02 Thread Bug Watch Updater
** Changed in: gnome-software
   Status: Unknown => Confirmed

** Changed in: gnome-software
   Importance: Unknown => Medium

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

Title:
  Displays error "authentification required" in normal workflow

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

Bug description:
  Using gnome-software 3.25.4 on a new artful installation
  - open gnome-software
  - look for a snap and click on it
  - click on install

  g-s prompts you to enter an ubuntu account credential to connect to
  the store, that's right and works fine but at the same time it
  displays an error message at the top of the window which is confusing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1708193/+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 1708201] Re: gnome-calendar does not use the proper system timezone

2017-08-02 Thread Ben Yanke
** Bug watch added: GNOME Bug Tracker #785743
   https://bugzilla.gnome.org/show_bug.cgi?id=785743

** Also affects: gnome-calendar via
   https://bugzilla.gnome.org/show_bug.cgi?id=785743
   Importance: Unknown
   Status: Unknown

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

Title:
  gnome-calendar does not use the proper system timezone

Status in GNOME Calendar:
  Unknown
Status in gnome-calendar package in Ubuntu:
  New

Bug description:
  Calendar source: 
  Evolution (exchange calendar via evolution-ews)

  In evolution, the calendar properly shows events in my timezone (CST).
  For example, Event1 at 9:30am and Event2 at 3pm (actual examples, just
  changed names).

  In gnome-calendar, these events show up at 4:30am and 10am,
  respectively. This issue also appears in the California calendar.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-calendar 3.20.4-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.10.0-27.30~16.04.2-generic 4.10.17
  Uname: Linux 4.10.0-27-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Aug  2 11:29:21 2017
  ExecutablePath: /usr/bin/gnome-calendar
  InstallationDate: Installed on 2017-07-03 (29 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  ProcEnviron:
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
   LANGUAGE=en_US
   PATH=(custom, user)
   LANG=en_US.UTF-8
  SourcePackage: gnome-calendar
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1708201/+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 1708201] [NEW] gnome-calendar does not use the proper system timezone

2017-08-02 Thread Ben Yanke
Public bug reported:

Calendar source: 
Evolution (exchange calendar via evolution-ews)

In evolution, the calendar properly shows events in my timezone (CST).
For example, Event1 at 9:30am and Event2 at 3pm (actual examples, just
changed names).

In gnome-calendar, these events show up at 4:30am and 10am,
respectively. This issue also appears in the California calendar.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-calendar 3.20.4-0ubuntu0.1
ProcVersionSignature: Ubuntu 4.10.0-27.30~16.04.2-generic 4.10.17
Uname: Linux 4.10.0-27-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Aug  2 11:29:21 2017
ExecutablePath: /usr/bin/gnome-calendar
InstallationDate: Installed on 2017-07-03 (29 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
ProcEnviron:
 XDG_RUNTIME_DIR=
 SHELL=/bin/bash
 LANGUAGE=en_US
 PATH=(custom, user)
 LANG=en_US.UTF-8
SourcePackage: gnome-calendar
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  gnome-calendar does not use the proper system timezone

Status in gnome-calendar package in Ubuntu:
  New

Bug description:
  Calendar source: 
  Evolution (exchange calendar via evolution-ews)

  In evolution, the calendar properly shows events in my timezone (CST).
  For example, Event1 at 9:30am and Event2 at 3pm (actual examples, just
  changed names).

  In gnome-calendar, these events show up at 4:30am and 10am,
  respectively. This issue also appears in the California calendar.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-calendar 3.20.4-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.10.0-27.30~16.04.2-generic 4.10.17
  Uname: Linux 4.10.0-27-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Aug  2 11:29:21 2017
  ExecutablePath: /usr/bin/gnome-calendar
  InstallationDate: Installed on 2017-07-03 (29 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  ProcEnviron:
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
   LANGUAGE=en_US
   PATH=(custom, user)
   LANG=en_US.UTF-8
  SourcePackage: gnome-calendar
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1708201/+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 1707352] Re: the change from libsane to libsane1 broke many (all?) 3rd party plug-ins for sane

2017-08-02 Thread PeterPall
I don't know all makers of scanners that aren't supported by a stock
sane. Also if I wrote a mail to i...@epson.co.jp or i...@brother.com
telling them that their driver doesn't work with the newest experimental
package from debian, but that I don't know any details what has changed
I don't expect them to panick and to do something.

The "provides" looks like being a first step, though, if the two
libraries are in fact compatible to each other: This would at least
allow to install scanner drivers from 3rd party manufacturers.

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

Title:
  the change from libsane to libsane1 broke many (all?) 3rd party plug-
  ins for sane

Status in sane-backends package in Ubuntu:
  New
Status in sane-backends package in Debian:
  Fix Released

Bug description:
  I don't know if that can be prevented in the long run. But both brscan
  (for my brother scanner) and iscan (for my epson scanners) have been
  broken by the change from libsane to libsane1. For iscan I have
  unpackaged the debian package, changed the dependency it contains from
  libsane to libsane1 and installed the changed package. But even then
  my epson scanners no more work leaving me without any scanner =>
  Reporting a bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: libsane1 1.0.27-1~experimental1ubuntu2
  Uname: Linux 4.13.0-041300rc2-lowlatency x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  Date: Sat Jul 29 08:38:15 2017
  EcryptfsInUse: Yes
  SourcePackage: sane-backends
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352/+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 1708193] Re: Displays error "authentification required" in normal workflow

2017-08-02 Thread Sebastien Bacher
Reported upstream with a screenshot, https://bug785741.bugzilla-
attachments.gnome.org/attachment.cgi?id=356791

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => Low

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

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

** Also affects: gnome-software via
   https://bugzilla.gnome.org/show_bug.cgi?id=785741
   Importance: Unknown
   Status: Unknown

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

Title:
  Displays error "authentification required" in normal workflow

Status in GNOME Software:
  Unknown
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  Using gnome-software 3.25.4 on a new artful installation
  - open gnome-software
  - look for a snap and click on it
  - click on install

  g-s prompts you to enter an ubuntu account credential to connect to
  the store, that's right and works fine but at the same time it
  displays an error message at the top of the window which is confusing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1708193/+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 1708193] [NEW] Displays error "authentification required" in normal workflow

2017-08-02 Thread Sebastien Bacher
Public bug reported:

Using gnome-software 3.25.4 on a new artful installation
- open gnome-software
- look for a snap and click on it
- click on install

g-s prompts you to enter an ubuntu account credential to connect to the
store, that's right and works fine but at the same time it displays an
error message at the top of the window which is confusing

** Affects: gnome-software
 Importance: Unknown
 Status: Unknown

** Affects: gnome-software (Ubuntu)
 Importance: Low
 Status: Triaged

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

Title:
  Displays error "authentification required" in normal workflow

Status in GNOME Software:
  Unknown
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  Using gnome-software 3.25.4 on a new artful installation
  - open gnome-software
  - look for a snap and click on it
  - click on install

  g-s prompts you to enter an ubuntu account credential to connect to
  the store, that's right and works fine but at the same time it
  displays an error message at the top of the window which is confusing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1708193/+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 1641912] Re: Please backport two recent-manager patches

2017-08-02 Thread Etienne Papegnies
Tested the POC against version 2.24.30-1ubuntu1.16.04.2 from xenial-proposed.
Updated package fixes the bug.

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

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

Title:
  Please backport two recent-manager patches

Status in GTK+:
  Fix Released
Status in gtk+2.0 package in Ubuntu:
  Fix Released
Status in gtk+2.0 source package in Xenial:
  Fix Committed
Status in gtk+2.0 source package in Yakkety:
  Won't Fix
Status in gtk+2.0 source package in Zesty:
  Fix Committed
Status in gtk+2.0 source package in Artful:
  Fix Released

Bug description:
  [Impact]

  Without these fixes, a specially crafted GTK program can cause a
  Denial of Service attack on any machine with open GTK programs.

  [Test Case]

  In the GitHub issue against mate-panel, an individual with the GitHub
  username clbr wrote a Proof of Concept that can be used to demonstrate
  that this bug is affecting the system, and this is found here:
  http://pastebin.ca/3733209

  The commenter reports that the Proof of Concept can be built with the 
following command:
  gcc -o killer killer.c `pkg-config --cflags --libs gtk+-2.0`

  [Regression Potential]

  This fix has been uploaded to Artful and has passed to artful-release,
  causing no installability problems or autopkgtest regressions.

  As for the fix itself, there was already a regression spotted, but the
  patch fixing that regression has been spotted and also fixed in this
  upload. Since it is putting a limit on the list's size, although this
  is highly unlikely at this point in time, epgfm on the GitHub issue
  points out the following:

  "...

  However, the incoming fix set a large number of items (1000) as a hard
  limit.

  ...

  Does an application really needs to store 1K recent files? I think
  even the badassest screen you can possibly buy now wouldn't have
  enough vertical space to display them all."

  Should there be the unlikely event that a program needs to use that
  many recent files, the program will have some issues, but that is a
  bug in the program that needs to use that many recent files, not GTK
  itself.

  tl;dr low regression potential, where there will be regressions is
  excessively large GTK programs, but that is a bug in the program
  itself for taking up that much space, not GTK.

  [Original Description]

  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=a3b2d6a65be9f592de9570c227df00f910167e9e
  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=35871edb318083b2d7e4758cbdaad6109eed60ca

  Please apply/backport these two patches from the 2.24 branch. They fix a 
memory DOS, originally reported against mate-panel here:
  https://github.com/mate-desktop/mate-panel/issues/479

  For the GTK3 version of this bug, see bug 1641914
  Note that MATE is GTK2 only for Ubuntu 16.04 LTS.

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

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


[Desktop-packages] [Bug 1667198] Re: gpu-manager should also support using custom xorg.conf files for Nvidia

2017-08-02 Thread Alberto Milone
Please accept ubuntu-drivers-common (1:0.4.22.1) into zesty-proposed.

** Changed in: ubuntu-drivers-common (Ubuntu Xenial)
   Status: Incomplete => Fix Committed

** Changed in: ubuntu-drivers-common (Ubuntu Zesty)
   Status: In Progress => Fix Committed

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

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

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

Bug description:
  SRU Request:

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

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

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

  2) Install the nvidia driver.

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

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

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

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

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

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

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

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

  Needed by LP: #1653592

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1667198/+subscriptions

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


[Desktop-packages] [Bug 1608277] Re: The text below desktop icons is not displayed correctly

2017-08-02 Thread Vlad Orlov
*** This bug is a duplicate of bug 1598316 ***
https://bugs.launchpad.net/bugs/1598316

** Project changed: linuxmint => gtk2-engines-murrine (Ubuntu)

** This bug has been marked a duplicate of bug 1598316
   gtk2-engines-murrine desktop text shadow problem

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

Title:
  The text below desktop icons is not displayed correctly

Status in gtk2-engines-murrine package in Ubuntu:
  New

Bug description:
  1. I am using Linux Mint 18 XFCE Beta version.

  2. A problem occured when I installed all the updates for my OS
  through the update manager.

  3. Text under desktop icons is moved to the left of where it is
  supposed to be and I could not find a way to fix the issue.

  4. Text under desktop icons should be on its place (the problem was
  not persistent in the install version... it happened after the
  updates.

  5. A problem persists from the day I installed Linux Mint 18 XFCE Beta
  edition on the machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-murrine/+bug/1608277/+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 1608277] Re: The text below desktop icons is not displayed correctly

2017-08-02 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1598316 ***
https://bugs.launchpad.net/bugs/1598316

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gtk2-engines-murrine (Ubuntu)
   Status: New => Confirmed

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

Title:
  The text below desktop icons is not displayed correctly

Status in gtk2-engines-murrine package in Ubuntu:
  New

Bug description:
  1. I am using Linux Mint 18 XFCE Beta version.

  2. A problem occured when I installed all the updates for my OS
  through the update manager.

  3. Text under desktop icons is moved to the left of where it is
  supposed to be and I could not find a way to fix the issue.

  4. Text under desktop icons should be on its place (the problem was
  not persistent in the install version... it happened after the
  updates.

  5. A problem persists from the day I installed Linux Mint 18 XFCE Beta
  edition on the machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-murrine/+bug/1608277/+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 1608277] [NEW] The text below desktop icons is not displayed correctly

2017-08-02 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

1. I am using Linux Mint 18 XFCE Beta version.

2. A problem occured when I installed all the updates for my OS through
the update manager.

3. Text under desktop icons is moved to the left of where it is supposed
to be and I could not find a way to fix the issue.

4. Text under desktop icons should be on its place (the problem was not
persistent in the install version... it happened after the updates.

5. A problem persists from the day I installed Linux Mint 18 XFCE Beta
edition on the machine.

** Affects: gtk2-engines-murrine (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bug desktop mint-y text xfce
-- 
The text below desktop icons is not displayed correctly
https://bugs.launchpad.net/bugs/1608277
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to gtk2-engines-murrine 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 1667198] Re: gpu-manager should also support using custom xorg.conf files for Nvidia

2017-08-02 Thread Alberto Milone
** Also affects: ubuntu-drivers-common (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-drivers-common (Ubuntu Zesty)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Changed in: ubuntu-drivers-common (Ubuntu Zesty)
   Status: New => In Progress

** Changed in: ubuntu-drivers-common (Ubuntu Zesty)
   Importance: Undecided => Critical

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

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

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

Bug description:
  SRU Request:

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

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

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

  2) Install the nvidia driver.

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

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

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

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

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

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

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

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

  Needed by LP: #1653592

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1667198/+subscriptions

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


[Desktop-packages] [Bug 82720] Re: ping doing LOTS of useless dns request

2017-08-02 Thread David Heidelberg
Can someone confirm these days - 2016 - 2017 ?

Best with https://github.com/iputils/iputils

Thank you!

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

Title:
  ping doing LOTS of useless dns request

Status in iputils package in Ubuntu:
  Confirmed

Bug description:
  Description:
  When the user is doing "ping -f myhostname.tld", ping does a ipaddr->hostname 
request at EACH packet. Which is quite a lot when used with a -f option.
  Moreover it is quite useless as when used with -f, ping doesnt display the 
result of the ipaddr->hostname, but only a single dot per packet.

  - I discovered this when implementing a nss plugin (/etc/nsswitch.conf kindof 
stuff).
  - I dunno the actual impact of this, just seems like very inefficient.
- But if the nss plugin doesn't have an request cache, this will become 
quite a
  denial of service for this service

  -gjarboni's addition--

  Actually, this can be a lot worse in certain cases. For example, try
  pinging dnstest.bigjar.com. You can't reproduce this in text but what
  happens is:

  Pinging machine sends out ICMP echo request
  Pinging machine sends out in-addr.arpa DNS query (ip address -> DNS name)
  Pinging machine receives NXDOMAIN (no such record) from DNS server
   -- 5 to 10 seconds pass --
  Pinging machine prints:
  64 bytes from 12.173.97.1: icmp_seq=1 ttl=252 time=20.9 ms

  This happens for every packet. If you interrupt ping during the 5 to
  10 second period it will print the "64 bytes from ..." bit before
  returning to the shell prompt.

  I shudder to imagine someone trying to walk a user through testing
  connectivity with this bug. It also occurs in Debian 4.0.

  I have packet traces and a much more detailed write up if anyone is
  interested. This bug doesn't happen with all IP addresses that don't
  have a hostname associated with them, just certain ones, but it
  appears to specific to certain name servers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/82720/+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 1641912] Re: Please backport two recent-manager patches

2017-08-02 Thread Etienne Papegnies
Tested the POC against version 2.24.31-1ubuntu1.1 from zesty-proposed.
Updated package fixes the bug.

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

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

Title:
  Please backport two recent-manager patches

Status in GTK+:
  Fix Released
Status in gtk+2.0 package in Ubuntu:
  Fix Released
Status in gtk+2.0 source package in Xenial:
  Fix Committed
Status in gtk+2.0 source package in Yakkety:
  Won't Fix
Status in gtk+2.0 source package in Zesty:
  Fix Committed
Status in gtk+2.0 source package in Artful:
  Fix Released

Bug description:
  [Impact]

  Without these fixes, a specially crafted GTK program can cause a
  Denial of Service attack on any machine with open GTK programs.

  [Test Case]

  In the GitHub issue against mate-panel, an individual with the GitHub
  username clbr wrote a Proof of Concept that can be used to demonstrate
  that this bug is affecting the system, and this is found here:
  http://pastebin.ca/3733209

  The commenter reports that the Proof of Concept can be built with the 
following command:
  gcc -o killer killer.c `pkg-config --cflags --libs gtk+-2.0`

  [Regression Potential]

  This fix has been uploaded to Artful and has passed to artful-release,
  causing no installability problems or autopkgtest regressions.

  As for the fix itself, there was already a regression spotted, but the
  patch fixing that regression has been spotted and also fixed in this
  upload. Since it is putting a limit on the list's size, although this
  is highly unlikely at this point in time, epgfm on the GitHub issue
  points out the following:

  "...

  However, the incoming fix set a large number of items (1000) as a hard
  limit.

  ...

  Does an application really needs to store 1K recent files? I think
  even the badassest screen you can possibly buy now wouldn't have
  enough vertical space to display them all."

  Should there be the unlikely event that a program needs to use that
  many recent files, the program will have some issues, but that is a
  bug in the program that needs to use that many recent files, not GTK
  itself.

  tl;dr low regression potential, where there will be regressions is
  excessively large GTK programs, but that is a bug in the program
  itself for taking up that much space, not GTK.

  [Original Description]

  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=a3b2d6a65be9f592de9570c227df00f910167e9e
  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=35871edb318083b2d7e4758cbdaad6109eed60ca

  Please apply/backport these two patches from the 2.24 branch. They fix a 
memory DOS, originally reported against mate-panel here:
  https://github.com/mate-desktop/mate-panel/issues/479

  For the GTK3 version of this bug, see bug 1641914
  Note that MATE is GTK2 only for Ubuntu 16.04 LTS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1641912/+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 500730] Re: ping6 -Q "Flowinfo is not supported"

2017-08-02 Thread David Heidelberg
PLEASE CLOSE,

should be fixed for long time.

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

Title:
  ping6 -Q "Flowinfo is not supported"

Status in iputils package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: iputils-ping

  The man page suggests that the -Q option should set the Traffic Class octet 
in the IPv6 header. However when -Q is used, the following error is given:
  $ ping6 -Q 0x02 ::1
  Flowinfo is not supported.

  This is probably an upstream issue, but I'm not sure how to feed this
  back to whoever they are.

  Environmental info:

  $ lsb_release -rd
  Description:  Ubuntu 9.10
  Release:  9.10
  $ sudo apt-cache search ping6
  iputils-ping - Tools to test the reachability of network hosts
  $ sudo apt-cache policy iputils-ping
  iputils-ping:
Installed: 3:20071127-1build1
Candidate: 3:20071127-1build1
Version table:
   *** 3:20071127-1build1 0
  500 http://nz.archive.ubuntu.com karmic/main Packages
  100 /var/lib/dpkg/status
  $ uname -a
  Linux boots 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:02:15 UTC 2009 
x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/500730/+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 957449] Re: clockdiff fails if its pid is over 65535

2017-08-02 Thread David Heidelberg
THIS BUG IS FIXED in every version _AFTER_ 08.11.2012 (commit
7eef4fa8946ae7dc235d1af86e5d6ded46f21835 ).

Please CLOSE.

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

Title:
  clockdiff fails if its pid is over 65535

Status in iputils package in Ubuntu:
  New

Bug description:
  Clockdiff calls getpid() to get a unique id and stores it into an int
  named "id".  This id is then stored into a 16 bit field in packets it
  sends out, and when it receives replies it compares the received id
  with the int "id" to determine if the packet should be discarded or
  not.

  If getpid() returns a pid higher than 65535, all packets are
  discarded.

  I fixed it with a patch like this:

  
  diff --git a/clockdiff.c b/clockdiff.c
  index 00b8d33..8a03419 100644
  --- a/clockdiff.c
  +++ b/clockdiff.c
  @@ -95,7 +95,7 @@ int in_cksum(u_short *addr, int len)
   
   
   int interactive = 0;
  -int id;
  +u_int16_t id;
   int sock;
   int sock_raw;
   struct sockaddr_in server;

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: iputils-clockdiff 3:20100418-2ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-32.66-generic 2.6.35.14
  Uname: Linux 2.6.35-32-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Fri Mar 16 22:32:57 2012
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: iputils

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/957449/+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 447136] Re: package iputils-tracepath 3:20071127-1build1 failed to install/upgrade: underprocess installerade post-installation-skript gav felkod 2

2017-08-02 Thread David Heidelberg
Maybe you could close this bug.

so please, CLOSE BUG.

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

Title:
  package iputils-tracepath 3:20071127-1build1 failed to
  install/upgrade: underprocess installerade post-installation-skript
  gav felkod 2

Status in iputils package in Ubuntu:
  New

Bug description:
  error occured during upgrade from ubuntu 9.04 to 9.10

  ProblemType: Package
  Architecture: i386
  Date: Fri Oct  9 12:40:48 2009
  DistroRelease: Ubuntu 9.10
  ErrorMessage: underprocess installerade post-installation-skript gav felkod 2
  Package: iputils-tracepath 3:20071127-1build1
  ProcVersionSignature: Ubuntu 2.6.31-12.41-generic
  SourcePackage: iputils
  Title: package iputils-tracepath 3:20071127-1build1 failed to 
install/upgrade: underprocess installerade post-installation-skript gav felkod 2
  Uname: Linux 2.6.31-12-generic i686

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

2017-08-02 Thread Olivier Tilloy
** Changed in: chromium-browser (Ubuntu)
 Assignee: yoyo (2002ya) => (unassigned)

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

Title:
  Chromium

Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  In certain site flashes the screen.
  Both Chromium and stable Chrome 
  Chromium  50.0.2661.102 (Versão do desenvolvedor) Ubuntu 16.04 64 bits
  Revisão   496034c629901db4564ba5613e2d736635eeb082
  SOLinux 
  Blink 537.36 (@496034c629901db4564ba5613e2d736635eeb082)
  JavaScriptV8 5.0.71.48
  Flash 21.0.0.216
  Agente do usuário Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 
(KHTML, like Gecko) Ubuntu Chromium/50.0.2661.102 Chrome/50.0.2661.102 
Safari/537.36
  Linha de comando  /usr/lib/chromium-browser/chromium-browser 
--ppapi-flash-path=/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so 
--ppapi-flash-version=21.0.0.216 --enable-pinch 
--ppapi-flash-path=/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so 
--ppapi-flash-version=21.0.0.216 --enable-pinch --window-depth=24 
--flag-switches-begin --flag-switches-end
  Caminho do executável /usr/lib/chromium-browser/chromium-browser
  Caminho de perfil /home/leandro/.config/chromium/Default
  Variações 16e0dd70-3f4a17df
  f19a86b5-55d854e7
  930c120f-3f4a17df
  cf5ed6e1-3f4a17df
  775ebbd7-3f4a17df
  dd4da2fc-3f4a17df
  64cbdfc2-3f4a17df
  f5dd6118-2f5721af
  4ea303a6-3f4a17df
  fa99bb73-3f4a17df
  dbffab5d-f51b51
  30e679f-3f4a17df
  c8b9b12d-d93a0620
  867c4c68-3f4a17df
  12a73824-3f4a17df

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1584506/+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 483803] Re: Spelling error in rdisc.c error message

2017-08-02 Thread David Heidelberg
Time to CLOSE this bug?

It's fixed UPSTREAM, long time ago.

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

Title:
  Spelling error in rdisc.c error message

Status in iputils package in Ubuntu:
  Confirmed
Status in iputils package in Debian:
  Fix Released

Bug description:
  Spelling error appears in error message displayed to the user.
  diff below is difference between original file and my own fixed version.

  
  diff rdisc.c rdisc.fc
  390c390
  < (void) fprintf(stderr, "Extra paramaters\n");
  ---
  > (void) fprintf(stderr, "Extra parameters\n");

  
  Version information
  apt-cache policy iputils-ping
  iputils-ping:
Installed: 3:20071127-1
Candidate: 3:20071127-1
Version table:
   *** 3:20071127-1 0
  500 http://archive.ubuntu.com intrepid/main Packages
  100 /var/lib/dpkg/status

  Ubuntu 8.10

  ProblemType: Bug
  Architecture: i386
  Dependencies:
   libgcc1 1:4.3.2-1ubuntu12
   gcc-4.3-base 4.3.2-1ubuntu12
   findutils 4.4.0-2ubuntu3
   libc6 2.8~20080505-0ubuntu7
  DistroRelease: Ubuntu 8.10
  Package: iputils-ping 3:20071127-1
  ProcEnviron:
   
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: iputils
  Uname: Linux 2.6.27-7-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/483803/+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 1616750] Re: gnome-terminal regression: title cannot be set

2017-08-02 Thread Vlad Orlov
*** This bug is a duplicate of bug 1577927 ***
https://bugs.launchpad.net/bugs/1577927

** Project changed: linuxmint => gnome-terminal (Ubuntu)

** This bug has been marked a duplicate of bug 1577927
   After upgrade, can no longer set tab titles

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

Title:
  gnome-terminal regression: title cannot be set

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  Severe breakage & regression in gnome-terminal 3.18.3: the title
  cannot be set anymore.

  Has it ever occured to the shining light that removed this feature
  that gnome-terminal might be called with an "--execute command"
  argument, and that the user might wish to set its title to the name of
  that command?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1616750/+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 1680541] Re: iputils-ping ping -I IPADDRESS not working in iputils-s20150815

2017-08-02 Thread David Heidelberg
With latest -git version it works for me, could you check it? [1]

[1] https://github.com/iputils/iputils

Maybe ubuntu will need some backport.

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

Title:
  iputils-ping ping -I IPADDRESS not working in iputils-s20150815

Status in iputils package in Ubuntu:
  New

Bug description:
  command 
  ping -I 10.10.10.254 10.10.10.1
  ping: unknown iface 10.10.10.254

  it works though when using -I Iface name (ex. eth2)

  
  Seen on:

  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=16.10
  DISTRIB_CODENAME=yakkety
  DISTRIB_DESCRIPTION="Ubuntu 16.10"
  NAME="Ubuntu"
  VERSION="16.10 (Yakkety Yak)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 16.10"
  VERSION_ID="16.10"
  HOME_URL="http://www.ubuntu.com/;
  SUPPORT_URL="http://help.ubuntu.com/;
  BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="http://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=yakkety
  UBUNTU_CODENAME=yakkety
  sqa@simubu16:~/devel/iputils$ uname -a
  Linux simubu16 4.8.0-22-generic #24-Ubuntu SMP Sat Oct 8 09:15:00 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux
  sqa@simubu16:~/devel/iputils$ ping -V
  ping utility, iputils-s20150815
  sqa@simubu16:~/devel/iputils$

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/1680541/+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 1616750] [NEW] gnome-terminal regression: title cannot be set

2017-08-02 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Severe breakage & regression in gnome-terminal 3.18.3: the title cannot
be set anymore.

Has it ever occured to the shining light that removed this feature that
gnome-terminal might be called with an "--execute command" argument, and
that the user might wish to set its title to the name of that command?

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

-- 
gnome-terminal regression: title cannot be set
https://bugs.launchpad.net/bugs/1616750
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to gnome-terminal 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 1584506] Re: Chromium

2017-08-02 Thread yoyo
** Changed in: chromium-browser (Ubuntu)
 Assignee: (unassigned) => yoyo (2002ya)

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

Title:
  Chromium

Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  In certain site flashes the screen.
  Both Chromium and stable Chrome 
  Chromium  50.0.2661.102 (Versão do desenvolvedor) Ubuntu 16.04 64 bits
  Revisão   496034c629901db4564ba5613e2d736635eeb082
  SOLinux 
  Blink 537.36 (@496034c629901db4564ba5613e2d736635eeb082)
  JavaScriptV8 5.0.71.48
  Flash 21.0.0.216
  Agente do usuário Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 
(KHTML, like Gecko) Ubuntu Chromium/50.0.2661.102 Chrome/50.0.2661.102 
Safari/537.36
  Linha de comando  /usr/lib/chromium-browser/chromium-browser 
--ppapi-flash-path=/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so 
--ppapi-flash-version=21.0.0.216 --enable-pinch 
--ppapi-flash-path=/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so 
--ppapi-flash-version=21.0.0.216 --enable-pinch --window-depth=24 
--flag-switches-begin --flag-switches-end
  Caminho do executável /usr/lib/chromium-browser/chromium-browser
  Caminho de perfil /home/leandro/.config/chromium/Default
  Variações 16e0dd70-3f4a17df
  f19a86b5-55d854e7
  930c120f-3f4a17df
  cf5ed6e1-3f4a17df
  775ebbd7-3f4a17df
  dd4da2fc-3f4a17df
  64cbdfc2-3f4a17df
  f5dd6118-2f5721af
  4ea303a6-3f4a17df
  fa99bb73-3f4a17df
  dbffab5d-f51b51
  30e679f-3f4a17df
  c8b9b12d-d93a0620
  867c4c68-3f4a17df
  12a73824-3f4a17df

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1584506/+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 1700413] Re: ping deviation report negative number if rtt reaches 8 min.

2017-08-02 Thread David Heidelberg
Could you check latest upstream version? [1]

Lastest commit in branch negative_fix should make it OK :)

Please report, thank you!
 

[1] https://github.com/iputils/iputils/commits/negative_fix

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

Title:
  ping deviation report negative number if rtt reaches 8 min.

Status in iputils package in Ubuntu:
  New

Bug description:
  On Ubuntu 16.04.2: If ping time reaches 8 min. with over 600 echo
  requests on a lossy internet access, an overflow can happen resulting
  in a negative mdev value.

  The second bug triggered by this bug shows a minus sign after the
  decimal separator.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: iputils-ping 3:20121221-5ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-81.104-generic 4.4.67
  Uname: Linux 4.4.0-81-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jun 25 22:08:25 2017
  SourcePackage: iputils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iputils/+bug/1700413/+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 1708170] [NEW] pitivi does not show in HUD for "video"

2017-08-02 Thread Rolf Leggewie
Public bug reported:

pitivi (at least in trusty) does not show in the Unity HUD when
searching for "video".  I assume this lack in the .desktop file affects
other search paths as well.

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

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

Title:
  pitivi does not show in HUD for "video"

Status in pitivi package in Ubuntu:
  New

Bug description:
  pitivi (at least in trusty) does not show in the Unity HUD when
  searching for "video".  I assume this lack in the .desktop file
  affects other search paths as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/1708170/+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 1641912] Re: Please backport two recent-manager patches

2017-08-02 Thread Łukasz Zemczak
Hello Curaga, or anyone else affected,

Accepted gtk+2.0 into xenial-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/gtk+2.0/2.24.30-1ubuntu1.16.04.2 in
a few hours, and then in the -proposed repository.

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

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

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

** Changed in: gtk+2.0 (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-xenial

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

Title:
  Please backport two recent-manager patches

Status in GTK+:
  Fix Released
Status in gtk+2.0 package in Ubuntu:
  Fix Released
Status in gtk+2.0 source package in Xenial:
  Fix Committed
Status in gtk+2.0 source package in Yakkety:
  Won't Fix
Status in gtk+2.0 source package in Zesty:
  Fix Committed
Status in gtk+2.0 source package in Artful:
  Fix Released

Bug description:
  [Impact]

  Without these fixes, a specially crafted GTK program can cause a
  Denial of Service attack on any machine with open GTK programs.

  [Test Case]

  In the GitHub issue against mate-panel, an individual with the GitHub
  username clbr wrote a Proof of Concept that can be used to demonstrate
  that this bug is affecting the system, and this is found here:
  http://pastebin.ca/3733209

  The commenter reports that the Proof of Concept can be built with the 
following command:
  gcc -o killer killer.c `pkg-config --cflags --libs gtk+-2.0`

  [Regression Potential]

  This fix has been uploaded to Artful and has passed to artful-release,
  causing no installability problems or autopkgtest regressions.

  As for the fix itself, there was already a regression spotted, but the
  patch fixing that regression has been spotted and also fixed in this
  upload. Since it is putting a limit on the list's size, although this
  is highly unlikely at this point in time, epgfm on the GitHub issue
  points out the following:

  "...

  However, the incoming fix set a large number of items (1000) as a hard
  limit.

  ...

  Does an application really needs to store 1K recent files? I think
  even the badassest screen you can possibly buy now wouldn't have
  enough vertical space to display them all."

  Should there be the unlikely event that a program needs to use that
  many recent files, the program will have some issues, but that is a
  bug in the program that needs to use that many recent files, not GTK
  itself.

  tl;dr low regression potential, where there will be regressions is
  excessively large GTK programs, but that is a bug in the program
  itself for taking up that much space, not GTK.

  [Original Description]

  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=a3b2d6a65be9f592de9570c227df00f910167e9e
  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=35871edb318083b2d7e4758cbdaad6109eed60ca

  Please apply/backport these two patches from the 2.24 branch. They fix a 
memory DOS, originally reported against mate-panel here:
  https://github.com/mate-desktop/mate-panel/issues/479

  For the GTK3 version of this bug, see bug 1641914
  Note that MATE is GTK2 only for Ubuntu 16.04 LTS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1641912/+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 1649360] Re: identifying a partitition in fstab by PARTLABEL creates a second shortcut for the partition, for it's file system label

2017-08-02 Thread Rolf Leggewie
sounds a bit similar to bug 991471 which I have not gotten my head
around yet

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

Title:
  identifying a partitition in fstab by PARTLABEL creates a second
  shortcut for the partition, for it's file system label

Status in udisks2 package in Ubuntu:
  New

Bug description:
  $ lsb_release -rd
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04

  Short story:
  When a partition has both a partition label and a filesystem label, and is 
identified in /etc/fstab by PARTLABEL= , both file manager's side pane (thunar 
on Xubuntu) and the desktop (with the setting 'icons/default icons/Removable 
Devices/Disk and Drives') show two shortcuts for the partition: one for the 
/etc/fstab entry, named as the last pathname component of the mount point in 
/etc/fstab, and a self-generated second shortcut, named after the filesystem 
label. By some seemingly random process either of both shortcuts is mounted at 
some point, preventing the other one to be mounted, EVEN when that one is 
marked as automount in /etc/fstab. If the mounted shortcut is /etc/fstab's 
PARTLABEL= entry, it is mounted to the provided /etc/fstab mount point. If the 
mounted shortcut is that for the filesystem label, it is mounted to a temporary 
directory under /media/myusername/. In either case, the other shortcut can't be 
mounted then.

  This behaviour makes it unpredictable through which path a partition
  can be reached. The problem is not present for partitions without a
  filesystem label, even if they are identified in /etc/fstab by
  PARTLABEL= .

  As a workaround I reverted back to identifying the partitions in
  /etc/fstab by UUID=, which if I am right, is a filesystem feature.
  Identified as such, the destop and the file manager side bar show one
  shortcut only, named after the file system label, and mounting it to
  the /etc/fstab mount point.

  I read somewhere that the option to identify partitions by PARTLABEL=
  and PARTUUID= is a more recent addition to fstab-syntax, so my first
  guess is that the auto-mounting system isn't yet aware of these; it
  seems to collect and identify partitions by the uuid or label of the
  filesystem on each partition, and when comparing that to the
  /etc/fstab entries, it does not recognize them as being the same
  partition that is identified in /etc/fstab by it's uuid or label from
  the partition table.

  Long story:
  After using and learning linux (Xubuntu) for half a year, I decided to do the 
right thing and stop identifying partitions to be mounted by block special 
device node (/dev/sda1 to /dev/sdb4 for my setup), but by a persistent name. So 
I set out to change /etc/fstab to identify the partitions to mount by UUID=, 
and that went well and I felt safe. Only problem was that a week later, I had 
no clue which UUID is which partition, which made me uncomfortably uncertain.

  So I used 'parted' to name all my partitions with a meaningfull
  partition label, similar but not identical to the filesystem label
  that I had named them to with 'e2label', 'fatlabel' and 'ntfslabel'. I
  also changed /etc/fstab to reflect that, now identifying my partitions
  using the PARTLABEL= . I choose PARTLABEL= instead of LABEL=, because
  it requires more skill and privileges to change a partition label than
  to change a filesystem label, so it is 'more persistent'.

  From then on, the automatic mounting behaviour became erratic. The
  desktop and the side pane of the file manager now showed 2 shortcuts
  for each partition: one named like the filesystem label, another named
  like the last path component of the mount point in /etc/fstab. When
  mounting the partition is triggered,by clicking one of both shortcuts
  in on desktop or in filemanager, or by some other process, and even
  with automount in /etc/fstab, one of the shortcuts is used for
  mounting the partition, preventing the other one to be mounted as well
  later.

  By this behaviour the same partition could be accessed at either but
  not both mount points. Either the mount point provided in /etc/fstab/,
  which is accessible in file manager under an entry named after the
  last path component of that mount point, which is linked to the full
  mount path. Either a temporary mount point which 'the system' creates
  in my user's /media/myusername/ directory, which is accessible in file
  manager under the name of the filesystem label, which again is linked
  to the full mount path.

  Because I find it a bit creepy to edit /etc/fstab, I did not go on to
  try identifying the partitions by LABEL= or by PARTUUID= . My guess is
  that PARTUUID= would exhibit the same problem, and LABEL= not.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: udisks2 2.1.7-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64

[Desktop-packages] [Bug 1708150] Re: package tex-common 6.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-08-02 Thread Paul White
*** This bug is a duplicate of bug 1514474 ***
https://bugs.launchpad.net/bugs/1514474

** This bug has been marked a duplicate of bug 1514474
   package tex-common 6.04 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

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

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

Status in tex-common package in Ubuntu:
  New

Bug description:
  For several month's uogrades now there is are "package installation failed" 
and "installation uprgrade not complete" windows popping up during/after 
upgrades. This seems always due to tex-common (whatever that is needed for) can 
not be installed.
  I hope there is a way to solve this.
  Many thanks!

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: tex-common 6.04
  ProcVersionSignature: Ubuntu 4.4.0-83.106-generic 4.4.70
  Uname: Linux 4.4.0-83-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Wed Aug  2 13:02:31 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2012-12-13 (1692 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: tex-common
  Title: package tex-common 6.04 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to xenial on 2016-08-10 (356 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1708150/+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 1707611] Re: Sound does not automatically play on new audio device

2017-08-02 Thread David
I used a "live" version of 17.10

Please find out if those fixes can be included in Ubuntu - I'm willing
to test them. If these fixes work, please ask to have them backported to
16.04, because it's a LTS release and I already have 16.04 installed on
4 computers. It is also said that LTS versions offer better stability
etc.

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

Title:
  Sound does not automatically play on new audio device

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  When connecting a HDMI cable or other audio device, the user must
  manually click on the "sound volume" in the top-right and switch to
  the newly connected device.

  Example: you connect a HDMI cable to the television, but then you must
  manually choose the HDMI sound option; it does not get selected
  automatically.

  Often times e.g. when the HDMI cable is disconnected, the user must
  then manually click on the "speakers" or "line out" setting - EVEN IF
  IT'S ALREADY SELECTED, it must be clicked on again for the sound to
  work through the computer's speakers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1707611/+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 1707611] Re: Sound does not automatically play on new audio device

2017-08-02 Thread Daniel van Vugt
I am now also reminded of this "feature", which was a patch in 16.04 and
seems to be an upstreamed feature in 17.10:

https://git.launchpad.net/~ubuntu-audio-
dev/pulseaudio/tree/debian/patches/0100-switch-on-port-available-Switch-
from-HDMI-to-analog-.patch?h=ubuntu-xenial

Not sure if it's related. That module "switch-on-port-available" is
definitely one that Ubuntu uses but is not mentioned in the
documentation:

https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Modules/

So I'm not yet sure what it's meant to do.

** This bug is no longer a duplicate of bug 1702794
   Automatically switch audio devices on connection

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

Title:
  Sound does not automatically play on new audio device

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  When connecting a HDMI cable or other audio device, the user must
  manually click on the "sound volume" in the top-right and switch to
  the newly connected device.

  Example: you connect a HDMI cable to the television, but then you must
  manually choose the HDMI sound option; it does not get selected
  automatically.

  Often times e.g. when the HDMI cable is disconnected, the user must
  then manually click on the "speakers" or "line out" setting - EVEN IF
  IT'S ALREADY SELECTED, it must be clicked on again for the sound to
  work through the computer's speakers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1707611/+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 1641912] Please test proposed package

2017-08-02 Thread Łukasz Zemczak
Hello Curaga, or anyone else affected,

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

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

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

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

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

Title:
  Please backport two recent-manager patches

Status in GTK+:
  Fix Released
Status in gtk+2.0 package in Ubuntu:
  Fix Released
Status in gtk+2.0 source package in Xenial:
  In Progress
Status in gtk+2.0 source package in Yakkety:
  Won't Fix
Status in gtk+2.0 source package in Zesty:
  Fix Committed
Status in gtk+2.0 source package in Artful:
  Fix Released

Bug description:
  [Impact]

  Without these fixes, a specially crafted GTK program can cause a
  Denial of Service attack on any machine with open GTK programs.

  [Test Case]

  In the GitHub issue against mate-panel, an individual with the GitHub
  username clbr wrote a Proof of Concept that can be used to demonstrate
  that this bug is affecting the system, and this is found here:
  http://pastebin.ca/3733209

  The commenter reports that the Proof of Concept can be built with the 
following command:
  gcc -o killer killer.c `pkg-config --cflags --libs gtk+-2.0`

  [Regression Potential]

  This fix has been uploaded to Artful and has passed to artful-release,
  causing no installability problems or autopkgtest regressions.

  As for the fix itself, there was already a regression spotted, but the
  patch fixing that regression has been spotted and also fixed in this
  upload. Since it is putting a limit on the list's size, although this
  is highly unlikely at this point in time, epgfm on the GitHub issue
  points out the following:

  "...

  However, the incoming fix set a large number of items (1000) as a hard
  limit.

  ...

  Does an application really needs to store 1K recent files? I think
  even the badassest screen you can possibly buy now wouldn't have
  enough vertical space to display them all."

  Should there be the unlikely event that a program needs to use that
  many recent files, the program will have some issues, but that is a
  bug in the program that needs to use that many recent files, not GTK
  itself.

  tl;dr low regression potential, where there will be regressions is
  excessively large GTK programs, but that is a bug in the program
  itself for taking up that much space, not GTK.

  [Original Description]

  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=a3b2d6a65be9f592de9570c227df00f910167e9e
  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=35871edb318083b2d7e4758cbdaad6109eed60ca

  Please apply/backport these two patches from the 2.24 branch. They fix a 
memory DOS, originally reported against mate-panel here:
  https://github.com/mate-desktop/mate-panel/issues/479

  For the GTK3 version of this bug, see bug 1641914
  Note that MATE is GTK2 only for Ubuntu 16.04 LTS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1641912/+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 1641912] Re: Please backport two recent-manager patches

2017-08-02 Thread Łukasz Zemczak
Thank you! This is exactly what I needed, especially the regression
potential field - very good!

** Changed in: gtk+2.0 (Ubuntu Zesty)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-zesty

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

Title:
  Please backport two recent-manager patches

Status in GTK+:
  Fix Released
Status in gtk+2.0 package in Ubuntu:
  Fix Released
Status in gtk+2.0 source package in Xenial:
  In Progress
Status in gtk+2.0 source package in Yakkety:
  Won't Fix
Status in gtk+2.0 source package in Zesty:
  Fix Committed
Status in gtk+2.0 source package in Artful:
  Fix Released

Bug description:
  [Impact]

  Without these fixes, a specially crafted GTK program can cause a
  Denial of Service attack on any machine with open GTK programs.

  [Test Case]

  In the GitHub issue against mate-panel, an individual with the GitHub
  username clbr wrote a Proof of Concept that can be used to demonstrate
  that this bug is affecting the system, and this is found here:
  http://pastebin.ca/3733209

  The commenter reports that the Proof of Concept can be built with the 
following command:
  gcc -o killer killer.c `pkg-config --cflags --libs gtk+-2.0`

  [Regression Potential]

  This fix has been uploaded to Artful and has passed to artful-release,
  causing no installability problems or autopkgtest regressions.

  As for the fix itself, there was already a regression spotted, but the
  patch fixing that regression has been spotted and also fixed in this
  upload. Since it is putting a limit on the list's size, although this
  is highly unlikely at this point in time, epgfm on the GitHub issue
  points out the following:

  "...

  However, the incoming fix set a large number of items (1000) as a hard
  limit.

  ...

  Does an application really needs to store 1K recent files? I think
  even the badassest screen you can possibly buy now wouldn't have
  enough vertical space to display them all."

  Should there be the unlikely event that a program needs to use that
  many recent files, the program will have some issues, but that is a
  bug in the program that needs to use that many recent files, not GTK
  itself.

  tl;dr low regression potential, where there will be regressions is
  excessively large GTK programs, but that is a bug in the program
  itself for taking up that much space, not GTK.

  [Original Description]

  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=a3b2d6a65be9f592de9570c227df00f910167e9e
  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=35871edb318083b2d7e4758cbdaad6109eed60ca

  Please apply/backport these two patches from the 2.24 branch. They fix a 
memory DOS, originally reported against mate-panel here:
  https://github.com/mate-desktop/mate-panel/issues/479

  For the GTK3 version of this bug, see bug 1641914
  Note that MATE is GTK2 only for Ubuntu 16.04 LTS.

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

2017-08-02 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 tex-common in Ubuntu.
https://bugs.launchpad.net/bugs/1708150

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

Status in tex-common package in Ubuntu:
  New

Bug description:
  For several month's uogrades now there is are "package installation failed" 
and "installation uprgrade not complete" windows popping up during/after 
upgrades. This seems always due to tex-common (whatever that is needed for) can 
not be installed.
  I hope there is a way to solve this.
  Many thanks!

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: tex-common 6.04
  ProcVersionSignature: Ubuntu 4.4.0-83.106-generic 4.4.70
  Uname: Linux 4.4.0-83-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Wed Aug  2 13:02:31 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2012-12-13 (1692 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: tex-common
  Title: package tex-common 6.04 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to xenial on 2016-08-10 (356 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1708150/+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 1644593] Re: vino-server slows down system

2017-08-02 Thread Vlad Orlov
*** This bug is a duplicate of bug 1610547 ***
https://bugs.launchpad.net/bugs/1610547

** Project changed: linuxmint => vino (Ubuntu)

** This bug has been marked a duplicate of bug 1610547
   Cannot connect to remote desktop, vino eating cpu and not answering

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

Title:
  vino-server slows down system

Status in vino package in Ubuntu:
  New

Bug description:
  Linux Mint 18 'Sarah' Cinnamon 64-bit

  When i boot up my system everything is fine. ALWAYS after a random
  time (5 min - 2 hrs) the whole system starts lagging.

  When the problem occurs following can be observed:
  - Youtube videos are slowed down
  - Hoovering over links takes like 500ms
  - My java game (RuneScape) drops down to 25fps from normal 50fps

  While troubleshooting the error i noticed the vino-server was using a
  lot of CPU (but only like 10%). So I killed it and everything went
  back to normal.

  The lag is always because of vino-server.

  I do NOT connect to it.
  It does NOT stop after a while. Lag persists until I kill the vino-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vino/+bug/1644593/+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 1708150] [NEW] package tex-common 6.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-08-02 Thread Burkhard Beins
Public bug reported:

For several month's uogrades now there is are "package installation failed" and 
"installation uprgrade not complete" windows popping up during/after upgrades. 
This seems always due to tex-common (whatever that is needed for) can not be 
installed.
I hope there is a way to solve this.
Many thanks!

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: tex-common 6.04
ProcVersionSignature: Ubuntu 4.4.0-83.106-generic 4.4.70
Uname: Linux 4.4.0-83-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Wed Aug  2 13:02:31 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2012-12-13 (1692 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: tex-common
Title: package tex-common 6.04 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2016-08-10 (356 days ago)

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

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

Status in tex-common package in Ubuntu:
  New

Bug description:
  For several month's uogrades now there is are "package installation failed" 
and "installation uprgrade not complete" windows popping up during/after 
upgrades. This seems always due to tex-common (whatever that is needed for) can 
not be installed.
  I hope there is a way to solve this.
  Many thanks!

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: tex-common 6.04
  ProcVersionSignature: Ubuntu 4.4.0-83.106-generic 4.4.70
  Uname: Linux 4.4.0-83-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Wed Aug  2 13:02:31 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2012-12-13 (1692 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: tex-common
  Title: package tex-common 6.04 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to xenial on 2016-08-10 (356 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1708150/+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 1644593] [NEW] vino-server slows down system

2017-08-02 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Linux Mint 18 'Sarah' Cinnamon 64-bit

When i boot up my system everything is fine. ALWAYS after a random time
(5 min - 2 hrs) the whole system starts lagging.

When the problem occurs following can be observed:
- Youtube videos are slowed down
- Hoovering over links takes like 500ms
- My java game (RuneScape) drops down to 25fps from normal 50fps

While troubleshooting the error i noticed the vino-server was using a
lot of CPU (but only like 10%). So I killed it and everything went back
to normal.

The lag is always because of vino-server.

I do NOT connect to it.
It does NOT stop after a while. Lag persists until I kill the vino-server

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


** Tags: vino-server
-- 
vino-server slows down system
https://bugs.launchpad.net/bugs/1644593
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to vino 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 1708140] Re: /usr/bin/gnome-software:11:gs_plugin_snap_set_app_pixbuf_from_data:load_icon:gs_plugin_refine_app:gs_plugin_loader_run_refine:gs_plugin_loader_search_thread_cb

2017-08-02 Thread Robert Ancell
e.g. in 17.10:
https://errors.ubuntu.com/problem/6f76499c4df83ebd06a337e093e65277eb99cb49

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

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

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

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

Title:
  /usr/bin/gnome-
  
software:11:gs_plugin_snap_set_app_pixbuf_from_data:load_icon:gs_plugin_refine_app:gs_plugin_loader_run_refine:gs_plugin_loader_search_thread_cb

Status in gnome-software package in Ubuntu:
  New
Status in gnome-software source package in Xenial:
  New
Status in gnome-software source package in Zesty:
  New
Status in gnome-software source package in Artful:
  New

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1708140/+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 1708140] Re: /usr/bin/gnome-software:11:gs_plugin_snap_set_app_pixbuf_from_data:load_icon:gs_plugin_refine_app:gs_plugin_loader_run_refine:gs_plugin_loader_search_thread_cb

2017-08-02 Thread Robert Ancell
This appears to be occurring in all currently released versions.

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

Title:
  /usr/bin/gnome-
  
software:11:gs_plugin_snap_set_app_pixbuf_from_data:load_icon:gs_plugin_refine_app:gs_plugin_loader_run_refine:gs_plugin_loader_search_thread_cb

Status in gnome-software package in Ubuntu:
  New
Status in gnome-software source package in Xenial:
  New
Status in gnome-software source package in Zesty:
  New
Status in gnome-software source package in Artful:
  New

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1708140/+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 1708140] [NEW] /usr/bin/gnome-software:11:gs_plugin_snap_set_app_pixbuf_from_data:load_icon:gs_plugin_refine_app:gs_plugin_loader_run_refine:gs_plugin_loader_search_thread_cb

2017-08-02 Thread errors.ubuntu.com bug bridge
Public bug reported:

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

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

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

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

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


** Tags: 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/1708140

Title:
  /usr/bin/gnome-
  
software:11:gs_plugin_snap_set_app_pixbuf_from_data:load_icon:gs_plugin_refine_app:gs_plugin_loader_run_refine:gs_plugin_loader_search_thread_cb

Status in gnome-software package in Ubuntu:
  New
Status in gnome-software source package in Xenial:
  New
Status in gnome-software source package in Zesty:
  New
Status in gnome-software source package in Artful:
  New

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1708140/+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 1708140] Re: /usr/bin/gnome-software:11:gs_plugin_snap_set_app_pixbuf_from_data:load_icon:gs_plugin_refine_app:gs_plugin_loader_run_refine:gs_plugin_loader_search_thread_cb

2017-08-02 Thread Robert Ancell
The code seems to be doing:

g_autofree gchar *data = NULL;
gsize data_len;

if (g_file_get_contents (cache_fn, , _len, _error) &&
gs_plugin_snap_set_app_pixbuf_from_data (app, data, data_len, _error))

And entering gs_plugin_snap_set_app_pixbuf_from_data with data set to
NULL.

That suggests that g_file_get_contents has returned TRUE but set data to
NULL.

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

Title:
  /usr/bin/gnome-
  
software:11:gs_plugin_snap_set_app_pixbuf_from_data:load_icon:gs_plugin_refine_app:gs_plugin_loader_run_refine:gs_plugin_loader_search_thread_cb

Status in gnome-software package in Ubuntu:
  New
Status in gnome-software source package in Xenial:
  New
Status in gnome-software source package in Zesty:
  New
Status in gnome-software source package in Artful:
  New

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1708140/+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 1707352] Re: the change from libsane to libsane1 broke many (all?) 3rd party plug-ins for sane

2017-08-02 Thread Jeremy Bicha
Jörg, I pushed 1.0.27 from experimental to Ubuntu 17.10 because Ubuntu
had been using an old git snapshot before which wasn't good at all.

Jörg, does it make sense to add 'Provides: libsane' to libsane1?

PeterPall, please report this issue to the providers of those third-
party plugins.

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

Title:
  the change from libsane to libsane1 broke many (all?) 3rd party plug-
  ins for sane

Status in sane-backends package in Ubuntu:
  New
Status in sane-backends package in Debian:
  Fix Released

Bug description:
  I don't know if that can be prevented in the long run. But both brscan
  (for my brother scanner) and iscan (for my epson scanners) have been
  broken by the change from libsane to libsane1. For iscan I have
  unpackaged the debian package, changed the dependency it contains from
  libsane to libsane1 and installed the changed package. But even then
  my epson scanners no more work leaving me without any scanner =>
  Reporting a bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: libsane1 1.0.27-1~experimental1ubuntu2
  Uname: Linux 4.13.0-041300rc2-lowlatency x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  Date: Sat Jul 29 08:38:15 2017
  EcryptfsInUse: Yes
  SourcePackage: sane-backends
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352/+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 1682455] Re: thunderbird not available in GNOME Software

2017-08-02 Thread Staš Kotarac Guček
Okay, changed it back to confirmed, since you requested that and
confirmed its existence at the same time. It is up to someone else to
decide if the real problem lies with thunderbird or gnome-software.
Thanks!

Maybe my "fix" worked becase I installed thunderbird with apt first and
then cleaned the cache, so it's not really a fix. Thunderbird did later
appear in gnome-software, but did so in the installed state, not ready
to install as it would be desired.

** Changed in: thunderbird (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  thunderbird not available in GNOME Software

Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  I am filing this against Thunderbird, even though it also concerns
  another package (GNOME Software).

  Essentially, using a freshly installed Ubuntu GNOME 17.04, Thunderbird
  is not available in GNOME Software (the default software app for this
  flavour). You cannot find it via search or the packages browser.

  The only way to install it is via apt-get and even then it doesn't
  show in Software (see attached picture).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1682455/+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 1641912] Re: Please backport two recent-manager patches

2017-08-02 Thread Simon Quigley
Hello Łukasz!

I have updated the bug report to follow the SRU documentation
(apologies, I spaced filling out the bug report).

** Description changed:

+ [Impact]
+ 
+ Without these fixes, a specially crafted GTK program can cause a Denial
+ of Service attack on any machine with open GTK programs.
+ 
+ [Test Case]
+ 
+ In the GitHub issue against mate-panel, an individual with the GitHub
+ username clbr wrote a Proof of Concept that can be used to demonstrate
+ that this bug is affecting the system, and this is found here:
+ http://pastebin.ca/3733209
+ 
+ The commenter reports that the Proof of Concept can be built with the 
following command:
+ gcc -o killer killer.c `pkg-config --cflags --libs gtk+-2.0`
+ 
+ [Regression Potential]
+ 
+ This fix has been uploaded to Artful and has passed to artful-release,
+ causing no installability problems or autopkgtest regressions.
+ 
+ As for the fix itself, there was already a regression spotted, but the
+ patch fixing that regression has been spotted and also fixed in this
+ upload. Since it is putting a limit on the list's size, although this is
+ highly unlikely at this point in time, epgfm on the GitHub issue points
+ out the following:
+ 
+ "...
+ 
+ However, the incoming fix set a large number of items (1000) as a hard
+ limit.
+ 
+ ...
+ 
+ Does an application really needs to store 1K recent files? I think even
+ the badassest screen you can possibly buy now wouldn't have enough
+ vertical space to display them all."
+ 
+ Should there be the unlikely event that a program needs to use that many
+ recent files, the program will have some issues, but that is a bug in
+ the program that needs to use that many recent files, not GTK itself.
+ 
+ tl;dr low regression potential, where there will be regressions is
+ excessively large GTK programs, but that is a bug in the program itself
+ for taking up that much space, not GTK.
+ 
+ [Original Description]
+ 
  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=a3b2d6a65be9f592de9570c227df00f910167e9e
  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=35871edb318083b2d7e4758cbdaad6109eed60ca
  
  Please apply/backport these two patches from the 2.24 branch. They fix a 
memory DOS, originally reported against mate-panel here:
  https://github.com/mate-desktop/mate-panel/issues/479
  
  For the GTK3 version of this bug, see bug 1641914
  Note that MATE is GTK2 only for Ubuntu 16.04 LTS.

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

Title:
  Please backport two recent-manager patches

Status in GTK+:
  Fix Released
Status in gtk+2.0 package in Ubuntu:
  Fix Released
Status in gtk+2.0 source package in Xenial:
  In Progress
Status in gtk+2.0 source package in Yakkety:
  Won't Fix
Status in gtk+2.0 source package in Zesty:
  In Progress
Status in gtk+2.0 source package in Artful:
  Fix Released

Bug description:
  [Impact]

  Without these fixes, a specially crafted GTK program can cause a
  Denial of Service attack on any machine with open GTK programs.

  [Test Case]

  In the GitHub issue against mate-panel, an individual with the GitHub
  username clbr wrote a Proof of Concept that can be used to demonstrate
  that this bug is affecting the system, and this is found here:
  http://pastebin.ca/3733209

  The commenter reports that the Proof of Concept can be built with the 
following command:
  gcc -o killer killer.c `pkg-config --cflags --libs gtk+-2.0`

  [Regression Potential]

  This fix has been uploaded to Artful and has passed to artful-release,
  causing no installability problems or autopkgtest regressions.

  As for the fix itself, there was already a regression spotted, but the
  patch fixing that regression has been spotted and also fixed in this
  upload. Since it is putting a limit on the list's size, although this
  is highly unlikely at this point in time, epgfm on the GitHub issue
  points out the following:

  "...

  However, the incoming fix set a large number of items (1000) as a hard
  limit.

  ...

  Does an application really needs to store 1K recent files? I think
  even the badassest screen you can possibly buy now wouldn't have
  enough vertical space to display them all."

  Should there be the unlikely event that a program needs to use that
  many recent files, the program will have some issues, but that is a
  bug in the program that needs to use that many recent files, not GTK
  itself.

  tl;dr low regression potential, where there will be regressions is
  excessively large GTK programs, but that is a bug in the program
  itself for taking up that much space, not GTK.

  [Original Description]

  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=a3b2d6a65be9f592de9570c227df00f910167e9e
  
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24=35871edb318083b2d7e4758cbdaad6109eed60ca

  Please apply/backport these two patches from the 2.24 branch. They 

[Desktop-packages] [Bug 1708136] [NEW] [broadwell-rt286 - broadwell-rt286, playback] No sound at all

2017-08-02 Thread Nathanael HATEGEKIMANA
Public bug reported:

No sound at all in both speakers after installing Ubuntu 14.04. I tried
all guesses but none seem to work. Any help please?

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-36.55~14.04.1-generic 4.4.16
Uname: Linux 4.4.0-36-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.25
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  nathanael  14755 F pulseaudio
 /dev/snd/controlC0:  nathanael  14755 F pulseaudio
CurrentDesktop: Unity
Date: Wed Aug  2 12:06:21 2017
InstallationDate: Installed on 2017-08-01 (0 days ago)
InstallationMedia: AIMS Desktop 14.04.5-20160907 0.01 "" - Release amd64 
(20160907)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:broadwellrt286 
failed
Symptom_Card: broadwell-rt286 - broadwell-rt286
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  nathanael  14755 F pulseaudio
 /dev/snd/controlC0:  nathanael  14755 F pulseaudio
Symptom_Type: No sound at all
Title: [broadwell-rt286 - broadwell-rt286, playback] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/28/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F.43
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 802D
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 58.62
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF.43:bd09/28/2016:svnHewlett-Packard:pnHPSpectreProx360G1:pvr:rvnHewlett-Packard:rn802D:rvr58.62:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Spectre Pro x360 G1
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug trusty

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

Title:
  [broadwell-rt286 - broadwell-rt286, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  No sound at all in both speakers after installing Ubuntu 14.04. I
  tried all guesses but none seem to work. Any help please?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-36.55~14.04.1-generic 4.4.16
  Uname: Linux 4.4.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.25
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  nathanael  14755 F pulseaudio
   /dev/snd/controlC0:  nathanael  14755 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Aug  2 12:06:21 2017
  InstallationDate: Installed on 2017-08-01 (0 days ago)
  InstallationMedia: AIMS Desktop 14.04.5-20160907 0.01 "" - Release amd64 
(20160907)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:broadwellrt286 
failed
  Symptom_Card: broadwell-rt286 - broadwell-rt286
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  nathanael  14755 F pulseaudio
   /dev/snd/controlC0:  nathanael  14755 F pulseaudio
  Symptom_Type: No sound at all
  Title: [broadwell-rt286 - broadwell-rt286, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/28/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F.43
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 802D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 58.62
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF.43:bd09/28/2016:svnHewlett-Packard:pnHPSpectreProx360G1:pvr:rvnHewlett-Packard:rn802D:rvr58.62:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Spectre Pro x360 G1
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1699772] Re: linux-image-4.10.0-24-generic, linux-image-4.8.0-56-generic, linux-image-4.4.0-81-generic, linux-image-3.13.0-121-generic Regression: many user-space apps crashing

2017-08-02 Thread Olivier Tilloy
** Changed in: linux (Ubuntu)
   Status: Fix Released => Confirmed

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

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

Status in LibreOffice:
  Won't Fix
Status in commons-daemon package in Ubuntu:
  Confirmed
Status in eclipse package in Ubuntu:
  Confirmed
Status in imagej package in Ubuntu:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in octave package in Ubuntu:
  Confirmed
Status in python-jpype package in Ubuntu:
  Confirmed
Status in rustc package in Ubuntu:
  Confirmed
Status in scilab package in Ubuntu:
  Confirmed
Status in linux package in Debian:
  Confirmed

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

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

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

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


  uname -a:

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


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

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

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

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

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

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

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

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

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

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

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

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


[Desktop-packages] [Bug 1708109] [NEW] Software doesn't work in Lubuntu 17.04

2017-08-02 Thread Bastien Troger
Public bug reported:

The gnome software starts well but the icons do not appear. Instead of
each icon you can just see three small dots.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: gnome-software 3.22.7-0ubuntu3.17.04.5
ProcVersionSignature: Ubuntu 4.10.0-28.32-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
CurrentDesktop: LXDE
Date: Wed Aug  2 10:33:13 2017
InstallationDate: Installed on 2017-04-29 (94 days ago)
InstallationMedia: Lubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug zesty

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

Title:
  Software doesn't work in Lubuntu 17.04

Status in gnome-software package in Ubuntu:
  New

Bug description:
  The gnome software starts well but the icons do not appear. Instead of
  each icon you can just see three small dots.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: gnome-software 3.22.7-0ubuntu3.17.04.5
  ProcVersionSignature: Ubuntu 4.10.0-28.32-generic 4.10.17
  Uname: Linux 4.10.0-28-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Wed Aug  2 10:33:13 2017
  InstallationDate: Installed on 2017-04-29 (94 days ago)
  InstallationMedia: Lubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1708109/+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 1707611] Re: Sound does not automatically play on new audio device

2017-08-02 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1702794 ***
https://bugs.launchpad.net/bugs/1702794

The output is selected on "connection". So maybe try not plugging in
HDMI until after you have logged in.

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

Title:
  Sound does not automatically play on new audio device

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  When connecting a HDMI cable or other audio device, the user must
  manually click on the "sound volume" in the top-right and switch to
  the newly connected device.

  Example: you connect a HDMI cable to the television, but then you must
  manually choose the HDMI sound option; it does not get selected
  automatically.

  Often times e.g. when the HDMI cable is disconnected, the user must
  then manually click on the "speakers" or "line out" setting - EVEN IF
  IT'S ALREADY SELECTED, it must be clicked on again for the sound to
  work through the computer's speakers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1707611/+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 1708106] [NEW] gimp crashes when start

2017-08-02 Thread Henning Thielemann
Public bug reported:

When I start Gimp, it crashes with these messages:

$ gimp
sh: 1: tde-config: not found
sh: 1: tde-config: not found
[kcrash] TDECrash: Application 'gimp-gtk-tqt-application' crashing...
[kcrash] Warning: socket connection failed: : Datei oder Verzeichnis nicht 
gefunden
[kcrash] TDECrash cannot reach tdeinit, launching directly.


It refers to TDE (Trinity Desktop Environment).
I have installed TDE but actually run gimp from Lubuntu/LDE.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gimp 2.8.16-1ubuntu1.1
ProcVersionSignature: Ubuntu 4.4.0-66.87-generic 4.4.44
Uname: Linux 4.4.0-66-generic i686
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: i386
Date: Wed Aug  2 10:22:44 2017
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gimp
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 xenial

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

Title:
  gimp crashes when start

Status in gimp package in Ubuntu:
  New

Bug description:
  When I start Gimp, it crashes with these messages:

  $ gimp
  sh: 1: tde-config: not found
  sh: 1: tde-config: not found
  [kcrash] TDECrash: Application 'gimp-gtk-tqt-application' crashing...
  [kcrash] Warning: socket connection failed: : Datei oder Verzeichnis nicht 
gefunden
  [kcrash] TDECrash cannot reach tdeinit, launching directly.

  
  It refers to TDE (Trinity Desktop Environment).
  I have installed TDE but actually run gimp from Lubuntu/LDE.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gimp 2.8.16-1ubuntu1.1
  ProcVersionSignature: Ubuntu 4.4.0-66.87-generic 4.4.44
  Uname: Linux 4.4.0-66-generic i686
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: i386
  Date: Wed Aug  2 10:22:44 2017
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gimp
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1708106/+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 1707487] Re: Bluetooth speaker only plays as mono

2017-08-02 Thread David
Thank you for replying.

I tried that live image of 17.10, tested its sha256sum matched - all OK
(also tested the USB disc for defects on boot: "no errors found").

No luck.

I could not pair the Bluetooth speaker (Sony SRS-X1), but it was
recognised.

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

Title:
  Bluetooth speaker only plays as mono

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  When I connect my Sony SRS-X1 Bluetooth speaker to Ubuntu, it only
  plays back as "mono" and refuses to use "hi fidelity".

  I have Windows 10 installed on the same laptop and when I've used the
  Bluetooth speaker in Ubuntu, Windows will "forget" the speaker on its
  Bluetooth list. I have to hold in the "reset" button on the speaker
  itself and re-add the speaker to Windows 10. This ONLY HAPPENS if I
  try using this speaker in Ubuntu, which suggests that Ubuntu is
  forcing the speaker into "mono" mode and Windows then sees it as a
  different device?

  Please help.
  I will post all needed outputs as instructed.

  Cheers!
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   david  3626 F...m pulseaudio
   /dev/snd/controlC0:  david  3626 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-07-28 (367 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Package: pulseaudio 1:8.0-0ubuntu3.3
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.4.0-87.110-generic 4.4.73
  Tags:  xenial
  Uname: Linux 4.4.0-87-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/16/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.21
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: VA50_HC_CR
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Insyde Corp.
  dmi.chassis.version: V2.21
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.21:bd12/16/2013:svnAcer:pnAspireV3-571:pvrV2.21:rvnAcer:rnVA50_HC_CR:rvrType2-BoardVersion:cvnInsydeCorp.:ct10:cvrV2.21:
  dmi.product.name: Aspire V3-571
  dmi.product.version: V2.21
  dmi.sys.vendor: Acer
  modified.conffile..etc.xdg.autostart.pulseaudio.desktop: [modified]
  mtime.conffile..etc.xdg.autostart.pulseaudio.desktop: 
2016-07-29T10:08:04.428983

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1707487/+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 1707611] Re: Sound does not automatically play on new audio device

2017-08-02 Thread David
*** This bug is a duplicate of bug 1702794 ***
https://bugs.launchpad.net/bugs/1702794

I tried the image of 17.10 (checked its sha256sum after download, it
matched) and tested the 17.10 live USB using "test disc for defects" and
no errors found.

I connected the HDMI cable to the TV, but I still had to manually switch
the sound from the laptop speakers to the HDMI output.

This bug appears NOT to be fixed.

Thanks again for your time and your help, it's genuinely appreciated. :)

I am happy to try other suggestions.

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

Title:
  Sound does not automatically play on new audio device

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  When connecting a HDMI cable or other audio device, the user must
  manually click on the "sound volume" in the top-right and switch to
  the newly connected device.

  Example: you connect a HDMI cable to the television, but then you must
  manually choose the HDMI sound option; it does not get selected
  automatically.

  Often times e.g. when the HDMI cable is disconnected, the user must
  then manually click on the "speakers" or "line out" setting - EVEN IF
  IT'S ALREADY SELECTED, it must be clicked on again for the sound to
  work through the computer's speakers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1707611/+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 1708104] Re: scp-dbus-service.py crashed with AttributeError in __getattr__(): 'gi.repository.Gtk' object has no attribute 'STOCK_CANCEL'

2017-08-02 Thread Apport retracing service
** Tags removed: need-duplicate-check

** Changed in: system-config-printer (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  scp-dbus-service.py crashed with AttributeError in __getattr__():
  'gi.repository.Gtk' object has no attribute 'STOCK_CANCEL'

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

Bug description:
  No idea what triggered this.  Happened some time after printing and
  leaving stuff in the queue.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: system-config-printer-common 1.5.9+20170619-0ubuntu1
  ProcVersionSignature: Ubuntu 4.11.0-10.15-lowlatency 4.11.8
  Uname: Linux 4.11.0-10-lowlatency x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  Date: Wed Aug  2 09:49:31 2017
  ExecutablePath: /usr/share/system-config-printer/scp-dbus-service.py
  InstallationDate: Installed on 2011-10-14 (2118 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111011)
  InterpreterPath: /usr/bin/python3.6
  Lpstat:
   device for Canon-PIXMA-MP150: usb://Canon/MP150?serial=21BD86=1
   device for HP-Officejet-Pro-276dw-MFP: 
dnssd://HP%20Officejet%20Pro%20276dw%20MFP%20%5BD7A6FB%5D._ipp._tcp.local/
   device for ML-4600: usb://Samsung/ML-4600
   device for Roger-Router-Fax: roger-cups:/
  MachineType: LENOVO 766112G
  PackageArchitecture: all
  Papersize: a4
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/HP-Officejet-Pro-276dw-MFP.ppd', 
'/etc/cups/ppd/Roger-Router-Fax.ppd', '/etc/cups/ppd/ML-4600.ppd', 
'/etc/cups/ppd/Canon-PIXMA-MP150.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/HP-Officejet-Pro-276dw-MFP.ppd: Permission denied
   grep: /etc/cups/ppd/Roger-Router-Fax.ppd: Permission denied
   grep: /etc/cups/ppd/ML-4600.ppd: Permission denied
   grep: /etc/cups/ppd/Canon-PIXMA-MP150.ppd: Permission denied
  ProcCmdline: /usr/bin/python3 
/usr/share/system-config-printer/scp-dbus-service.py
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.11.0-10-lowlatency 
root=UUID=a5b30f2d-d555-4bea-9b89-e322f13656be ro quiet splash threadirqs 
resume=UUID=29869a91-5410-4e9b-9bd9-2aea1ecb1637 vt.handoff=7
  PythonArgs: ['/usr/share/system-config-printer/scp-dbus-service.py']
  SourcePackage: system-config-printer
  Title: scp-dbus-service.py crashed with AttributeError in __getattr__(): 
'gi.repository.Gtk' object has no attribute 'STOCK_CANCEL'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin audio cdrom dialout fax floppy lpadmin lxd plugdev 
pulse-access sambashare
  dmi.bios.date: 03/18/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETC9WW (2.29 )
  dmi.board.name: 766112G
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7LETC9WW(2.29):bd03/18/2011:svnLENOVO:pn766112G:pvrThinkPadT61:rvnLENOVO:rn766112G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 766112G
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1708104/+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 1708104] [NEW] scp-dbus-service.py crashed with AttributeError in __getattr__(): 'gi.repository.Gtk' object has no attribute 'STOCK_CANCEL'

2017-08-02 Thread David Kastrup
Public bug reported:

No idea what triggered this.  Happened some time after printing and
leaving stuff in the queue.

ProblemType: Crash
DistroRelease: Ubuntu 17.10
Package: system-config-printer-common 1.5.9+20170619-0ubuntu1
ProcVersionSignature: Ubuntu 4.11.0-10.15-lowlatency 4.11.8
Uname: Linux 4.11.0-10-lowlatency x86_64
ApportVersion: 2.20.6-0ubuntu4
Architecture: amd64
Date: Wed Aug  2 09:49:31 2017
ExecutablePath: /usr/share/system-config-printer/scp-dbus-service.py
InstallationDate: Installed on 2011-10-14 (2118 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111011)
InterpreterPath: /usr/bin/python3.6
Lpstat:
 device for Canon-PIXMA-MP150: usb://Canon/MP150?serial=21BD86=1
 device for HP-Officejet-Pro-276dw-MFP: 
dnssd://HP%20Officejet%20Pro%20276dw%20MFP%20%5BD7A6FB%5D._ipp._tcp.local/
 device for ML-4600: usb://Samsung/ML-4600
 device for Roger-Router-Fax: roger-cups:/
MachineType: LENOVO 766112G
PackageArchitecture: all
Papersize: a4
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
PpdFiles:
 Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/HP-Officejet-Pro-276dw-MFP.ppd', 
'/etc/cups/ppd/Roger-Router-Fax.ppd', '/etc/cups/ppd/ML-4600.ppd', 
'/etc/cups/ppd/Canon-PIXMA-MP150.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/HP-Officejet-Pro-276dw-MFP.ppd: Permission denied
 grep: /etc/cups/ppd/Roger-Router-Fax.ppd: Permission denied
 grep: /etc/cups/ppd/ML-4600.ppd: Permission denied
 grep: /etc/cups/ppd/Canon-PIXMA-MP150.ppd: Permission denied
ProcCmdline: /usr/bin/python3 
/usr/share/system-config-printer/scp-dbus-service.py
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.11.0-10-lowlatency 
root=UUID=a5b30f2d-d555-4bea-9b89-e322f13656be ro quiet splash threadirqs 
resume=UUID=29869a91-5410-4e9b-9bd9-2aea1ecb1637 vt.handoff=7
PythonArgs: ['/usr/share/system-config-printer/scp-dbus-service.py']
SourcePackage: system-config-printer
Title: scp-dbus-service.py crashed with AttributeError in __getattr__(): 
'gi.repository.Gtk' object has no attribute 'STOCK_CANCEL'
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm admin audio cdrom dialout fax floppy lpadmin lxd plugdev 
pulse-access sambashare
dmi.bios.date: 03/18/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 7LETC9WW (2.29 )
dmi.board.name: 766112G
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7LETC9WW(2.29):bd03/18/2011:svnLENOVO:pn766112G:pvrThinkPadT61:rvnLENOVO:rn766112G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 766112G
dmi.product.version: ThinkPad T61
dmi.sys.vendor: LENOVO

** Affects: system-config-printer (Ubuntu)
 Importance: Medium
 Status: New


** Tags: amd64 apport-crash artful

** Information type changed from Private to Public

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

Title:
  scp-dbus-service.py crashed with AttributeError in __getattr__():
  'gi.repository.Gtk' object has no attribute 'STOCK_CANCEL'

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

Bug description:
  No idea what triggered this.  Happened some time after printing and
  leaving stuff in the queue.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: system-config-printer-common 1.5.9+20170619-0ubuntu1
  ProcVersionSignature: Ubuntu 4.11.0-10.15-lowlatency 4.11.8
  Uname: Linux 4.11.0-10-lowlatency x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  Date: Wed Aug  2 09:49:31 2017
  ExecutablePath: /usr/share/system-config-printer/scp-dbus-service.py
  InstallationDate: Installed on 2011-10-14 (2118 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111011)
  InterpreterPath: /usr/bin/python3.6
  Lpstat:
   device for Canon-PIXMA-MP150: usb://Canon/MP150?serial=21BD86=1
   device for HP-Officejet-Pro-276dw-MFP: 
dnssd://HP%20Officejet%20Pro%20276dw%20MFP%20%5BD7A6FB%5D._ipp._tcp.local/
   device for ML-4600: usb://Samsung/ML-4600
   device for Roger-Router-Fax: roger-cups:/
  MachineType: LENOVO 766112G
  PackageArchitecture: all
  Papersize: a4
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/HP-Officejet-Pro-276dw-MFP.ppd', 
'/etc/cups/ppd/Roger-Router-Fax.ppd', '/etc/cups/ppd/ML-4600.ppd', 
'/etc/cups/ppd/Canon-PIXMA-MP150.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/HP-Officejet-Pro-276dw-MFP.ppd: Permission denied
   grep: /etc/cups/ppd/Roger-Router-Fax.ppd: Permission denied
   grep: /etc/cups/ppd/ML-4600.ppd: Permission denied
   grep: /etc/cups/ppd/Canon-PIXMA-MP150.ppd: Permission denied
  ProcCmdline: 

[Desktop-packages] [Bug 1708053] Re: Latex crash

2017-08-02 Thread Colin Watson
** Project changed: launchpad => texlive-base (Ubuntu)

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

Title:
  Latex crash

Status in texlive-base package in Ubuntu:
  New

Bug description:
  I installed an update for latex and since then my thesis won't compile again.
  I am using Ubuntu 16.04 and I downloaded the tex-full from jonathonf ppa.

  The error that I keep getting is 'missing number treated as zero'. However, 
before update, everything was working file. 
  Now, even if it managed to compile, it does not show the citations but rather 
show the citation key, e.g. \cite{abc2020}, it shows abc2020 in the text 
instead of the authors name etc.

  Also, the output console is filled with a lot of errors.
  Also, I have removed tex-full several times and re-install it but still get 
same issue.
  I would appreciate any help to fix this problem.

  
  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/1708053/+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 1708053] [NEW] Latex crash

2017-08-02 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I installed an update for latex and since then my thesis won't compile again.
I am using Ubuntu 16.04 and I downloaded the tex-full from jonathonf ppa.

The error that I keep getting is 'missing number treated as zero'. However, 
before update, everything was working file. 
Now, even if it managed to compile, it does not show the citations but rather 
show the citation key, e.g. \cite{abc2020}, it shows abc2020 in the text 
instead of the authors name etc.

Also, the output console is filled with a lot of errors.
Also, I have removed tex-full several times and re-install it but still get 
same issue.
I would appreciate any help to fix this problem.


Thanks.

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Latex crash
https://bugs.launchpad.net/bugs/1708053
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to texlive-base 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 1708086] [NEW] package docbook-xml 4.5-7.3 failed to install/upgrade: проблемы зависимостей — оставляем не настроенным

2017-08-02 Thread Alexey Borovkov
Public bug reported:

It's an error that appeared on booting after unproper shootdown.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: docbook-xml 4.5-7.3
ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Tue Aug  1 07:49:20 2017
DpkgHistoryLog:
 Start-Date: 2017-08-01  07:49:17
 Commandline: /usr/bin/unattended-upgrade
 Upgrade: imagemagick:amd64 (8:6.8.9.9-7ubuntu5.8, 8:6.8.9.9-7ubuntu5.9), 
libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.8, 8:6.8.9.9-7ubuntu5.9), 
imagemagick-6.q16:amd64 (8:6.8.9.9-7ubuntu5.8, 8:6.8.9.9-7ubuntu5.9), 
libmagickcore-6.q16-2-extra:amd64 (8:6.8.9.9-7ubuntu5.8, 8:6.8.9.9-7ubuntu5.9), 
libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.8, 8:6.8.9.9-7ubuntu5.9), 
imagemagick-common:amd64 (8:6.8.9.9-7ubuntu5.8, 8:6.8.9.9-7ubuntu5.9)
ErrorMessage: проблемы зависимостей — оставляем не настроенным
InstallationDate: Installed on 2017-07-23 (9 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: docbook-xml
Title: package docbook-xml 4.5-7.3 failed to install/upgrade: проблемы 
зависимостей — оставляем не настроенным
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: docbook-xml (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package docbook-xml 4.5-7.3 failed to install/upgrade: проблемы
  зависимостей — оставляем не настроенным

Status in docbook-xml package in Ubuntu:
  New

Bug description:
  It's an error that appeared on booting after unproper shootdown.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: docbook-xml 4.5-7.3
  ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
  Uname: Linux 4.10.0-28-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Tue Aug  1 07:49:20 2017
  DpkgHistoryLog:
   Start-Date: 2017-08-01  07:49:17
   Commandline: /usr/bin/unattended-upgrade
   Upgrade: imagemagick:amd64 (8:6.8.9.9-7ubuntu5.8, 8:6.8.9.9-7ubuntu5.9), 
libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.8, 8:6.8.9.9-7ubuntu5.9), 
imagemagick-6.q16:amd64 (8:6.8.9.9-7ubuntu5.8, 8:6.8.9.9-7ubuntu5.9), 
libmagickcore-6.q16-2-extra:amd64 (8:6.8.9.9-7ubuntu5.8, 8:6.8.9.9-7ubuntu5.9), 
libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.8, 8:6.8.9.9-7ubuntu5.9), 
imagemagick-common:amd64 (8:6.8.9.9-7ubuntu5.8, 8:6.8.9.9-7ubuntu5.9)
  ErrorMessage: проблемы зависимостей — оставляем не настроенным
  InstallationDate: Installed on 2017-07-23 (9 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: docbook-xml
  Title: package docbook-xml 4.5-7.3 failed to install/upgrade: проблемы 
зависимостей — оставляем не настроенным
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docbook-xml/+bug/1708086/+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