[Desktop-packages] [Bug 1385810] Re: Chromium causes drm/i915 stuck on render ring

2015-01-10 Thread morryis
A quick workaround is disabling hardware acceleration in chromium
advanced settings

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

Title:
  Chromium causes drm/i915 stuck on render ring

Status in xserver-xorg-video-intel package in Ubuntu:
  Confirmed

Bug description:
  Reproducible example: visit http://ello.co/jondcook in Chromium and
  the GPU will crash

  Linux 4720z 3.13.0-38-generic #65~precise1-Ubuntu SMP Thu Oct 9 19:24:05 UTC 
2014 i686 i686 i386 GNU/Linux
  NAME=Ubuntu
  VERSION=12.04.5 LTS, Precise Pangolin
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME=Ubuntu precise (12.04.5 LTS)
  VERSION_ID=12.04
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=12.04
  DISTRIB_CODENAME=precise
  DISTRIB_DESCRIPTION=Ubuntu 12.04.5 LTS

  Chromium Version 37.0.2062.120 Ubuntu 12.04 (281580)

  Oct 26 00:43:08 4720z kernel: [242523.988084] [drm] stuck on render ring
  Oct 26 00:43:08 4720z kernel: [242523.988096] [drm] GPU crash dump saved to 
/sys/class/drm/card0/error
  Oct 26 00:43:08 4720z kernel: [242523.988101] [drm] GPU hangs can indicate a 
bug anywhere in the entire gfx stack, including userspace.
  Oct 26 00:43:08 4720z kernel: [242523.988106] [drm] Please file a _new_ bug 
report on bugs.freedesktop.org against DRI - DRM/Intel
  Oct 26 00:43:08 4720z kernel: [242523.988110] [drm] drm/i915 developers can 
then reassign to the right component if it's not a kernel issue.
  Oct 26 00:43:08 4720z kernel: [242523.988115] [drm] The gpu crash dump is 
required to analyze gpu hangs, so please always attach it.
  Oct 26 00:43:08 4720z kernel: [242523.989889] [drm:i915_set_reset_status] 
*ERROR* render ring hung inside bo (0xd32a000 ctx 0) at 0xd32aadc
  Oct 26 00:43:08 4720z kernel: [242524.496024] [drm:i915_reset] *ERROR* Failed 
to reset chip.
  Oct 26 00:43:18 4720z kernel: [242533.988090] [drm:i915_gem_wait_for_error] 
*ERROR* Timed out waiting for the gpu reset to complete
  Oct 26 00:43:18 4720z kernel: [242533.988107] [drm:i915_gem_wait_for_error] 
*ERROR* Timed out waiting for the gpu reset to complete
  Oct 26 00:43:18 4720z kernel: [242534.148091] [drm:i915_gem_wait_for_error] 
*ERROR* Timed out waiting for the gpu reset to complete
  Oct 26 00:43:18 4720z kernel: [242534.204095] [drm] GMBUS [i915 gmbus vga] 
timed out, falling back to bit banging on pin 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1385810/+subscriptions

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


[Desktop-packages] [Bug 1401835] Re: system-config-printer does not automatically download and install printer driver packages any more

2015-01-10 Thread Till Kamppeter
The proposed system-config-printer package for Trusty got a dependency
on cups-filters-ippusbxd accidentally (binary package system-config-
printer-udev). I will upload a corrected -0ubuntu2.5 soon.

** Changed in: system-config-printer (Ubuntu Trusty)
   Status: Fix Committed = In Progress

** Tags removed: verification-done
** Tags added: verification-done-utopic verification-failed-trusty

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

Title:
  system-config-printer does not automatically download and install
  printer driver packages any more

Status in system-config-printer package in Ubuntu:
  Fix Released
Status in system-config-printer source package in Trusty:
  In Progress
Status in system-config-printer source package in Utopic:
  Fix Committed

Bug description:
  The transition from Python2 to Python3, the replacement of the
  OpenPrinting web server by a new VM running Ubuntu 12.04 instead of
  10.04 (which was done bevause the old VM was completely overloaded and
  so contributed a part of the inability to auto-install drivers), and
  code restructuring in system-config-printer has broken automatic
  driver package download at several points. This is now fixed in the
  Vivid package of system-config-printer but (at least part) of the
  fixes needs to get backported to Utopic and Trusty, for which I have
  posted this bug report.

  [Impact]

  With the OpenPrinting web server change (Utopic, Trusty) and the
  transition to Python3 (Utopic) automatic driver download stopped
  working. So users of Utopic and Trusty who connect a printer only
  supported by a downloadable driver package listed at OpenPrinting
  (mostly newer Epson inkjets but also new PostScript/PCL printers from
  Ricoh and OEM, Samsung, ...) will not get the correct driver letting
  the printer not work at all or work with an inferior generic driver.

  [Test Case]

  If you do not have one of the mentioned printers, create a file named
  /usr/lib/cups/backend/testbackend containing the line

  echo 'direct usb://EPSON/EP-801A EPSON EP-801A EPSON EP-801A
  MFG:EPSON;CMD:ESCPL2,BDC,D4,D4PX,ESCPR2;MDL:EP-
  801A;CLS:PRINTER;DES:EPSON EP-801A; '

  and make it world-readable and -executable:

  sudo chmod a+rx /usr/lib/cups/backend/testbackend

  This emulates an Epson EP-801A printer on USB, at least for CUPS'
  printer discovery facility.

  Start system-config-printer and click the Add button. In the printer
  setup wizard choose the Epson EP-801A under the detected printers.
  There will pop up Searching driver messages several times but in the
  end the manual make/model/driver selection screen appears as system-
  config-printer was not able to find a driver for this printer.

  With the proposed packages for Utopic and Trusty a driver is find via
  OpenPrinting (epson-escpr) and offered for download. Accepting this
  leads to the driver being installed (and the Debian package repository
  at Epson being locally registered for future updates by Ubuntu's
  update mechanism) and afterwards automatically being assigned to the
  new print queue. The user is only asked for setting the queue name and
  comments before the wizard completes.

  [Regression Potential]

  Regression potential is low, as the fix consists of several small,
  independent changes, and most of them are not hit if the newly added
  printer is supported by a locally available driver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1401835/+subscriptions

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


[Desktop-packages] [Bug 1385810] Re: Chromium causes drm/i915 stuck on render ring

2015-01-10 Thread morryis
https://bugs.freedesktop.org/show_bug.cgi?id=80568

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

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

Title:
  Chromium causes drm/i915 stuck on render ring

Status in xserver-xorg-video-intel package in Ubuntu:
  Confirmed

Bug description:
  Reproducible example: visit http://ello.co/jondcook in Chromium and
  the GPU will crash

  Linux 4720z 3.13.0-38-generic #65~precise1-Ubuntu SMP Thu Oct 9 19:24:05 UTC 
2014 i686 i686 i386 GNU/Linux
  NAME=Ubuntu
  VERSION=12.04.5 LTS, Precise Pangolin
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME=Ubuntu precise (12.04.5 LTS)
  VERSION_ID=12.04
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=12.04
  DISTRIB_CODENAME=precise
  DISTRIB_DESCRIPTION=Ubuntu 12.04.5 LTS

  Chromium Version 37.0.2062.120 Ubuntu 12.04 (281580)

  Oct 26 00:43:08 4720z kernel: [242523.988084] [drm] stuck on render ring
  Oct 26 00:43:08 4720z kernel: [242523.988096] [drm] GPU crash dump saved to 
/sys/class/drm/card0/error
  Oct 26 00:43:08 4720z kernel: [242523.988101] [drm] GPU hangs can indicate a 
bug anywhere in the entire gfx stack, including userspace.
  Oct 26 00:43:08 4720z kernel: [242523.988106] [drm] Please file a _new_ bug 
report on bugs.freedesktop.org against DRI - DRM/Intel
  Oct 26 00:43:08 4720z kernel: [242523.988110] [drm] drm/i915 developers can 
then reassign to the right component if it's not a kernel issue.
  Oct 26 00:43:08 4720z kernel: [242523.988115] [drm] The gpu crash dump is 
required to analyze gpu hangs, so please always attach it.
  Oct 26 00:43:08 4720z kernel: [242523.989889] [drm:i915_set_reset_status] 
*ERROR* render ring hung inside bo (0xd32a000 ctx 0) at 0xd32aadc
  Oct 26 00:43:08 4720z kernel: [242524.496024] [drm:i915_reset] *ERROR* Failed 
to reset chip.
  Oct 26 00:43:18 4720z kernel: [242533.988090] [drm:i915_gem_wait_for_error] 
*ERROR* Timed out waiting for the gpu reset to complete
  Oct 26 00:43:18 4720z kernel: [242533.988107] [drm:i915_gem_wait_for_error] 
*ERROR* Timed out waiting for the gpu reset to complete
  Oct 26 00:43:18 4720z kernel: [242534.148091] [drm:i915_gem_wait_for_error] 
*ERROR* Timed out waiting for the gpu reset to complete
  Oct 26 00:43:18 4720z kernel: [242534.204095] [drm] GMBUS [i915 gmbus vga] 
timed out, falling back to bit banging on pin 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1385810/+subscriptions

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


[Desktop-packages] [Bug 1398444] Re: Missing dependency on gir1.2-gtk-3.0

2015-01-10 Thread Till Kamppeter
The proposed system-config-printer package for Trusty got a dependency
on cups-filters-ippusbxd accidentally (binary package system-config-
printer-udev). Therefore please reject the package in trusty-proposed. I
will upload a corrected -0ubuntu2.5 immediately then.

** Changed in: system-config-printer (Ubuntu Trusty)
   Status: Fix Committed = In Progress

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

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

Title:
  Missing dependency on gir1.2-gtk-3.0

Status in system-config-printer package in Ubuntu:
  Fix Released
Status in system-config-printer source package in Trusty:
  In Progress

Bug description:
  When trying to start system-config-printer from the command-line, I
  get an error

  Traceback (most recent call last):
    File /usr/share/system-config-printer/system-config-printer.py, line 32, 
in module
  from gi.repository import Gdk
  ImportError: cannot import name Gdk

  After installing gir1.2-gtk-3.0 the error disappears.

  [Impact]

  The gir1.2-gtk-3.0 can be uninstalled or system-config-printer can be
  installed on a system with no gir1.2-gtk-3.0, leading to a non-working
  system-config-printer.

  [Test Case]

  Try to uninstall gir1.2-gtk-3.0 on a Trusty system with system-config-
  printer installed. It will work or if not, the dependencies shown will
  not include system-config-printer-gnome.

  With the proposed package system-config-printer-gnome depends on
  gir1.2-gtk-3.0.

  [Regression Potential]

  No regression potential at all as there is no code change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1398444/+subscriptions

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


