[Desktop-packages] [Bug 1268578] Re: Notification callback causes exception in gi

2014-01-14 Thread Martin Pitt
This has  been fixed properly in pygobject 3.11.4, and I just committed
a test case for this to pygobject upstream master.

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

Title:
  Notification callback causes exception in gi

Status in Python bindings for GObject:
  Confirmed
Status in “pygobject” package in Ubuntu:
  Fix Released
Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  With the latest python-gi the Notify callback causes an exception
  being thrown:

  $ python test.py
  TypeError: expected tuple for callback user_data

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: python-gi 3.11.3-0ubuntu1
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.12.7-0ubuntu6
  Architecture: armhf
  Date: Mon Jan 13 14:19:09 2014
  InstallationDate: Installed on 2014-01-10 (3 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20140110)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  SourcePackage: pygobject
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1268250] Re: No reviews displayed (ValueError: time data ... does not match format)

2014-01-14 Thread Michael Nelson
Fixed released and verified. Thanks everyone for all the info, sorry for
the disruption to reviews.

Before deploy: http://paste.ubuntu.com/6745216/
After deploy: http://paste.ubuntu.com/6749235/
Verified with USC on saucy that searching for skype and viewing details 
displays the reviews.

** Changed in: rnr-server
   Status: Fix Committed = Fix Released

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

Title:
  No reviews displayed (ValueError: time data ... does not match format)

Status in Ratings and Reviews server:
  Fix Released
Status in “software-center” package in Ubuntu:
  Confirmed

Bug description:
  Software-center stopped displaying reviews around the 10th of January 2014.
  This happens for all apps (so far) in the software center.
  A message saying No network connection, Connect to the internet to see more 
reviews. is shown in place of the reviews.
  The computer does have access to the internet.
  A useful traceback is printed in the stderr which should be in the 
information collected from the ubuntu-bug program.

  Traceback (most recent call last):
File /usr/share/software-center/softwarecenter/backend/reviews/rnr.py, 
line 129, in _on_reviews_helper_data
  callback(app, self._reviews[app])
File 
/usr/share/software-center/softwarecenter/ui/gtk3/views/appdetailsview.py, 
line 1050, in _reviews_ready_callback
  self.reviews.configure_reviews_ui()
File 
/usr/share/software-center/softwarecenter/ui/gtk3/widgets/reviews.py, line 
284, in configure_reviews_ui
  self._fill()
File 
/usr/share/software-center/softwarecenter/ui/gtk3/widgets/reviews.py, line 
208, in _fill
  self.useful_votes, is_first_for_version)
File 
/usr/share/software-center/softwarecenter/ui/gtk3/widgets/reviews.py, line 
467, in __init__
  useful_votes)
File 
/usr/share/software-center/softwarecenter/ui/gtk3/widgets/reviews.py, line 
615, in _build
  cur_t = self._get_datetime_from_review_date(review_data.date_created)
File 
/usr/share/software-center/softwarecenter/ui/gtk3/widgets/reviews.py, line 
539, in _get_datetime_from_review_date
  return datetime.datetime.strptime(raw_date_str, '%Y-%m-%d %H:%M:%S')
File /usr/lib/python2.7/_strptime.py, line 325, in _strptime
  (data_string, format))
  ValueError: time data '2012-08-25T06:16:42.749Z' does not match format 
'%Y-%m-%d %H:%M:%S'

  It seems that the review date string sent from the reviews server is not in 
the expected format of the datetime.datetime.strptime function.
  I have re-installed software-center with the --purge option.
  The environment variable SOFTWARE_CENTER_REVIEWS_HOST is not set.

  I have managed to do a bodgy fix on 
/usr/share/software-center/softwarecenter/ui/gtk3/widgets/reviews.py by 
inserting
  raw_date_str = raw_date_str[:10] +   + raw_date_str[11:19]
  after line 538.

  This fix is not ideal but it works. Perhaps someone with better
  knowledge in programming and this program in specific could find a
  more elegant fix. I have made a comment in the code describing the
  additional line.


  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.2.10
  ProcVersionSignature: Ubuntu 3.8.0-35.50~precise1-generic 3.8.13.13
  Uname: Linux 3.8.0-35-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Jan 12 11:04:40 2014
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: This
  InterpreterPath: /usr/bin/python2.7
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_AU.UTF-8
   LANGUAGE=en_AU:en
  SourcePackage: software-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/rnr-server/+bug/1268250/+subscriptions

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


[Desktop-packages] [Bug 744580]

2014-01-14 Thread Alice0775
*** Bug 959238 has been marked as a duplicate of this bug. ***

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

Title:
  Firefox doesn't auto scroll when selecting content downwards

Status in The Mozilla Firefox Browser:
  Confirmed
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “firefox” source package in Natty:
  Fix Released

Bug description:
  Binary package hint: firefox

  Open firefox 4
  Go full screen
  Open a long page such as this one:- 
http://mail.gnome.org/archives/commits-list/2011-March/msg03805.html
  Try to highlight a large chunk of text starting on screen and move the mouse 
down and try to go off the bottom of the screen (selecting text). Note that the 
browser doesn't scroll down. This is the bug.

  Note that if you scroll the window to the bottom and drag upwards it
  does scroll upwards as you select.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: firefox 4.0~rc2+build3+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
  Uname: Linux 2.6.38-7-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Mon Mar 28 22:25:33 2011
  FirefoxPackages:
   firefox 4.0~rc2+build3+nobinonly-0ubuntu1
   flashplugin-installer N/A
   adobe-flashplugin N/A
   icedtea-plugin 1.1~20110320-0ubuntu1
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.1)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox
  UpgradeStatus: Upgraded to natty on 2011-01-19 (68 days ago)

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

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


Re: [Desktop-packages] [Bug 557572] Re: X session suddenly killed, back to login!

2014-01-14 Thread f3a97
Hi Chris,

No - I'm not experiencing this anymore.

You can close this bug.


On 9 January 2014 02:31, Christopher M. Penalver 
christopher.m.penal...@gmail.com wrote:

 f3a97, this bug was reported a while ago and there hasn't been any
 activity in it recently. We were wondering if this is still an issue? If
 so, could you please test for this with the latest development release
 of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
 /daily-live/current/ .

 If it remains an issue, could you please run the following command in
 the development release from a Terminal
 (Applications-Accessories-Terminal), as it will automatically gather
 and attach updated debug information to this report:

 apport-collect -p xserver-xorg-video-nouveau REPLACE-WITH-BUG-NUMBER

 Please note, given that the information from the prior release is
 already available, doing this on a release prior to the development one
 would not be helpful.

 Thank you for your understanding.

 Helpful bug reporting tips:
 https://wiki.ubuntu.com/ReportingBugs

 ** Description changed:

   Binary package hint: xorg

 - Hello guys,
 + I just installed a fresh Lucid daily build (6 April) on my laptop.
 + Basically, while surfing with firefox, all my X session is completely
 + killed and I'm forced back to login window. No particular action is able
 + to cause this, but it is the second time that it occurs within some
 + hours of Lucid usage. I was able to get my .xsession-errors before
 + logging in again, I'm attaching it below.

 - I just installed a fresh Lucid daily build (6 April) on my laptop.
 -
 - Basically, while surfing with firefox, all my X session is completely
 - killed and I'm forced back to login window.
 -
 - No particular action is able to cause this, but it is the second time
 - that it occurs within some hours of Lucid usage.
 -
 - I was able to get my .xsession-errors before logging in again, I'm
 - attaching it below.
 -
 - For any further information, feel free to ask me!
 -
 - I really hope we'll be able to track this down, it seems a particularly
 - nasty problem.
 + WORKAROUND: Disabling nouveau acceleration actually seems to solve the
 + problem!

   ProblemType: Bug
   DistroRelease: Ubuntu 10.04
   Package: xorg 1:7.5+3ubuntu1
   ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
   Uname: Linux 2.6.32-19-generic i686
   Architecture: i386
   Date: Wed Apr  7 21:31:24 2010
   DkmsStatus: Error: [Errno 2] Nessun file o directory
   InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100406)
   Lsusb:
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 046d:c019 Logitech, Inc. Optical Tilt Wheel Mouse
Bus 001 Device 002: ID 6891:a727 3Com 3CRUSB10075 802.11bg
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   MachineType: * *
   PccardctlIdent:
Socket 0:
  no product info available
Socket 1:
  no product info available
   PccardctlStatus:
Socket 0:
  no card
Socket 1:
  no card
   ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-19-generic
 root=UUID=339f97bf-7a2d-4e15-9f53-5bc4849bfac5 ro quiet splash
   ProcEnviron:
LANG=it_IT.utf8
SHELL=/bin/bash
   SourcePackage: xorg
   dmi.bios.date: 12/02/2002
   dmi.bios.vendor: COMPAL
   dmi.bios.version: V1.90
   dmi.chassis.asset.tag: No Asset Tag
   dmi.chassis.type: 1
   dmi.chassis.vendor: COMPAL
   dmi.chassis.version: N/A
   dmi.modalias:
 dmi:bvnCOMPAL:bvrV1.90:bd12/02/2002:svn*:pn*:pvr*:cvnCOMPAL:ct1:cvrN/A:
   dmi.product.name: *
   dmi.product.version: *
   dmi.sys.vendor: *
   glxinfo: Error: [Errno 2] Nessun file o directory
   system:
distro: Ubuntu
codename:   lucid
architecture:   i686
kernel: 2.6.32-19-generic

 ** Changed in: xserver-xorg-video-nouveau (Ubuntu)
Importance: Undecided = Low

 ** Changed in: xserver-xorg-video-nouveau (Ubuntu)
Status: Confirmed = Incomplete

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/557572

 Title:
   X session suddenly killed, back to login!

 Status in “xserver-xorg-video-nouveau” package in Ubuntu:
   Incomplete

 Bug description:
   Binary package hint: xorg

   I just installed a fresh Lucid daily build (6 April) on my laptop.
   Basically, while surfing with firefox, all my X session is completely
   killed and I'm forced back to login window. No particular action is
   able to cause this, but it is the second time that it occurs within
   some hours of Lucid usage. I was able to get my .xsession-errors
   before logging in again, I'm attaching it below.

   WORKAROUND: Disabling nouveau acceleration actually seems to solve the
   problem!

   ProblemType: Bug
   DistroRelease: Ubuntu 10.04
   Package: xorg 1:7.5+3ubuntu1
   ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
   Uname: Linux 2.6.32-19-generic i686
   Architecture: 

[Desktop-packages] [Bug 1069194] Re: nouveau does not recognize my Samsung Syncmaster 226BW

2014-01-14 Thread Josy
I am running Ubuntu 13.10 with Samsung Syncmaster 226BW and nvidia graphics 
card / nouveau driver.
The screen resolutions are correctly recognized. This bug can be closed.


** Changed in: xserver-xorg-video-nouveau (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  nouveau does not recognize my Samsung Syncmaster 226BW

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released

Bug description:
  Nouveau does recognize only the screen resolutions 1024 x 768 and
  800 x 600 and this as laptop.

  This might be a regresion of the following items:

  
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/460510
  
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/462973

  One other issue:
  I have installed the propriatory nvidia driver, restarted the PC and all 
video modes are recognized fine - includeing the name of the monitor.
  Afterwards I have uninstalled the propriatory nvidia driver, however after PC 
restart I have no longer gnome 3.x but the gnome 2.x fallback.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  CheckboxSubmission: 03c0600af607013f80fb352b49604569
  CheckboxSystem: 0531969bcfd4f03af7405c98dc94a948
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,compiztoolbox,gnomecompat,vpswitch,imgpng,grid,regex,resize,place,snap,mousepoll,move,unitymtgrabhandles,session,animation,wall,expo,fade,scale,workarounds,ezoom,unityshell]
  CompositorRunning: None
  Date: Sat Oct 20 21:47:52 2012
  DistUpgraded: 2012-10-20 20:39:16,219 DEBUG enabling apt cron job
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.1.18, 3.2.0-32-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-17-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation NV44 [GeForce 7100 GS] [10de:016a] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Micro-Star International Co., Ltd. Device [1462:0273]
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=2f498c93-7b5f-48d6-a78c-75da3be0a670 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-nouveau
  UnitySupportTest: Error: command ['/usr/lib/nux/unity_support_test', '-p', 
'-f'] failed with exit code 127: /usr/lib/nux/unity_support_test: error while 
loading shared libraries: libGL.so.1: cannot open shared object file: No such 
file or directory
  UpgradeStatus: Upgraded to quantal on 2012-10-20 (0 days ago)
  dmi.bios.date: 03/03/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.50
  dmi.board.name: N68C-S UCC
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd03/03/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnN68C-SUCC:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.8.4-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

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

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


[Desktop-packages] [Bug 1069194] Re: nouveau does not recognize my Samsung Syncmaster 226BW

2014-01-14 Thread Josy
Note: 
My desktop PC is also no longer recognized as Laptop.

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

Title:
  nouveau does not recognize my Samsung Syncmaster 226BW

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released

Bug description:
  Nouveau does recognize only the screen resolutions 1024 x 768 and
  800 x 600 and this as laptop.

  This might be a regresion of the following items:

  
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/460510
  
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/462973

  One other issue:
  I have installed the propriatory nvidia driver, restarted the PC and all 
video modes are recognized fine - includeing the name of the monitor.
  Afterwards I have uninstalled the propriatory nvidia driver, however after PC 
restart I have no longer gnome 3.x but the gnome 2.x fallback.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  CheckboxSubmission: 03c0600af607013f80fb352b49604569
  CheckboxSystem: 0531969bcfd4f03af7405c98dc94a948
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,compiztoolbox,gnomecompat,vpswitch,imgpng,grid,regex,resize,place,snap,mousepoll,move,unitymtgrabhandles,session,animation,wall,expo,fade,scale,workarounds,ezoom,unityshell]
  CompositorRunning: None
  Date: Sat Oct 20 21:47:52 2012
  DistUpgraded: 2012-10-20 20:39:16,219 DEBUG enabling apt cron job
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.1.18, 3.2.0-32-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-17-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation NV44 [GeForce 7100 GS] [10de:016a] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Micro-Star International Co., Ltd. Device [1462:0273]
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=2f498c93-7b5f-48d6-a78c-75da3be0a670 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-nouveau
  UnitySupportTest: Error: command ['/usr/lib/nux/unity_support_test', '-p', 
'-f'] failed with exit code 127: /usr/lib/nux/unity_support_test: error while 
loading shared libraries: libGL.so.1: cannot open shared object file: No such 
file or directory
  UpgradeStatus: Upgraded to quantal on 2012-10-20 (0 days ago)
  dmi.bios.date: 03/03/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.50
  dmi.board.name: N68C-S UCC
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd03/03/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnN68C-SUCC:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.8.4-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

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

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


[Desktop-packages] [Bug 680614] Re: Position of second monitor wrong in dual monitor setup if first monitor is 1366x768

2014-01-14 Thread shankao
** Also affects: xserver-xorg-driver-ati via
   https://bugs.freedesktop.org/show_bug.cgi?id=63900
   Importance: Unknown
   Status: Unknown

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

Title:
  Position of second monitor wrong in dual monitor setup if first
  monitor is 1366x768

Status in X.org XServer - ATI gfx chipset driver:
  Unknown
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: xorg

  I'm using a two-monitor setup with an ati graphics card (Mobility Radeon HD 
4300) on my laptop(lenovo u450p).
  The Laptop screen has a hardware resolution of 1366x768, the external monitor 
a hardware resolution of 1920x1080. 

  If I set up the second monitor using

  xrandr --output HDMI-0 --off
  xrandr --output LVDS --auto
  xrandr --output HDMI-0 --auto --right-of LVDS

  (or the kde gui, the effects are equal)
  I expect

  1) the left 1366x768 area to be on the laptop screen, and 
  2) the right 1920x768 area to be on the big monitor. 

  But I observe:
  1) happens as expected
  2) happens almost. instead, the 2 rightmost pixels on the laptop monitor are 
repeated on the left border of the big monitor(filled with black to the 
bottom), in turn the two rightmost columns of the virtual display area are not 
visible on any monitor at all.

  If I switch the laptop monitor resolution to 1280x720, this effect does not 
occur, and - except for the then blurred laptop screen - everything works as 
expected.
  A screenshot shows the whole virtual desktop correctly.

  Ubuntu version: 10.10 (maverick)
  graphics card:
  01:00.0 VGA compatible controller: ATI Technologies Inc M92 LP [Mobility 
Radeon HD 4300 Series]
  xorg version: 1:7.5+6ubuntu3
  I'm using the 'radeon' display driver, as detected by default. fglrx is not 
installed.
  using kde 4.5.3

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xorg 1:7.5+6ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  Architecture: amd64
  DRM.card0.HDMI_Type_A.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1920x1080 1920x1080 1600x1200 1680x1050 1400x1050 1280x1024 1280x1024 
1440x900 1280x960 1152x864 1280x720 1024x768 1024x768 1024x768 832x624 800x600 
800x600 800x600 800x600 720x480 640x480 640x480 640x480 640x480 720x400
   edid-base64: 
AP///wAEafokAQEBARAUAQOANB14Lu7VpVVImyYSUFS/74DRwLMAqUCVAJBAgYCBQHFPAjqAGHE4LUBYLEUACSUhAAAe/wBBNExNSVowNzIyMDcK/QAySx5TEwAKICAgICAg/ABBU1VTIFZIMjQyCiAgAW0CAyXxUpAFBAMCBwYPDh8UHh0TEhEWASMJfweDAQAAZQMMABAAAjqAGHE4LUBYLEUACSUhAAAeAR2AGHEcFiBYLCUACSUhAACeAR0AclHQHiBuKFUACSUhAAAeAjqA0HI4LUAQLEWACSUhAAAejArQiiDgLRAQPpYACSUhAAAYVw==
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1366x768 1366x768 1280x720 1152x768 1024x768 800x600 848x480 720x480 
640x480
   edid-base64: 
AP///wAGrzwiAAATAQOAHxF4Cpf1m1lUjCUiUFQBAQEBAQEBAQEBAQEBAQEBEhtWRlAAIzAmFjYANa0QAAAYDBJWRlAAIzAmFjYANa0QAAAY/gBBVU8KICAgICAgICAg/gBCMTQwWFcwMiBWMiAKAMk=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes: 
   edid-base64:
  Date: Tue Nov 23 20:11:52 2010
  InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release Candidate amd64 
(20100928.3)
  MachineType: LENOVO 3389
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=7965020f-a640-4958-8bea-09eb9aaa31a3 ro
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  dmi.bios.date: 01/20/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 22CN35WW(V2.02)
  dmi.board.name: NITU1
  dmi.board.vendor: LENOVO
  dmi.board.version: REFERENCE
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnLENOVO:bvr22CN35WW(V2.02):bd01/20/2010:svnLENOVO:pn3389:pvrLenovoIdeaPadU450p:rvnLENOVO:rnNITU1:rvrREFERENCE:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: 3389
  dmi.product.version: Lenovo IdeaPad U450p
  dmi.sys.vendor: LENOVO
  peripherals:
   
  system:
   distro: Ubuntu
   codename:   maverick
   architecture:   x86_64
   kernel: 2.6.35-22-generic
  --- 
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: kwin
  DRM.card0.HDMI.A.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1920x1080 1600x1200 1680x1050 1400x1050 1280x1024 1280x1024 1440x900 
1280x960 1152x864 1024x768 1024x768 1024x768 832x624 800x600 800x600 800x600 
800x600 640x480 640x480 640x480 640x480 720x400
   edid-base64: 

[Desktop-packages] [Bug 557572] Re: X session suddenly killed, back to login!

2014-01-14 Thread Christopher M. Penalver
f3a97, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
nouveau/+bug/557572/comments/8 regarding this being fixed with an
update. For future reference you can manage the status of your own bugs
by clicking on the current status in the yellow line and then choosing a
new status in the revealed drop down box. You can learn more about bug
statuses at https://wiki.ubuntu.com/Bugs/Status. Thank you again for
taking the time to report this bug and helping to make Ubuntu better.
Please submit any future bugs you may find.

** Changed in: xserver-xorg-video-nouveau (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  X session suddenly killed, back to login!

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: xorg

  I just installed a fresh Lucid daily build (6 April) on my laptop.
  Basically, while surfing with firefox, all my X session is completely
  killed and I'm forced back to login window. No particular action is
  able to cause this, but it is the second time that it occurs within
  some hours of Lucid usage. I was able to get my .xsession-errors
  before logging in again, I'm attaching it below.

  WORKAROUND: Disabling nouveau acceleration actually seems to solve the
  problem!

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: xorg 1:7.5+3ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-19-generic i686
  Architecture: i386
  Date: Wed Apr  7 21:31:24 2010
  DkmsStatus: Error: [Errno 2] Nessun file o directory
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100406)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 003: ID 046d:c019 Logitech, Inc. Optical Tilt Wheel Mouse
   Bus 001 Device 002: ID 6891:a727 3Com 3CRUSB10075 802.11bg
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: * *
  PccardctlIdent:
   Socket 0:
     no product info available
   Socket 1:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
   Socket 1:
     no card
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-19-generic 
root=UUID=339f97bf-7a2d-4e15-9f53-5bc4849bfac5 ro quiet splash
  ProcEnviron:
   LANG=it_IT.utf8
   SHELL=/bin/bash
  SourcePackage: xorg
  dmi.bios.date: 12/02/2002
  dmi.bios.vendor: COMPAL
  dmi.bios.version: V1.90
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: COMPAL
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnCOMPAL:bvrV1.90:bd12/02/2002:svn*:pn*:pvr*:cvnCOMPAL:ct1:cvrN/A:
  dmi.product.name: *
  dmi.product.version: *
  dmi.sys.vendor: *
  glxinfo: Error: [Errno 2] Nessun file o directory
  system:
   distro: Ubuntu
   codename:   lucid
   architecture:   i686
   kernel: 2.6.32-19-generic

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

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


[Desktop-packages] [Bug 1268870] [NEW] Download and install sametime

2014-01-14 Thread Jarkko Korpi
Public bug reported:

This is more like a feature request.

I am just doing distro upgrade from command line.

It downloads around 1 gigabyte of files.

Why it downloads the files 1st and then starts to install?

Depending of connection this can take a lot of time.

It could install files that dont need depencies or some checks and
continue downloading same time.

The time used to download and install would decrease.

** Affects: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Download and install sametime

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  New

Bug description:
  This is more like a feature request.

  I am just doing distro upgrade from command line.

  It downloads around 1 gigabyte of files.

  Why it downloads the files 1st and then starts to install?

  Depending of connection this can take a lot of time.

  It could install files that dont need depencies or some checks and
  continue downloading same time.

  The time used to download and install would decrease.

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

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


[Desktop-packages] [Bug 666058] Re: Main Screen Overlaps Second Screen

2014-01-14 Thread shankao
*** This bug is a duplicate of bug 680614 ***
https://bugs.launchpad.net/bugs/680614

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

** This bug has been marked a duplicate of bug 680614
   Position of second monitor wrong in dual monitor setup if first monitor is 
1366x768

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

Title:
  Main Screen Overlaps Second Screen

Status in “xserver-xorg-video-ati” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: xorg

  I am suffering from bug 472716 and was going to do the aport-collect
  as requested but that recommended I create a new bug, so here it is.

  The symptom is that my laptop desktop overlaps/overflows/spills on to
  my second, external monitor. Bug 472716 says it is by one pixel but I
  have not measured. I am using the xorg ati driver 6.13 and have a
  Radeon HD 4225.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xorg 1:7.5+6ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  Architecture: amd64
  DRM.card0.HDMI_Type_A.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1920x1080 1600x1200 1680x1050 1280x1024 1440x900 1280x960 1280x720 
1024x768 800x600 640x480 720x400
   edid-base64: 
AP///wAi8GcoAQEBAQkUAQOAMBt47u6Vo1RMmSYPUFShCACBwIFAgYCVAKlAswABAQEBAjqAGHE4LUBYLEUA2wsRAAAe/QAyTBheEQAKICAgICAg/ABIUCBaUjIydwogICAg/wBDTjQwMDkwMDExCiAgADQ=
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1366x768 1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
   edid-base64: 
