[Desktop-packages] [Bug 1242633] Re: unity pointer barriers sru bug

2013-12-19 Thread Chris Halse Rogers
Hello Maarten, or anyone else affected,

Accepted x11proto-input into precise-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/x11proto-
input/2.3-1~precise1 in a few hours, and then in the -proposed
repository.

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

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

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

** Changed in: x11proto-input (Ubuntu Precise)
   Status: New = Fix Committed

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

Title:
  unity pointer barriers sru bug

Status in “libxfixes” package in Ubuntu:
  In Progress
Status in “libxi” package in Ubuntu:
  In Progress
Status in “qt4-x11” package in Ubuntu:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress
Status in “unity-2d” package in Ubuntu:
  In Progress
Status in “x11proto-input” package in Ubuntu:
  In Progress
Status in “libxfixes” source package in Precise:
  Fix Committed
Status in “libxi” source package in Precise:
  Fix Committed
Status in “qt4-x11” source package in Precise:
  New
Status in “unity” source package in Precise:
  Fix Committed
Status in “unity-2d” source package in Precise:
  New
Status in “x11proto-input” source package in Precise:
  Fix Committed

Bug description:
  x11proto-input, libxfixes, libxi, unity and unity-2d in precise needs
  updates to work with the new pointer barrier api from x1.14.

  [Impact]
   * Pointer barrier api has changed between 1.13 and 1.14. 
(xorg-server-lts-saucy)
   * Modifications in unity and unity-2d are required to support both api's.

  [Test Case]
   * Update all packages.
   * Test pointer barriers on an old xorg-server, they should continue to work.
   * Test pointer barriers on the new xorg-server, they should work.

  [Regression Potential]
    * Low, it enables a separate code path for pointer barriers. The code in 
unity is a bit different due to copying the rework from upstream unity and 
keeping the old paths for legacy pointer barriers. Upstream dropped the old 
paths.

  [Other Info]
    * It's a bit of a hack. The old pointer barrier symbols live in libxfixes, 
the new ones in libxi. Because of the overlap some modifications had to be made 
to allow both pointer barriers to be included. This works as well as it can.
   * Depending on the queried libxi2/libxfixes versions, old pointer barriers 
or new ones are used.

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

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


[Desktop-packages] [Bug 1242633] Re: unity pointer barriers sru bug

2013-12-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/x11proto-input

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

Title:
  unity pointer barriers sru bug

Status in “libxfixes” package in Ubuntu:
  In Progress
Status in “libxi” package in Ubuntu:
  In Progress
Status in “qt4-x11” package in Ubuntu:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress
Status in “unity-2d” package in Ubuntu:
  In Progress
Status in “x11proto-input” package in Ubuntu:
  In Progress
Status in “libxfixes” source package in Precise:
  Fix Committed
Status in “libxi” source package in Precise:
  Fix Committed
Status in “qt4-x11” source package in Precise:
  New
Status in “unity” source package in Precise:
  Fix Committed
Status in “unity-2d” source package in Precise:
  New
Status in “x11proto-input” source package in Precise:
  Fix Committed

Bug description:
  x11proto-input, libxfixes, libxi, unity and unity-2d in precise needs
  updates to work with the new pointer barrier api from x1.14.

  [Impact]
   * Pointer barrier api has changed between 1.13 and 1.14. 
(xorg-server-lts-saucy)
   * Modifications in unity and unity-2d are required to support both api's.

  [Test Case]
   * Update all packages.
   * Test pointer barriers on an old xorg-server, they should continue to work.
   * Test pointer barriers on the new xorg-server, they should work.

  [Regression Potential]
    * Low, it enables a separate code path for pointer barriers. The code in 
unity is a bit different due to copying the rework from upstream unity and 
keeping the old paths for legacy pointer barriers. Upstream dropped the old 
paths.

  [Other Info]
    * It's a bit of a hack. The old pointer barrier symbols live in libxfixes, 
the new ones in libxi. Because of the overlap some modifications had to be made 
to allow both pointer barriers to be included. This works as well as it can.
   * Depending on the queried libxi2/libxfixes versions, old pointer barriers 
or new ones are used.

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

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


[Desktop-packages] [Bug 1262068] Re: nvidia-prime should support gdm also

2013-12-19 Thread Tim
** Changed in: ubuntu-gnome
   Status: Confirmed = Triaged

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

Title:
  nvidia-prime should support gdm also

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

Bug description:
  On Ubuntu GNOME we ship gdm by default, however nvidia-prime depends
  on lightdm. This means that

  1. Anyone installing nvidia binary drivers will pull in nvidia-prime and 
subsequently lightdm. As a consequence of this they are also going to get the 
potentially confusing dconf pop-up asking them to choose a DM.
  2. nvidia-prime probably won't work when using gdm

  I haven't looked to closely at how deeply integrated this is with
  lightdm, however we particularly don't want #1 happening, and it would
  be nice if #2 worked.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nvidia-prime (not installed)
  ProcVersionSignature: Ubuntu 3.12.0-5.13-generic 3.12.2
  Uname: Linux 3.12.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Dec 18 16:56:19 2013
  InstallationDate: Installed on 2012-09-23 (451 days ago)
  InstallationMedia: Ubuntu GNOME Remix 12.10 Quantal Quetzal - Alpha 
amd64(20120922)
  SourcePackage: nvidia-prime
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1256961] Re: new glib (2.39.1) causes some indicators nautilus to not load promptly

2013-12-19 Thread Eugene San
** Package changed: glib (Ubuntu) = glib2.0 (Ubuntu)

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

Title:
  new glib (2.39.1) causes some indicators  nautilus to not load
  promptly

Status in “glib2.0” package in Ubuntu:
  New
Status in “gnome-panel” package in Ubuntu:
  Confirmed

Bug description:
  Test case:
  updated 14.04 install with glib (2.39.1)  default installed 
indicator-applet-complete
  Log into either flashback session
  indicators session, datetime  sound will not be present
  additionally  nautilus will have not been started (handling the Desktop), can 