[Desktop-packages] [Bug 1400232] Re: system-config-printer crash UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 1441: invalid continuation byte (only UTF-8-encoded PPD files can

2015-01-10 Thread Till Kamppeter
The proposed system-config-printer package for Trusty got a dependency
on cups-filters-ippusbxd accidentally (binary package system-config-
printer-udev). Therefore please reject the package in trusty-proposed. I
will upload a corrected -0ubuntu2.5 immediately then.

** Changed in: system-config-printer (Ubuntu Trusty)
   Status: Fix Committed = In Progress

** Tags removed: verification-done
** Tags added: verification-done-utopic verification-failed-trusty

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

Title:
  system-config-printer crash UnicodeDecodeError: 'utf-8' codec can't
  decode byte 0xe9 in position 1441: invalid continuation byte (only
  UTF-8-encoded PPD files can be used)

Status in system-config-printer package in Ubuntu:
  Fix Released
Status in system-config-printer source package in Trusty:
  In Progress
Status in system-config-printer source package in Utopic:
  Fix Committed

Bug description:
  system-config-printer crash with the following traceback :

  sramage@japc09:~$ system-config-printer
  Traceback (most recent call last):
    File /usr/share/system-config-printer/asyncipp.py, line 191, in send_reply
  handler (self._conn, result)
    File /usr/share/system-config-printer/asyncpk1.py, line 164, in 
_ipp_reply_handler
  self._client_reply_handler (self._conn, *args)
    File /usr/share/system-config-printer/asyncconn.py, line 91, in 
reply_handler
  self._reply_handler (self, self._reply_data, *args)
    File /usr/share/system-config-printer/asyncconn.py, line 209, in 
_subst_reply_handler
  reply_handler (self, *args)
    File /usr/share/system-config-printer/ppdcache.py, line 79, in lambda
  self._got_ppd3 (c, name, r, callback),
    File /usr/share/system-config-printer/ppdcache.py, line 153, in _got_ppd3
  self.fetch_ppd (name, callback, check_uptodate=False)
    File /usr/share/system-config-printer/ppdcache.py, line 90, in fetch_ppd
  tmpf.writelines (f.readlines ())
    File /usr/lib/python3.4/codecs.py, line 313, in decode
  (result, consumed) = self._buffer_decode(data, self.errors, final)
  UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 1441: 
invalid continuation byte

  [Impact]

  It is impossible to set up or manipulate a printer with a PPD file
  which is not UTF-8-encoded and no plain ASCII. Even worse, if such a
  PPD is installed into the system's PPD repository, the corresponding
  printer(s) will not auto-setup.

  [Test Case]

  Take a PPD file which is not UTF-8-encoded, for example a PPD file for
  Windows with Windows-1252 encoding. Try to set up a que with it or to
  change an existing queue to use it by means of system-config-printer.
  system-config-printer will crash.

  With the proposed package the PPD can be used without problems.

  [Regression Potential]

  The changes are very simple and therefore the regression potential is
  low.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1400232/+subscriptions

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


[Desktop-packages] [Bug 1394244] Re: pycurl gives 'gnutls_handshake() warning: The server name sent was not recognized', curl on command line and wget work with same URL

2015-01-10 Thread Till Kamppeter
The proposed system-config-printer package for Trusty got a dependency
on cups-filters-ippusbxd accidentally (binary package system-config-
printer-udev). Therefore please reject the package in trusty-proposed. I
will upload a corrected -0ubuntu2.5 immediately then.

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

** Changed in: system-config-printer (Ubuntu Trusty)
   Status: Fix Committed = In Progress

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

Title:
  pycurl gives 'gnutls_handshake() warning: The server name sent was not
  recognized', curl on command line and wget work with same URL

Status in pycurl package in Ubuntu:
  New
Status in system-config-printer package in Ubuntu:
  Fix Released
Status in pycurl source package in Trusty:
  New
Status in system-config-printer source package in Trusty:
  In Progress
Status in pycurl source package in Utopic:
  New
Status in system-config-printer source package in Utopic:
  Fix Committed

Bug description:
  From a Python program (system-config-printer) I need to access an
  https URL (on OpenPrinting) assuring that the answer really comes from
  OpenPrinting and not from an attacker. This serves for automatically
  downloading and installing driver packages for detected and locally
  unsupported printers.

  A typical URL sent by system-config-printer to find driver packages
  for a detected printer is

  
https://www.openprinting.org/query.cgi?moreinfo=1showprinterid=1onlynewestdriverpackages=0architectures=amd64noobsoletes=1onlyfree=0onlymanufacturer=0onlydownload=1packagesystem=debonlysigneddriverpackages=0format=xmltype=driversprinter=MFG:EPSON;MDL
  :EP-805A%20Series;DES:EPSON%20EP-805A%20Series;CLS:PRINTER;

  The https://...; allows for checking whether the answer really comes
  from OpenPrinting. It is no problem accessing this URL with a browser
  or by the command line:

  curl
  
'https://www.openprinting.org/query.cgi?moreinfo=1showprinterid=1onlynewestdriverpackages=0architectures=amd64noobsoletes=1onlyfree=0onlymanufacturer=0onlydownload=1packagesystem=debonlysigneddriverpackages=0format=xmltype=driversprinter=MFG:EPSON;MDL
  :EP-805A%20Series;DES:EPSON%20EP-805A%20Series;CLS:PRINTER;'

  wget
  
'https://www.openprinting.org/query.cgi?moreinfo=1showprinterid=1onlynewestdriverpackages=0architectures=amd64noobsoletes=1onlyfree=0onlymanufacturer=0onlydownload=1packagesystem=debonlysigneddriverpackages=0format=xmltype=driversprinter=MFG:EPSON;MDL
  :EP-805A%20Series;DES:EPSON%20EP-805A%20Series;CLS:PRINTER;'

  In all cases I get an XML data set in a reasonable amount of time (so
  server performance is OK). The XML data set tells about a driver
  package from Epson with all info to download it and to establish
  automatic updates via the facilities of the distro. RPM- and DEB-based
  distros with 32-bit or 64-bit Intel architectures are supported.

  system-config-printer is written completely in Python and uses the
  pycurl library to call the URL with verification that the
  communication is done with the actual OpenPrinting server. This does
  not work any more. If I run the following simple Python code it fails:

  --
  import pycurl
  def collect_data(result):
 print(result)
 return len(result)

  curl = pycurl.Curl()
  curl.setopt(pycurl.SSL_VERIFYPEER, 1)
  curl.setopt(pycurl.SSL_VERIFYHOST, 2)
  curl.setopt(pycurl.WRITEFUNCTION, collect_data)
  curl.setopt(pycurl.URL, 
'https://www.openprinting.org/query.cgi?moreinfo=1showprinterid=1onlynewestdriverpackages=0architectures=amd64noobsoletes=1onlyfree=0onlymanufacturer=0onlydownload=1packagesystem=debonlysigneddriverpackages=0format=xmltype=driversprinter=MFG:EPSON;MDL:EP-805A%20Series;DES:EPSON%20EP-805A%20Series;CLS:PRINTER;')
  status = curl.perform()
  repr(status)
  quit()
  --

  You can paste the lines into a text editor to get a Python program or
  run python or python3 (Python version seems not to matter) and
  paste the bunch of lines to the prompt.

  The result is always the same, the status = curl.perform() line
  gives:

  Traceback (most recent call last):
File stdin, line 1, in module
  pycurl.error: (51, 'gnutls_handshake() warning: The server name sent was not 
recognized')

  For me it looks like that something has changed, as formerly this
  Python code worked correctly.

  If I change https://...; to http://...; all works correctly and I
  get the XML data, but then there is no verification any more that the
  communication is really done with OpenPrinting.

  See also

  http://stackoverflow.com/questions/568247/pycurl-fails-but-curl-from-
  bash-works-in-ubuntu

  This all looks like a bug in pycurl.

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

-- 
Mailing list: 

[Desktop-packages] [Bug 1409193] Re: pygtkcompat crashes when using gtk2

2015-01-10 Thread Martin Pitt
This is a case of just don't do that, I'm afraid. GTK 2 is very old
and hasn't been maintained for like 5 years. At the time when gobject
introspection came up we already had GTK 3, so any introspection stuff
which happens to work with GTK 2 is pure luck.

** Information type changed from Private to Public

** Changed in: pygobject (Ubuntu)
   Status: New = Won't Fix

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

Title:
  pygtkcompat crashes when using gtk2

Status in pygobject package in Ubuntu:
  Won't Fix

Bug description:
  Running the following python script:

  import pygtkcompat
  pygtkcompat.enable_gtk(version='2.0')

  crashes both python2.7 and python3.4.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: python2.7-minimal 2.7.6-8
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jan 10 12:06:49 2015
  ExecutablePath: /usr/bin/python2.7
  InstallationDate: Installed on 2014-06-07 (216 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  ProcCmdline: python trygtk2.py
  SegvAnalysis:
   Segfault happened at: 0x7fd0cdd6d2ff _pygi_argument_to_object+831: cmpq   
$0x4c,(%rax)
   PC (0x7fd0cdd6d2ff) ok
   source $0x4c ok
   destination (%rax) (0xc6e00047d83) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: python2.7
  StacktraceTop:
   _pygi_argument_to_object (arg=arg@entry=0x7fffac3511d0, 
type_info=type_info@entry=0x250ab20, 
transfer=transfer@entry=GI_TRANSFER_NOTHING) at ../../gi/pygi-argument.c:1434
   _wrap_g_constant_info_get_value (self=0x7fd0c7b8dd00) at 
../../gi/pygi-info.c:1713
   PyEval_EvalFrameEx ()
   ?? ()
   ?? ()
  Title: python2.7 crashed with SIGSEGV in _pygi_argument_to_object()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data

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

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


[Desktop-packages] [Bug 1409081] Re: /etc/init.d/pcscd works only at first start.

2015-01-10 Thread Ludovic Rousseau
This file is a conffile and is not managed like the other files of a
package.

A local modification is not overwritten unless explicitly accepted by
the admin. I guess you edited the file and refused to upgrade it during
the install of a newer version of pcscd.

I will close the bug.

** Changed in: pcsc-lite (Ubuntu)
   Status: New = Fix Released

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

Title:
  /etc/init.d/pcscd works only at first start.

Status in pcsc-lite package in Ubuntu:
  Fix Released

Bug description:
  /etc/init.d/pcscd * resp. service pcscd * works only at first start.
  In all other cases it just does nothing resp. starts one more pcscd.

  Examples:

  root@liberty:/etc# service pcscd start
  root@liberty:/etc# ps -ef|grep pcscd
  root  3850  1884  0 16:09 pts/10   00:00:00 /usr/sbin/pcscd

  root@liberty:/etc# service pcscd start
  root@liberty:/etc# ps -ef|grep pcscd
  root  3850  1884  0 16:09 pts/10   00:00:01 /usr/sbin/pcscd
  root  5230  1884  0 17:49 pts/10   00:00:00 /usr/sbin/pcscd

  root@liberty:/etc# service pcscd stop
  root@liberty:/etc# ps -ef|grep pcscd
  root  3850  1884  0 16:09 pts/10   00:00:01 /usr/sbin/pcscd
  root  5230  1884  0 17:49 pts/10   00:00:00 /usr/sbin/pcscd

  root@liberty:/etc# /etc/init.d/pcscd stop
  root@liberty:/etc# ps -ef|grep pcscd
  root  3850  1884  0 16:09 pts/10   00:00:01 /usr/sbin/pcscd
  root  5230  1884  0 17:49 pts/10   00:00:00 /usr/sbin/pcscd

  root@liberty:/etc# service pcscd restart
   * Restarting PCSC Lite resource manager pcscd
  [ OK ] 
  root@liberty:/etc# ps -ef|grep pcscd
  root  3850  1884  0 16:09 pts/10   00:00:01 /usr/sbin/pcscd
  root  5230  1884  0 17:49 pts/10   00:00:00 /usr/sbin/pcscd
  root  5295  1884  0 17:52 pts/10   00:00:00 /usr/sbin/pcscd

  ###

  The problem is caused by these lines in /etc/init.d/pcscd:

  # create $IPCDIR with correct access rights
  rm -rf $IPCDIR
  mkdir $IPCDIR
  chgrp pcscd $IPCDIR
  chmod g+w $IPCDIR

  Since PIDFILE=$IPCDIR/$NAME.pid it will be deleted by the first of these 
commands and
  start-stop-daemon in /etc/init.d/pcscd using option --pidfile $PIDFILE 
can not work anymore.

  Commenting the lines above makes the script work as expected (or at
  least as expected by _me_).

  ###

  Another minor problem is the line chgrp pcscd $IPCDIR in the init script: 
Group pcscd does not exist.
  Creating the group myself does not change anything, neither positive nor 
negative -
  except for the fact that the group is then set on $IPCDIR:

  wolf@liberty:/run$ ls -ld pcscd
  drwxr-xr-x 2 root pcscd 80 Dez 22 17:52 pcscd

  wolf@liberty:/run$ ls -l pcscd
  total 4
  srw-rw-rw- 1 root root 0 Dez 22 17:52 pcscd.comm
  -rw-r--r-- 1 root root 6 Dez 22 17:52 pcscd.pid

  ###

  pcscd --version
  pcsc-lite version 1.8.10.
  Copyright (C) 1999-2002 by David Corcoran corco...@linuxnet.com.
  Copyright (C) 2001-2011 by Ludovic Rousseau ludovic.rouss...@free.fr.
  Copyright (C) 2003-2004 by Damien Sauveron sauve...@labri.fr.
  Report bugs to mus...@lists.musclecard.com.
  Enabled features: Linux x86_64-pc-linux-gnu serial usb libudev 
usbdropdir=/usr/lib/pcsc/drivers ipcdir=/var/run/pcscd 
configdir=/etc/reader.conf.d

  apt-cache policy pcscd
  pcscd:
Installed: 1.8.10-1ubuntu1
Candidate: 1.8.10-1ubuntu1
Version table:
   *** 1.8.10-1ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
  100 /var/lib/dpkg/status

  
  OS: Ubuntu 14.04 64bit
  3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64 x86_64 
x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1409081/+subscriptions

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


[Desktop-packages] [Bug 1409237] [NEW] Just report

2015-01-10 Thread JdC
Public bug reported:

Did the test under xorg

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is een map: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
 GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
.proc.driver.nvidia.warnings.fbdev:
 Your system is not currently configured to drive a VGA console
 on the primary VGA device. The NVIDIA Linux graphics driver
 requires the use of a text-mode VGA console. Use of other console
 drivers including, but not limited to, vesafb, may result in
 corruption and stability problems, and is not supported.
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sat Jan 10 10:50:51 2015
DistUpgraded: 2014-09-27 13:42:13,227 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: No
GraphicsCard:
 Subsystem: ASUSTeK Computer Inc. P8H77-I Motherboard [1043:84ca]
 NVIDIA Corporation GK106 [GeForce GTX 660] [10de:11c0] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:2871]
InstallationDate: Installed on 2014-02-24 (319 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=nl_NL
 PATH=(custom, no user)
 LANG=nl_NL.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=28478695-9e82-4e38-abd8-57343c56b0a2 ro splash quiet
SourcePackage: xorg
UpgradeStatus: Upgraded to trusty on 2014-09-27 (104 days ago)
XorgConf:
 Section Device
Identifier  Default Device
Option  NoLogoTrue
 EndSection
dmi.bios.date: 04/18/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0401
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8Z77-V LE PLUS
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0401:bd04/18/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VLEPLUS:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.56-1~ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sat Jan 10 10:42:56 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.15.1-0ubuntu2.6

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


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

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

Title:
  Just report

Status in xorg package in Ubuntu:
  New

Bug description:
  Did the test under xorg

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is een map: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode 

[Desktop-packages] [Bug 1409193] Re: pygtkcompat crashes when using gtk2

2015-01-10 Thread Martin Pitt
Oh, and pygtkcompat's purpose is to provide a pygtk like compat wrapper
for PyGI + GTK 3. :-) If you have to use GTK 2 still, use the
corresponding real pygtk. (But as I said, none of that is supported any
more).

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

Title:
  pygtkcompat crashes when using gtk2

Status in pygobject package in Ubuntu:
  Won't Fix

Bug description:
  Running the following python script:

  import pygtkcompat
  pygtkcompat.enable_gtk(version='2.0')

  crashes both python2.7 and python3.4.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: python2.7-minimal 2.7.6-8
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jan 10 12:06:49 2015
  ExecutablePath: /usr/bin/python2.7
  InstallationDate: Installed on 2014-06-07 (216 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  ProcCmdline: python trygtk2.py
  SegvAnalysis:
   Segfault happened at: 0x7fd0cdd6d2ff _pygi_argument_to_object+831: cmpq   
$0x4c,(%rax)
   PC (0x7fd0cdd6d2ff) ok
   source $0x4c ok
   destination (%rax) (0xc6e00047d83) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: python2.7
  StacktraceTop:
   _pygi_argument_to_object (arg=arg@entry=0x7fffac3511d0, 
type_info=type_info@entry=0x250ab20, 
transfer=transfer@entry=GI_TRANSFER_NOTHING) at ../../gi/pygi-argument.c:1434
   _wrap_g_constant_info_get_value (self=0x7fd0c7b8dd00) at 
../../gi/pygi-info.c:1713
   PyEval_EvalFrameEx ()
   ?? ()
   ?? ()
  Title: python2.7 crashed with SIGSEGV in _pygi_argument_to_object()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data

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

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


[Desktop-packages] [Bug 1156879] Re: totem crashed with SIGABRT in __assert_fail_base()

2015-01-10 Thread madbiologist
Official support for Ubuntu 13.04 Raring Ringtail has ended.  Is this
still occurring on Ubuntu 14.10 Utopic Unicorn?

** Changed in: totem (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: totem (Ubuntu)
   Status: Invalid = Incomplete

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

Title:
  totem crashed with SIGABRT in __assert_fail_base()

Status in totem package in Ubuntu:
  Incomplete

Bug description:
  Crashes when used by firefox to play an MP3 or in context to play video or 
just from the commandline:
  joe@studio1304:~$ totem
  Fontconfig warning: /etc/fonts/conf.d/50-user.conf, line 9: reading 
configurations from ~/.fonts.conf is deprecated.
  totem: nv04_state_frag.c:248: get_texenv_mode: Assertion `0' failed.
  Aborted (core dumped)

  TNT2 nvidia card
  open driver. (nouveau)

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: totem 3.6.3-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-12.8-lowlatency 3.8.2
  Uname: Linux 3.8.0-12-lowlatency i686
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: i386
  Date: Mon Mar 18 14:57:11 2013
  ExecutablePath: /usr/bin/totem
  InstallationDate: Installed on 2013-03-13 (5 days ago)
  InstallationMedia: Ubuntu-Studio 13.04 Raring Ringtail - Alpha i386 
(20130312)
  MarkForUpload: True
  ProcCmdline: totem
  Signal: 6
  SourcePackage: totem
  StacktraceTop:
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   ?? () from /lib/i386-linux-gnu/libc.so.6
   __assert_fail () from /lib/i386-linux-gnu/libc.so.6
   ?? () from /usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so
  Title: totem crashed with SIGABRT in raise()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1394244] Re: pycurl gives 'gnutls_handshake() warning: The server name sent was not recognized', curl on command line and wget work with same URL

2015-01-10 Thread Till Kamppeter
Uploaded system-config-printer_1.4.3+20140219-0ubuntu2.5 to trusty-
proposed with the dependency on cups-filters-ippusbxd removed. See bug
1409263.

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

Title:
  pycurl gives 'gnutls_handshake() warning: The server name sent was not
  recognized', curl on command line and wget work with same URL

Status in pycurl package in Ubuntu:
  New
Status in system-config-printer package in Ubuntu:
  Fix Released
Status in pycurl source package in Trusty:
  New
Status in system-config-printer source package in Trusty:
  In Progress
Status in pycurl source package in Utopic:
  New
Status in system-config-printer source package in Utopic:
  Fix Committed

Bug description:
  From a Python program (system-config-printer) I need to access an
  https URL (on OpenPrinting) assuring that the answer really comes from
  OpenPrinting and not from an attacker. This serves for automatically
  downloading and installing driver packages for detected and locally
  unsupported printers.

  A typical URL sent by system-config-printer to find driver packages
  for a detected printer is

  
https://www.openprinting.org/query.cgi?moreinfo=1showprinterid=1onlynewestdriverpackages=0architectures=amd64noobsoletes=1onlyfree=0onlymanufacturer=0onlydownload=1packagesystem=debonlysigneddriverpackages=0format=xmltype=driversprinter=MFG:EPSON;MDL
  :EP-805A%20Series;DES:EPSON%20EP-805A%20Series;CLS:PRINTER;

  The https://...; allows for checking whether the answer really comes
  from OpenPrinting. It is no problem accessing this URL with a browser
  or by the command line:

  curl
  
'https://www.openprinting.org/query.cgi?moreinfo=1showprinterid=1onlynewestdriverpackages=0architectures=amd64noobsoletes=1onlyfree=0onlymanufacturer=0onlydownload=1packagesystem=debonlysigneddriverpackages=0format=xmltype=driversprinter=MFG:EPSON;MDL
  :EP-805A%20Series;DES:EPSON%20EP-805A%20Series;CLS:PRINTER;'

  wget
  
'https://www.openprinting.org/query.cgi?moreinfo=1showprinterid=1onlynewestdriverpackages=0architectures=amd64noobsoletes=1onlyfree=0onlymanufacturer=0onlydownload=1packagesystem=debonlysigneddriverpackages=0format=xmltype=driversprinter=MFG:EPSON;MDL
  :EP-805A%20Series;DES:EPSON%20EP-805A%20Series;CLS:PRINTER;'

  In all cases I get an XML data set in a reasonable amount of time (so
  server performance is OK). The XML data set tells about a driver
  package from Epson with all info to download it and to establish
  automatic updates via the facilities of the distro. RPM- and DEB-based
  distros with 32-bit or 64-bit Intel architectures are supported.

  system-config-printer is written completely in Python and uses the
  pycurl library to call the URL with verification that the
  communication is done with the actual OpenPrinting server. This does
  not work any more. If I run the following simple Python code it fails:

  --
  import pycurl
  def collect_data(result):
 print(result)
 return len(result)

  curl = pycurl.Curl()
  curl.setopt(pycurl.SSL_VERIFYPEER, 1)
  curl.setopt(pycurl.SSL_VERIFYHOST, 2)
  curl.setopt(pycurl.WRITEFUNCTION, collect_data)
  curl.setopt(pycurl.URL, 
'https://www.openprinting.org/query.cgi?moreinfo=1showprinterid=1onlynewestdriverpackages=0architectures=amd64noobsoletes=1onlyfree=0onlymanufacturer=0onlydownload=1packagesystem=debonlysigneddriverpackages=0format=xmltype=driversprinter=MFG:EPSON;MDL:EP-805A%20Series;DES:EPSON%20EP-805A%20Series;CLS:PRINTER;')
  status = curl.perform()
  repr(status)
  quit()
  --

  You can paste the lines into a text editor to get a Python program or
  run python or python3 (Python version seems not to matter) and
  paste the bunch of lines to the prompt.

  The result is always the same, the status = curl.perform() line
  gives:

  Traceback (most recent call last):
File stdin, line 1, in module
  pycurl.error: (51, 'gnutls_handshake() warning: The server name sent was not 
recognized')

  For me it looks like that something has changed, as formerly this
  Python code worked correctly.

  If I change https://...; to http://...; all works correctly and I
  get the XML data, but then there is no verification any more that the
  communication is really done with OpenPrinting.

  See also

  http://stackoverflow.com/questions/568247/pycurl-fails-but-curl-from-
  bash-works-in-ubuntu

  This all looks like a bug in pycurl.

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

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


[Desktop-packages] [Bug 1401835] Re: system-config-printer does not automatically download and install printer driver packages any more

2015-01-10 Thread Till Kamppeter
Uploaded system-config-printer_1.4.3+20140219-0ubuntu2.5 to trusty-
proposed with the dependency on cups-filters-ippusbxd removed. See bug
1409263.

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

Title:
  system-config-printer does not automatically download and install
  printer driver packages any more

Status in system-config-printer package in Ubuntu:
  Fix Released
Status in system-config-printer source package in Trusty:
  In Progress
Status in system-config-printer source package in Utopic:
  Fix Committed

Bug description:
  The transition from Python2 to Python3, the replacement of the
  OpenPrinting web server by a new VM running Ubuntu 12.04 instead of
  10.04 (which was done bevause the old VM was completely overloaded and
  so contributed a part of the inability to auto-install drivers), and
  code restructuring in system-config-printer has broken automatic
  driver package download at several points. This is now fixed in the
  Vivid package of system-config-printer but (at least part) of the
  fixes needs to get backported to Utopic and Trusty, for which I have
  posted this bug report.

  [Impact]

  With the OpenPrinting web server change (Utopic, Trusty) and the
  transition to Python3 (Utopic) automatic driver download stopped
  working. So users of Utopic and Trusty who connect a printer only
  supported by a downloadable driver package listed at OpenPrinting
  (mostly newer Epson inkjets but also new PostScript/PCL printers from
  Ricoh and OEM, Samsung, ...) will not get the correct driver letting
  the printer not work at all or work with an inferior generic driver.

  [Test Case]

  If you do not have one of the mentioned printers, create a file named
  /usr/lib/cups/backend/testbackend containing the line

  echo 'direct usb://EPSON/EP-801A EPSON EP-801A EPSON EP-801A
  MFG:EPSON;CMD:ESCPL2,BDC,D4,D4PX,ESCPR2;MDL:EP-
  801A;CLS:PRINTER;DES:EPSON EP-801A; '

  and make it world-readable and -executable:

  sudo chmod a+rx /usr/lib/cups/backend/testbackend

  This emulates an Epson EP-801A printer on USB, at least for CUPS'
  printer discovery facility.

  Start system-config-printer and click the Add button. In the printer
  setup wizard choose the Epson EP-801A under the detected printers.
  There will pop up Searching driver messages several times but in the
  end the manual make/model/driver selection screen appears as system-
  config-printer was not able to find a driver for this printer.

  With the proposed packages for Utopic and Trusty a driver is find via
  OpenPrinting (epson-escpr) and offered for download. Accepting this
  leads to the driver being installed (and the Debian package repository
  at Epson being locally registered for future updates by Ubuntu's
  update mechanism) and afterwards automatically being assigned to the
  new print queue. The user is only asked for setting the queue name and
  comments before the wizard completes.

  [Regression Potential]

  Regression potential is low, as the fix consists of several small,
  independent changes, and most of them are not hit if the newly added
  printer is supported by a locally available driver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1401835/+subscriptions

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


[Desktop-packages] [Bug 888434] Re: /usr/lib/pm-utils/sleep.d/55NetworkManager calls the wrong method

2015-01-10 Thread Oliver R.
The bug seems to be still present in version 1.4.1-9fix.ubuntu12.04

Is anyone able to fix this?  Is it fixed in future versions?

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

Title:
  /usr/lib/pm-utils/sleep.d/55NetworkManager calls the wrong method

Status in pm-utils package in Ubuntu:
  Confirmed

Bug description:
  As of 11.10, 55NetworkManager calls the already non-existing sleep
  and wake methods on org.freedesktop.NetworkManager. It should call
  instead the Sleep (not capital 'S') method with a boolean argument:

  dbus_send ... ... org.freedesktop.NetworkManager.Sleep boolean:true

  for suspending, and false for resuming.

  Attached the fixed file.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: pm-utils 1.4.1-8ubuntu1 [modified: 
usr/lib/pm-utils/sleep.d/55NetworkManager]
  ProcVersionSignature: Ubuntu 3.0.0-12.20~ppa1-generic-tuxonice 3.0.4
  Uname: Linux 3.0.0-12-generic-tuxonice x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Thu Nov 10 08:32:17 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110426)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pm-utils
  UpgradeStatus: Upgraded to oneiric on 2011-10-30 (11 days ago)

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

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


[Desktop-packages] [Bug 1409244] [NEW] network manager reports ap as out of range

2015-01-10 Thread Jarmo
Public bug reported:

The Network manager reports WLAN AP as out of range and will not connect
- using manual AP association I can connect and report this bug.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: network-manager 0.9.8.8-0ubuntu7
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic i686
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
CRDA:
 country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
Date: Sat Jan 10 12:48:51 2015
InstallationDate: Installed on 2013-08-01 (526 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
IpRoute:
 default via 192.168.11.254 dev wlan0 
 192.168.11.0/24 dev wlan0  proto kernel  scope link  src 192.168.11.121
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: network-manager
UpgradeStatus: Upgraded to trusty on 2014-04-24 (260 days ago)
nmcli-con:
 NAME  UUID   TYPE  
TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
 Bmw Netti 1128d2a1-204d-4dff-a42b-ce9a527578fe   
802-11-wireless   0never  yes   
no /org/freedesktop/NetworkManager/Settings/2
 AndroidAP ba97f064-b68e-4904-a04b-d49f523d1412   
802-11-wireless   1414150730   pe 24. lokakuuta 2014 14.38.50 yes   
no /org/freedesktop/NetworkManager/Settings/1
 jj2   1c962c5f-3858-4753-88ad-8ffef3f8eb9d   
802-11-wireless   1420750177   to  8. tammikuuta 2015 22.49.37yes   
no /org/freedesktop/NetworkManager/Settings/0
 Wired connection 192dffd97-ed8e-4baa-9dfd-cbcad24b4d5d   
802-3-ethernet1420834145   pe  9. tammikuuta 2015 22.09.05yes   
no /org/freedesktop/NetworkManager/Settings/3
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 wlan0  802-11-wireless   unmanaged 
/org/freedesktop/NetworkManager/Devices/1  
 eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.8connected   enabled   enabled 
enabledenabled enabled

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


** Tags: apport-bug i386 trusty

** Summary changed:

- network manager out of range
+ network manager reports out of range

** Summary changed:

- network manager reports out of range
+ network manager reports ap as out of range

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

Title:
  network manager reports ap as out of range

Status in network-manager package in Ubuntu:
  New

Bug description:
  The Network manager reports WLAN AP as out of range and will not
  connect - using manual AP association I can connect and report this
  bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: network-manager 0.9.8.8-0ubuntu7
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  CRDA:
   country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
  Date: Sat Jan 10 12:48:51 2015
  InstallationDate: Installed on 2013-08-01 (526 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
  IpRoute:
   default via 192.168.11.254 dev wlan0 
   192.168.11.0/24 dev wlan0  proto kernel  scope link  src 192.168.11.121
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to trusty on 2014-04-24 (260 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Bmw Netti 1128d2a1-204d-4dff-a42b-ce9a527578fe   
802-11-wireless   0never  yes   
no /org/freedesktop/NetworkManager/Settings/2
   AndroidAP ba97f064-b68e-4904-a04b-d49f523d1412   
802-11-wireless   1414150730   pe 24. lokakuuta 2014 14.38.50 yes   
no 

[Desktop-packages] [Bug 1365695] Re: No longer able to use GUI after update

2015-01-10 Thread nicola
Hi, I'm Nicola and for me downgrade ubuntu-drivers-common to version
1:0.2.91.4 doesn't work.

I tried all version, also all nvidia driver available version (331,340,346,..),
but I obtain always black screen on login.

Right now the only way for me is use bumblebee with nvidia 304 (current)

Notebook:   Santech N77
VGA:Nvidia GeForce GT675MX
OS: Ubuntu 14.04 64bit

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

Title:
  No longer able to use GUI after update

Status in nvidia-graphics-drivers-304-updates package in Ubuntu:
  Triaged
Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Triaged
Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  Triaged
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in xserver-xorg-video-intel package in Ubuntu:
  Fix Released
Status in xserver-xorg-video-intel-lts-trusty package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-304-updates source package in Precise:
  Triaged
Status in nvidia-graphics-drivers-331 source package in Precise:
  Triaged
Status in nvidia-graphics-drivers-331-updates source package in Precise:
  Triaged
Status in ubuntu-drivers-common source package in Precise:
  Invalid
Status in xserver-xorg-video-intel source package in Precise:
  Invalid
Status in xserver-xorg-video-intel-lts-trusty source package in Precise:
  Fix Released
Status in nvidia-graphics-drivers-304-updates source package in Trusty:
  Triaged
Status in nvidia-graphics-drivers-331 source package in Trusty:
  Triaged
Status in nvidia-graphics-drivers-331-updates source package in Trusty:
  Triaged
Status in ubuntu-drivers-common source package in Trusty:
  Fix Released
Status in xserver-xorg-video-intel source package in Trusty:
  Fix Released
Status in xserver-xorg-video-intel-lts-trusty source package in Trusty:
  Invalid

Bug description:
  Until yesterday the 14.04 install on this Thinkpad T530 (nvidia
  Optimus) with nvidia-331 drivers worked just fine, including excellent
  multi-monitor behavior. Yesterday the set of packages below [1] was
  updated. I shut down, booted this morning and found out that I was not
  shown the lightdm login screen: I was stuck at the purple screen that
  precedes it (into which I enter my disk encryption password).

  Now the funny thing is that I could hear the lightdm startup sound and
  could actually login by typing my password (disk activity and started
  processes verify I am actually logged in), but I can't see anything:
  I'm still stuck at the puple screen.

  Uninstalling the nvidia drivers solved the problem: I'm typing this in
  a browser window using the nouveau drivers.

  I atttempted switching to nvidia-304, but that doesn't work either.
  Using those drivers I am shown the lightdm login screen, but after
  logging in I'm stuck with a screen showing only the background image.
  Nothing else is available, no keyboard or mouse trickery will reveal
  any menu, dialog or terminal to gain access.

  Since nouveau doesn't support a multi-monitor setup, it would be great
  if I someone could tell me how to get the nvidia drivers working
  again.

  Some things I noticed:
  - .xsession-errors reported 'Xlib:  extension GLX missing on display :0'
  - /var/log/Xorg.0.log reported 'setversion 1.4 failed: Permission denied'

  [1] The packages that were updated:

  Start-Date: 2014-09-03  15:07:38
  Upgrade: libsystemd-login0:amd64 (204-5ubuntu20.4, 204-5ubuntu20.5), 
systemd-services:amd64 (204-5ubuntu20.4, 204-5ubuntu20.5), librbd1:amd64 
(0.80.1-0ubuntu1.1, 0.80.5-0ubuntu0.14.04.1), ubuntu-drivers-common:amd64 
(0.2.91.5, 0.2.91.6), libsystemd-daemon0:amd64 (204-5ubuntu20.4, 
204-5ubuntu20.5), libgudev-1.0-0:amd64 (204-5ubuntu20.4, 204-5ubuntu20.5), 
libgudev-1.0-0:i386 (204-5ubuntu20.4, 204-5ubuntu20.5), libpam-systemd:amd64 
(204-5ubuntu20.4, 204-5ubuntu20.5), librados2:amd64 (0.80.1-0ubuntu1.1, 
0.80.5-0ubuntu0.14.04.1), shotwell-common:amd64 (0.18.0-0ubuntu4.1, 
0.18.0-0ubuntu4.2), udev:amd64 (204-5ubuntu20.4, 204-5ubuntu20.5), 
shotwell:amd64 (0.18.0-0ubuntu4.1, 0.18.0-0ubuntu4.2), gir1.2-gudev-1.0:amd64 
(204-5ubuntu20.4, 204-5ubuntu20.5), libudev-dev:amd64 (204-5ubuntu20.4, 
204-5ubuntu20.5), libudev1:amd64 (204-5ubuntu20.4, 204-5ubuntu20.5), 
libudev1:i386 (204-5ubuntu20.4, 204-5ubuntu20.5), 
xserver-xorg-video-intel:amd64 (2.99.910-0ubuntu1, 2.99.910-0ubuntu1.1), 
libsystemd-jou
 rnal0:amd64 (204-5ubuntu20.4, 204-5ubuntu20.5), rsyslog:amd64 (7.4.4-1ubuntu2, 
7.4.4-1ubuntu2.1)
  End-Date: 2014-09-03  15:08:06

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nvidia-current-updates (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64

[Desktop-packages] [Bug 1315212]

2015-01-10 Thread Raymond
seem

chmap -Dsurround41:CARD=CA0106 query


fail but


chmap -Dsurround41:CARD=CA0106 get

return channel map


in ca0106.conf

there is no definition of ca0106.pcm.surround41

just

 confdir:pcm/surround21.conf
  confdir:pcm/surround41.conf
 confdir:pcm/surround50.conf



Do surround21 , surround41 appear in

aplay -L

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

Title:
  [CA0106 - CA0106, playback] Playback problem - Surround dies, no valid
  output

Status in ALSA driver:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  This is tested against a Creative Labs Sounblaster live! (sb0410) card
  and a SoundBlaster Audigy se (sb0570). Both of them behave strangely,
  output coming through some, but not all speakers, etc. This was
  working in 13.10 under the sb0410. the ca0106 driver is the same for
  both cards.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  joshp 30385 F pulseaudio
   /dev/snd/controlC0:  joshp 30385 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu May  1 21:37:12 2014
  InstallationDate: Installed on 2014-04-28 (3 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:CA0106 failed
  Symptom_Card: Built-in Audio - Intel ICH6
  Symptom_Type: None of the above
  Title: [CA0106 - CA0106, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/03/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0G8310
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd03/03/2006:svnDellInc.:pnOptiPlexGX280:pvr:rvnDellInc.:rn0G8310:rvr:cvnDellInc.:ct3:cvr:
  dmi.product.name: OptiPlex GX280
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1315212]

2015-01-10 Thread Raymond
for unknown reason which pulseaudio did not probe surround40


pulseaudio still using timer base scheduling in your last log

but it was strange tradtional mode was used in your first log


20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: alsa.name = 
CA0106
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: alsa.id = 
ca0106
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
alsa.subdevice = 0
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
alsa.subdevice_name = subdevice #0
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
alsa.device = 0
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: alsa.card 
= 0
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
alsa.card_name = CA0106
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
alsa.long_card_name = Live! 7.1 24bit [SB0410] at 0xcf00 irq 19
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
alsa.driver_name = snd_ca0106
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
device.bus_path = pci-:06:00.0
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: sysfs.path 
= /devices/pci:00/:00:1c.3/:05:00.0/:06:00.0/sound/card0
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: device.bus 
= pci
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
device.vendor.id = 1102
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
device.vendor.name = Creative Labs
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
device.product.id = 0007
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
device.product.name = CA0106 Soundblaster (SB0410 SBLive! 24-bit)
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
device.string = front:0
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
device.buffering.buffer_size = 65536
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
device.buffering.fragment_size = 32768
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
device.access_mode = mmap+timer
Jan 02 20:25:49 homecomp pulseaudio[11971]: [pulseaudio] sink.c: 
device.profile.name = analog-stereo






Dec 25 19:33:27 homecomp pulseaudio[1911]: module-stream-restore.id = 
sink-input-by-application-name:paplay
Dec 25 19:33:27 homecomp pulseaudio[1911]: Requested tlength=2000.00 ms, 
minreq=20.00 ms
Dec 25 19:33:27 homecomp pulseaudio[1911]: Traditional mode enabled, modifying 
sink usec only for compat with minreq.
Dec 25 19:33:27 homecomp pulseaudio[1911]: Requested latency=1960.00 ms, 
Received latency=341.33 ms
Dec 25 19:33:27 homecomp pulseaudio[1911]: memblockq requested: 
maxlength=4194304, tlength=192000, base=2, prebuf=190082, minreq=1920 
maxrewind=0
Dec 25 19:33:27 homecomp pulseaudio[1911]: memblockq sanitized: 
maxlength=4194304, tlength=192000, base=2, prebuf=190082, minreq=1920 
maxrewind=0
Dec 25 19:33:27 homecomp pulseaudio[1911]: Final latency 2341.33 ms = 1960.00 
ms + 2*20.00 ms + 341.33 ms
Dec 25 19:33:27 homecomp pulseaudio[1911]: Latency set to 26.00ms
Dec 25 19:33:27 homecomp pulseaudio[1911]: hwbuf_unused=60544
Dec 25 19:33:27 homecomp pulseaudio[1911]: setting avail_min=15617


the driver need to provide accurate hw_ptr  position in order to set 
hwbuf_unused to non zero

the actual buffer used = buffer size (65536) - hwbuf_unused (60544) is
5012 bytes

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

Title:
  [CA0106 - CA0106, playback] Playback problem - Surround dies, no valid
  output

Status in ALSA driver:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  This is tested against a Creative Labs Sounblaster live! (sb0410) card
  and a SoundBlaster Audigy se (sb0570). Both of them behave strangely,
  output coming through some, but not all speakers, etc. This was
  working in 13.10 under the sb0410. the ca0106 driver is the same for
  both cards.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  joshp 30385 F pulseaudio
   /dev/snd/controlC0:  joshp 30385 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu May  1 21:37:12 2014
  InstallationDate: Installed on 2014-04-28 (3 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:CA0106 failed
  Symptom_Card: Built-in 

[Desktop-packages] [Bug 1315212]

2015-01-10 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/ca0106/ca0106_mixer.c?id=fff36e472b4315df77513f4339c5c199c6aad28b

static DECLARE_TLV_DB_SCALE(snd_ca0106_db_scale2, -10350, 50, 1);

the scale only define step 1 is -103.50 dB and step size 0.5dB

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

Title:
  [CA0106 - CA0106, playback] Playback problem - Surround dies, no valid
  output

Status in ALSA driver:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  This is tested against a Creative Labs Sounblaster live! (sb0410) card
  and a SoundBlaster Audigy se (sb0570). Both of them behave strangely,
  output coming through some, but not all speakers, etc. This was
  working in 13.10 under the sb0410. the ca0106 driver is the same for
  both cards.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  joshp 30385 F pulseaudio
   /dev/snd/controlC0:  joshp 30385 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu May  1 21:37:12 2014
  InstallationDate: Installed on 2014-04-28 (3 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:CA0106 failed
  Symptom_Card: Built-in Audio - Intel ICH6
  Symptom_Type: None of the above
  Title: [CA0106 - CA0106, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/03/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0G8310
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd03/03/2006:svnDellInc.:pnOptiPlexGX280:pvr:rvnDellInc.:rn0G8310:rvr:cvnDellInc.:ct3:cvr:
  dmi.product.name: OptiPlex GX280
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1315212]

2015-01-10 Thread Raymond
static unsigned int i2c_adc_init[][2] = {
{ 0x17, 0x00 }, /* Reset */
{ 0x07, 0x00 }, /* Timeout */
{ 0x0b, 0x22 },  /* Interface control */
{ 0x0c, 0x22 },  /* Master mode control */
{ 0x0d, 0x08 },  /* Powerdown control */
{ 0x0e, 0xcf },  /* Attenuation Left  0x01 = -103dB, 0xff = 24dB */
{ 0x0f, 0xcf },  /* Attenuation Right 0.5dB steps */
{ 0x10, 0x7b },  /* ALC Control 1 */
{ 0x11, 0x00 },  /* ALC Control 2 */
{ 0x12, 0x32 },  /* ALC Control 3 */
{ 0x13, 0x00 },  /* Noise gate control */
{ 0x14, 0xa6 },  /* Limiter control */
{ 0x15, ADC_MUX_LINEIN },  /* ADC Mixer control */

seem default is linein and 0dB

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

Title:
  [CA0106 - CA0106, playback] Playback problem - Surround dies, no valid
  output

Status in ALSA driver:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  This is tested against a Creative Labs Sounblaster live! (sb0410) card
  and a SoundBlaster Audigy se (sb0570). Both of them behave strangely,
  output coming through some, but not all speakers, etc. This was
  working in 13.10 under the sb0410. the ca0106 driver is the same for
  both cards.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  joshp 30385 F pulseaudio
   /dev/snd/controlC0:  joshp 30385 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu May  1 21:37:12 2014
  InstallationDate: Installed on 2014-04-28 (3 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:CA0106 failed
  Symptom_Card: Built-in Audio - Intel ICH6
  Symptom_Type: None of the above
  Title: [CA0106 - CA0106, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/03/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0G8310
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd03/03/2006:svnDellInc.:pnOptiPlexGX280:pvr:rvnDellInc.:rn0G8310:rvr:cvnDellInc.:ct3:cvr:
  dmi.product.name: OptiPlex GX280
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1409255] [NEW] Popovici

2015-01-10 Thread Andrei
Public bug reported:

nu pot sa reinoiesc sistema ubuntu deorece imi da asa eroare Не удалось
получить

Не удалось получить обновление. Возможно, возникла проблема в сети.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: nautilus 1:2.32.0-0ubuntu1.3
ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
Uname: Linux 2.6.35-25-generic i686
Architecture: i386
Date: Sat Jan 10 14:00:38 2015
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Custom Live CD - Release i386
ProcEnviron:
 LANG=ru_RU.utf8
 SHELL=/bin/bash
SourcePackage: nautilus

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


** Tags: apport-bug i386 maverick

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

Title:
  Popovici

Status in nautilus package in Ubuntu:
  New

Bug description:
  nu pot sa reinoiesc sistema ubuntu deorece imi da asa eroare Не
  удалось получить

  Не удалось получить обновление. Возможно, возникла проблема в сети.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: nautilus 1:2.32.0-0ubuntu1.3
  ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
  Uname: Linux 2.6.35-25-generic i686
  Architecture: i386
  Date: Sat Jan 10 14:00:38 2015
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Custom Live CD - Release i386
  ProcEnviron:
   LANG=ru_RU.utf8
   SHELL=/bin/bash
  SourcePackage: nautilus

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

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


[Desktop-packages] [Bug 1409269] [NEW] nvidia-331 331.113-0ubuntu2: nvidia-331 kernel module failed to build

2015-01-10 Thread TheMixtureMedia
Public bug reported:

after upgrade

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: nvidia-331 331.113-0ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
Uname: Linux 3.16.0-29-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.15.1-0ubuntu2
Architecture: amd64
DKMSKernelVersion: 3.18.0-8-generic
Date: Sat Jan 10 09:40:39 2015
InstallationDate: Installed on 2014-10-27 (75 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageVersion: 331.113-0ubuntu2
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.113-0ubuntu2: nvidia-331 kernel module failed to build
UpgradeStatus: Upgraded to vivid on 2014-12-24 (17 days ago)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  nvidia-331 331.113-0ubuntu2: nvidia-331 kernel module failed to build

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  New

Bug description:
  after upgrade

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: nvidia-331 331.113-0ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.15.1-0ubuntu2
  Architecture: amd64
  DKMSKernelVersion: 3.18.0-8-generic
  Date: Sat Jan 10 09:40:39 2015
  InstallationDate: Installed on 2014-10-27 (75 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageVersion: 331.113-0ubuntu2
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331 331.113-0ubuntu2: nvidia-331 kernel module failed to build
  UpgradeStatus: Upgraded to vivid on 2014-12-24 (17 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409269/+subscriptions

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


[Desktop-packages] [Bug 1409279] [NEW] Reboot After Shutdown ASRock H87 PRO 4

2015-01-10 Thread Peter Maciejko
Public bug reported:

Hello, my rig is:
Motherboard ASRock H87 PRO4
CPU Intel Core i5 4570
ASUS Geforce GTX 750 Ti
HD WD 500 GB Green
Corsair Vengeance RAM 8 GB 1600 Mhz

I have very annoing shutdown issue. When I shutdown my machine (full
update Ubuntu 14.04.1), after 2-3 seconds computer goes to reboot. It
happens all time, I have tried:

#sudo shutdown -h now
#sudo shutdown -H now
#sudo shutdown -P now
#sudo apt-get install linux-headers-3.16.0-28-generic linux-headers-3.16.0-28 
linux-image-3.16.0-28-generic linux-image-extra-3.16.0-28
#tried Fedora 21 with kernel v3.17

Nothing works, I have to shutdown my computer by holding power button. I
have read about this regres in kernel v3.12 on kernel bug tracking list:
https://bugzilla.kernel.org/show_bug.cgi?id=66171 and I wonder - does
Ubuntu developers applied that patch to Ubuntu Linux kernel?

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Package changed: system-config-printer (Ubuntu) = ubuntu

** Description changed:

  Hello, my rig is:
  Motherboard ASRock H87 PRO4
  CPU Intel Core i5 4570
  ASUS Geforce GTX 750 Ti
  HD WD 500 GB Green
  Corsair Vengeance RAM 8 GB 1600 Mhz
  
  I have very annoing shutdown issue. When I shutdown my machine (full
  update Ubuntu 14.04.1), after 2-3 seconds computer goes to reboot. It
  happens all time, I have tried:
  
  #sudo shutdown -h now
  #sudo shutdown -H now
  #sudo shutdown -P now
- #sudo apt-get install linux-headers-3.16-28-generic linux-headers-3.16-28 
linux-image-3.16-28-generic linux-image-extra-3.16-28
+ #sudo apt-get install linux-headers-3.16.0-28-generic linux-headers-3.16.0-28 
linux-image-3.16.0-28-generic linux-image-extra-3.16.0-28
  #try Fedora 21 with kernel v3.17
  
  Nothing works, I have to shutdown my computer by holding power button. I
  have read about this regres in kernel v3.12 on kernel bug tracking list:
  https://bugzilla.kernel.org/show_bug.cgi?id=66171 and I wonder - does
  Ubuntu developers applied that patch to Ubuntu Linux kernel?

** Description changed:

  Hello, my rig is:
  Motherboard ASRock H87 PRO4
  CPU Intel Core i5 4570
  ASUS Geforce GTX 750 Ti
  HD WD 500 GB Green
  Corsair Vengeance RAM 8 GB 1600 Mhz
  
  I have very annoing shutdown issue. When I shutdown my machine (full
  update Ubuntu 14.04.1), after 2-3 seconds computer goes to reboot. It
  happens all time, I have tried:
  
  #sudo shutdown -h now
  #sudo shutdown -H now
  #sudo shutdown -P now
  #sudo apt-get install linux-headers-3.16.0-28-generic linux-headers-3.16.0-28 
linux-image-3.16.0-28-generic linux-image-extra-3.16.0-28
- #try Fedora 21 with kernel v3.17
+ #tried Fedora 21 with kernel v3.17
  
  Nothing works, I have to shutdown my computer by holding power button. I
  have read about this regres in kernel v3.12 on kernel bug tracking list:
  https://bugzilla.kernel.org/show_bug.cgi?id=66171 and I wonder - does
  Ubuntu developers applied that patch to Ubuntu Linux kernel?

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

Title:
  Reboot After Shutdown ASRock H87 PRO 4

Status in Ubuntu:
  New

Bug description:
  Hello, my rig is:
  Motherboard ASRock H87 PRO4
  CPU Intel Core i5 4570
  ASUS Geforce GTX 750 Ti
  HD WD 500 GB Green
  Corsair Vengeance RAM 8 GB 1600 Mhz

  I have very annoing shutdown issue. When I shutdown my machine (full
  update Ubuntu 14.04.1), after 2-3 seconds computer goes to reboot. It
  happens all time, I have tried:

  #sudo shutdown -h now
  #sudo shutdown -H now
  #sudo shutdown -P now
  #sudo apt-get install linux-headers-3.16.0-28-generic linux-headers-3.16.0-28 
linux-image-3.16.0-28-generic linux-image-extra-3.16.0-28
  #tried Fedora 21 with kernel v3.17

  Nothing works, I have to shutdown my computer by holding power button.
  I have read about this regres in kernel v3.12 on kernel bug tracking
  list: https://bugzilla.kernel.org/show_bug.cgi?id=66171 and I wonder -
  does Ubuntu developers applied that patch to Ubuntu Linux kernel?

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

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


[Desktop-packages] [Bug 1409283] Re: nvidia-304 304.125-0ubuntu0.0.1: nvidia-304 kernel module failed to build

2015-01-10 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 nvidia-graphics-drivers-304 in Ubuntu.
https://bugs.launchpad.net/bugs/1409283

Title:
  nvidia-304 304.125-0ubuntu0.0.1: nvidia-304 kernel module failed to
  build

Status in nvidia-graphics-drivers-304 package in Ubuntu:
  New

Bug description:
  I was installing an upstream pavkage to try to resolve another bug
  1405...@bugs.launchpad.net

  I am not sure how relevant this is th the new crash report.

  philip@roscommon:~/linuz builds/3.19$ ls
  linux-headers-3.19.0-031900rc3_3.19.0-031900rc3.201501060135_all.deb
  linux-headers-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb
  linux-image-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb
  philip@roscommon:~/linuz builds/3.19$ sudo dpkg -i *.deb
  [sudo] password for philip: 
  no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory
  Selecting previously unselected package linux-headers-3.19.0-031900rc3.
  (Reading database ... 415774 files and directories currently installed.)
  Preparing to unpack 
linux-headers-3.19.0-031900rc3_3.19.0-031900rc3.201501060135_all.deb ...
  Unpacking linux-headers-3.19.0-031900rc3 (3.19.0-031900rc3.201501060135) ...
  Selecting previously unselected package 
linux-headers-3.19.0-031900rc3-generic.
  Preparing to unpack 
linux-headers-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb 
...
  Unpacking linux-headers-3.19.0-031900rc3-generic 
(3.19.0-031900rc3.201501060135) ...
  Selecting previously unselected package linux-image-3.19.0-031900rc3-generic.
  Preparing to unpack 
linux-image-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb ...
  Done.
  Unpacking linux-image-3.19.0-031900rc3-generic 
(3.19.0-031900rc3.201501060135) ...
  Setting up linux-headers-3.19.0-031900rc3 (3.19.0-031900rc3.201501060135) ...
  Setting up linux-headers-3.19.0-031900rc3-generic 
(3.19.0-031900rc3.201501060135) ...
  Examining /etc/kernel/header_postinst.d.
  run-parts: executing /etc/kernel/header_postinst.d/dkms 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  Error! Bad return status for module build on kernel: 3.19.0-031900rc3-generic 
(x86_64)
  Consult /var/lib/dkms/nvidia-304/304.125/build/make.log for more information.

  Setting up linux-image-3.19.0-031900rc3-generic 
(3.19.0-031900rc3.201501060135) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  run-parts: executing /etc/kernel/postinst.d/dkms 3.19.0-031900rc3-generic 
/boot/vmlinuz-3.19.0-031900rc3-generic
  Error! Bad return status for module build on kernel: 3.19.0-031900rc3-generic 
(x86_64)
  Consult /var/lib/dkms/nvidia-304/304.125/build/make.log for more information.
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-031900rc3-generic
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-031900rc3-generic 
/boot/vmlinuz-3.19.0-031900rc3-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  Generating grub configuration file ...
  Found linux image: /boot/vmlinuz-3.19.0-031900rc3-generic
  Found initrd image: /boot/initrd.img-3.19.0-031900rc3-generic
  Found linux image: /boot/vmlinuz-3.13.0-43-generic
  Found initrd image: /boot/initrd.img-3.13.0-43-generic
  Found linux image: /boot/vmlinuz-3.13.0-40-generic
  Found initrd image: /boot/initrd.img-3.13.0-40-generic
  Found linux image: /boot/vmlinuz-3.13.0-39-generic
  Found initrd image: /boot/initrd.img-3.13.0-39-generic
  Found linux image: /boot/vmlinuz-3.13.0-37-generic
  Found initrd image: /boot/initrd.img-3.13.0-37-generic
  Found linux image: /boot/vmlinuz-3.13.0-36-generic
  Found initrd image: /boot/initrd.img-3.13.0-36-generic
  Found linux image: /boot/vmlinuz-3.13.0-35-generic
  Found initrd image: /boot/initrd.img-3.13.0-35-generic
  Found linux image: /boot/vmlinuz-3.13.0-34-generic
  Found initrd image: /boot/initrd.img-3.13.0-34-generic
  Found linux image: /boot/vmlinuz-3.2.0-67-generic
  Found initrd image: /boot/initrd.img-3.2.0-67-generic
  Found linux image: /boot/vmlinuz-3.0.0-17-generic
  Found initrd image: /boot/initrd.img-3.0.0-17-generic
  Found linux image: /boot/vmlinuz-2.6.38-11-generic
  Found initrd image: /boot/initrd.img-2.6.38-11-generic
  Found memtest86+ image: /boot/memtest86+.elf
  Found memtest86+ image: /boot/memtest86+.bin
  Found Windows Vista (loader) on /dev/sdb1
  done
  

[Desktop-packages] [Bug 1409291] [NEW] missing toolbar

2015-01-10 Thread efa
Public bug reported:

missing tools, missing menù item: View-toolbar, Edit-toolbar

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: evince 3.10.3-0ubuntu10.1
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
CurrentDesktop: Unity
Date: Sat Jan 10 16:36:54 2015
InstallationDate: Installed on 2011-12-24 (1112 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: evince
UpgradeStatus: Upgraded to trusty on 2014-12-23 (18 days ago)

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


** Tags: apparmor apport-bug i386 trusty

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

Title:
  missing toolbar

Status in evince package in Ubuntu:
  New

Bug description:
  missing tools, missing menù item: View-toolbar, Edit-toolbar

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evince 3.10.3-0ubuntu10.1
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sat Jan 10 16:36:54 2015
  InstallationDate: Installed on 2011-12-24 (1112 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: evince
  UpgradeStatus: Upgraded to trusty on 2014-12-23 (18 days ago)

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

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


[Desktop-packages] [Bug 1095279] Re: [P5GZ-MX, Realtek ALC883, Green Line Out, Rear] No sound at all

2015-01-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: alsa-driver (Ubuntu)
   Status: New = Confirmed

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

Title:
  [P5GZ-MX, Realtek ALC883, Green Line Out, Rear] No sound at all

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  Sound system stopped working. Previously it had been working for about two 
months.
  It does not work with an analog sound system and also with a head-set.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
  Uname: Linux 3.2.0-35-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu15.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  amministratore   3791 F xfce4-volumed
amministratore   8465 F pulseaudio
   /dev/snd/controlC1:  amministratore   3791 F xfce4-volumed
amministratore   8465 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xdfef8000 irq 41'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,1043c603,0012'
 Controls  : 38
 Simple ctrls  : 21
  Card1.Amixer.info:
   Card hw:1 'U0x46d0x804'/'USB Device 0x46d:0x804 at usb-:00:1d.7-3, high 
speed'
 Mixer name : 'USB Mixer'
 Components : 'USB046d:0804'
 Controls  : 2
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'Mic',0
 Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
 Capture channels: Mono
 Limits: Capture 0 - 6144
 Mono: Capture 4359 [71%] [23.02dB] [on]
  Date: Wed Jan  2 13:09:06 2013
  InstallationMedia: Xubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=it:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Audio interno - HDA Intel
  Symptom_DevicesInUse:
   3791  8465  3791  8465/dev/snd/controlC0:  amministratore  F 
xfce4-volumed
amministratore  F pulseaudio
   /dev/snd/controlC1:  amministratore  F xfce4-volumed
amministratore  F pulseaudio
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: No sound at all
  Title: [P5GZ-MX, Realtek ALC883, Green Line Out, Rear] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/19/2006
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0403
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5GZ-MX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: ASUSTek Computer INC.
  dmi.chassis.version: Rev 1.xx
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0403:bd10/19/2006:svnASUSTekComputerINC.:pnP5GZ-MX:pvrRev1.xx:rvnASUSTeKComputerINC.:rnP5GZ-MX:rvrRev1.xx:cvnASUSTekComputerINC.:ct3:cvrRev1.xx:
  dmi.product.name: P5GZ-MX
  dmi.product.version: Rev 1.xx
  dmi.sys.vendor: ASUSTek Computer INC.

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

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


[Desktop-packages] [Bug 1077366] Re: [G31M-ES2L, Realtek ALC883, Green Line Out, Rear] No sound at all

2015-01-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: alsa-driver (Ubuntu)
   Status: New = Confirmed

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

Title:
  [G31M-ES2L, Realtek ALC883, Green Line Out, Rear] No sound at all

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  PLease fix the bug please

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
  Uname: Linux 3.2.0-32-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  webwerks   1683 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 44'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,1458c603,0012'
 Controls  : 42
 Simple ctrls  : 22
  CurrentDmesg: [   16.922246] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  Date: Sat Nov 10 20:12:36 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   1683  webwerks  F pulseaudio
   PID ACCESS COMMAND
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: No sound at all
  Title: [G31M-ES2L, Realtek ALC883, Green Line Out, Rear] No sound at all
  UpgradeStatus: Upgraded to precise on 2012-10-23 (18 days ago)
  dmi.bios.date: 09/29/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F10
  dmi.board.name: G31M-ES2L
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF10:bd09/29/2009:svnGigabyteTechnologyCo.,Ltd.:pnG31M-ES2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG31M-ES2L:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: G31M-ES2L
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 957066] Re: [P5K-VM, Realtek ALC883, Green Line Out, Rear] No sound at all

2015-01-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: alsa-driver (Ubuntu)
   Status: New = Confirmed

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

Title:
  [P5K-VM, Realtek ALC883, Green Line Out, Rear] No sound at all

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  I'm connecting my computer to my TV. I'm using a mini jack to phono
  cable for sound. I'm using a DVI to HDMI cable for video. This setup
  worked on mac/windows and a previous version of ubuntu. I googled how
  to fix it and found a page that told me to run ubuntu-bug sound and
  here I am. :)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: alsa-base 1.0.24+dfsg-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
  Uname: Linux 3.0.0-16-generic i686
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  tv 1456 F pulseaudio
   /dev/snd/controlC0:  tv 1456 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfe8f8000 irq 45'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,1043829e,0012'
 Controls  : 34
 Simple ctrls  : 20
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfe9fc000 irq 46'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,0010'
 Controls  : 4
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Fri Mar 16 15:25:20 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_IE:en
   PATH=(custom, no user)
   LANG=en_IE.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Internal Audio - HDA Intel
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: No sound at all
  Title: [P5K-VM, Realtek ALC883, Green Line Out, Rear] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/17/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0302
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5K-VM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0302:bd07/17/2007:svnSystemmanufacturer:pnP5K-VM:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5K-VM:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5K-VM
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 1400232] Re: system-config-printer crash UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 1441: invalid continuation byte (only UTF-8-encoded PPD files can

2015-01-10 Thread Till Kamppeter
Uploaded system-config-printer_1.4.3+20140219-0ubuntu2.5 to trusty-
proposed with the dependency on cups-filters-ippusbxd removed. See bug
1409263.

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

Title:
  system-config-printer crash UnicodeDecodeError: 'utf-8' codec can't
  decode byte 0xe9 in position 1441: invalid continuation byte (only
  UTF-8-encoded PPD files can be used)

Status in system-config-printer package in Ubuntu:
  Fix Released
Status in system-config-printer source package in Trusty:
  In Progress
Status in system-config-printer source package in Utopic:
  Fix Committed

Bug description:
  system-config-printer crash with the following traceback :

  sramage@japc09:~$ system-config-printer
  Traceback (most recent call last):
    File /usr/share/system-config-printer/asyncipp.py, line 191, in send_reply
  handler (self._conn, result)
    File /usr/share/system-config-printer/asyncpk1.py, line 164, in 
_ipp_reply_handler
  self._client_reply_handler (self._conn, *args)
    File /usr/share/system-config-printer/asyncconn.py, line 91, in 
reply_handler
  self._reply_handler (self, self._reply_data, *args)
    File /usr/share/system-config-printer/asyncconn.py, line 209, in 
_subst_reply_handler
  reply_handler (self, *args)
    File /usr/share/system-config-printer/ppdcache.py, line 79, in lambda
  self._got_ppd3 (c, name, r, callback),
    File /usr/share/system-config-printer/ppdcache.py, line 153, in _got_ppd3
  self.fetch_ppd (name, callback, check_uptodate=False)
    File /usr/share/system-config-printer/ppdcache.py, line 90, in fetch_ppd
  tmpf.writelines (f.readlines ())
    File /usr/lib/python3.4/codecs.py, line 313, in decode
  (result, consumed) = self._buffer_decode(data, self.errors, final)
  UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 1441: 
invalid continuation byte

  [Impact]

  It is impossible to set up or manipulate a printer with a PPD file
  which is not UTF-8-encoded and no plain ASCII. Even worse, if such a
  PPD is installed into the system's PPD repository, the corresponding
  printer(s) will not auto-setup.

  [Test Case]

  Take a PPD file which is not UTF-8-encoded, for example a PPD file for
  Windows with Windows-1252 encoding. Try to set up a que with it or to
  change an existing queue to use it by means of system-config-printer.
  system-config-printer will crash.

  With the proposed package the PPD can be used without problems.

  [Regression Potential]

  The changes are very simple and therefore the regression potential is
  low.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1400232/+subscriptions

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


[Desktop-packages] [Bug 1409244] Re: network manager reports ap as out of range

2015-01-10 Thread Jarmo
This behaviour appeared on installing latest updates (Jan-2015)

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

Title:
  network manager reports ap as out of range

Status in network-manager package in Ubuntu:
  New

Bug description:
  The Network manager reports WLAN AP as out of range and will not
  connect - using manual AP association I can connect and report this
  bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: network-manager 0.9.8.8-0ubuntu7
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  CRDA:
   country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
  Date: Sat Jan 10 12:48:51 2015
  InstallationDate: Installed on 2013-08-01 (526 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
  IpRoute:
   default via 192.168.11.254 dev wlan0 
   192.168.11.0/24 dev wlan0  proto kernel  scope link  src 192.168.11.121
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to trusty on 2014-04-24 (260 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Bmw Netti 1128d2a1-204d-4dff-a42b-ce9a527578fe   
802-11-wireless   0never  yes   
no /org/freedesktop/NetworkManager/Settings/2
   AndroidAP ba97f064-b68e-4904-a04b-d49f523d1412   
802-11-wireless   1414150730   pe 24. lokakuuta 2014 14.38.50 yes   
no /org/freedesktop/NetworkManager/Settings/1
   jj2   1c962c5f-3858-4753-88ad-8ffef3f8eb9d   
802-11-wireless   1420750177   to  8. tammikuuta 2015 22.49.37yes   
no /org/freedesktop/NetworkManager/Settings/0
   Wired connection 192dffd97-ed8e-4baa-9dfd-cbcad24b4d5d   
802-3-ethernet1420834145   pe  9. tammikuuta 2015 22.09.05yes   
no /org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   unmanaged 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.8connected   enabled   enabled 
enabledenabled enabled

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

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


[Desktop-packages] [Bug 1409261] [NEW] fglrx (not installed): fglrx kernel module failed to build

2015-01-10 Thread Gabriel Mazetto
Public bug reported:

fglrx was installed but no kernel module found

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: fglrx (not installed)
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.7-0ubuntu8
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
DKMSKernelVersion: 3.16.0-28-generic
Date: Sun Jan  4 03:02:15 2015
DistUpgraded: Fresh install
DistroCodename: utopic
DistroVariant: ubuntu
DuplicateSignature: dkms:fglrx:(not 
installed):/var/lib/dkms/fglrx/14.200/build/2.6.x/firegl_public.c:1787:5: 
error: incompatible types when returning type ‘kuid_t’ but ‘KCL_TYPE_Uid’ was 
expected
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Curacao XT [Radeon R9 270X] [1002:6810] 
(prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited / Sapphire Technology Device [174b:e272]
InstallationDate: Installed on 2013-01-21 (719 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: Gigabyte Technology Co., Ltd. GA-990FXA-UD3
PackageVersion: (not installed)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=36b05090-72a6-4e82-a8b7-40eb3040c555 ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer
Title: fglrx (not installed): fglrx kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/22/2012
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F9
dmi.board.name: GA-990FXA-UD3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF9:bd10/22/2012:svnGigabyteTechnologyCo.,Ltd.:pnGA-990FXA-UD3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-990FXA-UD3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-990FXA-UD3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.58+git1411301621.f99522~gd~u
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5~git1501031930.48094d~gd~u
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5~git1501031930.48094d~gd~u
version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.99+git1412180732.04da19~gd~u
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Fri Jan  9 22:29:46 2015
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputDell Dell USB Keyboard KEYBOARD, id 8
 inputRazer  Razer Abyssus MOUSE, id 9
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.16.0-1ubuntu1.2
xserver.video_driver: radeon

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package compiz-0.9 ubuntu utopic

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

Title:
  fglrx (not installed): fglrx kernel module failed to build

Status in fglrx-installer package in Ubuntu:
  New

Bug description:
  fglrx was installed but no kernel module found

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: fglrx (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8
  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
  DKMSKernelVersion: 3.16.0-28-generic
  Date: Sun Jan  4 03:02:15 2015
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  DuplicateSignature: dkms:fglrx:(not 
installed):/var/lib/dkms/fglrx/14.200/build/2.6.x/firegl_public.c:1787:5: 
error: incompatible types when returning type ‘kuid_t’ but ‘KCL_TYPE_Uid’ was 
expected
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Curacao XT [Radeon R9 270X] 
[1002:6810] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Device [174b:e272]
  InstallationDate: Installed on 2013-01-21 (719 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  

[Desktop-packages] [Bug 1409263] [NEW] Current version system-config-printer in trusty-proposed has unsatisfiable dependency on cups-filters-ippusbxd

2015-01-10 Thread John Gilbertson
Public bug reported:

The version of system-config-printer-udev in trusty-proposed
(1.4.3+20140219-0ubuntu2.4) contains an unsatisfiable dependency on
cups-filters-ippusbxd, which is currently not available in the Trusty
repositories.

** Affects: system-config-printer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cups-filters system-config-printer

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

Title:
  Current version system-config-printer in trusty-proposed has
  unsatisfiable dependency on cups-filters-ippusbxd

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

Bug description:
  The version of system-config-printer-udev in trusty-proposed
  (1.4.3+20140219-0ubuntu2.4) contains an unsatisfiable dependency on
  cups-filters-ippusbxd, which is currently not available in the Trusty
  repositories.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1409263/+subscriptions

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


[Desktop-packages] [Bug 1409271] [NEW] Rhythm Box crashed - had just installed Ubuntu 14.04.

2015-01-10 Thread David Beal
Public bug reported:

Sound has been making odd blurb sounds every four beats or so.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic i686
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  f-keeper   1935 F pulseaudio
 /dev/snd/pcmC0D0p:   f-keeper   1935 F...m pulseaudio
CurrentDesktop: Unity
Date: Sat Jan 10 08:13:14 2015
InstallationDate: Installed on 2015-01-08 (1 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release i386 (20140722.2)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Speaker, Internal
Symptom_Type: Sound works for a while, then breaks
Title: [HuronRiver Platform, Realtek ALC272, Speaker, Internal] fails after a 
while
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/22/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 44CN42WW
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Emerald Lake
dmi.board.vendor: LENOVO
dmi.board.version: FAB1
dmi.chassis.asset.tag: Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnLENOVO:bvr44CN42WW:bd09/22/2011:svnLENOVO:pnHuronRiverPlatform:pvrLenovoV570:rvnLENOVO:rnEmeraldLake:rvrFAB1:cvnLENOVO:ct10:cvr0.1:
dmi.product.name: HuronRiver Platform
dmi.product.version: Lenovo V570
dmi.sys.vendor: LENOVO

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


** Tags: apport-bug i386 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/1409271

Title:
  Rhythm Box crashed - had just installed Ubuntu 14.04.

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Sound has been making odd blurb sounds every four beats or so.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  f-keeper   1935 F pulseaudio
   /dev/snd/pcmC0D0p:   f-keeper   1935 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Sat Jan 10 08:13:14 2015
  InstallationDate: Installed on 2015-01-08 (1 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release i386 
(20140722.2)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_Type: Sound works for a while, then breaks
  Title: [HuronRiver Platform, Realtek ALC272, Speaker, Internal] fails after a 
while
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/22/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 44CN42WW
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Emerald Lake
  dmi.board.vendor: LENOVO
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnLENOVO:bvr44CN42WW:bd09/22/2011:svnLENOVO:pnHuronRiverPlatform:pvrLenovoV570:rvnLENOVO:rnEmeraldLake:rvrFAB1:cvnLENOVO:ct10:cvr0.1:
  dmi.product.name: HuronRiver Platform
  dmi.product.version: Lenovo V570
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1409081] Re: /etc/init.d/pcscd works only at first start.

2015-01-10 Thread Wolf Pichler
The only way to get /etc/init.d/pcscd installed is to first purge the
pcscd package and then install it newly.

The installation process never asks whether or not to overwrite a modified 
version of the file - neither in Synaptic nor with apt-get on command line
.
Even if I delete /etc/init.d/pcscd and subsequently reinstall pcscd the file it 
is not going to be installed.

I repeated this several times, it always behaves like this.

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

Title:
  /etc/init.d/pcscd works only at first start.

Status in pcsc-lite package in Ubuntu:
  Fix Released

Bug description:
  /etc/init.d/pcscd * resp. service pcscd * works only at first start.
  In all other cases it just does nothing resp. starts one more pcscd.

  Examples:

  root@liberty:/etc# service pcscd start
  root@liberty:/etc# ps -ef|grep pcscd
  root  3850  1884  0 16:09 pts/10   00:00:00 /usr/sbin/pcscd

  root@liberty:/etc# service pcscd start
  root@liberty:/etc# ps -ef|grep pcscd
  root  3850  1884  0 16:09 pts/10   00:00:01 /usr/sbin/pcscd
  root  5230  1884  0 17:49 pts/10   00:00:00 /usr/sbin/pcscd

  root@liberty:/etc# service pcscd stop
  root@liberty:/etc# ps -ef|grep pcscd
  root  3850  1884  0 16:09 pts/10   00:00:01 /usr/sbin/pcscd
  root  5230  1884  0 17:49 pts/10   00:00:00 /usr/sbin/pcscd

  root@liberty:/etc# /etc/init.d/pcscd stop
  root@liberty:/etc# ps -ef|grep pcscd
  root  3850  1884  0 16:09 pts/10   00:00:01 /usr/sbin/pcscd
  root  5230  1884  0 17:49 pts/10   00:00:00 /usr/sbin/pcscd

  root@liberty:/etc# service pcscd restart
   * Restarting PCSC Lite resource manager pcscd
  [ OK ] 
  root@liberty:/etc# ps -ef|grep pcscd
  root  3850  1884  0 16:09 pts/10   00:00:01 /usr/sbin/pcscd
  root  5230  1884  0 17:49 pts/10   00:00:00 /usr/sbin/pcscd
  root  5295  1884  0 17:52 pts/10   00:00:00 /usr/sbin/pcscd

  ###

  The problem is caused by these lines in /etc/init.d/pcscd:

  # create $IPCDIR with correct access rights
  rm -rf $IPCDIR
  mkdir $IPCDIR
  chgrp pcscd $IPCDIR
  chmod g+w $IPCDIR

  Since PIDFILE=$IPCDIR/$NAME.pid it will be deleted by the first of these 
commands and
  start-stop-daemon in /etc/init.d/pcscd using option --pidfile $PIDFILE 
can not work anymore.

  Commenting the lines above makes the script work as expected (or at
  least as expected by _me_).

  ###

  Another minor problem is the line chgrp pcscd $IPCDIR in the init script: 
Group pcscd does not exist.
  Creating the group myself does not change anything, neither positive nor 
negative -
  except for the fact that the group is then set on $IPCDIR:

  wolf@liberty:/run$ ls -ld pcscd
  drwxr-xr-x 2 root pcscd 80 Dez 22 17:52 pcscd

  wolf@liberty:/run$ ls -l pcscd
  total 4
  srw-rw-rw- 1 root root 0 Dez 22 17:52 pcscd.comm
  -rw-r--r-- 1 root root 6 Dez 22 17:52 pcscd.pid

  ###

  pcscd --version
  pcsc-lite version 1.8.10.
  Copyright (C) 1999-2002 by David Corcoran corco...@linuxnet.com.
  Copyright (C) 2001-2011 by Ludovic Rousseau ludovic.rouss...@free.fr.
  Copyright (C) 2003-2004 by Damien Sauveron sauve...@labri.fr.
  Report bugs to mus...@lists.musclecard.com.
  Enabled features: Linux x86_64-pc-linux-gnu serial usb libudev 
usbdropdir=/usr/lib/pcsc/drivers ipcdir=/var/run/pcscd 
configdir=/etc/reader.conf.d

  apt-cache policy pcscd
  pcscd:
Installed: 1.8.10-1ubuntu1
Candidate: 1.8.10-1ubuntu1
Version table:
   *** 1.8.10-1ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
  100 /var/lib/dpkg/status

  
  OS: Ubuntu 14.04 64bit
  3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64 x86_64 
x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1409081/+subscriptions

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


[Desktop-packages] [Bug 1315212]

2015-01-10 Thread Rkfg
Tried with a stereo 48k file (converted 
/usr/share/sounds/KDE-Im-Cant-Connect.ogg to wav, tested with ffprobe that it's 
truly 48k/2chan) and 64 bytes buffer size:
# aplay -D plughw:CARD=CA0106 -v --buffer-size=64 /tmp/kde.wav
Playing WAVE '/tmp/kde.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Stereo
Plug PCM: Hardware PCM card 0 'CA0106' device 0 subdevice 0
Its setup is:
  stream   : PLAYBACK
  access   : RW_INTERLEAVED
  format   : S16_LE
  subformat: STD
  channels : 2
  rate : 48000
  exact rate   : 48000 (48000/1)
  msbits   : 16
  buffer_size  : 64
  period_size  : 16
  period_time  : 333
  tstamp_mode  : NONE
  period_step  : 1
  avail_min: 16
  period_event : 0
  start_threshold  : 64
  stop_threshold   : 64
  silence_threshold: 0
  silence_size : 0
  boundary : 4611686018427387904
  appl_ptr : 0
  hw_ptr   : 0
underrun!!! (at least 0.010 ms long)
Status:
  state   : XRUN
  trigger_time: 260136.459825170
  tstamp  : 260136.459834181
  delay   : 0
  avail   : 64
  avail_max   : 64
underrun!!! (at least 0.020 ms long)
Status:
  state   : XRUN
  trigger_time: 260136.460064991
  tstamp  : 260136.460084242
  delay   : 0
  avail   : 64
  avail_max   : 64

No underruns with 128b buffer.

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

Title:
  [CA0106 - CA0106, playback] Playback problem - Surround dies, no valid
  output

Status in ALSA driver:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  This is tested against a Creative Labs Sounblaster live! (sb0410) card
  and a SoundBlaster Audigy se (sb0570). Both of them behave strangely,
  output coming through some, but not all speakers, etc. This was
  working in 13.10 under the sb0410. the ca0106 driver is the same for
  both cards.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  joshp 30385 F pulseaudio
   /dev/snd/controlC0:  joshp 30385 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu May  1 21:37:12 2014
  InstallationDate: Installed on 2014-04-28 (3 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:CA0106 failed
  Symptom_Card: Built-in Audio - Intel ICH6
  Symptom_Type: None of the above
  Title: [CA0106 - CA0106, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/03/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0G8310
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd03/03/2006:svnDellInc.:pnOptiPlexGX280:pvr:rvnDellInc.:rn0G8310:rvr:cvnDellInc.:ct3:cvr:
  dmi.product.name: OptiPlex GX280
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1315212]

2015-01-10 Thread Rkfg
Interesting. I've converted that file to 44100 Hz and now it reveals a
strange behavior. When I play it with buffer size of 64 it sounds like
the pitch is lower than it should be (even if it doesn't overrun though
it does from time to time). When the size is 128 it sounds fine.

# aplay -D plughw:CARD=CA0106 -v --buffer-size=64 /tmp/kde44100.wav
Playing WAVE '/tmp/kde44100.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, 
Stereo
Plug PCM: Rate conversion PCM (48000, sformat=S16_LE)
Converter: libspeex (builtin)
Protocol version: 10002
Its setup is:
  stream   : PLAYBACK
  access   : RW_INTERLEAVED
  format   : S16_LE
  subformat: STD
  channels : 2
  rate : 44100
  exact rate   : 44100 (44100/1)
  msbits   : 16
  buffer_size  : 58
  period_size  : 14
  period_time  : 333
  tstamp_mode  : NONE
  period_step  : 1
  avail_min: 14
  period_event : 0
  start_threshold  : 58
  stop_threshold   : 58
  silence_threshold: 0
  silence_size : 0
  boundary : 4179340454199820288
Slave: Hardware PCM card 0 'CA0106' device 0 subdevice 0
Its setup is:
  stream   : PLAYBACK
  access   : MMAP_INTERLEAVED
  format   : S16_LE
  subformat: STD
  channels : 2
  rate : 48000
  exact rate   : 48000 (48000/1)
  msbits   : 16
  buffer_size  : 64
  period_size  : 16
  period_time  : 333
  tstamp_mode  : NONE
  period_step  : 1
  avail_min: 16
  period_event : 0
  start_threshold  : 64
  stop_threshold   : 64
  silence_threshold: 0
  silence_size : 0
  boundary : 4611686018427387904
  appl_ptr : 0
  hw_ptr   : 0
underrun!!! (at least 0.116 ms long)
Status:
  state   : XRUN
  trigger_time: 301642.243139271
  tstamp  : 301642.243254519
  delay   : 2
  avail   : 56
  avail_max   : 56

# aplay -D plughw:CARD=CA0106 -v --buffer-size=128 /tmp/kde44100.wav
 
Playing WAVE '/tmp/kde44100.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, 
Stereo
Plug PCM: Rate conversion PCM (48000, sformat=S16_LE)
Converter: libspeex (builtin)
Protocol version: 10002
Its setup is:
  stream   : PLAYBACK
  access   : RW_INTERLEAVED
  format   : S16_LE
  subformat: STD
  channels : 2
  rate : 44100
  exact rate   : 44100 (44100/1)
  msbits   : 16
  buffer_size  : 117
  period_size  : 29
  period_time  : 666
  tstamp_mode  : NONE
  period_step  : 1
  avail_min: 29
  period_event : 0
  start_threshold  : 117
  stop_threshold   : 117
  silence_threshold: 0
  silence_size : 0
  boundary : 4215369251218784256
Slave: Hardware PCM card 0 'CA0106' device 0 subdevice 0
Its setup is:
  stream   : PLAYBACK
  access   : MMAP_INTERLEAVED
  format   : S16_LE
  subformat: STD
  channels : 2
  rate : 48000
  exact rate   : 48000 (48000/1)
  msbits   : 16
  buffer_size  : 128
  period_size  : 32
  period_time  : 666
  tstamp_mode  : NONE
  period_step  : 1
  avail_min: 32
  period_event : 0
  start_threshold  : 128
  stop_threshold   : 128
  silence_threshold: 0
  silence_size : 0
  boundary : 4611686018427387904
  appl_ptr : 0
  hw_ptr   : 0

This pitch (or maybe speed?) weirdness occurs only on playing stereo
files with rate of 44100. I've tried playing music and it indeed sounds
a bit transposed. Bufsize of 128 frames also seems to produce underruns
after some time, my testing clip was too small to reveal it. So it
required bufsize 512 to be played completely without underruns:

# aplay -D plughw:CARD=CA0106 -v --buffer-size=512 /tmp/ksp44100.wav
Playing WAVE '/tmp/ksp44100.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, 
Stereo
Plug PCM: Rate conversion PCM (48000, sformat=S16_LE)
Converter: libspeex (builtin)
Protocol version: 10002
Its setup is:
  stream   : PLAYBACK
  access   : RW_INTERLEAVED
  format   : S16_LE
  subformat: STD
  channels : 2
  rate : 44100
  exact rate   : 44100 (44100/1)
  msbits   : 16
  buffer_size  : 529
  period_size  : 132
  period_time  : 3000
  tstamp_mode  : NONE
  period_step  : 1
  avail_min: 132
  period_event : 0
  start_threshold  : 529
  stop_threshold   : 529
  silence_threshold: 0
  silence_size : 0
  boundary : 4764808405757984768
Slave: Hardware PCM card 0 'CA0106' device 0 subdevice 0
Its setup is:
  stream   : PLAYBACK
  access   : MMAP_INTERLEAVED
  format   : S16_LE
  subformat: STD
  channels : 2
  rate : 48000
  exact rate   : 48000 (48000/1)
  msbits   : 16
  buffer_size  : 576
  period_size  : 144
  period_time  : 3000
  tstamp_mode  : NONE
  period_step  : 1
  avail_min: 144
  period_event : 0
  start_threshold  : 576
  stop_threshold   : 576
  silence_threshold: 0
  silence_size : 0
  boundary : 5188146770730811392
  appl_ptr : 0
  hw_ptr   : 0

The same song converted to 48000 Hz plays without underruns with buffer
size of 256 frames:

Playing WAVE '/tmp/ksp48000.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, 
Stereo
Plug 

[Desktop-packages] [Bug 1315212]

2015-01-10 Thread Rkfg
(In reply to Raymond from comment #57)
 Do surround21 , surround41 appear in 
 
 aplay -L

null
Discard all samples (playback) or generate zero samples (capture)
pulse
PulseAudio Sound Server
default:CARD=CA0106
CA0106, CA0106
Default Audio Device
sysdefault:CARD=CA0106
CA0106, CA0106
Default Audio Device
front:CARD=CA0106,DEV=0
CA0106, CA0106
Front speakers
rear:CARD=CA0106,DEV=0
CA0106, CA0106
Rear speakers
center_lfe:CARD=CA0106,DEV=0
CA0106, CA0106
Center and Subwoofer speakers
side:CARD=CA0106,DEV=0
CA0106, CA0106
Side speakers
surround21:CARD=CA0106,DEV=0
CA0106, CA0106
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=CA0106,DEV=0
CA0106, CA0106
4.0 Surround output to Front and Rear speakers
surround41:CARD=CA0106,DEV=0
CA0106, CA0106
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=CA0106,DEV=0
CA0106, CA0106
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=CA0106,DEV=0
CA0106, CA0106
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=CA0106,DEV=0
CA0106, CA0106
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=CA0106,DEV=0
CA0106, CA0106
IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=CA0106,DEV=0
CA0106, CA0106
Direct sample mixing device
dmix:CARD=CA0106,DEV=1
CA0106, CA0106
Direct sample mixing device
dmix:CARD=CA0106,DEV=2
CA0106, CA0106
Direct sample mixing device
dmix:CARD=CA0106,DEV=3
CA0106, CA0106
Direct sample mixing device
dsnoop:CARD=CA0106,DEV=0
CA0106, CA0106
Direct sample snooping device
dsnoop:CARD=CA0106,DEV=1
CA0106, CA0106
Direct sample snooping device
dsnoop:CARD=CA0106,DEV=2
CA0106, CA0106
Direct sample snooping device
dsnoop:CARD=CA0106,DEV=3
CA0106, CA0106
Direct sample snooping device
hw:CARD=CA0106,DEV=0
CA0106, CA0106
Direct hardware device without any conversions
hw:CARD=CA0106,DEV=1
CA0106, CA0106
Direct hardware device without any conversions
hw:CARD=CA0106,DEV=2
CA0106, CA0106
Direct hardware device without any conversions
hw:CARD=CA0106,DEV=3
CA0106, CA0106
Direct hardware device without any conversions
plughw:CARD=CA0106,DEV=0
CA0106, CA0106
Hardware device with all software conversions
plughw:CARD=CA0106,DEV=1
CA0106, CA0106
Hardware device with all software conversions
plughw:CARD=CA0106,DEV=2
CA0106, CA0106
Hardware device with all software conversions
plughw:CARD=CA0106,DEV=3
CA0106, CA0106
Hardware device with all software conversions
default:CARD=PCH
HDA Intel PCH, ALC889 Analog
Default Audio Device
sysdefault:CARD=PCH
HDA Intel PCH, ALC889 Analog
Default Audio Device
front:CARD=PCH,DEV=0
HDA Intel PCH, ALC889 Analog
Front speakers
surround21:CARD=PCH,DEV=0
HDA Intel PCH, ALC889 Analog
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=PCH,DEV=0
HDA Intel PCH, ALC889 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH,DEV=0
HDA Intel PCH, ALC889 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH,DEV=0
HDA Intel PCH, ALC889 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH,DEV=0
HDA Intel PCH, ALC889 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH,DEV=0
HDA Intel PCH, ALC889 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=PCH,DEV=0
HDA Intel PCH, ALC889 Digital
IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=PCH,DEV=0
HDA Intel PCH, ALC889 Analog
Direct sample mixing device
dmix:CARD=PCH,DEV=1
HDA Intel PCH, ALC889 Digital
Direct sample mixing device
dsnoop:CARD=PCH,DEV=0
HDA Intel PCH, ALC889 Analog
Direct sample snooping device
dsnoop:CARD=PCH,DEV=1
HDA Intel PCH, ALC889 Digital
Direct sample snooping device
hw:CARD=PCH,DEV=0
HDA Intel PCH, ALC889 Analog
Direct hardware device without any conversions
hw:CARD=PCH,DEV=1
HDA Intel PCH, ALC889 Digital
Direct hardware device without any conversions
plughw:CARD=PCH,DEV=0
HDA Intel PCH, ALC889 Analog
Hardware device with all software conversions
plughw:CARD=PCH,DEV=1
HDA Intel PCH, ALC889 Digital
Hardware device with all software conversions
hdmi:CARD=NVidia,DEV=0
HDA NVidia, HDMI 0
HDMI Audio Output
hdmi:CARD=NVidia,DEV=1
HDA NVidia, HDMI 1
HDMI Audio Output
hdmi:CARD=NVidia,DEV=2
HDA NVidia, HDMI 2
HDMI Audio Output
hdmi:CARD=NVidia,DEV=3
HDA NVidia, HDMI 3
HDMI Audio Output
dmix:CARD=NVidia,DEV=3
HDA NVidia, HDMI 0
Direct sample mixing device
dmix:CARD=NVidia,DEV=7
HDA NVidia, HDMI 1
Direct sample mixing device
dmix:CARD=NVidia,DEV=8
HDA NVidia, HDMI 2
Direct sample 

[Desktop-packages] [Bug 1315212]

2015-01-10 Thread Raymond
how about CD audio (44100Hz stereo) using plughw?

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

Title:
  [CA0106 - CA0106, playback] Playback problem - Surround dies, no valid
  output

Status in ALSA driver:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  This is tested against a Creative Labs Sounblaster live! (sb0410) card
  and a SoundBlaster Audigy se (sb0570). Both of them behave strangely,
  output coming through some, but not all speakers, etc. This was
  working in 13.10 under the sb0410. the ca0106 driver is the same for
  both cards.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  joshp 30385 F pulseaudio
   /dev/snd/controlC0:  joshp 30385 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu May  1 21:37:12 2014
  InstallationDate: Installed on 2014-04-28 (3 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:CA0106 failed
  Symptom_Card: Built-in Audio - Intel ICH6
  Symptom_Type: None of the above
  Title: [CA0106 - CA0106, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/03/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0G8310
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd03/03/2006:svnDellInc.:pnOptiPlexGX280:pvr:rvnDellInc.:rn0G8310:rvr:cvnDellInc.:ct3:cvr:
  dmi.product.name: OptiPlex GX280
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1315212]

2015-01-10 Thread Rkfg
This command doesn't work, it says aplay: set_params:1239: Channels
count non available. The -D default:CARD=CA0106 variant works and it
does not overrun. I only had overruns on recording (at least, explicit).
That said, I've made a huge improvement in my system, I compiled a pf-
kernel and set CONFIG_PREEMPT=y, CONFIG_HZ_1000=y and CONFIG_HZ=1000.
The default Debian kernel is on 250 Hz and is not preemptible. Now that
my kernel supports preemption I (crossing fingers) don't have ALSA over-
and underruns anymore. They were quite sudden and audible as
clicks/gaps. I saw this in the log:

Jan  4 20:25:15 homecomp pulseaudio[26848]: [alsa-sink-ca0106] alsa-sink.c: 
Scheduling delay of 11.42 ms  11.31 ms, you might want to investigate this to 
improve latency...
Jan  4 20:25:15 homecomp pulseaudio[26848]: [alsa-sink-ca0106] alsa-sink.c: 
Underrun!
Jan  4 20:25:15 homecomp pulseaudio[26848]: [alsa-sink-ca0106] alsa-sink.c: 
Increasing minimal latency to 1.00 ms
Jan  4 20:25:15 homecomp pulseaudio[26848]: [alsa-sink-ca0106] alsa-sink.c: 
Latency set to 21.33ms
Jan  4 20:25:15 homecomp pulseaudio[26848]: [alsa-sink-ca0106] alsa-sink.c: 
hwbuf_unused=57352
Jan  4 20:25:15 homecomp pulseaudio[26848]: [alsa-sink-ca0106] alsa-sink.c: 
setting avail_min=7651
Jan  4 20:25:15 homecomp pulseaudio[26848]: [alsa-sink-ca0106] alsa-sink.c: 
Latency set to 21.33ms
Jan  4 20:25:15 homecomp pulseaudio[26848]: [alsa-sink-ca0106] alsa-sink.c: 
hwbuf_unused=57352
Jan  4 20:25:15 homecomp pulseaudio[26848]: [alsa-sink-ca0106] alsa-sink.c: 
setting avail_min=7651

With the preempt kernel this doesn't happen at all (I grepped the log)
and sound is just as good as with pure ALSA.

However, arecord still drops overrun for CA0106. It doesn't do it for
PCH (ALC889) though.

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

Title:
  [CA0106 - CA0106, playback] Playback problem - Surround dies, no valid
  output

Status in ALSA driver:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  This is tested against a Creative Labs Sounblaster live! (sb0410) card
  and a SoundBlaster Audigy se (sb0570). Both of them behave strangely,
  output coming through some, but not all speakers, etc. This was
  working in 13.10 under the sb0410. the ca0106 driver is the same for
  both cards.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  joshp 30385 F pulseaudio
   /dev/snd/controlC0:  joshp 30385 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu May  1 21:37:12 2014
  InstallationDate: Installed on 2014-04-28 (3 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:CA0106 failed
  Symptom_Card: Built-in Audio - Intel ICH6
  Symptom_Type: None of the above
  Title: [CA0106 - CA0106, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/03/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0G8310
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd03/03/2006:svnDellInc.:pnOptiPlexGX280:pvr:rvnDellInc.:rn0G8310:rvr:cvnDellInc.:ct3:cvr:
  dmi.product.name: OptiPlex GX280
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1315212]

2015-01-10 Thread Raymond
what is the smallest buffer size which aplay without underrun ? 
1024,512,256,128,64,...


aplay -D front:CARD=CA0106 -v --buffer-size=1024 stereo48000.wav


19:29:42 homecomp pulseaudio[1911]: Protocol version: remote 26, local 29
Dec 25 19:29:42 homecomp pulseaudio[1911]: Got credentials: uid=1000 gid=1000 
success=1
Dec 25 19:29:42 homecomp pulseaudio[1911]: SHM possible: yes
Dec 25 19:29:42 homecomp pulseaudio[1911]: Negotiated SHM: yes
Dec 25 19:29:42 homecomp pulseaudio[1911]: Looking for .desktop file for 
Transistor.bin.x86_64
Dec 25 19:29:42 homecomp pulseaudio[1911]: Not setting device for stream ALSA 
Playback, because it lacks role.
Dec 25 19:29:42 homecomp pulseaudio[1911]: Negotiated format: pcm, 
format.sample_format = \s16le\  format.rate = 48000  format.channels = 
2  format.channel_map = \front-left,front-right\
Dec 25 19:29:42 homecomp pulseaudio[1911]: Sink 
alsa_output.pci-_06_00.0.analog-stereo becomes busy, resuming.
Dec 25 19:29:42 homecomp pulseaudio[1911]: memblockq requested: 
maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
Dec 25 19:29:42 homecomp pulseaudio[1911]: memblockq sanitized: 
maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
Dec 25 19:29:42 homecomp pulseaudio[1911]: Created input 15 ALSA Playback on 
alsa_output.pci-_06_00.0.analog-stereo with sample spec s16le 2ch 48000Hz 
and channel map front-left,front-right
Dec 25 19:29:42 homecomp pulseaudio[1911]: media.name = ALSA Playback
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.name = ALSA plug-in 
[Transistor.bin.x86_64]
Dec 25 19:29:42 homecomp pulseaudio[1911]: native-protocol.peer = UNIX 
socket client
Dec 25 19:29:42 homecomp pulseaudio[1911]: native-protocol.version = 26
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.process.id = 9536
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.process.user = rkfg
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.process.host = 
homecomp
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.process.binary = 
Transistor.bin.x86_64
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.language = 
en_GB.UTF-8
Dec 25 19:29:42 homecomp pulseaudio[1911]: window.x11.display = :0.0
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.process.machine_id = 
3be8f38f291dd2003af500d051c0a849
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.process.session_id = 
10
Dec 25 19:29:42 homecomp pulseaudio[1911]: module-stream-restore.id = 
sink-input-by-application-name:ALSA plug-in [Transistor.bin.x86_64]
Dec 25 19:29:42 homecomp pulseaudio[1911]: Requested tlength=85.33 ms, 
minreq=21.33 ms
Dec 25 19:29:42 homecomp pulseaudio[1911]: Early requests mode enabled, 
configuring sink latency to minreq.
Dec 25 19:29:42 homecomp pulseaudio[1911]: Requested latency=21.33 ms, Received 
latency=26.00 ms
Dec 25 19:29:42 homecomp pulseaudio[1911]: memblockq requested: 
maxlength=4194304, tlength=16384, base=4, prebuf=11396, minreq=4992 maxrewind=0
Dec 25 19:29:42 homecomp pulseaudio[1911]: memblockq sanitized: 
maxlength=4194304, tlength=16384, base=4, prebuf=11396, minreq=4992 maxrewind=0
Dec 25 19:29:42 homecomp pulseaudio[1911]: Final latency 111.33 ms = 33.33 ms + 
2*26.00 ms + 26.00 ms
Dec 25 19:29:42 homecomp pulseaudio[1911]: Latency set to 26.00ms
Dec 25 19:29:42 homecomp pulseaudio[1911]: hwbuf_unused=60544
Dec 25 19:29:42 homecomp pulseaudio[1911]: setting avail_min=15617
Dec 25 19:29:42 homecomp pulseaudio[1911]: Requested volume: front-left: 52559 
/  80% / -5.75 dB,   front-right: 52559 /  80% / -5.75 dB
Dec 25 19:29:42 homecomp pulseaudio[1911]: Got hardware volume: front-left: 
53066 /  81% / -5.50 dB,   front-right: 53066 /  81% / -5.50 dB
Dec 25 19:29:42 homecomp pulseaudio[1911]: Calculated software volume: 
front-left: 64910 /  99% / -0.25 dB,   front-right: 64910 /  99% / -0.25 dB 
(accurate-enough=yes)
Dec 25 19:29:42 homecomp pulseaudio[1911]: Volume not changing
Dec 25 19:29:42 homecomp pulseaudio[1911]: Requesting rewind due to end of 
underrun.
Dec 25 19:29:42 homecomp pulseaudio[1911]: Requested to rewind 65536 bytes.
Dec 25 19:29:42 homecomp pulseaudio[1911]: Limited to 3904 bytes.
Dec 25 19:29:42 homecomp pulseaudio[1911]: before: 976
Dec 25 19:29:42 homecomp pulseaudio[1911]: after: 976
Dec 25 19:29:42 homecomp pulseaudio[1911]: Rewound 3904 bytes.
Dec 25 19:29:42 homecomp pulseaudio[1911]: Processing rewind...
Dec 25 19:29:42 homecomp pulseaudio[1911]: latency = 65877
Dec 25 19:29:42 homecomp pulseaudio[1911]: Have to rewind 3904 bytes on render 
memblockq.
Dec 25 19:29:42 homecomp pulseaudio[1911]: Have to rewind 3904 bytes on render 
memblockq.
Dec 25 19:29:42 homecomp pulseaudio[1911]: Have to rewind 3904 bytes on render 
memblockq.
Dec 25 19:29:42 homecomp pulseaudio[1911]: Processing rewind...
Dec 25 19:29:42 homecomp pulseaudio[1911]: Wakeup from ALSA!
Dec 25 19:29:42 homecomp pulseaudio[1911]: Wakeup from ALSA!
Dec 25 

[Desktop-packages] [Bug 1315212]

2015-01-10 Thread Rkfg
# aplay -D plughw:CARD=CA0106 -v --buffer-size=128 
/usr/share/sounds/alsa/Side_Left.wav
Playing WAVE '/usr/share/sounds/alsa/Side_Left.wav' : Signed 16 bit Little 
Endian, Rate 48000 Hz, Mono
Plug PCM: Route conversion PCM (sformat=S16_LE)
  Transformation table:
0 - 0
1 - 0
Its setup is:
  stream   : PLAYBACK
  access   : RW_INTERLEAVED
  format   : S16_LE
  subformat: STD
  channels : 1
  rate : 48000
  exact rate   : 48000 (48000/1)
  msbits   : 16
  buffer_size  : 128
  period_size  : 32
  period_time  : 666
  tstamp_mode  : NONE
  period_step  : 1
  avail_min: 32
  period_event : 0
  start_threshold  : 128
  stop_threshold   : 128
  silence_threshold: 0
  silence_size : 0
  boundary : 4611686018427387904
Slave: Hardware PCM card 0 'CA0106' device 0 subdevice 0
Its setup is:
  stream   : PLAYBACK
  access   : MMAP_INTERLEAVED
  format   : S16_LE
  subformat: STD
  channels : 2
  rate : 48000
  exact rate   : 48000 (48000/1)
  msbits   : 16
  buffer_size  : 128
  period_size  : 32
  period_time  : 666
  tstamp_mode  : NONE
  period_step  : 1
  avail_min: 32
  period_event : 0
  start_threshold  : 128
  stop_threshold   : 128
  silence_threshold: 0
  silence_size : 0
  boundary : 4611686018427387904
  appl_ptr : 0
  hw_ptr   : 0

128 seems to be fine. It's not consistent, sometimes 64 works ok,
sometimes it overruns (says so in the console and hitches). 128 has
never overrun, neither visually (saying it in the console), nor audible
(clicks/pops).

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

Title:
  [CA0106 - CA0106, playback] Playback problem - Surround dies, no valid
  output

Status in ALSA driver:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  This is tested against a Creative Labs Sounblaster live! (sb0410) card
  and a SoundBlaster Audigy se (sb0570). Both of them behave strangely,
  output coming through some, but not all speakers, etc. This was
  working in 13.10 under the sb0410. the ca0106 driver is the same for
  both cards.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  joshp 30385 F pulseaudio
   /dev/snd/controlC0:  joshp 30385 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu May  1 21:37:12 2014
  InstallationDate: Installed on 2014-04-28 (3 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:CA0106 failed
  Symptom_Card: Built-in Audio - Intel ICH6
  Symptom_Type: None of the above
  Title: [CA0106 - CA0106, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/03/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0G8310
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd03/03/2006:svnDellInc.:pnOptiPlexGX280:pvr:rvnDellInc.:rn0G8310:rvr:cvnDellInc.:ct3:cvr:
  dmi.product.name: OptiPlex GX280
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1315212]

2015-01-10 Thread Raymond
if you cannot find stereo 48000Hz wav file

aplay -D plughw:CARD=CA0106 -v --buffer-size=1024 any.wav

try to find minimum buffer size 1024,512, 256,128,64,... without
underrun


1024 frames = 21.33 ms x 48000Hz
4096 = 85.33 ms x 48000Hz

if request tlength 85.33ms is buffer time and 21.33ms is period time

not sure why pulseaudio received latency is 26ms


alsa_output.pci-_06_00.0.analog-stereo with sample spec s16le 2ch 48000Hz 
and channel map front-left,front-right
Dec 25 19:29:42 homecomp pulseaudio[1911]: media.name = ALSA Playback
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.name = ALSA plug-in 
[Transistor.bin.x86_64]
Dec 25 19:29:42 homecomp pulseaudio[1911]: native-protocol.peer = UNIX 
socket client
Dec 25 19:29:42 homecomp pulseaudio[1911]: native-protocol.version = 26
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.process.id = 9536
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.process.user = rkfg
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.process.host = 
homecomp
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.process.binary = 
Transistor.bin.x86_64
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.language = 
en_GB.UTF-8
Dec 25 19:29:42 homecomp pulseaudio[1911]: window.x11.display = :0.0
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.process.machine_id = 
3be8f38f291dd2003af500d051c0a849
Dec 25 19:29:42 homecomp pulseaudio[1911]: application.process.session_id = 
10
Dec 25 19:29:42 homecomp pulseaudio[1911]: module-stream-restore.id = 
sink-input-by-application-name:ALSA plug-in [Transistor.bin.x86_64]
Dec 25 19:29:42 homecomp pulseaudio[1911]: Requested tlength=85.33 ms, 
minreq=21.33 ms
Dec 25 19:29:42 homecomp pulseaudio[1911]: Early requests mode enabled, 
configuring sink latency to minreq.
Dec 25 19:29:42 homecomp pulseaudio[1911]: Requested latency=21.33 ms, Received 
latency=26.00 ms

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

Title:
  [CA0106 - CA0106, playback] Playback problem - Surround dies, no valid
  output

Status in ALSA driver:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  This is tested against a Creative Labs Sounblaster live! (sb0410) card
  and a SoundBlaster Audigy se (sb0570). Both of them behave strangely,
  output coming through some, but not all speakers, etc. This was
  working in 13.10 under the sb0410. the ca0106 driver is the same for
  both cards.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  joshp 30385 F pulseaudio
   /dev/snd/controlC0:  joshp 30385 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu May  1 21:37:12 2014
  InstallationDate: Installed on 2014-04-28 (3 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:CA0106 failed
  Symptom_Card: Built-in Audio - Intel ICH6
  Symptom_Type: None of the above
  Title: [CA0106 - CA0106, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/03/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0G8310
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd03/03/2006:svnDellInc.:pnOptiPlexGX280:pvr:rvnDellInc.:rn0G8310:rvr:cvnDellInc.:ct3:cvr:
  dmi.product.name: OptiPlex GX280
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1409283] Re: nvidia-304 304.125-0ubuntu0.0.1: nvidia-304 kernel module failed to build

2015-01-10 Thread dolanbaker
The original issue is the network card failing to connect after a
suspend resume operation, this is a bug that appeared in V11.04 was not
present in previous versions.


I have noticed that when the system goes into suspend that the the CPU fan on 
the motherboard remains powered up for about 40 seconds before the system 
finally goes into full suspend. This never happened on previous versions of 
Ubuntu.

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

Title:
  nvidia-304 304.125-0ubuntu0.0.1: nvidia-304 kernel module failed to
  build

Status in nvidia-graphics-drivers-304 package in Ubuntu:
  New

Bug description:
  I was installing an upstream pavkage to try to resolve another bug
  1405...@bugs.launchpad.net

  I am not sure how relevant this is th the new crash report.

  philip@roscommon:~/linuz builds/3.19$ ls
  linux-headers-3.19.0-031900rc3_3.19.0-031900rc3.201501060135_all.deb
  linux-headers-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb
  linux-image-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb
  philip@roscommon:~/linuz builds/3.19$ sudo dpkg -i *.deb
  [sudo] password for philip: 
  no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory
  Selecting previously unselected package linux-headers-3.19.0-031900rc3.
  (Reading database ... 415774 files and directories currently installed.)
  Preparing to unpack 
linux-headers-3.19.0-031900rc3_3.19.0-031900rc3.201501060135_all.deb ...
  Unpacking linux-headers-3.19.0-031900rc3 (3.19.0-031900rc3.201501060135) ...
  Selecting previously unselected package 
linux-headers-3.19.0-031900rc3-generic.
  Preparing to unpack 
linux-headers-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb 
...
  Unpacking linux-headers-3.19.0-031900rc3-generic 
(3.19.0-031900rc3.201501060135) ...
  Selecting previously unselected package linux-image-3.19.0-031900rc3-generic.
  Preparing to unpack 
linux-image-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb ...
  Done.
  Unpacking linux-image-3.19.0-031900rc3-generic 
(3.19.0-031900rc3.201501060135) ...
  Setting up linux-headers-3.19.0-031900rc3 (3.19.0-031900rc3.201501060135) ...
  Setting up linux-headers-3.19.0-031900rc3-generic 
(3.19.0-031900rc3.201501060135) ...
  Examining /etc/kernel/header_postinst.d.
  run-parts: executing /etc/kernel/header_postinst.d/dkms 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  Error! Bad return status for module build on kernel: 3.19.0-031900rc3-generic 
(x86_64)
  Consult /var/lib/dkms/nvidia-304/304.125/build/make.log for more information.

  Setting up linux-image-3.19.0-031900rc3-generic 
(3.19.0-031900rc3.201501060135) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  run-parts: executing /etc/kernel/postinst.d/dkms 3.19.0-031900rc3-generic 
/boot/vmlinuz-3.19.0-031900rc3-generic
  Error! Bad return status for module build on kernel: 3.19.0-031900rc3-generic 
(x86_64)
  Consult /var/lib/dkms/nvidia-304/304.125/build/make.log for more information.
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-031900rc3-generic
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-031900rc3-generic 
/boot/vmlinuz-3.19.0-031900rc3-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  Generating grub configuration file ...
  Found linux image: /boot/vmlinuz-3.19.0-031900rc3-generic
  Found initrd image: /boot/initrd.img-3.19.0-031900rc3-generic
  Found linux image: /boot/vmlinuz-3.13.0-43-generic
  Found initrd image: /boot/initrd.img-3.13.0-43-generic
  Found linux image: /boot/vmlinuz-3.13.0-40-generic
  Found initrd image: /boot/initrd.img-3.13.0-40-generic
  Found linux image: /boot/vmlinuz-3.13.0-39-generic
  Found initrd image: /boot/initrd.img-3.13.0-39-generic
  Found linux image: /boot/vmlinuz-3.13.0-37-generic
  Found initrd image: /boot/initrd.img-3.13.0-37-generic
  Found linux image: /boot/vmlinuz-3.13.0-36-generic
  Found initrd image: /boot/initrd.img-3.13.0-36-generic
  Found linux image: /boot/vmlinuz-3.13.0-35-generic
  Found initrd image: /boot/initrd.img-3.13.0-35-generic
  Found linux image: /boot/vmlinuz-3.13.0-34-generic
  Found initrd image: /boot/initrd.img-3.13.0-34-generic
  Found linux image: /boot/vmlinuz-3.2.0-67-generic
  Found initrd image: /boot/initrd.img-3.2.0-67-generic
  Found 

[Desktop-packages] [Bug 269904] Re: Screen refresh problems with nvidia cards

2015-01-10 Thread Johan Boulé
I confirm that applying the patch 0.9.12/revision/3916 solves the
partial-redraw / flickering issues on utopic with nvidia driver 346.22
on a geforce gt 740 card.

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

Title:
  Screen refresh problems with nvidia cards

Status in Compiz:
  Fix Committed
Status in Compiz 0.9.11 series:
  Triaged
Status in Compiz Core:
  New
Status in Compiz Core 0.9.8 series:
  New
Status in compiz package in Ubuntu:
  Fix Released
Status in compiz-fusion-plugins-main package in Ubuntu:
  Fix Released
Status in compiz source package in Intrepid:
  Fix Released
Status in compiz-fusion-plugins-main source package in Intrepid:
  Won't Fix
Status in compiz-fusion-plugins-main package in Debian:
  Fix Released

Bug description:
  == Proposed compiz-fusion-plugins-main patch ==
  See comment 234 by Anders Kaseorg and attached 
compiz-fusion-plugins-main_0.8.2-0ubuntu2.debdiff.

  == Original report ==
  Binary package hint: compiz

  I'm using latest compiz on intrepid.

  Since jockey-gtk does not work on my box (I already filed a bug), I
  manually installed nvidia-glx-177 and added the driver → nvidia line
  to xorg.conf.

  Now I seem to be having some screen refresh problems when using
  compiz: parts of the screen are refreshed, but others aren't. That
  means nautilus doesn't show files or folders until I move the cursor
  over them, firefox doesn't show webpages properly until I scroll down,
  and so on.

  Please, tell me if there is any additional info I can provide to find
  out the cause.

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

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


[Desktop-packages] [Bug 1409283] [NEW] nvidia-304 304.125-0ubuntu0.0.1: nvidia-304 kernel module failed to build

2015-01-10 Thread dolanbaker
Public bug reported:

I was installing an upstream pavkage to try to resolve another bug
1405...@bugs.launchpad.net

I am not sure how relevant this is th the new crash report.

philip@roscommon:~/linuz builds/3.19$ ls
linux-headers-3.19.0-031900rc3_3.19.0-031900rc3.201501060135_all.deb
linux-headers-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb
linux-image-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb
philip@roscommon:~/linuz builds/3.19$ sudo dpkg -i *.deb
[sudo] password for philip: 
no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory
Selecting previously unselected package linux-headers-3.19.0-031900rc3.
(Reading database ... 415774 files and directories currently installed.)
Preparing to unpack 
linux-headers-3.19.0-031900rc3_3.19.0-031900rc3.201501060135_all.deb ...
Unpacking linux-headers-3.19.0-031900rc3 (3.19.0-031900rc3.201501060135) ...
Selecting previously unselected package linux-headers-3.19.0-031900rc3-generic.
Preparing to unpack 
linux-headers-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb 
...
Unpacking linux-headers-3.19.0-031900rc3-generic 
(3.19.0-031900rc3.201501060135) ...
Selecting previously unselected package linux-image-3.19.0-031900rc3-generic.
Preparing to unpack 
linux-image-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb ...
Done.
Unpacking linux-image-3.19.0-031900rc3-generic (3.19.0-031900rc3.201501060135) 
...
Setting up linux-headers-3.19.0-031900rc3 (3.19.0-031900rc3.201501060135) ...
Setting up linux-headers-3.19.0-031900rc3-generic 
(3.19.0-031900rc3.201501060135) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
Error! Bad return status for module build on kernel: 3.19.0-031900rc3-generic 
(x86_64)
Consult /var/lib/dkms/nvidia-304/304.125/build/make.log for more information.

Setting up linux-image-3.19.0-031900rc3-generic (3.19.0-031900rc3.201501060135) 
...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.19.0-031900rc3-generic 
/boot/vmlinuz-3.19.0-031900rc3-generic
Error! Bad return status for module build on kernel: 3.19.0-031900rc3-generic 
(x86_64)
Consult /var/lib/dkms/nvidia-304/304.125/build/make.log for more information.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
update-initramfs: Generating /boot/initrd.img-3.19.0-031900rc3-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-031900rc3-generic 
/boot/vmlinuz-3.19.0-031900rc3-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.19.0-031900rc3-generic
Found initrd image: /boot/initrd.img-3.19.0-031900rc3-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-36-generic
Found initrd image: /boot/initrd.img-3.13.0-36-generic
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.2.0-67-generic
Found initrd image: /boot/initrd.img-3.2.0-67-generic
Found linux image: /boot/vmlinuz-3.0.0-17-generic
Found initrd image: /boot/initrd.img-3.0.0-17-generic
Found linux image: /boot/vmlinuz-2.6.38-11-generic
Found initrd image: /boot/initrd.img-2.6.38-11-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Windows Vista (loader) on /dev/sdb1
done
philip@roscommon:~/linuz builds/3.19$ 
philip@roscommon:~/linuz builds/3.19$

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-304 304.125-0ubuntu0.0.1
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
DKMSKernelVersion: 3.19.0-031900rc3-generic
Date: Sat Jan 10 14:38:55 2015
DuplicateSignature: 

[Desktop-packages] [Bug 1409263] Re: Current version system-config-printer in trusty-proposed has unsatisfiable dependency on cups-filters-ippusbxd

2015-01-10 Thread Till Kamppeter
Uploaded system-config-printer_1.4.3+20140219-0ubuntu2.5 to trusty-
proposed. As soon as the package gets approved testing instructions will
be posted here. Please test and report back here then, so that we can
make this package be an official update for Trusty. Thanks.

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

Title:
  Current version system-config-printer in trusty-proposed has
  unsatisfiable dependency on cups-filters-ippusbxd

Status in system-config-printer package in Ubuntu:
  Invalid
Status in system-config-printer source package in Trusty:
  In Progress

Bug description:
  The version of system-config-printer-udev in trusty-proposed
  (1.4.3+20140219-0ubuntu2.4) contains an unsatisfiable dependency on
  cups-filters-ippusbxd, which is currently not available in the Trusty
  repositories.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1409263/+subscriptions

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


[Desktop-packages] [Bug 1398444] Re: Missing dependency on gir1.2-gtk-3.0

2015-01-10 Thread Till Kamppeter
Uploaded system-config-printer_1.4.3+20140219-0ubuntu2.5 to trusty-
proposed with the dependency on cups-filters-ippusbxd removed. See bug
1409263.

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

Title:
  Missing dependency on gir1.2-gtk-3.0

Status in system-config-printer package in Ubuntu:
  Fix Released
Status in system-config-printer source package in Trusty:
  In Progress

Bug description:
  When trying to start system-config-printer from the command-line, I
  get an error

  Traceback (most recent call last):
    File /usr/share/system-config-printer/system-config-printer.py, line 32, 
in module
  from gi.repository import Gdk
  ImportError: cannot import name Gdk

  After installing gir1.2-gtk-3.0 the error disappears.

  [Impact]

  The gir1.2-gtk-3.0 can be uninstalled or system-config-printer can be
  installed on a system with no gir1.2-gtk-3.0, leading to a non-working
  system-config-printer.

  [Test Case]

  Try to uninstall gir1.2-gtk-3.0 on a Trusty system with system-config-
  printer installed. It will work or if not, the dependencies shown will
  not include system-config-printer-gnome.

  With the proposed package system-config-printer-gnome depends on
  gir1.2-gtk-3.0.

  [Regression Potential]

  No regression potential at all as there is no code change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1398444/+subscriptions

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


[Desktop-packages] [Bug 1282867] Re: Frequent hang and render glitches in Xorg, caused by SNA

2015-01-10 Thread schoofseggl
I face the same issue on a fresh installed ubuntu 14.10 with a celeron
haswell processor, especially when browsing with firefox it sometimes
happens.

[ 1045.621449] [drm] stuck on render ring
[ 1045.623026] [drm] GPU HANG: ecode 0:0x87d3bffa, in Xorg [1123], reason: Ring 
hung, action: reset
[ 1045.623035] [drm] GPU hangs can indicate a bug anywhere in the entire gfx 
stack, including userspace.
[ 1045.623037] [drm] Please file a _new_ bug report on bugs.freedesktop.org 
against DRI - DRM/Intel
[ 1045.623039] [drm] drm/i915 developers can then reassign to the right 
component if it's not a kernel issue.
[ 1045.623041] [drm] The gpu crash dump is required to analyze gpu hangs, so 
please always attach it.
[ 1045.623044] [drm] GPU crash dump saved to /sys/class/drm/card0/error
[ 1047.623048] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 1952.317206] [drm] stuck on render ring
[ 1952.318754] [drm] GPU HANG: ecode 0:0x87d3bffa, in Xorg [1123], reason: Ring 
hung, action: reset
[ 1954.318777] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 3392.453403] [drm] stuck on render ring
[ 3392.454925] [drm] GPU HANG: ecode 0:0x87d3bffa, in Xorg [1123], reason: Ring 
hung, action: reset
[ 3394.455101] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off

Linux version 3.16.0-28-generic (buildd@komainu) (gcc version 4.9.1
(Ubuntu 4.9.1-16ubuntu6) ) #38-Ubuntu SMP Fri Dec 12 17:37:40 UTC 2014


** Attachment added: crash dump
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1282867/+attachment/4295201/+files/error

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

Title:
  Frequent hang and render glitches in Xorg, caused by SNA

Status in The Linux Kernel:
  Fix Released
Status in linux package in Ubuntu:
  Confirmed
Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  After the latest kernel upgrade, my system has many graphical
  glitches, and is locking up frequently. The dmesg output has errors
  like these:

  [ 1951.568672] Watchdog[2753]: segfault at 0 ip 7fe00773a32e sp 
7fdff869f680 error 6 in chrome[7fe003cbe000+5dd9000]
  [ 1959.241676] [drm] stuck on render ring
  [ 1959.241685] [drm] GPU crash dump saved to /sys/class/drm/card0/error
  [ 1959.241686] [drm] GPU hangs can indicate a bug anywhere in the entire gfx 
stack, including userspace.
  [ 1959.241687] [drm] Please file a _new_ bug report on bugs.freedesktop.org 
against DRI - DRM/Intel
  [ 1959.241688] [drm] drm/i915 developers can then reassign to the right 
component if it's not a kernel issue.
  [ 1959.241689] [drm] The gpu crash dump is required to analyze gpu hangs, so 
please always attach it.
  [ 1959.244266] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo 
(0x3dc32000 ctx 17) at 0x3dc32c48
  [ 3964.330034] perf samples too long (2503  2500), lowering 
kernel.perf_event_max_sample_rate to 5
  [ 4849.028446] [drm] stuck on render ring
  [ 4849.028492] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo 
(0x565c2000 ctx 17) at 0x565c2c48
  [ 4861.093551] Watchdog[5226]: segfault at 0 ip 7fc00d36f32e sp 
7fbffe2d4680 error 6 in chrome[7fc0098f3000+5dd9000]
  [ 4863.020198] [drm] stuck on render ring
  [ 4863.020255] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo 
(0x3dc32000 ctx 17) at 0x3dc32c48
  [ 4893.028245] [drm] stuck on render ring
  [ 4893.028295] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo 
(0x4cbed000 ctx 10) at 0x4cbedc98
  [ 4899.041855] [drm] stuck on render ring
  [ 4899.041900] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo 
(0xea3d000 ctx 10) at 0xea3dc98
  [ 4899.041903] [drm:i915_context_is_banned] *ERROR* context hanging too fast, 
declaring banned!
  [ 5833.173837] warning: `VBoxHeadless' uses 32-bit capabilities (legacy 
support in use)
  [ 5833.326542] device vboxnet0 entered promiscuous mode
  [ 6429.476175] [drm] stuck on render ring
  [ 6488.455986] [drm] stuck on render ring
  [ 6547.507818] [drm] stuck on render ring
  [ 6615.490047] [drm] stuck on render ring

  I am not sure if the xserver-xorg-video-intel ricver was also updated
  at the same time. This is the version in use:

  rdhruva@ubuntu:~$ apt-cache policy xserver-xorg-video-intel
  xserver-xorg-video-intel:
Installed: 2:2.99.910-0ubuntu1
Candidate: 2:2.99.910-0ubuntu1
Version table:
   *** 2:2.99.910-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-11-generic 3.13.0-11.31
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rdhruva2154 F pulseaudio
   

[Desktop-packages] [Bug 1409276] Re: update has not worked for about a year. the package always fails. package fontconfig 2.11.0-0ubuntu4.1 failed to install/upgrade: subprocess installed post-install

2015-01-10 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 fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1409276

Title:
  update has not worked for about a year. the package always fails.
  package fontconfig 2.11.0-0ubuntu4.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in fontconfig package in Ubuntu:
  New

Bug description:
  when I update, the package always fails, i think its at the 'post'
  stage but im not sure.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: fontconfig 2.11.0-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  Date: Sat Jan 10 14:09:01 2015
  DuplicateSignature: package:fontconfig:2.11.0-0ubuntu4.1:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2010-11-14 (1517 days ago)
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  SourcePackage: fontconfig
  Title: package fontconfig 2.11.0-0ubuntu4.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to trusty on 2014-05-10 (244 days ago)

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

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


[Desktop-packages] [Bug 1409291] Re: missing toolbar

2015-01-10 Thread efa
other users asked for:
https://mail.gnome.org/archives/evince-list/2014-October/msg7.html

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

Title:
  missing toolbar

Status in evince package in Ubuntu:
  New

Bug description:
  missing tools, missing menù item: View-toolbar, Edit-toolbar

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evince 3.10.3-0ubuntu10.1
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sat Jan 10 16:36:54 2015
  InstallationDate: Installed on 2011-12-24 (1112 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: evince
  UpgradeStatus: Upgraded to trusty on 2014-12-23 (18 days ago)

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

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


[Desktop-packages] [Bug 1409299] [NEW] nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed to build

2015-01-10 Thread Jeremiah Peschka
Public bug reported:

Attempting to build 3.19r3 to test bug
https://bugs.launchpad.net/bugs/1384342

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331-uvm 331.113-0ubuntu0.1
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.19.0-031900rc3-generic
Date: Sat Jan 10 08:50:59 2015
DuplicateSignature: 
dkms:nvidia-331-uvm:331.113-0ubuntu0.1:/var/lib/dkms/nvidia-331/331.113/build/nv.c:1:0:
 error: code model ‘kernel’ not supported in the 32 bit mode
InstallationDate: Installed on 2014-08-07 (156 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageVersion: 331.113-0ubuntu0.1
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed 
to build
UpgradeStatus: Upgraded to utopic on 2014-12-18 (22 days ago)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed
  to build

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  New

Bug description:
  Attempting to build 3.19r3 to test bug
  https://bugs.launchpad.net/bugs/1384342

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: nvidia-331-uvm 331.113-0ubuntu0.1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  DKMSKernelVersion: 3.19.0-031900rc3-generic
  Date: Sat Jan 10 08:50:59 2015
  DuplicateSignature: 
dkms:nvidia-331-uvm:331.113-0ubuntu0.1:/var/lib/dkms/nvidia-331/331.113/build/nv.c:1:0:
 error: code model ‘kernel’ not supported in the 32 bit mode
  InstallationDate: Installed on 2014-08-07 (156 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageVersion: 331.113-0ubuntu0.1
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed 
to build
  UpgradeStatus: Upgraded to utopic on 2014-12-18 (22 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409299/+subscriptions

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


[Desktop-packages] [Bug 936310] Re: Some applications don't 'auto-show' onboard

2015-01-10 Thread mattgyver83
Confiriming auto-show issue with dash in Utopic with version
1.0.0-0ubuntu4.  Settings confirmed to Force on top and Auto-show
when editing text however opening the dash and editing never triggers
the onboard to appear.  Works everywhere else.

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

Title:
  Some applications don't 'auto-show' onboard

Status in Onboard on-screen keyboard:
  New
Status in onboard package in Ubuntu:
  Confirmed

Bug description:
  I'm testing onboard 0.97 in 2 different computers (one with oneiric:
  0.97.0+tr756-0ppa~oneiric1, another one with precise alpha2:
  0.97.0-0ubuntu1), both of them with auto-show when editing, show when
  unlocking, show tooltips, always on top.

  Most applications work fine with the new 'auto-show when editing'
  option, but I've found a few 'text applications' with wrong behaviour:

  - If onboard is hidden, they don't unhide (the right bevaviour is unhide)
  - If  onboard was automatically unhided by another application , they hide 
onboard (the right behaviour is do nothing). Please note that in case of 
onboard was unhidden by a 'manual' clicking on onboard's icon, those 
applications don't hide onboard (right behaviour)

  I post all of wrong applications I've found in only one bug, if you
  prefer I can file different bugs.

  - opening the dash: this bug is different than #915250 , and this new bug is 
present even in unity-2d and with 'always on top' marked
  New bug reported here:
  https://bugs.launchpad.net/ubuntu/+source/unity/+bug/960537

  - wxmaxima: cells and text boxes
  - qtoctave: the editor
  - skype: the user/password window
  - tuxpaint: the option to write text in a image (in some other applications 
as gimp or xournal this feature works fine)

  - the right-click option to rename files in nautilus
  New bug reported here:
  https://bugzilla.gnome.org/show_bug.cgi?id=672498

  - wine: tested with Adob Digital Editions
  - texmaker
  - fbreader
  - vlc (text boxes in preferences)

  - chromium-browser (all text entries except the url-bar)
  Upstream bug report for Orca here:
  https://code.google.com/p/chromium/issues/detail?id=24585

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

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


[Desktop-packages] [Bug 1409261] Re: fglrx (not installed): fglrx kernel module failed to build

2015-01-10 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 fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1409261

Title:
  fglrx (not installed): fglrx kernel module failed to build

Status in fglrx-installer package in Ubuntu:
  New

Bug description:
  fglrx was installed but no kernel module found

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: fglrx (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8
  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
  DKMSKernelVersion: 3.16.0-28-generic
  Date: Sun Jan  4 03:02:15 2015
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  DuplicateSignature: dkms:fglrx:(not 
installed):/var/lib/dkms/fglrx/14.200/build/2.6.x/firegl_public.c:1787:5: 
error: incompatible types when returning type ‘kuid_t’ but ‘KCL_TYPE_Uid’ was 
expected
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Curacao XT [Radeon R9 270X] 
[1002:6810] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Device [174b:e272]
  InstallationDate: Installed on 2013-01-21 (719 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: Gigabyte Technology Co., Ltd. GA-990FXA-UD3
  PackageVersion: (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=36b05090-72a6-4e82-a8b7-40eb3040c555 ro quiet splash vt.handoff=7
  SourcePackage: fglrx-installer
  Title: fglrx (not installed): fglrx kernel module failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/22/2012
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F9
  dmi.board.name: GA-990FXA-UD3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF9:bd10/22/2012:svnGigabyteTechnologyCo.,Ltd.:pnGA-990FXA-UD3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-990FXA-UD3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-990FXA-UD3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.58+git1411301621.f99522~gd~u
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5~git1501031930.48094d~gd~u
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5~git1501031930.48094d~gd~u
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.99+git1412180732.04da19~gd~u
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Fri Jan  9 22:29:46 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputDell Dell USB Keyboard KEYBOARD, id 8
   inputRazer  Razer Abyssus MOUSE, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1409261/+subscriptions

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


[Desktop-packages] [Bug 1347437] Re: evolution crash on startup

2015-01-10 Thread FRLinux
Yes, I can confirm that behaviour too. Unbutu 12.04 LTS upgraded to
14.04 LTS.

It starts with the following message:

~$ evolution 
Migrating cached data
Migrating config data
Migrating local user data
  rmdir /home/dd/.evolution/tasks
  FAILED: Le dossier n'est pas vide (contents follows)
  tasks

(evolution:4972): camel-WARNING **: Failed to initialize NSS SQL
database in sql:/etc/pki/nssdb: NSS error -8126


This is the packages reference:

ii  evolution 3.10.4-0ubuntu2   
  amd64groupware suite with mail client and 
organizer
ii  evolution-common  3.10.4-0ubuntu2   
  all  architecture independent files for 
Evolution
ii  evolution-data-server 3.10.4-0ubuntu1.5 
  amd64evolution database backend server
ii  evolution-data-server-common  3.10.4-0ubuntu1.5 
  all  architecture independent files for 
Evolution Data Server
ii  evolution-data-server-online-accounts 3.10.4-0ubuntu1.5 
  amd64evolution data server integration 
with Ubuntu Online Accounts
ii  evolution-indicator   0.2.20-0ubuntu15  
  amd64GNOME panel indicator applet for 
Evolution
ii  evolution-plugins 3.10.4-0ubuntu2   
  amd64standard plugins for Evolution
ii  libebackend-1.2-7 3.10.4-0ubuntu1.5 
  amd64Utility library for evolution data 
servers
ii  libebook-1.2-14   3.10.4-0ubuntu1.5 
  amd64Client library for evolution address 
books
ii  libebook-contacts-1.2-0   3.10.4-0ubuntu1.5 
  amd64Client library for evolution 
contacts books
ii  libecal-1.2-163.10.4-0ubuntu1.5 
  amd64Client library for evolution 
calendars
ii  libedata-book-1.2-20  3.10.4-0ubuntu1.5 
  amd64Backend library for evolution 
address books
ii  libedata-cal-1.2-23   3.10.4-0ubuntu1.5 
  amd64Backend library for evolution 
calendars
ii  libedataserver-1.2-18 3.10.4-0ubuntu1.5 
  amd64Utility library for evolution data 
servers
ii  libevolution  3.10.4-0ubuntu2   
  amd64evolution libraries

Any solution welcome.

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

Title:
  evolution crash on startup

Status in Ubuntu GNOME:
  Fix Released
Status in evolution package in Ubuntu:
  Fix Released
Status in evolution-ews package in Ubuntu:
  Fix Released

Bug description:
  when i start evolution after upgrading to evolution 3.12.X nothing
  happens.

  im using ews module

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evolution 3.12.4-0ubuntu1~trusty1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Jul 23 09:06:35 2014
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1409276] [NEW] update has not worked for about a year. the package always fails. package fontconfig 2.11.0-0ubuntu4.1 failed to install/upgrade: subprocess installed post-insta

2015-01-10 Thread Adam Carter
Public bug reported:

when I update, the package always fails, i think its at the 'post' stage
but im not sure.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: fontconfig 2.11.0-0ubuntu4.1
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic i686
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
Date: Sat Jan 10 14:09:01 2015
DuplicateSignature: package:fontconfig:2.11.0-0ubuntu4.1:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2010-11-14 (1517 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
SourcePackage: fontconfig
Title: package fontconfig 2.11.0-0ubuntu4.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to trusty on 2014-05-10 (244 days ago)

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


** Tags: apport-package i386 need-duplicate-check trusty

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

Title:
  update has not worked for about a year. the package always fails.
  package fontconfig 2.11.0-0ubuntu4.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in fontconfig package in Ubuntu:
  New

Bug description:
  when I update, the package always fails, i think its at the 'post'
  stage but im not sure.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: fontconfig 2.11.0-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  Date: Sat Jan 10 14:09:01 2015
  DuplicateSignature: package:fontconfig:2.11.0-0ubuntu4.1:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2010-11-14 (1517 days ago)
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  SourcePackage: fontconfig
  Title: package fontconfig 2.11.0-0ubuntu4.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to trusty on 2014-05-10 (244 days ago)

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

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


[Desktop-packages] [Bug 1405253] Re: Security update pulls GUI packages on 14.04 LTS server

2015-01-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nvidia-graphics-drivers-331-updates (Ubuntu)
   Status: New = Confirmed

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

Title:
  Security update pulls GUI packages on 14.04 LTS server

Status in nvidia-graphics-drivers-331-updates package in Ubuntu:
  Confirmed

Bug description:
  The last security update of nvidia-libopencl1-331-updates pulls with
  it a lot of packages including X server.

  The culprit seems to be this line in the changelog:

  * debian/templates/control.in:
  - Make libcuda1-$flavour depend on nvidia-$flavour-uvm.

  that corresponds to this change in source code:
  
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/nvidia-graphics-drivers-331-updates/trusty-security/revision/18#debian/templates/control.in

  See this thread in ubuntuforums:
  http://ubuntuforums.org/showthread.php?t=2257919

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331-updates/+bug/1405253/+subscriptions

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


[Desktop-packages] [Bug 1409276] Re: update has not worked for about a year. the package always fails. package fontconfig 2.11.0-0ubuntu4.1 failed to install/upgrade: subprocess installed post-install

2015-01-10 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your dmesg attachment in this bug report it
seems that there is a problem with your hardware.  I recommend
performing a back up and then investigating the situation.  Measures you
might take include checking cable connections and using software tools
to investigate the health of your hardware.  In the event that is is not
in fact an error with your hardware please set the bug's status back to
New.  Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: hardware-error

** Changed in: fontconfig (Ubuntu)
   Importance: Undecided = Low

** Changed in: fontconfig (Ubuntu)
   Status: New = Invalid

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

Title:
  update has not worked for about a year. the package always fails.
  package fontconfig 2.11.0-0ubuntu4.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in fontconfig package in Ubuntu:
  Invalid

Bug description:
  when I update, the package always fails, i think its at the 'post'
  stage but im not sure.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: fontconfig 2.11.0-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  Date: Sat Jan 10 14:09:01 2015
  DuplicateSignature: package:fontconfig:2.11.0-0ubuntu4.1:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2010-11-14 (1517 days ago)
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  SourcePackage: fontconfig
  Title: package fontconfig 2.11.0-0ubuntu4.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to trusty on 2014-05-10 (244 days ago)

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

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


[Desktop-packages] [Bug 1409291] Re: missing toolbar

2015-01-10 Thread efa
evince version 3.10.3

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

Title:
  missing toolbar

Status in evince package in Ubuntu:
  New

Bug description:
  missing tools, missing menù item: View-toolbar, Edit-toolbar

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evince 3.10.3-0ubuntu10.1
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sat Jan 10 16:36:54 2015
  InstallationDate: Installed on 2011-12-24 (1112 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: evince
  UpgradeStatus: Upgraded to trusty on 2014-12-23 (18 days ago)

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

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


[Desktop-packages] [Bug 1409299] Re: nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed to build

2015-01-10 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 nvidia-graphics-drivers-331 in Ubuntu.
https://bugs.launchpad.net/bugs/1409299

Title:
  nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed
  to build

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  New

Bug description:
  Attempting to build 3.19r3 to test bug
  https://bugs.launchpad.net/bugs/1384342

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: nvidia-331-uvm 331.113-0ubuntu0.1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  DKMSKernelVersion: 3.19.0-031900rc3-generic
  Date: Sat Jan 10 08:50:59 2015
  DuplicateSignature: 
dkms:nvidia-331-uvm:331.113-0ubuntu0.1:/var/lib/dkms/nvidia-331/331.113/build/nv.c:1:0:
 error: code model ‘kernel’ not supported in the 32 bit mode
  InstallationDate: Installed on 2014-08-07 (156 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageVersion: 331.113-0ubuntu0.1
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed 
to build
  UpgradeStatus: Upgraded to utopic on 2014-12-18 (22 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409299/+subscriptions

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


[Desktop-packages] [Bug 1315212]

2015-01-10 Thread Raymond
Four Stereo ADC Inputs with Analogue Gain Adjust from +24dB to –21dB in 0.5dB 
Steps
 Digital Gain Adjust from -21.5dB to -103dB.
 

table 10 of wm8775 mention that 0.5 dB per steps and min 0 is mute

As max 255 is +24 dB , 0xcf is 0 dB ,

step 1 is -103 dB



Source #1
State: SUSPENDED
Name: alsa_input.pci-_06_00.0.analog-stereo
Description: CA0106 Soundblaster (SB0410 SBLive! 24-bit) Analog Stereo
Driver: module-alsa-card.c
Sample Specification: s32le 2ch 48000Hz
Channel Map: front-left,front-right
Owner Module: 8
Mute: no
Volume: front-left: 99957 / 153% / 11.00 dB,   front-right: 99957 / 
153% / 11.00 dB
balance 0.00
Base Volume: 26090 /  40% / -24.00 dB
Monitor of Sink: n/a
Latency: 0 usec, configured 0 usec
Flags: HARDWARE HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY

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

Title:
  [CA0106 - CA0106, playback] Playback problem - Surround dies, no valid
  output

Status in ALSA driver:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  This is tested against a Creative Labs Sounblaster live! (sb0410) card
  and a SoundBlaster Audigy se (sb0570). Both of them behave strangely,
  output coming through some, but not all speakers, etc. This was
  working in 13.10 under the sb0410. the ca0106 driver is the same for
  both cards.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  joshp 30385 F pulseaudio
   /dev/snd/controlC0:  joshp 30385 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu May  1 21:37:12 2014
  InstallationDate: Installed on 2014-04-28 (3 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:CA0106 failed
  Symptom_Card: Built-in Audio - Intel ICH6
  Symptom_Type: None of the above
  Title: [CA0106 - CA0106, playback] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/03/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0G8310
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd03/03/2006:svnDellInc.:pnOptiPlexGX280:pvr:rvnDellInc.:rn0G8310:rvr:cvnDellInc.:ct3:cvr:
  dmi.product.name: OptiPlex GX280
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1409200] Re: HWCursor artifacts on custom cursors using Intel driver

2015-01-10 Thread Raúl Arellano
Change package to xserver-xorg-video-intel

** Package changed: xorg (Ubuntu) = xserver-xorg-video-intel (Ubuntu)

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

Title:
  HWCursor artifacts on custom cursors using Intel driver

Status in xserver-xorg-video-intel package in Ubuntu:
  New

Bug description:
  In fresh install (even in live cd) when accessing some app / website
  that use custom cursor, it wil artifact, the cursor turns to a box
  with trailers pointers and diferent background.

  Example: when visiting http://foro.elhacker.net (spanish forum) 
  http://postimg.org/image/wlza8fbvd/

  Also happens when using VirtualBox with Windows (see Attachment) 
  http://postimg.org/image/8zzsr4cen/
  (Virtual Machine downloaded from 
https://www.modern.ie/es-es/virtualization-tools  - Windows 7 with IE 9)

  A workarround is disable HWCursor using xorg.conf or xorg.conf.d
  files. But that wont let me do multiple monitor with two gpu's
  (discrete gpu and intel igpu)

  Hardware:
  Asus P8H77-M PRO
  Intel i5 2500

  Other Info
  Description:Ubuntu 14.10
  Release:14.10

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sat Jan 10 00:37:19 2015
  InstallationDate: Installed on 2014-10-24 (77 days ago)
  InstallationMedia: Kubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  ProcEnviron:
   LANGUAGE=es_AR:es
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=es_AR.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1409200/+subscriptions

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


[Desktop-packages] [Bug 1409283] Re: nvidia-304 304.125-0ubuntu0.0.1: nvidia-304 kernel module failed to build

2015-01-10 Thread dolanbaker
** Attachment added: make.log
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1409283/+attachment/4295287/+files/make.log

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

Title:
  nvidia-304 304.125-0ubuntu0.0.1: nvidia-304 kernel module failed to
  build

Status in nvidia-graphics-drivers-304 package in Ubuntu:
  New

Bug description:
  I was installing an upstream pavkage to try to resolve another bug
  1405...@bugs.launchpad.net

  I am not sure how relevant this is th the new crash report.

  philip@roscommon:~/linuz builds/3.19$ ls
  linux-headers-3.19.0-031900rc3_3.19.0-031900rc3.201501060135_all.deb
  linux-headers-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb
  linux-image-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb
  philip@roscommon:~/linuz builds/3.19$ sudo dpkg -i *.deb
  [sudo] password for philip: 
  no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory
  Selecting previously unselected package linux-headers-3.19.0-031900rc3.
  (Reading database ... 415774 files and directories currently installed.)
  Preparing to unpack 
linux-headers-3.19.0-031900rc3_3.19.0-031900rc3.201501060135_all.deb ...
  Unpacking linux-headers-3.19.0-031900rc3 (3.19.0-031900rc3.201501060135) ...
  Selecting previously unselected package 
linux-headers-3.19.0-031900rc3-generic.
  Preparing to unpack 
linux-headers-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb 
...
  Unpacking linux-headers-3.19.0-031900rc3-generic 
(3.19.0-031900rc3.201501060135) ...
  Selecting previously unselected package linux-image-3.19.0-031900rc3-generic.
  Preparing to unpack 
linux-image-3.19.0-031900rc3-generic_3.19.0-031900rc3.201501060135_amd64.deb ...
  Done.
  Unpacking linux-image-3.19.0-031900rc3-generic 
(3.19.0-031900rc3.201501060135) ...
  Setting up linux-headers-3.19.0-031900rc3 (3.19.0-031900rc3.201501060135) ...
  Setting up linux-headers-3.19.0-031900rc3-generic 
(3.19.0-031900rc3.201501060135) ...
  Examining /etc/kernel/header_postinst.d.
  run-parts: executing /etc/kernel/header_postinst.d/dkms 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  Error! Bad return status for module build on kernel: 3.19.0-031900rc3-generic 
(x86_64)
  Consult /var/lib/dkms/nvidia-304/304.125/build/make.log for more information.

  Setting up linux-image-3.19.0-031900rc3-generic 
(3.19.0-031900rc3.201501060135) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  run-parts: executing /etc/kernel/postinst.d/dkms 3.19.0-031900rc3-generic 
/boot/vmlinuz-3.19.0-031900rc3-generic
  Error! Bad return status for module build on kernel: 3.19.0-031900rc3-generic 
(x86_64)
  Consult /var/lib/dkms/nvidia-304/304.125/build/make.log for more information.
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  update-initramfs: Generating /boot/initrd.img-3.19.0-031900rc3-generic
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-031900rc3-generic 
/boot/vmlinuz-3.19.0-031900rc3-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 
3.19.0-031900rc3-generic /boot/vmlinuz-3.19.0-031900rc3-generic
  Generating grub configuration file ...
  Found linux image: /boot/vmlinuz-3.19.0-031900rc3-generic
  Found initrd image: /boot/initrd.img-3.19.0-031900rc3-generic
  Found linux image: /boot/vmlinuz-3.13.0-43-generic
  Found initrd image: /boot/initrd.img-3.13.0-43-generic
  Found linux image: /boot/vmlinuz-3.13.0-40-generic
  Found initrd image: /boot/initrd.img-3.13.0-40-generic
  Found linux image: /boot/vmlinuz-3.13.0-39-generic
  Found initrd image: /boot/initrd.img-3.13.0-39-generic
  Found linux image: /boot/vmlinuz-3.13.0-37-generic
  Found initrd image: /boot/initrd.img-3.13.0-37-generic
  Found linux image: /boot/vmlinuz-3.13.0-36-generic
  Found initrd image: /boot/initrd.img-3.13.0-36-generic
  Found linux image: /boot/vmlinuz-3.13.0-35-generic
  Found initrd image: /boot/initrd.img-3.13.0-35-generic
  Found linux image: /boot/vmlinuz-3.13.0-34-generic
  Found initrd image: /boot/initrd.img-3.13.0-34-generic
  Found linux image: /boot/vmlinuz-3.2.0-67-generic
  Found initrd image: /boot/initrd.img-3.2.0-67-generic
  Found linux image: /boot/vmlinuz-3.0.0-17-generic
  Found initrd image: /boot/initrd.img-3.0.0-17-generic
  Found linux image: /boot/vmlinuz-2.6.38-11-generic
  Found initrd image: /boot/initrd.img-2.6.38-11-generic
  Found memtest86+ image: /boot/memtest86+.elf
  

[Desktop-packages] [Bug 1409294] [NEW] Sound remains in mute (0%) after use of F7 (mute function key)

2015-01-10 Thread missmaniac
Public bug reported:

The icon changes from Mute to unmuted,  but Master playback remains
muted.

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

** Attachment added: Screenshot of the icon muted
   
https://bugs.launchpad.net/bugs/1409294/+attachment/4295319/+files/Screenshot.pdf

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

Title:
  Sound remains in mute (0%)  after use of F7 (mute function  key)

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  The icon changes from Mute to unmuted,  but Master playback remains
  muted.

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

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


[Desktop-packages] [Bug 1322925] Re: [SRU] Copy, paste stops working randomly in Ubuntu 14.04 nautilus

2015-01-10 Thread Miklos Juhasz
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [SRU] Copy, paste stops working randomly in Ubuntu 14.04 nautilus

Status in Nautilus:
  Fix Released
Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  [Impact]

  Since upgrade to 14.04, copy / cut / paste of files among various
  folders I have write rights on does not work most of the times.

  [Test Case]

  1. Open a Nautilus window and switch to List view
  2. Go to location with write permission
  3. Select a file and try to rename.
  4. When prompted to rename (filename becomes a text entry), open new tab.
  5. Select a file, try to copy and paste. You will see that file is not copied 
and pasted.
  6. Go back to original tab. If the file that was selected in step 3 is still 
selected, unselect it.
  7. Try to copy and paste. It should work.
  8. Try to rename again, and open new tab.
  9. Close old tab, and try to copy and paste. It won't work, and there is no 
way to restore, except opening a new window.

  [Regression Potential]

  Already fixed upstream with
  
https://git.gnome.org/browse/nautilus/commit/?id=8032628adc9c8286050716d609c574dc7273dfcb

  nautilus:
    Installed: 1:3.10.1-0ubuntu9.1
    Candidate: 1:3.10.1-0ubuntu9.1
    Version table:
   *** 1:3.10.1-0ubuntu9.1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.10.1-0ubuntu8 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

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

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


[Desktop-packages] [Bug 1409263] Re: Current version system-config-printer in trusty-proposed has unsatisfiable dependency on cups-filters-ippusbxd

2015-01-10 Thread Till Kamppeter
** Also affects: system-config-printer (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: system-config-printer (Ubuntu Trusty)
   Status: New = In Progress

** Changed in: system-config-printer (Ubuntu)
   Status: New = Invalid

** Changed in: system-config-printer (Ubuntu Trusty)
   Importance: Undecided = High

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

Title:
  Current version system-config-printer in trusty-proposed has
  unsatisfiable dependency on cups-filters-ippusbxd

Status in system-config-printer package in Ubuntu:
  Invalid
Status in system-config-printer source package in Trusty:
  In Progress

Bug description:
  The version of system-config-printer-udev in trusty-proposed
  (1.4.3+20140219-0ubuntu2.4) contains an unsatisfiable dependency on
  cups-filters-ippusbxd, which is currently not available in the Trusty
  repositories.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1409263/+subscriptions

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


[Desktop-packages] [Bug 1409278] [NEW] PCI/internal sound card not detected

2015-01-10 Thread Mikauley Jewell
Public bug reported:

My AMD card isn't listed as an audio device. The OS recognized no audio
device at this time. No sound will play.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: Unity
Date: Sat Jan 10 09:22:39 2015
InstallationDate: Installed on 2015-01-08 (2 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/23/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 090006
dmi.board.name: Virtual Machine
dmi.board.vendor: Microsoft Corporation
dmi.board.version: 7.0
dmi.chassis.asset.tag: 3402-4661-1194-4209-2691-7964-23
dmi.chassis.type: 3
dmi.chassis.vendor: Microsoft Corporation
dmi.chassis.version: 7.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr090006:bd05/23/2012:svnMicrosoftCorporation:pnVirtualMachine:pvr7.0:rvnMicrosoftCorporation:rnVirtualMachine:rvr7.0:cvnMicrosoftCorporation:ct3:cvr7.0:
dmi.product.name: Virtual Machine
dmi.product.version: 7.0
dmi.sys.vendor: Microsoft Corporation

** 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/1409278

Title:
  PCI/internal sound card not detected

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  My AMD card isn't listed as an audio device. The OS recognized no
  audio device at this time. No sound will play.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Sat Jan 10 09:22:39 2015
  InstallationDate: Installed on 2015-01-08 (2 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/23/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 090006
  dmi.board.name: Virtual Machine
  dmi.board.vendor: Microsoft Corporation
  dmi.board.version: 7.0
  dmi.chassis.asset.tag: 3402-4661-1194-4209-2691-7964-23
  dmi.chassis.type: 3
  dmi.chassis.vendor: Microsoft Corporation
  dmi.chassis.version: 7.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr090006:bd05/23/2012:svnMicrosoftCorporation:pnVirtualMachine:pvr7.0:rvnMicrosoftCorporation:rnVirtualMachine:rvr7.0:cvnMicrosoftCorporation:ct3:cvr7.0:
  dmi.product.name: Virtual Machine
  dmi.product.version: 7.0
  dmi.sys.vendor: Microsoft Corporation

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

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


[Desktop-packages] [Bug 1006369] Re: Flash player doesn't disable the screensaver / power management

2015-01-10 Thread Przemyslaw Kujawski
*** This bug is a duplicate of bug 451589 ***
https://bugs.launchpad.net/bugs/451589

** This bug has been marked a duplicate of bug 451589
   Flash doesn't disable the screensaver

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

Title:
  Flash player doesn't disable the screensaver / power management

Status in One Hundred Papercuts:
  New
Status in flashplugin-nonfree package in Ubuntu:
  Confirmed

Bug description:
  The screen turns off even when a flash-player 'window' is fullscreen
  and there aren't any other activity (e.g. when watching videos).

  This behavior isn't correct. In Windows, when you have fullscreen
  flash-player, display doen't turn off and computer doen't go to sleep
  mode.

  How to reproduce:
  Open system settings, then Brightness and Lock and set any small value for 
Turn screen Then open any video (e.g. 
http://www.youtube.com/watch?v=mJ_fkw5j-t0), press Fullscreen and wait for 
time you set in settings.

  Sorry, i don't know in what package this bug is. Please move it to
  correct one.

  Sorry for bad English.

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

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


[Desktop-packages] [Bug 1354924] Re: Networkmanager does not autoconnect to wireless network

2015-01-10 Thread tobiasBora
I don't know if it's linked but I'm playing with a Wifi rooteur and I
often change the name/encryption of the device, and to refresh the list
of the devices the refresh button isn't enough : sometimes it detect a
wrong encryption (none instead of psk), sometimes it doesn't detect the
Wifi network (while sudo iwlist wlan0 scan does). I'm not sure it's
linked to this problem but if it is I hope it can help.

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

Title:
  Networkmanager does not autoconnect to wireless network

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  When adding a net wireless network and enable connect automatically'
  networkmanager does not automatically connect to the network wenever
  possible.

  I'm running kubuntu 14.10 daily.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: network-manager 0.9.8.8-0ubuntu23
  ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7
  Uname: Linux 3.16.0-6-generic x86_64
  ApportVersion: 2.14.5-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Aug 10 21:30:03 2014
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-07-11 (29 days ago)
  InstallationMedia: Kubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140710)
  IpRoute:
   default via 192.168.0.2 dev wlan0  proto static 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.213  
metric 9
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.8connected   enabled   enabled 
enabledenabled disabled

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

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


[Desktop-packages] [Bug 1322925] Re: [SRU] Copy, paste stops working randomly in Ubuntu 14.04 nautilus

2015-01-10 Thread Mathew Hodson
Someone should open a Trusty task for this bug so its status can be
properly tracked.

** Description changed:

- [Impact]
+ The title says it.
  
  Since upgrade to 14.04, copy / cut / paste of files among various
  folders I have write rights on does not work most of the times.
+ 
+ Using the terminal to copy / move does work normally.
+ 
+ nautilus:
+   Installed: 1:3.10.1-0ubuntu9.1
+   Candidate: 1:3.10.1-0ubuntu9.1
+   Version table:
+  *** 1:3.10.1-0ubuntu9.1 0
+ 500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
+ 100 /var/lib/dpkg/status
+  1:3.10.1-0ubuntu8 0
+ 500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
  
  [Test Case]
  
  1. Open a Nautilus window and switch to List view
  2. Go to location with write permission
  3. Select a file and try to rename.
  4. When prompted to rename (filename becomes a text entry), open new tab.
  5. Select a file, try to copy and paste. You will see that file is not copied 
and pasted.
  6. Go back to original tab. If the file that was selected in step 3 is still 
selected, unselect it.
  7. Try to copy and paste. It should work.
  8. Try to rename again, and open new tab.
  9. Close old tab, and try to copy and paste. It won't work, and there is no 
way to restore, except opening a new window.
  
  [Regression Potential]
  
  Already fixed upstream with
  
https://git.gnome.org/browse/nautilus/commit/?id=8032628adc9c8286050716d609c574dc7273dfcb
- 
- nautilus:
-   Installed: 1:3.10.1-0ubuntu9.1
-   Candidate: 1:3.10.1-0ubuntu9.1
-   Version table:
-  *** 1:3.10.1-0ubuntu9.1 0
- 500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
- 100 /var/lib/dpkg/status
-  1:3.10.1-0ubuntu8 0
- 500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

** Tags added: i386

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

Title:
  [SRU] Copy, paste stops working randomly in Ubuntu 14.04 nautilus

Status in Nautilus:
  Fix Released
Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  The title says it.

  Since upgrade to 14.04, copy / cut / paste of files among various
  folders I have write rights on does not work most of the times.

  Using the terminal to copy / move does work normally.

  nautilus:
Installed: 1:3.10.1-0ubuntu9.1
Candidate: 1:3.10.1-0ubuntu9.1
Version table:
   *** 1:3.10.1-0ubuntu9.1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.10.1-0ubuntu8 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

  [Test Case]

  1. Open a Nautilus window and switch to List view
  2. Go to location with write permission
  3. Select a file and try to rename.
  4. When prompted to rename (filename becomes a text entry), open new tab.
  5. Select a file, try to copy and paste. You will see that file is not copied 
and pasted.
  6. Go back to original tab. If the file that was selected in step 3 is still 
selected, unselect it.
  7. Try to copy and paste. It should work.
  8. Try to rename again, and open new tab.
  9. Close old tab, and try to copy and paste. It won't work, and there is no 
way to restore, except opening a new window.

  [Regression Potential]

  Already fixed upstream with
  
https://git.gnome.org/browse/nautilus/commit/?id=8032628adc9c8286050716d609c574dc7273dfcb

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

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


[Desktop-packages] [Bug 1409214] Re: aw, snap! page when YouTube player finishes

2015-01-10 Thread Alberto Salvia Novella
** Changed in: chromium-browser (Ubuntu)
   Importance: Undecided = High

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

Title:
  aw, snap! page when YouTube player finishes

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
   - # first make sure that this is a clean vanilla install
   - pkill -9 chromium-browser
   - mv ~/.config/chromium ~/.config/chromium.old
   - dpkg -P chromium-browser
   - apt-get clean
   - apt-get install chromium-browser
   - chromium-browser
   - # navigate to example video https://www.youtube.com/watch?v=NSfOB8ANdWU

  Expected behaviour:
   - song finishes, Youtube page waits for user input

  Seen behaviour
   - song finishes, browser tab crashes with the aw, snap! message displayed

  I've been able to do this repeatedly with the music video mentioned above.  
As you can see from the steps to reproduce, there are no extentions and should 
be no weird configurations interfering.
  This problem appeared on or around january 8th, so may be a problem with a 
dependent library that was updated this week.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  CurrentDesktop: XFCE
  Date: Sat Jan 10 00:30:48 2015
  InstallationDate: Installed on 2013-06-08 (580 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  SourcePackage: chromium-browser
  UpgradeStatus: Upgraded to trusty on 2014-04-20 (264 days ago)
  modified.conffile..etc.default.chromium.browser: [deleted]

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

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


[Desktop-packages] [Bug 1409310] [NEW] package fglrx-updates (not installed) failed to:14. install/upgrade: trying to overwrite '/etc/acpi/fglrx-powermode.sh', which is also in package fglrx-core 2201

2015-01-10 Thread Qu Bit
Public bug reported:

1
$ lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04

2
$ apt-cache policy fglrx-updates
fglrx-updates:
  Installed: (none)
  Candidate: 2:13.350.1-0ubuntu2
  Version table:
 2:14.201-0ubuntu2 0
500 http://at.archive.ubuntu.com/ubuntu/ utopic/restricted amd64 
Packages
100 /var/lib/dpkg/status
 2:13.350.1-0ubuntu2 0
990 http://at.archive.ubuntu.com/ubuntu/ trusty/restricted amd64 
Packages

3
a working switch

4
the error

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: fglrx-updates (not installed)
ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
Uname: Linux 3.13.0-44-generic x86_64
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
.tmp.unity.support.test.1:
 
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sat Jan 10 18:56:12 2015
DistUpgraded: 2014-06-15 14:45:06,743 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus: fglrx-core, 14.201, 3.13.0-44-generic, x86_64: installed
DpkgTerminalLog:
 Preparing to unpack .../fglrx-updates_2%3a13.350.1-0ubuntu2_amd64.deb ...
 Unpacking fglrx-updates (2:13.350.1-0ubuntu2) ...
 dpkg: error processing archive 
/var/cache/apt/archives/fglrx-updates_2%3a13.350.1-0ubuntu2_amd64.deb 
(--unpack):
  trying to overwrite '/etc/acpi/fglrx-powermode.sh', which is also in package 
fglrx-core 2:14.201-0ubuntu2
 dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
DuplicateSignature: package:fglrx-updates:(not installed):trying to overwrite 
'/etc/acpi/fglrx-powermode.sh', which is also in package fglrx-core 
2:14.201-0ubuntu2
ErrorMessage: trying to overwrite '/etc/acpi/fglrx-powermode.sh', which is also 
in package fglrx-core 2:14.201-0ubuntu2
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7500G] [1002:990a] 
(prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c660]
 Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7550M/7570M/7650M] 
[1002:6841] (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c661]
InstallationDate: Installed on 2012-10-05 (826 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 535U4C
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic 
root=UUID=42797f15-818e-49a6-8d1f-076354a793e7 ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer-updates
Title: package fglrx-updates (not installed) failed to install/upgrade: trying 
to overwrite '/etc/acpi/fglrx-powermode.sh', which is also in package 
fglrx-core 2:14.201-0ubuntu2
UpgradeStatus: Upgraded to trusty on 2014-06-15 (209 days ago)
dmi.bios.date: 02/23/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P05RAF.N92.130223.LEO
dmi.board.asset.tag: No Asset Tag
dmi.board.name: SAMSUNG_NP1234567890
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: SEC_SW_REVISION_1234567890ABCD
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP05RAF.N92.130223.LEO:bd02/23/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn535U4C:pvrP05RAF:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrSEC_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
dmi.product.name: 535U4C
dmi.product.version: P05RAF
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.56-1~ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.3
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sat Jan 10 18:34:09 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object 
file: No such file or directory]
 AIGLX error: failed to open /usr/lib64/dri/fglrx_dri.so, 
error[/usr/lib64/dri/fglrx_dri.so: cannot open shared object file: No such file 
or directory]
 AIGLX error: failed to open /usr/X11R6/lib/modules/dri/fglrx_dri.so, 

[Desktop-packages] [Bug 1398444] Re: Missing dependency on gir1.2-gtk-3.0

2015-01-10 Thread Mathew Hodson
** Tags added: trusty

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

Title:
  Missing dependency on gir1.2-gtk-3.0

Status in system-config-printer package in Ubuntu:
  Fix Released
Status in system-config-printer source package in Trusty:
  In Progress

Bug description:
  When trying to start system-config-printer from the command-line, I
  get an error

  Traceback (most recent call last):
    File /usr/share/system-config-printer/system-config-printer.py, line 32, 
in module
  from gi.repository import Gdk
  ImportError: cannot import name Gdk

  After installing gir1.2-gtk-3.0 the error disappears.

  [Impact]

  The gir1.2-gtk-3.0 can be uninstalled or system-config-printer can be
  installed on a system with no gir1.2-gtk-3.0, leading to a non-working
  system-config-printer.

  [Test Case]

  Try to uninstall gir1.2-gtk-3.0 on a Trusty system with system-config-
  printer installed. It will work or if not, the dependencies shown will
  not include system-config-printer-gnome.

  With the proposed package system-config-printer-gnome depends on
  gir1.2-gtk-3.0.

  [Regression Potential]

  No regression potential at all as there is no code change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1398444/+subscriptions

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


[Desktop-packages] [Bug 1409321] [NEW] [Satellite P100, Conexant CX20549 (Venice), Speaker, Internal] Sound is distorted,

2015-01-10 Thread fotoflex
Public bug reported:

About a year ago, my Toshiba laptop running on Vista broke down. The hard-disk 
had crashed. Bought a new one and found I could not re-install Vista. As 
support was about to finish anyway, I switched to Xubuntu 12.04 LTS. Things ran 
more or less OK, except for the sound.
That had been really very good, and now was crackly, too loud and distorted. 
Alsamixer made it less loud, but didn´t improve the quality. The headphones are 
OK. I thought things would be better once I installed 14.04, but are exactly 
the same.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic i686
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  fotoflex   1530 F pulseaudio
CurrentDesktop: Unity
Date: Sat Jan 10 19:55:37 2015
InstallationDate: Installed on 2015-01-08 (1 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: Built-in Audio - HDA Intel
Symptom_Jack: Speaker, Internal
Symptom_Type: Digital clip or distortion, or overdriven sound
Title: [Satellite P100, Conexant CX20549 (Venice), Speaker, Internal] Sound is 
distorted
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/19/20092
dmi.bios.vendor: TOSHIBA
dmi.bios.version: V4.70
dmi.board.name: Satellite P100
dmi.board.vendor: TOSHIBA
dmi.board.version: Not Applicable
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnTOSHIBA:bvrV4.70:bd01/19/20092:svnTOSHIBA:pnSatelliteP100:pvrPSPAAE-01C003DU:rvnTOSHIBA:rnSatelliteP100:rvrNotApplicable:cvnTOSHIBA:ct10:cvrN/A:
dmi.product.name: Satellite P100
dmi.product.version: PSPAAE-01C003DU
dmi.sys.vendor: TOSHIBA

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


** Tags: apport-bug i386 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/1409321

Title:
  [Satellite P100, Conexant CX20549 (Venice), Speaker, Internal] Sound
  is distorted,

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  About a year ago, my Toshiba laptop running on Vista broke down. The 
hard-disk had crashed. Bought a new one and found I could not re-install Vista. 
As support was about to finish anyway, I switched to Xubuntu 12.04 LTS. Things 
ran more or less OK, except for the sound.
  That had been really very good, and now was crackly, too loud and distorted. 
Alsamixer made it less loud, but didn´t improve the quality. The headphones are 
OK. I thought things would be better once I installed 14.04, but are exactly 
the same.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic i686
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fotoflex   1530 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Jan 10 19:55:37 2015
  InstallationDate: Installed on 2015-01-08 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_Jack: Speaker, Internal
  Symptom_Type: Digital clip or distortion, or overdriven sound
  Title: [Satellite P100, Conexant CX20549 (Venice), Speaker, Internal] Sound 
is distorted
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/19/20092
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V4.70
  dmi.board.name: Satellite P100
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV4.70:bd01/19/20092:svnTOSHIBA:pnSatelliteP100:pvrPSPAAE-01C003DU:rvnTOSHIBA:rnSatelliteP100:rvrNotApplicable:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite P100
  dmi.product.version: PSPAAE-01C003DU
  dmi.sys.vendor: TOSHIBA

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

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


[Desktop-packages] [Bug 1354841] Re: Screen corruption (characters are drawn as black squares)

2015-01-10 Thread M
Hello,
The bug is still there after upgrading the BIOS.
I should add that I only have the problem with Firefox and Thunderbird, but not 
the KDE apps.
I suspect the problem is related to GTK: some programs like grsync and gimp 
seem OK, but I've seen they don't display much text like firefox or thunderbird 
do. I've seen the bug in some text fields displayed by Handbrake

Matthieu
P:S: output of the dmidecode commands:
A16
12/06/2013


** Changed in: xorg (Ubuntu)
   Status: Incomplete = New

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

Title:
  Screen corruption (characters are drawn as black squares)

Status in xorg package in Ubuntu:
  New

Bug description:
  Sometimes, the characters are rendered as black squares (cf attachment). I 
couldn't find any event in the systems logs that could explain that.
  I can stop the bug by changing the anti-aliasing options in the system 
settings (enabled / disabled, level of hinting) and restarting the 
applications, but the squares can come back later on, and I have to repeat the 
operation.

  The bug almost exclusively happens with firefox and thunderbird,
  though krunner is also affected (but not other kde apps). I'm not
  using many GTK applications, but I can also see the bug with unison.

  It used to happen in 13.10 as well, and upgrading to 14.04.1 hasn't
  improved the situation

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Aug 10 14:03:25 2014
  InstallationDate: Installed on 2011-01-10 (1307 days ago)
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to trusty on 2014-08-06 (3 days ago)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: kwin
  CurrentDesktop: KDE
  DistUpgraded: 2014-08-06 14:32:56,683 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: kubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.13.0-40-generic, x86_64: installed
   virtualbox-guest, 4.3.10, 3.13.0-40-generic, x86_64: installed
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0428]
  InstallationDate: Installed on 2011-01-10 (1407 days ago)
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  MachineType: Dell Inc. Latitude E5510
  Package: xorg 1:7.7+1ubuntu8
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic 
root=UUID=851d627f-547c-4a28-94e7-778e3a396d65 ro loop.max_part=63 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Tags:  trusty kubuntu
  Uname: Linux 3.13.0-40-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-08-06 (103 days ago)
  UserGroups: adm admin audio cdrom condor dialout disk fuse lpadmin mysql 
plugdev sambashare video
  _MarkForUpload: True
  dmi.bios.date: 04/21/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A14
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd04/21/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Nov 15 13:25:39 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   21579 
   vendor SEC
  xserver.version: 2:1.15.1-0ubuntu2.2

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1409332] [NEW] Mouse cursor freezes, when using e.g. youtube in chromium, and stays that way

2015-01-10 Thread Jarno Suni
Public bug reported:

I can not make this happen, if I use Firefox, but it happens, if I use
Chromium browser and play youtube video. Visible mouse cursor stops
moving. Still I can move mouse and use it, but it is hard, when you
don't see where the cursor effectively is.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064
ProcVersionSignature: Ubuntu 3.13.0-43.72-lowlatency 3.13.11.11
Uname: Linux 3.13.0-43-lowlatency x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Jan 10 22:23:29 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-09-21 (111 days ago)
InstallationMedia: Ubuntu-Studio 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.1)
SourcePackage: chromium-browser
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.chromium.browser: [deleted]
mtime.conffile..etc.chromium.browser.default: 2014-09-28T10:04:54.426898

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

Title:
  Mouse cursor freezes, when using e.g. youtube in chromium, and stays
  that way

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  I can not make this happen, if I use Firefox, but it happens, if I use
  Chromium browser and play youtube video. Visible mouse cursor stops
  moving. Still I can move mouse and use it, but it is hard, when you
  don't see where the cursor effectively is.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064
  ProcVersionSignature: Ubuntu 3.13.0-43.72-lowlatency 3.13.11.11
  Uname: Linux 3.13.0-43-lowlatency x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jan 10 22:23:29 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-21 (111 days ago)
  InstallationMedia: Ubuntu-Studio 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.1)
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.chromium.browser: [deleted]
  mtime.conffile..etc.chromium.browser.default: 2014-09-28T10:04:54.426898

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

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


[Desktop-packages] [Bug 1391622] Re: Keyboard shortcuts unresponsive for several seconds

2015-01-10 Thread Alberto Salvia Novella
** Changed in: compiz (Ubuntu)
   Importance: Undecided = High

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

Title:
  Keyboard shortcuts unresponsive for several seconds

Status in compiz package in Ubuntu:
  Confirmed

Bug description:
  Sometimes global keyboard shortcuts like volume keys on multimedia
  keyboard or Ctrl+Alt+T to open a new terminal, do not respond
  immediately. They are buffered and respond after 15 seconds.

  Started after I upgraded to 14.10
  Occurs with Unity and Gnome Compiz.
  Does not occur with normal Gnome and Xfce.

  I can reproduce it with Kaffeine: just after I switch channel, all
  shortcuts are unresponsive for 15 seconds.

  I can sometimes reproduce it with Firefox: I play a HTML 5 video and
  open a new tab or switch tab. Again all shortcuts are unresponsive for
  15 seconds.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  BootLog:
   * Setting sensors limits    
[ OK ]
* Setting up X socket directories...    
[ OK ]
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Nov 11 20:30:48 2014
  DistUpgraded: 2014-10-25 23:24:52,421 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV770 [Radeon HD 4870] [1002:9440] 
(prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Device [174b:114a]
  InstallationDate: Installed on 2013-10-20 (387 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: Gigabyte Technology Co., Ltd. P55-UD3
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-24-generic 
root=UUID=6ed824e6-8d9c-4383-913b-ca2bd564bfcb ro quiet splash vt.handoff=7
  SourcePackage: compiz
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (16 days ago)
  dmi.bios.date: 06/23/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F9
  dmi.board.name: P55-UD3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF9:bd06/23/2010:svnGigabyteTechnologyCo.,Ltd.:pnP55-UD3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP55-UD3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P55-UD3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Nov 11 09:35:36 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1
  xserver.video_driver: radeon

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

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


[Desktop-packages] [Bug 1391652] Re: 30 sec Xorg freeze - ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)

2015-01-10 Thread Jens Askengren
I've updated the BIOS.

xorg (or is it gnome-shell?) still hangs, but without any ACPI-warnings
this time.

The bios version as requested is:
A19
09/07/2012

There are still some warnings during startup:
Jan 10 22:01:33 jens-XPS-L702X kernel: [3.753967] [Firmware Bug]: 
ACPI(PEGP) defines _DOD but not _DOS
[...]
Jan 10 22:01:33 jens-XPS-L702X kernel: [9.081351] ACPI Warning: 
\_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI 
requires [Package] (20131115/nsarguments-95)
Jan 10 22:01:33 jens-XPS-L702X kernel: [9.081561] ACPI Warning: 
\_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI 
requires [Package] (20131115/nsarguments-95)

I also have these warnings. I have no idea what driver they refer to:

Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.264661] lp: driver loaded but no 
devices found
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.276445] ppdev: user-space 
parallel port driver
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719545] ACPI Warning: 
0x0428-0x042f SystemIO conflicts with Region \PMIO 1 
(20131115/utaddress-251)
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719554] ACPI: If an ACPI driver 
is available for this device, you should use it instead of the native driver
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719737] ACPI Warning: 
0x0540-0x054f SystemIO conflicts with Region \GPIN 1 
(20131115/utaddress-251)
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719741] ACPI Warning: 
0x0540-0x054f SystemIO conflicts with Region \GPIO 2 
(20131115/utaddress-251)
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719745] ACPI Warning: 
0x0540-0x054f SystemIO conflicts with Region 
\_SB_.PCI0.PEG0.PEGP.GPIO 3 (20131115/utaddress-251)
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719749] ACPI: If an ACPI driver 
is available for this device, you should use it instead of the native driver
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719751] ACPI Warning: 
0x0530-0x053f SystemIO conflicts with Region \GPIN 1 
(20131115/utaddress-251)
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719754] ACPI Warning: 
0x0530-0x053f SystemIO conflicts with Region \GPIO 2 
(20131115/utaddress-251)
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719757] ACPI Warning: 
0x0530-0x053f SystemIO conflicts with Region 
\_SB_.PCI0.PEG0.PEGP.GPIO 3 (20131115/utaddress-251)
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719761] ACPI: If an ACPI driver 
is available for this device, you should use it instead of the native driver
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719762] ACPI Warning: 
0x0500-0x052f SystemIO conflicts with Region \GPIN 1 
(20131115/utaddress-251)
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719765] ACPI Warning: 
0x0500-0x052f SystemIO conflicts with Region \GPIO 2 
(20131115/utaddress-251)
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719769] ACPI Warning: 
0x0500-0x052f SystemIO conflicts with Region 
\_SB_.PCI0.PEG0.PEGP.GPIO 3 (20131115/utaddress-251)
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719772] ACPI: If an ACPI driver 
is available for this device, you should use it instead of the native driver
Jan 10 22:01:33 jens-XPS-L702X kernel: [   11.719774] lpc_ich: Resource 
conflict(s) found affecting gpio_ich

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