AP///wAGr1wwAAATAQSQGg54ApmFlVVWkigiUFQBAQEBAQEBAQEBAQEBAQEBWBtWaFAAGTAwIDYAAJAQAAAaWBtWaFAAGTAwIDYAAJAQAAAa/gAyVkQyS4BCMTE2WFczQQqWAREAAAIBCiAgALY=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes: 
   edid-base64:
  Date: Sun Oct 24 23:12:06 2010
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release Candidate amd64 
(20100928)
  MachineType: Dell Inc. Inspiron 1120
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=d6d81c10-652a-44cd-b9d3-6524b52b2daa ro
  ProcEnviron:
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  dmi.bios.date: 07/26/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.asset.tag: 1234567890
  dmi.board.name: 090DNY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.asset.tag: 1234567890
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A03
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd07/26/2010:svnDellInc.:pnInspiron1120:pvrA03:rvnDellInc.:rn090DNY:rvrA03:cvnDellInc.:ct8:cvrA03:
  dmi.product.name: Inspiron 1120
  dmi.product.version: A03
  dmi.sys.vendor: Dell Inc.
  glxinfo: Error: [Errno 2] No such file or directory
  peripherals: Failure listing entries in `/desktop/gnome/peripherals': Failed 
to contact configuration server; the most common cause is a missing or 
misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ 
for information. (Details -  1: Failed to get connection to session: Error 
connecting: Connection refused)
  system:
   distro: Ubuntu
   codename:   maverick
   architecture:   x86_64
   kernel: 2.6.35-22-generic

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

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


[Desktop-packages] [Bug 1125183] Re: Brother DCP-135C detects and installs ok. But will not print

2014-01-14 Thread Till Kamppeter
Please all follow the instructions of the section USB printer does not
print or prints garbage on
https://wiki.ubuntu.com/DebuggingPrintingProblems. Thanks.

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

Title:
  Brother DCP-135C detects and installs ok. But will not print

Status in “cups” package in Ubuntu:
  New

Bug description:
  Brother DCP-135C is detected correctly and installs ok.

  But will not print a test page and will not print via LibreOffice
  writer

  The print job is submitted and I see the print applet appear, but then
  instantly goes away

  This printer works on 12.04, but not with 12.10 or 13.04

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: cups 1.6.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-6.11-generic 3.8.0-rc7
  Uname: Linux 3.8.0-6-generic x86_64
  ApportVersion: 2.8-0ubuntu4
  Architecture: amd64
  Date: Thu Feb 14 13:21:01 2013
  InstallationDate: Installed on 2013-02-11 (3 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130210)
  Lpstat: device for DCP-135C: usb://Brother/DCP-135C?serial=BROF7F890457
  MachineType: Dell Inc. Dell System XPS 15Z
  MarkForUpload: True
  Papersize: a4
  PpdFiles: DCP-135C: Brother DCP-1200 Foomatic/hl1250 (recommended)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-6-generic 
root=UUID=93acc5a7-d531-4af3-a215-472a7bd065d6 ro acpi_backlight=vendor 
dell_laptop.backlight=0 quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/27/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 060G42
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd07/27/2011:svnDellInc.:pnDellSystemXPS15Z:pvr:rvnDellInc.:rn060G42:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS 15Z
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 628256] Re: Part of the left screen shows up on the right

2014-01-14 Thread shankao
*** This bug is a duplicate of bug 680614 ***
https://bugs.launchpad.net/bugs/680614

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

** This bug has been marked a duplicate of bug 680614
   Position of second monitor wrong in dual monitor setup if first monitor is 
1366x768

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

Title:
  Part of the left screen shows up on the right

Status in “xserver-xorg-video-ati” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: xserver-xorg-video-ati

  When I connect my HDTV via HDMI to my laptop, a thin stripe of my
  laptop screen content shows up to the left on my TV. It's not much, a
  couple of pixels, but it's really irritating when I watch movies.
  Please let me know if there's any info that I can provide that isn't
  automatically attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xserver-xorg-video-radeon 1:6.13.1-1ubuntu4
  ProcVersionSignature: Ubuntu 2.6.35-14.20-generic 2.6.35
  Uname: Linux 2.6.35-14-generic x86_64
  Architecture: amd64
  DRM.card0.DisplayPort.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes: 
   edid-base64:
  DRM.card0.HDMI_Type_A.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1280x1024 1280x800 1152x864 1280x720 1280x720 1024x768 1024x768 
1024x768 832x624 800x600 800x600 800x600 800x600 720x480 640x480 640x480 
640x480 640x480
   edid-base64: 
AP///wA8rQA3AAoSAQOAEAl4Cmg3pFRImiUPSkw/74DRANHAgRmQWQEBAQEBAQEBAR2AGHEcFiBYLCUAEAkAAACeAR0AclHQHiBuKFUAEAke/AA0MFNfTENEX1RWCiAg/QAxPQ8uCAAKICAgICAgATACAyRxUAECBIUGERMUFQMHEhYfIBAjCQcBgwEAAGYDDAAQAICMCtCKIOAtEBA+lgAEAwAAABiMCqAUUfAWACZ8QwAEAwAAAJkBHYDQchwWIBAsJYAQCQAAAJ8BHQC8UtAeILgoVUAQCQAAAB4A8g==
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1366x768 1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
   edid-base64: 
AP///wAw5AHYAAASAQOAIhN4Ct4Fo1pRkiYaUFQBAQEBAQEBAQEBAQEBAQEBPhxWoFAAFjAwIDUAWMIQAAAZ/gBMRyBEaXNwbGF5CiAg/gBMUDE1NldIMS1UTEMxAE8=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes: 
   edid-base64:
  Date: Wed Sep  1 20:00:04 2010
  DkmsStatus:
   
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100803.1)
  MachineType: TOSHIBA Satellite L450D
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-14-generic 
root=UUID=7e6df306-df19-4817-87bc-5f3dc3a2ecf4 ro quiet splash
  ProcEnviron:
   PATH=(custom, user)
   LANG=sv_SE.utf8
   SHELL=/bin/bash
  SourcePackage: xserver-xorg-video-ati
  dmi.bios.date: 11/17/2009
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V1.20
  dmi.board.name: NBWAE
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV1.20:bd11/17/2009:svnTOSHIBA:pnSatelliteL450D:pvrPSLY5E-022013N5:rvnTOSHIBA:rnNBWAE:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite L450D
  dmi.product.version: PSLY5E-022013N5
  dmi.sys.vendor: TOSHIBA
  system:
   distro: Ubuntu
   codename:   maverick
   architecture:   x86_64
   kernel: 2.6.35-14-generic

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

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


[Desktop-packages] [Bug 472716] Re: dual screen setup: contents of both screens are shifted right by one pixel

2014-01-14 Thread shankao
*** This bug is a duplicate of bug 680614 ***
https://bugs.launchpad.net/bugs/680614

** This bug has been marked a duplicate of bug 680614
   Position of second monitor wrong in dual monitor setup if first monitor is 
1366x768

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

Title:
  dual screen setup: contents of both screens are shifted right by one
  pixel

Status in “xorg” package in Ubuntu:
  Invalid

Bug description:
  Ubuntu Karmic Koala
  VGA: Radeon HD 4550, proprietary fglrx driver

  I am using a dual screen setup with two TFTs in portrait mode, DFP5 is right 
of DFP1, which I activate with
  xrandr --output DFP1 --mode 1920x1200 --rotate left --output DFP5 --mode 
1920x1200 --rotate left --right-of DFP1

  After that, xrandr correctly shows that DFP1 starts at 0x0:
  DFP1 connected 1200x1920+0+0
  and DFP5's origin is shifted 1200 pixel to the right, so starts at 1200x0 :
  DFP5 connected 1200x1920+1200+0

  Now there is a one pixel thick column on the left edge of the left
  screen. It's in a ubuntu-background-like brownish color, but does not
  belong to the background image content at that position. A maximized
  window on the left screen will not conver this column but instead
  overlap by one column to the right screen. So the windows rightmost
  pixel column is drawn as the leftmost column on the right screen. A
  window maximized on the right screen will not cover that overlapping
  column but hang out by one pixel column on the right side of the
  right screen. So everything is right shifted by one. This is also true
  for the gnome panels displayed on the left screen.

  This bug was present in Jaunty and still is after upgrading to Karmic

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

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


[Desktop-packages] [Bug 1268870] Re: Download and install sametime

2014-01-14 Thread Jarkko Korpi
Lol that Affects xserver-xorg-video-nouveau (Ubuntu) shouldnt be there


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

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

Title:
  Download and install sametime

Status in Ubuntu:
  New

Bug description:
  This is more like a feature request.

  I am just doing distro upgrade from command line.

  It downloads around 1 gigabyte of files.

  Why it downloads the files 1st and then starts to install?

  Depending of connection this can take a lot of time.

  It could install files that dont need depencies or some checks and
  continue downloading same time.

  The time used to download and install would decrease.

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

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


[Desktop-packages] [Bug 871808] Re: Asus N55SF/N75SF - External subwoofer not working

2014-01-14 Thread Amir Eldor
(in reponse t o#76)

Raymond, the subwoofer signal is not a different output-bus on this
laptop, it's something built into the sound card. There's no need to
'jack detect'. I have this laptop and applied the fix mentioned above.
Still, my mixer only shows a stereo output (and the subwoofer works).

The hardware is connected via a proietary jack, not a 1/8 or RCA jack.

What I believe the problem is, is that ALSA does not assign the right
model according to the firmware ID on this laptop, or some other
mumbo-jumbo that I am not familiar with.

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

Title:
  Asus N55SF/N75SF - External subwoofer not working

Status in “alsa-driver” package in Ubuntu:
  Confirmed

Bug description:
  Asus N55SF laptop with external subwoofer wich connects to dedicated 2.5mm 
plug. http://www.asus.com/Notebooks/Multimedia_Entertainment/N55SF/
  In Windows it works fine but in Ubuntu it not works at all (see Ubuntu 
Question and Answers #173797 - 
https://answers.launchpad.net/ubuntu/+question/173797 )

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: pulseaudio 1:1.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu2
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC663 Analog [ALC663 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  denis  1957 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xdf00 irq 51'
     Mixer name : 'Realtek ALC663'
     Components : 'HDA:10ec0663,10431b73,0011'
     Controls  : 23
     Simple ctrls  : 13
  Date: Mon Oct 10 19:11:30 2011
  ExecutablePath: /usr/bin/pulseaudio
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20111005)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_AU.utf8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/29/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N55SF.207
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N55SF
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN55SF.207:bd08/29/2011:svnASUSTeKComputerInc.:pnN55SF:pvr1.0:rvnASUSTeKComputerInc.:rnN55SF:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: N55SF
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  modified.conffile..etc.pulse.daemon.conf: [modified]
  mtime.conffile..etc.pulse.daemon.conf: 2011-10-07T16:17:51.250612

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

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


[Desktop-packages] [Bug 1128275] Re: udisksd crashed with SIGSEGV in wait_for_loop_object()

2014-01-14 Thread Martin Pitt
Fixed in 2.1.2

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

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

** Changed in: udisks2 (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  udisksd crashed with SIGSEGV in wait_for_loop_object()

Status in abstraction for enumerating and managing block devices:
  Unknown
Status in “udisks2” package in Ubuntu:
  Fix Committed

Bug description:
  I guess I reported the udisk related crash before. it is a problem
  since 12.10. once crash happens all unmounted volumes appear on the
  sidebar and clutter.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: udisks2 2.0.1-1
  ProcVersionSignature: Ubuntu 3.8.0-6.13-generic 3.8.0-rc7
  Uname: Linux 3.8.0-6-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.8-0ubuntu4
  Architecture: amd64
  CustomUdevRuleFiles: 10-vboxdrv.rules
  Date: Sun Feb 17 10:41:07 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2012-11-11 (98 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: Gigabyte Technology Co., Ltd. GA-MA785GMT-USB3
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-6-generic 
root=UUID=fac5d218-94e9-4165-8f79-3c5746d2fd1f ro plymouth:debug splash quiet 
drm.debug=0xe
  SegvAnalysis:
   Segfault happened at: 0x42e5fd:  mov(%rax),%ebp
   PC (0x0042e5fd) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: Upgraded to raring on 2013-01-27 (20 days ago)
  UserGroups:
   
  dmi.bios.date: 01/04/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F1
  dmi.board.name: GA-785GMT-USB3
  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.:bvrF1:bd01/04/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA785GMT-USB3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-785GMT-USB3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA785GMT-USB3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


Re: [Desktop-packages] [Bug 897835] Re: Corrupt login screen

2014-01-14 Thread Per-Inge
I replaced a Geforce GTX 520 card with the Geforce GTS 250 card in one 
of my computers with Ubuntu 13.10 and the Nouveau driver. The cards 
behaved in the same way. The login screen worked as expected.
You may close the bug.

MVH/Per-Inge


On 01/09/2014 03:47 AM, Christopher M. Penalver wrote:
 Per-Inge, this bug was reported a while ago and there hasn't been any
 activity in it recently. We were wondering if this is still an issue? If
 so, could you please test for this with the latest development release
 of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
 /daily-live/current/ .

 If it remains an issue, could you please run the following command in
 the development release from a Terminal
 (Applications-Accessories-Terminal), as it will automatically gather
 and attach updated debug information to this report:

 apport-collect -p xserver-xorg-video-nouveau REPLACE-WITH-BUG-NUMBER

 Please note, given that the information from the prior release is
 already available, doing this on a release prior to the development one
 would not be helpful.

 Thank you for your understanding.

 Helpful bug reporting tips:
 https://wiki.ubuntu.com/ReportingBugs

 ** Changed in: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided = Low

 ** Changed in: xserver-xorg-video-nouveau (Ubuntu)
 Status: New = Incomplete


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

Title:
  Corrupt login screen

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Incomplete

Bug description:
  Corrupt login screen during ISO-testing of Precise Alpha 1.
  The login screen har a lot of artifacts. ctrl+alt+f1, control+alt+del does 
not work. No input fields are working.
  However if I boot with recovery mode, selects the alternative to start as 
root, type exit and then selects normal boot the login screen is correct 
presented.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lightdm 1.0.6-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-2.5-generic 3.2.0-rc3
  Uname: Linux 3.2.0-2-generic x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Tue Nov 29 20:40:41 2011
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  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-nouveau/+bug/897835/+subscriptions

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


[Desktop-packages] [Bug 1233249] Re: udisksd crashed with SIGSEGV in ffi_call_unix64()

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug is no longer a duplicate of private bug 1186525
** This bug has been marked a duplicate of private bug 1161354

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

Title:
  udisksd crashed with SIGSEGV in ffi_call_unix64()

Status in “udisks2” package in Ubuntu:
  New

Bug description:
  Again just started my computer and this crash

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: udisks2 2.1.0-4
  ProcVersionSignature: Ubuntu 3.11.0-9.16-generic 3.11.2
  Uname: Linux 3.11.0-9-generic x86_64
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  Date: Mon Sep 30 23:52:12 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2013-09-30 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Beta amd64 
(20130929)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-9-generic.efi.signed 
root=/dev/sda5 ro rootfstype=ext4 
rootflags=discard,data=writeback,journal_async_commit,barrier=0,nobh quiet 
--no-log vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x4348a5:  mov(%rax),%ebp
   PC (0x004348a5) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 11/09/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3603
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8Z68-V PRO
  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.:bvr3603:bd11/09/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8Z68-VPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 1233312] Re: udisksd crashed with SIGSEGV in ffi_call_unix64()

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug is no longer a duplicate of private bug 1186525
** This bug has been marked a duplicate of private bug 1161354

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

Title:
  udisksd crashed with SIGSEGV in ffi_call_unix64()

Status in “udisks2” package in Ubuntu:
  Confirmed

Bug description:
  Crash was reported shortly after login.  No obvious reason.  An
  external USB HDD was plugged in at the time.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: udisks2 2.1.0-4
  ProcVersionSignature: Ubuntu 3.11.0-9.16-generic 3.11.2
  Uname: Linux 3.11.0-9-generic x86_64
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  Date: Mon Sep 30 18:37:38 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2013-08-19 (41 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130819)
  MachineType: LENOVO 4178CTO
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-9-generic 
root=UUID=0317bf16-0f96-4c2e-a5a9-10fef37c9d7e ro quiet splash vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x4348a5:  mov(%rax),%ebp
   PC (0x004348a5) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 11/30/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 83ET73WW (1.43 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4178CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr83ET73WW(1.43):bd11/30/2012:svnLENOVO:pn4178CTO:pvrThinkPadT420:rvnLENOVO:rn4178CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4178CTO
  dmi.product.version: ThinkPad T420
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1232938] Re: udisksd crashed with SIGSEGV in ffi_call_unix64()

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug is no longer a duplicate of private bug 1186525
** This bug has been marked a duplicate of private bug 1161354

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

Title:
  udisksd crashed with SIGSEGV in ffi_call_unix64()

Status in “udisks2” package in Ubuntu:
  New

Bug description:
  Description:  Ubuntu Saucy Salamander (development branch)
  Release:  13.10

  udisks2:
Installed: 2.1.0-4
Candidate: 2.1.0-4
Version table:
   *** 2.1.0-4 0
  500 http://ftp.sunet.se/pub/os/Linux/distributions/ubuntu/ubuntu/ 
saucy/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: udisks2 2.1.0-4
  ProcVersionSignature: Ubuntu 3.11.0-9.16-generic 3.11.2
  Uname: Linux 3.11.0-9-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  Date: Mon Sep 30 01:14:47 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2011-08-07 (783 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  MachineType: Hewlett-Packard HP ProBook 6550b
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-9-generic 
root=UUID=6801ba64-a7d9-46d4-a738-0fcc40b08432 ro quiet splash vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x4348a5:  mov(%rax),%ebp
   PC (0x004348a5) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: Upgraded to saucy on 2013-06-12 (109 days ago)
  UserGroups:
   
  dmi.bios.date: 06/13/2012
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68CDE Ver. F.23
  dmi.board.name: 146D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 73.16
  dmi.chassis.asset.tag: CNU0235S6M
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CDEVer.F.23:bd06/13/2012:svnHewlett-Packard:pnHPProBook6550b:pvr:rvnHewlett-Packard:rn146D:rvrKBCVersion73.16:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 6550b
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1238909] Re: udisksd crashed with SIGSEGV in ffi_call_unix64()

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug is no longer a duplicate of private bug 1236510
** This bug has been marked a duplicate of private bug 1161354

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

Title:
  udisksd crashed with SIGSEGV in ffi_call_unix64()

Status in “udisks2” package in Ubuntu:
  New

Bug description:
  udisksd crashed with SIGSEGV in ffi_call_unix64()

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: udisks2 2.1.0-4
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  CustomUdevRuleFiles: 10-vboxdrv.rules
  Date: Fri Oct 11 20:03:30 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2013-07-15 (88 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MachineType: Acer Aspire V3-771
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=92d29fdb-153f-4749-93f0-e16af23a53de ro
  SegvAnalysis:
   Segfault happened at: 0x4348a5:  mov(%rax),%ebp
   PC (0x004348a5) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: Upgraded to saucy on 2013-08-12 (59 days ago)
  UserGroups:
   
  dmi.bios.date: 04/19/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.06
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: VA70_HC
  dmi.board.vendor: Type2 - Board Vendor Name1
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.06:bd04/19/2012:svnAcer:pnAspireV3-771:pvrV1.06:rvnType2-BoardVendorName1:rnVA70_HC:rvrType2-BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire V3-771
  dmi.product.version: V1.06
  dmi.sys.vendor: Acer

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

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


[Desktop-packages] [Bug 1230077] Re: udisksd crashed with SIGSEGV in ffi_call_unix64()

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug is no longer a duplicate of private bug 1186525
** This bug has been marked a duplicate of private bug 1161354

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

Title:
  udisksd crashed with SIGSEGV in ffi_call_unix64()

Status in “udisks2” package in Ubuntu:
  New

Bug description:
  The erroe came up during a normal boot.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: udisks2 2.1.0-4
  ProcVersionSignature: Ubuntu 3.11.0-8.15-generic 3.11.1
  Uname: Linux 3.11.0-8-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.4-0ubuntu1
  Architecture: amd64
  Date: Wed Sep 25 00:32:34 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2013-08-21 (35 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130816)
  MachineType: Gigabyte Technology Co., Ltd. M61PME-S2P
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-8-generic 
root=UUID=0e707f15-124b-4f60-b41c-6312b66b5ac8 ro quiet splash
  SegvAnalysis:
   Segfault happened at: 0x4348a5:  mov(%rax),%ebp
   PC (0x004348a5) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 04/28/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F7b
  dmi.board.name: M61PME-S2P
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF7b:bd04/28/2010:svnGigabyteTechnologyCo.,Ltd.:pnM61PME-S2P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnM61PME-S2P:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: M61PME-S2P
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 1227382] Re: udisksd crashed with SIGSEGV in udisks_daemon_util_check_authorization_sync()

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

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

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

Title:
  udisksd crashed with SIGSEGV in
  udisks_daemon_util_check_authorization_sync()

Status in “udisks2” package in Ubuntu:
  Confirmed

Bug description:
  This crash report appeared just few seconds after the system started
  up.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: udisks2 2.1.0-4
  ProcVersionSignature: Ubuntu 3.11.0-7.14-generic 3.11.1
  Uname: Linux 3.11.0-7-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.2-0ubuntu1
  Architecture: amd64
  Date: Wed Sep 18 16:26:48 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2013-08-25 (24 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130821)
  MachineType: Hewlett-Packard HP Pavilion g4 Notebook PC
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-7-generic 
root=UUID=4a300f41-5ef8-4e62-8188-2d14c70a577b ro quiet splash vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x4348a5:  mov(%rax),%ebp
   PC (0x004348a5) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/24/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.66
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 166D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 09.4C
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.66:bd01/24/2013:svnHewlett-Packard:pnHPPaviliong4NotebookPC:pvr06921220461610100:rvnHewlett-Packard:rn166D:rvr09.4C:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g4 Notebook PC
  dmi.product.version: 06921220461610100
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1227865] Re: udisksd crashed with SIGSEGV in ffi_call_unix64()

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug is no longer a duplicate of private bug 1186525
** This bug has been marked a duplicate of private bug 1161354

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

Title:
  udisksd crashed with SIGSEGV in ffi_call_unix64()

Status in “udisks2” package in Ubuntu:
  New

Bug description:
  error occurred while opening the unity dash board

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: udisks2 2.1.0-4
  ProcVersionSignature: Ubuntu 3.11.0-7.14-generic 3.11.1
  Uname: Linux 3.11.0-7-generic x86_64
  ApportVersion: 2.12.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.336
  Date: Thu Sep 19 22:08:50 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  LiveMediaBuild: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130919)
  MachineType: Hewlett-Packard G5310it
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: file=/cdrom/preseed/hostname.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- debian-installer/language=it 
keyboard-configuration/layoutcode?=it
  SegvAnalysis:
   Segfault happened at: 0x4348a5:  mov(%rax),%ebp
   PC (0x004348a5) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 11/05/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6.14
  dmi.board.name: 2A9C
  dmi.board.vendor: MSI
  dmi.board.version: 1.1
  dmi.chassis.asset.tag: CZC1026F2D
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6.14:bd11/05/2010:svnHewlett-Packard:pnG5310it:pvrxxx0204GR0:rvnMSI:rn2A9C:rvr1.1:cvnHewlett-Packard:ct3:cvr:
  dmi.product.name: G5310it
  dmi.product.version: xxx0204GR0
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1161354] Re: udisksd crashed with SIGSEGV in udisks_daemon_util_check_authorization_sync()

2014-01-14 Thread Martin Pitt
** Information type changed from Private to Public

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

Title:
  udisksd crashed with SIGSEGV in
  udisks_daemon_util_check_authorization_sync()

Status in “udisks2” package in Ubuntu:
  Confirmed

Bug description:
  While startup

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: udisks2 2.1.0-2
  ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4
  Uname: Linux 3.8.0-15-generic i686
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: i386
  CrashCounter: 1
  Date: Thu Mar 28 12:58:29 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2013-02-27 (28 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130219)
  MachineType: MICRO-STAR INTERNATIONAL CO.,LTD MS-7599
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-15-generic 
root=UUID=51a8bb9a-989e-4b36-b65d-45040cf57992 ro quiet splash vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x807ea6c: mov(%eax),%edi
   PC (0x0807ea6c) ok
   source (%eax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %edi ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_SYSV () from /usr/lib/i386-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/i386-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_SYSV()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/18/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.4
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 770-C45 (MS-7599)
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.4:bd09/18/2009:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7599:pvr1.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rn770-C45(MS-7599):rvr1.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr1.0:
  dmi.product.name: MS-7599
  dmi.product.version: 1.0
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD

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

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


[Desktop-packages] [Bug 1205700] Re: udisksd crashed with SIGSEGV in ffi_call_unix64()

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug is no longer a duplicate of private bug 1186525
** This bug has been marked a duplicate of private bug 1161354

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

Title:
  udisksd crashed with SIGSEGV in ffi_call_unix64()

Status in “udisks2” package in Ubuntu:
  New

Bug description:
  After a could boot this crash ocurred, with action for me.
  Only logged in and get the crash report.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: udisks2 2.1.0-4
  ProcVersionSignature: Ubuntu 3.10.0-5.15-generic 3.10.2
  Uname: Linux 3.10.0-5-generic x86_64
  ApportVersion: 2.11-0ubuntu1
  Architecture: amd64
  Date: Sat Jul 27 10:14:42 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2013-07-20 (6 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130704)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-5-generic 
root=UUID=ea31a58d-5a50-4764-be12-87064e2e8d59 ro quiet splash vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x4348a5:  mov(%rax),%ebp
   PC (0x004348a5) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1802
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M3A78
  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.:bvr1802:bd09/22/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM3A78:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 1077381] Re: Udisks crashed when incorrectly unplugged device

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug has been marked a duplicate of bug 1161354
   udisksd crashed with SIGSEGV in udisks_daemon_util_check_authorization_sync()

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

Title:
  Udisks crashed when incorrectly unplugged device

Status in “udisks2” package in Ubuntu:
  New

Bug description:
  I don't really know what's happend, i just see that it's crashed when
  device was unplugged. xUbuntu 12.10, all updates installed at
  10.11.12. I attached apport crash file

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

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


[Desktop-packages] [Bug 1200248] Re: udisksd crashed with SIGSEGV in ffi_call_unix64()

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug is no longer a duplicate of private bug 1186525
** This bug has been marked a duplicate of private bug 1161354

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

Title:
  udisksd crashed with SIGSEGV in ffi_call_unix64()

Status in “udisks2” package in Ubuntu:
  New

Bug description:
  Don't know what happened. Got this report directly after boot.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: udisks2 2.1.0-2
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  Date: Thu Jul 11 13:12:20 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2013-03-05 (127 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-26-generic 
root=UUID=c254e012-00f8-4b10-80af-24b6f5ae5c88 ro quiet splash vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x43596d:  mov(%rax),%ebp
   PC (0x0043596d) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: Upgraded to raring on 2013-04-25 (76 days ago)
  UserGroups:
   
  dmi.bios.date: 04/15/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.40
  dmi.board.name: P55 Deluxe3
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.40:bd04/15/2010:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnP55Deluxe3:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Desktop-packages] [Bug 1207585] Re: udisksd crashed with SIGSEGV in ffi_call_unix64() on login

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug is no longer a duplicate of private bug 1186525
** This bug has been marked a duplicate of private bug 1161354

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

Title:
  udisksd crashed with SIGSEGV in ffi_call_unix64() on login

Status in “udisks2” package in Ubuntu:
  New

Bug description:
  udisksd crashed at login.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: udisks2 2.1.0-4
  ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
  Uname: Linux 3.10.0-6-generic x86_64
  ApportVersion: 2.11-0ubuntu1
  Architecture: amd64
  Date: Thu Aug  1 18:07:09 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2013-08-01 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130723)
  MachineType: ASUSTeK Computer Inc. U31Jg
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-6-generic 
root=UUID=2a1b551e-8e6c-4891-9edc-741e6778a440 ro quiet splash vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x4348a5:  mov(%rax),%ebp
   PC (0x004348a5) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/25/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: U31Jg.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: U31Jg
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrU31Jg.203:bd10/25/2010:svnASUSTeKComputerInc.:pnU31Jg:pvr1.0:rvnASUSTeKComputerInc.:rnU31Jg:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: U31Jg
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

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

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


[Desktop-packages] [Bug 1213700] Re: udisksd crashed with SIGSEGV in ffi_call_unix64()

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug is no longer a duplicate of private bug 1186525
** This bug has been marked a duplicate of private bug 1161354

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

Title:
  udisksd crashed with SIGSEGV in ffi_call_unix64()

Status in “udisks2” package in Ubuntu:
  New

Bug description:
  Udisks crashed upon login to desktop.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: udisks2 2.1.0-4
  ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
  Uname: Linux 3.10.0-6-generic x86_64
  ApportVersion: 2.12-0ubuntu3
  Architecture: amd64
  Date: Sun Aug 18 21:12:29 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2013-07-06 (43 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130704)
  MachineType: LENOVO 7440V14
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-6-generic 
root=UUID=1776ad16-d8ad-431c-8b68-f8b173d02292 ro quiet splash
  SegvAnalysis:
   Segfault happened at: 0x4348a5:  mov(%rax),%ebp
   PC (0x004348a5) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 11/26/2009
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET81WW (3.11 )
  dmi.board.name: 7440V14
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET81WW(3.11):bd11/26/2009:svnLENOVO:pn7440V14:pvrThinkPadR400:rvnLENOVO:rn7440V14:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7440V14
  dmi.product.version: ThinkPad R400
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1228679] Re: udisksd crashed with SIGSEGV in ffi_call_unix64()

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug is no longer a duplicate of private bug 1186525
** This bug has been marked a duplicate of private bug 1161354

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

Title:
  udisksd crashed with SIGSEGV in ffi_call_unix64()

Status in “udisks2” package in Ubuntu:
  New

Bug description:
  I believe this happened shortly after I installed (and ran for the
  first time) gnome-shell from
  ppa:gnome3-team/gnome3.ppa:gnome3-team/gnome3

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: udisks2 2.1.0-4
  ProcVersionSignature: Ubuntu 3.11.0-8.15-generic 3.11.1
  Uname: Linux 3.11.0-8-generic x86_64
  ApportVersion: 2.12.4-0ubuntu1
  Architecture: amd64
  Date: Sat Sep 21 23:27:43 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2013-09-20 (1 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130919)
  MachineType: Micro-Star International MS-1688
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-8-generic 
root=UUID=cbdf8568-3ac1-45c7-9b5c-c175af6c088f ro persistent quiet splash 
radeon.dpm=1 vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x4348a5:  mov(%rax),%ebp
   PC (0x004348a5) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 04/08/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E1688IMS VER.110
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-1688
  dmi.board.vendor: Micro-Star International
  dmi.board.version: Ver.001
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Micro-Star International
  dmi.chassis.version: Ver.001
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1688IMSVER.110:bd04/08/2011:svnMicro-StarInternational:pnMS-1688:pvrVer.001:rvnMicro-StarInternational:rnMS-1688:rvrVer.001:cvnMicro-StarInternational:ct9:cvrVer.001:
  dmi.product.name: MS-1688
  dmi.product.version: Ver.001
  dmi.sys.vendor: Micro-Star International

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

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


[Desktop-packages] [Bug 1193668] Re: udisksd crashed with SIGSEGV in ffi_call_unix64()

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug is no longer a duplicate of private bug 1186525
** This bug has been marked a duplicate of private bug 1161354

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

Title:
  udisksd crashed with SIGSEGV in ffi_call_unix64()

Status in “udisks2” package in Ubuntu:
  Confirmed

Bug description:
  I don't know why this happened. Apport reported it.
  It may be due to an external hard drive with a badly working usb cable, but 
I'm not sure.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: udisks2 2.1.0-4
  Uname: Linux 3.9.7-030907-generic x86_64
  ApportVersion: 2.10.2-0ubuntu2
  Architecture: amd64
  CustomUdevRuleFiles: 80-canon_mfp.rules
  Date: Sat Jun 22 18:32:22 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2013-06-20 (1 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130618)
  MachineType: Hewlett-Packard HP ProBook 4510s
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.7-030907-generic 
root=UUID=fd4bd625-a903-4f9b-8a23-5ab28f4553af ro quiet splash vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x4348a5:  mov(%rax),%ebp
   PC (0x004348a5) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic_va () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 12/09/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PZI Ver. F.20
  dmi.board.name: 3072
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 24.0F
  dmi.chassis.asset.tag: CNU0114QT2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PZIVer.F.20:bd12/09/2011:svnHewlett-Packard:pnHPProBook4510s:pvrF.20:rvnHewlett-Packard:rn3072:rvrKBCVersion24.0F:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 4510s
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1198198] Re: udisksd crashed with SIGSEGV in ffi_call_unix64()

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug is no longer a duplicate of private bug 1186525
** This bug has been marked a duplicate of private bug 1161354

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

Title:
  udisksd crashed with SIGSEGV in ffi_call_unix64()

Status in “udisks2” package in Ubuntu:
  New

Bug description:
  Crashed on startup after reinstall of Saucy.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: udisks2 2.1.0-4
  ProcVersionSignature: Ubuntu 3.10.0-2.9-generic 3.10.0
  Uname: Linux 3.10.0-2-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.10.2-0ubuntu3
  Architecture: amd64
  CurrentDmesg:
   [   50.998563] pool[1898]: segfault at 0 ip 004348a5 sp 
7fd1737fd510 error 4
   [   50.998570] pool[1870]: segfault at 0 ip 004348a5 sp 
7fd1823ef510 error 4 in udisksd[40+5]
   [   50.998584]  in udisksd[40+5]
  Date: Fri Jul  5 09:34:41 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  MachineType: LENOVO 4311
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-2-generic 
root=UUID=dca21e4b-e384-4371-b382-ce0a045f92fd ro quiet splash
  SegvAnalysis:
   Segfault happened at: 0x4348a5:  mov(%rax),%ebp
   PC (0x004348a5) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/07/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 36CN19WW(V2.05)
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Guam
  dmi.board.vendor: LENOVO
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnLENOVO:bvr36CN19WW(V2.05):bd09/07/2010:svnLENOVO:pn4311:pvrIdeaPadZ565:rvnLENOVO:rnGuam:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: 4311
  dmi.product.version: IdeaPad Z565
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1217236] Re: udisksd crashed with SIGSEGV in ffi_call_unix64()

2014-01-14 Thread Martin Pitt
*** This bug is a duplicate of bug 1161354 ***
https://bugs.launchpad.net/bugs/1161354

** This bug is no longer a duplicate of private bug 1186525
** This bug has been marked a duplicate of private bug 1161354

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

Title:
  udisksd crashed with SIGSEGV in ffi_call_unix64()

Status in “udisks2” package in Ubuntu:
  New

Bug description:
  Bug was reported after system start

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: udisks2 2.1.0-4
  ProcVersionSignature: Ubuntu 3.11.0-3.8-generic 3.11.0-rc6
  Uname: Linux 3.11.0-3-generic x86_64
  ApportVersion: 2.12.1-0ubuntu2
  Architecture: amd64
  CurrentDmesg:
   [   49.824113] show_signal_msg: 141 callbacks suppressed
   [   49.824119] pool[2150]: segfault at 0 ip 004348a5 sp 
7fd8519c7500 error 4 in udisksd[40+5]
  Date: Tue Aug 27 10:08:32 2013
  ExecutablePath: /usr/lib/udisks2/udisksd
  InstallationDate: Installed on 2013-07-31 (26 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130704)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcCmdline: /usr/lib/udisks2/udisksd --no-debug
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-3-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x4348a5:  mov(%rax),%ebp
   PC (0x004348a5) ok
   source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: udisks2
  StacktraceTop:
   ?? ()
   ?? ()
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: udisksd crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/17/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0801
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A78LT-M-LE
  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.:bvr0801:bd01/17/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A78LT-M-LE:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 1235567] Re: ibus-ui-gtk3 crashed with SIGABRT

2014-01-14 Thread Sergio Benjamim
** Tags added: trusty

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

Title:
  ibus-ui-gtk3 crashed with SIGABRT

Status in IBus:
  New
Status in “ibus” package in Ubuntu:
  Confirmed

Bug description:
  Restarted system after installing updates was greeting me with that
  message

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: ibus 1.5.3-6ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-11.17-generic 3.11.3
  Uname: Linux 3.11.0-11-generic x86_64
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  Date: Sat Oct  5 08:17:10 2013
  Disassembly: = 0x7f62f38f4f77:   Cannot access memory at address 
0x7f62f38f4f77
  ExecutablePath: /usr/lib/ibus/ibus-ui-gtk3
  InstallationDate: Installed on 2013-06-12 (114 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  ProcCmdline: /usr/lib/ibus/ibus-ui-gtk3
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: ibus
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: ibus-ui-gtk3 crashed with SIGABRT
  UpgradeStatus: Upgraded to saucy on 2013-08-11 (55 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1268229] Re: not HDMI output option (audio) xserver-xorg-video-ati (1:7.2.0-0ubuntu10)

2014-01-14 Thread shankao
With a kernel before 3.13 (first included in Ubuntu trusty) the HDMI
output is not enabled by default in the open source driver. Please,
check that you're using the kernel parameter radeon.audio=1 during boot,
or add it to your grub configuration.

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New = Incomplete

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

Title:
  not HDMI output option (audio) xserver-xorg-video-ati
  (1:7.2.0-0ubuntu10)

Status in “xserver-xorg-video-ati” package in Ubuntu:
  Incomplete

Bug description:
  With non-free driver fglrx I have the option. I have tried alternative
  sources (PPA) and they have the same problem.

  Description:  Ubuntu 13.10
  Release:  13.10

  xserver-xorg-video-ati (1:7.2.0-0ubuntu10)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.5-0ubuntu2.2
  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: Sun Jan 12 01:04:37 2014
  DistUpgraded: Fresh install
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.2.16, 3.11.0-15-generic, x86_64: installed
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde XT [Radeon HD 7770 GHz 
Edition] [1002:683d] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Device [174b:e244]
  InstallationDate: Installed on 2014-01-10 (1 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  LightdmGreeterLog:
   ** (process:7376): WARNING **: Failed to open sessions directory: Error 
opening directory '/usr/share/lightdm/sessions': No such file or directory
   file:///usr/share/kde4/apps/lightdm-kde-greeter/themes/userbar/main.qml:135: 
Unable to assign [undefined] to QString usersession
  LightdmGreeterLogOld:
   ** (process:5871): WARNING **: Failed to open sessions directory: Error 
opening directory '/usr/share/lightdm/sessions': No such file or directory
   file:///usr/share/kde4/apps/lightdm-kde-greeter/themes/userbar/main.qml:135: 
Unable to assign [undefined] to QString usersession
  MachineType: MSI MS-7640
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=dbd92065-6644-4e70-ab93-bb5447147959 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/08/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V19.9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: 990FXA-GD65 (MS-7640)
  dmi.board.vendor: MSI
  dmi.board.version: 3.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 3.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV19.9:bd10/08/2012:svnMSI:pnMS-7640:pvr3.0:rvnMSI:rn990FXA-GD65(MS-7640):rvr3.0:cvnMSI:ct3:cvr3.0:
  dmi.product.name: MS-7640
  dmi.product.version: 3.0
  dmi.sys.vendor: MSI
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2~saucy1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.9-2ubuntu1
  xserver.bootTime: Sun Jan 12 00:18:37 2014
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech USB Optical Mouse MOUSE, id 8
   inputLITEON Technology USB Multimedia Keyboard KEYBOARD, id 9
   inputLITEON Technology USB Multimedia Keyboard KEYBOARD, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.14.5-1ubuntu2~saucy1
  xserver.video_driver: radeon

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

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

[Desktop-packages] [Bug 409338] Re: Change the name of Hardware drivers

2014-01-14 Thread Kevin Godby
** Changed in: ubuntu-docs
   Status: New = Fix Released

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

Title:
  Change the name of Hardware drivers

Status in One Hundred Papercuts:
  Fix Released
Status in Ubuntu Documentation:
  Fix Released
Status in “jockey” package in Ubuntu:
  Fix Released

Bug description:
  SystemAdminHardware drivers, the name is confusing me...Hardware
  drivers means should show all the devices like printer,webcam,etc .But
  Hardware driver is using for non-free drivers and not for free
  drivers, so plz change the name or change the software

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

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


[Desktop-packages] [Bug 1062448] Re: soffice.bin crashed with SIGSEGV in lucene::index::IndexFileNames::fileNameFromGeneration()

2014-01-14 Thread Björn Michaelsen
No issues with lucene to be found on errors.ubuntu.com on raring or
later, so closing until further notice.

** Changed in: libreoffice (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: libreoffice (Ubuntu Raring)
   Status: Triaged = Fix Released

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

Title:
  soffice.bin crashed with SIGSEGV in
  lucene::index::IndexFileNames::fileNameFromGeneration()

Status in “libreoffice” package in Ubuntu:
  Fix Released
Status in “ubuntu-meta” package in Ubuntu:
  Fix Released
Status in “libreoffice” source package in Quantal:
  Won't Fix
Status in “ubuntu-meta” source package in Quantal:
  Fix Released
Status in “libreoffice” source package in Raring:
  Fix Released
Status in “ubuntu-meta” source package in Raring:
  Fix Released

Bug description:
  PandaBoard, launching openoffice after installation from 20121005
  image and update.  When I try to launch any of the libreoffice apps,
  the splashscreen comes up, but then it crashes.

  Reproducible every time I try to start it.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: libreoffice-core 1:3.6.1~rc2-1ubuntu5
  ProcVersionSignature: Ubuntu 3.5.0-212.19-omap4 3.5.4
  Uname: Linux 3.5.0-212-omap4 armv7l
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: armhf
  Date: Fri Oct  5 12:30:58 2012
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Beta armhf+omap4 
(20121005)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --writer --splash-pipe=6
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? () from /usr/lib/libreoffice/program/../program/libclucene.so
   lucene::index::IndexFileNames::fileNameFromGeneration(char const*, char 
const*, long long) () from /usr/lib/libreoffice/program/../program/libclucene.so
   ?? ()
   ?? ()
  Title: soffice.bin crashed with SIGSEGV in 
lucene::index::IndexFileNames::fileNameFromGeneration()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1128275] Re: udisksd crashed with SIGSEGV in wait_for_loop_object()

2014-01-14 Thread Bug Watch Updater
Launchpad has imported 10 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=72956.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-12-21T19:42:04+00:00 Milan Bouchet-Valat wrote:

In Fedora 20 when trying to mount an archive using the Archive Mounter,
several users reported a crash. I get it 100% of times when trying to
mount a LiveCD of F20 Alpha.

udisks2-2.1.1-1.fc20

https://bugzilla.redhat.com/show_bug.cgi?id=1007223

Thread 1 (Thread 0x7fdc82480700 (LWP 5888)):
#0  0x7fdc84fbb6ff in g_dbus_object_get_interface (object=0x0, 
interface_name=0x7fdc85296ab1 org.freedesktop.UDisks2.Block) at 
gdbusobject.c:144
iface = optimized out
__PRETTY_FUNCTION__ = g_dbus_object_get_interface
#1  0x7fdc8528f2b3 in udisks_object_peek_block (object=0x0) at 
udisks-generated.c:31007
ret = optimized out
#2  0x7fdc86358e37 in wait_for_loop_object (daemon=0x7fdc879cd640, 
user_data=0x7fdc8247d500) at udiskslinuxmanager.c:233
ret = 0x0
object = 0x0
block = optimized out
loop = optimized out
device = 0x0
dir = optimized out
#3  0x7fdc8633ba3f in udisks_daemon_wait_for_object_sync 
(daemon=0x7fdc879cd640, wait_func=wait_func@entry=0x7fdc86358df0 
wait_for_loop_object, user_data=user_data@entry=0x7fdc8247d500, 
user_data_free_func=user_data_free_func@entry=0x0, 
timeout_seconds=timeout_seconds@entry=10, error=error@entry=0x7fdc8247d4e8) at 
udisksdaemon.c:884
ret = optimized out
data = {context = 0x0, loop = 0x0, timed_out = 0}
__PRETTY_FUNCTION__ = udisks_daemon_wait_for_object_sync
#4  0x7fdc8635a002 in handle_loop_setup (object=0x7fdc74005ea0, 
invocation=0x7fdc7400ae70, fd_list=optimized out, fd_index=optimized out, 
options=optimized out) at udiskslinuxmanager.c:450
manager = 0x7fdc74005ea0
error = 0x0
fd_num = optimized out
fd = 15
proc_path = /proc/1552/fd/15\000\000\000\000\000\000\000\000\002, 
'\000' repeats 31 times, \002\000\000\000\000\000\000
path = 
/home/rizvan/Downloads/Fedora-20-Nightly-x86_64-Live-desktop-20130828.08-1.iso,
 '\000' repeats 674 times...
loop_fd = 17
loop_control_fd = optimized out
allocated_loop_number = optimized out
loop_device = 0x7fdc7401c130 /dev/loop0
li64 = {lo_device = 0, lo_inode = 0, lo_rdevice = 0, lo_offset = 0, 
lo_sizelimit = 0, lo_number = 0, lo_encrypt_type = 0, lo_encrypt_key_size = 0, 
lo_flags = 9, lo_file_name = 
/home/rizvan/Downloads/Fedora-20-Nightly-x86_64-Live-desktop-20, 
lo_crypt_name = '\000' repeats 63 times, lo_encrypt_key = '\000' repeats 31 
times, lo_init = {0, 0}}
loop_object = 0x0
option_read_only = 1
option_no_part_scan = 0
option_offset = 0
option_size = 0
caller_uid = 1000
fd_statbuf = {st_dev = 64773, st_ino = 262980, st_nlink = 1, st_mode = 
33184, st_uid = 1000, st_gid = 1000, __pad0 = 0, st_rdev = 0, st_size = 
1044381696, st_blksize = 4096, st_blocks = 2039816, st_atim = {tv_sec = 
1377762146, tv_nsec = 3029282}, st_mtim = {tv_sec = 1377762075, tv_nsec = 
203231809}, st_ctim = {tv_sec = 1377762096, tv_nsec = 131876774}, __unused = 
{0, 0, 0}}
fd_statbuf_valid = optimized out
wait_data = {loop_device = 0x7fdc7401c130 /dev/loop0, path = 
0x7fdc8247d6d0 
/home/rizvan/Downloads/Fedora-20-Nightly-x86_64-Live-desktop-20130828.08-1.iso}
__FUNCTION__ = handle_loop_setup
#5  0x7fdc8331dd8c in ffi_call_unix64 () at ../src/x86/unix64.S:76
No locals.
#6  0x7fdc8331d6bc in ffi_call (cif=cif@entry=0x7fdc8247f940, 
fn=0x7fdc86359b80 handle_loop_setup, rvalue=0x7fdc8247f8b0, 
avalue=avalue@entry=0x7fdc8247f830) at ../src/x86/ffi64.c:522
classes = {X86_64_INTEGER_CLASS, 32732, 2185754944, 32732}
stack = 0x7fdc8247f670 \240^
argp = 0x7fdc8247f720 \n
arg_types = optimized out
gprcount = 6
ssecount = optimized out
ngpr = 1
nsse = 0
i = optimized out
avn = optimized out
ret_in_memory = optimized out
reg_args = 0x7fdc8247f670
#7  0x7fdc84c99c48 in g_cclosure_marshal_generic (closure=0x7fdc879e09e0, 
return_gvalue=0x7fdc8247faa0, n_param_values=optimized out, 
param_values=optimized out, invocation_hint=optimized out, 
marshal_data=0x7fdc86359b80 handle_loop_setup) at gclosure.c:1454
rtype = optimized out
rvalue = 0x7fdc8247f8b0
n_args = 6
atypes = optimized out
i = optimized out
cif = {abi = FFI_UNIX64, nargs = 6, arg_types = 0x7fdc8247f870, rtype = 
0x7fdc8331e0c0 ffi_type_sint32, bytes = 0, flags = 10}
cc = 0x7fdc879e09e0
enum_tmpval = 

[Desktop-packages] [Bug 1002224] Re: Please include gallium vdpau and xvmc driver support

2014-01-14 Thread Timo Jyrinki
This should be just a packaging change and a patch for Mesa 10.0.1 is at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656719#240

As it continues to be more WIP than stable (correct me if I'm wrong), it
should probably stay in universe and not be installed by default. Still,
offering it would be nice.

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

Title:
  Please include gallium vdpau and xvmc driver support

Status in Mesa:
  New
Status in “mesa” package in Ubuntu:
  In Progress

Bug description:
  Mesa 8.0+ now supports eg. hw accelerated video decoding via the VDPAU
  API, and XvMC support, over Gallium on at least Radeon r300+ and
  r600+. Please enable the support for it. More info and a patch in the
  linked Debian bug report.

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

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


[Desktop-packages] [Bug 794895] Re: Xorg crashes in doListFontsAndAliases

2014-01-14 Thread Ivan Frederiks
@Christopher M. Penalver
I can't find 'xfs' package in trusty. Is X Font Srever available in this 
release?

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

Title:
  Xorg crashes in doListFontsAndAliases

Status in X.Org X server:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Incomplete
Status in Fedora:
  Unknown

Bug description:
  Binary package hint: xorg

  Short way to reproduce:
  Log in to Recovery Console session.
  In terminal cd to directory with a git branch.
  Run 'git citool' (git-gui package required).

  Backtrace attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: xorg 1:7.6+4ubuntu3.1
  ProcVersionSignature: Ubuntu 2.6.38-10.44-generic-pae 2.6.38.7
  Uname: Linux 2.6.38-10-generic-pae i686
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86 Kernel Module  270.41.19  Mon May 16 23:31:36 
PDT 2011
   GCC version:  gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Jun  9 09:58:55 2011
  DistUpgraded: Log time: 2011-05-02 09:42:28.404543
  DistroCodename: natty
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-current, 270.41.19, 2.6.38-10-generic, i686: installed
   nvidia-current, 270.41.19, 2.6.38-10-generic-pae, i686: installed
   vboxhost, 4.0.8, 2.6.38-10-generic, i686: installed
   vboxhost, 4.0.8, 2.6.38-10-generic-pae, i686: installed
  GraphicsCard:
   nVidia Corporation G86 [Quadro NVS 290] [10de:042f] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: nVidia Corporation Device [10de:0492]
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.2)
  JockeyStatus:
   kmod:nvidia_current - nvidia_current (Proprietary, Enabled, Not in use)
   kmod:nvidia_173 - NVIDIA binary Xorg driver, kernel module and VDPAU library 
(Proprietary, Disabled, Not in use)
  MachineType: Hewlett-Packard HP Compaq 8000 Elite CMT PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-10-generic-pae 
root=UUID=0da0139d-a8bc-456d-9a4b-e1809439c5e7 ro quiet splash vt.handoff=7
  Renderer: Unknown
  SourcePackage: xorg
  UpgradeStatus: Upgraded to natty on 2011-05-02 (37 days ago)
  dmi.bios.date: 10/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G7 v01.02
  dmi.board.asset.tag: CZC044D3H7
  dmi.board.name: 3647h
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: CZC044D3H7
  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
  version.compiz: compiz 1:0.9.4+bzr20110606-0ubuntu1~natty1
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental 
7.10.2-0ubuntu2
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/794895/+subscriptions

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


[Desktop-packages] [Bug 1261237] Re: 10de:0653 [Asus K70IO] System crashes (freezes) while LibreOffice is running

2014-01-14 Thread Hotteterre
No, Compiz crashes: the window lose decorations, Unity sidebar
disappears... LibreOffice and the other running programs continue to
work. I've to restart Unity from the command line.

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

Title:
  10de:0653 [Asus K70IO] System crashes (freezes) while LibreOffice is
  running

Status in “xorg” package in Ubuntu:
  Incomplete

Bug description:
  On Ubuntu 13.10 with Nvidia proprietary drivers, if any of LibreOffice
  applications is running, after a while the system freezes.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CheckboxSubmission: 99cf2ef54ffbe2870a0a50494c3da3f0
  CheckboxSystem: b8f3ec504801f13fc208edb5c785b099
  Date: Mon Dec 16 00:46:03 2013
  HibernationDevice: RESUME=UUID=fe903fed-1cbb-439e-b68c-f525d022bbde
  InstallationDate: Installed on 2010-08-26 (1207 days ago)
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MachineType: ASUSTeK Computer Inc. K70IO
  MarkForUpload: True
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=4e4f6207-dfd7-44b5-b5a3-f53a6ae0a17f ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-10-01 (75 days ago)
  WifiSyslog:
   Dec 16 00:22:59 luca-laptop NetworkManager[902]: warn nl_recvmsgs() error: 
(-33) Dump inconsistency detected, interrupted
   Dec 16 00:28:59 luca-laptop NetworkManager[902]: warn nl_recvmsgs() error: 
(-33) Dump inconsistency detected, interrupted
   Dec 16 00:35:13 luca-laptop kernel: [ 1081.998640] perf samples too long 
(5003  5000), lowering kernel.perf_event_max_sample_rate to 25000
  dmi.bios.date: 09/11/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 216
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: K70IO
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr216:bd09/11/2009:svnASUSTeKComputerInc.:pnK70IO:pvr1.0:rvnASUSTeKComputerInc.:rnK70IO:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:
  dmi.product.name: K70IO
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

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

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


[Desktop-packages] [Bug 1259717] Re: Menu editor does not add items or menus

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

** Changed in: alacarte (Ubuntu)
   Status: New = Confirmed

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

Title:
  Menu editor does not add items or menus

Status in “alacarte” package in Ubuntu:
  Confirmed

Bug description:
  I've installed UbuntuStudio 13.10, and I'm using the default menu.

  Step to recreate;
1. I right click on the menu button, then select Panel  Panel Preferences.
2. Select the Items tab
3. Ensure Applications Menu is selected and click the edit button
4. In the window that appears, click the 'Edit Menu' button - the menu 
editor appears
5. Click 'New Menu' and enter any details, then click on 'OK'. The menu 
does not appear anywhere
6. Click on the main menu - there is no new menu in the top level list
7. Click 'New Item' and enter any details, then click 'OK'. The new item 
does not appear anywhere.
8. Click on the main menu - there is no new item in the top level list
9. Select any item in the list of menu items
  10. Click on 'New Separator'
  11. After a short pause a new separator appears under the item selected at 
step 9
  12. Click on the main menu - the separator is shown in the expected position

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

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


[Desktop-packages] [Bug 1218023] Re: cannot overwrite files

2014-01-14 Thread Zwylicht
Its coming from Lyx/LaTeX. I create a document, save as pdf, and when I
change the document and try to save the changed pdf the error occures.

Open a pdf in evince, select save a copy, say save with same filename,
evince will tell you that you are up to overwrite the file, say yes -
error.

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

Title:
  cannot overwrite files

Status in “evince” package in Ubuntu:
  Incomplete

Bug description:
  I cannot overwrite existing files. When trying so I get

  Die Datei konnte nicht als »file:///home/k/Dokumente/Bluethner.pdf« 
gespeichert werden.
  Fehler beim Umbenennen der temporären Datei: Keine Berechtigung

  (could not save - error while renaming file: no permission)

  I can save but not overwrite..

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: evince 3.6.1-1ubuntu3
  ProcVersionSignature: Ubuntu 3.8.0-29.42-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  Date: Wed Aug 28 19:40:26 2013
  InstallationDate: Installed on 2012-01-25 (580 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  KernLog:
   
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: Upgraded to raring on 2013-04-01 (149 days ago)

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

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


[Desktop-packages] [Bug 1002224] Re: Please include gallium vdpau and xvmc driver support

2014-01-14 Thread Timo Jyrinki
This seems to apply and build, but I don't currently have my Radeon card
so I could test it. I wasn't sure about the Debian patch's '--disable-
gallium-g3dvl', it's not there in this patch.

** Patch added: patch adapted for Ubuntu
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1002224/+attachment/3948359/+files/mesa_10.0.1-1-vdpau-ubuntu.diff

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

Title:
  Please include gallium vdpau and xvmc driver support

Status in Mesa:
  New
Status in “mesa” package in Ubuntu:
  In Progress

Bug description:
  Mesa 8.0+ now supports eg. hw accelerated video decoding via the VDPAU
  API, and XvMC support, over Gallium on at least Radeon r300+ and
  r600+. Please enable the support for it. More info and a patch in the
  linked Debian bug report.

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

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


[Desktop-packages] [Bug 1268771] Re: NVIDIA Prime fails with Linux 3.13

2014-01-14 Thread Alberto Milone
** Summary changed:

- black screen when i select nvidia graphics card
+ NVIDIA Prime fails with Linux 3.13

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

Title:
  NVIDIA Prime fails with Linux 3.13

Status in “nvidia-prime” package in Ubuntu:
  Triaged

Bug description:
  When I select the Nvidia® graphics card from control panel using
  nvidia-prime, after logging out, the screen goes black and the only
  way to approach it is in text mode. I also used the nvidia-prime 4.2
  in Ubuntu 13.10 but I have never encountered such problems.

   Specifications
  ---

  Operative System : Ubuntu 14.04LTS 64bit (Daily Build)
  Package: nvidia-prime 0.5.3
  Driver: nvidia-331-updates
  Graphics: Nvidia® GeForce® 610M
  Processor: Intel® Core™ i7-2670QM

  ---

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1268771/+subscriptions

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


[Desktop-packages] [Bug 1264850] Re: Only the Accounts window starts up in first launch

2014-01-14 Thread Elfy
** Changed in: ubuntu-manual-tests
   Status: Fix Committed = Fix Released

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

Title:
  Only the Accounts window starts up in first launch

Status in Ubuntu Manual Tests:
  Fix Released
Status in “pidgin” package in Ubuntu:
  New

Bug description:
  In the Pidgin testcase:
  http://packages.qa.ubuntu.com/qatracker/testcases/1594/info

  The first instruction is:

  1. Open Pidgin from the menu
  Accounts dialogue and Buddy List open

  However, only the Accounts dialog opens during the first run in
  Xubuntu 14.04 daily today, not the Buddy list.

  Not sure if this is a test case bug or change/bug in pidgin.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pidgin 1:2.10.7-0ubuntu4.2
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Dec 29 11:09:02 2013
  InstallationDate: Installed on 2013-12-29 (0 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131229)
  SourcePackage: pidgin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1264850/+subscriptions

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


[Desktop-packages] [Bug 1243261] Re: apparent GPU hang on haswell laptop when playing movie using XVideo output

2014-01-14 Thread Timo Jyrinki
Verifying fullscreen video working good on Haswell with updated xserver-
xorg-video-intel-lts-saucy from precise-proposed. Tested various videos
and seeking in mplayer -vo xv and totem (gstreamer-properties set to the
default auto detection which in turn uses Xv).

** 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 xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1243261

Title:
  apparent GPU hang on haswell laptop when playing movie using XVideo
  output

Status in X.org xf86-video-intel:
  Fix Released
Status in “xserver-xorg-video-intel” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-intel-lts-saucy” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” source package in Precise:
  Invalid
Status in “xserver-xorg-video-intel-lts-saucy” source package in Precise:
  Fix Committed
Status in “xserver-xorg-video-intel” source package in Saucy:
  In Progress
Status in “xserver-xorg-video-intel-lts-saucy” source package in Saucy:
  Invalid

Bug description:
  [Impact]

   * All users of 13.10 and the soon to be released 12.04.4 with haswell
  and baytrail hardware will experience hangs when watching videos via
  Xv. This bug has been fixed in 14.04, but the fixes happened after
  13.10 released. This upload fixes the situation by backporting 2
  commits from 2.99.907 that 1) disables vsync on baytrail because it is
  not known how it works yet and 2) fixes a regression on haswell
  introduced just before 13.10's driver making vsync work again.

  
  [Test Case]

1. open libreoffice - file - new - presentation
2. paste any movie; insert - movie
   this bug is quite reproducible and this movie file can be anything that 
libreoffice/gstreamer can play.
3. verify you correctly pasted the movie by selecting the movie in the 
slide and clicking the play botton bottom left.
   check if the movie *plays* ok.
4. then start slideshow from the slideshow menu or F5.

   Another way (provided by Timo):
1. mplayer -fs -vo xv movie.webm # -vo xv is the default, but just to state 
the obvious
2. Compare to mplayer -fs -vo x11 -zoom # this works even without the 
patch, obviously consuming more resoureces

  
  [Regression Potential] 

   * Low, it affects only the specific GPU generations which are already
  broken and has been tested extensively by affected users as well as by
  the mainstream engineering team at Canonical on unreleased platforms.


  [Original Report]
  How to reproduce:
  1. open libreoffice - file - new - presentation
  2. paste any movie;  insert - movie
    this bug is quite reproducible and this movie file can be anything that 
libreoffice/gstreamer can play.
  3. verify you correctly pasted the movie by selecting the movie in the slide 
and clicking the play botton bottom left.
     check if the movie *plays* ok.
  4. then start slideshow from the slideshow menu or F5.

  How to reproduce, another way (provided by Timo):
  1. mplayer -fs -vo xv movie.webm # -vo xv is the default, but just to state 
the obvious
  2. Compare to mplayer -fs -vo x11 -zoom # this works even without the patch, 
obviously consuming more resoureces

  Symptom:
  * a screen hang.  this continues at least ten seconds or more.  after that 
you can somehow quit the slideshow mode.
  * ESC and other keys do not stop the slideshow, except ctrl+alt+F1
  * switching to VT and getting back to X helps sometimes.

  Configuration:
  * Thinkpad-X240s
  * tried both Saucy's default kernel and 3.11.6-031106 (ppa)

  dmesg:
  [ 2209.663234] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2214.672447] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2218.658213] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ .656003] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2226.653754] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2230.651538] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2234.649319] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2238.623129] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2238.623162] [drm:i915_hangcheck_elapsed] *ERROR* no progress on render ring
  [ 2238.623300] [drm:i915_set_reset_status] *ERROR* render ring hung flushing 
bo (0x1d06e000 ctx 0) at 0x320b500

  lspci:
  00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
  00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated 
Graphics Controller (rev 09)
  00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
  00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
  00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 
(rev 04)
  00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I218-V 
(rev 04)
  00:1b.0 

[Desktop-packages] [Bug 1268905] Re: [MIR] xdelta3

2014-01-14 Thread Matthias Klose
Override component to main
xdelta3 3.0.7-dfsg-2 in trusty: universe/utils - main
xdelta3 3.0.7-dfsg-2 in trusty amd64: universe/utils/optional/100% - main
xdelta3 3.0.7-dfsg-2 in trusty arm64: universe/utils/optional/100% - main
xdelta3 3.0.7-dfsg-2 in trusty armhf: universe/utils/optional/100% - main
xdelta3 3.0.7-dfsg-2 in trusty i386: universe/utils/optional/100% - main
xdelta3 3.0.7-dfsg-2 in trusty powerpc: universe/utils/optional/100% - main
xdelta3 3.0.7-dfsg-2 in trusty ppc64el: universe/utils/optional/100% - main
7 publications overridden.


** Changed in: xdelta3 (Ubuntu)
   Status: New = Fix Released

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

Title:
  [MIR] xdelta3

Status in “xdelta3” package in Ubuntu:
  Fix Released

Bug description:
  I would like to request a MIR for xdelta3.

  [Availability]
  Available in Universe for a long time, in sync with Debian.

  [Rationale]
  Package fonts-wqy-microhei build-depends on xdelta3 to apply a binary patch 
that makes the font correctly display on Linux.

  [Security]
  No security history.

  [Quality Assurance]
  No debconf questions. No open bugs in Ubuntu or Debian. Last upstream release 
was yesterday (2014-01-13), last Debian upload was on 2013-06-17.

  There is currently no watch file, I have submitted one to Debian BTS
  (#735273).

  Team ubuntu-desktop-bugs is subscribed to bug reports in Launchpad.

  [UI Standards]
  No GUI, simple console app, not for end users.

  [Dependencies]
  Build-Depends: cdbs, debhelper, liblzma-dev
  Depends: libc6 (= 2.4), liblzma5 (= 5.1.1alpha+20120614)

  All in main.

  [Maintenance]
  Simple package, maintained by a DD.

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

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


[Desktop-packages] [Bug 738526] Re: crash accessing font info with xfs in fontpath

2014-01-14 Thread Ivan Frederiks
@Christopher M. Penalver
Is xfs package available in trusty?

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

Title:
  crash accessing font info with xfs in fontpath

Status in X.Org X server:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Incomplete
Status in “xorg-server” package in Debian:
  Confirmed

Bug description:
  This occurs even AFTER the fix released in
  https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/650539 . So
  please do not mark this bug duplicate without first reopening
  650539.

  Symptoms are exactly the same, when I try to launch Google Earth,
  Skype or certain other apps my X session crashes.

  I am running on a 64bit machine with Ubuntu 10.10, nvidia-current
  260.19.06-0ubuntu1 and xserver-xorg-core 2:1.9.0-0ubuntu7.3. Also
  happens with xserver-xorg-core 2:1.9.0-0ubuntu7.1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/738526/+subscriptions

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


[Desktop-packages] [Bug 1252536] Re: Supported Radeon 9550 very slow with Unity in 13.10, no 3D acceleration

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

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

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

Title:
  Supported Radeon 9550 very slow with Unity in 13.10, no 3D
  acceleration

Status in “lightdm” package in Ubuntu:
  Confirmed

Bug description:
  Dramatically slower graphics performance after going from Ubuntu 13.04
  to 13.10.  After some debugging (below) I installed gdm and the
  problem went away.

  lspci -nn | grep VGA
  01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] RV350 [Radeon 9550] [1002:4153]

  /usr/lib/nux/unity_support_test -p
  OpenGL vendor string: VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.3, 128 bits)
  OpenGL version string: 2.1 Mesa 10.0.0-devel (git-1100093 saucy-oibaf-ppa)

  Not software rendered: no
  Not blacklisted: yes
  GLX fbconfig: yes
  GLX texture from pixmap: yes
  GL npot or rect textures: yes
  GL vertex program: yes
  GL fragment program: yes
  GL vertex buffer object: yes
  GL framebuffer object: yes
  GL version is 1.4+: yes

  Unity 3D supported: no

  I installed Mesa 10 to see if that would help, performance unchanged.

  LIBGL_DEBUG=verbose glxinfo 21  /dev/null
  libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/tls/swrast_dri.so
  libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/swrast_dri.so

  

  unset LIBGL_ALWAYS_SOFTWARE; /usr/lib/nux/unity_support_test -p

  yields:
  unset LIBGL_ALWAYS_SOFTWARE; /usr/lib/nux/unity_support_test -p
  OpenGL vendor string:   X.Org R300 Project
  OpenGL renderer string: Gallium 0.4 on ATI RV350
  OpenGL version string:  2.1 Mesa 9.2.1

  Not software rendered:yes
  Not blacklisted:  yes
  GLX fbconfig: yes
  GLX texture from pixmap:  yes
  GL npot or rect textures: yes
  GL vertex program:yes
  GL fragment program:  yes
  GL vertex buffer object:  yes
  GL framebuffer object:yes
  GL version is 1.4+:   yes

  Unity 3D supported:   yes

  *

  Starting from the lightdm login screen, I press control-alt F2 to
  bring up a command line.  Then I run startx.  I don't get a window
  manager, but I can find my way to xterm and then work from the command
  line after X starts.  glxgears looks normal - smooth and as quickly as
  I believe the 9550 can go. :)  Opening firefox, CNN and youtube videos
  play smoothly.

  

  Found in x-0-greeter.log:

  ** (at-spi2-registryd:1630): WARNING **: Failed to register client: 
GDBus.Error:
  org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager 
was
   not provided by any .service files

  ** (at-spi2-registryd:1630): WARNING **: Unable to register client with 
session 
  manager

  and

  ** (gnome-settings-daemon:1928): WARNING **: Unable to register client: 
GDBus.Er
  ror:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.gnome.SessionManager
   was not provided by any .service files

  Same fil...My screen background isn't getting loaded... Looks like a
  permissions problem, but I haven't changed permissions on the file.
  Odd.

  [+11.17s] DEBUG: background.vala:155: Error loading background: Failed
  to open file '/home/arthur/Desktop/IMG_0274.JPG': Permission denied

  file closes with three more messages

  ** (gnome-settings-daemon:1928): WARNING **: Name taken or bus went
  away - shutting down

  (gnome-settings-daemon:1928): dconf-WARNING **: failed to commit changes to 
dconf: The connection is closed
  ** Message: PID 2470 (we are 2470) sent signal 15, shutting down...

  (nm-applet:2470): libappindicator-WARNING **: Unable to send signal
  for NewStatus: The connection is closed

  

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

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


[Desktop-packages] [Bug 1248642] Re: dynamic library inconsistencies with OpenGL/C++

2014-01-14 Thread Alberto Milone
I guess that interferes with the Qt libraries used by ubuntu-html5-app-
launcher.

Let's wait for Daniel's response.

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

Title:
  dynamic library inconsistencies with OpenGL/C++

Status in “nvidia-graphics-drivers-319” package in Ubuntu:
  Confirmed

Bug description:
  While using the nvidia-319 driver, the following C++ program won't
  run:

  $ cat  test.cpp  EOF
  #include string
  #include GL/gl.h
  int main(int argc, char *argv[]) {
std::string s;
glEnable(GL_LIGHT0);
  }
  EOF

  Instead, it fails with the following error message:
  $ g++ test.cpp -lGL
  $ ./a.out
  Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: 
Assertion `needed != ((void *)0)' failed!

  Using the xserver-xorg-video-nouveau driver, the problem does not
  occur. Also, when std::string is not used, the program runs without
  problems. Using OpenGL from pure C programs is also not a problem. The
  problem can be reproduced with both g++-4.6 and g++-4.8.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: nvidia-319 319.32-0ubuntu7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: openafs nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Wed Nov  6 18:25:48 2013
  InstallationDate: Installed on 2013-11-01 (5 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release amd64 
(20131017)
  MarkForUpload: True
  SourcePackage: nvidia-graphics-drivers-319
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.modprobe.d.nvidia.319.hybrid.conf: [deleted]

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

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


[Desktop-packages] [Bug 1268011] Re: Inconsistent ownership/permissions of error_log in CUPS

2014-01-14 Thread Martin Pitt
Thanks Didier, looks fine!

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

Title:
  Inconsistent ownership/permissions of error_log in CUPS

Status in “cups” package in Ubuntu:
  New

Bug description:
  Package CUPS 1.7.1 in Ubuntu has a patch that changes ownership of all log 
files to root:adm. 
  At the same time, cups-daemon.logrotate changes ownership to root:lpadmin, 
permissions 640 daily. 
  At the same time, CUPS itself sets its log files by default to 644. 

  Please make it a bit more consistent by default?

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

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


[Desktop-packages] [Bug 1243261] Re: apparent GPU hang on haswell laptop when playing movie using XVideo output

2014-01-14 Thread Koichi Takahashi
Hi Colin,

I cannot confirm this fix immediately because I now use a different
machine (the bug was a show stopper for my business).

However, if mplayer/totem/gstreamer now works ok I suppose the
libreoffice problem would also be fixed.

I very much appreciate your hard work.  Keep going 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/1243261

Title:
  apparent GPU hang on haswell laptop when playing movie using XVideo
  output

Status in X.org xf86-video-intel:
  Fix Released
Status in “xserver-xorg-video-intel” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-intel-lts-saucy” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” source package in Precise:
  Invalid
Status in “xserver-xorg-video-intel-lts-saucy” source package in Precise:
  Fix Committed
Status in “xserver-xorg-video-intel” source package in Saucy:
  In Progress
Status in “xserver-xorg-video-intel-lts-saucy” source package in Saucy:
  Invalid

Bug description:
  [Impact]

   * All users of 13.10 and the soon to be released 12.04.4 with haswell
  and baytrail hardware will experience hangs when watching videos via
  Xv. This bug has been fixed in 14.04, but the fixes happened after
  13.10 released. This upload fixes the situation by backporting 2
  commits from 2.99.907 that 1) disables vsync on baytrail because it is
  not known how it works yet and 2) fixes a regression on haswell
  introduced just before 13.10's driver making vsync work again.

  
  [Test Case]