be seen by absence of r. click on Desktop

  Wait 1-2 min, then the indicators will load  nautilus will have started
  (nautilus can be started prior to from places

  With previous glib (2.38+) none of this occurs

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-flashback (not installed)
  ProcVersionSignature: Ubuntu 3.12.0-4.12-generic 3.12.1
  Uname: Linux 3.12.0-4-generic x86_64
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  2 10:29:31 2013
  SourcePackage: gnome-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1256961/+subscriptions

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


[Desktop-packages] [Bug 1256961] Re: new glib (2.39.1) causes some indicators nautilus to not load promptly

2013-12-19 Thread Eugene San
** Also affects: glib (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  new glib (2.39.1) causes some indicators  nautilus to not load
  promptly

Status in “glib2.0” package in Ubuntu:
  New
Status in “gnome-panel” package in Ubuntu:
  Confirmed

Bug description:
  Test case:
  updated 14.04 install with glib (2.39.1)  default installed 
indicator-applet-complete
  Log into either flashback session
  indicators session, datetime  sound will not be present
  additionally  nautilus will have not been started (handling the Desktop), can 
be seen by absence of r. click on Desktop

  Wait 1-2 min, then the indicators will load  nautilus will have started
  (nautilus can be started prior to from places

  With previous glib (2.38+) none of this occurs

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-flashback (not installed)
  ProcVersionSignature: Ubuntu 3.12.0-4.12-generic 3.12.1
  Uname: Linux 3.12.0-4-generic x86_64
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  2 10:29:31 2013
  SourcePackage: gnome-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1256961/+subscriptions

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


[Desktop-packages] [Bug 1254442] Re: Please upgrade to new upstream release v.13.11 Beta V9.4 (has support for Saucy's Kernel 3.11)

2013-12-19 Thread Boaz Dodin
AMD Catalyst 13.12 Linux stable driver just been released:
http://support.amd.com/en-us/kb-articles/Pages/amdcatalyst13-12linreleasenotes.aspx

Additional resolved Issues:
* [384861]: Ultra slow dota2 fps
* [383176]: System hang when startx after enable Eyefinity
* [383109]: System hang when run Unigine Heaven 4.0
* [382494]: Screen corruption when run C4Engine with GL_ARB_texture_array 
enabled
* [384193]: Fix the procfs permission issue on kernel 3.10 and later
* [373812]: System hang when run some OpenGL stress test
* [383430]: Glxtest failed with force AA
* [383372]: Fail to launch cairo-dock
* [384509]: glClientWaitSync is waiting even when timeout is 0
* [383573]: AC/DC switching is broken
* [384194]: Tear-Free Desktop sets V-Sync to 30Hz instead of 60Hz
* [385123]: CrossFire aspect observed in CCCLE where it should not
* [385414]: Steam crashes and games hang on a black screen when Force AA is on
* [387027]: Glxtest failed on SLED11 SP3
* [382079]: MARI crash with weird stack
* [387797]: X crash when kill X with Xserver 1.13 and 1.14
* [389431]: Screens are distorted when connecting an external monitor on some 
PowerXpress platform with Intel Haswell
* [389728]: Segfault after disabling display on re-launch of CCCLE
* [387573]: Soft hang and error observed on BasicDebug sample for OpenCL when 
run on x86
* [385704]: Black window when run glxgears with TWM
* [376115]: Display corruption when using rotation

** Summary changed:

- Please upgrade to new upstream release v.13.11 Beta V9.4 (has support for 
Saucy's Kernel 3.11)
+ Please upgrade to new upstream release v.13.12 (has support for Saucy's 
Kernel 3.11)

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

Title:
  Please upgrade to new upstream release v.13.12 (has support for
  Saucy's Kernel 3.11)

Status in “fglrx-installer” package in Ubuntu:
  Confirmed
Status in “fglrx-installer-updates” package in Ubuntu:
  Confirmed

Bug description:
  Please upgrade to new upstream release 13.11 Beta V9.4. This driver
  supports Kernels up to 3.12 and Xorg up to 1.14; ie. it should fully
  work on Ubuntu 13.10.

  This version also fixes the following issues:

  [372656] : Resolves crash when resizing Konsole
  [388325] : Resolves brightness adjustment issues
  [388818] : Resolves kernel module compile failure when 
CONFIG_UIDGID_STRICT_TYPE_CHECKS is enabled
  [388335] : Avoids the new GPL symbol acpi_bus_get_device for new kernel 
support
  [386897] : Resolves system hang on resume from S4 with OpenGL screen 
saver running

  It might make sense to also upgrade the stable package, as the beta
  v9.4. is the first version that has native support (without DKMS
  drivers) for Saucy's Kernel.

  Source and more information can be found from http://support.amd.com
  /en-us/kb-articles/Pages/Latest-LINUX-Beta-Driver.aspx

  Thanks.

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

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


[Desktop-packages] [Bug 1262539] Re: Driver for NVIDIA GF117M (GT620M) [10de:1140]

2013-12-19 Thread Po-Hsu Lin
Debugging information:
$ lspci -nn

00:00.0 Host bridge [0600]: Intel Corporation Haswell-ULT DRAM Controller 
[8086:0a04] (rev 0b)
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT 
Integrated Graphics Controller [8086:0a16] (rev 0b)
00:03.0 Audio device [0403]: Intel Corporation Device [8086:0a0c] (rev 0b)
00:14.0 USB controller [0c03]: Intel Corporation Lynx Point-LP USB xHCI HC 
[8086:9c31] (rev 04)
00:16.0 Communication controller [0780]: Intel Corporation Lynx Point-LP HECI 
#0 [8086:9c3a] (rev 04)
00:16.3 Serial controller [0700]: Intel Corporation Lynx Point-LP HECI KT 
[8086:9c3d] (rev 04)
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection 
I218-LM [8086:155a] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation Lynx Point-LP HD Audio 
Controller [8086:9c20] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation Lynx Point-LP PCI Express Root 
Port 1 [8086:9c10] (rev e4)
00:1c.3 PCI bridge [0604]: Intel Corporation Lynx Point-LP PCI Express Root 
Port 4 [8086:9c16] (rev e4)
00:1c.4 PCI bridge [0604]: Intel Corporation Lynx Point-LP PCI Express Root 
Port 5 [8086:9c18] (rev e4)
00:1c.5 PCI bridge [0604]: Intel Corporation Lynx Point-LP PCI Express Root 
Port 6 [8086:9c1a] (rev e4)
00:1d.0 USB controller [0c03]: Intel Corporation Lynx Point-LP USB EHCI #1 
[8086:9c26] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation Lynx Point-LP LPC Controller 
[8086:9c43] (rev 04)
00:1f.2 RAID bus controller [0104]: Intel Corporation 82801 Mobile SATA 
Controller [RAID mode] [8086:282a] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation Lynx Point-LP SMBus Controller 
[8086:9c22] (rev 04)
01:00.0 SD Host controller [0805]: O2 Micro, Inc. Device [1217:8520] (rev 01)
02:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network 
Adapter [168c:0032] (rev 01)
03:00.0 3D controller [0302]: NVIDIA Corporation GF117M [GeForce 610M/710M / GT 
620M/625M/630M/720M] [10de:1140] (rev a1)


** Attachment added: dmesg.log
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319/+bug/1262539/+attachment/3932428/+files/dmesg.log

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

Title:
  Driver for NVIDIA GF117M (GT620M) [10de:1140]

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

Bug description:
  CID: 201307-14032 Dell Latitude E5540

  According to 
  http://www.nvidia.com/object/linux-display-amd64-319.32-driver.html

  The video card on this system: 
  03:00.0 3D controller [0302]: NVIDIA Corporation GF117M [GeForce 610M/710M / 
GT 620M/625M/630M/720M] [10de:1140] (rev a1)

  Should be suported by nvidia-319.32,
  however, the driver was not listed in jockey-gtk unless you install 
nvidia-319 manually

  Also, there is no option for turn on/off optimus mode in BIOS.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nvidia-319 319.32-0ubuntu0.0.1
  ProcVersionSignature: Ubuntu 3.8.0-34.49~precise1-generic 3.8.13.12
  Uname: Linux 3.8.0-34-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Dec 19 15:36:15 2013
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nvidia-graphics-drivers-319
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1262539] [NEW] Driver for NVIDIA GF117M (GT620M) [10de:1140]

2013-12-19 Thread Po-Hsu Lin
Public bug reported:

CID: 201307-14032 Dell Latitude E5540

According to 
http://www.nvidia.com/object/linux-display-amd64-319.32-driver.html

The video card on this system: 
03:00.0 3D controller [0302]: NVIDIA Corporation GF117M [GeForce 610M/710M / GT 
620M/625M/630M/720M] [10de:1140] (rev a1)

Should be suported by nvidia-319.32,
however, the driver was not listed in jockey-gtk unless you install nvidia-319 
manually

Also, there is no option for turn on/off optimus mode in BIOS.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nvidia-319 319.32-0ubuntu0.0.1
ProcVersionSignature: Ubuntu 3.8.0-34.49~precise1-generic 3.8.13.12
Uname: Linux 3.8.0-34-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Thu Dec 19 15:36:15 2013
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nvidia-graphics-drivers-319
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-319 (Ubuntu)
 Importance: Undecided
 Assignee: Anthony Wong (anthonywong)
 Status: New


** Tags: 201307-14032 amd64 apport-bug precise running-unity taipei-office

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

Title:
  Driver for NVIDIA GF117M (GT620M) [10de:1140]

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

Bug description:
  CID: 201307-14032 Dell Latitude E5540

  According to 
  http://www.nvidia.com/object/linux-display-amd64-319.32-driver.html

  The video card on this system: 
  03:00.0 3D controller [0302]: NVIDIA Corporation GF117M [GeForce 610M/710M / 
GT 620M/625M/630M/720M] [10de:1140] (rev a1)

  Should be suported by nvidia-319.32,
  however, the driver was not listed in jockey-gtk unless you install 
nvidia-319 manually

  Also, there is no option for turn on/off optimus mode in BIOS.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nvidia-319 319.32-0ubuntu0.0.1
  ProcVersionSignature: Ubuntu 3.8.0-34.49~precise1-generic 3.8.13.12
  Uname: Linux 3.8.0-34-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Dec 19 15:36:15 2013
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nvidia-graphics-drivers-319
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1256961] Re: new glib (2.39.1) causes some indicators nautilus to not load promptly

2013-12-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  new glib (2.39.1) causes some indicators  nautilus to not load
  promptly

Status in “glib2.0” package in Ubuntu:
  New
Status in “gnome-panel” package in Ubuntu:
  Confirmed

Bug description:
  Test case:
  updated 14.04 install with glib (2.39.1)  default installed 
indicator-applet-complete
  Log into either flashback session
  indicators session, datetime  sound will not be present
  additionally  nautilus will have not been started (handling the Desktop), can 
be seen by absence of r. click on Desktop

  Wait 1-2 min, then the indicators will load  nautilus will have started
  (nautilus can be started prior to from places

  With previous glib (2.38+) none of this occurs

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-flashback (not installed)
  ProcVersionSignature: Ubuntu 3.12.0-4.12-generic 3.12.1
  Uname: Linux 3.12.0-4-generic x86_64
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  2 10:29:31 2013
  SourcePackage: gnome-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1256961/+subscriptions

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


[Desktop-packages] [Bug 1246929] Re: no audio in KVM virtual machines : cannot select alsa or pa

2013-12-19 Thread Raymond
APLAY

 List of PLAYBACK Hardware Devices 
card 0: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 3: ALC892 Digital [ALC892 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

ARECORD

 List of CAPTURE Hardware Devices 
card 0: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 2: ALC892 Alt Analog [ALC892 Alt Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: C615 [HD Webcam C615], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/qemu-kvm/saucy/view/head:/audio/alsaaudio.c

   .pcm_name_out = default,
.pcm_name_in = default,

pcm.default has been override to use pulse plugin in ubuntu

if your pulseaudio is using hdmi and usb webcam for playack and capture


export DAC_DEV=hw:0,0
export ADC_DEV=hw:0,0 

or

if your pulseaudio is using onboard analog for playback and capture


hdmi playback

export DAC_DEV=hdmi:2,DEV=1

alt analog playback ( specify hint  indep_hp=1 in early patching and
switch independent headphone control to enable

export DAC_DEV=hw:0,2


alt analog capture

export ADC_DEV=hw:0,2

webcam

export ADC_DEV=hw:1,0

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

Title:
  no audio in KVM virtual machines : cannot select alsa or pa

Status in “libvirt” package in Ubuntu:
  Confirmed
Status in “pulseaudio” package in Ubuntu:
  New
Status in “virt-manager” package in Ubuntu:
  Confirmed

Bug description:
  I am on Ubuntu 13.10 desktop
  16GB ram
  asus sabertooth 990fx r2.0 motherboard
  amd 8346 cpu
  nvidia gtx650 video card

  Since upgrading to Ubuntu 13.10 audio no longer works in KVM.
  Checking SYSLOG I found this error being logged:

  Oct 31 15:32:31 bmullan-virtual-machine pulseaudio[1814]: [alsa-source-ID 21 
Analog] alsa-source.c: ALSA woke us up to read new data from the device, but 
there was actually nothing to read!
  Oct 31 15:32:31 bmullan-virtual-machine pulseaudio[1814]: [alsa-source-ID 21 
Analog] alsa-source.c: Most likely this is a bug in the ALSA driver 
'snd_hda_intel'. Please report this issue to the ALSA developers.
  Oct 31 15:32:31 bmullan-virtual-machine pulseaudio[1814]: [alsa-source-ID 21 
Analog] alsa-source.c: We were woken up with POLLIN set -- however a subsequent 
snd_pcm_avail() returned 0 or another value  min_avail.

  brian

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-11.17-generic 3.11.3
  Uname: Linux 3.11.0-11-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Thu Oct 31 19:45:53 2013
  InstallationDate: Installed on 2013-10-31 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Beta amd64 (20131003)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1708
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: SABERTOOTH 990FX R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  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.:bvr1708:bd04/09/2013:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnSABERTOOTH990FXR2.0:rvrRev1.xx: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/libvirt/+bug/1246929/+subscriptions

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


[Desktop-packages] [Bug 1261168] Re: [SRU] LibreOffice 4.1.3 for Ubuntu 12.04 (precise)

2013-12-19 Thread Mantas Kriaučiūnas
Yes, LIbreOffice-4.1 PPA backport works fine for me and for ~80 users from 
Lithuania, where I've installed (or told to users how to add LibreOffice-4.1 
PPA repo), but this is not easy way for most simple users, because lots of them 
doesn't even know about any PPA... 
Why Ubuntu LTS users can install supported and up to date Firefox and Chromium 
like usual updates, but can't install supported and up to date LibreOffice 
software trought official Ubuntu updates (or backports)?

Btw, LibreOffice 4.1.4 is released - it's good time to prepare official
build for Ubuntu 12.04 LTS (Precise)

Christopher M. Penalver (penalvch) wrote on 2013-12-15:
 would the LIbreOffice PPA backport work for you via 
 https://launchpad.net/~libreoffice/+archive/libreoffice-4-1?field.series_filter=precise
  

** Changed in: libreoffice (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  [SRU] LibreOffice 4.1.3 for Ubuntu 12.04 (precise)

Status in “libreoffice” package in Ubuntu:
  Confirmed
Status in “libreoffice” package in Baltix:
  New

Bug description:
  LibreOffice on Ubuntu 12.04 LTS (Precise) is very buggy comparing to current 
(4.1.3) release from Ubuntu 13.10 (Saucy).
  LibreOffice packages on Ubuntu 12.04 urgently  needs an update to latest 
supported release 4.1.3 (or newer) for quite a set of critical fixes.

  [IMPACT]
   3.5.7 is End of Life since November, 2012!
   Look at https://wiki.documentfoundation.org/ReleasePlan#End_of_Life_Releases 
   * https://wiki.documentfoundation.org/ReleaseNotes/3.6
   * https://wiki.documentfoundation.org/ReleaseNotes/4.0
   * https://wiki.documentfoundation.org/ReleaseNotes/4.1

  A very large number of bugs have been fixed since 3.5.7, far too many to 
attempt an accurate listing; even counting them accurately is difficult.
  However a reasonable estimate is around three thousand bugs just in 4.1 
release!

  Lots of people still uses Ubuntu LTS release and since end of 2012 they are 
forced to search correctly working LibreOffice packages.
  Some of them installs LibreOffice from upstream deb files - this way is very 
hard for majority users :(
  Other users finds https://launchpad.net/~libreoffice/+archive/libreoffice-4-1 
and updates LibreOffice from ppa:libreoffice/libreoffice-4-1 repo, but this is 
also not easy way - why LTS users can install supported and up to date Firefox 
and Chromium like usual updates, but can't install supported and up to date 
LibreOffice software?

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

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


[Desktop-packages] [Bug 1197395] Re: /run/user/$ID/pulse owned by root and not by the user

2013-12-19 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 204-0ubuntu19.1

---
systemd (204-0ubuntu19.1) saucy-proposed; urgency=low

  * Add pam-check-runtime-dir-user.patch: Don't set an existing
$XDG_RUNTIME_DIR in the PAM module if it isn't owned by the session user.
Otherwise su sessions get a runtime dir from a different user which leads
to either permission errors or scribbling over the other user's files.
(Backported from current trusty package) (LP: #1197395)
  * debian/extra/60-keyboard.hwdb: Backport latest maps from trusty, as per
standing SRU exception:
- Fix Lenovo Z370 (LP: #1245189)
- Add Toshiba Satellite U940
 -- Martin Pitt martin.p...@ubuntu.com   Fri, 06 Dec 2013 08:37:14 +0100

** Changed in: systemd (Ubuntu Saucy)
   Status: Fix Committed = Fix Released

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

Title:
  /run/user/$ID/pulse owned by root and not by the user

Status in “pulseaudio” package in Ubuntu:
  Invalid
Status in “systemd” package in Ubuntu:
  Fix Released
Status in “pulseaudio” source package in Saucy:
  Invalid
Status in “systemd” source package in Saucy:
  Fix Released
Status in “systemd” package in Fedora:
  Unknown

Bug description:
  I'm experiencing this problem with Ubuntu Saucy. Some times, when I start a 
media player (I use Musique), it freezes, as it finds that it cannot write into 
/run/user/$ID/pulse.
  If I change the owner of that directory to me, the media player starts as 
usual and is able to play music.
  I've never had this problem with previous versions of Ubuntu.
  Someone says that running PulseAudio with the -D argument changes the owner 
of that directory, but I didn't try.

  This is before manually changing the owner of that directory:
  $ musique
  Failed to create secure directory (/run/user/1000/pulse): Permission denied+

  ... # it doesn't crash, it keeps waiting

  If needed:
  (dmesg attached)
  lspci:
  00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub (rev 07)
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)
  00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)
  00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 (rev 03)
  00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 (rev 03)
  00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #6 (rev 03)
  00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 (rev 03)
  00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 03)
  00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 
(rev 03)
  00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 
(rev 03)
  00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 
(rev 03)
  00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 
(rev 03)
  00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 
(rev 03)
  00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #1 (rev 03)
  00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #2 (rev 03)
  00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #3 (rev 03)
  00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #1 (rev 03)
  00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
  00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
  00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 4 
port SATA Controller [AHCI mode] (rev 03)
  02:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter 
(PCI-Express) (rev 01)
  85:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8072 PCI-E 
Gigabit Ethernet Controller (rev 10)

  From /var/log/syslog:
  Jul  3 14:44:12 Davideddu-Laptop pulseaudio[11387]: [pulseaudio] core-util.c: 
Failed to create secure directory (/run/user/1000/pulse): Permission denied
  Jul  3 14:44:12 Davideddu-Laptop pulseaudio[11387]: [pulseaudio] main.c: 
User-configured server at 
{781995e0a8db2617790d55ca51c37499}unix:/run/user/1000/pulse/native, refusing to 
start/autospawn.
  Jul  3 14:46:08 Davideddu-Laptop pulseaudio[11443]: [pulseaudio] core-util.c: 
Failed to create secure directory (/run/user/1000/pulse): Permission denied
  Jul  3 14:46:08 Davideddu-Laptop pulseaudio[11443]: [pulseaudio] main.c: 
User-configured server at 
{781995e0a8db2617790d55ca51c37499}unix:/run/user/1000/pulse/native, refusing to 
start/autospawn.

  This is a fresh installation, I haven't updated it 

[Desktop-packages] [Bug 1197395] Update Released

2013-12-19 Thread Chris Halse Rogers
The verification of the Stable Release Update for systemd has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  /run/user/$ID/pulse owned by root and not by the user

Status in “pulseaudio” package in Ubuntu:
  Invalid
Status in “systemd” package in Ubuntu:
  Fix Released
Status in “pulseaudio” source package in Saucy:
  Invalid
Status in “systemd” source package in Saucy:
  Fix Released
Status in “systemd” package in Fedora:
  Unknown

Bug description:
  I'm experiencing this problem with Ubuntu Saucy. Some times, when I start a 
media player (I use Musique), it freezes, as it finds that it cannot write into 
/run/user/$ID/pulse.
  If I change the owner of that directory to me, the media player starts as 
usual and is able to play music.
  I've never had this problem with previous versions of Ubuntu.
  Someone says that running PulseAudio with the -D argument changes the owner 
of that directory, but I didn't try.

  This is before manually changing the owner of that directory:
  $ musique
  Failed to create secure directory (/run/user/1000/pulse): Permission denied+

  ... # it doesn't crash, it keeps waiting

  If needed:
  (dmesg attached)
  lspci:
  00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub (rev 07)
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)
  00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)
  00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 (rev 03)
  00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 (rev 03)
  00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #6 (rev 03)
  00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 (rev 03)
  00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 03)
  00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 
(rev 03)
  00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 
(rev 03)
  00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 
(rev 03)
  00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 
(rev 03)
  00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 
(rev 03)
  00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #1 (rev 03)
  00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #2 (rev 03)
  00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #3 (rev 03)
  00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #1 (rev 03)
  00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
  00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
  00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 4 
port SATA Controller [AHCI mode] (rev 03)
  02:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter 
(PCI-Express) (rev 01)
  85:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8072 PCI-E 
Gigabit Ethernet Controller (rev 10)

  From /var/log/syslog:
  Jul  3 14:44:12 Davideddu-Laptop pulseaudio[11387]: [pulseaudio] core-util.c: 
Failed to create secure directory (/run/user/1000/pulse): Permission denied
  Jul  3 14:44:12 Davideddu-Laptop pulseaudio[11387]: [pulseaudio] main.c: 
User-configured server at 
{781995e0a8db2617790d55ca51c37499}unix:/run/user/1000/pulse/native, refusing to 
start/autospawn.
  Jul  3 14:46:08 Davideddu-Laptop pulseaudio[11443]: [pulseaudio] core-util.c: 
Failed to create secure directory (/run/user/1000/pulse): Permission denied
  Jul  3 14:46:08 Davideddu-Laptop pulseaudio[11443]: [pulseaudio] main.c: 
User-configured server at 
{781995e0a8db2617790d55ca51c37499}unix:/run/user/1000/pulse/native, refusing to 
start/autospawn.

  This is a fresh installation, I haven't updated it from a previous version. 
I'm using Ubuntu with Unity, not a derivative.
  These are my PPAs:
  canonical-qt5-edgers-qt5-proper-saucy.list
  dropbox.list
  dukto.list
  google-earth.list
  jd-team-jdownloader-saucy.list
  kivy-team-kivy-saucy.list
  mitya57-ppa-saucy.list
  numix-icon-theme-dev-utouch-saucy.list
  otto-kesselgulasch-gimp-saucy.list
  

[Desktop-packages] [Bug 1245979]

2013-12-19 Thread Andreas Roth
just installed KDE 4.12 on kubuntu 13.10 amd64 and the problem still appears. 
sending SIGTERM to all akonadi processes (incl. mysql) and restarting kontact 
akonadi works again (until restarting the machine).

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

Title:
  After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus
  session, making kde-pim suit unusable

Status in Akonadi - The PIM Storage Service:
  Unknown
Status in “akonadi” package in Ubuntu:
  Confirmed

Bug description:
  Upon opening Kontact akonadi is supposed to be loaded but fails with
  the following error: Akonadi fails to register at d-bus session.

  I safed the self-test protocoll of the akonadi server and attached the
  report.

  I already deleted all my akonadi config files but it did not resolve
  the error.

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

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


[Desktop-packages] [Bug 1245979]

2013-12-19 Thread Weigelt-bernd
Hi

i take a look at the process list on my systems, btw found a second system with 
this problem.
on the systems with this problem the PID of akonadi_control(4858) and 
akonadiserver (4859) is lower then the PID of dbus-daemon (4702) started by KDE
both systems are updated from openSUSE 12.3 with 'zypper dup', my other systems 
without this problem are fresh installed with recycled $HOME, the PID of 
akonadi* are higher then of dbus-daemon

so it looks for me, that something in the KDE-Start is wrong, it must be
changed between openSUSE 12.3 and 13.1

sorry for my bad english, i'm willing to answer Mails in german

Bernd

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

Title:
  After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus
  session, making kde-pim suit unusable

Status in Akonadi - The PIM Storage Service:
  Unknown
Status in “akonadi” package in Ubuntu:
  Confirmed

Bug description:
  Upon opening Kontact akonadi is supposed to be loaded but fails with
  the following error: Akonadi fails to register at d-bus session.

  I safed the self-test protocoll of the akonadi server and attached the
  report.

  I already deleted all my akonadi config files but it did not resolve
  the error.

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

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


[Desktop-packages] [Bug 1260942] Re: new upstream release 3.10

2013-12-19 Thread Daniel Holbach
It must have been an intermittent issue.

Can you explain why the following change is being made? I couldn't find
it in Debian (-5) either:

-Package: epiphany-extensions
+Package: epiphany-browser-webkit2

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

Title:
  new upstream release 3.10

Status in “epiphany-browser” package in Ubuntu:
  Incomplete

Bug description:
  This was unblocked by the recent upload of gtk 3.10.

  Includes client side decorations, but not in the Ubuntu seed so that
  should be fine?

  Package synced from debian.

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

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


[Desktop-packages] [Bug 1259185] Re: apport hook needs updated to gstreamer1.0

2013-12-19 Thread Martin Pitt
This is  stuck in trusty-proposed due to the alpha-1 freeze, but got
uploaded.

** Changed in: rhythmbox (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  apport hook needs updated to gstreamer1.0

Status in “rhythmbox” package in Ubuntu:
  Fix Committed

Bug description:
  Rhythmbox moved to gstreamer1.0 in Ubuntu 13.04/Raring. However, when
  a user files a bug against Rhythmbox and indicates an audio problem,
  gstreamer0.10 is still being selected as the source package.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: rhythmbox 2.99.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Mon Dec  9 04:21:07 2013
  InstallationDate: Installed on 2013-10-11 (59 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Beta amd64 (20130925.1)
  MarkForUpload: True
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 998223] Re: Turns on IPv6 privacy extensions regardless of settings in 10-ipv6-privacy.conf

2013-12-19 Thread Nikos Skalkotos
I think this bug still affects network-manager 0.9.4.0-0ubuntu4.3
shipped with Ubuntu 12.04 LTS. Settings found in
/etc/sysctl.d/10-ipv6-privacy.conf don't get honored by NM.

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

Title:
  Turns on IPv6 privacy extensions regardless of settings in
  10-ipv6-privacy.conf

Status in “network-manager” package in Ubuntu:
  Fix Released

Bug description:
  After installing the latest network-manager package that fixes  bug
  990011, I noticed that my IPv6 address was suddenly different because
  IPv6 privacy extensions had been turned on. Turning them off in
  /etc/sysctl.d/10-ipv6-privacy.conf doesn't stop network-manager from
  enabling it. I'm using the default automatically generated wired
  connection, so there are no connection settings in /etc/NetworkManager
  /system-connections.

  If I change some settings so that NM writes the connection to system-
  connections and then add ip6-privacy=0 to the configuration the
  privacy extensions are turned off, but it would be nice if that was
  also the case when it is turned of using
  /etc/sysctl.d/10-ipv6-privacy.conf.

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

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


[Desktop-packages] [Bug 1260942] Re: new upstream release 3.10

2013-12-19 Thread Tim
epiphany-extensions has been removed (that is a debian change)

I added a transitional package on epiphany-browser-webkit2 since that is
the default build now in epiphany-browser. Pretty sure upgrades would
break otherwise for people who had installed the optional epiphany-
browser-webkit2 version

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

Title:
  new upstream release 3.10

Status in “epiphany-browser” package in Ubuntu:
  Incomplete

Bug description:
  This was unblocked by the recent upload of gtk 3.10.

  Includes client side decorations, but not in the Ubuntu seed so that
  should be fine?

  Package synced from debian.

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

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


[Desktop-packages] [Bug 1262607] [NEW] Social notifications only appear after mediaplayer is opened

2013-12-19 Thread Alan Pope ㋛
Public bug reported:

I only just put 2 and 2 together to figure this out. It's not
technically a regression because it's been like this for a while, I just
never realised.

Flash mako with a recent release.
Add some social network connections in System Settings - Accounts
(I setup twitter and facebook)
Put some videos on the phone
Reboot phone
Wait until someone tweets at you or sends you fb messages.
Observe you get no notification of those tweets
Start watching a video on the phone.
Notice that the tweets suddenly come through while the video plays

Looks like the mediaplayer app has some social integration which forces
friends to sign in? These should appear without me having to play a
video or open friends.

e.g.
Rebooted phone, tweet sent via desktop
10:31: https://twitter.com/popey/status/413617641954488320 sent at 10:31
10:32: https://twitter.com/DaubHack/status/41361778116722 received (on 
desktop) at 10:32
10:33: https://twitter.com/semachthemonkey/status/413618170357096448 received 
(on desktop) at 10:33
etc
10:34: - no tweet notifications received on phone at all.
10:51: - open media player - get spammed with tweets above and more dating back 
a couple of days.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: friends-dispatcher 0.2.0+14.04.20131211-0ubuntu1
Uname: Linux 3.4.0-3-mako armv7l
ApportVersion: 2.12.7-0ubuntu2
Architecture: armhf
Date: Thu Dec 19 10:23:15 2013
InstallationDate: Installed on 2013-12-19 (0 days ago)
InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131219)
PackageArchitecture: all
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 SHELL=/bin/bash
SourcePackage: friends
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug armhf avengers trusty

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

Title:
  Social notifications only appear after mediaplayer is opened

Status in “friends” package in Ubuntu:
  New

Bug description:
  I only just put 2 and 2 together to figure this out. It's not
  technically a regression because it's been like this for a while, I
  just never realised.

  Flash mako with a recent release.
  Add some social network connections in System Settings - Accounts
  (I setup twitter and facebook)
  Put some videos on the phone
  Reboot phone
  Wait until someone tweets at you or sends you fb messages.
  Observe you get no notification of those tweets
  Start watching a video on the phone.
  Notice that the tweets suddenly come through while the video plays

  Looks like the mediaplayer app has some social integration which
  forces friends to sign in? These should appear without me having to
  play a video or open friends.

  e.g.
  Rebooted phone, tweet sent via desktop
  10:31: https://twitter.com/popey/status/413617641954488320 sent at 10:31
  10:32: https://twitter.com/DaubHack/status/41361778116722 received (on 
desktop) at 10:32
  10:33: https://twitter.com/semachthemonkey/status/413618170357096448 received 
(on desktop) at 10:33
  etc
  10:34: - no tweet notifications received on phone at all.
  10:51: - open media player - get spammed with tweets above and more dating 
back a couple of days.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: friends-dispatcher 0.2.0+14.04.20131211-0ubuntu1
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.12.7-0ubuntu2
  Architecture: armhf
  Date: Thu Dec 19 10:23:15 2013
  InstallationDate: Installed on 2013-12-19 (0 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131219)
  PackageArchitecture: all
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
  SourcePackage: friends
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1245979]

2013-12-19 Thread Joerg-schuck
@Bernd: Can't confirm that theory, unfortunately. The problem is
occuring on  my systems at random. I look at my Arch box and dbus-daemon
has the PID 837 while akonadi_control has 1059 and akonadiserver1061 and
still it fails to start any agents at random.

And i still have a mysqlcheck zombie process lurking about. So far only
the manual shutting down and restarting fixes it.

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

Title:
  After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus
  session, making kde-pim suit unusable

Status in Akonadi - The PIM Storage Service:
  Unknown
Status in “akonadi” package in Ubuntu:
  Confirmed

Bug description:
  Upon opening Kontact akonadi is supposed to be loaded but fails with
  the following error: Akonadi fails to register at d-bus session.

  I safed the self-test protocoll of the akonadi server and attached the
  report.

  I already deleted all my akonadi config files but it did not resolve
  the error.

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

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


[Desktop-packages] [Bug 1245979]

2013-12-19 Thread Joerg-schuck
@Bernd: Interesting. My rate is about 50/50 as well. But i noticed it working 
everytime after a reboot but not always after a cold boot.
@Simon: Mmh. Well 4.12 should be hitting my repos pretty soon. Let's see if 
that changes anything.

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

Title:
  After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus
  session, making kde-pim suit unusable

Status in Akonadi - The PIM Storage Service:
  Unknown
Status in “akonadi” package in Ubuntu:
  Confirmed

Bug description:
  Upon opening Kontact akonadi is supposed to be loaded but fails with
  the following error: Akonadi fails to register at d-bus session.

  I safed the self-test protocoll of the akonadi server and attached the
  report.

  I already deleted all my akonadi config files but it did not resolve
  the error.

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

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


[Desktop-packages] [Bug 1084851] Re: No system-wide proxy for automatic proxy setting method

2013-12-19 Thread Dehumanizer
So, basically, the System Settings-Network-Network Proxy option, when
set to Automatic Proxy, does nothing at all (Ubuntu 13.10 here)?

I've confirmed that, when setting it to my proxy.pac URL, it doesn't
even attempt to fetch it (that is, nothing appears on the web server
logs), unlike, say, Firefox, which fetches it on startup.

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

Title:
  No system-wide proxy for automatic proxy setting method

Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu Version info:
  Description: Ubuntu 12.10
  Release: 12.10

  Software centre version info:
Installed: 5.4.1.2
Candidate: 5.4.1.2
Version table:
   *** 5.4.1.2 0
  500 http://us.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
  100 /var/lib/dpkg/status

  I have a computer which is on a network with a proxy configured (where
  the Apply system-wide button was used) on which the USC fails to
  install software with an error dialogue of:

  Failed to download package files

  Check your Internet connection.

  I am able to browse the internet in Firefox and install packages from
  the command line using aptitude on this same computer.

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

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


[Desktop-packages] [Bug 1245979]

2013-12-19 Thread Weigelt-bernd
@Jörg: i have no mysql zombies

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

Title:
  After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus
  session, making kde-pim suit unusable

Status in Akonadi - The PIM Storage Service:
  Unknown
Status in “akonadi” package in Ubuntu:
  Confirmed

Bug description:
  Upon opening Kontact akonadi is supposed to be loaded but fails with
  the following error: Akonadi fails to register at d-bus session.

  I safed the self-test protocoll of the akonadi server and attached the
  report.

  I already deleted all my akonadi config files but it did not resolve
  the error.

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

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


[Desktop-packages] [Bug 1245979]

2013-12-19 Thread Weigelt-bernd
@Jörg: 
yes,  most(all) starts after reboot are successful, after cold boot not

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

Title:
  After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus
  session, making kde-pim suit unusable

Status in Akonadi - The PIM Storage Service:
  Unknown
Status in “akonadi” package in Ubuntu:
  Confirmed

Bug description:
  Upon opening Kontact akonadi is supposed to be loaded but fails with
  the following error: Akonadi fails to register at d-bus session.

  I safed the self-test protocoll of the akonadi server and attached the
  report.

  I already deleted all my akonadi config files but it did not resolve
  the error.

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

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


[Desktop-packages] [Bug 1245979]

2013-12-19 Thread Weigelt-bernd
@Jörg: possible two different problems?

I just made a reboot after some updates from opensuse, akonadi has started 
successful
the akonadi-*-PID (4759) are higher then dbus (4614)
my akonadi-starts are fifty-fifty successful in the last days, so i can't find 
a solution for me
:(

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

Title:
  After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus
  session, making kde-pim suit unusable

Status in Akonadi - The PIM Storage Service:
  Unknown
Status in “akonadi” package in Ubuntu:
  Confirmed

Bug description:
  Upon opening Kontact akonadi is supposed to be loaded but fails with
  the following error: Akonadi fails to register at d-bus session.

  I safed the self-test protocoll of the akonadi server and attached the
  report.

  I already deleted all my akonadi config files but it did not resolve
  the error.

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

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


[Desktop-packages] [Bug 1245979]

2013-12-19 Thread Szymon-pysz
Hi all!

Recently I updated KDE to version 4.11.4 (Gentoo Linux). So far, every time 
akonadi start without any problem. 
I also check PID. The Akonadi PID is higer than dbus.  

Very odd issue.

Regards,
Simon

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

Title:
  After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus
  session, making kde-pim suit unusable

Status in Akonadi - The PIM Storage Service:
  Unknown
Status in “akonadi” package in Ubuntu:
  Confirmed

Bug description:
  Upon opening Kontact akonadi is supposed to be loaded but fails with
  the following error: Akonadi fails to register at d-bus session.

  I safed the self-test protocoll of the akonadi server and attached the
  report.

  I already deleted all my akonadi config files but it did not resolve
  the error.

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

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


[Desktop-packages] [Bug 1245979]

2013-12-19 Thread Andreas Roth
i've two system with the latest 4.12 installed. on one machine (at work)
the problem occurs on every system start and on the second machine (at
home) the problem does not occur at all.

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

Title:
  After Upgrade to Kubuntu 13.10 akondai fails to register at d-bus
  session, making kde-pim suit unusable

Status in Akonadi - The PIM Storage Service:
  Unknown
Status in “akonadi” package in Ubuntu:
  Confirmed

Bug description:
  Upon opening Kontact akonadi is supposed to be loaded but fails with
  the following error: Akonadi fails to register at d-bus session.

  I safed the self-test protocoll of the akonadi server and attached the
  report.

  I already deleted all my akonadi config files but it did not resolve
  the error.

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

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


[Desktop-packages] [Bug 1033299] Re: Ubuntu 12.04 - no sound with VT8237A/VT8251

2013-12-19 Thread Stella Delichatsiou
This bug is still present on Ubuntu 12.04 and on 3.2.0-4-686 kernel in
Crunchbang (Ubuntu-Debian based) regarding the HP Mini 2133. (motherboad
HP 3030 KBC Version 07.17)

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

Title:
  Ubuntu 12.04 - no sound with VT8237A/VT8251

Status in ALSA driver:
  New
Status in “alsa-driver” package in Ubuntu:
  Confirmed
Status in “alsa-driver-1.0.25-dkms” package in Ubuntu:
  Confirmed

Bug description:
  (3.2.0-27-generic #43-Ubuntu SMP Fri Jul 6 14:25:57 UTC 2012 x86_64 x86_64 
x86_64 GNU/Linux)
  [0.00] DMI: Foxconn OEM/K8M890-8237A, BIOS 6.00 PG 02/10/2007

!!! Same hardware base had full function with 10.04 LTS
  inclusive 10.04.3 !!!

  see also:  https://answers.launchpad.net/ubuntu/+source/alsa-
  driver/+question/198785

  
  Sound chip recognized ...

 80:01.0 Audio device: VIA Technologies, Inc. VT8237A/VT8251 HDA
  Controller (rev 10)

  ... but no driver installed = no sound :-(

  
  Output of lspci:

  00:00.0 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.1 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.2 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.3 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.4 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:00.5 PIC: VIA Technologies, Inc. K8M890CE I/O APIC Interrupt Controller
  00:00.7 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
  00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/8251 PCI bridge 
[K8M890/K8T800/K8T890 South]
  00:02.0 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
  00:03.0 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
  00:0f.0 IDE interface: VIA Technologies, Inc. Device 5337 (rev 80)
  00:0f.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07)
  00:10.0 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.1 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.2 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.3 USB controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
  00:10.4 USB controller: VIA Technologies, Inc. USB 2.0 (rev 86)
  00:11.0 ISA bridge: VIA Technologies, Inc. VT8237A PCI to ISA Bridge
  00:11.7 Host bridge: VIA Technologies, Inc. VT8237/8251 Ultra VLINK Controller
  00:13.0 Host bridge: VIA Technologies, Inc. VT8237A Host Bridge
  00:13.1 PCI bridge: VIA Technologies, Inc. VT8237A PCI to PCI Bridge
  00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration
  00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Address Map
  00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM 
Controller
  00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control
  02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV710 
[Radeon HD 4350]
  02:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI RV710/730 HDMI 
Audio [Radeon HD 4000 series]
  04:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
  04:07.0 SCSI storage controller: Adaptec AIC-7861 (rev 03)
  80:01.0 Audio device: VIA Technologies, Inc. VT8237A/VT8251 HDA Controller 
(rev 10) --- !!!

  Output of dmesg | grep sound:

  [   39.637127] input: HDA ATI HDMI HDMI/DP,pcm=3 as 
/devices/pci:00/:00:02.0/:02:00.1/sound/card0/input6
  [   39.639261] Modules linked in: snd_hda_codec_hdmi snd_hda_intel(+) 
snd_hda_codec snd_hwdep snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event 
joydev snd_seq snd_timer psmouse serio_raw snd_seq_device edac_core 
edac_mce_amd i2c_viapro snd k8temp soundcore snd_page_alloc shpchp mac_hid lp 
parport btrfs zlib_deflate libcrc32c radeon ttm 8139too drm_kms_helper usbhid 
hid aic7xxx drm 8139cp sata_via pata_via i2c_algo_bit floppy

  - ??? the Radeon graphics card has got NO HDMI (only VGA, DVI and composite)
  -  only sound device is the onboard chip
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  ArecordDevices:  List of CAPTURE Hardware Devices 
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  maico  2609 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'HDMI'/'HDA ATI HDMI at 0xdfdfc000 irq 25'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100100'
 Controls  : 

[Desktop-packages] [Bug 1261168] Re: [SRU] LibreOffice 4.1.3 for Ubuntu 12.04 (precise)

2013-12-19 Thread Christopher M. Penalver
Mantas Kriaučiūnas, thank you for your providing the requested
information. At this point, if folks on Precise LTS are looking for an
updated version of LibreOffice, and the PPA won't due, they would want
to upgrade to Trusty LTS, as it contains the latest Ubuntu supported
version of Ubuntu, with no configuration required.

Despite this, it's ultimately up to the maintainer whether to pursue
this SRU request. Although ground work is laid out with the Precise
LibreOffice Backport PPA, I don't think it's on the table, given the
maintainer supported LibreOffice PPA specifically designed for backports
to Precise (this is an enigma for PPAs as typically they are not
supported, or used only for testing) and the invasiveness of this SRU
request.

** Changed in: libreoffice (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  [SRU] LibreOffice 4.1.3 for Ubuntu 12.04 (precise)

Status in “libreoffice” package in Ubuntu:
  Won't Fix
Status in “libreoffice” package in Baltix:
  New

Bug description:
  LibreOffice on Ubuntu 12.04 LTS (Precise) is very buggy comparing to current 
(4.1.3) release from Ubuntu 13.10 (Saucy).
  LibreOffice packages on Ubuntu 12.04 urgently  needs an update to latest 
supported release 4.1.3 (or newer) for quite a set of critical fixes.

  [IMPACT]
   3.5.7 is End of Life since November, 2012!
   Look at https://wiki.documentfoundation.org/ReleasePlan#End_of_Life_Releases 
   * https://wiki.documentfoundation.org/ReleaseNotes/3.6
   * https://wiki.documentfoundation.org/ReleaseNotes/4.0
   * https://wiki.documentfoundation.org/ReleaseNotes/4.1

  A very large number of bugs have been fixed since 3.5.7, far too many to 
attempt an accurate listing; even counting them accurately is difficult.
  However a reasonable estimate is around three thousand bugs just in 4.1 
release!

  Lots of people still uses Ubuntu LTS release and since end of 2012 they are 
forced to search correctly working LibreOffice packages.
  Some of them installs LibreOffice from upstream deb files - this way is very 
hard for majority users :(
  Other users finds https://launchpad.net/~libreoffice/+archive/libreoffice-4-1 
and updates LibreOffice from ppa:libreoffice/libreoffice-4-1 repo, but this is 
also not easy way - why LTS users can install supported and up to date Firefox 
and Chromium like usual updates, but can't install supported and up to date 
LibreOffice software?

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

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


[Desktop-packages] [Bug 1261600] Re: Window for Sudoku New Game is about 30 px high and can't be enlarged (Trusty)

2013-12-19 Thread Hans Joachim Desserud
Indeed, it looks fixed here too after updating. I suspect the cause
might have been that the underlying gtk-3.0 library was upgraded to
version 3.10 while gnome-sudoku was still at 3.8. Might have been some
mismatch or change between the two versions causing the strange
behaviour which got sorted out once gnome-sudoku was upgraded to 3.10 as
well.

Since sudoku now works again, I'm marking this Fix released.


** Changed in: gtk+3.0 (Ubuntu)
   Status: New = Fix Released

** Changed in: gnome-sudoku (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Window for Sudoku New Game is about 30 px high and can't be enlarged
  (Trusty)

Status in “gnome-sudoku” package in Ubuntu:
  Fix Released
Status in “gtk+3.0” package in Ubuntu:
  Fix Released

Bug description:
  I'm running Xubuntu 14.04. Most of the menu items are greyed out
  (exceptions are Print and Close).

  Now that I know the window is there, I can scroll down so that I can
  see the various game choices. But on first glance, it looks like
  there's a New Game title and the rest of the window didn't render.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-sudoku 1:3.8.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic i686
  ApportVersion: 2.12.7-0ubuntu2
  Architecture: i386
  CurrentDesktop: XFCE
  Date: Tue Dec 17 15:24:05 2013
  PackageArchitecture: all
  SourcePackage: gnome-sudoku
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1261075] Re: libmtp-common: 69-libmtp.rules contains bad text at start

2013-12-19 Thread Alessio Treglia
** Changed in: libmtp (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  libmtp-common: 69-libmtp.rules contains bad text at start

Status in “libmtp” package in Ubuntu:
  Confirmed

Bug description:
  There is a string that looks like some kind of error message at the
  beginning of 69-libmtp.rules. It should be removed. I think it might
  interfere with proper functioning of libmtp.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: libmtp-common 1.1.6-2 [modified: lib/udev/rules.d/69-libmtp.rules]
  ProcVersionSignature: Ubuntu 3.11.0-14.21~ppa1-generic-tuxonice 3.11.7
  Uname: Linux 3.11.0-14-generic-tuxonice x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Sat Dec 14 19:42:15 2013
  Dependencies:
   
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-11-10 (34 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: libmtp
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1262637] [NEW] System hangs on login immediately after logout

2013-12-19 Thread Carsten Agger
Public bug reported:

We're running Ubuntu 12.04.

The bug occurs with a number of PC running a kiosk-like setup with
password-free login. The desktop is standard Unity.

Scenario:

* User arrives at PC in library.
* User finds active session and wants to  log out to get a fresh session.
* User logs out
* User *immediately* presses button to login
* System hangs. 

The system hanging is like this: Desktop icons are present, but the
launcher is gone, and the top bar with the time and command menus
(including the logout menu) is also gone.

The only way out (bar hitting the power button) is to enter CTRL-ALT-
DEL, which opens a logout dialog. You can now choose to logout, wait a
while and login again.

It *seems* to be caused by the very swift sequence of logout + login.

It's annoying and thus a serious bug, since it's very confusing to
transient users, of which we have a lot.

** Affects: ubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 12.04 freeze

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

** Tags added: 12.04

** Tags added: freeze

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

Title:
  System hangs on login immediately after logout

Status in “ubuntu-meta” package in Ubuntu:
  New

Bug description:
  We're running Ubuntu 12.04.

  The bug occurs with a number of PC running a kiosk-like setup with
  password-free login. The desktop is standard Unity.

  Scenario:

  * User arrives at PC in library.
  * User finds active session and wants to  log out to get a fresh session.
  * User logs out
  * User *immediately* presses button to login
  * System hangs. 

  The system hanging is like this: Desktop icons are present, but the
  launcher is gone, and the top bar with the time and command menus
  (including the logout menu) is also gone.

  The only way out (bar hitting the power button) is to enter CTRL-ALT-
  DEL, which opens a logout dialog. You can now choose to logout, wait a
  while and login again.

  It *seems* to be caused by the very swift sequence of logout + login.

  It's annoying and thus a serious bug, since it's very confusing to
  transient users, of which we have a lot.

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

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


[Desktop-packages] [Bug 631989] Re: keyboard layout indicator cannot be hidden

2013-12-19 Thread Paul Somebody
Great, thanks for fixing it!

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

Title:
  keyboard layout indicator cannot be hidden

Status in Ayatana Design:
  Fix Released
Status in Ubuntu network, Bluetooth, keyboard menus:
  Fix Released
Status in “gnome-settings-daemon” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: indicator-application

  The indicator-applet in Maverick now shows the keyboard layout
  indicator. However, it ignores the setting allowing it to be hidden
  that was introduced by the fix to bug #519372
  (/desktop/gnome/peripherals/keyboard/general/disable_indicator), and
  it appears that there is no other way to turn it off.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: indicator-application 0.2.6-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-19.28-generic 2.6.35.3
  Uname: Linux 2.6.35-19-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  CheckboxSubmission: 1bd8e90541d49b96c13cbfcc9baf103b
  CheckboxSystem: d00f84de8a555815fa1c4660280da308
  Date: Tue Sep  7 05:49:47 2010
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20100224.1)
  ProcEnviron:
   LANG=en_AU.utf8
   SHELL=/bin/bash
  SourcePackage: indicator-application

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/631989/+subscriptions

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


[Desktop-packages] [Bug 1261168] Re: [SRU] LibreOffice 4.1.3 for Ubuntu 12.04 (precise)

2013-12-19 Thread Boaz Dodin
As a member of LibreOffice packaging team, I agree with Mantas, the
reporter of this bug.

Why so major component like an office suite will be several versions outdated 
and unsupported (EOL), while:
1. Ubuntu 12.04 LTS (Precise) is supported till 2017.
http://www.canonical.com/content/ubuntu-1204-feature-extended-support-period-desktop-users
2. 3.5.7 is EOL since 8/11/2012
https://wiki.documentfoundation.org/ReleasePlan#End_of_Life_Releases
3. Newer versions (than 3.5.7) successfully compiled for Ubuntu 12.04 LTS 
(Precise) for a long time, partially by me and mostly by Rico Tzschichholz.
https://launchpad.net/~libreoffice
https://launchpad.net/~ricotz
4. 4.1.x series packages downloaded more than 13,000 times from the 4.1.x PPA.
In other words - it's been tested daily by thousands of real users.
https://launchpad.net/~libreoffice/+archive/libreoffice-4-1
indicator-ppa-download-statistics, https://launchpad.net/~thebernmeister
5. 4.1.4 released yesterday is the first version also suggested for corporate 
deployments.
http://blog.documentfoundation.org/2013/12/18/the-document-foundation-announces-libreoffice-4-1-4/

As per all above facts, my suggest is to SRU 4.1.4 version after about a
month of testing on 4.1.x PPA.

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

Title:
  [SRU] LibreOffice 4.1.3 for Ubuntu 12.04 (precise)

Status in “libreoffice” package in Ubuntu:
  Won't Fix
Status in “libreoffice” package in Baltix:
  New

Bug description:
  LibreOffice on Ubuntu 12.04 LTS (Precise) is very buggy comparing to current 
(4.1.3) release from Ubuntu 13.10 (Saucy).
  LibreOffice packages on Ubuntu 12.04 urgently  needs an update to latest 
supported release 4.1.3 (or newer) for quite a set of critical fixes.

  [IMPACT]
   3.5.7 is End of Life since November, 2012!
   Look at https://wiki.documentfoundation.org/ReleasePlan#End_of_Life_Releases 
   * https://wiki.documentfoundation.org/ReleaseNotes/3.6
   * https://wiki.documentfoundation.org/ReleaseNotes/4.0
   * https://wiki.documentfoundation.org/ReleaseNotes/4.1

  A very large number of bugs have been fixed since 3.5.7, far too many to 
attempt an accurate listing; even counting them accurately is difficult.
  However a reasonable estimate is around three thousand bugs just in 4.1 
release!

  Lots of people still uses Ubuntu LTS release and since end of 2012 they are 
forced to search correctly working LibreOffice packages.
  Some of them installs LibreOffice from upstream deb files - this way is very 
hard for majority users :(
  Other users finds https://launchpad.net/~libreoffice/+archive/libreoffice-4-1 
and updates LibreOffice from ppa:libreoffice/libreoffice-4-1 repo, but this is 
also not easy way - why LTS users can install supported and up to date Firefox 
and Chromium like usual updates, but can't install supported and up to date 
LibreOffice software?

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

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


[Desktop-packages] [Bug 1261351]

2013-12-19 Thread Mpt-postinbox
The solution currently proposed in bug 678345 seems targeted at a
different case, where an attachment filename conflicts with pre-existing
files in the destination folder. Skip would be what you want in the
case of I know you've been working on these files, but I forgot to send
you all of them. And Replace would be what you want in the case of I
didn't send you all the files last time, here's an updated set.

But that would not fix this bug. Whether the default button was Skip
or Replace, the default behavior for same-named attachments would
*still* be for only one of the attachments to be saved! Skip would
save only the first one, and Replace would save only the last one. And
if Rename was the default button, that would again nearly defeat the
purpose of Save All, not to mention being on the wrong side of the
dialog.

It's possible for the two cases to happen simultaneously -- for some
attachments to have the same filename, while either those or others have
the same filenames as pre-existing files in the destination folder. For
example, someone on an iOS device might mail you several image.jpeg
photos in one message, then several more image.jpeg photos in a second
message, which you save in the same folder.

Therefore, the cases can't (or at least shouldn't) be handled with
separate dialogs. Nonetheless, I think the solutions are different. The
solution for pre-existing files is the dialog, because their filenames
may be important to preserve. But the solution for same-named
attachments is just to choose a unique name automatically, no questions
asked. Having the same name means that the filenames were not important
(or that the paths need changing post-save anyway), so there is no point
in asking before choosing a unique name.

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

Title:
  Save All for same-named attachments defaults to only one saved file

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in “thunderbird” package in Ubuntu:
  New

Bug description:
  thunderbird 1:24.2.0+build1-0ubuntu0.13.10.1, Ubuntu 13.10

  1. Send yourself a message containing more than one attachment with the same 
filename, e.g. image.jpeg.
  2. Open the message in Thunderbird, and choose Save All.
  3. Select a folder to save the attachments in, and choose Open [sic].

  What happens: For n attachments, n–1 Confirm alerts appear with the
  text: {pathname} already exists. Do you want to replace it?

  If you choose Cancel, a Save Attachment dialog appears for
  choosing a different path/filename.

  But the default is OK, and if you choose that each attachment
  overwrites the previous one, something that nobody would ever want.

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

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


[Desktop-packages] [Bug 1261168] Re: [SRU] LibreOffice 4.1.4 for Ubuntu 12.04 LTS (Precise)

2013-12-19 Thread Boaz Dodin
** Summary changed:

- [SRU] LibreOffice 4.1.3 for Ubuntu 12.04 (precise) 
+ [SRU] LibreOffice 4.1.4 for Ubuntu 12.04 LTS (Precise)

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

Title:
  [SRU] LibreOffice 4.1.4 for Ubuntu 12.04 LTS (Precise)

Status in “libreoffice” package in Ubuntu:
  Won't Fix
Status in “libreoffice” package in Baltix:
  New

Bug description:
  LibreOffice on Ubuntu 12.04 LTS (Precise) is very buggy comparing to current 
(4.1.3) release from Ubuntu 13.10 (Saucy).
  LibreOffice packages on Ubuntu 12.04 urgently  needs an update to latest 
supported release 4.1.3 (or newer) for quite a set of critical fixes.

  [IMPACT]
   3.5.7 is End of Life since November, 2012!
   Look at https://wiki.documentfoundation.org/ReleasePlan#End_of_Life_Releases 
   * https://wiki.documentfoundation.org/ReleaseNotes/3.6
   * https://wiki.documentfoundation.org/ReleaseNotes/4.0
   * https://wiki.documentfoundation.org/ReleaseNotes/4.1

  A very large number of bugs have been fixed since 3.5.7, far too many to 
attempt an accurate listing; even counting them accurately is difficult.
  However a reasonable estimate is around three thousand bugs just in 4.1 
release!

  Lots of people still uses Ubuntu LTS release and since end of 2012 they are 
forced to search correctly working LibreOffice packages.
  Some of them installs LibreOffice from upstream deb files - this way is very 
hard for majority users :(
  Other users finds https://launchpad.net/~libreoffice/+archive/libreoffice-4-1 
and updates LibreOffice from ppa:libreoffice/libreoffice-4-1 repo, but this is 
also not easy way - why LTS users can install supported and up to date Firefox 
and Chromium like usual updates, but can't install supported and up to date 
LibreOffice software?

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

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


[Desktop-packages] [Bug 1165068] Re: some pages fail to print

2013-12-19 Thread madbiologist
This is still occurring on Ubuntu 13.04 Raring Ringtail.  The first
two pages of the document attached to comment #1 print immediately, but
the third and fourth pages had still not printed after an hour and
twenty minutes.

** Tags added: raring

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

Title:
  some pages fail to print

Status in “evince” package in Ubuntu:
  New

Bug description:
  Only few pages of multipage pdf document are printed.
  The document itself renders fine. But when printing only few first pages get 
printed. This doesn't depend on specific printer.
  Print preview also shows only certain pages.
  I am attaching example. Only two first pages are printed fine, the third page 
is blank.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: evince 3.4.0-0ubuntu1.6
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Fri Apr  5 20:00:44 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120316)
  MarkForUpload: True
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1237121] Re: Keyboard: cannot bind Alt L to Key to show the HUD = Disabled

2013-12-19 Thread Daniel Hahler
@seb128
I am using the German keyboad layout (de, nodeadkey).

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Keyboard: cannot bind Alt L to Key to show the HUD = Disabled

Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  When clicking on Key to show the HUD in the Keyboard's Shortcuts settings, 
I cannot set the default itself:
   1. Pressing the left Alt key results in the shortcut to get disabled (it 
says Disabled then)
   2. There's no possibility to cancel the editing
   3. There's no possibility to reset the value to its defaul

  WORKAROUND: use ccsm and (re-)configure the shortcut in the Ubuntu
  Unity Plugin.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu43
  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: Wed Oct  9 00:47:05 2013
  InstallationDate: Installed on 2012-05-28 (498 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to saucy on 2013-10-08 (0 days ago)

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

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


[Desktop-packages] [Bug 1262666] [NEW] fglrx-updates 2:12.104-0ubuntu0.0.1: fglrx-updates kernel module failed to build

2013-12-19 Thread LAZA
Public bug reported:

Installation of LTS Kernel 3.11.x for Precise fails with fglrx graphics
driver installed.

.

Xubuntu 12.04.3

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: fglrx-updates 2:12.104-0ubuntu0.0.1
ProcVersionSignature: Ubuntu 3.8.0-34.49~precise1-generic 3.8.13.12
Uname: Linux 3.8.0-34-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
DKMSKernelVersion: 3.11.0-14-generic
Date: Thu Dec 19 14:29:47 2013
InstallationMedia: Xubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130214)
MarkForUpload: True
PackageVersion: 2:12.104-0ubuntu0.0.1
SourcePackage: fglrx-installer-updates
Title: fglrx-updates 2:12.104-0ubuntu0.0.1: fglrx-updates kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  fglrx-updates 2:12.104-0ubuntu0.0.1: fglrx-updates kernel module
  failed to build

Status in “fglrx-installer-updates” package in Ubuntu:
  New

Bug description:
  Installation of LTS Kernel 3.11.x for Precise fails with fglrx
  graphics driver installed.

  .

  Xubuntu 12.04.3

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: fglrx-updates 2:12.104-0ubuntu0.0.1
  ProcVersionSignature: Ubuntu 3.8.0-34.49~precise1-generic 3.8.13.12
  Uname: Linux 3.8.0-34-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  DKMSKernelVersion: 3.11.0-14-generic
  Date: Thu Dec 19 14:29:47 2013
  InstallationMedia: Xubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130214)
  MarkForUpload: True
  PackageVersion: 2:12.104-0ubuntu0.0.1
  SourcePackage: fglrx-installer-updates
  Title: fglrx-updates 2:12.104-0ubuntu0.0.1: fglrx-updates kernel module 
failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1262666] Re: fglrx-updates 2:12.104-0ubuntu0.0.1: fglrx-updates kernel module failed to build

2013-12-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  fglrx-updates 2:12.104-0ubuntu0.0.1: fglrx-updates kernel module
  failed to build

Status in “fglrx-installer-updates” package in Ubuntu:
  New

Bug description:
  Installation of LTS Kernel 3.11.x for Precise fails with fglrx
  graphics driver installed.

  .

  Xubuntu 12.04.3

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: fglrx-updates 2:12.104-0ubuntu0.0.1
  ProcVersionSignature: Ubuntu 3.8.0-34.49~precise1-generic 3.8.13.12
  Uname: Linux 3.8.0-34-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  DKMSKernelVersion: 3.11.0-14-generic
  Date: Thu Dec 19 14:29:47 2013
  InstallationMedia: Xubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130214)
  MarkForUpload: True
  PackageVersion: 2:12.104-0ubuntu0.0.1
  SourcePackage: fglrx-installer-updates
  Title: fglrx-updates 2:12.104-0ubuntu0.0.1: fglrx-updates kernel module 
failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1262666] Re: fglrx-updates 2:12.104-0ubuntu0.0.1: fglrx-updates kernel module failed to build