Title:
  30 sec Xorg freeze - ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument
  #4 type mismatch - Found [Buffer], ACPI requires [Package]
  (20131115/nsarguments-95)

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  XOrg freezes for about 30 seconds and this warning is printed in the
  syslog:

  kernel: [  752.250482] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)
  kernel: [  752.250740] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 
type mismatch - Found [Buffer], ACPI requires [Package] 
(20131115/nsarguments-95)

  However, the console still works while X is frozen.

  This is a Dell XPS L702X with optimus graphics.

  The freeze appears to occur randomly. 
  Using nautilus, gedit or other gtk3-programs seems to cause it happen more 
frequently.  Eclipse and Chromium that uses gtk2 does not seem to trigger the 
bug.

  There are two similar bugs:
  https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1362532
  https://bugs.launchpad.net/ubuntu/+source/linux-lts-saucy/+bug/1281966

  3.13.0-39-generic x86_64

  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA 
controller])
Subsystem: Dell Device 04b8
 

[Desktop-packages] [Bug 891522]

2015-01-10 Thread Cno
(In reply to Hans-Peter Oeri from comment #6)
 The added text seems to be the control's 'label' text. Emptying all 'label'
 properties, seems a good workaround.

That was what I meant to say with my comment #3. Sorry if that was not
clear ;)

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