1. open libreoffice - file - new - presentation
2. paste any movie; insert - movie
   this bug is quite reproducible and this movie file can be anything that 
libreoffice/gstreamer can play.
3. verify you correctly pasted the movie by selecting the movie in the 
slide and clicking the play botton bottom left.
   check if the movie *plays* ok.
4. then start slideshow from the slideshow menu or F5.

   Another way (provided by Timo):
1. mplayer -fs -vo xv movie.webm # -vo xv is the default, but just to state 
the obvious
2. Compare to mplayer -fs -vo x11 -zoom # this works even without the 
patch, obviously consuming more resoureces

  
  [Regression Potential] 

   * Low, it affects only the specific GPU generations which are already
  broken and has been tested extensively by affected users as well as by
  the mainstream engineering team at Canonical on unreleased platforms.


  [Original Report]
  How to reproduce:
  1. open libreoffice - file - new - presentation
  2. paste any movie;  insert - movie
    this bug is quite reproducible and this movie file can be anything that 
libreoffice/gstreamer can play.
  3. verify you correctly pasted the movie by selecting the movie in the slide 
and clicking the play botton bottom left.
     check if the movie *plays* ok.
  4. then start slideshow from the slideshow menu or F5.

  How to reproduce, another way (provided by Timo):
  1. mplayer -fs -vo xv movie.webm # -vo xv is the default, but just to state 