2013-12-19 Thread LAZA
** Attachment added: make.log
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1262666/+attachment/3932572/+files/make.log

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

Title:
  fglrx-updates 2:12.104-0ubuntu0.0.1: fglrx-updates kernel module
  failed to build

Status in “fglrx-installer-updates” package in Ubuntu:
  New

Bug description:
  Installation of LTS Kernel 3.11.x for Precise fails with fglrx
  graphics driver installed.

  .

  Xubuntu 12.04.3

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: fglrx-updates 2:12.104-0ubuntu0.0.1
  ProcVersionSignature: Ubuntu 3.8.0-34.49~precise1-generic 3.8.13.12
  Uname: Linux 3.8.0-34-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  DKMSKernelVersion: 3.11.0-14-generic
  Date: Thu Dec 19 14:29:47 2013
  InstallationMedia: Xubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130214)
  MarkForUpload: True
  PackageVersion: 2:12.104-0ubuntu0.0.1
  SourcePackage: fglrx-installer-updates
  Title: fglrx-updates 2:12.104-0ubuntu0.0.1: fglrx-updates kernel module 
failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1238410] Re: Inconsistent cursor visibility with cursor plugin enabled

2013-12-19 Thread Timo Aaltonen
Doug, please test if the update fixes it for you.

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