Title:
  [Upstream] Printing/Exporting to PDF adds text to the side of form
  elements

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

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04

  2) apt-cache policy libreoffice-writer
  libreoffice-writer:
    Installed: 1:3.5.3-0ubuntu1
    Candidate: 1:3.5.3-0ubuntu1
    Version table:
   *** 1:3.5.3-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.5.2-2ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

  apt-cache policy acroread
  acroread:
    Installed: 9.5.1-1precise1
    Candidate: 9.5.1-1precise1
    Version table:
   *** 9.5.1-1precise1 0
  500 http://archive.canonical.com/ubuntu/ precise/partner i386 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in Writer via the Terminal:
  cd ~/Desktop  wget 
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/891522/+attachment/2600734/+files/testdocument.odt
  lowriter -nologo testdocument.odt

  and either:
  File - Print - button OK

  or:
  File - Print - tab Options - check checkbox Print to File

  and the resulting print or PDF looks as it does in Writer.

  4) What happens instead the print and PDF have text overlapping as in
  the PDF
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/891522/+attachment/2599557/+files/printout
  .

  WORKAROUND: For printing, switch 'Printer Language Type' to
  PostScript.

  WORKAROUND: For exporting PDF, use File - Export as PDF.

  Original Reporter Comments: I use oneiric libreoffice, all updated:
  Libreoffice 3.4.3 (OOO340m1, Build 302)

  ---
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  DistroRelease: Ubuntu 11.10
  EcryptfsInUse: Yes
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  Lpstat:
   device for canon: ipp://canon.v.hsg.oerinet.ch/ipp
   device for lj: ipp://lj.v.hsg.oerinet.ch/ipp?waitjob=false
   device for NEC: ipp://nec.v.hsg.oerinet.ch/ipp/port1
  MachineType: Hewlett-Packard HP Compaq 8000 Elite CMT PC
  Package: cups 1.5.0-8ubuntu4
  PackageArchitecture: amd64
  Papersize: letter
  PpdFiles:
   lj: HP LaserJet P3005 Postscript (recommended)
   NEC: NEC PinWriter P6 plus Foomatic/necp6 (recommended)
   canon: Canon iR-ADV C5045/5051 PS
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.0.0-12-generic 
root=UUID=5e2bd312-cd41-4acd-9ddc-ff20a0e59419 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Tags:  oneiric
  Uname: Linux 3.0.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 10/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G7 v01.02
  dmi.board.asset.tag: CZC018BLK5
  dmi.board.name: 3647h
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: CZC018BLK5
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G7v01.02:bd10/22/2009:svnHewlett-Packard:pnHPCompaq8000EliteCMTPC:pvr:rvnHewlett-Packard:rn3647h:rvr:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Compaq 8000 Elite CMT PC
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 891522]