the obvious
  2. Compare to mplayer -fs -vo x11 -zoom # this works even without the patch, 
obviously consuming more resoureces

  Symptom:
  * a screen hang.  this continues at least ten seconds or more.  after that 
you can somehow quit the slideshow mode.
  * ESC and other keys do not stop the slideshow, except ctrl+alt+F1
  * switching to VT and getting back to X helps sometimes.

  Configuration:
  * Thinkpad-X240s
  * tried both Saucy's default kernel and 3.11.6-031106 (ppa)

  dmesg:
  [ 2209.663234] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2214.672447] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2218.658213] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ .656003] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2226.653754] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2230.651538] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2234.649319] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2238.623129] [drm:ring_stuck] *ERROR* Kicking stuck wait on render ring
  [ 2238.623162] [drm:i915_hangcheck_elapsed] *ERROR* no progress on render ring
  [ 2238.623300] [drm:i915_set_reset_status] *ERROR* render ring hung flushing 
bo (0x1d06e000 ctx 0) at 0x320b500

  lspci:
  00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
  00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated 
Graphics Controller (rev 09)
  00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
  00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
  00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 
(rev 04)
  00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I218-V 
(rev 04)
  00:1b.0 Audio device: Intel Corporation Lynx 

[Desktop-packages] [Bug 1126234] Re: Does not show nvidia driver if intel card is active

2014-01-14 Thread Alberto Milone
Ok, thank you for reporting the problem, Dan, I'll work on a fix, at
least for Ubuntu 14.04.

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

Title:
  Does not show nvidia driver if intel card is active

Status in Nvidia Feature Request and Bug Reporting:
  New
Status in “software-properties” package in Ubuntu:
  Invalid
Status in “ubuntu-drivers-common” package in Ubuntu:
  Triaged

Bug description:
  Since 12.10 i am unable to install the nvidia drivers via the gui, 
update-manager settings (Software Sources - Additional Drivers) will not give 
me an option to install, just shows an empty list.
  jockey-text returns an empty list aswell
  jockey-text 
  Additional Drivers
  Searching for available drivers...
  
  jockey-kde on the other hand shows a list of 6 drivers with the same title.

  lspci|grep VGA shows me:

  01:00.0 VGA compatible controller: NVIDIA Corporation G92 [GeForce
  8800 GT] (rev a2)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: update-manager 1:0.174.4
  ProcVersionSignature: Ubuntu 3.5.0-24.37-generic 3.5.7.4
  Uname: Linux 3.5.0-24-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  Date: Fri Feb 15 14:40:06 2013
  GsettingsChanges:
   b'com.ubuntu.update-manager' b'first-run' b'false'
   b'com.ubuntu.update-manager' b'launch-time' b'1360933283'
   b'com.ubuntu.update-manager' b'show-details' b'true'
   b'com.ubuntu.update-manager' b'window-height' b'484'
   b'com.ubuntu.update-manager' b'window-width' b'937'
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: update-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1252536] Re: Supported Radeon 9550 very slow with Unity in 13.10, no 3D acceleration