Title:
  Inconsistent cursor visibility with cursor plugin enabled

Status in GNOME Desktop Common Files:
  Fix Released
Status in X.Org X server:
  In Progress
Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “gnome-settings-daemon” source package in Saucy:
  New
Status in “xorg-server” source package in Saucy:
  Fix Committed

Bug description:
  On fresh boots the greeter  desktop may have the cursor visible or may not 
until mouse is moved.
  On a log out/in the cursor is almost always invisible until mouse is moved. 
(unless made visible in greeter screen, then visible on Desktop

  This is all  well  good, maybe some intentional aesthetics/design 
(https://bugzilla.gnome.org/show_bug.cgi?id=687791) , however sometimes the 
cursor never becomes visible.
  In that case hitting some keys or context menu can cause it to show, though 
most times a log out is needed.
  (with the removal of ctrl+alt+delete  log out this means most users will 
need to either blindly find the session indicator or hit power button.

  When the g-s-d cursor plugin is disabled then the cursor is always
  visible, it the plugin has no use in an ubuntu session then maybe it
  should be default disabled

  There is also the possibility, particularly on ssd drives,  of a login
  with no session indicator. This occasionally  combines with no visible
  cursor.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-settings-daemon 3.8.5-0ubuntu7
  ProcVersionSignature: Ubuntu 3.11.0-12.18-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  Date: Fri Oct 11 00:38:16 2013
  InstallationDate: Installed on 2013-10-03 (8 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Beta amd64 (20131002)
  MarkForUpload: True
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-19 Thread Timo Aaltonen
Bryan, verifying this upload is needed to unblock further updates for
12.04.4.. so please give the new version a go.

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

Status in Pixman:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  Invalid
Status in “pixman” package in Ubuntu:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “pixman” source package in Precise:
  Fix Released
Status in “xorg-server” source package in Precise:
  New
Status in “pixman” source package in Quantal:
  Fix Released
Status in “xorg-server” source package in Quantal:
  New
Status in “pixman” source package in Raring:
  Fix Released
Status in “xorg-server” source package in Raring:
  New
Status in “pixman” source package in Saucy:
  Fix Released
Status in “xorg-server” source package in Saucy:
  Fix Committed

Bug description:
  [Impact]

   * Opening spreadsheets in libreoffice crashes X .

  [Test Case]

   * Open the attached document ( plantage-mai-only-empty.ods )

  [Regression Potential]

   * n/a

  [Other Info]

   * Patch is backport from upstream - 
http://cgit.freedesktop.org/pixman/commit/?id=5e14da97f16e421d084a9e735be21b1025150f0c
 .
   * Alternate test case, 
http://cgit.freedesktop.org/pixman/commit/?id=2f876cf86718d3dd9b3b04ae9552530edafe58a1

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

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


[Desktop-packages] [Bug 1068920] Re: Pointer screen crossings broken in Xorg server 1.13.0 (regression)

2013-12-19 Thread Timo Aaltonen
anyone able to test that the update fixes things?

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

Title:
  Pointer screen crossings broken in Xorg server 1.13.0 (regression)

Status in X.Org X server:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-quantal” package in Ubuntu:
  Invalid
Status in “xorg-server” source package in Quantal:
  Fix Committed
Status in “xorg-server-lts-quantal” source package in Quantal:
  In Progress

Bug description:
  [Impact]

  The Xorg server in quantal suffers from the following upstream
  regression for zaphod setups:

  https://bugs.freedesktop.org/show_bug.cgi?id=54654

  [Test case]

  When you move the mouse into the second screen, it gets trapped there.  When 
it gets to the
  edge where it should move back onto the first screen, it wraps around to the 
far edge of the
  second screen again.

  I've rebuilt xserver-xorg-core with the attached patch, which comes from the 
upstream
  bug above, and confirmed it fixes this issue.

  [Regression potential]

  slim, this has been upstream since 1.13.1

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

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


[Desktop-packages] [Bug 449360] Re: automatic proxy configuration doesn't work

2013-12-19 Thread Parrenin Frédéric
As far as I can tell, the same or a similar problem is still present in
ubuntu 13.10.

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

Title:
  automatic proxy configuration doesn't work

Status in “epiphany-browser” package in Ubuntu:
  Expired

Bug description:
  Binary package hint: epiphany-browser

  From system-preferences-network proxy, if using automatic proxy 
configuration, epiphany doesn't show any content.
  When using manual proxy configuration everything works fine !

  When running from the command line i got the following message :
  PAC found, but no active PAC runner!

  I'm using the default amd64 karmic packages.
  (Automatic proxy configuration works fine for other apps such as firefox)

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

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


[Desktop-packages] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-19 Thread Bryan Quigley
@Timo
Downgraded pixman for the test (so it would actually crash)
Upgraded only xserver-common and xserver-xorg-core
It still crashes Xorg if we don't have the pixman fix..

This is trivially reproducible in a VM (I'm using vagrant/virtualbox).

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

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

Status in Pixman:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  Invalid
Status in “pixman” package in Ubuntu:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “pixman” source package in Precise:
  Fix Released
Status in “xorg-server” source package in Precise:
  New
Status in “pixman” source package in Quantal:
  Fix Released
Status in “xorg-server” source package in Quantal:
  New
Status in “pixman” source package in Raring:
  Fix Released
Status in “xorg-server” source package in Raring:
  New
Status in “pixman” source package in Saucy:
  Fix Released
Status in “xorg-server” source package in Saucy:
  Fix Committed

Bug description:
  [Impact]

   * Opening spreadsheets in libreoffice crashes X .

  [Test Case]

   * Open the attached document ( plantage-mai-only-empty.ods )

  [Regression Potential]

   * n/a

  [Other Info]

   * Patch is backport from upstream - 
http://cgit.freedesktop.org/pixman/commit/?id=5e14da97f16e421d084a9e735be21b1025150f0c
 .
   * Alternate test case, 
http://cgit.freedesktop.org/pixman/commit/?id=2f876cf86718d3dd9b3b04ae9552530edafe58a1

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

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


[Desktop-packages] [Bug 1156915] Re: mission-control-5 crashed with SIGSEGV in g_object_newv()

2013-12-19 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1173302 ***
https://bugs.launchpad.net/bugs/1173302

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

** Changed in: telepathy-mission-control-5 (Ubuntu)
   Status: New = Confirmed

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

Title:
  mission-control-5 crashed with SIGSEGV in g_object_newv()

Status in “telepathy-mission-control-5” package in Ubuntu:
  Confirmed

Bug description:
  Displayed after boot without me touching anything.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: telepathy-mission-control-5 1:5.14.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-13.22-generic 3.8.3
  Uname: Linux 3.8.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  Date: Thu Mar 14 15:29:57 2013
  ExecutablePath: /usr/lib/telepathy/mission-control-5
  InstallationDate: Installed on 2012-11-01 (137 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.8.0-13-generic 
root=UUID=ccd3cf2a-d77b-4fc7-9b6e-3e4b479e4e66 ro quiet splash
  ProcEnviron:
   SHELL=/bin/false
   XDG_RUNTIME_DIR=set
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7fcff08c1f70 g_object_newv+160:mov
0x0(%r13),%rsi
   PC (0x7fcff08c1f70) ok
   source 0x0(%r13) (0x6300656361667265) not located in a known VMA region 
(needed readable region)!
   destination %rsi ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: telepathy-mission-control-5
  StacktraceTop:
   g_object_newv () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_object_new_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_object_new () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2
   tp_proxy_get_interface_by_id () from 
/usr/lib/x86_64-linux-gnu/libtelepathy-glib.so.0
  Title: mission-control-5 crashed with SIGSEGV in g_object_newv()
  UpgradeStatus: Upgraded to raring on 2013-02-05 (41 days ago)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1156915/+subscriptions

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


[Desktop-packages] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-19 Thread Maarten Lankhorst
This appears to be incorrect. I just tried reproducing it. Upgrading
xserver-xorg-core and restarting Xorg fixes it, did you restart Xorg?

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

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

Status in Pixman:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  Invalid
Status in “pixman” package in Ubuntu:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “pixman” source package in Precise:
  Fix Released
Status in “xorg-server” source package in Precise:
  New
Status in “pixman” source package in Quantal:
  Fix Released
Status in “xorg-server” source package in Quantal:
  New
Status in “pixman” source package in Raring:
  Fix Released
Status in “xorg-server” source package in Raring:
  New
Status in “pixman” source package in Saucy:
  Fix Released
Status in “xorg-server” source package in Saucy:
  Fix Committed

Bug description:
  [Impact]

   * Opening spreadsheets in libreoffice crashes X .

  [Test Case]

   * Open the attached document ( plantage-mai-only-empty.ods )

  [Regression Potential]

   * n/a

  [Other Info]

   * Patch is backport from upstream - 
http://cgit.freedesktop.org/pixman/commit/?id=5e14da97f16e421d084a9e735be21b1025150f0c
 .
   * Alternate test case, 
http://cgit.freedesktop.org/pixman/commit/?id=2f876cf86718d3dd9b3b04ae9552530edafe58a1

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

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


[Desktop-packages] [Bug 1258129] Re: Audio on phone is a mess when receiving calls

2013-12-19 Thread Yang Kun (YK)
** Changed in: pulseaudio (Ubuntu)
 Assignee: David Henningsson (diwic) = (unassigned)

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

Title:
  Audio on phone is a mess when receiving calls

Status in “pulseaudio” package in Ubuntu:
  Confirmed

Bug description:
  Scenario:
  You are using your device as  an mp3 player, a call comes in.

  Report against:
  Maguro on image r48

  Issue:
  Currently the call ringer, rings on the phone, pulling the audio of the music 
of the headset and onto the device, when you accept the call it transfers the 
music and call to the headset. When you end the call the music is transferred 
to the phone again.

  Steps:
  1. Plug in your wired headset (I assume it will be the same for bluetooth 
once they connect and work)
  2. Start the music app and start playing a play list of track
  3. Ring the device
  4. Note what happens with the music, call and ringer tone

  Expected:
  I expect the music to pause (Yet to land so this can continue till it does), 
I expect the ringer to ring in the headset not the device, I expect the call to 
be in headset not the device, I then expect the music to continue playing in 
the headset.

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

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


[Desktop-packages] [Bug 1210083] Re: volume control does not work on Galaxy S2 and pulseaudio misbehaves

2013-12-19 Thread Yang Kun (YK)
** Changed in: pulseaudio (Ubuntu)
 Assignee: David Henningsson (diwic) = (unassigned)

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

Title:
  volume control does not work on Galaxy S2 and pulseaudio misbehaves

Status in “android-audiosystem” package in Ubuntu:
  New
Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  In the Ubuntu Touch port to the Samsung Galaxy S2 phone pulseaudio misbehaves 
until 
  load-module module-udev-detect use_ucm=0
  is commented out in /etc/pulse/default.pa

  while pulse starts after this modification, volume control is neither
  possible through the indicator (no UI elements at all) nor via
  alsamixer or the hardware butoons. Videos play with sound, the camera
  snap sound works too, but volume can not be controlled.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: pulseaudio 1:4.0-0ubuntu1
  Uname: Linux 3.0.64-CM-g27bbb67-dirty armv7l
  NonfreeKernelModules: dhd Si4709_driver
  ApportVersion: 2.11-0ubuntu1
  Architecture: armhf
  AudioDevicesInUse: Error: [Errno 2] No such file or directory: 'fuser'
  Date: Thu Aug  8 12:02:06 2013
  InstallationDate: Installed on 2013-08-01 (6 days ago)
  InstallationMedia: Ubuntu Saucy Salamander (development branch) - armhf 
(20130801)
  MarkForUpload: True
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.pulse.default.pa: [modified]
  mtime.conffile..etc.pulse.default.pa: 2013-08-07T19:50:18.924314

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-audiosystem/+bug/1210083/+subscriptions

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


[Desktop-packages] [Bug 1236989] Re: Maguro: Plug in a wired headset play music then make a call

2013-12-19 Thread Yang Kun (YK)
** Changed in: pulseaudio (Ubuntu)
 Assignee: David Henningsson (diwic) = (unassigned)

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

Title:
  Maguro: Plug in a wired headset play music then make a call

Status in “ofono” package in Ubuntu:
  Invalid
Status in “pulseaudio” package in Ubuntu:
  Incomplete

Bug description:
  Plugin a wired headset into a device.  Play some music and the sound comes 
through the headset as expected.  Now make a call.
  The ringer and the call happen on the phone meaning you have to unplug the 
headset inorder to make the call.

  Steps:
  1. With the wired headset that came with the device plug it in.
  2. Open the music app play some music (this comes through the headset as 
expected)
  3. Make a call (This happens on the phone ignoring the headset)

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

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


[Desktop-packages] [Bug 1240467] Re: Call received during music playback with headphones causes loud music from speakerphone

2013-12-19 Thread Yang Kun (YK)
** Changed in: pulseaudio (Ubuntu)
 Assignee: David Henningsson (diwic) = (unassigned)

** Changed in: pulseaudio (Ubuntu Saucy)
 Assignee: David Henningsson (diwic) = (unassigned)

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

Title:
  Call received during music playback with headphones causes loud music
  from speakerphone

Status in “pulseaudio” package in Ubuntu:
  Confirmed
Status in “pulseaudio” source package in Saucy:
  Confirmed

Bug description:
  mako 20131015.2

  TEST CASE:
  1. Insert headphones into phone
  2. Start music playback through the headphones
  3. Receive an incoming call on the device and answer the call
  4. End the call

  EXPECTED RESULT:
  Music playback should pause when the call is received
  When the call has ended, playback should resume through the headphones at the 
previous volume level

  ACTUAL RESULT:
  When the phone receives the call, the music playback changes to loud speaker
  After the call has ended, the music volume level is very loud and plays 
through the loud speaker rather than the headphones.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: pulseaudio 1:4.0-0ubuntu6
  Uname: Linux 3.4.0-3-mako armv7l
  AlsaInfo: This script requires lspci. Please install it, and re-run this 
script.
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: armhf
  AudioDevicesInUse: Error: [Errno 2] No such file or directory: 'fuser'
  Date: Wed Oct 16 10:52:52 2013
  InstallationDate: Installed on 2013-10-15 (0 days ago)
  InstallationMedia: Ubuntu 13.10 - armhf (20131015.2)
  MarkForUpload: True
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1227769] Re: [mako] No audio in the headphones with a two pins jack unless plugged in after the call

2013-12-19 Thread Yang Kun (YK)
** Changed in: pulseaudio (Ubuntu)
 Assignee: David Henningsson (diwic) = (unassigned)

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

Title:
  [mako] No audio in the headphones with a two pins jack unless plugged
  in after the call

Status in PulseAudio sound server:
  New
Status in Touch Preview Images:
  Confirmed
Status in “pulseaudio” package in Ubuntu:
  Confirmed

Bug description:
  1. connect a 2 pin 3.5mm headphones into your phone and make a call

  What happens:
  There is no sound in the headphones and the phone's earpiece works for the 
call. Now if you pull out the headphone jack and plug it in you can hear the 
sound in the headphones.

  On the end if we connect a 3 pin headphones (the one with a mic in it)
  things work pretty well and there is no need to reconnect the
  headphones.

  I have initially reported this for telephony service but I think its
  pulseaudio issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: telephony-service 0.1+13.10.20130830.3-0ubuntu1
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.12.2-0ubuntu1
  Architecture: armhf
  Date: Thu Sep 19 15:56:01 2013
  InstallationDate: Installed on 2013-09-18 (1 days ago)
  InstallationMedia: Ubuntu Saucy Salamander (development branch) - armhf 
(20130918)
  MarkForUpload: True
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  SourcePackage: telephony-service
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1262719] Dependencies.txt

2013-12-19 Thread Gerry Boland
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1262719/+attachment/3932611/+files/Dependencies.txt

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

Title:
  Crash if trying to compress contents of a directory mounted in
  nautilus via sftp

Status in “file-roller” package in Ubuntu:
  New

Bug description:
  Steps to repro:

  1. in Nautilus, do File-Connect to Server and enter connection details to 
a remote SFTP server 
  2. Mount the newly created SFTP server directory
  3. Navigate into the SFTP share, select a bunch of files
  4. Right click and select Compress
  5. File roller appears, the status bar flickers up to 100% and then crashes.
  --- 
  ApportVersion: 2.12.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2013-06-17 (185 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: file-roller 3.10.2.1-0ubuntu2
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.12.0-5.13-generic 3.12.2
  Tags:  trusty
  Uname: Linux 3.12.0-5-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2013-11-13 (36 days ago)
  UserGroups: adm autopilot cdrom dip fuse lpadmin plugdev sambashare sbuild 
sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1262719/+subscriptions

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


[Desktop-packages] [Bug 1243484] Re: Incorrect handling of orientation when printing PDF files

2013-12-19 Thread Till Kamppeter
cups-filters 1.0.43 (with the fix) released upstream.

** Changed in: cups-filters (Ubuntu)
   Status: Incomplete = Fix Committed

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

Title:
  Incorrect handling of orientation when printing PDF files

Status in “cups-filters” package in Ubuntu:
  Fix Committed
Status in “poppler” package in Ubuntu:
  Fix Released

Bug description:
  There seems to be some problems in the CUPS filters handling PDF
  files, which can be shown without having an actual printer hooked up
  (this seems to be independent of the driver in use).

  This happens on the latest Ubuntu 13.10 but I believe the real culprit
  is in the cups-filters 1.0.40 package.

  This happens when trying to print a PDF file (such as the CUPS test
  page in /usr/share/cups/data/default.pdf) and trying to change its
  orientation with the 'landscape' option, as such :

  lp -d queue -o landscape /usr/share/cups/data/default.pdf

  The result right now would be that the job is upside down, instead of
  being in a landscape orientation.

  This happens regardless of the driver. The same behavior doesn't
  happen for documents such as PostScript files, which works as
  expected, at least with a PS printer.

  The easiest way to test this is to set up queues that print to file
  (enable FileDevice in the CUPS config first) and look at the resulting
  files with a document viewer such as evince :

  - Create a new Generic Postscript queue using the default drivers, set it to 
print to a URI such as file:///tmp/test.ps
  - Send a PDF job to the queue with the landscape option
  - Look at the output in evince or Ghostview

  I strongly suspect something is amiss with the pdftopdf filter's
  handling of these options, especially in v1.0.40. Fedora 19 didn't
  exhibit the same problem until the cups-filters package was brought up
  to the same version just today.

  I also suspect that more than the orientation options are affected, we
  have had reports from customers having trouble with options handled
  through the Collate PPD options.

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

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


[Desktop-packages] [Bug 1259240] Re: pdftopdf doesn't perform software collate

2013-12-19 Thread Till Kamppeter
cups-filters 1.0.43 (with the fix) released upstream.

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

Title:
  pdftopdf doesn't perform software collate

Status in “cups-filters” package in Ubuntu:
  Fix Committed

Bug description:
  Pages printed are not collated when I print a document with multiple
  copies set and Collate option enabled on a printer without hardware
  collate support.

  Printer is Samsung ML-2950.

  Operating systems affected are: Linux Mint 16, Ubuntu 13.04

  CUPS filters pipe for printing a test text file is the following:

  D [09/Dec/2013:14:34:00 +0400] [Job 16] texttopdf (text/plain to 
application/pdf, cost 32)
  D [09/Dec/2013:14:34:00 +0400] [Job 16] pdftopdf (application/pdf to 
application/vnd.cups-pdf, cost 66)
  D [09/Dec/2013:14:34:00 +0400] [Job 16] gstoraster (application/vnd.cups-pdf 
to application/vnd.cups-raster, cost 99)
  D [09/Dec/2013:14:34:00 +0400] [Job 16] rastertospl 
(application/vnd.cups-raster to printer/test, cost 0)

  rastertospl is proprietary filter, which converts CUPS raster data to
  Samsung's SPL PDL.

  PPD file is attached.

  Further investigation has shown, that pdftopdf filter does not perform
  software document copy generation with my PPD file set in environment
  variable PPD, its output contains a single copy, but resulting CUPS
  raster contains information about multiple copies and rastertospl
  generates SPL output with mutiple copies for each page (uncollated).

  pstops filter, started with the same CUPS job options set and multi-
  page PostScript input, generates PostScript output with properly
  collated pages.

  pdftopdf has been executed with following parameters:

  /usr/lib/cups/filter/pdftopdf 1 user test 2 Collate texttopdf.pdf
   pdftopdf.pdf

  When I start pdftopdf with the same parameters, but with PPD
  environment variable unset, it generates PDF file with document copies
  created.

  When I modify PPD file by changing *cupsManualCopy attribute value to
  True, pdftopdf produces collated output.

  This printer supports hardware page copies, but does not support
  collate in hardware.

  It seems that pdftopdf filter logic used to determine collate method
  does not handle this case correctly.

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

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


[Desktop-packages] [Bug 1262719] [NEW] Crash if trying to compress contents of a directory mounted in nautilus via sftp

2013-12-19 Thread Gerry Boland
Public bug reported:

Steps to repro:

1. in Nautilus, do File-Connect to Server and enter connection details to a 
remote SFTP server 
2. Mount the newly created SFTP server directory
3. Navigate into the SFTP share, select a bunch of files
4. Right click and select Compress
5. File roller appears, the status bar flickers up to 100% and then crashes.
--- 
ApportVersion: 2.12.7-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
DistroRelease: Ubuntu 14.04
InstallationDate: Installed on 2013-06-17 (185 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
NonfreeKernelModules: wl
Package: file-roller 3.10.2.1-0ubuntu2
PackageArchitecture: amd64
ProcVersionSignature: Ubuntu 3.12.0-5.13-generic 3.12.2
Tags:  trusty
Uname: Linux 3.12.0-5-generic x86_64
UpgradeStatus: Upgraded to trusty on 2013-11-13 (36 days ago)
UserGroups: adm autopilot cdrom dip fuse lpadmin plugdev sambashare sbuild sudo

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-collected trusty

** Tags added: apport-collected trusty

** Description changed:

  Steps to repro:
  
  1. in Nautilus, do File-Connect to Server and enter connection details to 
a remote SFTP server 
  2. Mount the newly created SFTP server directory
  3. Navigate into the SFTP share, select a bunch of files
  4. Right click and select Compress
  5. File roller appears, the status bar flickers up to 100% and then crashes.
+ --- 
+ ApportVersion: 2.12.7-0ubuntu2
+ Architecture: amd64
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ InstallationDate: Installed on 2013-06-17 (185 days ago)
+ InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
+ MarkForUpload: True
+ NonfreeKernelModules: wl
+ Package: file-roller 3.10.2.1-0ubuntu2
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.12.0-5.13-generic 3.12.2
+ Tags:  trusty
+ Uname: Linux 3.12.0-5-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2013-11-13 (36 days ago)
+ UserGroups: adm autopilot cdrom dip fuse lpadmin plugdev sambashare sbuild 
sudo

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

Title:
  Crash if trying to compress contents of a directory mounted in
  nautilus via sftp

Status in “file-roller” package in Ubuntu:
  New

Bug description:
  Steps to repro:

  1. in Nautilus, do File-Connect to Server and enter connection details to 
a remote SFTP server 
  2. Mount the newly created SFTP server directory
  3. Navigate into the SFTP share, select a bunch of files
  4. Right click and select Compress
  5. File roller appears, the status bar flickers up to 100% and then crashes.
  --- 
  ApportVersion: 2.12.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2013-06-17 (185 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: file-roller 3.10.2.1-0ubuntu2
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.12.0-5.13-generic 3.12.2
  Tags:  trusty
  Uname: Linux 3.12.0-5-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2013-11-13 (36 days ago)
  UserGroups: adm autopilot cdrom dip fuse lpadmin plugdev sambashare sbuild 
sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1262719/+subscriptions

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


[Desktop-packages] [Bug 1262719] ProcEnviron.txt

2013-12-19 Thread Gerry Boland
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1262719/+attachment/3932612/+files/ProcEnviron.txt

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

Title:
  Crash if trying to compress contents of a directory mounted in
  nautilus via sftp

Status in “file-roller” package in Ubuntu:
  New

Bug description:
  Steps to repro:

  1. in Nautilus, do File-Connect to Server and enter connection details to 
a remote SFTP server 
  2. Mount the newly created SFTP server directory
  3. Navigate into the SFTP share, select a bunch of files
  4. Right click and select Compress
  5. File roller appears, the status bar flickers up to 100% and then crashes.
  --- 
  ApportVersion: 2.12.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2013-06-17 (185 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: file-roller 3.10.2.1-0ubuntu2
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.12.0-5.13-generic 3.12.2
  Tags:  trusty
  Uname: Linux 3.12.0-5-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2013-11-13 (36 days ago)
  UserGroups: adm autopilot cdrom dip fuse lpadmin plugdev sambashare sbuild 
sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1262719/+subscriptions

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


[Desktop-packages] [Bug 1262427] Re: with gtk-3.10 DnD no longer shows object being dragged

2013-12-19 Thread Doug McMahon
** Also affects: nautilus
   Importance: Undecided
   Status: New

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

Title:
  with gtk-3.10 DnD no longer shows object being dragged

Status in Nautilus:
  New
Status in “gtk+3.0” package in Ubuntu:
  Confirmed

Bug description:
  Can easily be seen in gtk3 file managers such as nautilus  nemo. Also 
affects games such as Aisleroit.
  While not the worst thing in nautilus with the new 'auto open on hover' 
feature it stil will bother some users.

  Not really clear if this is a bug or intended..

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libgtk-3-0 3.10.6-0ubuntu2
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.12.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Dec 18 19:24:30 2013
  InstallationDate: Installed on 2013-12-03 (15 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131129)
  SourcePackage: gtk+3.0
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-19 Thread Maarten Lankhorst
Yes I was able to reproduce the crashing bug. Anyway because this issue
was already fixed in libpixman I don't think it's really important to
worry about it too much.

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

Status in Pixman:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  Invalid
Status in “pixman” package in Ubuntu:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “pixman” source package in Precise:
  Fix Released
Status in “xorg-server” source package in Precise:
  New
Status in “pixman” source package in Quantal:
  Fix Released
Status in “xorg-server” source package in Quantal:
  New
Status in “pixman” source package in Raring:
  Fix Released
Status in “xorg-server” source package in Raring:
  New
Status in “pixman” source package in Saucy:
  Fix Released
Status in “xorg-server” source package in Saucy:
  Fix Committed

Bug description:
  [Impact]

   * Opening spreadsheets in libreoffice crashes X .

  [Test Case]

   * Open the attached document ( plantage-mai-only-empty.ods )

  [Regression Potential]

   * n/a

  [Other Info]

   * Patch is backport from upstream - 
http://cgit.freedesktop.org/pixman/commit/?id=5e14da97f16e421d084a9e735be21b1025150f0c
 .
   * Alternate test case, 
http://cgit.freedesktop.org/pixman/commit/?id=2f876cf86718d3dd9b3b04ae9552530edafe58a1

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

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


[Desktop-packages] [Bug 1197921] Re: LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing enabled

2013-12-19 Thread Bryan Quigley
@Maarten
Did you downgrade libpixman?  Were you able to reproduce the crash first? 
I rebooted the VM between tests.

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

Title:
  LibreOffice spreadsheet causes full Xorg crash with Anti-Aliasing
  enabled

Status in Pixman:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  Invalid
Status in “pixman” package in Ubuntu:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “pixman” source package in Precise:
  Fix Released
Status in “xorg-server” source package in Precise:
  New
Status in “pixman” source package in Quantal:
  Fix Released
Status in “xorg-server” source package in Quantal:
  New
Status in “pixman” source package in Raring:
  Fix Released
Status in “xorg-server” source package in Raring:
  New
Status in “pixman” source package in Saucy:
  Fix Released
Status in “xorg-server” source package in Saucy:
  Fix Committed

Bug description:
  [Impact]

   * Opening spreadsheets in libreoffice crashes X .

  [Test Case]

   * Open the attached document ( plantage-mai-only-empty.ods )

  [Regression Potential]

   * n/a

  [Other Info]

   * Patch is backport from upstream - 
http://cgit.freedesktop.org/pixman/commit/?id=5e14da97f16e421d084a9e735be21b1025150f0c
 .
   * Alternate test case, 
http://cgit.freedesktop.org/pixman/commit/?id=2f876cf86718d3dd9b3b04ae9552530edafe58a1

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

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


[Desktop-packages] [Bug 1262637] [NEW] System hangs on login immediately after logout

2013-12-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

We're running Ubuntu 12.04.

The bug occurs with a number of PC running a kiosk-like setup with
password-free login. The desktop is standard Unity.

Scenario:

* User arrives at PC in library.
* User finds active session and wants to  log out to get a fresh session.
* User logs out
* User *immediately* presses button to login
* System hangs. 

The system hanging is like this: Desktop icons are present, but the
launcher is gone, and the top bar with the time and command menus
(including the logout menu) is also gone.

The only way out (bar hitting the power button) is to enter CTRL-ALT-
DEL, which opens a logout dialog. You can now choose to logout, wait a
while and login again.

It *seems* to be caused by the very swift sequence of logout + login.

It's annoying and thus a serious bug, since it's very confusing to
transient users, of which we have a lot.

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


** Tags: 12.04 freeze precise
-- 
System hangs on login immediately after logout
https://bugs.launchpad.net/bugs/1262637
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to lightdm in Ubuntu.

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


[Desktop-packages] [Bug 1259561] Re: config timestamps not updated on hotplugging a output with hybrid graphics

2013-12-19 Thread Maarten Lankhorst
Confirming that timestamps change correctly now.

** 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 xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1259561

Title:
  config timestamps not updated on hotplugging a output with hybrid
  graphics

Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Saucy:
  Fix Committed

Bug description:
  [Impact]
  In Precise and Saucy, we support hybrid graphics, but this issue prevents 
users from hotplugging external screens (the ones connected to the Intel card 
if nvidia is driving the display). The timestamps on the main screen are never 
updated when a output is plugged in to the gpu screen.

  This is also the bug for getting xorg-server 1.14.5 backported to
  saucy.

  [Test Case]
  Requires fix for #1224254 first.

  Plug in a screen after gsd started. The screen should turn on and
  enter mirror mode or extended mode. Wrong behavior: Screen stays off.

  Alternate testcase: check timestamps on xev, they should stay the same
  when plugging or unplugging, but update each time.

  [Regression Potential]
  Low, but not zero. We will also bump the micro release with the MRE, the ABI 
was been broken shortly after 1.14.4, but this was quickly discovered and fixed 
before 1.14.5rc1 was released. There's also a commit xfree86: Find primary 
entity when bus types are nominally different which I suspect could have 
broken driver loading in the optimus configuration, but we already have a 
different fix because I ran into the same bug after a similar fix before.

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

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


[Desktop-packages] [Bug 1000325] Re: After unmounting i got error see screenshot

2013-12-19 Thread Bryan Quigley
** Tags added: saucy

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

Title:
  After unmounting i got error see screenshot

Status in “nautilus” package in Ubuntu:
  Fix Released
Status in “nautilus” source package in Saucy:
  Triaged

Bug description:
  * Impact: unmounting/ejecting devices leads to annoying error dialogs,
  it also triggers some issues with gvfs backend

  * Test case:
  - eject/unmount devices or mounts in nautilus, check that there is no error 
display (nor from nautilus nor whoopsie)

  * Regression potential:
  - check that mounts/device get correctly unmounted still

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

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


[Desktop-packages] [Bug 1262637] Re: System hangs on login immediately after logout

2013-12-19 Thread Brian Murray
** Package changed: ubuntu-meta (Ubuntu) = lightdm (Ubuntu)

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

Title:
  System hangs on login immediately after logout

Status in “lightdm” package in Ubuntu:
  Confirmed

Bug description:
  We're running Ubuntu 12.04.

  The bug occurs with a number of PC running a kiosk-like setup with
  password-free login. The desktop is standard Unity.

  Scenario:

  * User arrives at PC in library.
  * User finds active session and wants to  log out to get a fresh session.
  * User logs out
  * User *immediately* presses button to login
  * System hangs. 

  The system hanging is like this: Desktop icons are present, but the
  launcher is gone, and the top bar with the time and command menus
  (including the logout menu) is also gone.

  The only way out (bar hitting the power button) is to enter CTRL-ALT-
  DEL, which opens a logout dialog. You can now choose to logout, wait a
  while and login again.

  It *seems* to be caused by the very swift sequence of logout + login.

  It's annoying and thus a serious bug, since it's very confusing to
  transient users, of which we have a lot.

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

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


[Desktop-packages] [Bug 1262735] [NEW] Add Pantheon to OnlyShowIn entry in desktop file.

2013-12-19 Thread JaSauders
Public bug reported:

Pantheon is a desktop environment based on GTK 3 in use by the
elementary OS team. Elementary OS, for what it's worth, is based on
Ubuntu 12.04. Pantheon is becoming more popular and packages for it
already exist in Arch and openSUSE. Unfortunately, Pantheon's file
manager has had some stability issues, so I've installed Nautilus. Like
many others, we were confused as to why Nautilus was not showing up in
the applications menu. After some digging I found the OnlyShowIn entry
in /usr/share/applications/nautilus.desktop and, quite honestly, just
commented out the whole thing. Suddenly, Nautilus worked - success!

That said, countless others have looked to install an alternative file
manager, such as Nautilus, only to find it doesn't show up. They assume
it's not supported and move on to other alternatives. If Pantheon could
be added so elementary OS could pick up Nautilus that would be
tremendously useful to a lot of users.

Thank you for your consideration!

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

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

Title:
  Add Pantheon to OnlyShowIn entry in desktop file.

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Pantheon is a desktop environment based on GTK 3 in use by the
  elementary OS team. Elementary OS, for what it's worth, is based on
  Ubuntu 12.04. Pantheon is becoming more popular and packages for it
  already exist in Arch and openSUSE. Unfortunately, Pantheon's file
  manager has had some stability issues, so I've installed Nautilus.
  Like many others, we were confused as to why Nautilus was not showing
  up in the applications menu. After some digging I found the OnlyShowIn
  entry in /usr/share/applications/nautilus.desktop and, quite honestly,
  just commented out the whole thing. Suddenly, Nautilus worked -
  success!

  That said, countless others have looked to install an alternative file
  manager, such as Nautilus, only to find it doesn't show up. They
  assume it's not supported and move on to other alternatives. If
  Pantheon could be added so elementary OS could pick up Nautilus that
  would be tremendously useful to a lot of users.

  Thank you for your consideration!

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

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


[Desktop-packages] [Bug 1262736] [NEW] Add Pantheon to OnlyShowIn entry to /usr/share/applications/vino-preferences.desktop

2013-12-19 Thread JaSauders
Public bug reported:

Hi there. I use elementary OS, which is based on Ubuntu 12.04.
Elementary OS uses the Pantheon desktop environment, which is based
entirely on GTK 3. I installed vino so I could enable remote VNC access,
but it did not show up in my applications menu. After some digging I
found that the /usr/share/applications/vino-preferences.desktop file
contained an OnlyShowIn entry with only Gnome and Unity listed. If
Pantheon could be added to the list, this would remove a lot of headache
for a lot of users who could benefit from this software.

Thank you for your consideration!

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

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

Title:
  Add Pantheon to OnlyShowIn entry to /usr/share/applications/vino-
  preferences.desktop

Status in “vino” package in Ubuntu:
  New

Bug description:
  Hi there. I use elementary OS, which is based on Ubuntu 12.04.
  Elementary OS uses the Pantheon desktop environment, which is based
  entirely on GTK 3. I installed vino so I could enable remote VNC
  access, but it did not show up in my applications menu. After some
  digging I found that the /usr/share/applications/vino-
  preferences.desktop file contained an OnlyShowIn entry with only Gnome
  and Unity listed. If Pantheon could be added to the list, this would
  remove a lot of headache for a lot of users who could benefit from
  this software.

  Thank you for your consideration!

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

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


[Desktop-packages] [Bug 1184451] Re: Ubuntu 13.10 random screen freeze while Normal OS activites

2013-12-19 Thread harontas
i can confirm the bug too.fresh install ubuntu gnome 13.10 64bit. no
gnome ppa.random freezing with nothing you can do.it is very annoying
but appart that the system runs perfect..

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

Title:
  Ubuntu 13.10 random screen freeze while Normal OS activites

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

Bug description:
  I have recently, re-installed fresh ubuntu 13.10 distribution release.
  But everything worked fine. until recently i had strange problem of my 
display screen getting freezed randomly; but no response to either 
mouse/keyboard.
  But i want to point it out; it happens randomly and is not specific ?
  Other day, i had music player playing in background, but screen freezed. but 
my music was still running. 
  Kindly note, i used multiple monitor setup and same issue of screen freeze 
also cropped up.

  I,am not sure, whether it is bug ?

  thanks for the expertise support.

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

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


[Desktop-packages] [Bug 1068920] Re: Pointer screen crossings broken in Xorg server 1.13.0 (regression)

2013-12-19 Thread wrapperband
Did I hold my breath for a year while this bug I reported was fixed?

Hi Timo Aaltonen (tjaalton)  -

I would like to help, but I can't test it as my PC is busy,

Can you re-post when it's in the Repo's?

Be great to have 2 monitors, I've sort of got used to not having
them

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

Title:
  Pointer screen crossings broken in Xorg server 1.13.0 (regression)

Status in X.Org X server:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-quantal” package in Ubuntu:
  Invalid
Status in “xorg-server” source package in Quantal:
  Fix Committed
Status in “xorg-server-lts-quantal” source package in Quantal:
  In Progress

Bug description:
  [Impact]

  The Xorg server in quantal suffers from the following upstream
  regression for zaphod setups:

  https://bugs.freedesktop.org/show_bug.cgi?id=54654

  [Test case]

  When you move the mouse into the second screen, it gets trapped there.  When 
it gets to the
  edge where it should move back onto the first screen, it wraps around to the 
far edge of the
  second screen again.

  I've rebuilt xserver-xorg-core with the attached patch, which comes from the 
upstream
  bug above, and confirmed it fixes this issue.

  [Regression potential]

  slim, this has been upstream since 1.13.1

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

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


[Desktop-packages] [Bug 777011] Re: gdk-pixbuf uses temporary files when loading xpm images

2013-12-19 Thread Bug Watch Updater
** Changed in: gdk-pixbuf
   Status: New = Fix Released

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

Title:
  gdk-pixbuf uses temporary files when loading xpm images

Status in pixbuf library for gtk+:
  Fix Released
Status in “gdk-pixbuf” package in Ubuntu:
  New

Bug description:
  io-xpm.c:gdk_pixbuf__xpm_image_begin_load() has the following comment:

  /*
   * FIXME xpm loading progressively is not properly implemented.
   * Instead we will buffer to a file then load that file when done.
   * This is very broken but it should be relayively simple to fix
   * in the future.
   */ 

  What this actually means is that gdk creates a file in /tmp, writes to
  it, and then deletes it  *every* time you do any of the following in a
  gnome/Unity environment:

  - click a mouse button anywhere (any app, any window)
  - scroll a mouse wheel anywhere (any app, any window)

  Additionally, if you move your mouse to top-left or bottom-right of
  the screen *and just hold it there*, files will be created, modified
  and then deleted continuously.

  Clearly, this is a nasty hack and temporary files are evil at the best
  of times. If you have slow disks, your desktop experience may also
  suffer.

  Temp files are created using g_file_open_tmp():

  fd = g_file_open_tmp (gdkpixbuf-xpm-tmp.XX, context-tempname,
  NULL);

  This template expands to file names like /tmp/gdkpixbuf-xpm-
  tmp.UV9WUV.

  Pressing the Windows/meta button to get the Unity search box to appear
  generates approximately 60 temporary files (!!)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdk-pixbuf/+bug/777011/+subscriptions

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


[Desktop-packages] [Bug 1204034] Re: Update to 1.2.6

2013-12-19 Thread Andreas Schildbach
Apparently the latest version is already 1.27.

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

Title:
  Update to 1.2.6

Status in “usb-modeswitch” package in Ubuntu:
  Triaged

Bug description:
  Update usb-modeswitch to 1.2.6
  PTS changelog:
  usb-modeswitch (1.2.6+repack0-1) unstable; urgency=low

* New 1.2.6 upstream release
  - Several changes to streamline compiling as part of larger
projects, mostly in Makefile;
  - fix compiler warnings appearing in certain build environments;
  - new Quanta procedure for Quanta 1K3 LTE;
  - fix for error with cascaded hubs in dispatcher script.

* Repack the upstream tarball:
  - Drop the code copy of jimtcl.

* Replace 04_cope_with_repack patch by one to to use the
  package-provided jimsh and libjim.
* Bump usb-modeswitch-data depends to 20130607.

  usb-modeswitch (1.2.5+repack0-1) experimental; urgency=low

* New 1.2.5 upstream release
  - Initial support for MBIM devices, use with data package = 20121109;
  - checking for these is the automatic default, new parameter
NoMBIMCheck prevents the check per device in case of problems; new
global option to set delay_use of usb-storage (as low values may
prevent mode-switching);
  - fix for handling multi-configuration devices (thanks to Bjørn Mork
for advice).

* Repack the upstream tarball:
  - Drop the code copy of jimtcl.

* Bump usb-modeswitch-data depends to 20121109.
* Bump Standards-Version to 3.9.4 and debhelper B-D to 9 without
  changes needed.

  usb-modeswitch (1.2.4+repack0-1) experimental; urgency=low

* New 1.2.4 upstream release
  - Additional interface checks to prevent sending UFI commands to
non-storage interfaces (prompted by more ambiguous device IDs
popping up);
  - Change in SierraMode for handling newer devices which caused an
error abort before;
  - Makefile fix for parallelized make runs.

* Repack the upstream tarball:
  - Drop the code copy of jimtcl.

* Drop patch to disable logging as was (temporarily) enabled in 1.2.3.
* Refresh patches.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1204034/+subscriptions

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


[Desktop-packages] [Bug 1261168] Re: [SRU] LibreOffice 4.1.4 for Ubuntu 12.04 LTS (Precise)

2013-12-19 Thread Björn Michaelsen
See:
http://summit.ubuntu.com/uds-1308/meeting/21942/client-1308-rolling-libreoffice/
for details

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

Title:
  [SRU] LibreOffice 4.1.4 for Ubuntu 12.04 LTS (Precise)

Status in “libreoffice” package in Ubuntu:
  Won't Fix
Status in “libreoffice” package in Baltix:
  New

Bug description:
  LibreOffice on Ubuntu 12.04 LTS (Precise) is very buggy comparing to current 
(4.1.3) release from Ubuntu 13.10 (Saucy).
  LibreOffice packages on Ubuntu 12.04 urgently  needs an update to latest 
supported release 4.1.3 (or newer) for quite a set of critical fixes.

  [IMPACT]
   3.5.7 is End of Life since November, 2012!
   Look at https://wiki.documentfoundation.org/ReleasePlan#End_of_Life_Releases 
   * https://wiki.documentfoundation.org/ReleaseNotes/3.6
   * https://wiki.documentfoundation.org/ReleaseNotes/4.0
   * https://wiki.documentfoundation.org/ReleaseNotes/4.1

  A very large number of bugs have been fixed since 3.5.7, far too many to 
attempt an accurate listing; even counting them accurately is difficult.
  However a reasonable estimate is around three thousand bugs just in 4.1 
release!

  Lots of people still uses Ubuntu LTS release and since end of 2012 they are 
forced to search correctly working LibreOffice packages.
  Some of them installs LibreOffice from upstream deb files - this way is very 
hard for majority users :(
  Other users finds https://launchpad.net/~libreoffice/+archive/libreoffice-4-1 
and updates LibreOffice from ppa:libreoffice/libreoffice-4-1 repo, but this is 
also not easy way - why LTS users can install supported and up to date Firefox 
and Chromium like usual updates, but can't install supported and up to date 
LibreOffice software?

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

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


[Desktop-packages] [Bug 1219108] Re: update to colord 1.0.3

2013-12-19 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/colord

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

Title:
  update to colord 1.0.3

Status in “colord” package in Ubuntu:
  Triaged
Status in “colord” source package in Saucy:
  Triaged

Bug description:
  Please update to colord 1.0.3 for saucy, it has several bug fixes, one of 
which is significant for xiccd:
   https://github.com/hughsie/colord/blob/colord-1-0/NEWS

  xiccd:
   https://github.com/agalakhov/xiccd

  my ppa for xiccd including the new colord:
   https://launchpad.net/~pmjdebruijn/+archive/xiccd-testing

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

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


[Desktop-packages] [Bug 708291] Re: Nautilus freezes when the target of a symbolic link that is a parent of the current folder is deleted

2013-12-19 Thread Bryan Quigley
This appears to be fixed in Ubuntu Saucy.. can anyone else confirm?

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Nautilus freezes when the target of a symbolic link that is a parent
  of the current folder is deleted

Status in “nautilus” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: nautilus

  To reproduce the problem,

  1) Create a symbolic link to a folder that contains a subfolder:
  mkdir -p a/b
  ln -s a c
  2) Open Nautilus to the subfolder through the symbolic link:
  nautilus c/b
  3) Remove the original subfolder and its parent:
  rm -r a

  As expected, Nautilus displays an error dialog with the message Could
  not display '/home/user/c'. The location is not a folder.

  Unexpectedly, Nautilus continues to open duplicate error dialogs in an
  infinite loop, causing the computer to quickly become unresponsive. A
  screenshot of this is attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: nautilus 1:2.32.0-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
  Uname: Linux 2.6.35-24-generic x86_64
  Architecture: amd64
  Date: Wed Jan 26 12:22:00 2011
  ExecutablePath: /usr/bin/nautilus
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: nautilus
  XsessionErrors:
   (polkit-gnome-authentication-agent-1:1462): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
   (awn-applet:1505): GLib-CRITICAL **: g_string_overwrite: assertion `val != 
NULL' failed
   (awn-applet:1505): GLib-CRITICAL **: g_str_has_prefix: assertion `str != 
NULL' failed
   (awn-applet:1498): Wnck-CRITICAL **: wnck_application_get_windows: assertion 
`WNCK_IS_APPLICATION (app)' failed

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

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


[Desktop-packages] [Bug 1068920] Re: Pointer screen crossings broken in Xorg server 1.13.0 (regression)

2013-12-19 Thread Timo Aaltonen
enable quantal-proposed, the update is in there..

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

Title:
  Pointer screen crossings broken in Xorg server 1.13.0 (regression)

Status in X.Org X server:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-quantal” package in Ubuntu:
  Invalid
Status in “xorg-server” source package in Quantal:
  Fix Committed
Status in “xorg-server-lts-quantal” source package in Quantal:
  In Progress

Bug description:
  [Impact]

  The Xorg server in quantal suffers from the following upstream
  regression for zaphod setups:

  https://bugs.freedesktop.org/show_bug.cgi?id=54654

  [Test case]

  When you move the mouse into the second screen, it gets trapped there.  When 
it gets to the
  edge where it should move back onto the first screen, it wraps around to the 
far edge of the
  second screen again.

  I've rebuilt xserver-xorg-core with the attached patch, which comes from the 
upstream
  bug above, and confirmed it fixes this issue.

  [Regression potential]

  slim, this has been upstream since 1.13.1

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

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


[Desktop-packages] [Bug 1000325] Re: After unmounting i got error see screenshot

2013-12-19 Thread Bryan Quigley
What are the gvfs backend issues you are having from this?

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

Title:
  After unmounting i got error see screenshot

Status in “nautilus” package in Ubuntu:
  Fix Released
Status in “nautilus” source package in Saucy:
  Triaged

Bug description:
  * Impact: unmounting/ejecting devices leads to annoying error dialogs,
  it also triggers some issues with gvfs backend

  * Test case:
  - eject/unmount devices or mounts in nautilus, check that there is no error 
display (nor from nautilus nor whoopsie)

  * Regression potential:
  - check that mounts/device get correctly unmounted still

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

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


[Desktop-packages] [Bug 1072032] Re: nautilus cannot handle computer locations

2013-12-19 Thread Bryan Quigley
Is this still an issue for you on Ubuntu 13.10?  Does it only happen
after unmounting a removable drive ? (that would make a related to bug
1000325)

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  nautilus cannot handle computer locations

Status in “nautilus” package in Ubuntu:
  Incomplete

Bug description:
  What I did:  in Nautilus, Go  Home
  What I expected: to see icons for mounted drives, desktop, etc.
  What happened: Message: 'Could not display computer:. Nautilus cannot 
handle computer locations'

  Same problem with bookmarks for remote sftp locations - 'Nautilus
  cannot handle sftp locations'

  Began when I upgraded to Quantal Beta.

  Resembles old gvfs bugs, such as Bug #185756
  Workaround suggested by others: sudo mv /usr/local /usr/local.old  sudo 
mkdir /usr/local

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: nautilus 1:3.5.90.really.3.4.2-0ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic i686
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: i386
  CheckboxSubmission: 23f9165fb5269142dfde45beba11cbff
  CheckboxSystem: edda5d4f616ca792bf437989cb597002
  Date: Sat Oct 27 05:10:30 2012
  InstallationDate: Installed on 2010-10-21 (736 days ago)
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to quantal on 2012-09-23 (33 days ago)

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

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


[Desktop-packages] [Bug 1004515] Re: segfault in accounts-daemon when logging in / gdm crash if user account is added or deleted

2013-12-19 Thread Ryan Tandy
** Changed in: accountsservice (Ubuntu)
 Assignee: Marcus Colla Magnus O.R. (collamagnus-or) = (unassigned)

** Changed in: accountsservice (Ubuntu Precise)
 Assignee: Marcus Colla Magnus O.R. (collamagnus-or) = (unassigned)

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

Title:
  segfault in accounts-daemon when logging in / gdm crash if user
  account is added or deleted

Status in “accountsservice” package in Ubuntu:
  Fix Released
Status in “accountsservice” source package in Precise:
  Fix Released

Bug description:
  [Impact]
  libaccountsservice contains a double free which under certain circumstances 
will cause accounts-daemon to segfault, and under other circumstances will 
cause gdm to segfault when a user account is added or removed.

  [Test case]
  In a precise machine with kerberos authentication, adding a new user via 
sudo adduser test will cause an X session running under GDM to crash with a 
segfault.

  Once the patch is applied, running the same command line should not
  affect a running X session.  For the test to have value, the session
  needs to have been started after the new accountsservice packages were
  installed.

  [Possible regressions]
  This is just one line removing a double free that has been applied upstream 
for 16 months, so the code itself should be fine.  To be certain that 
everything is alright, not only gdm but also lightdm should be tested.

  [Original description]
  I noticed this in my logs. It's not obviously broken anything, but segfaults 
are bad so I thought it worth reporting.

  May 25 14:16:16 e102475-lin gdm-session-worker[2198]: 
AccountsService-WARNING: SetLanguage call failed: not access to HOME yet so 
language not saved
  May 25 14:16:17 e102475-lin kernel: [ 6288.041531] accounts-daemon[2200]: 
segfault at 596fa6 ip 7f283fad1e40 sp 7fff221eb4e0 error 4 in 
libc-2.15.so[7f$
  M
  ---
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  DistroRelease: Ubuntu 12.04
  Package: accountsservice 0.6.15-2ubuntu9
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Tags: precise third-party-packages
  Uname: Linux 3.2.0-24-generic x86_64
  UpgradeStatus: Upgraded to precise on 2011-11-09 (197 days ago)
  UserGroups: adm fuse sbuild sudo

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

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


[Desktop-packages] [Bug 1098334] Re: [gen4 sna] Font corruption

2013-12-19 Thread Oleksii Ostroverkhyi
For me  #define MAX_FLUSH_VERTICES 1 fixes the issue. #define
MAX_FLUSH_VERTICES 2 is also stable so far. Values starting from 3
result in artifacts.

However, as I wrote in post #150,  reverting this:

diff --git a/src/sna/sna_glyphs.c b/src/sna/sna_glyphs.c
index 62415c8..43086a0 100644
--- a/src/sna/sna_glyphs.c
+++ b/src/sna/sna_glyphs.c
@@ -1130,8 +1130,7 @@ next_image:
-if (this_atlas-format == (format-depth  24 | 
format-format) 
-(sna-kgem.gen  3) != 4) { /* XXX cache corruption? how? 
*/
+   if (this_atlas-format == (format-depth  24 | 
format-format)) {

Solves the problem at all - even setting #define MAX_FLUSH_VERTICES 128
works correct, as well as #define FORCE_FLUSH 0 is also fine.

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

Title:
  [gen4 sna] Font corruption

Status in X.org xf86-video-intel:
  In Progress
Status in “xserver-xorg-video-intel” package in Ubuntu:
  Triaged

Bug description:
  After enabling the SNA acceleration method and rebooting, I noticed
  that graphical glitches appeared in the letters on Chromium's tab bar
  during the mouse hover animation. I've attached a screenshot
  illustrating this, particularly with the letter g in the screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
  Uname: Linux 3.7.0-7-generic x86_64
  ApportVersion: 2.8-0ubuntu1
  Architecture: amd64
  Date: Thu Jan 10 16:00:55 2013
  InstallationDate: Installed on 2012-09-24 (107 days ago)
  InstallationMedia: Kubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120822.2)
  MarkForUpload: True
  SourcePackage: xorg
  UpgradeStatus: Upgraded to raring on 2012-09-25 (107 days ago)

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

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


[Desktop-packages] [Bug 1257505] Re: Create Unity Control Center so can remain on old GNOME Control Center version

2013-12-19 Thread Mateusz Stachowski
I purged the PPA today and reinstalled it again because you asked for it
in mailing list.

Normally the translations are there for this labels in System
settings...

All settings
Appearance

but in unity-control-center I don't see the Polish labels. Also all the
labels in Appearance settings still display in English language but
normally they are translated. There is one label in Brightness and
blocking settings still in English.

The rest of the labels display properly in Polish except Text Entry and
Backup (which looks different than in 13.10) but that isn't translated
normally.

The settings for Online Accounts and Privacy finally work but clicking
on the latter results in window becoming to wide and it also crashed.

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

Title:
  Create Unity Control Center so can remain on old GNOME Control Center
  version

Status in “activity-log-manager” package in Ubuntu:
  In Progress
Status in “chromium-browser” package in Ubuntu:
  Confirmed
Status in “deja-dup” package in Ubuntu:
  In Progress
Status in “empathy” package in Ubuntu:
  Confirmed
Status in “eog” package in Ubuntu:
  In Progress
Status in “gnome-color-manager” package in Ubuntu:
  In Progress
Status in “gnome-control-center” package in Ubuntu:
  In Progress
Status in “gnome-control-center-signon” package in Ubuntu:
  In Progress
Status in “gnome-media” package in Ubuntu:
  In Progress
Status in “gthumb” package in Ubuntu:
  In Progress
Status in “indicator-bluetooth” package in Ubuntu:
  In Progress
Status in “indicator-datetime” package in Ubuntu:
  In Progress
Status in “indicator-power” package in Ubuntu:
  In Progress
Status in “indicator-session” package in Ubuntu:
  In Progress
Status in “indicator-sound” package in Ubuntu:
  In Progress
Status in “landscape-client” package in Ubuntu:
  In Progress
Status in “language-selector” package in Ubuntu:
  In Progress
Status in “nautilus” package in Ubuntu:
  In Progress
Status in “software-properties” package in Ubuntu:
  In Progress
Status in “ubuntuone-control-panel” package in Ubuntu:
  In Progress
Status in “unity” package in Ubuntu:
  New
Status in “unity-control-center” package in Ubuntu:
  In Progress
Status in “webaccounts-browser-extension” package in Ubuntu:
  In Progress

Bug description:
  Ubuntu/Unity uses GNOME Control Center as the application to configure
  the Unity session. We've made a lot of changes appropriate for Ubuntu
  and Unity (61 patches) which makes it hard to maintain and creates a
  conflict for Ubuntu GNOME to use the control center. Unity 7 will be
  replaced by Unity 8 in the future which has a new settings interface.

  So we can continue to remain on the current version of GNOME Control
  Center but allow Ubuntu GNOME to continue to update we will create a
  new project lp:unity-control-center which is a copy of GNOME Control
  Center 3.6 but with appropriate renaming so both can be installed.

  A number of packages that refer to gnome-control-center need to be
  updated to refer to unity-control-center (see bug tasks).

  A PPA for testing is https://launchpad.net/~ubuntu-desktop/+archive
  /unity-control-center

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

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


[Desktop-packages] [Bug 1262752] [NEW] nvidia_304 not blacklisted or removed when nvidia_304_updates is installed.

2013-12-19 Thread Chewbacca
Public bug reported:

Dell Latitude E6520 Laptop

System had a working nvidia-304 driver package installed (304.88-0ubuntu0.0.3)
A regular system update installed, build and activated nvidia-304-updates 
(304.108-0ubuntu0.0.1)

The new driver does not blacklist nvidia-304 which is still available at 
/lib/modules/3.2.0-57-generic/updates/dkms/nvidia_304.ko
Depending on which driver is found first on the filesystem, it is possible that 
udev loads the wrong driver at system boot. (Driver detection and loading based 
on pci-aliases found in the system).

Xorg.0.log shows:
[22.112] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. 
Please see the
[22.112] (EE) NVIDIA(0): system's kernel log for additional error 
messages and
[22.112] (EE) NVIDIA(0): consult the NVIDIA README for details.
[22.112] (EE) NVIDIA(0):  *** Aborting ***
[22.112] (EE) NVIDIA(0): Failing initialization of X screen 0

Dmesg shows:
[   22.227733] NVRM: API mismatch: the client has the version 304.108, but
[   22.227735] NVRM: this kernel module has the version 304.88.  Please
[   22.227735] NVRM: make sure that this kernel module and all NVIDIA driver
[   22.227736] NVRM: components have the same version.
[   22.298983] init: lightdm main process (1406) terminated with status 1

1) Description: Ubuntu 12.04.03 LTS
 Release: 12.04
2) Installed: 304.108-0ubuntu0.0.1
3) Correct nvidia kernel module to be loaded at system boot
4) Depending on which driver is found first on the filesystem the wrong nvidia 
kernel module can be loaded.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nvidia-304-updates 304.108-0ubuntu0.0.1
ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52
Uname: Linux 3.2.0-57-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Thu Dec 19 17:27:29 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
MarkForUpload: True
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nvidia-graphics-drivers-304-updates
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

** Attachment added: dmesg showing wrong API mismatch
   https://bugs.launchpad.net/bugs/1262752/+attachment/3932633/+files/dmesg.txt

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

Title:
  nvidia_304 not blacklisted or removed when nvidia_304_updates  is
  installed.

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

Bug description:
  Dell Latitude E6520 Laptop

  System had a working nvidia-304 driver package installed (304.88-0ubuntu0.0.3)
  A regular system update installed, build and activated nvidia-304-updates 
(304.108-0ubuntu0.0.1)

  The new driver does not blacklist nvidia-304 which is still available at 
/lib/modules/3.2.0-57-generic/updates/dkms/nvidia_304.ko
  Depending on which driver is found first on the filesystem, it is possible 
that udev loads the wrong driver at system boot. (Driver detection and loading 
based on pci-aliases found in the system).

  Xorg.0.log shows:
  [22.112] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. 
Please see the
  [22.112] (EE) NVIDIA(0): system's kernel log for additional error 
messages and
  [22.112] (EE) NVIDIA(0): consult the NVIDIA README for details.
  [22.112] (EE) NVIDIA(0):  *** Aborting ***
  [22.112] (EE) NVIDIA(0): Failing initialization of X screen 0

  Dmesg shows:
  [   22.227733] NVRM: API mismatch: the client has the version 304.108, but
  [   22.227735] NVRM: this kernel module has the version 304.88.  Please
  [   22.227735] NVRM: make sure that this kernel module and all NVIDIA driver
  [   22.227736] NVRM: components have the same version.
  [   22.298983] init: lightdm main process (1406) terminated with status 1

  1) Description: Ubuntu 12.04.03 LTS
   Release: 12.04
  2) Installed: 304.108-0ubuntu0.0.1
  3) Correct nvidia kernel module to be loaded at system boot
  4) Depending on which driver is found first on the filesystem the wrong 
nvidia kernel module can be loaded.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nvidia-304-updates 304.108-0ubuntu0.0.1
  ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52
  Uname: Linux 3.2.0-57-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Dec 19 17:27:29 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MarkForUpload: True
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nvidia-graphics-drivers-304-updates
  

[Desktop-packages] [Bug 1262752] Re: nvidia_304 not blacklisted or removed when nvidia_304_updates is installed.

2013-12-19 Thread Chewbacca
** Description changed:

  Dell Latitude E6520 Laptop
  
  System had a working nvidia-304 driver package installed (304.88-0ubuntu0.0.3)
  A regular system update installed, build and activated nvidia-304-updates 
(304.108-0ubuntu0.0.1)
  
  The new driver does not blacklist nvidia-304 which is still available at 
/lib/modules/3.2.0-57-generic/updates/dkms/nvidia_304.ko
  Depending on which driver is found first on the filesystem, it is possible 
that udev loads the wrong driver at system boot. (Driver detection and loading 
based on pci-aliases found in the system).
  
  Xorg.0.log shows:
- [ 15296.301] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. 
Please see the
- [ 15296.301] (EE) NVIDIA(0): system's kernel log for additional error 
messages and
- [ 15296.301] (EE) NVIDIA(0): consult the NVIDIA README for details.
- [ 15296.301] (EE) NVIDIA(0):  *** Aborting ***
+ [22.112] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. 
Please see the
+ [22.112] (EE) NVIDIA(0): system's kernel log for additional error 
messages and
+ [22.112] (EE) NVIDIA(0): consult the NVIDIA README for details.
+ [22.112] (EE) NVIDIA(0):  *** Aborting ***
+ [22.112] (EE) NVIDIA(0): Failing initialization of X screen 0
  
  Dmesg shows:
- [   21.944202] NVRM: API mismatch: the client has the version 304.108, but
- [   21.944203] NVRM: this kernel module has the version 304.88.  Please
- [   21.944203] NVRM: make sure that this kernel module and all NVIDIA driver
- [   21.944204] NVRM: components have the same version.
- [   22.015807] init: lightdm main process (1426) terminated with status 1
+ [   22.227733] NVRM: API mismatch: the client has the version 304.108, but
+ [   22.227735] NVRM: this kernel module has the version 304.88.  Please
+ [   22.227735] NVRM: make sure that this kernel module and all NVIDIA driver
+ [   22.227736] NVRM: components have the same version.
+ [   22.298983] init: lightdm main process (1406) terminated with status 1
  
  1) Description: Ubuntu 12.04.03 LTS
-  Release: 12.04
+  Release: 12.04
  2) Installed: 304.108-0ubuntu0.0.1
  3) Correct nvidia kernel module to be loaded at system boot
  4) Depending on which driver is found first on the filesystem the wrong 
nvidia kernel module can be loaded.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nvidia-304-updates 304.108-0ubuntu0.0.1
  ProcVersionSignature: Ubuntu 3.2.0-57.87-generic 3.2.52
  Uname: Linux 3.2.0-57-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Dec 19 17:27:29 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
  MarkForUpload: True
  ProcEnviron:
-  TERM=linux
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=linux
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: nvidia-graphics-drivers-304-updates
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  nvidia_304 not blacklisted or removed when nvidia_304_updates  is
  installed.

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

Bug description:
  Dell Latitude E6520 Laptop

  System had a working nvidia-304 driver package installed (304.88-0ubuntu0.0.3)
  A regular system update installed, build and activated nvidia-304-updates 
(304.108-0ubuntu0.0.1)

  The new driver does not blacklist nvidia-304 which is still available at 
/lib/modules/3.2.0-57-generic/updates/dkms/nvidia_304.ko
  Depending on which driver is found first on the filesystem, it is possible 
that udev loads the wrong driver at system boot. (Driver detection and loading 
based on pci-aliases found in the system).

  Xorg.0.log shows:
  [22.112] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. 
Please see the
  [22.112] (EE) NVIDIA(0): system's kernel log for additional error 
messages and
  [22.112] (EE) NVIDIA(0): consult the NVIDIA README for details.
  [22.112] (EE) NVIDIA(0):  *** Aborting ***
  [22.112] (EE) NVIDIA(0): Failing initialization of X screen 0

  Dmesg shows:
  [   22.227733] NVRM: API mismatch: the client has the version 304.108, but
  [   22.227735] NVRM: this kernel module has the version 304.88.  Please
  [   22.227735] NVRM: make sure that this kernel module and all NVIDIA driver
  [   22.227736] NVRM: components have the same version.
  [   22.298983] init: lightdm main process (1406) terminated with status 1

  1) Description: Ubuntu 12.04.03 LTS
   Release: 12.04
  2) Installed: 304.108-0ubuntu0.0.1
  3) Correct nvidia kernel module to be loaded at system boot
  4) Depending on which driver is found first on the filesystem the wrong 
nvidia kernel module can be 

[Desktop-packages] [Bug 429370] Re: Eduroam randomly disconnects

2013-12-19 Thread Tarpoon
This affects me too, using Kubuntu 13.10 using both the 3.11.0-14-generic 
kernel on my Acer Aspire E1-572.  
There are times when I can stay connected for more than 20 minutes without 
problem but most of the times I am dropped from eduroam within 1 - 5 minutes.
Android smartphone is connecting stable to the network, so I'm gonna resort to 
using its wlan tethering feature.

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

Title:
  Eduroam randomly disconnects

Status in “wpasupplicant” package in Ubuntu:
  Confirmed

Bug description:
  I connect to a Eduroam network with a certificate, user name and password 
over tunneled TLS, WPA  WPA 2. 
  After upgrading from 8.04 to 8.10, the network works for some time then 
disconnects. Numerous sudo ifdown -a and sudo ifup -a are needed to establish 
the connection again. 
  I have tried upgrading to 9.04, but disconnects still happen. Then I upgraded 
the kernel to v2.6.30.5. Still the disconnects were present. And with the 
standard procedure, the connection could be established again.
  Today I upgraded to 9.10, and the situation got worse. After boot the 
connection was established, but then it dropped and it won't establish again. 
After reboot, the connection works again.
  If you need any logs, please tell.

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

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


[Desktop-packages] [Bug 646309] Re: Sound Device missing.

2013-12-19 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/646309

Title:
  Sound Device missing.

Status in “pulseaudio” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: pulseaudio

  Soundcard can suddenly not be found anymore, so no Sound at all.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14
  ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  AplayDevices: aplay: device_list:223: no soundcards found...
  Architecture: i386
  ArecordDevices: arecord: device_list:223: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D2c', 
'/dev/snd/pcmC0D3c', '/dev/snd/pcmC0D4p', '/dev/snd/seq', '/dev/snd/timer', 
'/dev/sequencer2', '/dev/sequencer'] failed with exit code 1:
  Date: Thu Sep 23 22:03:43 2010
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
  ProcEnviron:
   LANGUAGE=en
   LANG=de_DE.utf8
   SHELL=/bin/bash
  SelectedCard: 0 ICH6 ICH4 - Intel ICH6
  SourcePackage: pulseaudio
  Symptom: audio
  Title: [ICH4 - Intel ICH6] pactl stat failed to find default card
  dmi.bios.date: 07/27/05
  dmi.bios.vendor: Acer
  dmi.bios.version: 3A28
  dmi.board.name: Crane II
  dmi.board.vendor: Acer, Inc.
  dmi.board.version: Not Applicable
  dmi.chassis.type: 1
  dmi.chassis.vendor: , Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvr3A28:bd07/27/05:svnAcer,inc.:pnAspire1690:pvrNotApplicable:rvnAcer,Inc.:rnCraneII:rvrNotApplicable:cvn,Inc.:ct1:cvrN/A:
  dmi.product.name: Aspire 1690
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer, inc.

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

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


[Desktop-packages] [Bug 1168188] Re: broken acpi backlight on lenovo g580 and ubuntu 13.04

2013-12-19 Thread Coiby Xu
Confirmed on Lenovo Y410p and Ubuntu 13.4.

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

Title:
  broken acpi backlight on lenovo g580 and ubuntu 13.04

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

Bug description:
  ubuntu 13.04(beta2) 64 bits

  When i tried to install ubuntu 13.04 i get black screen,  but if i
  connect a second monitor the display is correct.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.6
  Uname: Linux 3.8.0-17-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.9.2-0ubuntu6
  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: Fri Apr 12 01:01:28 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3977]
  InstallationDate: Installed on 2013-04-11 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130411)
  MachineType: LENOVO 2189
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-17-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/14/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5ECN92WW(V8.04)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G580
  dmi.modalias: 
dmi:bvnLENOVO:bvr5ECN92WW(V8.04):bd09/14/2012:svnLENOVO:pn2189:pvrLenovoG580:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoG580:
  dmi.product.name: 2189
  dmi.product.version: Lenovo G580
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.9~daily13.04.10-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.43-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu5
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Thu Apr 11 20:47:12 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu5
  xserver.video_driver: intel

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

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


[Desktop-packages] [Bug 708291] Re: Nautilus freezes when the target of a symbolic link that is a parent of the current folder is deleted

2013-12-19 Thread Andrew
Looks good to me in Nautilus 1:3.8.2-0ubuntu2; no duplicates of the
error message.

** Changed in: nautilus (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  Nautilus freezes when the target of a symbolic link that is a parent
  of the current folder is deleted

Status in “nautilus” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: nautilus

  To reproduce the problem,

  1) Create a symbolic link to a folder that contains a subfolder:
  mkdir -p a/b
  ln -s a c
  2) Open Nautilus to the subfolder through the symbolic link:
  nautilus c/b
  3) Remove the original subfolder and its parent:
  rm -r a

  As expected, Nautilus displays an error dialog with the message Could
  not display '/home/user/c'. The location is not a folder.

  Unexpectedly, Nautilus continues to open duplicate error dialogs in an
  infinite loop, causing the computer to quickly become unresponsive. A
  screenshot of this is attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: nautilus 1:2.32.0-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
  Uname: Linux 2.6.35-24-generic x86_64
  Architecture: amd64
  Date: Wed Jan 26 12:22:00 2011
  ExecutablePath: /usr/bin/nautilus
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: nautilus
  XsessionErrors:
   (polkit-gnome-authentication-agent-1:1462): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
   (awn-applet:1505): GLib-CRITICAL **: g_string_overwrite: assertion `val != 
NULL' failed
   (awn-applet:1505): GLib-CRITICAL **: g_str_has_prefix: assertion `str != 
NULL' failed
   (awn-applet:1498): Wnck-CRITICAL **: wnck_application_get_windows: assertion 
`WNCK_IS_APPLICATION (app)' failed

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

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


[Desktop-packages] [Bug 1219108] Re: update to colord 1.0.5

2013-12-19 Thread Pascal de Bruijn
** Summary changed:

- update to colord 1.0.3
+ update to colord 1.0.5

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

Title:
  update to colord 1.0.5

Status in “colord” package in Ubuntu:
  Triaged
Status in “colord” source package in Saucy:
  Triaged

Bug description:
  Please update to colord 1.0.3 for saucy, it has several bug fixes, one of 
which is significant for xiccd:
   https://github.com/hughsie/colord/blob/colord-1-0/NEWS

  xiccd:
   https://github.com/agalakhov/xiccd

  my ppa for xiccd including the new colord:
   https://launchpad.net/~pmjdebruijn/+archive/xiccd-testing

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

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


[Desktop-packages] [Bug 592109] Re: ZIP archives with non-ASCII filenames cannot survive a round-trip in File Roller (when p7zip is not installed)

2013-12-19 Thread Ma Xiaojun
This should be fixed for 12.04+ now, please refer to bug 1199239

** Changed in: file-roller (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  ZIP archives with non-ASCII filenames cannot survive a round-trip in
  File Roller (when p7zip is not installed)

Status in File Roller:
  Unknown
Status in “file-roller” package in Ubuntu:
  Fix Released

Bug description:
  If you have any accented characters in file names inside a compressed
  file, you'll get invalid encoding errors when you're decompressing the
  file

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/592109/+subscriptions

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


[Desktop-packages] [Bug 1260068] Re: Unity continuous-integration fails in armhf due possibly to a libegl issue

2013-12-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/mesa

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

Title:
  Unity continuous-integration fails in armhf due possibly to a libegl
  issue

Status in “mesa” package in Ubuntu:
  Confirmed

Bug description:
  Since mesa 10.0 has been released, our Unity continuous-integration
  tests are failing on armhf builds.  This is a snippet of the log:

  libEGL warning: DRI2: failed to authenticate
  Segmentation fault (core dumped)

  The log can be found here for reference:
  https://jenkins.qa.ubuntu.com/view/Trusty/view/All/job/unity-trusty-
  armhf-ci/56/console

  I don't have the core file or have access to an armhf machine to
  reproduce, so I'm only going on evidence based on the warning and the
  timing of the issue.

  *Note* This is blocking automerging of Unity code, so this issue is
  pretty critical.

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

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


[Desktop-packages] [Bug 1262775] [NEW] flashplugin-installer should depend on libnspr4 and libnss3 instead of libnspr4-0d and libnss3-1d

2013-12-19 Thread Tobiasz Jarczyk
Public bug reported:

flashplugin-installer should depend on libnspr4 and libnss3 instead of
libnspr4-0d and libnss3-1d

libnspr4-0d is a transitional package to ensure smooth transition of all 
packages to libnspr4.
libnss3-1d is a transitional package to ensure smooth transition of all 
packages to libnss3.

$ sudo aptitude why libnspr4-0d
i   flashplugin-installer Wymaga libnspr4-0d

$ sudo aptitude show libnspr4-0d
Pakiet: libnspr4-0d  
Stan: zainstalowany
Zainstalowany automatycznie: tak
Wieloarchitekturowość: taka sama
Wersja: 2:4.9.5-1ubuntu2
Priorytet: opcjonalny
Sekcja: universe/libs
Opiekun: Ubuntu Mozilla Team ubuntu-mozillat...@lists.ubuntu.com
Architektura: amd64
Rozmiar rozpakowanego: 66,6 k
Wymaga: libnspr4 (= 2:4.9.5-1ubuntu2)
Narusza zależności: libnspr4-0d (!= 2:4.9.5-1ubuntu2)
Zastępuje: libnspr4-0d ( 2:4.9.5-1ubuntu2)
Opis: NetScape Portable Runtime Library - transitional package
 This is a transitional package to ensure smooth transition of all packages to 
libnspr4.
Strona internetowa: http://www.mozilla.org/projects/nspr/

$ sudo aptitude why libnss3-1d
i   flashplugin-installer Wymaga libnss3-1d

$ sudo aptitude show libnss3-1d
Pakiet: libnss3-1d   
Stan: zainstalowany
Zainstalowany automatycznie: tak
Wieloarchitekturowość: taka sama
Wersja: 2:3.15.3.1-1
Priorytet: opcjonalny
Sekcja: libs
Opiekun: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architektura: amd64
Rozmiar rozpakowanego: 89,1 k
Wymaga: libnss3 (= 2:3.15.3.1-1)
Narusza zależności: libnss3-1d (!= 2:3.15.3.1-1)
Zastępuje: libnss3-1d ( 2:3.15.3.1-1)
Opis: Network Security Service libraries - transitional package
 This is a transitional package to ensure smooth transition of all packages to 
libnss3.
Strona internetowa: http://www.mozilla.org/projects/security/pki/nss/

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: flashplugin-installer 11.2.202.332ubuntu1
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: GNOME
Date: Thu Dec 19 18:20:49 2013
InstallationDate: Installed on 2013-10-15 (64 days ago)
InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release amd64 
(20131015)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=pl_PL.UTF-8
 SHELL=/bin/bash
SourcePackage: flashplugin-nonfree
UpgradeStatus: Upgraded to trusty on 2013-11-05 (44 days ago)

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  flashplugin-installer should depend on libnspr4 and libnss3 instead of
  libnspr4-0d and libnss3-1d

Status in “flashplugin-nonfree” package in Ubuntu:
  New

Bug description:
  flashplugin-installer should depend on libnspr4 and libnss3 instead of
  libnspr4-0d and libnss3-1d

  libnspr4-0d is a transitional package to ensure smooth transition of all 
packages to libnspr4.
  libnss3-1d is a transitional package to ensure smooth transition of all 
packages to libnss3.

  $ sudo aptitude why libnspr4-0d
  i   flashplugin-installer Wymaga libnspr4-0d

  $ sudo aptitude show libnspr4-0d
  Pakiet: libnspr4-0d  
  Stan: zainstalowany
  Zainstalowany automatycznie: tak
  Wieloarchitekturowość: taka sama
  Wersja: 2:4.9.5-1ubuntu2
  Priorytet: opcjonalny
  Sekcja: universe/libs
  Opiekun: Ubuntu Mozilla Team ubuntu-mozillat...@lists.ubuntu.com
  Architektura: amd64
  Rozmiar rozpakowanego: 66,6 k
  Wymaga: libnspr4 (= 2:4.9.5-1ubuntu2)
  Narusza zależności: libnspr4-0d (!= 2:4.9.5-1ubuntu2)
  Zastępuje: libnspr4-0d ( 2:4.9.5-1ubuntu2)
  Opis: NetScape Portable Runtime Library - transitional package
   This is a transitional package to ensure smooth transition of all packages 
to libnspr4.
  Strona internetowa: http://www.mozilla.org/projects/nspr/

  $ sudo aptitude why libnss3-1d
  i   flashplugin-installer Wymaga libnss3-1d

  $ sudo aptitude show libnss3-1d
  Pakiet: libnss3-1d   
  Stan: zainstalowany
  Zainstalowany automatycznie: tak
  Wieloarchitekturowość: taka sama
  Wersja: 2:3.15.3.1-1
  Priorytet: opcjonalny
  Sekcja: libs
  Opiekun: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
  Architektura: amd64
  Rozmiar rozpakowanego: 89,1 k
  Wymaga: libnss3 (= 2:3.15.3.1-1)
  Narusza zależności: libnss3-1d (!= 2:3.15.3.1-1)
  Zastępuje: libnss3-1d ( 2:3.15.3.1-1)
  Opis: Network Security Service libraries - transitional package
   This is a transitional package to ensure smooth transition of all packages 
to libnss3.
  Strona internetowa: http://www.mozilla.org/projects/security/pki/nss/

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: flashplugin-installer 11.2.202.332ubuntu1
  ProcVersionSignature: 

[Desktop-packages] [Bug 541919] Re: [Upstream] Impress hangs indefinitely importing .ppt that PowerPoint embedded Excel graph in

2013-12-19 Thread Dave Dixon
I don't use Impress anymore (beamer on lyx now) - should I just close
this bug?

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

Title:
  [Upstream] Impress hangs indefinitely importing .ppt that PowerPoint
  embedded Excel graph in

Status in LibreOffice Productivity Suite:
  Confirmed
Status in The OpenOffice.org Suite:
  Unknown
Status in “libreoffice” package in Ubuntu:
  Triaged
Status in “openoffice.org” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: openoffice.org

  1)  lsb_release -rd
  Description:  Ubuntu 11.04
  Release:  11.04

  2) apt-cache policy libreoffice-impress
  libreoffice-impress:
Installed: 1:3.3.2-1ubuntu5
Candidate: 1:3.3.2-1ubuntu5
Version table:
   *** 1:3.3.2-1ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.3.2-1ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

  3) What is expected to happen in Impress via the Terminal:

  cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/541919/+attachment/1208864/+files/slide31.ppt
   loimpress -nologo slide31.ppt

  and the slide opens successfully.

  4) What happens instead is it hangs indefinitely.

  WORKAROUND: Open file using Microsoft Office PowerPoint via WINE.

  Microsoft Office PowerPoint 2003 (11.5529.6505)

  apt-cache policy wine1.3
  wine1.3:
Installed: 1.3.19-0ubuntu1~maverick1~ppa1
Candidate: 1.3.19-0ubuntu1~maverick1~ppa1
Version table:
   *** 1.3.19-0ubuntu1~maverick1~ppa1 0
  100 /var/lib/dpkg/status
   1.3.15-0ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages

  Original Reporter Comments: I isolated the problem to two slides that
  contain just a single object - a plot created in MS Excel. Attempting
  to import either slide as a one-slide presentation hangs indefinitely.

  ProblemType: Bug
  Architecture: i386
  Date: Fri Mar 19 07:53:24 2010
  DistroRelease: Ubuntu 9.10
  Package: openoffice.org-core 1:3.1.1-5ubuntu1.1
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
  SourcePackage: openoffice.org
  Uname: Linux 2.6.31-19-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/541919/+subscriptions

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


[Desktop-packages] [Bug 1067414] Re: gdm crashes if a user account is deleted or added (nslcd, ldap)

2013-12-19 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1004515 ***
https://bugs.launchpad.net/bugs/1004515

This bug was fixed in the package accountsservice - 0.6.15-2ubuntu9.7

---
accountsservice (0.6.15-2ubuntu9.7) precise-proposed; urgency=low

  * debian/patches/0014-fix-double-free.patch
Removes a second call to g_free (user-language) that caused
a segfault. (LP: #1067414) (LP: #1004515)
 -- Margarita Manterola ma...@google.com   Mon, 08 Jul 2013 12:43:31 +0200

** Changed in: accountsservice (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  gdm crashes if a user account is deleted or added (nslcd,ldap)

Status in “accountsservice” package in Ubuntu:
  Fix Released
Status in “gdm” package in Ubuntu:
  Confirmed

Bug description:
  Scenario:

  * LDAP User Account (NFS Home Directory)
  * nslcd and gdm are used
  * user account information is manipulated, e.g. apt-get remove --purge 
tomcat7*

  Result:
  gdm session crashed

  Syslog:
  Oct 16 17:48:29 dilbert kernel: [24735.236935] gdm-session-wor[4316] general 
protection ip:7f28a91545a1 sp:7fff6dc110d0 error:0 in l

  This can be reproduced on 2 different machines and user accounts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gdm 3.0.4-0ubuntu15
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
  Uname: Linux 3.2.0-32-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Tue Oct 16 18:00:05 2012
  SourcePackage: gdm
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.gdm.Xsession: 2012-06-25T12:57:29.554078

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

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


[Desktop-packages] [Bug 1067414] Update Released

2013-12-19 Thread Brian Murray
*** This bug is a duplicate of bug 1004515 ***
https://bugs.launchpad.net/bugs/1004515

The verification of the Stable Release Update for accountsservice has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  gdm crashes if a user account is deleted or added (nslcd,ldap)

Status in “accountsservice” package in Ubuntu:
  Fix Released
Status in “gdm” package in Ubuntu:
  Confirmed

Bug description:
  Scenario:

  * LDAP User Account (NFS Home Directory)
  * nslcd and gdm are used
  * user account information is manipulated, e.g. apt-get remove --purge 
tomcat7*

  Result:
  gdm session crashed

  Syslog:
  Oct 16 17:48:29 dilbert kernel: [24735.236935] gdm-session-wor[4316] general 
protection ip:7f28a91545a1 sp:7fff6dc110d0 error:0 in l

  This can be reproduced on 2 different machines and user accounts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gdm 3.0.4-0ubuntu15
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
  Uname: Linux 3.2.0-32-generic x86_64
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Tue Oct 16 18:00:05 2012
  SourcePackage: gdm
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.gdm.Xsession: 2012-06-25T12:57:29.554078

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

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


[Desktop-packages] [Bug 1260223] Re: randomly is not possible to enter the password [init: indicator-sync main process ended, respawning ]

2013-12-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity-greeter (Ubuntu)
   Status: New = Confirmed

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

Title:
  randomly is not possible to enter the password [init: indicator-sync
  main process ended, respawning ]

Status in “unity-greeter” package in Ubuntu:
  Confirmed

Bug description:
  Hallo
  Sometime happens that I type the password, but nothing is showed in the box 
and the cursor is locked (not blinking) .
  Even entering the password and pressing enter won't produce effetcs.
  Workaround:
  Login as Guest and then choose your user from the shutdown menu

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-greeter 14.04.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: amd64
  Date: Thu Dec 12 09:28:21 2013
  EcryptfsInUse: Yes
  SourcePackage: unity-greeter
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1260223/+subscriptions

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


[Desktop-packages] [Bug 1056511] Update Released

2013-12-19 Thread Brian Murray
The verification of the Stable Release Update for xserver-xorg-video-
nouveau has completed successfully and the package has now been released
to -updates.  Subsequently, the Ubuntu Stable Release Updates Team is
being unsubscribed and will not receive messages about this bug report.
In the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  Xorg crashed with SIGABRT in memcpy() from NVRefreshArea()

Status in “xorg-server” package in Ubuntu:
  Fix Committed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Quantal:
  New
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Fix Released

Bug description:
  [IMPACT] 
   * When falling back to no acceleration, mostly on fermi geforces, a bigger 
buffer can be accelerated, which can segfault.

  [TESTCASE]
   * Boot with a GF119 and set resolution set to 1680x1050 with xrandr, then 
try to move some window past the end of the screen. This should cause a crash, 
or maybe the first part is already sufficient.

  [Regression Potential] 
  The change is localized to NVRefreshArea, so unlikely to cause many 
regressions. However some other fixes are SRU'd too, so as a whole we should 
watch for any new bug reports with nouveau during the proposed stage.

  [Other Info]
  After I found the commit fixing the issue, it was very issue for me to 
reproduce based on how it fixes it. The bug only happens on specific 
resolutions due to how memory is managed.

  [Original bug report]
  Try to update Gnome in Ubuntu 12.10 (uptodate)

  #9  0x7f9bf13f0291 in memcpy (__len=4404, __src=0x7f9bf11dcdd8, 
__dest=0x7f9beab19388) at /usr/include/x86_64-linux-gnu/bits/string3.h:52
  No locals.
  #10 NVRefreshArea (pScrn=0x7f9bf4fc8f50, num=optimized out, 
pbox=0x7fffaf9eec40) at ../../src/nv_shadow.c:56
  pNv = 0x7f9bf4fc9a90
  x1 = 290
  y1 = 98
  x2 = 1391
  y2 = 1061
  width = 4404
  height = optimized out
  cpp = 4
  FBPitch = 6912
  max_height = optimized out
  src = 0x7f9bf11dcdd8 Address 0x7f9bf11dcdd8 out of bounds
  dst = 0x7f9beab19388 Address 0x7f9beab19388 out of bounds
  #11 0x7f9bf03622e1 in ShadowPolyFillRect (pDraw=0x7f9bf8ea16b0, 
pGC=0x7f9bf5007580, nRectsInit=2, pRectsInit=optimized out) at 
../../../../hw/xfree86/shadowfb/shadow.c:1189
  box = {x1 = 290, y1 = 98, x2 = 1391, y2 = 1078}
  boxNotEmpty = 1
  pRects = optimized out
  nRects = optimized out
  pPriv = 0x7f9bf4fc56d0
  pGCPriv = 0x7f9bf5007630
  oldFuncs = 0x7f9bf05681c0

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-core 2:1.13.0-0ubuntu4
  ProcVersionSignature: hostname 3.5.0-15.23-generic 3.5.4
  Uname: Linux 3.5.0-15-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.5.2-0ubuntu4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Sep 22 20:38:24 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GF119 [GeForce GT 520] [10de:1040] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: XFX Pine Group Inc. Device [1682:301a]
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120909)
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  ProcCmdline: /usr/bin/X :0 vt7 -br -nolisten tcp -auth 
/var/run/xauth/A:0-XhOtgb
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-15-generic 
root=/dev/mapper/Linux-hostname ro
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   ?? () from /usr/lib/xorg/modules/drivers/nouveau_drv.so
   ?? () from /usr/lib/xorg/modules/libshadowfb.so
   miPaintWindow ()
   miWindowExposures ()
   miHandleValidateExposures ()
  Title: Xorg crashed with SIGABRT in miPaintWindow()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 04/18/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1208
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A97
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  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: 

[Desktop-packages] [Bug 1056511] Re: Xorg crashed with SIGABRT in memcpy() from NVRefreshArea()

2013-12-19 Thread Launchpad Bug Tracker
This bug was fixed in the package xserver-xorg-video-nouveau -
1:1.0.3-0ubuntu0.2

---
xserver-xorg-video-nouveau (1:1.0.3-0ubuntu0.2) quantal-proposed; urgency=low

  * Revert kwin fix, it caused a regression.
- 101-Revert-nouveau-dri2-fix-pixmap-window-offset-calcs.patch

xserver-xorg-video-nouveau (1:1.0.3-0ubuntu0.1) quantal-proposed;
urgency=low

  [ Maarten Lankhorst ]
  * New upstream bugfix release
  * Fix SIBABRT in NVRefreshArea (LP: #1056511)
  * Fix race condition in vblank
  * Add solid fill acceleration (LP: #1010794)
  * Cleanup download/upload screen functions (LP: #1010794)
  * Fix prime rendering with kwin

xserver-xorg-video-nouveau (1:1.0.3-1) UNRELEASED; urgency=low

  [ Maarten Lankhorst ]
  * New upstream release.
  * Drop 02-drm-nouveau-newabi.patch and require libdrm 2.4.34

  [ Timo Aaltonen ]
  * watch: Use the .gz tarball, and update the url.
 -- Maarten Lankhorst maarten.lankho...@ubuntu.com   Thu, 28 Feb 2013 
12:35:09 +0100

** Changed in: xserver-xorg-video-nouveau (Ubuntu Quantal)
   Status: Fix Committed = 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/1056511

Title:
  Xorg crashed with SIGABRT in memcpy() from NVRefreshArea()

Status in “xorg-server” package in Ubuntu:
  Fix Committed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Quantal:
  New
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Fix Released

Bug description:
  [IMPACT] 
   * When falling back to no acceleration, mostly on fermi geforces, a bigger 
buffer can be accelerated, which can segfault.

  [TESTCASE]
   * Boot with a GF119 and set resolution set to 1680x1050 with xrandr, then 
try to move some window past the end of the screen. This should cause a crash, 
or maybe the first part is already sufficient.

  [Regression Potential] 
  The change is localized to NVRefreshArea, so unlikely to cause many 
regressions. However some other fixes are SRU'd too, so as a whole we should 
watch for any new bug reports with nouveau during the proposed stage.

  [Other Info]
  After I found the commit fixing the issue, it was very issue for me to 
reproduce based on how it fixes it. The bug only happens on specific 
resolutions due to how memory is managed.

  [Original bug report]
  Try to update Gnome in Ubuntu 12.10 (uptodate)

  #9  0x7f9bf13f0291 in memcpy (__len=4404, __src=0x7f9bf11dcdd8, 
__dest=0x7f9beab19388) at /usr/include/x86_64-linux-gnu/bits/string3.h:52
  No locals.
  #10 NVRefreshArea (pScrn=0x7f9bf4fc8f50, num=optimized out, 
pbox=0x7fffaf9eec40) at ../../src/nv_shadow.c:56
  pNv = 0x7f9bf4fc9a90
  x1 = 290
  y1 = 98
  x2 = 1391
  y2 = 1061
  width = 4404
  height = optimized out
  cpp = 4
  FBPitch = 6912
  max_height = optimized out
  src = 0x7f9bf11dcdd8 Address 0x7f9bf11dcdd8 out of bounds
  dst = 0x7f9beab19388 Address 0x7f9beab19388 out of bounds
  #11 0x7f9bf03622e1 in ShadowPolyFillRect (pDraw=0x7f9bf8ea16b0, 
pGC=0x7f9bf5007580, nRectsInit=2, pRectsInit=optimized out) at 
../../../../hw/xfree86/shadowfb/shadow.c:1189
  box = {x1 = 290, y1 = 98, x2 = 1391, y2 = 1078}
  boxNotEmpty = 1
  pRects = optimized out
  nRects = optimized out
  pPriv = 0x7f9bf4fc56d0
  pGCPriv = 0x7f9bf5007630
  oldFuncs = 0x7f9bf05681c0

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-core 2:1.13.0-0ubuntu4
  ProcVersionSignature: hostname 3.5.0-15.23-generic 3.5.4
  Uname: Linux 3.5.0-15-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.5.2-0ubuntu4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Sep 22 20:38:24 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GF119 [GeForce GT 520] [10de:1040] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: XFX Pine Group Inc. Device [1682:301a]
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120909)
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  ProcCmdline: /usr/bin/X :0 vt7 -br -nolisten tcp -auth 
/var/run/xauth/A:0-XhOtgb
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-15-generic 
root=/dev/mapper/Linux-hostname ro
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   ?? () from /usr/lib/xorg/modules/drivers/nouveau_drv.so
   ?? () from /usr/lib/xorg/modules/libshadowfb.so
   miPaintWindow ()
   miWindowExposures ()
   miHandleValidateExposures ()
  Title: Xorg crashed 