2015-01-10 Thread Hp-bugs-freedesktop-org
Created attachment 111757
printout in PDF 2015-01-05

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

Title:
  [Upstream] Printing/Exporting to PDF adds text to the side of form
  elements

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

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04

  2) apt-cache policy libreoffice-writer
  libreoffice-writer:
    Installed: 1:3.5.3-0ubuntu1
    Candidate: 1:3.5.3-0ubuntu1
    Version table:
   *** 1:3.5.3-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.5.2-2ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

  apt-cache policy acroread
  acroread:
    Installed: 9.5.1-1precise1
    Candidate: 9.5.1-1precise1
    Version table:
   *** 9.5.1-1precise1 0
  500 http://archive.canonical.com/ubuntu/ precise/partner i386 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in Writer via the Terminal:
  cd ~/Desktop  wget 
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/891522/+attachment/2600734/+files/testdocument.odt
  lowriter -nologo testdocument.odt

  and either:
  File - Print - button OK

  or:
  File - Print - tab Options - check checkbox Print to File

  and the resulting print or PDF looks as it does in Writer.

  4) What happens instead the print and PDF have text overlapping as in
  the PDF
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/891522/+attachment/2599557/+files/printout
  .

  WORKAROUND: For printing, switch 'Printer Language Type' to
  PostScript.

  WORKAROUND: For exporting PDF, use File - Export as PDF.

  Original Reporter Comments: I use oneiric libreoffice, all updated:
  Libreoffice 3.4.3 (OOO340m1, Build 302)

  ---
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  DistroRelease: Ubuntu 11.10
  EcryptfsInUse: Yes
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  Lpstat:
   device for canon: ipp://canon.v.hsg.oerinet.ch/ipp
   device for lj: ipp://lj.v.hsg.oerinet.ch/ipp?waitjob=false
   device for NEC: ipp://nec.v.hsg.oerinet.ch/ipp/port1
  MachineType: Hewlett-Packard HP Compaq 8000 Elite CMT PC
  Package: cups 1.5.0-8ubuntu4
  PackageArchitecture: amd64
  Papersize: letter
  PpdFiles:
   lj: HP LaserJet P3005 Postscript (recommended)
   NEC: NEC PinWriter P6 plus Foomatic/necp6 (recommended)
   canon: Canon iR-ADV C5045/5051 PS
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.0.0-12-generic 
root=UUID=5e2bd312-cd41-4acd-9ddc-ff20a0e59419 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Tags:  oneiric
  Uname: Linux 3.0.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 10/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G7 v01.02
  dmi.board.asset.tag: CZC018BLK5
  dmi.board.name: 3647h
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: CZC018BLK5
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G7v01.02:bd10/22/2009:svnHewlett-Packard:pnHPCompaq8000EliteCMTPC:pvr:rvnHewlett-Packard:rn3647h:rvr:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Compaq 8000 Elite CMT PC
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 891522]