2014-01-14 Thread BakLAN
** Also affects: xserver-xorg-video-ati (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New = Confirmed

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

Title:
  Supported Radeon 9550 very slow with Unity in 13.10, no 3D
  acceleration

Status in “lightdm” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  Dramatically slower graphics performance after going from Ubuntu 13.04
  to 13.10.  After some debugging (below) I installed gdm and the
  problem went away.

  lspci -nn | grep VGA
  01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] RV350 [Radeon 9550] [1002:4153]

  /usr/lib/nux/unity_support_test -p
  OpenGL vendor string: VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.3, 128 bits)
  OpenGL version string: 2.1 Mesa 10.0.0-devel (git-1100093 saucy-oibaf-ppa)

  Not software rendered: no
  Not blacklisted: yes
  GLX fbconfig: yes
  GLX texture from pixmap: yes
  GL npot or rect textures: yes
  GL vertex program: yes
  GL fragment program: yes
  GL vertex buffer object: yes
  GL framebuffer object: yes
  GL version is 1.4+: yes

  Unity 3D supported: no

  I installed Mesa 10 to see if that would help, performance unchanged.

  LIBGL_DEBUG=verbose glxinfo 21  /dev/null
  libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/tls/swrast_dri.so
  libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/swrast_dri.so

  

  unset LIBGL_ALWAYS_SOFTWARE; /usr/lib/nux/unity_support_test -p

  yields:
  unset LIBGL_ALWAYS_SOFTWARE; /usr/lib/nux/unity_support_test -p
  OpenGL vendor string:   X.Org R300 Project
  OpenGL renderer string: Gallium 0.4 on ATI RV350
  OpenGL version string:  2.1 Mesa 9.2.1

  Not software rendered:yes
  Not blacklisted:  yes
  GLX fbconfig: yes
  GLX texture from pixmap:  yes
  GL npot or rect textures: yes
  GL vertex program:yes
  GL fragment program:  yes
  GL vertex buffer object:  yes
  GL framebuffer object:yes
  GL version is 1.4+:   yes

  Unity 3D supported:   yes

  *

  Starting from the lightdm login screen, I press control-alt F2 to
  bring up a command line.  Then I run startx.  I don't get a window
  manager, but I can find my way to xterm and then work from the command
  line after X starts.  glxgears looks normal - smooth and as quickly as
  I believe the 9550 can go. :)  Opening firefox, CNN and youtube videos
  play smoothly.

  

  Found in x-0-greeter.log:

  ** (at-spi2-registryd:1630): WARNING **: Failed to register client: 
GDBus.Error:
  org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager 
was
   not provided by any .service files

  ** (at-spi2-registryd:1630): WARNING **: Unable to register client with 
session 
  manager

  and

  ** (gnome-settings-daemon:1928): WARNING **: Unable to register client: 
GDBus.Er
  ror:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.gnome.SessionManager
   was not provided by any .service files

  Same fil...My screen background isn't getting loaded... Looks like a
  permissions problem, but I haven't changed permissions on the file.
  Odd.

  [+11.17s] DEBUG: background.vala:155: Error loading background: Failed
  to open file '/home/arthur/Desktop/IMG_0274.JPG': Permission denied

  file closes with three more messages

  ** (gnome-settings-daemon:1928): WARNING **: Name taken or bus went
  away - shutting down

  (gnome-settings-daemon:1928): dconf-WARNING **: failed to commit changes to 
dconf: The connection is closed
  ** Message: PID 2470 (we are 2470) sent signal 15, shutting down...

  (nm-applet:2470): libappindicator-WARNING **: Unable to send signal
  for NewStatus: The connection is closed

  

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

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


[Desktop-packages] [Bug 967229] Re: Text mode shown briefly with various cryptic texts when logging out or shutting down

2014-01-14 Thread Ara Pulido
Can we get the patch applied to Trusty and Precise, please?

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

Title:
  Text mode shown briefly with various cryptic texts when logging out
  or shutting down

Status in OEM Priority Project:
  Triaged
Status in OEM Priority Project precise series:
  Triaged
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “plymouth” package in Ubuntu:
  Triaged

Bug description:
  Text mode hits in for about a half a second every time one logs out or
  shuts down the computer. UPDATE: log out part fixed in lightdm in
  Ubuntu 13.04 -, shut down problem still there.

  The attached video Text-mode in logout and shutdown.webm is a
  combination of two clips showing this on one of my computers. This one
  has slightly more text output than my other machines, but on every
  machine it catches attention by being ugly and I'd guess cryptic or
  suspicious for ordinary people in the otherwise smooth experience
  starting from the bootup ubuntu logo.

  Tested on up-to-date Ubuntu 12.04 on an Intel IGD graphics netbook,
  Intel Sandy Bridge laptop and Radeon HD 4670 (open drivers) desktop
  machine. The video is from the sandy bridge one.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 1.95-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Wed Mar 28 18:25:44 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120316)
  MachineType: ASUSTeK Computer Inc. UX31E
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-20-generic 
root=UUID=3a913d68-5aad-4ac9-9436-4798da5b8fc2 ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash drm.vblankoffdelay=1 
i915.i915_enable_fbc=1 i915.lvds_downclock=1 i915.semaphores=1 pcie_aspm=force 
vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/20/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX31E.211
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX31E
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX31E.211:bd01/20/2012:svnASUSTeKComputerInc.:pnUX31E:pvr1.0:rvnASUSTeKComputerInc.:rnUX31E:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: UX31E
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  version.compiz: compiz 1:0.9.7.2-0ubuntu4
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

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


[Desktop-packages] [Bug 1267071] Re: JavaFX Ensemble.jar Mouse problem

2014-01-14 Thread Maarten Lankhorst
Xorg-server has not been touched since saucy, so it's not a bug there.
Unless there's proof I do not think this bug is in xorg, can you try
downgrading libgtk to the saucy version?

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

Title:
  JavaFX Ensemble.jar Mouse problem

Status in “xorg” package in Ubuntu:
  Incomplete

Bug description:
  Can't use my mouse. A Menuoverlay or the Cert-not-valid warning is not
  clickable with mouse (or just partial clickable)

  using java 7u45

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu7
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.336ubuntu1
  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  8 11:30:11 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Pegatron Device [1b0a:20c5]
  LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140107)
  MachineType: Medion S4216
  ProcKernelCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz.efi boot=casper 
iso-scan/filename=/iso/trusty-desktop-amd64.iso noprompt noeject
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 507
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: S4216
  dmi.board.vendor: Medion
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr507:bd11/05/2012:svnMedion:pnS4216:pvr1.0:rvnMedion:rnS4216:rvr1.0:cvnMedion:ct10:cvr1.0:
  dmi.product.name: S4216
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.50-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.0.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.0.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.907-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu1
  xserver.bootTime: Wed Jan  8 11:21:13 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   12604 
   vendor AUO
  xserver.version: 2:1.14.5-1ubuntu2

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

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


[Desktop-packages] [Bug 1244158] Re: GNOME: Modifiers Only keyboard layout switch have no effect

2014-01-14 Thread Louis Dupont
Exact same issue with a nearly out of the box Ubuntu 13.10 64 bits
install. Does not effectively toggle between English-US (installation
language) and French-CAN (added afterwards). Although I see the
indicator toggling in the top menu, the effective keyboard layout
systematically switches or stays English (US). Selecting one language or
the other works through the indicator.

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

Title:
  GNOME: Modifiers Only keyboard layout switch have no effect

Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed

Bug description:
  After setting up Alt+Shift keys to change the keyboard layout (via
  gnome-tweak-tool or via gnome control center), these key combinations
  do not provide the expected result.

  Expected Result:
  Keyboard layout is changed and keyboard indicator display updates

  Actual Result:
  Only keyboard indicator display updates, leaving the actual keyboard 
indicator in English.

  I have English-Hebrew keyboard layout configured with alt+shift for layout 
switching.
  Once the layout is on Hebrew, alt+shift switches back to English properly. 
  Once the layout is on English, alt+shift changes the keyboard indicator to 
he, but actually the systems layout is still English.
  At this point, pressing Alt+Shift results in changes to the indicator display 
only, resulting in no actual layout switches.

  If Allow different sources for each window is selected in Input Sources 
Options then:
  - Changing the layout to Hebrew.
  - Alt-Tab to another window with a different layout.
  - Alt-Tab back, allows me to type back in Hebrew.

  When Alt+Shift switches to English:
  $ setxkbmap -query
  rules:  evdev
  model:  pc105
  layout: us
  options:compose:caps,terminate:ctrl_alt_bksp,grp:alt_shift_toggle

  When Alt+Shift switches to Hebrew:
  $ setxkbmap -query
  rules:  evdev
  model:  pc105
  layout: il,us
  variant:,
  options:compose:caps,terminate:ctrl_alt_bksp,grp:alt_shift_toggle

  Which seems right. But still when typing, English chars are being
  typed.

  I tried this with the packages from the official repos, gnome-ppa, and 
ppa:attente/1218322 as described here:
  
http://askubuntu.com/questions/356357/how-to-use-altshift-combo-to-switch-keyboard-layout-in-13-10
  All with the same effect.

  Ubuntu 13.10
  gnome-settings-daemon 3.8.5-0ubuntu9

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

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


[Desktop-packages] [Bug 1246272] Re: Keyboard layout changing randomly in 13.10 (saucy)

2014-01-14 Thread Lucas F.O.S.
Hello, Sebastian.

Any news about this bug?

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

Title:
  Keyboard layout changing randomly in 13.10 (saucy)

Status in “gnome-settings-daemon” package in Ubuntu:
  Incomplete

Bug description:
  Just upgraded from 12.04 (raring) to 12.10 (saucy) and keyboard layout keeps 
changing from pt_br to what I think is en_us.
  It seems random so I don't know what trigger this, but sometimes just 
alt-tabbing is enough to mess with keyboard layout in one of the windows.
  I already removed the en_us from my keyboard sources, double checked the use 
of one source for all windows, and even removed accelerators to switch between 
layouts but none have worked.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Wed Oct 30 09:12:48 2013
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2013-05-20 (163 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to saucy on 2013-10-22 (8 days ago)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

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

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


[Desktop-packages] [Bug 1247916] Re: programming mode, hexadicemal view works incorrectly

2014-01-14 Thread Bug Watch Updater
** Changed in: gnome-calculator
   Status: New = Fix Released

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

Title:
  programming mode, hexadicemal view works incorrectly

Status in GNOME Calculator:
  Fix Released
Status in “gnome-calculator” package in Ubuntu:
  Confirmed

Bug description:
  If you change to programming mode, hexadicemal view and press on one
  of bit fields, result will be decimal, not hexadecimal.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-calculator 1:3.8.2-1ubuntu4
  Uname: Linux 3.12.0-rc5-00415-g7963e5b x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Mon Nov  4 18:51:19 2013
  InstallationDate: Installed on 2012-09-13 (417 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120913.1)
  MarkForUpload: True
  SourcePackage: gnome-calculator
  UpgradeStatus: Upgraded to saucy on 2013-09-26 (38 days ago)

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

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


[Desktop-packages] [Bug 680614] Re: Position of second monitor wrong in dual monitor setup if first monitor is 1366x768

2014-01-14 Thread Bug Watch Updater
Launchpad has imported 13 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=63900.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-04-25T02:16:18+00:00 Grumpyrogue wrote:

I'm using a two-monitor setup with an  ATI Mobility Radeon HD 4200 graphics 
card on my Compaq Presario CQ61.
The Laptop screen has a hardware resolution of 1366x768, the external monitor a 
hardware resolution of 1280x1024.

If I set up the second monitor using

xrandr --output VGA-0 --mode 1280x1024 --pos 1368x0 --rotate normal --output 
LVDS --mode 1366x768 --pos 0x0 --rotate normal
(or the gnome gui, the effects are equal)

I expect:
1) the left 1366x768 area to be on the laptop screen, and
2) the right 1280x1024 area to be on the big monitor.

But I observe:
1) happens as expected
2) happens almost. Instead, the 2 rightmost pixels on the laptop monitor are 
repeated on the left border of the big monitor and the two rightmost columns of 
the right monitor are not visible on any monitor at all.

If I switch the laptop monitor resolution to 1280x720 (or any more
common resolution), this effect does not occur and everything works as
expected.

Build Date  Platform:
X.Org X Server 1.12.4
Release Date: 2012-08-27
[52.070] X Protocol Version 11, Revision 0
[52.070] Build Operating System: Linux 2.6.32-5-686-bigmem i686 Debian
[52.070] Current Operating System: Linux eva 3.2.0-4-486 #1 Debian 3.2.32-1 
i686
[52.070] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-486 
root=UUID=001323c2-d51c-4188-8cf7-153dc486a5c8 ro quiet
[52.070] Build Date: 05 November 2012  10:28:15AM
[52.070] xorg-server 2:1.12.4-3 (Julien Cristau jcris...@debian.org) 

OS: Linux Mint Debian Update Pack 6

Other: This bug was also reported on a Ubuntu tracker (I copied it and edited 
to suit my circumstances), but it has been reported on multiple OS's and it 
would appear to be an upstream Xorg bug:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/680614

There is a workaround in the form of xrandr --output VGA-0 --auto --pos
1368x0 (shift the second display 2 pixels to the right).

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/680614/comments/29


On 2013-04-25T09:13:15+00:00 Michel-daenzer wrote:

 xrandr --output VGA-0 --mode 1280x1024 --pos 1368x0 --rotate normal --output
 LVDS --mode 1366x768 --pos 0x0 --rotate normal
[...]
 There is a workaround in the form of xrandr --output VGA-0 --auto --pos
 1368x0 (shift the second display 2 pixels to the right).

I assume the first '--pos 1368x0' is a typo and should be '--pos
1366x0'.

I'm afraid this is not easily fixable, as the hardware only supports
horizontal offsets which are a multiple of 4, so the drivers just round
down values that aren't.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/680614/comments/30


On 2013-04-25T13:11:34+00:00 agd5f wrote:

As Michel noted, this is a hardware limitation.  To fix this properly,
the xserver would need to be changed to allocate separate buffers for
each display rather than one big surface for all displays.
Unfortunately, this is a fairly major task.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/680614/comments/31


On 2013-04-26T04:03:49+00:00 Bob Hill wrote:

Thank you Alex T. for opening this bug, and Michel and Alex D. for your
feedbacks.

Does the hardware limitation (horizontal offsets multiple of 4) apply to all 
three
of the popular desktop graphics hardware Intel, ATI/AMD/Radeon and Nvidia, or 
only
to a subset of these? (Please excuse my ignorance if this is a stupid question 
:-)

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/680614/comments/33


On 2013-04-26T13:04:39+00:00 agd5f wrote:

(In reply to comment #3)
 Thank you Alex T. for opening this bug, and Michel and Alex D. for your
 feedbacks.
 
 Does the hardware limitation (horizontal offsets multiple of 4) apply to all
 three
 of the popular desktop graphics hardware Intel, ATI/AMD/Radeon and Nvidia,
 or only
 to a subset of these? (Please excuse my ignorance if this is a stupid
 question :-)

Vertical alignments have to a multiple of 2 as well.  It applies to most
Radeon asics.  Not sure about other vendors, but it's likely they may
have similar requirements.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/680614/comments/34


[Desktop-packages] [Bug 1093183] Re: Sortie factice : fake output ?

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

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

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

Title:
  Sortie factice : fake output ?

Status in “pulseaudio” package in Ubuntu:
  Confirmed

Bug description:
  This new issue has appeared a week ago I guess. 
  Sometimes, I have no sound anymore after a lap of time even if the sound 
indicator seems to be perfectly alright. 
  Instead of having the usual output options, I have Sortie factice. I don't 
how gnome translators translated Sortie factice but this could be fake 
output. 
  I have this new problem in both Precise and Quantal, using two different asus 
computers (1002ha and n56vm).

  Thanks for helping !

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

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


[Desktop-packages] [Bug 1268938] [NEW] Banding/dithering problem on Intel HD 4000

2014-01-14 Thread Simone Scalabrino
Public bug reported:

I'm running Ubuntu 13.04 on a Dell XPS 14 with integrated Intel HD 4000.
The problem is that the coloring si really bad (in gradients, for
example, bands of colors can be distinguished). It's like the color
depth is not really 24bit.

This issue is known, and Intel never fixed it in Windows drivers
(https://communities.intel.com/thread/29420?start=0tstart=0).

I searched and the problem is probably due to HDMI different color range
(16-235); when it's scaled in laptop's display standard 0-255 some
colors are lost.

I experienced the same issue in Ubuntu 13.10.

The package version is 2:2.21.9-0ubuntu0~raring

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bands coloring dithering hd4000

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

Title:
  Banding/dithering problem on Intel HD 4000

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

Bug description:
  I'm running Ubuntu 13.04 on a Dell XPS 14 with integrated Intel HD
  4000. The problem is that the coloring si really bad (in gradients,
  for example, bands of colors can be distinguished). It's like the
  color depth is not really 24bit.

  This issue is known, and Intel never fixed it in Windows drivers
  (https://communities.intel.com/thread/29420?start=0tstart=0).

  I searched and the problem is probably due to HDMI different color
  range (16-235); when it's scaled in laptop's display standard
  0-255 some colors are lost.

  I experienced the same issue in Ubuntu 13.10.

  The package version is 2:2.21.9-0ubuntu0~raring

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

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


Re: [Desktop-packages] [Bug 563774] Re: Invalid EDID for Dell SP2309W in VGA mode

2014-01-14 Thread Brian Burch
On 09/01/14 01:35, Christopher M. Penalver wrote:
 Brian Burch, this bug was reported a while ago and there hasn't been any
 activity in it recently. We were wondering if this is still an issue? If
 so, could you please test for this with the latest development release
 of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
 /daily-live/current/ .

The only machine I could test with normally runs headless, so it took a 
while to schedule some maintenance time - sorry for the delay.

I booted the 14.04 iso from DVD (too big for a CD and the machine's BIOS 
would not boot from a USB stick). The Dell screen displayed the splash 
screen and normal desktop approx 1 inch shifted to the right, exactly as 
originally reported. I was disappointed, and was about to give up. 
Something made me think to perform the screen auto-adjust function... 
the image wiggled around for a moment, and then displayed PERFECTLY!

That machine normally runs ubuntu 12.04 LTS, and has recently been 
updated with the latest fixes. I booted the production 12.04 system 
where the desktop was misaligned and deliberately set to a low 
resolution so the entire image would be visible. I changed the screen 
resolution settings to the optimal value and it was aligned perfectly 
because the screen had already adjusted and memorised this SVGA 
resolution alignment.

I presume the quirk for my display was incorporated in a 12.04 
repository update at some time in the past, but I had overlooked the 
notice and so continued using the sub-optimal resolution.

Thank you for suggesting that I run this test. You can close the bug for 
12.04, 14.04, and any other releases it might apply to.

Regards,

Brian

 If it remains an issue, could you please run the following command in
 the development release from a Terminal
 (Applications-Accessories-Terminal), as it will automatically gather
 and attach updated debug information to this report:

 apport-collect -p xserver-xorg-video-nouveau REPLACE-WITH-BUG-NUMBER

 Please note, given that the information from the prior release is
 already available, doing this on a release prior to the development one
 would not be helpful.

 Thank you for your understanding.

 Helpful bug reporting tips:
 https://wiki.ubuntu.com/ReportingBugs

 ** Changed in: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided = Low

 ** Changed in: xserver-xorg-video-nouveau (Ubuntu)
 Status: Confirmed = Incomplete

 ** Changed in: xserver-xorg-video-nouveau (Ubuntu)
   Assignee: Chris Halse Rogers (raof) = (unassigned)


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

Title:
  Invalid EDID for Dell SP2309W in VGA mode

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: xorg

  This monitor has a preferred resolution of 2048x1152 @ 60Hz. The
  desktop does not fill the display and leaves a 2 cm black strip on the
  left margin. The monitor manual adjustments do not permit the image to
  be moved or expanded to fill the screen. Some of the lower resolutions
  fill the screen, so I am confident the monitor does not have a
  hardware fault.

  This problem is reported against karmic, with the screen attached
  through a kvm switch. I have reproduced the same symptoms under lucid
  beta - so I will attach the lucid diagnostics because xorg on that
  system is at the latest level.

  My karmic and lucid systems use the nVidia NOUVEAU driver, but the
  same symptoms also occur using the proprietary drivers at version 185
  (from the ubuntu repository), and also with version 195 (from the
  nvidia ppa repository).

  ProblemType: Bug
  Architecture: i386
  Date: Thu Apr 15 13:03:38 2010
  DistroRelease: Ubuntu 9.10
  Lsusb:
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: stem manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: xserver-xorg 1:7.4+3ubuntu10
  ProcCmdLine: root=/dev/mapper/lvmG0-root ro bootdegraded=true nohz=off quiet 
splash
  ProcEnviron:
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
  RelatedPackageVersions:
   xserver-xorg 1:7.4+3ubuntu10
   libgl1-mesa-glx 7.6.0-1ubuntu4
   libdrm2 2.4.14-1ubuntu1
   xserver-xorg-video-intel 2:2.9.0-1ubuntu2.1
   xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1
  SourcePackage: xorg
  Uname: Linux 2.6.31-20-generic i686
  dmi.bios.date: 07/20/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1903
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5LD2
  

[Desktop-packages] [Bug 1246272] Re: Keyboard layout changing randomly in 13.10 (saucy)

2014-01-14 Thread Sebastien Bacher
No, I've no offhand idea on the issue and I'm too busy to debug it (I
can't reproduce it either which would make debugging difficult in any
case), I guess somebody else is going to have to step up there

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Incomplete = New

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

Title:
  Keyboard layout changing randomly in 13.10 (saucy)

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

Bug description:
  Just upgraded from 12.04 (raring) to 12.10 (saucy) and keyboard layout keeps 
changing from pt_br to what I think is en_us.
  It seems random so I don't know what trigger this, but sometimes just 
alt-tabbing is enough to mess with keyboard layout in one of the windows.
  I already removed the en_us from my keyboard sources, double checked the use 
of one source for all windows, and even removed accelerators to switch between 
layouts but none have worked.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Wed Oct 30 09:12:48 2013
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2013-05-20 (163 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to saucy on 2013-10-22 (8 days ago)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

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

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


[Desktop-packages] [Bug 1265457] Re: merge cogl 1.16 from debian

2014-01-14 Thread Iain Lane
I uploaded this, will handle some rebuilds

** Changed in: cogl (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  merge cogl 1.16 from debian

Status in “cogl” package in Ubuntu:
  Fix Committed

Bug description:
  This is needed for gnome-shell 3.10, its just a straightforward
  transition requiring rebuilds of rdepends

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libcogl12 1.14.0-3ubuntu1
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Jan  2 19:39:38 2014
  InstallationDate: Installed on 2012-09-23 (466 days ago)
  InstallationMedia: Ubuntu GNOME Remix 12.10 Quantal Quetzal - Alpha 
amd64(20120922)
  SourcePackage: cogl
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1268011] Re: Inconsistent ownership/permissions of error_log in CUPS

2014-01-14 Thread Didier Raboud
I noticed a problem in my patch: it is useless. :-) From the reporter:
At the same time, CUPS itself sets its log files by default to 644.
This is wrong; debian/rules sets LogFilePerm to 0640 through  the
--with-log-file-perm=0640 configure argument. It has been this way
since cups 1.3.8-6 to fix Debian's #469853 .

I will therefore just apply a different logrotate change to only specify
create instead of specifying the mode, group and user.

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

Title:
  Inconsistent ownership/permissions of error_log in CUPS

Status in “cups” package in Ubuntu:
  New

Bug description:
  Package CUPS 1.7.1 in Ubuntu has a patch that changes ownership of all log 
files to root:adm. 
  At the same time, cups-daemon.logrotate changes ownership to root:lpadmin, 
permissions 640 daily. 
  At the same time, CUPS itself sets its log files by default to 644. 

  Please make it a bit more consistent by default?

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

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


[Desktop-packages] [Bug 1267071] Re: JavaFX Ensemble.jar Mouse problem

2014-01-14 Thread jenskapitza
The bug is also in 13.10 (the only working version is curr. LTS (12.04)

so i don't know if it is easy to do downgread libgtk to 12.04 ?

but i can give it  a test

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

Title:
  JavaFX Ensemble.jar Mouse problem

Status in “xorg” package in Ubuntu:
  Incomplete

Bug description:
  Can't use my mouse. A Menuoverlay or the Cert-not-valid warning is not
  clickable with mouse (or just partial clickable)

  using java 7u45

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu7
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.336ubuntu1
  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  8 11:30:11 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Pegatron Device [1b0a:20c5]
  LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140107)
  MachineType: Medion S4216
  ProcKernelCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz.efi boot=casper 
iso-scan/filename=/iso/trusty-desktop-amd64.iso noprompt noeject
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/05/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 507
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: S4216
  dmi.board.vendor: Medion
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Medion
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr507:bd11/05/2012:svnMedion:pnS4216:pvr1.0:rvnMedion:rnS4216:rvr1.0:cvnMedion:ct10:cvr1.0:
  dmi.product.name: S4216
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.50-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.0.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.0.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.907-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu1
  xserver.bootTime: Wed Jan  8 11:21:13 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   12604 
   vendor AUO
  xserver.version: 2:1.14.5-1ubuntu2

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

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


[Desktop-packages] [Bug 1255558] Re: Can't type my password after cold boot

2014-01-14 Thread Joseph Wakeling
I'm getting this too on a ThinkPad T420 with Intel graphics; my
workaround is to select the (apparently already-selected!) keyboard
layout on the login page, after which I can click and type password.

Once logged in, the keyboard layout is then invariably set to English
(US) despite the fact that I've just selected English (UK) on the login
page.  There's no reason that I can see why this should be so from
/etc/default/keyboard or from what's in the Ubuntu settings.

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

Title:
  Can't type my password after cold boot

Status in “lightdm” package in Ubuntu:
  Confirmed

Bug description:
  Can't type my password after cold boot unless I change my keyboard
  layout to next (or change and then re-change to same layout)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.9.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.12.0-4.10-generic 3.12.1
  Uname: Linux 3.12.0-4-generic x86_64
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: amd64
  Date: Wed Nov 27 16:27:13 2013
  InstallationDate: Installed on 2013-11-19 (7 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131119)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 771896] Re: No way to save current session

2014-01-14 Thread Norbert
It seems that Precise now have gnome-session 3.2.1-0ubuntu8. 
How I can enable session save/restore functionality?

** Tags added: oneiric precise

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

Title:
  No way to save current session

Status in Release Notes for Ubuntu:
  Invalid
Status in “gnome-session” package in Ubuntu:
  Fix Released
Status in “gnome-session” source package in Precise:
  Fix Released
Status in “gnome-session” source package in Quantal:
  Fix Released

Bug description:
  Binary package hint: gnome-session

  There is no way I can find to set up a session the way you'd like to
  have Unity start up and then save that setup. This also affects the
  Classic session.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: gnome-session 2.32.1-0ubuntu19
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  Architecture: i386
  Date: Wed Apr 27 09:27:01 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta i386 (20110413)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, user)
   LANG=C
   LC_MESSAGES=en_US.UTF-8
   SHELL=/bin/csh
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/771896/+subscriptions

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


[Desktop-packages] [Bug 1164016] Re: restore type-ahead find

2014-01-14 Thread Sebastian Bengtsson
I navigate nautilus with typeahead, enter and backspace. Used to work
wonderfully and was a good example of how the same interface can be
usefull usefull for both power user and novice. Now that is completely
broken.

This is not a performance problem (tracker/no tracker), it is a
qualitative problem. Gnome new word order only works if you have
globally unique names for files and directories.

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

Title:
  restore type-ahead find

Status in Nautilus:
  Invalid
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  GNOME removed type-ahead find in Nautilus 3.6, not without
  controversy:

  https://mail.gnome.org/archives/nautilus-
  list/2012-August/msg2.html

  Now when you type in a Nautilus window, Nautilus immediately performs
  a search in the current directory and all its subdirectories.  I
  personally find this annoying.  If I want to search, I'll click the
  search icon.  Often I'm looking at a long directory listing and simply
  want to jump to a certain point in it, and type-ahead find works great
  for that.

  Would Ubuntu consider patching type-ahead find back in?

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

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


[Desktop-packages] [Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2014-01-14 Thread Pavel Fischer
I think my issues are related with this bug.
I have two layouts: German and Russian. After logon indicator shows the German 
layout as expected. But the actual layout is English (US). It can be tested on 
Z and Y keys. In German layout they are swapped in comparison to English. 
After one switching, English layout disappears.
Next issue is the fact, that NumLock status. My default setting is on (in 
BIOS). After switching NumLock will be disabled.
Additionally, Shift+CapsLock still doesn't work. It works for the one time 
after setting. After reboot not more.

System: Ubuntu 13.10 x64 update from 13.04.

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

Status in Gnome Settings Daemon:
  Invalid
Status in Ubuntu GNOME:
  Confirmed
Status in “gnome-control-center” package in Ubuntu:
  Fix Released
Status in “gnome-settings-daemon” package in Ubuntu:
  Triaged
Status in “gnome-settings-daemon” source package in Saucy:
  Triaged
Status in “gnome-control-center” package in ALT Linux:
  Unknown
Status in “gnome-control-center” package in Gentoo Linux:
  Invalid
Status in “gnome-control-center” package in Mandriva:
  Invalid

Bug description:
  ***
  The old PPA, ppa:attente/1218322 is superceded by the following one. You can 
remove the old repository using ppa-purge.
  ***

  A PPA which should provide some relief for this issue is available at
  https://launchpad.net/~attente/+archive/modifier-only-input-switch. To
  install:

  sudo add-apt-repository ppa:attente/modifier-only-input-switch
  sudo apt-get update
  sudo apt-get upgrade
  (log out, log in)

  If the packages improve the situation for you, you can pin them using:

  sudo apt-mark hold compiz
  sudo apt-mark hold gnome-settings-daemon
  sudo apt-mark hold unity

  If the packages don't work for you, you can purge them using:

  sudo ppa-purge ppa:attente/modifier-only-input-switch

  === compiz ===

  Impact: modifier-only key bindings need to be independent of key-press
  order, there's no support for double tapping two modifier keys of the
  same type

  Test case:
  - add at least two input sources through gnome-control-center's text entry 
settings
  - use gsettings to set the input switching shortcut to ctrl+left shift: 
gsettings set org.gnome.desktop.wm.keybindings switch-input-source 
['PrimaryShift_L']
  - holding left shift, press and release ctrl
  - the current input source should change

  Regression potential: possible, but highly unlikely, that some key
  bindings may be triggered due to the removal of some code that would
  normally prevent a possible tap from occurring.

  === unity ===

  Impact: gnome-settings-daemon eats modifier-only shortcuts preventing
  them from propagating down to applications

  Test case:
  - open gnome-control-center's text input settings
  - set the next input source key binding to ctrl+left shift
  - open gnome-terminal
  - press ctrl+shift+t
  - gnome-terminal should open a new tab

  Regression potential: the additional input switch key bindings could
  collide with other functionality such as opening the dash or hud

  === gnome-control-center ===

  Impact: the UI to change the layout switching keys doesn't work

  Test case:
  - open gnome-control-center's text input settings
  - click on the next layout key entry
  - try entering a key combinaison (e.g ctrl-space)
  - the UI should reflect the new keys

  Regression potential: that UI was not working before, it should only
  be an improvement (some key combos are not working as expected, that's
  another issue and shouldn't be mixed with this one)

  === gnome-settings-daemon ===

  Impact: attempting to change keyboard layouts using only modifier keys
  doesn't work

  Test case:
  - add at least two input sources through gnome-control-center's text entry 
settings
  - use gsettings to set the input switching shortcut to ctrl+left shift: 
gsettings set org.gnome.desktop.wm.keybindings switch-input-source 
['PrimaryShift_L']
  - press and release ctrl+left shift
  - the current input source should change

  Regression potential: The input switching shortcut might capture other
  non-modifier shortcuts, but users will need to consider this when
  choosing their switching shortcut anyways. For users this bug affects,
  this represents a working solution for a critical bug.

  --

  Test results for different keyboard layout change hotkeys may be
  viewed and added in the Google Docs table, created by Norbert
  
(https://docs.google.com/spreadsheet/ccc?key=0Ao5e713Ig9g_dEJrX2NRYlpLWWVzSWxsVXU4ck9HYVEusp=sharing).

  --

  Separate bug reports for individual layout switching hotkey
  combinations:

  Super+Space and Shift+Super+Space:
     * Unity greeter (bug 1245137);
     * Unity session (bug 1245136);
 

[Desktop-packages] [Bug 1190341] Re: [MacBookPro10, 1] Backlight stopped working after update of linux-image with nvidia 313.30

2014-01-14 Thread Bruno Beaufils
I modified the bug description since using nouveau (as it is the case
with live iso images) instead of nvidia-binary does not change anything
withe respect to backlight.

** Description changed:

  I am using Ubuntu 13.04, nvidia 313.30, fresh installation from scratch,
  on a MacBookPro10,1 (the one with Retina display). Two of my partition
  are encrypted (swap and /srv on which /home is bind mounted).Since some
  upgrade to linux-image-3.8.0-24 backlight control does not work anymore.
  I am stuck with 3.8.0-23 in order to get something kind of working (I
  have to go in sleep mode at least once in order to get backlight control
  available). The last almost working kernel is 3.8.0-23. I even tried
  3.9.0-030900 upstream kernel with no success. Everything was working
  fine with the first installation of 13.04.
  
- WORKAROUND: Use nouveau.
+ Using nouveau instead of nvidia-binary is no workaround unfortunately
+ :-(
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-23-generic 3.8.0-23.34
  ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
  Uname: Linux 3.8.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  bruno  2696 F pulseaudio
   /dev/snd/controlC0:  bruno  2696 F pulseaudio
  CRDA:
   country FR:
    (2402 - 2482 @ 40), (N/A, 20)
    (5170 - 5250 @ 40), (N/A, 20)
    (5250 - 5330 @ 40), (N/A, 20), DFS
    (5490 - 5710 @ 40), (N/A, 27), DFS
  Date: Wed Jun 12 21:02:22 2013
  HibernationDevice: RESUME=UUID=a703c1e3-dfc2-46af-9905-b21abb747366
  InstallationDate: Installed on 2013-02-06 (126 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64+mac 
(20121017.3)
  MachineType: Apple Inc. MacBookPro10,1
  MarkForUpload: True
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-23-generic 
root=UUID=5cafafc5-a506-4205-b6ba-e9fed6f9db99 ro quiet splash nomodeset 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-23-generic N/A
   linux-backports-modules-3.8.0-23-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-04-05 (68 days ago)
  dmi.bios.date: 08/08/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B02.1208081132
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C3EC7CD22292981F
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B02.1208081132:bd08/08/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
  dmi.product.name: MacBookPro10,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

Title:
  [MacBookPro10,1] Backlight stopped working after update of linux-image
  with nvidia 313.30

Status in “nvidia-graphics-drivers-313-updates” package in Ubuntu:
  New

Bug description:
  I am using Ubuntu 13.04, nvidia 313.30, fresh installation from
  scratch, on a MacBookPro10,1 (the one with Retina display). Two of my
  partition are encrypted (swap and /srv on which /home is bind
  mounted).Since some upgrade to linux-image-3.8.0-24 backlight control
  does not work anymore. I am stuck with 3.8.0-23 in order to get
  something kind of working (I have to go in sleep mode at least once in
  order to get backlight control available). The last almost working
  kernel is 3.8.0-23. I even tried 3.9.0-030900 upstream kernel with
  no success. Everything was working fine with the first installation of
  13.04.

  Using nouveau instead of nvidia-binary is no workaround unfortunately
  :-(

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-23-generic 3.8.0-23.34
  ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
  Uname: Linux 3.8.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  bruno  2696 F pulseaudio
   /dev/snd/controlC0:  bruno  2696 F pulseaudio
  CRDA:
   country FR:
    (2402 - 2482 @ 40), (N/A, 20)
    (5170 - 5250 @ 40), (N/A, 20)
    (5250 - 5330 @ 40), (N/A, 20), DFS
    (5490 - 5710 @ 40), (N/A, 27), DFS
  Date: Wed Jun 12 21:02:22 2013
  HibernationDevice: RESUME=UUID=a703c1e3-dfc2-46af-9905-b21abb747366
  InstallationDate: Installed on 2013-02-06 (126 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64+mac 
(20121017.3)
  MachineType: Apple Inc. MacBookPro10,1
  MarkForUpload: 

[Desktop-packages] [Bug 1265401] Re: Incorrect sidebar status with start-with-sidebar false config

2014-01-14 Thread Sebastien Bacher
The issue has been fixed upstream with this commit,
https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-10id=7a76c2dad619494ac04a0713d56882a3b141384c

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  Incorrect sidebar status with start-with-sidebar false config

Status in “nautilus” package in Ubuntu:
  Fix Committed

Bug description:
  I prefer to not have the sidebar show as default but when I do want it, I 
have to press F9 twice.
  Further more the show sidebar option seems to behave strangely (which is 
probably due to the same bug). Sometimes it's ticked even though the sidebar 
isn't shown.

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

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


[Desktop-packages] [Bug 1268039] Re: please upgrade to WebKitGTK 2.3.4

2014-01-14 Thread Sebastien Bacher
** Package changed: webkit (Ubuntu) = webkitgtk (Ubuntu)

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

Title:
  please upgrade to WebKitGTK 2.3.4

Status in “webkitgtk” package in Ubuntu:
  Triaged

Bug description:
  Trusty currently has WebKitGTK 2.3.2.  It would be nice to upgrade to
  version 2.3.3, which has been out for a few weeks now.  Thanks!

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

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


[Desktop-packages] [Bug 1268578] Re: Notification callback causes exception in gi

2014-01-14 Thread Bug Watch Updater
** Changed in: pygobject
   Status: Confirmed = Fix Released

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

Title:
  Notification callback causes exception in gi

Status in Python bindings for GObject:
  Fix Released
Status in “pygobject” package in Ubuntu:
  Fix Released
Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  With the latest python-gi the Notify callback causes an exception
  being thrown:

  $ python test.py
  TypeError: expected tuple for callback user_data

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: python-gi 3.11.3-0ubuntu1
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.12.7-0ubuntu6
  Architecture: armhf
  Date: Mon Jan 13 14:19:09 2014
  InstallationDate: Installed on 2014-01-10 (3 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20140110)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  SourcePackage: pygobject
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1225013] Re: Please merge Inkscape 0.48.4-2 from Debian Testing main

2014-01-14 Thread Mattia Rizzolo
** Changed in: inkscape (Ubuntu)
 Assignee: (unassigned) = Mattia Rizzolo (mapreri)

** Summary changed:

- Please merge Inkscape 0.48.4-2 from Debian Testing main
+ Please merge Inkscape (0.48.4-3) from Debian testing main

** Description changed:

- Debian has modernised the package structure.  Changelog as follows:
+ Debian has modernised the package structure and made a lot of changes.
+ Changelog since last merge:
+ 
+ inkscape (0.48.4-3) unstable; urgency=medium
+ 
+   * debian/control: S-V bump 3.9.4 = 3.9.5 (no changes needed)
+   * debian/control: Uploader e-mail address updated
+   * debian/patches/: patchset updated
+ - 0005-Fix_FreeType_include.patch added (Closes: #733118)
+   Thanks to Adam Conrad for the patch.
+ 
+  -- Matteo F. Vescovi mfvesc...@gmail.com  Fri, 27 Dec 2013 09:45:37
+ +0100
  
  inkscape (0.48.4-2) unstable; urgency=low
  
* debian/control: fields update
  - Duplicate Homepage field removed
  - VCS-* fields repositioned
* debian/watch: path updated
* debian/: dh bump 7 = 9
* debian/source/format: 3.0 (quilt) file added
* debian/patches/: patchset re-worked using gbp-pq
  - patches re-worked using gbp-pq (authorships kept)
  - debian/control: quilt b-dep dropped
  - debian/rules: quilt usage dropped
* debian/gbp.conf: file added
* debian/control: autotools-dev b-dep added
* debian/rules: drastic simplification
* debian/control: S-V bump 3.8.3 = 3.9.4 (no changes needed)
* debian/control: python-lxml Suggests = Recommends (Closes: #389540)
* debian/control: python-numpy Suggests = Recommends (Closes: #440566)
* debian/control: libgnomevfs2-extra Suggests = Recommends
  (Closes: #602599)
* debian/control: skencil Suggests dropped.
  The package has been removed from unstable
  on 2010-09-03 and from testing on 2010-09-04. (Closes: #712192)
* debian/control: transfig added to Recommends (Closes: #601770)
* debian/control: python dropped from Suggests (Closes: #628009)
* debian/control: Package description updated.
  Thanks to Phil Bull philb...@gmail.com for the new description.
  (Closes: #635244) (LP: #811634)
  
   -- Matteo F. Vescovi mfv.deb...@gmail.com  Tue, 02 Jul 2013 17:25:52
  +0200

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

Title:
  Please merge Inkscape (0.48.4-3) from Debian testing main

Status in “inkscape” package in Ubuntu:
  New

Bug description:
  Debian has modernised the package structure and made a lot of changes.
  Changelog since last merge:

  inkscape (0.48.4-3) unstable; urgency=medium

* debian/control: S-V bump 3.9.4 = 3.9.5 (no changes needed)
* debian/control: Uploader e-mail address updated
* debian/patches/: patchset updated
  - 0005-Fix_FreeType_include.patch added (Closes: #733118)
Thanks to Adam Conrad for the patch.

   -- Matteo F. Vescovi mfvesc...@gmail.com  Fri, 27 Dec 2013 09:45:37
  +0100

  inkscape (0.48.4-2) unstable; urgency=low

* debian/control: fields update
  - Duplicate Homepage field removed
  - VCS-* fields repositioned
* debian/watch: path updated
* debian/: dh bump 7 = 9
* debian/source/format: 3.0 (quilt) file added
* debian/patches/: patchset re-worked using gbp-pq
  - patches re-worked using gbp-pq (authorships kept)
  - debian/control: quilt b-dep dropped
  - debian/rules: quilt usage dropped
* debian/gbp.conf: file added
* debian/control: autotools-dev b-dep added
* debian/rules: drastic simplification
* debian/control: S-V bump 3.8.3 = 3.9.4 (no changes needed)
* debian/control: python-lxml Suggests = Recommends (Closes: #389540)
* debian/control: python-numpy Suggests = Recommends (Closes: #440566)
* debian/control: libgnomevfs2-extra Suggests = Recommends
  (Closes: #602599)
* debian/control: skencil Suggests dropped.
  The package has been removed from unstable
  on 2010-09-03 and from testing on 2010-09-04. (Closes: #712192)
* debian/control: transfig added to Recommends (Closes: #601770)
* debian/control: python dropped from Suggests (Closes: #628009)
* debian/control: Package description updated.
  Thanks to Phil Bull philb...@gmail.com for the new description.
  (Closes: #635244) (LP: #811634)

   -- Matteo F. Vescovi mfv.deb...@gmail.com  Tue, 02 Jul 2013
  17:25:52 +0200

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

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


[Desktop-packages] [Bug 1070451] Re: Error returned when attempting to erase disks.

2014-01-14 Thread Alberto Salvia Novella
*** This bug is a duplicate of bug 1012081 ***
https://bugs.launchpad.net/bugs/1012081

** This bug is no longer a duplicate of bug 1059872
   Error formatting disk using disk utility
** This bug has been marked a duplicate of bug 1012081
   util-linux needs updating to 2.24

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

Title:
  Error returned when attempting to erase disks.

Status in “gnome-disk-utility” package in Ubuntu:
  Confirmed

Bug description:
  12.10 amd64
  gnome-disk-utility 3.6.1-0ubuntu1
  Expected for disks to be erased.
  After some time the following error is returned.
  Error synchronizing after initial wipe: Timed out waiting for object 
(udisks-error-quark, 0)
  Using default erase options.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: gnome-disk-utility 3.6.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  Date: Tue Oct 23 13:05:03 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-disk-utility
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1073151] Re: Error synchronizing after initial wipe: Timed out waiting for object

2014-01-14 Thread Alberto Salvia Novella
*** This bug is a duplicate of bug 1012081 ***
https://bugs.launchpad.net/bugs/1012081

** This bug is no longer a duplicate of bug 1059872
   Error formatting disk using disk utility
** This bug has been marked a duplicate of bug 1012081
   util-linux needs updating to 2.24

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

Title:
  Error synchronizing after initial wipe: Timed out waiting for object

Status in “gnome-disk-utility” package in Ubuntu:
  Confirmed

Bug description:
  This is the same as in the 12.10 64bit; same error message, but in
  Quantal x86:

  BUG #1070451 Error returned when attempting to erase disks.

  Happens EVERY TIME I try to format a flash pen, with the new DISKS
  utility. I just quit using it.

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

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


[Desktop-packages] [Bug 1264630] Re: Sync modemmanager 1.0.0-1 (main) from Debian experimental (main)

2014-01-14 Thread Michael Terry
** Changed in: modemmanager (Ubuntu)
 Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl)

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

Title:
  Sync modemmanager 1.0.0-1 (main) from Debian experimental (main)

Status in “modemmanager” package in Ubuntu:
  Confirmed

Bug description:
  Please sync modemmanager 1.0.0-1 (main) from Debian experimental
  (main)

  Explanation of the Ubuntu delta and why it can be dropped:
* debian/patches/lp1229748_bluegiga_blacklist.patch: don't reset BLED112B.
  (LP: #1229748)
* debian/patches/lp1229748_bluegiga_blacklist.patch: don't reset BLED112B.
  (LP: #1229748)
* debian/patches/lp1164023_try_csq_if_cind_fails_5d854a3.patch: fallback to
  trying AT+CSQ if AT+CIND fails. (LP: #1164023)
* debian/patches/git_udev_match_both_vid_pid_e322ccf.patch: match both VID
  and PID when matching devices: If the rules to tag specific USB interface
  numbers only apply on the PID, we'll end up seeing that if the port has a
  parent with another PID, and that other PID also has a rule, port will get
  tagged multiple times.
* debian/patches/git_mbm_remove_check_poll_when_conn_1652019.patch: mbm:
  remove connection attempt check poll explicitly when connected: Completing
  a MMCallbackInfo is done asynchronously (in an idle), which means that we
  may get the poll timeout called in between...
* debian/patches/lp1164023_try_csq_if_cind_fails_5d854a3.patch: fallback to
  trying AT+CSQ if AT+CIND fails. (LP: #1164023)
* debian/patches/git_udev_match_both_vid_pid_e322ccf.patch: match both VID
  and PID when matching devices: If the rules to tag specific USB interface
  numbers only apply on the PID, we'll end up seeing that if the port has a
  parent with another PID, and that other PID also has a rule, port will get
  tagged multiple times.
* debian/patches/git_mbm_remove_check_poll_when_conn_1652019.patch: mbm:
  remove connection attempt check poll explicitly when connected: Completing
  a MMCallbackInfo is done asynchronously (in an idle), which means that we
  may get the poll timeout called in between...
* debian/patches/git_cdma_double_free_05a4226.patch: cdma: avoid double free
  of GError (LP: #1083659)
* debian/patches/git_ignore_arduino_aa84ce9.patch: properly ignore more
  arduino devices. (LP: #1153632)
* debian/patches/git_ignore_west_mountain_radios_e608b17.patch: ignore West
  Mountain amateur radio systems. (LP: #1154654)
* debian/patches/lp700316_usb_blacklist.patch: refreshed.
* debian/patches/linux-default-usb-id.patch: blacklist the USB-Gadget 
default
  USB ID (the module actually allows you to set a custom one). The default 
ID
  is re-used by the Nexus 7 with Ubuntu images to expose a tty you can use
  to login to the system; but if it's not ignored ModemManager will
  harass it for some time trying to probe it. (LP: #1105352)
* debian/patches/handle_data07_capabilities_probing.patch: properly handle
  probing for the Huawei Data07 modem. (LP: #1071492)
* Upload the right tarball for 0.6.0.0 from upstream, which I somehow
  mishandled before. Thanks to Marius B. Kotsbak for pointing out the issue.
* Upload the right tarball for 0.6.0.0 from upstream, which I somehow
  mishandled before. Thanks to Marius B. Kotsbak for pointing out the issue.
* debian/patches/git_fall_back_to_csq_cind_8bd6903.patch: fallback to +CSQ 
if
  +CIND reports a signal level of 0. (LP: #1060831)
* debian/patches/git_move_cind_process_func_1dee45e.patch: moving the CIND
  processing function down a bit to make the above change cleaner. 
Cherry-pick
  from upstream.
* debian/patches/ericsson_h5321gw_usbids.patch: Add another known USB ID for
  the Ericsson H5321gw. (LP: #1057956)
* debian/patches/git_lte_4g_parsing_90489ae.patch,
  debian/patches/git_lte_etsi_mode_0af47c7.patch: cherry-pick the patches
  to properly handle and display LTE/4G technology modes. (LP: #1044744)
* debian/patches/git_lp1015328_segfault_in_clck_parser_318aaa0.patch: avoid
  crashing when parsing +CLCK responses. (LP: #1015328)
* debian/patches/git_better_handle_ucs2_convert_e07c216.patch,
  debian/patches/git_skip_add_utf8_check_219424a.patch: fix UCS2 conversion
  for some Huawei devices which return garbage along with the response for
  the +COPS command. (LP: #1049426)
* New upstream release. (LP: #1043486)
* debian/patches/fix-format-string.patch: dropped, applied upstream.
* debian/patches/qdl-blacklist.patch: replaced with installing the rules 
file
  directly to the udev rules directory.
* debian/77-mm-qdl-device-blacklist.rules, debian/rules: additional rules
  file from the qdl-blacklist.patch; we now install 

[Desktop-packages] [Bug 1164016] Re: restore type-ahead find

2014-01-14 Thread Vaclav Petras
Just for reference, the ticket backspace does not moves to parent
directory is here:

https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1124632

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

Title:
  restore type-ahead find

Status in Nautilus:
  Invalid
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  GNOME removed type-ahead find in Nautilus 3.6, not without
  controversy:

  https://mail.gnome.org/archives/nautilus-
  list/2012-August/msg2.html

  Now when you type in a Nautilus window, Nautilus immediately performs
  a search in the current directory and all its subdirectories.  I
  personally find this annoying.  If I want to search, I'll click the
  search icon.  Often I'm looking at a long directory listing and simply
  want to jump to a certain point in it, and type-ahead find works great
  for that.

  Would Ubuntu consider patching type-ahead find back in?

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

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


[Desktop-packages] [Bug 1225013] Re: Please merge Inkscape (0.48.4-3) from Debian testing main

2014-01-14 Thread Mattia Rizzolo
Here there is the debdiff from the debian release 0.48.4-3.

Hoping all is fine.

** Patch added: debdiff from debian/0.48.4-3
   
https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1225013/+attachment/3948505/+files/0.48.4-3_0.48.4.3u1.debdiff

** Changed in: inkscape (Ubuntu)
 Assignee: Mattia Rizzolo (mapreri) = (unassigned)

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

Title:
  Please merge Inkscape (0.48.4-3) from Debian testing main

Status in “inkscape” package in Ubuntu:
  New

Bug description:
  Debian has modernised the package structure and made a lot of changes.
  Changelog since last merge:

  inkscape (0.48.4-3) unstable; urgency=medium

* debian/control: S-V bump 3.9.4 = 3.9.5 (no changes needed)
* debian/control: Uploader e-mail address updated
* debian/patches/: patchset updated
  - 0005-Fix_FreeType_include.patch added (Closes: #733118)
Thanks to Adam Conrad for the patch.

   -- Matteo F. Vescovi mfvesc...@gmail.com  Fri, 27 Dec 2013 09:45:37
  +0100

  inkscape (0.48.4-2) unstable; urgency=low

* debian/control: fields update
  - Duplicate Homepage field removed
  - VCS-* fields repositioned
* debian/watch: path updated
* debian/: dh bump 7 = 9
* debian/source/format: 3.0 (quilt) file added
* debian/patches/: patchset re-worked using gbp-pq
  - patches re-worked using gbp-pq (authorships kept)
  - debian/control: quilt b-dep dropped
  - debian/rules: quilt usage dropped
* debian/gbp.conf: file added
* debian/control: autotools-dev b-dep added
* debian/rules: drastic simplification
* debian/control: S-V bump 3.8.3 = 3.9.4 (no changes needed)
* debian/control: python-lxml Suggests = Recommends (Closes: #389540)
* debian/control: python-numpy Suggests = Recommends (Closes: #440566)
* debian/control: libgnomevfs2-extra Suggests = Recommends
  (Closes: #602599)
* debian/control: skencil Suggests dropped.
  The package has been removed from unstable
  on 2010-09-03 and from testing on 2010-09-04. (Closes: #712192)
* debian/control: transfig added to Recommends (Closes: #601770)
* debian/control: python dropped from Suggests (Closes: #628009)
* debian/control: Package description updated.
  Thanks to Phil Bull philb...@gmail.com for the new description.
  (Closes: #635244) (LP: #811634)

   -- Matteo F. Vescovi mfv.deb...@gmail.com  Tue, 02 Jul 2013
  17:25:52 +0200

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

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


[Desktop-packages] [Bug 1241439] Re: [a52 plugin] no sound/audio, traps: pulseaudio[25921] trap divide error ip:7fe46a303a57 sp:7fff825b91d0 error:0 in libavutil.so.51.22.1

2014-01-14 Thread quequotion
Is this bug  different from bug 1242390?

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

Title:
  [a52 plugin] no sound/audio,  traps: pulseaudio[25921] trap divide
  error ip:7fe46a303a57 sp:7fff825b91d0 error:0 in libavutil.so.51.22.1

Status in “alsa-plugins” package in Ubuntu:
  Confirmed

Bug description:
  upgraded to 13.10 64 bit
  no sound at all
  aplay lists the devices

  syslog is full of repeating messages:
  desktop kernel: [  891.907148] traps: pulseaudio[19742] trap divide error 
ip:7fde05efca57 sp:7fff94bff400 error:0 in 
libavutil.so.51.22.1[7fde05ee9000+1c000]
  Oct 18 00:57:11 desktop pulseaudio[19746]: [pulseaudio] pid.c: Stale PID 
file, overwriting.
  Oct 18 00:57:11 desktop pulseaudio[19743]: [pulseaudio] main.c: Daemon 
startup failed.

  had to turn off respawning in client.conf

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: pulseaudio 1:4.0-0ubuntu6
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D3p', 
'/dev/snd/controlC0', '/dev/snd/hwC0D2', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D2c', 
'/dev/snd/pcmC0D2p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  Date: Fri Oct 18 11:47:26 2013
  InstallationDate: Installed on 2013-04-30 (170 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (0 days ago)
  dmi.bios.date: 08/21/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F11
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H77-D3H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF11:bd08/21/2012:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnH77-D3H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 1123710] Re: wine1.4:i386 not installable on raring amd64

2014-01-14 Thread Bug Watch Updater
** Changed in: fonts-unfonts-core (Debian)
   Status: New = Fix Released

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

Title:
  wine1.4:i386 not installable on raring amd64

Status in “fonts-droid” package in Ubuntu:
  Fix Released
Status in “fonts-horai-umefont” package in Ubuntu:
  Fix Released
Status in “fonts-liberation” package in Ubuntu:
  Fix Released
Status in “fonts-unfonts-core” package in Ubuntu:
  Fix Released
Status in “gnome-exe-thumbnailer” package in Ubuntu:
  Fix Released
Status in “ttf-wqy-microhei” package in Ubuntu:
  Fix Released
Status in “winetricks” package in Ubuntu:
  Fix Released
Status in “xdg-utils” package in Ubuntu:
  Fix Released
Status in “fonts-horai-umefont” package in Debian:
  Fix Released
Status in “fonts-liberation” package in Debian:
  Fix Released
Status in “fonts-unfonts-core” package in Debian:
  Fix Released
Status in “ttf-wqy-microhei” package in Debian:
  Fix Released
Status in “winetricks” package in Debian:
  Fix Released

Bug description:
  If a user wants 32-bit only wine, a reasonable way to get it would be
  to install wine1.4:i386.  However, this is not possible on amd64.
  Currently apt spews this complaint:

   wine1.4:i386 : Depends: wine1.4-i386:i386 (= 1.4.1-0ubuntu4)
  Recommends: gnome-exe-thumbnailer:i386 but it is not 
installable or
  kde-runtime:i386 but it is not going to be 
installed
  Recommends: ttf-droid:i386 but it is not installable
  Recommends: ttf-liberation:i386 but it is not installable
  Recommends: ttf-umefont:i386 but it is not installable
  Recommends: ttf-unfonts-core:i386 but it is not installable
  Recommends: ttf-wqy-microhei:i386 but it is not installable
  Recommends: winetricks:i386 but it is not going to be 
installed
  Recommends: xdg-utils:i386 but it is not installable

  gnome-exe-thumbnailer, xdg-utils, and the fonts are arch: all and
  should be marked multiarch:foreign to indicate that it is ok to
  install them for the nonnative wine1.4 (they are cross-arch shell
  scripts).  winetricks is currently arch i386 and amd64 and should
  probably be marked arch: all (especially for upcoming arm wine).

  apt will then freak out about conflicts and give up.  apt-get --no-
  install-recommends wine1.4:i386, however, will actually complete.  I'm
  not sure this is correct behavior for apt, as in principle it should
  be able to figure out that it can succeed with the command by omitting
  recommended packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-droid/+bug/1123710/+subscriptions

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


[Desktop-packages] [Bug 1265570] Re: nvidia-331 update installs bumblebee [xorg-edgers]

2014-01-14 Thread Lekensteyn
Looks like the issue entered in 331.20-0ubuntu7. From the changelog[1]:

+nvidia-graphics-drivers-331 (331.20-0ubuntu7) trusty; urgency=low
+
+  * debian/rules, debian/templates/control.in,
+debian/templates/nvidia-graphics-drivers.dirs.in,
+debian/templates/nvidia-graphics-drivers.install.in,
+debian/templates/nvidia-graphics-drivers.postinst.in,
+debian/templates/nvidia-graphics-drivers.postrm.in,
+debian/nvidia-persistenced.conf:
+- Add support for nvidia-persistenced.
+- Conflict/replace/provide with nvidia-persistenced
+  to avoid potential problems with packages from
+  xorg-edgers or other PPAs.
+- Depend on passwd and adduser.
+- Drop Recommend nvidia-persistenced.
+- Recommend nvidia-prime. Keep bumblebee as an
+  alternative, so that users who prefer to use
+  bumblebee, can keep doing so.
+- Drop cdbs and switch to debhelper 7.
+
+ -- Alberto Milone alberto.mil...@canonical.com  Tue, 17 Dec 2013 13:08:33 
+0100

The control file[2] recommends either nvidia-prime (= 0.5) or
bumblebee. nvidia-prime does not exist for Quantal or Raring. Saudy and
Precise have 0.4.2-something. Since recommended packages are installed
by default, shouldn't these packages be marked as Suggested?
Installing bumblebee-nvidia will blacklist the nvidia drivers, bringing
grief to users.

 [1]: 
https://launchpadlibrarian.net/162426597/nvidia-graphics-drivers-331_331.38-0ubuntu1~xedgers~trusty1.diff.gz
 [2]: 
https://launchpadlibrarian.net/162426956/buildlog_ubuntu-trusty-amd64.nvidia-graphics-drivers-331_331.38-0ubuntu1~xedgers~trusty1_UPLOADING.txt.gz

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

Title:
  nvidia-331 update installs bumblebee [xorg-edgers]

Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  Confirmed

Bug description:
  Hi xorg-edgers team,

  I just got the nvidia-331 update, from nvidia-319, but the update
  installs bumblebee, however when bumblebee is installed it blacklists
  the nvidia kernel modules.  Which bumblebee is suppossed to do but it
  breaks xorg if you aren't running an optimus based GPU.  Uninstalling
  bumblebee does not remove the /etc/modprobe.d/bumblebee.conf config
  file and as such the driver is still blacklisted until you either
  modify the file to not black list the nvidia-331 module or remove
  bumblebee.conf.  I have an nvidia 560 GTX video card.

  Tareeq

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

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


[Desktop-packages] [Bug 1267880] Re: cups-daemon upgrade generates warnings about rules not enforced

2014-01-14 Thread Jamie Strandboge
This appears to be a result of booting a non-Ubuntu kernel without the
AppArmor compat patches.

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

Title:
  cups-daemon upgrade generates warnings about rules not enforced

Status in “cups” package in Ubuntu:
  New

Bug description:
  Whenever the trusty cups-daemon package is upgraded, I can see a few
  warning lines about rules not enforced.  This does not appear to
  impact the cups operations.

  Note that this does not occur in saucy where the cups-daemon version
  currently is 1.7.0~rc1-0ubuntu5.1.

  For example, I just executed the following re-installation of the
  cups-daemon:

  $ sudo apt-get install --reinstall cups-daemon
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 1 not upgraded.
  Need to get 0 B/268 kB of archives.
  After this operation, 0 B of additional disk space will be used.
  (Reading database ... 220095 files and directories currently installed.)
  Preparing to replace cups-daemon 1.7.1-1 (using 
.../cups-daemon_1.7.1-1_amd64.deb) ...
  cups stop/waiting
  Unpacking replacement cups-daemon ...
  Processing triggers for man-db ...
  Processing triggers for ureadahead ...
  Processing triggers for ufw ...
  Setting up cups-daemon (1.7.1-1) ...
  Warning from /etc/apparmor.d/usr.sbin.cupsd (/etc/apparmor.d/usr.sbin.cupsd 
line 180): profile /usr/sbin/cupsd dbus rules not enforced
  Warning from /etc/apparmor.d/usr.sbin.cupsd (/etc/apparmor.d/usr.sbin.cupsd 
line 180): profile /usr/lib/cups/backend/cups-pdf network rules not enforced
  Warning from /etc/apparmor.d/usr.sbin.cupsd (/etc/apparmor.d/usr.sbin.cupsd 
line 180): profile /usr/sbin/cupsd network rules not enforced
  cups start/running, process 18890

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: cups-daemon 1.7.1-1
  ProcVersionSignature: Ubuntu 3.13.0-1.16-generic 3.13.0-rc7
  Uname: Linux 3.13.0-1-generic x86_64
  ApportVersion: 2.12.7-0ubuntu6
  Architecture: amd64
  CupsErrorLog:

  CurrentDesktop: XFCE
  Date: Fri Jan 10 08:34:43 2014
  InstallationDate: Installed on 2013-12-13 (27 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131213)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  Papersize: letter
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-1-generic 
root=UUID=0c647a78-7280-4913-8705-85f1aa784f42 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/23/2012
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: MUCDT10N.86A.0069.2012.0323.1358
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: D2550MUD2
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAG73892-600
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrMUCDT10N.86A.0069.2012.0323.1358:bd03/23/2012:svn:pn:pvr:rvnIntelCorporation:rnD2550MUD2:rvrAAG73892-600:cvn:ct3:cvr:

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

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


Re: [Desktop-packages] [Bug 1164428] Re: [ivb + nvidia] Ubuntu 12.04 LTS complete freeze

2014-01-14 Thread Stefan
Hello, This bug is no longer reproducing. I reinstalled ubuntu ( a few
months ago) using the offical image from ubuntu.com and it no longer
reproduced.

Stefan Matei
Software Engineer @ InSoftDEV
Email: stev.ma...@gmail.com
Phone: +40743330190

http://www.best.eu.org/iasi


On Tue, Jan 7, 2014 at 9:07 PM, Christopher M. Penalver 
christopher.m.penal...@gmail.com wrote:

 Stefan, this bug was reported a while ago and there hasn't been any
 activity in it recently. We were wondering if this is still an issue? If
 so, could you please test for this with the latest development release
 of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
 /daily-live/current/ .

 If it remains an issue, could you please run the following command in
 the development release from a Terminal
 (Applications-Accessories-Terminal), as it will automatically gather
 and attach updated debug information to this report:

 apport-collect -p xorg REPLACE-WITH-BUG-NUMBER

 Please note, given that the information from the prior release is
 already available, doing this on a release prior to the development one
 would not be helpful.

 Thank you for your understanding.

 Helpful bug reporting tips:
 https://wiki.ubuntu.com/ReportingBugs

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

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

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

 ** Attachment removed: sys.log

 https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1164428/+attachment/3621852/+files/sys.log

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1164428

 Title:
   [ivb + nvidia] Ubuntu 12.04 LTS complete freeze

 Status in “xorg” package in Ubuntu:
   Incomplete

 Bug description:
   I've read a few similar bugs reported, but none of them were resolved
   or were putted in an incomplete status.

   I have Ubuntu 12.04 LTS and it freezes all of a sudden.
   The keyboard/mouse stop working.
   Can't open any other TTY.
   The only solution is a hard reboot from button.

   Configuration:
   Description:  Ubuntu 12.04.2 LTS
   Release:  12.04
   Lenovo ThinkPad Edge Laptop
   Intel® Core™ i5-3210M CPU @ 2.50GHz × 2
   OS-type: 32-bit
   4GB RAM
   VGA compatible controller: Intel Corporation Ivy Bridge Graphics
 Controller (rev 09)
   VGA compatible controller: NVIDIA Corporation Device 0de9 (rev a1)

   I have installed on it a basic LAMP configuration, plus netbeans 7.2,
 FileZilla 3.5.3, Google Chrome.
   I also have an external monitor (I mention it because there was another
 bug similar that was saying that the monitor is the problem, but mine
 freezes regardless if I use or not the monitor)

   I don't think there are any logs as the system freezes without any
   warning (no CPU overheating, no lag...)

   It doesn't matter how many programs I have opened, because it freezes
   even if I close all programs, or even if I have Netbeans, Chrome(10+
   tabs +youtube), FileZilla, messenger, libre office, remmina and music
   on all in the same time.

   Sometimes it crashes as soon as I start using a program, other times
   crashes 2,3 times one after another on restart, and other times it
   doesn't crash for days (the longest period without a crash is for 3-4
   days).


   What is even more strange is that I have another laptop with Ubuntu ( a
 Dell Inspiron), with same software configuration and external monitor, and
 it never crashed.

   The only software difference is that the one that doesn't crash I
   downloaded the OS from ubuntu.com, and for the one that crashes I took
   the OS from a Romanian proxy. Could these be the issue?

   Please tell what log files to upload that may be of any help.

   Thanks,
   Stefan

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


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

Title:
  [ivb + nvidia] Ubuntu 12.04 LTS complete freeze

Status in “xorg” package in Ubuntu:
  Incomplete

Bug description:
  I've read a few similar bugs reported, but none of them were resolved
  or were putted in an incomplete status.

  I have Ubuntu 12.04 LTS and it freezes all of a sudden. 
  The keyboard/mouse stop working. 
  Can't open any other TTY.
  The only solution is a hard reboot from button.

  Configuration:
  Description:  Ubuntu 12.04.2 LTS
  Release:  12.04
  Lenovo ThinkPad Edge Laptop
  Intel® Core™ i5-3210M CPU @ 2.50GHz × 2 
  OS-type: 32-bit
  4GB RAM
  VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller 
(rev 09)
  VGA compatible controller: NVIDIA Corporation Device 0de9 (rev a1)

  I have installed on it a basic LAMP configuration, plus netbeans 7.2, 
FileZilla 3.5.3, Google Chrome.
  I also have an external monitor (I 

[Desktop-packages] [Bug 1164428] Re: [ivb + nvidia] Ubuntu 12.04 LTS complete freeze

2014-01-14 Thread Stefan
This bug no longer reproduces. I still have ubuntu 12.04 LTS and the
same machine, but I reinstalled it a few months after I submitted this
bug.

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

Title:
  [ivb + nvidia] Ubuntu 12.04 LTS complete freeze

Status in “xorg” package in Ubuntu:
  Incomplete

Bug description:
  I've read a few similar bugs reported, but none of them were resolved
  or were putted in an incomplete status.

  I have Ubuntu 12.04 LTS and it freezes all of a sudden. 
  The keyboard/mouse stop working. 
  Can't open any other TTY.
  The only solution is a hard reboot from button.

  Configuration:
  Description:  Ubuntu 12.04.2 LTS
  Release:  12.04
  Lenovo ThinkPad Edge Laptop
  Intel® Core™ i5-3210M CPU @ 2.50GHz × 2 
  OS-type: 32-bit
  4GB RAM
  VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller 
(rev 09)
  VGA compatible controller: NVIDIA Corporation Device 0de9 (rev a1)

  I have installed on it a basic LAMP configuration, plus netbeans 7.2, 
FileZilla 3.5.3, Google Chrome.
  I also have an external monitor (I mention it because there was another bug 
similar that was saying that the monitor is the problem, but mine freezes 
regardless if I use or not the monitor)

  I don't think there are any logs as the system freezes without any
  warning (no CPU overheating, no lag...)

  It doesn't matter how many programs I have opened, because it freezes
  even if I close all programs, or even if I have Netbeans, Chrome(10+
  tabs +youtube), FileZilla, messenger, libre office, remmina and music
  on all in the same time.

  Sometimes it crashes as soon as I start using a program, other times
  crashes 2,3 times one after another on restart, and other times it
  doesn't crash for days (the longest period without a crash is for 3-4
  days).

  
  What is even more strange is that I have another laptop with Ubuntu ( a Dell 
Inspiron), with same software configuration and external monitor, and it never 
crashed.

  The only software difference is that the one that doesn't crash I
  downloaded the OS from ubuntu.com, and for the one that crashes I took
  the OS from a Romanian proxy. Could these be the issue?

  Please tell what log files to upload that may be of any help.

  Thanks,
  Stefan

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

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


[Desktop-packages] [Bug 811634] Re: Package description is not user friendly

2014-01-14 Thread Mattia Rizzolo
Submitted to the debdiff for bug #1225013

** Changed in: inkscape (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  Package description is not user friendly

Status in “inkscape” package in Ubuntu:
  Fix Committed
Status in “inkscape” package in Debian:
  Fix Released

Bug description:
  The package description for Inkscape is not very user-friendly. It
  includes the names of several technical packages, has a lot of
  specific (and mostly irrelevant) technical information and does not
  focus on tasks that the user might want to perform. The package
  description should be updated, following the advice given in the
  Packaging Guide:

  https://wiki.ubuntu.com/PackagingGuide/Howtos/UsefulDescription

  This will make it more likely that non-technical users looking for a
  vector editor will find Inkscape.

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

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


[Desktop-packages] [Bug 1269030] [NEW] [HDA-Intel - HDA Intel, playback] No sound at all

2014-01-14 Thread Jim Benham
Public bug reported:

Using Philips Freevents.
Ubuntu 10.10 gives sound, any release after gives no sound. and only detects 
the headphone socket. Still with no sound through that even.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
Uname: Linux 3.2.0-24-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  yim2056 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xffe34000 irq 43'
   Mixer name   : 'Realtek ALC260'
   Components   : 'HDA:10ec0260,14ff1235,00100400 
HDA:10573055,10573055,00100700'
   Controls  : 19
   Simple ctrls  : 11
CurrentDmesg:
 [   34.550254] ADDRCONF(NETDEV_UP): wlan0: link is not ready
 [   34.557196] 8139too :03:04.0: eth0: link up, 100Mbps, full-duplex, lpa 
0x45E1
 [   35.455851] init: plymouth-upstart-bridge main process (1074) killed by 
TERM signal
 [   36.406893] init: plymouth-stop pre-start process (1714) terminated with 
status 1
 [   45.440019] eth0: no IPv6 routers present
Date: Tue Jan 14 15:22:08 2014
InstallationMedia: Ultimate Edition 3.4 LTS Precise - Release i386 (20120423)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_IE:en
 TERM=xterm
 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: Built-in Audio - HDA Intel
Symptom_DevicesInUse:
 2056  2056  1710  yim   F pulseaudio
 /dev/snd/pcmC0D0p:   yim   F...m pulseaudio
 /dev/snd/seq:timidity  F timidity
Symptom_Type: No sound at all
Title: [HDA-Intel - HDA Intel, playback] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/10/2006
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080013
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: To be filled by O.E.M.
dmi.board.vendor: To be filled by O.E.M.
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080013:bd05/10/2006:svnDIXONSXP:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnTobefilledbyO.E.M.:rnTobefilledbyO.E.M.:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: DIXONSXP

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


** Tags: apport-bug i386 precise

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

Title:
  [HDA-Intel - HDA Intel, playback] No sound at all

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

Bug description:
  Using Philips Freevents.
  Ubuntu 10.10 gives sound, any release after gives no sound. and only detects 
the headphone socket. Still with no sound through that even.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yim2056 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xffe34000 irq 43'
 Mixer name : 'Realtek ALC260'
 Components : 'HDA:10ec0260,14ff1235,00100400 
HDA:10573055,10573055,00100700'
 Controls  : 19
 Simple ctrls  : 11
  CurrentDmesg:
   [   34.550254] ADDRCONF(NETDEV_UP): wlan0: link is not ready
   [   34.557196] 8139too :03:04.0: eth0: link up, 100Mbps, full-duplex, 
lpa 0x45E1
   [   35.455851] init: plymouth-upstart-bridge main process (1074) killed by 
TERM signal
   [   36.406893] init: plymouth-stop pre-start process (1714) terminated with 
status 1
   [   45.440019] eth0: no IPv6 routers present
  Date: Tue Jan 14 15:22:08 2014
  InstallationMedia: Ultimate Edition 3.4 LTS Precise - Release i386 
(20120423)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_IE:en
   TERM=xterm
   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: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   2056  2056  1710  yim   F pulseaudio
   /dev/snd/pcmC0D0p:   yim   F...m pulseaudio
   /dev/snd/seq:timidity  F timidity
  Symptom_Type: No 

[Desktop-packages] [Bug 1245492] Re: Output window freezes when pressing record video

2014-01-14 Thread Jhonny Oliveira
Anyone working on this?

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

Title:
  Output window freezes when pressing record video

Status in “cheese” package in Ubuntu:
  Confirmed

Bug description:
  When I open cheese, click the video icon, and Record a Video the
  display for the video/display output for the webcam freezes. The video
  is then never recorded and I am unable to also take pictures unless I
  restart cheese. This problem did not occur in Ubuntu 13.04 - which is
  why I created this new report.

  When running cheese from the terminal, I get the following output
  right after pressing Record a Video:

  (cheese:15522): GStreamer-CRITICAL **: gst_mini_object_unref:
  assertion 'mini_object != NULL' failed

  (cheese:15522): cheese-WARNING **: Filter caps do not completely
  specify the output format

  
  (cheese:15522): cheese-WARNING **: Internal data flow error.


  The same happens (problem and terminal error) for another computer
  that I have where cheese also worked with Ubuntu 13.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: cheese 3.8.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Mon Oct 28 15:11:31 2013
  InstallationDate: Installed on 2013-10-18 (9 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: cheese
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1263802] Re: FTBFS with altivec on ppc64el

2014-01-14 Thread Daniel T Chen
** Also affects: mythtv (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  FTBFS with altivec on ppc64el

Status in “libav” package in Ubuntu:
  New
Status in “mythtv” package in Ubuntu:
  New

Bug description:
  gcc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample 
-Llibavutil -Llibswscale -Wl,-z,relro  -Wl,--as-needed -Wl,--warn-common 
-Wl,-rpath-link=libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
  -o avconv avconv_opt.o avconv_filter.o avconv.o cmdutils.o  -lavdevice 
-lavfilter -lavformat -lavresample -lavcodec -lswscale -lavutil -ldl -lXfixes 
-lXext -lX11 -lcdio_paranoia -lcdio_cdda -lcdio -ljack -lasound -ldc1394 
-lraw1394 -lgcrypt -lxvidcore -lvpx -lvpx -lvorbisenc -lvorbis -logg 
-ltheoraenc -ltheoradec -logg -lspeex -lschroedinger-1.0 -lrtmp -lz -lgnutls 
-lpulse-simple -lpulse -lopus -lopenjpeg -lmp3lame -lgsm -lgnutls -lva -lm 
-pthread -lbz2 -lz  
  gcc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample 
-Llibavutil -Llibswscale -Wl,-z,relro  -Wl,--as-needed -Wl,--warn-common 
-Wl,-rpath-link=libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
  -o avplay avplay.o cmdutils.o  -lavdevice -lavfilter -lavformat -lavresample 
-lavcodec -lswscale -lavutil -ldl -lXfixes -lXext -lX11 -lcdio_paranoia 
-lcdio_cdda -lcdio -ljack -lasound -ldc1394 -lraw1394 -lgcrypt -lxvidcore -lvpx 
-lvpx -lvorbisenc -lvorbis -logg -ltheoraenc -ltheoradec -logg -lspeex 
-lschroedinger-1.0 -lrtmp -lz -lgnutls -lpulse-simple -lpulse -lopus -lopenjpeg 
-lmp3lame -lgsm -lgnutls -lva -lm -pthread -lbz2 -lz  -lSDL
  gcc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample 
-Llibavutil -Llibswscale -Wl,-z,relro  -Wl,--as-needed -Wl,--warn-common 
-Wl,-rpath-link=libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
  -o avprobe avprobe.o cmdutils.o  -lavdevice -lavfilter -lavformat 
-lavresample -lavcodec -lswscale -lavutil -ldl -lXfixes -lXext -lX11 
-lcdio_paranoia -lcdio_cdda -lcdio -ljack -lasound -ldc1394 -lraw1394 -lgcrypt 
-lxvidcore -lvpx -lvpx -lvorbisenc -lvorbis -logg -ltheoraenc -ltheoradec -logg 
-lspeex -lschroedinger-1.0 -lrtmp -lz -lgnutls -lpulse-simple -lpulse -lopus 
-lopenjpeg -lmp3lame -lgsm -lgnutls -lva -lm -pthread -lbz2 -lz  
  gcc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample 
-Llibavutil -Llibswscale -Wl,-z,relro  -Wl,--as-needed -Wl,--warn-common 
-Wl,-rpath-link=libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
 -Wl,-E -o avserver avserver.o cmdutils.o  -lavdevice -lavfilter -lavformat 
-lavresample -lavcodec -lswscale -lavutil -ldl -lXfixes -lXext -lX11 
-lcdio_paranoia -lcdio_cdda -lcdio -ljack -lasound -ldc1394 -lraw1394 -lgcrypt 
-lxvidcore -lvpx -lvpx -lvorbisenc -lvorbis -logg -ltheoraenc -ltheoradec -logg 
-lspeex -lschroedinger-1.0 -lrtmp -lz -lgnutls -lpulse-simple -lpulse -lopus 
-lopenjpeg -lmp3lame -lgsm -lgnutls -lva -lm -pthread -lbz2 -lz  
  /usr/bin/ld: libavcodec/libavcodec.a(fft_altivec_s.o): ABI version 1 is not 
compatible with ABI version 2 output
  /usr/bin/ld: failed to merge target specific data of file 
libavcodec/libavcodec.a(fft_altivec_s.o)
  collect2: error: ld returned 1 exit status
  make[1]: *** [avserver] Error 1

  
  Porting required?

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

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


[Desktop-packages] [Bug 1033533] Re: Xorg crashed with SIGABRT: exaMemcpyBox with src=0x0 on nouveau with SW rendering

2014-01-14 Thread Chaffra Affouda
Yes but I cannnot run my dual screen with nomodeset. Only my default
screen is activated.

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

Title:
  Xorg crashed with SIGABRT: exaMemcpyBox with src=0x0 on nouveau with
  SW rendering

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Triaged

Bug description:
  [Errors Bucket]
  
https://errors.ubuntu.com/bucket/?id=/usr/bin/Xorg:6:memcpy:exaMemcpyBox:exaCopyDirty:exaCopyDirtyToSys:exaPrepareAccessReg_mixed

  Crash doing memcpy in EXA on nouveau, with software rendering
  activated.

  #8  signal handler called
  No symbol table info available.
  #9  __memcpy_sse2 () at ../sysdeps/x86_64/multiarch/../memcpy.S:72
  No locals.
  #10 0x7f570e63684e in memcpy (__len=23, __src=0x0, __dest=0x7f5713877100) 
at /usr/include/x86_64-linux-gnu/bits/string3.h:52
  No locals.
  #11 exaMemcpyBox (pbox=pbox@entry=0x7fffef000de0, src=0x0, src_pitch=64, 
dst=0x7f5713877100 , dst_pitch=24, pPixmap=error reading variable: Unhandled 
dwarf expression opcode 0xfa) at ../../exa/exa_migration_classic.c:59
  i = 16
  cpp = optimized out
  bytes = 23
  #12 0x7f570e636d03 in exaCopyDirty (migrate=migrate@entry=0x7fffef000e40, 
pValidDst=0x7f5713dc3e40, pValidSrc=0x7f5713dc3e50, transfer=0x7f570f28b7f0 
nouveau_exa_download_from_screen, fallback_index=fallback_index@entry=1, 
sync=0x7f570e635780 exaWaitSync) at ../../exa/exa_migration_classic.c:240
  pPixmap = 0x7f5713dc3da0
  pExaPixmap = 0x7f5713dc3e00
  damage = optimized out
  CopyReg = {extents = {x1 = 0, y1 = 0, x2 = 23, y2 = 16}, data = 0x0}
  save_use_gpu_copy = 1
  save_pitch = 64
  pBox = 0x7fffef000de0
  nbox = 1
  access_prepared = 1
  need_sync = 0
  #13 0x7f570e636f32 in exaCopyDirtyToSys 
(migrate=migrate@entry=0x7fffef000e40) at ../../exa/exa_migration_classic.c:285
  pPixmap = optimized out
  pExaScr = 0x7f5713877100
  pExaPixmap = 0x0
  #14 0x7f570e63951a in exaPrepareAccessReg_mixed (pPixmap=0x7f5713dc3da0, 
index=optimized out, pReg=0x0) at ../../exa/exa_migration_mixed.c:254
  as_dst = 1
  pixmaps = {{as_dst = 0, as_src = 1, pPix = 0x7f5713dc3da0, pReg = 
0x0}}
  pExaPixmap = 0x7f5713dc3e00
  has_gpu_copy = optimized out
  success = optimized out

  [Original Report]
  The crash report started immediately after login.

  ProblemType: CrashDistroRelease: Ubuntu 12.10
  Package: xserver-xorg-core 2:1.12.99.902-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-8.8-generic 3.5.0
  Uname: Linux 3.5.0-8-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.4-0ubuntu6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CrashCounter: 1
  Date: Sun Aug  5 14:46:44 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.1.18, 3.5.0-6-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-8-generic, x86_64: installed
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 6100 nForce 400] [10de:03d2] (rev a2) 
(prog-if 00 [VGA controller])
     Subsystem: NVIDIA Corporation Device [10de:cb84]
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120519)
  Lsusb:
   Bus 001 Device 002: ID 18ec:3399 Arkmicro Technologies Inc.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  ProcCmdline: /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 
-novtswitch -background none
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-8-generic 
root=UUID=a80eff25-65c3-4db0-adad-31d8ea95823b ro quiet splash vt.handoff=7
  Renderer: Software
  Signal: 6SourcePackage: xorg-server
  StacktraceTop:
   ?? () from /lib/x86_64-linux-gnu/libc.so.6
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
  Title: Xorg crashed with SIGABRT
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 09/22/2006
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: NF-MCP61
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd09/22/2006:svn:pn:pvr:rvn:rnNF-MCP61:rvr:cvn:ct3:cvr:
  version.compiz: compiz 1:0.9.8+bzr3249-0ubuntu2
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 

[Desktop-packages] [Bug 945430] Re: Lists lack zebra-striping

2014-01-14 Thread PS Jenkins bot
Fix committed into lp:ubuntu-themes at revision 334, scheduled for
release in ubuntu-themes, milestone Unknown

** Changed in: ubuntu-themes
   Status: New = Fix Committed

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

Title:
  Lists lack zebra-striping

Status in Light Themes:
  Fix Released
Status in Themes for Ubuntu:
  Fix Committed
Status in “light-themes” package in Ubuntu:
  Fix Released
Status in “ubuntu-themes” package in Ubuntu:
  Triaged

Bug description:
  We had it before and was taken out in Precise. We need this back. It
  makes apps like Rhythmbox much easier to handle.

To manage notifications about this bug go to:
https://bugs.launchpad.net/light-themes/+bug/945430/+subscriptions

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


[Desktop-packages] [Bug 1266492] Re: ld:i386 crashes with -static -fPIE -pie

2014-01-14 Thread Matthias Klose
** Tags added: ftbfs

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

Title:
  ld:i386 crashes with -static -fPIE -pie

Status in “binutils” package in Ubuntu:
  Confirmed
Status in “evolution-data-server” package in Ubuntu:
  Triaged
Status in “xorg-server” package in Ubuntu:
  Triaged
Status in “binutils” source package in Trusty:
  Confirmed
Status in “evolution-data-server” source package in Trusty:
  Triaged
Status in “xorg-server” source package in Trusty:
  Triaged

Bug description:
  Making a simple file conftest.c with the following contents:

  int main() { return 0; }

  And then compiling it on i386 with gcc -fPIE -pie -static conftest.c
  returns:

  *** Error in `/usr/bin/ld': corrupted double-linked list: 0x08dddb38
  ***

  This breaks compilation xorg-server on i386. I believe that -static
  -fPIE -pie is probably invalid, and it fails on amd64 too.

  $ gcc -fPIE -pie -static conftest.c 
  /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginT.o: relocation 
R_X86_64_32 against `__TMC_END__' can not be used when making a shared object; 
recompile with -fPIC
  /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginT.o: error adding symbols: Bad value
  collect2: error: ld returned 1 exit status

  But autoconf hangs on the corrupted double-linked list, which times
  out the xorg-server build.

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

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


[Desktop-packages] [Bug 666058] Re: Main Screen Overlaps Second Screen

2014-01-14 Thread Christopher M. Penalver
shankao, please do not mark this a duplicate of another report, or vice
versa.

** This bug is no longer a duplicate of bug 680614
   Position of second monitor wrong in dual monitor setup if first monitor is 
1366x768

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

Title:
  Main Screen Overlaps Second Screen

Status in “xserver-xorg-video-ati” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: xorg

  I am suffering from bug 472716 and was going to do the aport-collect
  as requested but that recommended I create a new bug, so here it is.

  The symptom is that my laptop desktop overlaps/overflows/spills on to
  my second, external monitor. Bug 472716 says it is by one pixel but I
  have not measured. I am using the xorg ati driver 6.13 and have a
  Radeon HD 4225.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xorg 1:7.5+6ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  Architecture: amd64
  DRM.card0.HDMI_Type_A.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1920x1080 1600x1200 1680x1050 1280x1024 1440x900 1280x960 1280x720 
1024x768 800x600 640x480 720x400
   edid-base64: 
AP///wAi8GcoAQEBAQkUAQOAMBt47u6Vo1RMmSYPUFShCACBwIFAgYCVAKlAswABAQEBAjqAGHE4LUBYLEUA2wsRAAAe/QAyTBheEQAKICAgICAg/ABIUCBaUjIydwogICAg/wBDTjQwMDkwMDExCiAgADQ=
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1366x768 1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
   edid-base64: 
AP///wAGr1wwAAATAQSQGg54ApmFlVVWkigiUFQBAQEBAQEBAQEBAQEBAQEBWBtWaFAAGTAwIDYAAJAQAAAaWBtWaFAAGTAwIDYAAJAQAAAa/gAyVkQyS4BCMTE2WFczQQqWAREAAAIBCiAgALY=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes: 
   edid-base64:
  Date: Sun Oct 24 23:12:06 2010
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release Candidate amd64 
(20100928)
  MachineType: Dell Inc. Inspiron 1120
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=d6d81c10-652a-44cd-b9d3-6524b52b2daa ro
  ProcEnviron:
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  dmi.bios.date: 07/26/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.asset.tag: 1234567890
  dmi.board.name: 090DNY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.asset.tag: 1234567890
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A03
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd07/26/2010:svnDellInc.:pnInspiron1120:pvrA03:rvnDellInc.:rn090DNY:rvrA03:cvnDellInc.:ct8:cvrA03:
  dmi.product.name: Inspiron 1120
  dmi.product.version: A03
  dmi.sys.vendor: Dell Inc.
  glxinfo: Error: [Errno 2] No such file or directory
  peripherals: Failure listing entries in `/desktop/gnome/peripherals': Failed 
to contact configuration server; the most common cause is a missing or 
misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ 
for information. (Details -  1: Failed to get connection to session: Error 
connecting: Connection refused)
  system:
   distro: Ubuntu
   codename:   maverick
   architecture:   x86_64
   kernel: 2.6.35-22-generic

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

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


[Desktop-packages] [Bug 1261048]

2014-01-14 Thread Markus Mohrhard
(In reply to comment #3)
 The Wikipedia reference is to be appreciated because the relevant IEEE-754
 standard (1985 original or 2008 revision) is behind a subscription barrier.
 I will refer to the standard nevertheless, and for present purposes Std
 754-1985 suffices. Section 5, Operations, is the relevant part. I quote:
 
 All conforming implementations of this standard shall provide operations to
 add, subtract, multiply, divide, extract the square root, find the
 remainder, round to integer in floating-point format, convert between
 different floating-point formats, convert between floating-point and integer
 formats, convert binary --- decimal, and compare.
 
 Subsection 5.5 expands on the specification of rounding to integer. For my
 posted example the situation is simple: the input value is an exactly
 representable integer, y=power(2,50)+1. Following Microsoft Excel,
 LibreOffice Calc offers a bunch of functions to perform rounding to integer;
 they include round(.,0), roundup(.,0), rounddown(.,0), trunc(.,0),
 ceiling(.,1), floor(.,1) and int(.), where I use the . symbol to denote
 the free argument.
 
 For integer argument, as in the present case, there can be no ambiguity
 about what is the result of rounding to integer; the mathematical result
 value is the same as the input value. Moreover, given that the input value
 is a representable IEEE-754 number likewise this result value is exactly
 representable; it is the same value. It is an error in Microsoft Excel and
 in LibreOffice Calc that a different result is returned. (The present
 situation is very different from the familiar situation of adding and
 subtracting decimal numbers with two digits behind the decimal point and
 finding a result that differs from the correct mathematical result by some
 value much less than 0.01.)
 
 I note that the tests of this kind of arithmetic can be confusing, because
 in fact Microsoft Excel 1997 (and later) and LibreOffice Calc deliberately
 violate IEEE Std 754-1985 for arithmetic very close to a cancellation
 threshold [1]. I quote:
 
 Excel 97, however, introduced an optimization that attempts to correct for
 this problem. Should an addition or subtraction operation result in a value
 at or very close to zero, Excel 97 and later will compensate for any error
 introduced as a result of converting an operand to and from binary.
 
 It is not very clearly expressed, and Optimization would not be my choice
 of words. Anyway, this concerns plain arithmetic and it muddles the tests,
 but it does not affect the present issue with the rounding functions.
 
 I note that my report received the lowest ranking in both columns for
 importance; that is not my assessment. The numerical error is tiny, sure,
 but it may break logic in a code if the result of rounddown(.,0) applied to
 a positive number can actually return a larger number, and I think that the
 reputational cost is not to be trivialized. One may recall the Pentium
 division bug.
 
 [1] Floating-point arithmetic may give inaccurate results in Excel - Example
 When a Value Reaches Zero
 http://support.microsoft.com/kb/78113

We implement exactly the same optimization technique to work around some
of the floating point accuracy problems. This is part of our core code
and will not be changed.

I'm sorry there is nothing to discuss. This is a technical decision that
you have to live with if you want to use Libreoffice Calc. Please don't
reopen this bug as I explained already that this will never be changed.

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

Title:
  [Upstream] Wrong results from rounding functions for large argument

Status in LibreOffice Productivity Suite:
  Won't Fix
Status in “libreoffice” package in Ubuntu:
  Won't Fix

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  2) apt-cache policy libreoffice-calc
  libreoffice-calc:
Installed: 1:4.1.3-0ubuntu3
Candidate: 1:4.1.3-0ubuntu3
Version table:
   *** 1:4.1.3-0ubuntu3 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  I am using Ubuntu 12.04.3 LTS and within that LibreOffice 3.5.7.2,
  Build ID: 350m1(Build:2) but this is also reproducible in LO Trunk
  4.3.0.0.alpha0+ on Windows Vista:

  What is expected to happen at a terminal:
  cd ~/Desktop  wget 
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1261048/+attachment/3942054/+files/LibreOfficeRoundingIssues.ods
  localc --nologo LibreOfficeRoundingIssues

  Is that for cell D5 is it 0.

  What happens instead is that it is 5. This would be an issue with Calc
  numerical precision, as the actual outcome of 5 is also the same with
  Excel.

  WORKAROUND: Use gnumeric:
  apt-cache policy gnumeric
  gnumeric:
Installed: 1.12.9-1
Candidate: 1.12.9-1

[Desktop-packages] [Bug 1261048]

2014-01-14 Thread Bjbraams-2
Please don't reopen this bug... I would not dream of it. Let me only
record a possible misunderstanding. My report is not about that Excel
optimization by which near-cancellations are replaced by exact
cancellations; I mentioned that optimization only peripherally because
it affects the diagnostics. Instead, my report concerns the arithmetic
of the Excel and LibreOffice Calc rounding functions, by which round to
integer of an exactly representable (IEEE-754) integer may return a
different integer. In a way it is the opposite of the mentioned
optimization. It replaces exact equality (which would be the correct
mathematical result) by only approximate equality. It is indeed a tiny
error, only about 6 bits in the mantissa in the worst case. It is just
barely large enough to exceed the 5 bits of error that would be masked
by that Excel optimization.

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

Title:
  [Upstream] Wrong results from rounding functions for large argument

Status in LibreOffice Productivity Suite:
  Won't Fix
Status in “libreoffice” package in Ubuntu:
  Won't Fix

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  2) apt-cache policy libreoffice-calc
  libreoffice-calc:
Installed: 1:4.1.3-0ubuntu3
Candidate: 1:4.1.3-0ubuntu3
Version table:
   *** 1:4.1.3-0ubuntu3 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  I am using Ubuntu 12.04.3 LTS and within that LibreOffice 3.5.7.2,
  Build ID: 350m1(Build:2) but this is also reproducible in LO Trunk
  4.3.0.0.alpha0+ on Windows Vista:

  What is expected to happen at a terminal:
  cd ~/Desktop  wget 
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1261048/+attachment/3942054/+files/LibreOfficeRoundingIssues.ods
  localc --nologo LibreOfficeRoundingIssues

  Is that for cell D5 is it 0.

  What happens instead is that it is 5. This would be an issue with Calc
  numerical precision, as the actual outcome of 5 is also the same with
  Excel.

  WORKAROUND: Use gnumeric:
  apt-cache policy gnumeric
  gnumeric:
Installed: 1.12.9-1
Candidate: 1.12.9-1
Version table:
   *** 1.12.9-1 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 
Packages
  100 /var/lib/dpkg/status

  ---
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release i386 
(20130820.1)
  MarkForUpload: True
  Package: libreoffice 1:3.5.7-0ubuntu5
  PackageArchitecture: i386
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.8.0-35.50~precise1-generic 3.8.13.13
  Tags:  precise running-unity
  Uname: Linux 3.8.0-35-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1261048]

2014-01-14 Thread Bjbraams-2
The Wikipedia reference is to be appreciated because the relevant
IEEE-754 standard (1985 original or 2008 revision) is behind a
subscription barrier. I will refer to the standard nevertheless, and for
present purposes Std 754-1985 suffices. Section 5, Operations, is the
relevant part. I quote:

All conforming implementations of this standard shall provide
operations to add, subtract, multiply, divide, extract the square root,
find the remainder, round to integer in floating-point format, convert
between different floating-point formats, convert between floating-point
and integer formats, convert binary --- decimal, and compare.

Subsection 5.5 expands on the specification of rounding to integer. For
my posted example the situation is simple: the input value is an exactly
representable integer, y=power(2,50)+1. Following Microsoft Excel,
LibreOffice Calc offers a bunch of functions to perform rounding to
integer; they include round(.,0), roundup(.,0), rounddown(.,0),
trunc(.,0), ceiling(.,1), floor(.,1) and int(.), where I use the .
symbol to denote the free argument.

For integer argument, as in the present case, there can be no ambiguity
about what is the result of rounding to integer; the mathematical result
value is the same as the input value. Moreover, given that the input
value is a representable IEEE-754 number likewise this result value is
exactly representable; it is the same value. It is an error in Microsoft
Excel and in LibreOffice Calc that a different result is returned. (The
present situation is very different from the familiar situation of
adding and subtracting decimal numbers with two digits behind the
decimal point and finding a result that differs from the correct
mathematical result by some value much less than 0.01.)

I note that the tests of this kind of arithmetic can be confusing,
because in fact Microsoft Excel 1997 (and later) and LibreOffice Calc
deliberately violate IEEE Std 754-1985 for arithmetic very close to a
cancellation threshold [1]. I quote:

Excel 97, however, introduced an optimization that attempts to correct
for this problem. Should an addition or subtraction operation result in
a value at or very close to zero, Excel 97 and later will compensate for
any error introduced as a result of converting an operand to and from
binary.

It is not very clearly expressed, and Optimization would not be my
choice of words. Anyway, this concerns plain arithmetic and it muddles
the tests, but it does not affect the present issue with the rounding
functions.

I note that my report received the lowest ranking in both columns for
importance; that is not my assessment. The numerical error is tiny,
sure, but it may break logic in a code if the result of rounddown(.,0)
applied to a positive number can actually return a larger number, and I
think that the reputational cost is not to be trivialized. One may
recall the Pentium division bug.

[1] Floating-point arithmetic may give inaccurate results in Excel - Example 
When a Value Reaches Zero
http://support.microsoft.com/kb/78113

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

Title:
  [Upstream] Wrong results from rounding functions for large argument

Status in LibreOffice Productivity Suite:
  Won't Fix
Status in “libreoffice” package in Ubuntu:
  Won't Fix

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  2) apt-cache policy libreoffice-calc
  libreoffice-calc:
Installed: 1:4.1.3-0ubuntu3
Candidate: 1:4.1.3-0ubuntu3
Version table:
   *** 1:4.1.3-0ubuntu3 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  I am using Ubuntu 12.04.3 LTS and within that LibreOffice 3.5.7.2,
  Build ID: 350m1(Build:2) but this is also reproducible in LO Trunk
  4.3.0.0.alpha0+ on Windows Vista:

  What is expected to happen at a terminal:
  cd ~/Desktop  wget 
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1261048/+attachment/3942054/+files/LibreOfficeRoundingIssues.ods
  localc --nologo LibreOfficeRoundingIssues

  Is that for cell D5 is it 0.

  What happens instead is that it is 5. This would be an issue with Calc
  numerical precision, as the actual outcome of 5 is also the same with
  Excel.

  WORKAROUND: Use gnumeric:
  apt-cache policy gnumeric
  gnumeric:
Installed: 1.12.9-1
Candidate: 1.12.9-1
Version table:
   *** 1.12.9-1 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 
Packages
  100 /var/lib/dpkg/status

  ---
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release i386 
(20130820.1)
  MarkForUpload: True
  Package: libreoffice 1:3.5.7-0ubuntu5
  PackageArchitecture: i386
  ProcEnviron:
   TERM=xterm
   PATH=(custom, 

  1   2   3   >