[Desktop-packages] [Bug 1260223] Re: randomly is not possible to enter the password [init: indicator-sync main process ended, respawning ]

2013-12-19 Thread David W McCheyne
My alternate work around is to click the keyboard applet in the top
right of the task bar. After which the keyboard behaves as expected.

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

Title:
  randomly is not possible to enter the password [init: indicator-sync
  main process ended, respawning ]

Status in “unity-greeter” package in Ubuntu:
  Confirmed

Bug description:
  Hallo
  Sometime happens that I type the password, but nothing is showed in the box 
and the cursor is locked (not blinking) .
  Even entering the password and pressing enter won't produce effetcs.
  Workaround:
  Login as Guest and then choose your user from the shutdown menu

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-greeter 14.04.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: amd64
  Date: Thu Dec 12 09:28:21 2013
  EcryptfsInUse: Yes
  SourcePackage: unity-greeter
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1260223/+subscriptions

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


[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2013-12-19 Thread Launchpad Bug Tracker
This bug was fixed in the package xserver-xorg-video-nouveau -
1:1.0.3-0ubuntu0.2

---
xserver-xorg-video-nouveau (1:1.0.3-0ubuntu0.2) quantal-proposed; urgency=low

  * Revert kwin fix, it caused a regression.
- 101-Revert-nouveau-dri2-fix-pixmap-window-offset-calcs.patch

xserver-xorg-video-nouveau (1:1.0.3-0ubuntu0.1) quantal-proposed;
urgency=low

  [ Maarten Lankhorst ]
  * New upstream bugfix release
  * Fix SIBABRT in NVRefreshArea (LP: #1056511)
  * Fix race condition in vblank
  * Add solid fill acceleration (LP: #1010794)
  * Cleanup download/upload screen functions (LP: #1010794)
  * Fix prime rendering with kwin

xserver-xorg-video-nouveau (1:1.0.3-1) UNRELEASED; urgency=low

  [ Maarten Lankhorst ]
  * New upstream release.
  * Drop 02-drm-nouveau-newabi.patch and require libdrm 2.4.34

  [ Timo Aaltonen ]
  * watch: Use the .gz tarball, and update the url.
 -- Maarten Lankhorst maarten.lankho...@ubuntu.com   Thu, 28 Feb 2013 
12:35:09 +0100

** Changed in: xserver-xorg-video-nouveau (Ubuntu Quantal)
   Status: Fix Committed = 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/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Invalid
Status in “xorg-server” source package in Quantal:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Fix Released
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  

[Desktop-packages] [Bug 1248238] Re: Suspend warning dialog does not disappear when waking up

2013-12-19 Thread LostinSpacetime
*** This bug is a duplicate of bug 1232454 ***
https://bugs.launchpad.net/bugs/1232454

** This bug has been marked a duplicate of bug 1232454
   Computer will suspend very soon because of inactivity. dialog when 
resuming from suspend

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

Title:
  Suspend warning dialog does not disappear when waking up

Status in “gnome-power-manager” package in Ubuntu:
  Confirmed

Bug description:
  On Ubuntu 13.10, there is a dialog showing up before the the computer
  goes to sleep warning that the computer will soon go to sleep. When
  the computer wakes up, that warning is still there. I would expect the
  warning to disappear when the computer wakes up.

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

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


  1   2   3   >