2015-01-10 Thread Hp-bugs-freedesktop-org
As of 2015-01-05, the issue still stands (see attached PDF printout).

The added text seems to be the control's 'label' text. Emptying all
'label' properties, seems a good workaround.

Still, the handling of PDF control 'labels' differs from screen an PS.

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

Title:
  [Upstream] Printing/Exporting to PDF adds text to the side of form
  elements

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

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04

  2) apt-cache policy libreoffice-writer
  libreoffice-writer:
    Installed: 1:3.5.3-0ubuntu1
    Candidate: 1:3.5.3-0ubuntu1
    Version table:
   *** 1:3.5.3-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.5.2-2ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

  apt-cache policy acroread
  acroread:
    Installed: 9.5.1-1precise1
    Candidate: 9.5.1-1precise1
    Version table:
   *** 9.5.1-1precise1 0
  500 http://archive.canonical.com/ubuntu/ precise/partner i386 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in Writer via the Terminal:
  cd ~/Desktop  wget 
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/891522/+attachment/2600734/+files/testdocument.odt
  lowriter -nologo testdocument.odt

  and either:
  File - Print - button OK

  or:
  File - Print - tab Options - check checkbox Print to File

  and the resulting print or PDF looks as it does in Writer.

  4) What happens instead the print and PDF have text overlapping as in
  the PDF
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/891522/+attachment/2599557/+files/printout
  .

  WORKAROUND: For printing, switch 'Printer Language Type' to
  PostScript.

  WORKAROUND: For exporting PDF, use File - Export as PDF.

  Original Reporter Comments: I use oneiric libreoffice, all updated:
  Libreoffice 3.4.3 (OOO340m1, Build 302)

  ---
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  DistroRelease: Ubuntu 11.10
  EcryptfsInUse: Yes
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  Lpstat:
   device for canon: ipp://canon.v.hsg.oerinet.ch/ipp
   device for lj: ipp://lj.v.hsg.oerinet.ch/ipp?waitjob=false
   device for NEC: ipp://nec.v.hsg.oerinet.ch/ipp/port1
  MachineType: Hewlett-Packard HP Compaq 8000 Elite CMT PC
  Package: cups 1.5.0-8ubuntu4
  PackageArchitecture: amd64
  Papersize: letter
  PpdFiles:
   lj: HP LaserJet P3005 Postscript (recommended)
   NEC: NEC PinWriter P6 plus Foomatic/necp6 (recommended)
   canon: Canon iR-ADV C5045/5051 PS
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.0.0-12-generic 
root=UUID=5e2bd312-cd41-4acd-9ddc-ff20a0e59419 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Tags:  oneiric
  Uname: Linux 3.0.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 10/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G7 v01.02
  dmi.board.asset.tag: CZC018BLK5
  dmi.board.name: 3647h
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: CZC018BLK5
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G7v01.02:bd10/22/2009:svnHewlett-Packard:pnHPCompaq8000EliteCMTPC:pvr:rvnHewlett-Packard:rn3647h:rvr:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Compaq 8000 Elite CMT PC
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 891522]

2015-01-10 Thread Gdna
I am also affected by this. I wanted to add that it only occurs when ISO 
19005-1 conformity is checked (which however is something preferred where I 
work.
This is on 4.4.0.1 and 4.0.5 (regardless of OS).

However, on current master  (Version: 4.5.0.0.alpha0+
Build ID: 57626f2132f73e4e42b31e364b25c5867336e718) the problem occurs 
irrespective of the selection of PDF/A-1a

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

Title:
  [Upstream] Printing/Exporting to PDF adds text to the side of form
  elements

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

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04

  2) apt-cache policy libreoffice-writer
  libreoffice-writer:
    Installed: 1:3.5.3-0ubuntu1
    Candidate: 1:3.5.3-0ubuntu1
    Version table:
   *** 1:3.5.3-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.5.2-2ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

  apt-cache policy acroread
  acroread:
    Installed: 9.5.1-1precise1
    Candidate: 9.5.1-1precise1
    Version table:
   *** 9.5.1-1precise1 0
  500 http://archive.canonical.com/ubuntu/ precise/partner i386 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in Writer via the Terminal:
  cd ~/Desktop  wget 
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/891522/+attachment/2600734/+files/testdocument.odt
  lowriter -nologo testdocument.odt

  and either:
  File - Print - button OK

  or:
  File - Print - tab Options - check checkbox Print to File

  and the resulting print or PDF looks as it does in Writer.

  4) What happens instead the print and PDF have text overlapping as in
  the PDF
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/891522/+attachment/2599557/+files/printout
  .

  WORKAROUND: For printing, switch 'Printer Language Type' to
  PostScript.

  WORKAROUND: For exporting PDF, use File - Export as PDF.

  Original Reporter Comments: I use oneiric libreoffice, all updated:
  Libreoffice 3.4.3 (OOO340m1, Build 302)

  ---
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  DistroRelease: Ubuntu 11.10
  EcryptfsInUse: Yes
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  Lpstat:
   device for canon: ipp://canon.v.hsg.oerinet.ch/ipp
   device for lj: ipp://lj.v.hsg.oerinet.ch/ipp?waitjob=false
   device for NEC: ipp://nec.v.hsg.oerinet.ch/ipp/port1
  MachineType: Hewlett-Packard HP Compaq 8000 Elite CMT PC
  Package: cups 1.5.0-8ubuntu4
  PackageArchitecture: amd64
  Papersize: letter
  PpdFiles:
   lj: HP LaserJet P3005 Postscript (recommended)
   NEC: NEC PinWriter P6 plus Foomatic/necp6 (recommended)
   canon: Canon iR-ADV C5045/5051 PS
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.0.0-12-generic 
root=UUID=5e2bd312-cd41-4acd-9ddc-ff20a0e59419 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Tags:  oneiric
  Uname: Linux 3.0.0-12-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 10/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G7 v01.02
  dmi.board.asset.tag: CZC018BLK5
  dmi.board.name: 3647h
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: CZC018BLK5
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G7v01.02:bd10/22/2009:svnHewlett-Packard:pnHPCompaq8000EliteCMTPC:pvr:rvnHewlett-Packard:rn3647h:rvr:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Compaq 8000 Elite CMT PC
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 936310] Re: Some applications don't 'auto-show' onboard

2015-01-10 Thread mattgyver83
After a bit more testing I nailed down some more specifics of the issue
I am noting including reproduction steps and I found a consistent method
to make it work however it just continues to break.  Hopefully helpful
for identifying and resolving the issue.

Reproduction:
1.  Start onboard with Force on top and Auto-show while editing.
2.  Open Dash.
3.  Type in dash, onboard does not appear

Results:
Onboard opens but moving the mouse hides onboard it and never returns on search 
box selection.

Expected action:
Opening Dash and selecting search field should open onboard.

Potentialy helpfulfor troubeshooting to mimic working behavior sporadically:
1.  Quit Onboard
2.  Repeat reproduction steps 1-3
2a.  Start onboard with Force on top and Auto-show while editing.
2b.  Open Dash.
2c.  Type in dash, onboard does not appear
3.  Open Gedit
4.  Select inside gedit window, onboard appears
5.  Click free area of Desktop, onboard hides.
6.  Open Hud (left alt on physical keyboard), Onboard appears and is functional 
inside hud.
7.  ESC hud
8.  Click free area of desktop
8.  Open Dash, onboard appears and is functional.

While this works its sporadic and the bad behavior returns after
switching between other applications/normal use.

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

Title:
  Some applications don't 'auto-show' onboard

Status in Onboard on-screen keyboard:
  New
Status in onboard package in Ubuntu:
  Confirmed

Bug description:
  I'm testing onboard 0.97 in 2 different computers (one with oneiric:
  0.97.0+tr756-0ppa~oneiric1, another one with precise alpha2:
  0.97.0-0ubuntu1), both of them with auto-show when editing, show when
  unlocking, show tooltips, always on top.

  Most applications work fine with the new 'auto-show when editing'
  option, but I've found a few 'text applications' with wrong behaviour:

  - If onboard is hidden, they don't unhide (the right bevaviour is unhide)
  - If  onboard was automatically unhided by another application , they hide 
onboard (the right behaviour is do nothing). Please note that in case of 
onboard was unhidden by a 'manual' clicking on onboard's icon, those 
applications don't hide onboard (right behaviour)

  I post all of wrong applications I've found in only one bug, if you
  prefer I can file different bugs.

  - opening the dash: this bug is different than #915250 , and this new bug is 
present even in unity-2d and with 'always on top' marked
  New bug reported here:
  https://bugs.launchpad.net/ubuntu/+source/unity/+bug/960537

  - wxmaxima: cells and text boxes
  - qtoctave: the editor
  - skype: the user/password window
  - tuxpaint: the option to write text in a image (in some other applications 
as gimp or xournal this feature works fine)

  - the right-click option to rename files in nautilus
  New bug reported here:
  https://bugzilla.gnome.org/show_bug.cgi?id=672498

  - wine: tested with Adob Digital Editions
  - texmaker
  - fbreader
  - vlc (text boxes in preferences)

  - chromium-browser (all text entries except the url-bar)
  Upstream bug report for Orca here:
  https://code.google.com/p/chromium/issues/detail?id=24585

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

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


[Desktop-packages] [Bug 1409315] [NEW] HP printer found, not communicating?

2015-01-10 Thread Dev
Public bug reported:

Hooked up HP printer 4014n using 10.04 to router via Ethernet, computer
sees it, but apparently cannot communicate with the printer.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: cups 1.7.2-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Jan 10 12:28:57 2015
InstallationDate: Installed on 2014-10-04 (98 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
Lpstat: device for HP-LaserJet-P4014CMD:PS,PCL: 
dnssd://HP%20LaserJet%20P4014%20%5B16CB3F%5D._pdl-datastream._tcp.local/
MachineType: Dell Inc. OptiPlex 760
Papersize: letter
PpdFiles: HP-LaserJet-P4014CMD:PS,PCL: HP LaserJet p4014, hpcups 3.14.3
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=b570ce81-3ba0-4041-85d5-9bbabfb85113 ro quiet splash vt.handoff=7
SourcePackage: cups
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/04/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A13
dmi.board.name: 0G214D
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 6
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA13:bd08/04/2011:svnDellInc.:pnOptiPlex760:pvr:rvnDellInc.:rn0G214D:rvrA00:cvnDellInc.:ct6:cvr:
dmi.product.name: OptiPlex 760
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apparmor apport-bug trusty

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

Title:
  HP printer found, not communicating?

Status in cups package in Ubuntu:
  New

Bug description:
  Hooked up HP printer 4014n using 10.04 to router via Ethernet,
  computer sees it, but apparently cannot communicate with the printer.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: cups 1.7.2-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jan 10 12:28:57 2015
  InstallationDate: Installed on 2014-10-04 (98 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lpstat: device for HP-LaserJet-P4014CMD:PS,PCL: 
dnssd://HP%20LaserJet%20P4014%20%5B16CB3F%5D._pdl-datastream._tcp.local/
  MachineType: Dell Inc. OptiPlex 760
  Papersize: letter
  PpdFiles: HP-LaserJet-P4014CMD:PS,PCL: HP LaserJet p4014, hpcups 3.14.3
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=b570ce81-3ba0-4041-85d5-9bbabfb85113 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/04/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A13
  dmi.board.name: 0G214D
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA13:bd08/04/2011:svnDellInc.:pnOptiPlex760:pvr:rvnDellInc.:rn0G214D:rvrA00:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 760
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1397750] Re: Not able to install packages using the PackageKit D-Bus API

2015-01-10 Thread Mathew Hodson
** Tags added: utopic

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

Title:
  Not able to install packages using the PackageKit D-Bus API

Status in aptdaemon package in Ubuntu:
  New
Status in system-config-printer package in Ubuntu:
  Fix Released
Status in aptdaemon source package in Utopic:
  New
Status in system-config-printer source package in Utopic:
  Fix Committed

Bug description:
  I am on Ubuntu Utopic (14.10) and want to do the following, preferably
  with a Python script.

  I want to install a printer driver package from Epson (which is
  available as both DEB and RPM) through its apt or yum repository so that
  future updates get installed automatically through the distro's update
  mechanism. I also want to assure by means of a key fingerprint that
  repository and package are really from Epson.

  The package name for example is

  epson-inkjet-printer-escpr

  The key fingerprint is

  E5220FB7014D0FBDA50DFC2BE5E86C008AA65D56

  and the Debian package repository is

  deb http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main

  This data is polled from OpenPrinting:

  
https://www.openprinting.org/query.cgi?moreinfo=1showprinterid=1onlynewestdriverpackages=0architectures=amd64noobsoletes=1onlyfree=0onlymanufacturer=0onlydownload=1packagesystem=debonlysigneddriverpackages=0format=xmltype=driversprinter=MFG:EPSON;MDL
  :EP-801A%20Series;DES:EPSON%20EP-801A%20Series;CLS:PRINTER;

  One can replace the packagesystem=deb in the URL by packagesystem=rpm
  for RPM-based distros.

  Now I run a script of system-config-printer,
  /usr/share/system-config-printer/install-printerdriver.py via the command

  install-printerdriver 'epson-inkjet-printer-escpr' 'deb
  http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main'
  'E5220FB7014D0FBDA50DFC2BE5E86C008AA65D56'

  Or by pasting the commands at the python prompt:

  till@till-twist:~$ python3
  Python 3.4.2 (default, Oct  8 2014, 13:08:17) 
  [GCC 4.9.1] on linux
  Type help, copyright, credits or license for more information.
   from gi.repository import GLib, PackageKitGlib
   import sys
   def progress(progress, type, user_data):
  ...pass
  ... 
   package = 'epson-inkjet-printer-escpr'
   repo = 'deb http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 
main'
   repo_gpg_id = 'E5220FB7014D0FBDA50DFC2BE5E86C008AA65D56'
   pk = PackageKitGlib.Client()
   res = pk.install_signature(PackageKitGlib.SigTypeEnum.GPG, repo_gpg_id, 
'', None, progress, None)
   res.get_exit_code()
  enum PK_EXIT_ENUM_SUCCESS of type PkExitEnum
   res = pk.resolve(PackageKitGlib.FilterEnum.NONE, [package], None, lambda 
p, t, d: True, None)
  Traceback (most recent call last):
File stdin, line 1, in module
  GLib.Error: pk_client_error: Package name epson-inkjet-printer-escpr could 
not be resolved. (263)
   res = pk.repo_enable(repo, True, None, progress, None)
   res = pk.refresh_cache(False, None, progress, None)
   res = pk.resolve(PackageKitGlib.FilterEnum.NONE, [package], None, lambda 
p, t, d: True, None)
   package_ids = res.get_package_array()
   package_id = package_ids[0].get_id()
   package_id
  'epson-inkjet-printer-escpr;1.4.1-1lsb3.2;amd64;printdriver'
   package_ids[0].get_info()  PackageKitGlib.InfoEnum.INSTALLED
  0
   res = pk.install_packages(True, [package_id], None, progress, None)
  Traceback (most recent call last):
File stdin, line 1, in module
  GLib.Error: pk_client_error: The version 1.4.1-1lsb3.2/printdriver of 
epson-inkjet-printer-escpr isn't available. (263)
   res = pk.install_packages(True, 
['epson-inkjet-printer-escpr;1.4.1-1lsb3.2;amd64;'], None, progress, None)
   res = pk.get_files([package_id], None, progress, None)
   files = res.get_files_array()
  

  The problem is that the step of actually installing the package (res
  = pk.install_packages(..)) errors. It says:

  The version 1.4.1-1lsb3.2/printdriver of epson-inkjet-printer-escpr
  isn't available.

  So the version number is messed up (/printdriver added) and
  therefore the package not found. If I manipulate the package ID
  somewhat, removing the printdriver in the end, the package
  installation works (I have checked in another terminal that the
  package got actually installed).

  The same error occurs with pkcon install epson-inkjet-printer-escpr
  on the command line.

  The problem seems not to be caused by the transition from Python 2 to
  Python3. I can paste the command sequence above also into Python 2 and
  get the same results.

  Please check whether this is really caused by aptdemon, perhaps it can
  also be the PackageKit client.

  Yje bug makes the automatic printer driver installation by system-
  config-printer not working any more, therefore i set its importance to
  High.

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1376966] Re: gpu-manager treats all files in /etc/modprobe.d as config files

2015-01-10 Thread Mathew Hodson
What is the test case for this SRU?

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

Title:
  gpu-manager treats all files in /etc/modprobe.d as config files

Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Trusty:
  Fix Committed

Bug description:
  My media center computer have a single nvidia GPU connected to a TV,
  and have for many years been happily using the nvidia driver.
  Unfortunately the recent upgrade to version 1:0.2.91.7 broke X.
  Starting lightdm would fail, delete my xorg.conf and redirect libgl
  symlinks to mesa.

  After some debugging I fond that this was done by gpu-manager, because
  it incorrectly believes that my nvidia module is blacklisted. gpu-
  manager.log contained Is nvidia blacklisted? yes.

  More debugging determined that this was happening because I have a several 
years old file named:
/etc/modprobe.d/blacklist.dpkg-old
  which among other things contain the line blacklist nvidia.

  However that is _not_ a modprobe config file. modprobe only uses files
  with a .conf extension. (See the man page modprobe.d(5)).
  Unfortunately gpu-manager does not have this restriction and looks in
  all files in /etc/modprobe.d by running:

grep -G blacklist.*nvidia[[:space:]]*$ /etc/modprobe.d/*

  
  I could work-around the bug by removing the .dpkg-old file. However this will 
likely break other machines as well. I found two bugs 1373968 and 1374871 about 
X not working after installing the latest update. However they does not contain 
enough information to determine if they are duplicates of this bug or not.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1376966/+subscriptions

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


[Desktop-packages] [Bug 1314556] Re: Unable to mount Android MTP device

2015-01-10 Thread Gromobir
@protagoras: Unfortunately, jmtpfs also doesn't work for me. jmtpfs
~/mtp just gives me:

Device 0 (VID=04e8 and PID=6860) is a Samsung Galaxy models (MTP).
ignoring libusb_claim_interface() = -6PTP_ERROR_IO: failed to open session, 
trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
LIBMTP PANIC: failed to open session on second attempt
terminate called after throwing an instance of 'MtpErrorCantOpenDevice'
  what():  Can't open device
Unable to open ~/.mtpz-data for reading, MTPZ disabled.Aborted

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

Title:
  Unable to mount Android MTP device

Status in gvfs package in Ubuntu:
  Confirmed

Bug description:
  I have the same problem on 3 computers with 14.04:

  So I tried,
   mtp-detect 
  Unable to open ~/.mtpz-data for reading, MTPZ disabled.libmtp version: 1.1.6

  Listing raw device(s)
  Device 0 (VID=04e8 and PID=6860) is a Samsung Galaxy models (MTP).
 Found 1 device(s):
 Samsung: Galaxy models (MTP) (04e8:6860) @ bus 1, dev 10
  Attempting to connect device(s)
  ignoring libusb_claim_interface() = -6PTP_ERROR_IO: failed to open session, 
trying again after resetting USB interface
  LIBMTP libusb: Attempt to reset device
  inep: usb_get_endpoint_status(): Resource temporarily unavailable
  outep: usb_get_endpoint_status(): Device or resource busy
  ignoring libusb_claim_interface() = -6LIBMTP PANIC: failed to open session on 
second attempt
  Unable to open raw device 0
  OK.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gvfs-backends 1.20.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr 30 11:18:12 2014
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/gvfs/gvfs-mtp-volume-monitor
  InstallationDate: Installed on 2013-02-12 (441 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  ProcEnviron:
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
   LANGUAGE=en_US
   PATH=(custom, user)
   LANG=en_US.UTF-8
  SourcePackage: gvfs
  UpgradeStatus: Upgraded to trusty on 2014-04-02 (27 days ago)

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

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


[Desktop-packages] [Bug 1409310] Re: package fglrx-updates (not installed) failed to:14. install/upgrade: trying to overwrite '/etc/acpi/fglrx-powermode.sh', which is also in package fglrx-core 2201-0

2015-01-10 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 fglrx-installer-updates in Ubuntu.
https://bugs.launchpad.net/bugs/1409310

Title:
  package fglrx-updates (not installed) failed to:14. install/upgrade:
  trying to overwrite '/etc/acpi/fglrx-powermode.sh', which is also in
  package fglrx-core 2201-0ubuntu2

Status in fglrx-installer-updates package in Ubuntu:
  New

Bug description:
  1
  $ lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  2
  $ apt-cache policy fglrx-updates
  fglrx-updates:
Installed: (none)
Candidate: 2:13.350.1-0ubuntu2
Version table:
   2:14.201-0ubuntu2 0
  500 http://at.archive.ubuntu.com/ubuntu/ utopic/restricted amd64 
Packages
  100 /var/lib/dpkg/status
   2:13.350.1-0ubuntu2 0
  990 http://at.archive.ubuntu.com/ubuntu/ trusty/restricted amd64 
Packages

  3
  a working switch

  4
  the error

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: fglrx-updates (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:
   
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sat Jan 10 18:56:12 2015
  DistUpgraded: 2014-06-15 14:45:06,743 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: fglrx-core, 14.201, 3.13.0-44-generic, x86_64: installed
  DpkgTerminalLog:
   Preparing to unpack .../fglrx-updates_2%3a13.350.1-0ubuntu2_amd64.deb ...
   Unpacking fglrx-updates (2:13.350.1-0ubuntu2) ...
   dpkg: error processing archive 
/var/cache/apt/archives/fglrx-updates_2%3a13.350.1-0ubuntu2_amd64.deb 
(--unpack):
trying to overwrite '/etc/acpi/fglrx-powermode.sh', which is also in 
package fglrx-core 2:14.201-0ubuntu2
   dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  DuplicateSignature: package:fglrx-updates:(not installed):trying to overwrite 
'/etc/acpi/fglrx-powermode.sh', which is also in package fglrx-core 
2:14.201-0ubuntu2
  ErrorMessage: trying to overwrite '/etc/acpi/fglrx-powermode.sh', which is 
also in package fglrx-core 2:14.201-0ubuntu2
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7500G] [1002:990a] 
(prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c660]
   Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7550M/7570M/7650M] 
[1002:6841] (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c661]
  InstallationDate: Installed on 2012-10-05 (826 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 535U4C
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic 
root=UUID=42797f15-818e-49a6-8d1f-076354a793e7 ro quiet splash vt.handoff=7
  SourcePackage: fglrx-installer-updates
  Title: package fglrx-updates (not installed) failed to install/upgrade: 
trying to overwrite '/etc/acpi/fglrx-powermode.sh', which is also in package 
fglrx-core 2:14.201-0ubuntu2
  UpgradeStatus: Upgraded to trusty on 2014-06-15 (209 days ago)
  dmi.bios.date: 02/23/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P05RAF.N92.130223.LEO
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: SAMSUNG_NP1234567890
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: SEC_SW_REVISION_1234567890ABCD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP05RAF.N92.130223.LEO:bd02/23/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn535U4C:pvrP05RAF:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrSEC_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: 535U4C
  dmi.product.version: P05RAF
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 

[Desktop-packages] [Bug 1409325] [NEW] Ubuntu chooses worst quality when connecting to bluetooth headset

2015-01-10 Thread Ketil
Public bug reported:

I have a set of bluetooth headphones, model Arctic P311. When I connect
to these with Ubuntu, the selected mode is Telephony Duplex (HSP/HFP). I
always want High Fidelity Playback (A2DP). My Android phone and my
Windows computer both select the best mode (A2DP), in my experience. At
least I don't need to fiddle about to change the mode when using either
of those systems.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity-control-center 14.04.3+14.04.20140922-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Jan 10 21:14:12 2015
InstallationDate: Installed on 2014-10-19 (83 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: unity-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_unity-control-center:
 activity-log-manager 0.9.7-0ubuntu14
 deja-dup 30.0-0ubuntu4
 gnome-control-center 1:3.6.3-0ubuntu56.1

** Affects: unity-control-center (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 unity-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1409325

Title:
  Ubuntu chooses worst quality when connecting to bluetooth headset

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

Bug description:
  I have a set of bluetooth headphones, model Arctic P311. When I
  connect to these with Ubuntu, the selected mode is Telephony Duplex
  (HSP/HFP). I always want High Fidelity Playback (A2DP). My Android
  phone and my Windows computer both select the best mode (A2DP), in my
  experience. At least I don't need to fiddle about to change the mode
  when using either of those systems.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-control-center 14.04.3+14.04.20140922-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jan 10 21:14:12 2015
  InstallationDate: Installed on 2014-10-19 (83 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: unity-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_unity-control-center:
   activity-log-manager 0.9.7-0ubuntu14
   deja-dup 30.0-0ubuntu4
   gnome-control-center 1:3.6.3-0ubuntu56.1

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

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


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

2015-01-10 Thread Roman Onosovski
BTW, I just replaced unity with MATE and my third monitor works like a
charm with no lagging whatssoever! =

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

Title:
  Mouse Flickering after adding 3rd Monitor

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

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

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

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

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

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

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

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

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

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

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

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


[Desktop-packages] [Bug 1409332] Re: Mouse cursor freezes, when using e.g. youtube in chromium, and stays that way

2015-01-10 Thread Jarno Suni
** Description changed:

  I can not make this happen, if I use Firefox, but it happens, if I use
  Chromium browser and play youtube video. Visible mouse cursor stops
  moving. Still I can move mouse and use it, but it is hard, when you
- don't see where the cursor effectively is.
+ don't see where the cursor effectively is. This seems to happen only, if
+ I have hardware acceleration enabled in advanced settings.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064
  ProcVersionSignature: Ubuntu 3.13.0-43.72-lowlatency 3.13.11.11
  Uname: Linux 3.13.0-43-lowlatency x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jan 10 22:23:29 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-21 (111 days ago)
  InstallationMedia: Ubuntu-Studio 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.1)
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.chromium.browser: [deleted]
  mtime.conffile..etc.chromium.browser.default: 2014-09-28T10:04:54.426898

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

Title:
  Mouse cursor freezes, when using e.g. youtube in chromium, and stays
  that way

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  I can not make this happen, if I use Firefox, but it happens, if I use
  Chromium browser and play youtube video. Visible mouse cursor stops
  moving. Still I can move mouse and use it, but it is hard, when you
  don't see where the cursor effectively is. This seems to happen only,
  if I have hardware acceleration enabled in advanced settings.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064
  ProcVersionSignature: Ubuntu 3.13.0-43.72-lowlatency 3.13.11.11
  Uname: Linux 3.13.0-43-lowlatency x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jan 10 22:23:29 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-21 (111 days ago)
  InstallationMedia: Ubuntu-Studio 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.1)
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.chromium.browser: [deleted]
  mtime.conffile..etc.chromium.browser.default: 2014-09-28T10:04:54.426898

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

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


[Desktop-packages] [Bug 1226101] Re: 12.04.3 Nvidia 340 driver results in text only login

2015-01-10 Thread Thomas Mashos
We really do appreciate you opening this ticket to help improve
Mythbuntu, but it needs to be closed for a number of reasons. The
biggest one is that upstream has moved on to a new version and believes
this to be fixed. Could you please verify if this issue still exists in
the latest version?

Please do not let the closing of this ticket dissuade you from opening a
new ticket if this (or any other) problem occurs with the newer
versions.

** Changed in: mythbuntu
   Status: New = Expired

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

Title:
  12.04.3 Nvidia 340 driver results in text only login

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Expired
Status in nvidia-graphics-drivers package in Ubuntu:
  New

Bug description:
  Installing Nvidia 340 driver in a fresh install of MythBuntu 12.04.2
  works OK, but doing the same thing in 12.04.3 results in text only
  login on restart.

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

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


[Desktop-packages] [Bug 1363675] Re: Failed to load module nvidia (module does not exist, 0)

2015-01-10 Thread Dolf Schimmel (Freeaqingme)
I do regularly update my system (desktop), but only reboot it once every
few months. Yesterday I was forced to reboot, and my uptime of 112 days
was gone. Upon reboot I ran into the same issue as this ticket
describes.  Having had my fair share of X11 issues in the past, this
issue was non-trivial to fix, and I only managed to do so with the steps
~mlankhorst provided.  Somewhat more novice users surely will be at wits
end and will probably feel they need to resort to a complete reinstall,
or switch to Windows (again) instead.

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

Title:
  Failed to load module nvidia (module does not exist, 0)

Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released

Bug description:
  For a couple of days my 14.10 desktop has been broken. It's got an
  nvidia GeForce GTX 460 and was working up until I got some updates.
  Now I get a broken display with wrong resolution and no 3d
  acceleration, so I can't login, making the machine unusable.

  Here's my xorg.0.log: http://paste.ubuntu.com/8197542/

  Possibly related to, or duplicate of bug 1363408

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: nvidia-331 331.89-0ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-11.16-generic 3.16.1
  Uname: Linux 3.16.0-11-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: amd64
  Date: Sun Aug 31 15:47:23 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-01-02 (971 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120102)
  SourcePackage: nvidia-graphics-drivers-331
  SystemImageInfo: Error: [Errno 2] No such file or directory: 
'system-image-cli'
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.modprobe.d.nvidia.331.hybrid.conf: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1363675/+subscriptions

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


[Desktop-packages] [Bug 1408445] Re: Wake up and Wired adapter problems

2015-01-10 Thread Alberto Salvia Novella
Much better: thank you.

** Changed in: xorg (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Wake up and Wired adapter problems

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  My computer had suspended with my Ethernet cable still in it. When I tried to 
wake my computer up the computer made noises as if it was waking up, but the 
screen stayed black. I wake my computer up by pressing the power button. When I 
tried pressing it (the power button) again the computer finally awoke.
  The login screen had loaded up so I typed in my password and logged in. I 
then noticed that I did not have an internet connection even though my router 
was fine and so were the other computers on the network. I tried unplugging my 
Ethernet cable and plugging it back in again. But that didn't appear to fix the 
problem.
  I then clicked on the the little icon on the bar at the top to view my 
internet connection status. In the pull-down menu at the top instead of the 
normal “Ethernet network”, it read something like “Networking disabled”. There 
was an option below it which was currently unticked that was called “Enable 
Networking”. I ticked it, but this did not seem to make much of a difference to 
the situation.

  I then went into the Network section in System Settings and looked at the 
status of my Wired connection. The status was “Unmanaged”, when it is normally 
“Connected – 100Mb/s”.
  I then restarted my machine and this seemed to resolve the problem. And I 
have not had any problems as such since.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Jan  7 20:50:51 2015
  DistUpgraded: 2014-12-13 16:39:34,851 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:5002]
  InstallationDate: Installed on 2014-12-06 (32 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: LENOVO 62742SG
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=3883b8c8-34cb-4ec2-8834-fe85bbd10f52 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to utopic on 2014-12-13 (25 days ago)
  dmi.bios.date: 11/15/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: H5ET69WW (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 62742SG
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK IPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrH5ET69WW(1.12):bd11/15/2012:svnLENOVO:pn62742SG:pvrLenovoB590:rvnLENOVO:rn62742SG:rvrWin8ProDPKIPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 62742SG
  dmi.product.version: Lenovo B590
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Wed Jan  7 20:30:34 2015
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 827
   vendor LGD
  xserver.version: 2:1.16.0-1ubuntu1.2

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

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


[Desktop-packages] [Bug 1408945] Re: USB printer (HP laserjet P1005) doesn't print anymore after upgrade from 10.04 to 12.04

2015-01-10 Thread Gert Witvoet
I was able to fix the issue today, running hp-plugin from terminal.
Printer now correctly prints (except for pdf printed with Evince, but I
guess that's a different bug).

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

Title:
  USB printer (HP laserjet P1005) doesn't print anymore after upgrade
  from 10.04 to 12.04

Status in hplip package in Ubuntu:
  New

Bug description:
  Printer always worked perfectly in 10.04, but after upgrade to Ubuntu 12.04.5 
nothing comes out of the printer anymore (although Ubuntu itself thinks the 
print job succeeded). However, running sudo system-config-printer returned:
   Incorrect IEEE 1284 Device ID: 
[u'drv:///hpcups.drv/hp-laserjet_p1005.ppd', 
u'drv:///hpijs.drv/hp-laserjet_p1005-hpijs.ppd']
   Actual ID is MFG:Hewlett-Packard;MDL:HP LaserJet P1005;
   Please report a bug against the HPLIP component

  How to fix this?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: hplip 3.12.2-1ubuntu3.4
  ProcVersionSignature: Ubuntu 3.2.0-74.109-generic 3.2.64
  Uname: Linux 3.2.0-74-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  Date: Fri Jan  9 10:21:41 2015
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MachineType: Hewlett-Packard HP Compaq 6710b (GB893EA#ABH)
  MarkForUpload: True
  Papersize: a4
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-74-generic 
root=UUID=f6bb70bd-a112-499d-a076-3ef94553fe74 ro quiet splash vt.handoff=7
  SourcePackage: hplip
  UpgradeStatus: Upgraded to precise on 2015-01-08 (0 days ago)
  dmi.bios.date: 05/23/2007
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68DDU Ver. F.08
  dmi.board.name: 30C0
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.27
  dmi.chassis.asset.tag: CNU730146V
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68DDUVer.F.08:bd05/23/2007:svnHewlett-Packard:pnHPCompaq6710b(GB893EA#ABH):pvrF.08:rvnHewlett-Packard:rn30C0:rvrKBCVersion71.27:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 6710b (GB893EA#ABH)
  dmi.product.version: F.08
  dmi.sys.vendor: Hewlett-Packard
  mtime.conffile..etc.hp.hplip.conf: 2015-01-08T18:48:41.954794

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

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


[Desktop-packages] [Bug 1409346] [NEW] nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-10 Thread Jerry Stringer
Public bug reported:

gave error doing a dist-upgrade

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331 331.113-0ubuntu0.0.4
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
DKMSKernelVersion: 3.13.0-43-generic
Date: Sat Jan 10 16:01:54 2015
InstallationDate: Installed on 2015-01-10 (0 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageVersion: 331.113-0ubuntu0.0.4
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

Status in nvidia-graphics-drivers-331 package in Ubuntu:
  New

Bug description:
  gave error doing a dist-upgrade

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331 331.113-0ubuntu0.0.4
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-43-generic
  Date: Sat Jan 10 16:01:54 2015
  InstallationDate: Installed on 2015-01-10 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageVersion: 331.113-0ubuntu0.0.4
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to 
build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409346/+subscriptions

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


[Desktop-packages] [Bug 1314486] Re: Flash videos disappears/underlays when using Fullscreen mode.

2015-01-10 Thread test051102
I can confirm the issue. My System is Ubuntu 14.04 LTS + Gnome Shell
(installed manually because I hate Unity). I have just upgraded my
system from Ubuntu 12.04 LTS. Very disapointing to see that 14.04 is
still having major issues and that nobody is taking care about it
because they igone Gnome.

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

Title:
  Flash videos disappears/underlays when using Fullscreen mode.

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Flash videos (dailymotion, xnxx, etc.) disappears/underlays when using 
Fullscreen mode.
  In 13.10, the same would occur, but the workaround was to look for the 
underlayed fullscreen icon/fullscreen plugin container, in the activities bar.
  Now on 14.04, that workaround isn't even available.

  It looks like the issue lies somewhere in Gnome. The problem occured
  on UbuntuGnome14.04, so I decided to delete that and install Ubuntu
  14.04. The problem is gone, but... I like Gnome, so I decided to
  install the Gnome shell on top of Ubuntu 14.04, and sure enough, after
  transitioning to Gnome shell, the same problem occurs.

  Can someone help me out please?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Apr 29 23:14:37 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: fglrx-updates, 13.350.1, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: No
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6530D] 
[1002:964a] (prog-if 00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000]
  InstallationDate: Installed on 2014-04-28 (1 days ago)
  InstallationMedia: It
  MachineType: Gigabyte Technology Co., Ltd. GA-A75M-D2H
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=210e604b-bbcd-432d-97d2-222bf82c99b1 ro nomodeset quiet splash 
vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/03/2011
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F5
  dmi.board.name: GA-A75M-D2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF5:bd11/03/2011:svnGigabyteTechnologyCo.,Ltd.:pnGA-A75M-D2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-A75M-D2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-A75M-D2H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Apr 29 21:25:06 2014
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech USB Receiver MOUSE, id 8
   inputAT Translated Set 2 keyboard KEYBOARD, id 9
  xserver.errors:
   open /dev/dri/card0: No such file or directory
   AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object 
file: No such file or directory]
   AIGLX error: failed to open /usr/lib64/dri/fglrx_dri.so, 
error[/usr/lib64/dri/fglrx_dri.so: cannot open shared object file: No such file 
or directory]
   AIGLX error: failed to open /usr/X11R6/lib/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib/modules/dri/fglrx_dri.so: cannot open shared object file: 
No such file or directory]
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2
  xserver.video_driver: fglrx

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1242975] Re: gksu -u other_user .. is broken

2015-01-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gksu (Ubuntu)
   Status: New = Confirmed

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

Title:
  gksu -u other_user .. is broken

Status in gksu package in Ubuntu:
  Confirmed

Bug description:
  I did this test run with Lubuntu 13.10 amd64 and Xubuntu 13.10 amd64
  in separate VMs.

  Steps to reproduce:
  - Install fresh Lubuntu/Xubuntu
  - Open the XFCE terminal.
  - Type sudo -i, enter password, and do the following:
  # create a secondary useraccount
  adduser testuser
  # use nano or your favorite editor:
  nano /etc/sudoers.d/testuser
   # allow your main useraccount to execute ANY commands as the testuser 
user using sudo. password will NOT be required
   your_main_username ALL=(testuser)NOPASSWD: ALL
   # save the file.
  # set permissions of sudoers.d correctly
  chmod 440 /etc/sudoers.d/*

  - now open a shell as your main user, NOT as root. do:
  gksudo -u testuser xfce4-terminal

  This should open a terminal logged in as testuser. But it does nothing.
  Add the debug option and pipe to less to view what happens: gksudo -du 
testuser xfce4-terminal 21 | less
  Output:
  No ask_pass set, using default!
  xauth: /tmp/libgksu-wPttP0/.Xauthority
  STARTUP_ID: gksudo/xfce4-terminal/2799-0-xubuntu1_TIME2139054
  cmd[0]: /usr/bin/sudo
  cmd[1]: -H
  cmd[2]: -S
  cmd[3]: -p
  cmd[4]: GNOME_SUDO_PASS
  cmd[5]: -u
  cmd[6]: testuser
  cmd[7]: --
  cmd[8]: xfce4-terminal
  buffer: -No protocol specified-
  buffer: --
  buffer: -(xfce4-terminal:2802): Gtk-WARNING **: cannot open display: :0.0-
  buffer: --
  buffer: --
  buffer: --
  buffer: --
  buffer: --
  buffer: --
  (a lot more of the previous messages)
  brute force GNOME_SUDO_PASS ended...
  No password prompt found; we'll assume we don't need a password.
  xauth: /tmp/libgksu-wPttP0/.Xauthority
  xauth_env: /home/xor/.Xauthority
  dir: /tmp/libgksu-wPttP0

  
  The fact that there is output of xfce4-terminal BEFORE gksudo talks about 
password, .Xauthority, etc. might indicate that it tries to run the child 
application too early? I haven't read the source code though, please validate 
this claim by reading it.

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

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


[Desktop-packages] [Bug 1409263] Re: Current version system-config-printer in trusty-proposed has unsatisfiable dependency on cups-filters-ippusbxd

2015-01-10 Thread Mathew Hodson
** Tags removed: cups-filters system-config-printer
** Tags added: package-from-proposed regression-proposed trusty

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

Title:
  Current version system-config-printer in trusty-proposed has
  unsatisfiable dependency on cups-filters-ippusbxd

Status in system-config-printer package in Ubuntu:
  Invalid
Status in system-config-printer source package in Trusty:
  In Progress

Bug description:
  The version of system-config-printer-udev in trusty-proposed
  (1.4.3+20140219-0ubuntu2.4) contains an unsatisfiable dependency on
  cups-filters-ippusbxd, which is currently not available in the Trusty
  repositories.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1409263/+subscriptions

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


[Desktop-packages] [Bug 1354841] Re: Screen corruption (characters are drawn as black squares)

2015-01-10 Thread M
Looks related to
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1034110 except that I
have an Intel card

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

Title:
  Screen corruption (characters are drawn as black squares)

Status in xorg package in Ubuntu:
  New

Bug description:
  Sometimes, the characters are rendered as black squares (cf attachment). I 
couldn't find any event in the systems logs that could explain that.
  I can stop the bug by changing the anti-aliasing options in the system 
settings (enabled / disabled, level of hinting) and restarting the 
applications, but the squares can come back later on, and I have to repeat the 
operation.

  The bug almost exclusively happens with firefox and thunderbird,
  though krunner is also affected (but not other kde apps). I'm not
  using many GTK applications, but I can also see the bug with unison.

  It used to happen in 13.10 as well, and upgrading to 14.04.1 hasn't
  improved the situation

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Aug 10 14:03:25 2014
  InstallationDate: Installed on 2011-01-10 (1307 days ago)
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to trusty on 2014-08-06 (3 days ago)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: kwin
  CurrentDesktop: KDE
  DistUpgraded: 2014-08-06 14:32:56,683 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: kubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.13.0-40-generic, x86_64: installed
   virtualbox-guest, 4.3.10, 3.13.0-40-generic, x86_64: installed
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0428]
  InstallationDate: Installed on 2011-01-10 (1407 days ago)
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  MachineType: Dell Inc. Latitude E5510
  Package: xorg 1:7.7+1ubuntu8
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic 
root=UUID=851d627f-547c-4a28-94e7-778e3a396d65 ro loop.max_part=63 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Tags:  trusty kubuntu
  Uname: Linux 3.13.0-40-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-08-06 (103 days ago)
  UserGroups: adm admin audio cdrom condor dialout disk fuse lpadmin mysql 
plugdev sambashare video
  _MarkForUpload: True
  dmi.bios.date: 04/21/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A14
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd04/21/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Nov 15 13:25:39 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   21579 
   vendor SEC
  xserver.version: 2:1.15.1-0ubuntu2.2

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

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


[Desktop-packages] [Bug 537703] Re: Compiz intercepts alert sound from gnome-terminal

2015-01-10 Thread Alberto Salvia Novella
** Changed in: compiz (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Compiz intercepts alert sound from gnome-terminal

Status in Compiz:
  Confirmed
Status in compiz package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: compiz

  This is with up-to-date Lucid installed afresh from alpha 3.

  When compiz is active, the Gnome alert sound for gnome-terminal is
  intercepted and never played. I'm not sure other applications suffer
  from this, but I would find it strange it this were specific to gnome-
  terminal.

  Detailed steps to reproduce:
  - Check that the alert sound is enabled and audible:
- Click on the volume indicator in the panel and choose Sound 
preferences...
- Go to the Sound effects tab
- Set the alert volume slider to a nonzero value
- Make sure the master volume is also at a nonzero value
- Check sound can be heard by clicking on one of the unselected alert 
sounds in the list
- Close Sound preferences window
  - Press Alt-F2, enter gnome-terminal and press enter
  - Make sure the Terminal bell is enabled:
- Right-click on the terminal background, and select Profiles  Profile 
preferences
- Make sure Terminal bell is checked
- Close Profile preferences window
  - With compiz enabled, focus the terminal and hit backspace. No sound is 
played
  - Press Alt-F2, enter metacity --replace and press enter
  - Go back to the open terminal and hit backspace. The alert sound is played

  The above behaviour occurs regardless of whether the gconf key
  /apps/compiz/general/allscreens/options/audible_bell is set or not.
  Moreover, if one sets a visual effect to represent the bell (blur,
  water, wobbly, ...), it is displayed. So the bell is being sent,
  compiz is receiving it, but it never passes it to the relevant bit of
  the desktop that is supposed to play the sound. Metacity does.

  ProblemType: Bug
  Architecture: amd64
  CompizPlugins: 
[core,ccp,move,resize,place,decoration,session,commands,put,gnomecompat,dbus,png,workarounds,resizeinfo,regex,imgjpeg,text,mousepoll,svg,thumbnail,annotate,wall,animation,blur,wobbly,expo,scale,ezoom,obs,staticswitcher,scaleaddon,bench]
  Date: Thu Mar 11 21:44:56 2010
  DistroRelease: Ubuntu 10.04
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20100224.1)
  MachineType: Hewlett-Packard HP Compaq dc5750 Microtower
  NonfreeKernelModules: nvidia
  Package: compiz 1:0.8.4-0ubuntu13
  PackageArchitecture: all
  PciDisplay: 02:00.0 VGA compatible controller [0300]: nVidia Corporation G94 
[GeForce 9600 GT] [10de:0622] (rev a1)
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-10-rt 
root=UUID=318b5b88-1168-482d-9758-22d2940f076b ro quiet splash
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_GB.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-10.153-rt
  RelatedPackageVersions:
   xserver-xorg 1:7.5+3ubuntu1
   libgl1-mesa-glx 7.7-4ubuntu1
   libdrm2 2.4.18-1ubuntu2
   xserver-xorg-video-intel 2:2.9.1-1ubuntu12
   xserver-xorg-video-ati 1:6.12.191-1ubuntu1
  SourcePackage: compiz
  Uname: Linux 2.6.31-10-rt x86_64
  dmi.bios.date: 08/07/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786E3 v02.35
  dmi.board.name: 0A64h
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: CZC7011NMX
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786E3v02.35:bd08/07/2008:svnHewlett-Packard:pnHPCompaqdc5750Microtower:pvr:rvnHewlett-Packard:rn0A64h:rvr:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Compaq dc5750 Microtower
  dmi.sys.vendor: Hewlett-Packard
  glxinfo: Error: [Errno 2] No such file or directory
  system: distro = Ubuntu, architecture = x86_64, kernel = 2.6.31-10-rt

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

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


  1   2   >