[Desktop-packages] [Bug 1456452] Re: Works with stylus but not finger: HP Elitebook 2740P Tablet PC

2015-05-18 Thread whitis
Fix was to install this PPA:
https://launchpad.net/~onboard/+archive/ubuntu/stable
As suggested from this bug report
https://bugs.launchpad.net/onboard/+bug/1304573

However, that bug report suggests multitouch should work.   Specifically, that 
you should be able to hold the shift key while typing.  This does not work.  
The second touch may or may not cause the shift to be released, but in either 
case characters will not be typed.
This isn't a big issue for me.

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

Title:
  Works with stylus but not finger: HP Elitebook 2740P Tablet PC

Status in onboard package in Ubuntu:
  New

Bug description:
  As I will explain below, it appears that this bug is probably a
  manifestation of onboard using a completely incorrect algorithm for
  detecting button presses and releases that only accidentally works on
  legacy input devices and fails completely on a touchscreen.

  HP EliteBook 2740p is a convertible Tablet PC with a screen that can rotate 
from Laptop mode into tablet mode.   In tablet mode, the screen covers the 
keyboard and an on screen keyboard is a necessity.   This machine has 4+ input 
devices:
 - multitouch touch screen
 - stylus on screen
 - pointing stick
 - trackpad
 - also, 3D accelerometer which could theoretically be used to move cursor.
  These are without plugging in an external 3D space navigator, mouse, 
joystick, gamepad, eyemouse, etc.

  
  I can type with:
 - Touch screen stylus on screen
 - Touchpad (cumbersome and not at all useful in tablet mode)
 - pointing stick  (AKA erasor/clitoris/trackpoint(tm)/etc) (cumbersome and 
not at all useful in tablet mode)
 - (physical keyboard)
  I can not type using
- Finger on multitouch screen

  This is not a calibration issue.This is not a rotation issue; even
  though I have been playing with rotation, the screen  and input
  devices are currently unrotated and I can type in xvkbd or florence on
  screen keyboards with stylus or finger.

  onboard complet

   xsetwacom --list
  Serial Wacom Tablet WACf00e stylusid: 13  type: STYLUS
  Serial Wacom Tablet WACf00e eraserid: 15  type: ERASER
  Serial Wacom Tablet WACf00e touch id: 16  type: TOUCH# finger
  # Not shown: synaptics touchpad

  
  The following error message appears frequently in the terminal tab from which 
onboard was started (enough to render the tab unusable):  
  (onboard:5529): Gdk-CRITICAL **: gdk_device_get_axis_use: assertion 'index_ < 
device->axes->len' failed
  This error appears whether using stylus or finger (but not touchpad or stick) 
 and occurs more than once per key press as you hover.

  Note the following  potentially relevant general behavior differences
  between these 4 pointing devices.   With the three that work, the
  cursor tracks movement when not clicking/dragging.The one that
  doesn't warps the mouse directly to the point touched and generates
  events at that point and hides the mouse cursor since the mouse cursor
  can't track a raised finger.

  Default onboard preferences were used.

  xev shows Button Press, Motion Notify, and Button release events when 
touching with finger.   Similar with stylus.
  Differences, stylus sends motion notify updates when near screen, finger 
doesn't.
  Finger sends motion notify updates while being held still touching screen, 
stylus does not.

  Here are events captured with both buton and stylus:
  stylus:
  ButtonRelease event, serial 37, synthetic NO, window 0x561,
  root 0x80, subw 0x0, time 9012106, (110,108), root:(175,676),
  state 0x100, button 1, same_screen YES

  Finger:
  ButtonRelease event, serial 37, synthetic NO, window 0x561,
  root 0x80, subw 0x0, time 9065337, (96,85), root:(161,653),
  state 0x100, button 1, same_screen YES

  Another difference is the "state" in the motion notify events:
 Stylus:  0x0, 0x0, ... 0x100, 0x100, 0x100, ... 0x0, 0x0, 
 Finger:  0x100 events only.
erasor or touchpad: generate 0x0 events.

  This suggests that the bug in the software is to look at the "state"
  variable in motion notify events to determine presses and releases
  instead of using the correct algorithm of  looking at buttonpress and
  buttonrelease events.State can tell you the difference between a
  drag and a mere traverse but it is not a valid source of press/release
  event detection.

  The stylus can report its position when hovering over, but near, the
  glass.   The finger is only reported when it is actually pressing.
  Thus, there are no motion notify events when the finger is withdrawn.

  
  Multitouch trivia: double finger pan movements get converted to buttons 
4,5,6,7.In other words, they are converted to scrollwheel motion.   The 
finger motion is not reported as cursor motion.  pinch zoom in/out and 

[Desktop-packages] [Bug 1456375] Re: Sync xserver-xorg-input-vmmouse 1:13.0.99-1 (main) from Debian unstable (main)

2015-05-18 Thread Daniel Holbach
This bug was fixed in the package xserver-xorg-input-vmmouse - 1:13.0.99-1
Sponsored for Artur Rona (ari-tczew)

---
xserver-xorg-input-vmmouse (1:13.0.99-1) unstable; urgency=medium

  * Let uscan verify tarball signatures.
  * New upstream release.
+ drop 01-enable-detect-in-kvm.diff, no longer necessary
  * Bump debhelper compat level to 9.
  * Remove Drew and Cyril from Uploaders.

 -- Julien Cristau   Sat, 02 May 2015 22:44:15
+0200

** Changed in: xserver-xorg-input-vmmouse (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync xserver-xorg-input-vmmouse 1:13.0.99-1 (main) from Debian
  unstable (main)

Status in xserver-xorg-input-vmmouse package in Ubuntu:
  Fix Released

Bug description:
  Please sync xserver-xorg-input-vmmouse 1:13.0.99-1 (main) from Debian
  unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
* 0001-vmmouse_client.h-Include-xorg-server.h-before-xf86_O.patch:
  Cherry-pick from upstream. Include xorg-server.h before xf86_OSproc.h to
  get HAVE_STRNDUP set & resolve FTBFS.
* 0001-vmmouse_client.h-Include-xorg-server.h-before-xf86_O.patch:
  Cherry-pick from upstream. Include xorg-server.h before xf86_OSproc.h to
  get HAVE_STRNDUP set & resolve FTBFS.
* Rebuild to pick up new Xserver dependencies
* Rebuild to pick up new Xserver dependencies
* Rebuild for xorg 1.15 abi.
* Rebuild for xorg 1.15 abi.

  0001-vmmouse_client.h-Include-xorg-server.h-before-xf86_O.patch is already 
fixed upstream which is included now in Debian.
  Bump Build-Depends is no needed anymore since in archive is much newer 
version of binary xserver-xorg-dev.

  Changelog entries since current wily version 1:13.0.0-1ubuntu1:

  xserver-xorg-input-vmmouse (1:13.0.99-1) unstable; urgency=medium

* Let uscan verify tarball signatures.
* New upstream release.
  + drop 01-enable-detect-in-kvm.diff, no longer necessary
* Bump debhelper compat level to 9.
* Remove Drew and Cyril from Uploaders.

   -- Julien Cristau   Sat, 02 May 2015 22:44:15
  +0200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-vmmouse/+bug/1456375/+subscriptions

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


[Desktop-packages] [Bug 1456452] [NEW] Works with stylus but not finger: HP Elitebook 2740P Tablet PC

2015-05-18 Thread whitis
Public bug reported:

As I will explain below, it appears that this bug is probably a
manifestation of onboard using a completely incorrect algorithm for
detecting button presses and releases that only accidentally works on
legacy input devices and fails completely on a touchscreen.

HP EliteBook 2740p is a convertible Tablet PC with a screen that can rotate 
from Laptop mode into tablet mode.   In tablet mode, the screen covers the 
keyboard and an on screen keyboard is a necessity.   This machine has 4+ input 
devices:
   - multitouch touch screen
   - stylus on screen
   - pointing stick
   - trackpad
   - also, 3D accelerometer which could theoretically be used to move cursor.
These are without plugging in an external 3D space navigator, mouse, joystick, 
gamepad, eyemouse, etc.


I can type with:
   - Touch screen stylus on screen
   - Touchpad (cumbersome and not at all useful in tablet mode)
   - pointing stick  (AKA erasor/clitoris/trackpoint(tm)/etc) (cumbersome and 
not at all useful in tablet mode)
   - (physical keyboard)
I can not type using
  - Finger on multitouch screen

This is not a calibration issue.This is not a rotation issue; even
though I have been playing with rotation, the screen  and input devices
are currently unrotated and I can type in xvkbd or florence on screen
keyboards with stylus or finger.

onboard complet

 xsetwacom --list
Serial Wacom Tablet WACf00e stylus  id: 13  type: STYLUS
Serial Wacom Tablet WACf00e eraser  id: 15  type: ERASER
Serial Wacom Tablet WACf00e touch   id: 16  type: TOUCH# finger
# Not shown: synaptics touchpad


The following error message appears frequently in the terminal tab from which 
onboard was started (enough to render the tab unusable):  
(onboard:5529): Gdk-CRITICAL **: gdk_device_get_axis_use: assertion 'index_ < 
device->axes->len' failed
This error appears whether using stylus or finger (but not touchpad or stick)  
and occurs more than once per key press as you hover.

Note the following  potentially relevant general behavior differences
between these 4 pointing devices.   With the three that work, the cursor
tracks movement when not clicking/dragging.The one that doesn't
warps the mouse directly to the point touched and generates events at
that point and hides the mouse cursor since the mouse cursor can't track
a raised finger.

Default onboard preferences were used.

xev shows Button Press, Motion Notify, and Button release events when touching 
with finger.   Similar with stylus.
Differences, stylus sends motion notify updates when near screen, finger 
doesn't.
Finger sends motion notify updates while being held still touching screen, 
stylus does not.

Here are events captured with both buton and stylus:
stylus:
ButtonRelease event, serial 37, synthetic NO, window 0x561,
root 0x80, subw 0x0, time 9012106, (110,108), root:(175,676),
state 0x100, button 1, same_screen YES

Finger:
ButtonRelease event, serial 37, synthetic NO, window 0x561,
root 0x80, subw 0x0, time 9065337, (96,85), root:(161,653),
state 0x100, button 1, same_screen YES

Another difference is the "state" in the motion notify events:
   Stylus:  0x0, 0x0, ... 0x100, 0x100, 0x100, ... 0x0, 0x0, 
   Finger:  0x100 events only.
  erasor or touchpad: generate 0x0 events.

This suggests that the bug in the software is to look at the "state"
variable in motion notify events to determine presses and releases
instead of using the correct algorithm of  looking at buttonpress and
buttonrelease events.State can tell you the difference between a
drag and a mere traverse but it is not a valid source of press/release
event detection.

The stylus can report its position when hovering over, but near, the
glass.   The finger is only reported when it is actually pressing.
Thus, there are no motion notify events when the finger is withdrawn.


Multitouch trivia: double finger pan movements get converted to buttons 
4,5,6,7.In other words, they are converted to scrollwheel motion.   The 
finger motion is not reported as cursor motion.  pinch zoom in/out and rotate 
don't seem to be meaningfully reported.   You apparently have to register for 
xinput 2.2 events or something to get the position of each finger.


Note that in order to simulate this problem without a touchscreen device, one 
could use a second trackpad or wacom digitizer with a modified driver send only 
touchscreen compatible events.   Or write a program to pop up a window in which 
mouse movements (with button down only) are sent to another window as synthetic 
mouse movements.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: onboard 1.0.0-0ubuntu4
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
CurrentDesktop: Unity
Date: Tue May 19 00:17:18 2015
InstallationDate: Installed on 2015-05-16 (2 days ago)
InstallationMedia: Ubuntu 14.04.2 L

[Desktop-packages] [Bug 1456449] [NEW] deprecated [SeatDefaults] section, use [Seat:*] instead

2015-05-18 Thread dino99
Public bug reported:

>From journalctl on Wily i386 installation:

lightdm[1016]: Configuration file 
/usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf contains a deprecated 
[SeatDefaults] section, use [Seat:*] instead
lightdm[1016]: Configuration file 
/usr/share/lightdm/lightdm.conf.d/90-nvidia.conf contains a deprecated 
[SeatDefaults] section, use [Seat:*] instead

note: the other 'conf' files already have the [Seat:*] section set; only
the 2 above still having the old [SeatDefaults] set. So this should  be
reported against something else than lightdm (maybe). The change is
easyly done manually indeed.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: lightdm 1.15.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.0.0-1.1-generic 4.0.1
Uname: Linux 4.0.0-1-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.17.2-0ubuntu2
Architecture: i386
CurrentDesktop: GNOME
Date: Tue May 19 07:12:12 2015
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 third-party-packages wily

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

Title:
   deprecated [SeatDefaults] section, use [Seat:*] instead

Status in lightdm package in Ubuntu:
  New

Bug description:
  From journalctl on Wily i386 installation:

  lightdm[1016]: Configuration file 
/usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf contains a deprecated 
[SeatDefaults] section, use [Seat:*] instead
  lightdm[1016]: Configuration file 
/usr/share/lightdm/lightdm.conf.d/90-nvidia.conf contains a deprecated 
[SeatDefaults] section, use [Seat:*] instead

  note: the other 'conf' files already have the [Seat:*] section set;
  only the 2 above still having the old [SeatDefaults] set. So this
  should  be reported against something else than lightdm (maybe). The
  change is easyly done manually indeed.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: lightdm 1.15.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.0.0-1.1-generic 4.0.1
  Uname: Linux 4.0.0-1-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu2
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Tue May 19 07:12:12 2015
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1456445] Re: fglrx-core 2:15.200-0ubuntu4: fglrx-core kernel module failed to build

2015-05-18 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  fglrx-core 2:15.200-0ubuntu4: fglrx-core kernel module failed to build

Status in fglrx-installer package in Ubuntu:
  New

Bug description:
  DKMS make.log for fglrx-core-15.200 for kernel 4.0.4-040004-generic (x86_64)
  Tue May 19 00:32:40 EDT 2015
  /usr/sbin/dkms: line 74: cd: /var/lib/dkms/fglrx/15.200/build: No such file 
or directory
  AMD kernel module generator version 2.1
  doing Makefile based build for kernel 2.6.x and higher
  rm -rf *.c *.h *.o *.ko *.a .??* *.symvers
  make -C /lib/modules/4.0.4-040004-generic/build 
SUBDIRS=/var/lib/dkms/fglrx-core/15.200/build/2.6.x modules
  make[1]: Entering directory '/usr/src/linux-headers-4.0.4-040004-generic'
CC [M]  /var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.o
  /var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c: In function 
‘kcl_mem_pat_setup’:
  /var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c:4499:9: error: 
implicit declaration of function ‘read_cr4’ 
[-Werror=implicit-function-declaration]
   cr4 = read_cr4();
   ^
  /var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c:4500:9: error: 
implicit declaration of function ‘write_cr4’ 
[-Werror=implicit-function-declaration]
   write_cr4(cr4 & ~X86_CR4_PGE);
   ^
  /var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c: At top level:
  /var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c:6424:12: warning: 
‘KCL_fpu_save_init’ defined but not used [-Wunused-function]
   static int KCL_fpu_save_init(struct task_struct *tsk)
  ^
  cc1: some warnings being treated as errors
  scripts/Makefile.build:258: recipe for target 
'/var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.o' failed
  make[2]: *** [/var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.o] 
Error 1
  Makefile:1390: recipe for target 
'_module_/var/lib/dkms/fglrx-core/15.200/build/2.6.x' failed
  make[1]: *** [_module_/var/lib/dkms/fglrx-core/15.200/build/2.6.x] Error 2
  make[1]: Leaving directory '/usr/src/linux-headers-4.0.4-040004-generic'
  Makefile:88: recipe for target 'kmod_build' failed
  make: *** [kmod_build] Error 2
  build failed with return value 2

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: fglrx-core 2:15.200-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  DKMSKernelVersion: 4.0.4-040004-generic
  Date: Tue May 19 00:32:43 2015
  DuplicateSignature: 
dkms:fglrx-core:2:15.200-0ubuntu4:/var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c:4499:9:
 error: implicit declaration of function ‘read_cr4’ 
[-Werror=implicit-function-declaration]
  InstallationDate: Installed on 2015-05-01 (17 days ago)
  InstallationMedia: Xubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422.1)
  PackageVersion: 2:15.200-0ubuntu4
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: fglrx-installer
  SystemImageInfo:
   current build number: 0
   device name: ?
   channel: daily
   last update: Unknown
  Title: fglrx-core 2:15.200-0ubuntu4: fglrx-core 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/+bug/1456445/+subscriptions

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


[Desktop-packages] [Bug 1456445] [NEW] fglrx-core 2:15.200-0ubuntu4: fglrx-core kernel module failed to build

2015-05-18 Thread joseph wade
Public bug reported:

DKMS make.log for fglrx-core-15.200 for kernel 4.0.4-040004-generic (x86_64)
Tue May 19 00:32:40 EDT 2015
/usr/sbin/dkms: line 74: cd: /var/lib/dkms/fglrx/15.200/build: No such file or 
directory
AMD kernel module generator version 2.1
doing Makefile based build for kernel 2.6.x and higher
rm -rf *.c *.h *.o *.ko *.a .??* *.symvers
make -C /lib/modules/4.0.4-040004-generic/build 
SUBDIRS=/var/lib/dkms/fglrx-core/15.200/build/2.6.x modules
make[1]: Entering directory '/usr/src/linux-headers-4.0.4-040004-generic'
  CC [M]  /var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.o
/var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c: In function 
‘kcl_mem_pat_setup’:
/var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c:4499:9: error: 
implicit declaration of function ‘read_cr4’ 
[-Werror=implicit-function-declaration]
 cr4 = read_cr4();
 ^
/var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c:4500:9: error: 
implicit declaration of function ‘write_cr4’ 
[-Werror=implicit-function-declaration]
 write_cr4(cr4 & ~X86_CR4_PGE);
 ^
/var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c: At top level:
/var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c:6424:12: warning: 
‘KCL_fpu_save_init’ defined but not used [-Wunused-function]
 static int KCL_fpu_save_init(struct task_struct *tsk)
^
cc1: some warnings being treated as errors
scripts/Makefile.build:258: recipe for target 
'/var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.o' failed
make[2]: *** [/var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.o] 
Error 1
Makefile:1390: recipe for target 
'_module_/var/lib/dkms/fglrx-core/15.200/build/2.6.x' failed
make[1]: *** [_module_/var/lib/dkms/fglrx-core/15.200/build/2.6.x] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.0.4-040004-generic'
Makefile:88: recipe for target 'kmod_build' failed
make: *** [kmod_build] Error 2
build failed with return value 2

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: fglrx-core 2:15.200-0ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
Uname: Linux 3.19.0-16-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
DKMSKernelVersion: 4.0.4-040004-generic
Date: Tue May 19 00:32:43 2015
DuplicateSignature: 
dkms:fglrx-core:2:15.200-0ubuntu4:/var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c:4499:9:
 error: implicit declaration of function ‘read_cr4’ 
[-Werror=implicit-function-declaration]
InstallationDate: Installed on 2015-05-01 (17 days ago)
InstallationMedia: Xubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422.1)
PackageVersion: 2:15.200-0ubuntu4
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: fglrx-installer
SystemImageInfo:
 current build number: 0
 device name: ?
 channel: daily
 last update: Unknown
Title: fglrx-core 2:15.200-0ubuntu4: fglrx-core kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check vivid

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

Title:
  fglrx-core 2:15.200-0ubuntu4: fglrx-core kernel module failed to build

Status in fglrx-installer package in Ubuntu:
  New

Bug description:
  DKMS make.log for fglrx-core-15.200 for kernel 4.0.4-040004-generic (x86_64)
  Tue May 19 00:32:40 EDT 2015
  /usr/sbin/dkms: line 74: cd: /var/lib/dkms/fglrx/15.200/build: No such file 
or directory
  AMD kernel module generator version 2.1
  doing Makefile based build for kernel 2.6.x and higher
  rm -rf *.c *.h *.o *.ko *.a .??* *.symvers
  make -C /lib/modules/4.0.4-040004-generic/build 
SUBDIRS=/var/lib/dkms/fglrx-core/15.200/build/2.6.x modules
  make[1]: Entering directory '/usr/src/linux-headers-4.0.4-040004-generic'
CC [M]  /var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.o
  /var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c: In function 
‘kcl_mem_pat_setup’:
  /var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c:4499:9: error: 
implicit declaration of function ‘read_cr4’ 
[-Werror=implicit-function-declaration]
   cr4 = read_cr4();
   ^
  /var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c:4500:9: error: 
implicit declaration of function ‘write_cr4’ 
[-Werror=implicit-function-declaration]
   write_cr4(cr4 & ~X86_CR4_PGE);
   ^
  /var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c: At top level:
  /var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c:6424:12: warning: 
‘KCL_fpu_save_init’ defined but not used [-Wunused-function]
   static int KCL_fpu_save_init(struct task_struct *tsk)
  ^
  cc1: some warnings being treated as errors
  scripts/Makefile.build:258: recipe for 

[Desktop-packages] [Bug 1434133] Re: package gimp-help-ko (not installed) failed to install/upgrade: trying to overwrite '/usr/share/doc-base/gimp-help-ko', which is also in package gimp-help-ja 2.8.2

2015-05-18 Thread Launchpad Bug Tracker
This bug was fixed in the package gimp-help - 2.8.2-0ubuntu2

---
gimp-help (2.8.2-0ubuntu2) wily; urgency=medium

  * debian/gimp-help-ja.doc-base: Typo corrected (LP: #1434133).

 -- Gunnar Hjalmarsson   Thu, 14 May 2015 04:12:00
+0200

** Changed in: gimp-help (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  package gimp-help-ko (not installed) failed to install/upgrade: trying
  to overwrite '/usr/share/doc-base/gimp-help-ko', which is also in
  package gimp-help-ja 2.8.2-0ubuntu1

Status in One Hundred Papercuts:
  Confirmed
Status in gimp-help package in Ubuntu:
  Fix Released
Status in gimp-help source package in Vivid:
  Fix Committed

Bug description:
  vivid SRU request
  =

  [Impact]

  Package gimp-help-ko could not be installed under the situation that
  gimp-help-ja has been installed. The reverse is true as well. If you
  have both Korean and Japanese installed, Language Support keeps
  prompting about installing the package which failed.

  The clash is due to a typo in debian/gimp-help-ja.doc-base, which the
  patch fixes.

  [Test Case]

  Install Korean and Japanese from Language Support, and notice the
  installation failure for gimp-help-ko or gimp-help-ja.

  [Regression Potential]

  Very low.

  [Rest of the original description]

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: gimp-help-ko (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  Date: Thu Mar 19 23:31:39 2015
  DuplicateSignature: package:gimp-help-ko:(not installed):trying to overwrite 
'/usr/share/doc-base/gimp-help-ko', which is also in package gimp-help-ja 
2.8.2-0ubuntu1
  ErrorMessage: trying to overwrite '/usr/share/doc-base/gimp-help-ko', which 
is also in package gimp-help-ja 2.8.2-0ubuntu1
  InstallationDate: Installed on 2015-03-03 (16 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150301)
  SourcePackage: gimp-help
  Title: package gimp-help-ko (not installed) failed to install/upgrade: trying 
to overwrite '/usr/share/doc-base/gimp-help-ko', which is also in package 
gimp-help-ja 2.8.2-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 973932] Re: Disabling 'below' display does not reposition windows properly

2015-05-18 Thread Launchpad Bug Tracker
[Expired for Compiz because there has been no activity for 60 days.]

** Changed in: compiz
   Status: Incomplete => Expired

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

Title:
  Disabling 'below' display does not reposition windows properly

Status in Compiz:
  Expired
Status in compiz package in Ubuntu:
  Expired

Bug description:
  [Problem]
  In a multihead config with one monitor above the other, if the lower monitor 
is disabled the windows on that screen aren't moved to the still-active display.

  [Test Case]
  0.  Attach laptop (LVDS1) to an external display (VGA1).
  1.  In the GNOME display properties applet, set the LVDS1 beneath VGA1.
  2.  Move to the lower left desktop (ctrl+alt+down)
  3.  Open one gnome terminal window on each monitor.
  4.  In the upper (VGA1) gnome terminal window type:
  xrandr --output LVDS1 --off
     (Alternatively, bring up the gnome display properties applet and shut the 
laptop display off there)
  5.  With the LVDS turned off, count the number of gnome terminal windows 
visible on VGA1
  6. Using either xrandr or gnome, re-enable LVDS1 to the above/below 
arrangement
  7.  With the LVDS re-enabled, count the number of gnome terminals visible on 
VGA1 and LVDS1

  Expected:  2, then 1/1
  Actual:
     Gnome Classic (No Effects):  2, then 1/1
     Gnome Classic (With Effects): 2, then 1/1
 Unity2D: 2, then 1/1
     Unity:  1, then 1/1

  Other findings...
  A.  On Unity, with LVDS1 off the missing gnome terminal window is 
inaccessible.  It can be recovered in various ways, but it's fairly confusing.

  B.  If step #2 is skipped and the test performed in the upper left
  desktop, Unity will place the lower windows into the lower left
  desktop.

  C.  On Unity, repeated testing of this seems to scramble the window
  positions to some extent.  The same effect does not appear to occur
  with metacity; windows generally get placed back where they'd been
  before.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.8.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
  Uname: Linux 3.2.0-22-generic i686
  ApportVersion: 2.0-0ubuntu4
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,workarounds,scale,expo,ezoom]
  Date: Thu Apr  5 05:27:33 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta i386 (20110921.2)
  SourcePackage: unity
  UpgradeStatus: Upgraded to precise on 2011-11-22 (135 days ago)

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

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


[Desktop-packages] [Bug 1361908] Re: Brother- DCP7065-DN printer not found

2015-05-18 Thread Launchpad Bug Tracker
[Expired for sane-backends (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: sane-backends (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Brother- DCP7065-DN printer not found

Status in sane-backends package in Ubuntu:
  Expired

Bug description:
  ubuntu 14.04 LTS  Lenovo H53564 bit
  I had reported, a few weeks ago that this printer was not offered on the sane 
list.
  Shortly after an update from ubuntu it did appear on the list was correctly 
identified and installed working correctly although without the scanner ability 
 "not found by any scan program.
  Recently calling for a print job brings up "printer not found" or "is printer 
connected"
   a delete and reinstall finds the printer OK but these errors continue.
   I have disconnected and reconnected printer wires powered off and on but 
problem remains.
   Initially I was able to install using the driver for 7085 and will try that 
again.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: sane 1.0.14-9
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Aug 26 16:03:53 2014
  InstallationDate: Installed on 2014-06-01 (86 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: sane-frontends
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1366429] Re: no scanners reported by sane BR-7065DN

2015-05-18 Thread Launchpad Bug Tracker
[Expired for sane-backends (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: sane-backends (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  no scanners reported by sane BR-7065DN

Status in sane-backends package in Ubuntu:
  Expired

Bug description:
  Printer found and operating properly;  No Scanners found

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: sane 1.0.14-9
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Sep  6 15:50:37 2014
  InstallationDate: Installed on 2014-06-01 (97 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: sane-frontends
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 973932] Re: Disabling 'below' display does not reposition windows properly

2015-05-18 Thread Launchpad Bug Tracker
[Expired for compiz (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Disabling 'below' display does not reposition windows properly

Status in Compiz:
  Expired
Status in compiz package in Ubuntu:
  Expired

Bug description:
  [Problem]
  In a multihead config with one monitor above the other, if the lower monitor 
is disabled the windows on that screen aren't moved to the still-active display.

  [Test Case]
  0.  Attach laptop (LVDS1) to an external display (VGA1).
  1.  In the GNOME display properties applet, set the LVDS1 beneath VGA1.
  2.  Move to the lower left desktop (ctrl+alt+down)
  3.  Open one gnome terminal window on each monitor.
  4.  In the upper (VGA1) gnome terminal window type:
  xrandr --output LVDS1 --off
     (Alternatively, bring up the gnome display properties applet and shut the 
laptop display off there)
  5.  With the LVDS turned off, count the number of gnome terminal windows 
visible on VGA1
  6. Using either xrandr or gnome, re-enable LVDS1 to the above/below 
arrangement
  7.  With the LVDS re-enabled, count the number of gnome terminals visible on 
VGA1 and LVDS1

  Expected:  2, then 1/1
  Actual:
     Gnome Classic (No Effects):  2, then 1/1
     Gnome Classic (With Effects): 2, then 1/1
 Unity2D: 2, then 1/1
     Unity:  1, then 1/1

  Other findings...
  A.  On Unity, with LVDS1 off the missing gnome terminal window is 
inaccessible.  It can be recovered in various ways, but it's fairly confusing.

  B.  If step #2 is skipped and the test performed in the upper left
  desktop, Unity will place the lower windows into the lower left
  desktop.

  C.  On Unity, repeated testing of this seems to scramble the window
  positions to some extent.  The same effect does not appear to occur
  with metacity; windows generally get placed back where they'd been
  before.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.8.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
  Uname: Linux 3.2.0-22-generic i686
  ApportVersion: 2.0-0ubuntu4
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,workarounds,scale,expo,ezoom]
  Date: Thu Apr  5 05:27:33 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta i386 (20110921.2)
  SourcePackage: unity
  UpgradeStatus: Upgraded to precise on 2011-11-22 (135 days ago)

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

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


[Desktop-packages] [Bug 1029410] Re: 2 scanners, 1 not visible to user, only root can see it

2015-05-18 Thread Launchpad Bug Tracker
[Expired for sane-backends (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: sane-backends (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  2 scanners, 1 not visible to user, only root can see it

Status in sane-backends package in Ubuntu:
  Expired

Bug description:
  I am not sure what to shake a finger at, but I fixed it with a udev
  file not supplied by ubuntu

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: sane 1.0.14-9
  ProcVersionSignature: Ubuntu 2.6.32-122.35.rtai-rtai 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-122-rtai i686
  Architecture: i386
  Date: Thu Jul 26 07:53:10 2012
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: sane-frontends

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

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


[Desktop-packages] [Bug 1434030] Re: [HDA-Intel - HDA Intel, playback] No sound at all

2015-05-18 Thread Launchpad Bug Tracker
[Expired for alsa-driver (Ubuntu) because there has been no activity for
60 days.]

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [HDA-Intel - HDA Intel, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  Expired

Bug description:
   Digital Output (SPDIF) Built-in Audio.

  No sound at all.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pulseaudio 1:4.0-0ubuntu11.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  prestley   1493 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 19 16:24:34 2015
  InstallationDate: Installed on 2007-01-01 (2999 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  prestley   1493 F pulseaudio
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: No sound at all
  Title: [HDA-Intel - HDA Intel, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080012
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: PI945GCM
  dmi.board.vendor: Kobian
  dmi.board.version: ECS
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Kobian
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080012:bd05/08/2007:svnKobian:pnPI945GCM:pvr1.X:rvnKobian:rnPI945GCM:rvrECS:cvnKobian:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: PI945GCM
  dmi.product.version: 1.X
  dmi.sys.vendor: Kobian

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

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


[Desktop-packages] [Bug 1181651] Re: ldconfig problem with 64-bit nvidia driver packages

2015-05-18 Thread Lars
This did help. It got rid of the error! No guarantees as of yet as to
whether my video games work or not, but doing the procedure as indicated
in the helpfile got rid of the OpenGL error message on the startup of
STEAM. It is gone now.

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

Title:
  ldconfig problem with 64-bit nvidia driver packages

Status in nvidia-graphics-drivers package in Ubuntu:
  Invalid

Bug description:
  On Ubuntu 13.04 64-bit, the nvidia-319 package as well as other nvidia
  driver pakcages (including nvidia-current and nvidia-current-updates
  from the main ubuntu package repositories) don't play nice with
  applications that use 32-bit OpenGL libraries. When such an
  application tries to load the nvidia 32-bit libGL.so library, they
  don't load the nvidia libGL.so but some other non-nvidia libGL.so.
  This means a 32-bit application running on Ubuntu Raring 64-bit will
  never use the nvidia libGL.so library.

  After a lot of monkey business, I figured out what the problem is.
  Which libGL.so a 32-bit application uses on a 64-bit system is
  controlled by the file /etc/ld.so.conf.d/i386-linux-gnu_GL.conf which
  is just a symlink to /etc/alternatives/i386-linux-gnu_gl_conf which is
  another symlink to /usr/lib/nvidia-319/alt_ld.so.conf or something
  similar for other versions of the nvidia drivers. This file is blank
  in a clean install, so ldconfig doesn't know that 32-bit applications
  asking for libGL.so should get linked with the version in
  /usr/lib32/nvidia-319, so it links them with some other version. This
  breaks 32-bit programs like Steam (which throws a warning about not
  using direct rendering when it starts up) and 32-bit games like Team
  Fortress 2 (which fails to start altogether). Of course, this isn't
  specific to Steam and Team Fortress 2 but will affect any 32-bit
  program trying to use libGL.so and its associated libraries on a
  64-bit machine.

  fortunately, the fix for this is pretty simple: in the file
  /usr/lib/nvidia-319/alt_ld.so.conf in the nvidia-319 package add the
  lines:

  /usr/lib32/nvidia-319
  /usr/lib/nvidia-319

  This will tell ldconfig to use the nvidia libGL.so and associated
  libraries for 32-bit applications. For the other versions of the
  nvidia driver (such as nvidia-304 and nvidia-304-updates in the main
  ubuntu repositories) it's a simple matter of replacing nvidia-319 with
  nvidia-304, nvidia-304-updates, nvidia-313, etc. in the directory
  names.

  Although I reported this bug for the nvidia-319 package, I have
  checked and this bug applies at least to the nvidia-304 and
  nvidia-304-updates packages for Ubuntu 13.04 amd64 in the main ubuntu
  package repositories as well. It probably also applies to other nvidia
  driver packages as well, but I haven't checked those. I suppose all
  you'd have to look for is a blank /usr/lib//alt_ld.so.conf file to check for the bug.

  The file I've included is the output of ldd (which prints the dynamic
  library dependencies of a program) when it's used on a 32-bit program
  that needs the 32-bit libGL.so on an Ubuntu 13.04 64-bit machine. In
  this case, the program I used ldd on is the 32-bit version of glxinfo
  from mesa-utils:i386. The nvidia driver version I had installed when I
  did this is nvidia-319. However, you will get a very similar result
  for other nvidia driver versions/packages.

  Also, I said "I don't know" for the package because 1.) it affects
  multiple packages and 2.) it didn't accept the package name
  nvidia-319.

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

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


[Desktop-packages] [Bug 1371274] Re: Unable to use the widevine plugin with Chromium

2015-05-18 Thread Mateo Salta
Worked for me on 15.04

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

Title:
  Unable to use the widevine plugin with Chromium

Status in Chromium Browser:
  Unknown
Status in chromium-browser package in Ubuntu:
  Triaged

Bug description:
  Chromium is unable to use the widevine component from google chrome :
  libwidevinecdmadapter.so and libwidevinecdm.so

  How to reproduce :

  - copy the 2 files the chrome archive in /usr/lib/chromium-browser
  - check chrome://components/
  - Widevine does not appear

  Solution :

  With the help from several people (hogliux for patch and saiarcot895
  for PPA) , a PPA is available with this feature :

  - https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-dev

  - You need the binary widevine plugin plugin (2 files) :

  https://bugs.launchpad.net/ubuntu/+source/chromium-
  
browser/+bug/1371274/+attachment/4397708/+files/WidevineLinuxForChromium44.tar.gz

  To be copied in /usr/lib/chromium

  - Launch netflix.com and see if it works.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 37.0.2062.94-0ubuntu0.14.04.1~pkg1042
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  Date: Thu Sep 18 21:11:17 2014
  InstallationDate: Installed on 2013-10-02 (350 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20130925.1)
  ProcEnviron:
   LANGUAGE=fr_FR
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: chromium-browser
  SystemImageInfo: Error: [Errno 2] Aucun fichier ou dossier de ce type: 
'system-image-cli'
  UpgradeStatus: Upgraded to trusty on 2014-05-31 (109 days ago)
  modified.conffile..etc.default.chromium.browser: [deleted]
  mtime.conffile..etc.chromium.browser.default: 2014-06-01T14:14:23.245932

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

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


[Desktop-packages] [Bug 1390628] Re: Mouse pointer invisible after upgrade to Ubuntu 14.10 and 15.04

2015-05-18 Thread Mateo Salta
actually seems to be every time from cold boot - then I either need to
restart or kill the session on login to get it back

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

Title:
  Mouse pointer invisible after upgrade to Ubuntu 14.10 and 15.04

Status in gnome-settings-daemon package in Ubuntu:
  Confirmed
Status in gnome-settings-daemon package in Debian:
  New

Bug description:
  After upgrading from Xubuntu 14.04 to 14.10, the mouse pointer became
  invisible AFTER the user session start. This is why it looks like an
  XFCE problem (although it might be another problem with Xorg or the
  graphics stack triggered by XFCE).

  The mouse works perfectly in the login page, and when logging in with
  an user, it works fine when the XFCE logo is shown while starting the
  session, but afterwards, a graphics mode seems to change (I can see
  some activity in Xorg.log) and after that I can't see the mouse
  pointer anymore. The mouse works, the pointer is just invisible. I can
  even use it through VNC, I can see the VNC client showing the pointer
  perfectly too.

  This is rendering my computer virtually unusable.

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

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


Re: [Desktop-packages] [Bug 1441457] Re: simple-scan crashed with SIGSEGV in sanei_genesys_generate_gamma_buffer()

2015-05-18 Thread Fred Ortelio
*** This bug is a duplicate of bug 1381442 ***
https://bugs.launchpad.net/bugs/1381442

See https://bugs.launchpad.net/ubuntu/+source/xsane/+bug/1247371

I was able to use the scanner by changing my BIOS as described in comment
#1.

So it seems that sane need to be updated to work with Intel xHCI Mode  and
EHCI Hand-off

On Mon, May 18, 2015 at 3:43 PM, Launchpad Bug Tracker <
1441...@bugs.launchpad.net> wrote:

> *** This bug is a duplicate of bug 1381442 ***
> https://bugs.launchpad.net/bugs/1381442
>
> Status changed to 'Confirmed' because the bug affects multiple users.
>
> ** Changed in: simple-scan (Ubuntu)
>Status: New => Confirmed
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1441457
>
> Title:
>   simple-scan crashed with SIGSEGV in
>   sanei_genesys_generate_gamma_buffer()
>
> Status in simple-scan package in Ubuntu:
>   Confirmed
>
> Bug description:
>   lsb_release -rd
>   Description:  Ubuntu Vivid Vervet (development branch)
>   Release:  15.04
>
>   apt-cache policy simple-scan
>   simple-scan:
> Installed: 3.16.0-0ubuntu1
> Candidate: 3.16.0-0ubuntu1
> Version table:
>*** 3.16.0-0ubuntu1 0
>   500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64
> Packages
>   100 /var/lib/dpkg/status
>
>   ProblemType: Crash
>   DistroRelease: Ubuntu 15.04
>   Package: simple-scan 3.16.0-0ubuntu1
>   ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
>   Uname: Linux 3.19.0-12-generic x86_64
>   ApportVersion: 2.17-0ubuntu1
>   Architecture: amd64
>   CurrentDesktop: XFCE
>   Date: Wed Apr  8 03:03:56 2015
>   ExecutablePath: /usr/bin/simple-scan
>   InstallationDate: Installed on 2015-04-04 (4 days ago)
>   InstallationMedia: Xubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150326)
>   MachineType: ASUS All Series
>   ProcCmdline: simple-scan
>   ProcEnviron:
>LANGUAGE=en_US
>PATH=(custom, user)
>XDG_RUNTIME_DIR=
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-12-generic
> root=UUID=001f01b8-a81d-4467-8e26-5f3e56a89904 ro quiet splash vt.handoff=7
>   SegvAnalysis:
>Segfault happened at: 0x7f61e8d28137
> :   movzwl (%rdx,%rax,1),%edx
>PC (0x7f61e8d28137) ok
>source "(%rdx,%rax,1)" (0x) not located in a known VMA region
> (needed readable region)!
>destination "%edx" ok
>Stack memory exhausted (SP below stack segment)
>   SegvReason: reading NULL VMA
>   Signal: 11
>   SourcePackage: simple-scan
>   StacktraceTop:
>sanei_genesys_generate_gamma_buffer () from
> /usr/lib/x86_64-linux-gnu/sane/libsane-genesys.so.1
>sanei_genesys_send_gamma_table () from
> /usr/lib/x86_64-linux-gnu/sane/libsane-genesys.so.1
>sane_genesys_start () from
> /usr/lib/x86_64-linux-gnu/sane/libsane-genesys.so.1
>?? ()
>?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
>   Title: simple-scan crashed with SIGSEGV in
> sanei_genesys_generate_gamma_buffer()
>   UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
>   dmi.bios.date: 09/30/2014
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: 2012
>   dmi.board.asset.tag: To be filled by O.E.M.
>   dmi.board.name: Z97-A
>   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.:bvr2012:bd09/30/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ97-A:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
>   dmi.product.name: All Series
>   dmi.product.version: System Version
>   dmi.sys.vendor: ASUS
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1441457/+subscriptions
>

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

Title:
  simple-scan crashed with SIGSEGV in
  sanei_genesys_generate_gamma_buffer()

Status in simple-scan package in Ubuntu:
  Confirmed

Bug description:
  lsb_release -rd
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04

  apt-cache policy simple-scan
  simple-scan:
Installed: 3.16.0-0ubuntu1
Candidate: 3.16.0-0ubuntu1
Version table:
   *** 3.16.0-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: simple-scan 3.16.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  Uname: Linux 3.19.0-12-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  A

[Desktop-packages] [Bug 1389732] Re: The computer freeze randomly

2015-05-18 Thread Christopher M. Penalver
** Changed in: xorg (Ubuntu)
   Status: Confirmed => Incomplete

** Attachment removed: "Apport report"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1389732/+attachment/4399452/+files/apport.xorg.ks87z0ff.apport

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

Title:
  The computer freeze randomly

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  The freeze problem actually started when I was using 12.04 LTS.  Every
  time when I was login to the desktop (after the computer is completely
  shut down) , the screen glitches and freezes.  However, when I restart
  the computer, the problem went away. Everything is normal again. This
  happened in every desktop environment that I have used (Gnome, Unity,
  Xfce).

  The problem getting worst after few days where I need to restart the
  computer twice (sometime 3 times) in order to make the system calm
  down.

  So, I think it was the driver problem, and I changed the VGA driver to
  its propriety Nvidia driver, but no avail. In fact, it getting worst.

  Then, I thought maybe the system not stable, so I upgrade the system
  to 14.04. But the problem still persist. Again, I installed the Nvdia
  driver again, it seem to work but eventually it also no avail. The
  problem seem more serious under Nvdia driver.

  And I revert back to the opensource driver. It works, but only in xfce
  environment.  It also freeze if I using other environment. It's okay
  for me to use xfce, but the thing is when I try to play the "Nibbles"
  (which I think it is preinstalled in 14.04), not long I played, it
  freeze again.

  I also thought this might be the hardware problem, maybe it is the
  onboard vga card got something wrong with it. After All, I have been
  using this computer for 5 years. But, when i using Window 7 (using
  dual boot), it's never be the problem. Everything is working fine in
  Window 7. So, the hardware issue, ruled out.

  Hope you can help.

  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Wed Nov  5 22:43:33 2014
  DistUpgraded: 2014-11-05 02:41:27,689 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.13.0-39-generic, x86_64: installed
   virtualbox, 4.3.10, 3.5.0-54-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationDate: Installed on 2013-03-23 (592 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  Lsusb:
   Bus 001 Device 002: ID 148f:2573 Ralink Technology, Corp. RT2501/RT2573 
Wireless Adapter
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 1bcf:0007 Sunplus Innovation Technology Inc. Optical 
Mouse
   Bus 002 Device 002: ID 04f3:0103 Elan Microelectronics Corp. ActiveJet 
K-2024 Multimedia Keyboard
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=9faca4c5-9082-45a6-aa69-00dec6f3c30b ro plymouth:debug drm.debug=0xe 
no=1
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2014-11-04 (0 days ago)
  dmi.bios.date: 04/08/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0701
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM Plus
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0701:bd04/08/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N68-AMPlus:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-

[Desktop-packages] [Bug 1456184] Re: NVidia VGA freeze with new kernels

2015-05-18 Thread Christopher M. Penalver
Marco Ciampa, thank you for reporting this and helping make Ubuntu
better. As per
http://www.asus.com/Motherboards/M2N68AM_PLUS/HelpDesk_Download/ an
update to your computer's buggy and outdated BIOS is available (1804).
If you update to this following
https://help.ubuntu.com/community/BIOSUpdate does it change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, and the information above is provided, then
please mark this report Status Confirmed.

Thank you for your understanding.

** Tags added: bios-outdated-1804

** Changed in: xorg (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  NVidia VGA freeze with new kernels

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  VGA compatible controller: NVIDIA Corporation C61 [GeForce 7025 / nForce 
630a] (rev a2)
  Freeze when used with new kernels (3.13 or 3.16) and works with 3.2.0 (from 
12.04 precise) or 3.13 (trusty) with nomodesed option (but wrong resolution)

  lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  apt-cache policy xorg
  xorg:
Installato: 1:7.7+1ubuntu8.1
Candidato:  1:7.7+1ubuntu8.1
Tabella versione:
   *** 1:7.7+1ubuntu8.1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:7.7+1ubuntu8 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Uname: Linux 3.13.0-52-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon May 18 14:29:23 2015
  DistUpgraded: 2015-05-12 07:07:16,098 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.28, 3.13.0-52-generic, x86_64: installed
   vboxhost, 4.3.28, 3.2.0-83-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationDate: Installed on 2010-07-30 (1752 days ago)
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=000bc455-e879-4d2d-a416-659e9668f49a ro nomodeset nomdmonddf 
nomdmonisw vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2015-05-12 (6 days ago)
  dmi.bios.date: 08/23/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1804
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM Plus
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1804:bd08/23/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N68-AMPlus:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: 

[Desktop-packages] [Bug 287646] Re: Default window size is unhelpfully small

2015-05-18 Thread Damian Pereira
Any new information on this? I'm having the same problem in elementaryOS
(eOS freya, Evince 3.14.1)

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

Title:
  Default window size is unhelpfully small

Status in Evince document viewer:
  New
Status in evince package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu Intrepid daily 20081022
  Ubuntu Natty alpha 3, all updates installed
  Ubuntu 12.10 RC

  1. Log in to a guest session.
  2. Do a Google search for "filetype:pdf" 
.
  3. Open any of the results, and choose "OK" to open it in Document Viewer.

  What happens: The document opens in a small window in the corner of the 
screen.
  What should happen: The document opens in a window large enough to read in 
the center of the screen.

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

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


[Desktop-packages] [Bug 1456331] Re: The buttons in my Ubuntu apps are too big.

2015-05-18 Thread digc16
Installing the "adwaita" theme's full set library did not work. The
buttons are still way too big.

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

Title:
  The buttons in my Ubuntu apps are too big.

Status in gnome-calculator package in Ubuntu:
  New

Bug description:
  The size is fixed, and I can not reduce the size of the calculator. it
  takes up the entire screen. The buttons are nearly 2 square inches on
  my 23" monitor. I think it is a theme issue, because it appears in the
  video player, and in the nautilus backwards, and forwards buttons, but
  does not occur in Nemo.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-calculator 1:3.14.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May 18 16:34:06 2015
  ExecutablePath: /usr/bin/gnome-calculator
  InstallationDate: Installed on 2014-10-25 (204 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-calculator
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (23 days ago)

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

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


[Desktop-packages] [Bug 1456170] Re: soffice.bin crashed with SIGSEGV in SvTreeList::GetVisiblePos()

2015-05-18 Thread Christopher M. Penalver
Walter Garcia-Fontes, thank you for reporting this and helping make
Ubuntu better. Could you please provide both the document this is
reproducible with, along with the keyboard click-for-click on how to
reproduce?

** Changed in: libreoffice (Ubuntu)
   Status: New => Incomplete

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

Title:
  soffice.bin crashed with SIGSEGV in SvTreeList::GetVisiblePos()

Status in libreoffice package in Ubuntu:
  Incomplete

Bug description:
  I had to write documents opened when I experienced this crash.

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: libreoffice-core 1:4.4.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May 18 13:43:35 2015
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2010-10-25 (1665 days ago)
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --writer 
file:///home/username/Desktop/TFG%20VD2%20BBenitez.docx --splash-pipe=5
  SegvAnalysis:
   Segfault happened at: 0x7f694cbe5e2a :  mov0x18(%rax),%rax
   PC (0x7f694cbe5e2a) ok
   source "0x18(%rax)" (0x0018) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   SvTreeList::GetVisiblePos(SvListView const*, SvTreeListEntry*) const 
(this=, pView=0x6c44278, pEntry=pEntry@entry=0x0) at 
/build/buildd/libreoffice-4.4.2/svtools/source/contnr/treelist.cxx:594
   SvImpLBox::GetEntryLine(SvTreeListEntry*) const (pEntry=0x0, this=) at /build/buildd/libreoffice-4.4.2/include/svtools/treelist.hxx:334
   SvImpLBox::GetEntryLine(SvTreeListEntry*) const (this=0x72895d0, 
pEntry=pEntry@entry=0x0) at 
/build/buildd/libreoffice-4.4.2/svtools/source/contnr/svimpbox.cxx:1490
   SvTreeListBox::GetEntryPosition(SvTreeListEntry*) const 
(pEntry=pEntry@entry=0x0, this=) at 
/build/buildd/libreoffice-4.4.2/svtools/source/inc/svimpbox.hxx:405
   SvTreeListBox::GetEntryPosition(SvTreeListEntry*) const 
(this=this@entry=0x6c44020, pEntry=pEntry@entry=0x0) at 
/build/buildd/libreoffice-4.4.2/svtools/source/contnr/treelistbox.cxx:2650
  Title: soffice.bin crashed with SIGSEGV in SvTreeList::GetVisiblePos()
  UpgradeStatus: Upgraded to vivid on 2015-03-09 (70 days ago)
  UserGroups: adm admin audio cdrom dialout kismet lp lpadmin plugdev 
sambashare saned scanner vboxusers video www-data

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

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


[Desktop-packages] [Bug 1456375] [NEW] Sync xserver-xorg-input-vmmouse 1:13.0.99-1 (main) from Debian unstable (main)

2015-05-18 Thread Artur Rona
Public bug reported:

Please sync xserver-xorg-input-vmmouse 1:13.0.99-1 (main) from Debian
unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * 0001-vmmouse_client.h-Include-xorg-server.h-before-xf86_O.patch:
Cherry-pick from upstream. Include xorg-server.h before xf86_OSproc.h to
get HAVE_STRNDUP set & resolve FTBFS.
  * 0001-vmmouse_client.h-Include-xorg-server.h-before-xf86_O.patch:
Cherry-pick from upstream. Include xorg-server.h before xf86_OSproc.h to
get HAVE_STRNDUP set & resolve FTBFS.
  * Rebuild to pick up new Xserver dependencies
  * Rebuild to pick up new Xserver dependencies
  * Rebuild for xorg 1.15 abi.
  * Rebuild for xorg 1.15 abi.

0001-vmmouse_client.h-Include-xorg-server.h-before-xf86_O.patch is already 
fixed upstream which is included now in Debian.
Bump Build-Depends is no needed anymore since in archive is much newer version 
of binary xserver-xorg-dev.

Changelog entries since current wily version 1:13.0.0-1ubuntu1:

xserver-xorg-input-vmmouse (1:13.0.99-1) unstable; urgency=medium

  * Let uscan verify tarball signatures.
  * New upstream release.
+ drop 01-enable-detect-in-kvm.diff, no longer necessary
  * Bump debhelper compat level to 9.
  * Remove Drew and Cyril from Uploaders.

 -- Julien Cristau   Sat, 02 May 2015 22:44:15
+0200

** Affects: xserver-xorg-input-vmmouse (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: xserver-xorg-input-vmmouse (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Sync xserver-xorg-input-vmmouse 1:13.0.99-1 (main) from Debian
  unstable (main)

Status in xserver-xorg-input-vmmouse package in Ubuntu:
  New

Bug description:
  Please sync xserver-xorg-input-vmmouse 1:13.0.99-1 (main) from Debian
  unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
* 0001-vmmouse_client.h-Include-xorg-server.h-before-xf86_O.patch:
  Cherry-pick from upstream. Include xorg-server.h before xf86_OSproc.h to
  get HAVE_STRNDUP set & resolve FTBFS.
* 0001-vmmouse_client.h-Include-xorg-server.h-before-xf86_O.patch:
  Cherry-pick from upstream. Include xorg-server.h before xf86_OSproc.h to
  get HAVE_STRNDUP set & resolve FTBFS.
* Rebuild to pick up new Xserver dependencies
* Rebuild to pick up new Xserver dependencies
* Rebuild for xorg 1.15 abi.
* Rebuild for xorg 1.15 abi.

  0001-vmmouse_client.h-Include-xorg-server.h-before-xf86_O.patch is already 
fixed upstream which is included now in Debian.
  Bump Build-Depends is no needed anymore since in archive is much newer 
version of binary xserver-xorg-dev.

  Changelog entries since current wily version 1:13.0.0-1ubuntu1:

  xserver-xorg-input-vmmouse (1:13.0.99-1) unstable; urgency=medium

* Let uscan verify tarball signatures.
* New upstream release.
  + drop 01-enable-detect-in-kvm.diff, no longer necessary
* Bump debhelper compat level to 9.
* Remove Drew and Cyril from Uploaders.

   -- Julien Cristau   Sat, 02 May 2015 22:44:15
  +0200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-vmmouse/+bug/1456375/+subscriptions

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


[Desktop-packages] [Bug 1314095] Re: Unity Lockscreen in 14.04 can't unlock when using LDAP account

2015-05-18 Thread Steve Langasek
** Also affects: nss-pam-ldapd (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: unity (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: nss-pam-ldapd (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: unity (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: nss-pam-ldapd (Ubuntu Utopic)
   Status: New => Fix Released

** Changed in: nss-pam-ldapd (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: unity (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: unity (Ubuntu Utopic)
   Status: New => Invalid

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

Title:
  Unity Lockscreen in 14.04 can't unlock when using LDAP account

Status in Unity:
  Invalid
Status in nss-pam-ldapd package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Invalid
Status in nss-pam-ldapd source package in Trusty:
  New
Status in unity source package in Trusty:
  Invalid
Status in nss-pam-ldapd source package in Utopic:
  Fix Released
Status in unity source package in Utopic:
  Invalid
Status in nss-pam-ldapd package in Debian:
  Fix Released

Bug description:
  SRU justification:

  [Impact]

  * Summary: in Trusty, when libnss-ldapd is used, LDAP users are not
  able to unlock the Unity lockscreen. Utopic and later are not
  affected. Some workarounds are listed in comment #29.

  * nslcd in Trusty and earlier does not permit unprivileged users to
  read shadow entries. When invoked by the Unity lockscreen, running as
  the logged-in user, pam_unix returns PAM_AUTHINFO_UNAVAIL in
  pam_acct_mgmt when it tries to get password expiry information from
  shadow. This leads to an authorization failure, so Unity refuses to
  unlock the screen. pam_ldap is not consulted for pam_acct_mgmt after
  pam_unix fails because its rule is in the Additional section.

  * In Utopic and later, nslcd returns partial shadow entries to
  unprivileged users. This is enough for the expiry check in pam_unix to
  succeed, so the screen can be unlocked. See
  http://bugs.debian.org/706913 for a discussion of the upstream fix.

  * This proposed SRU backports the upstream solution to Trusty's nslcd.
  This is a change of behaviour for shadow queries from unprivileged
  users, compared to the current package. An alternative, more targeted
  fix would be to change Unity to ignore AUTHINFO_UNAVAIL results from
  pam_acct_mgmt, like gnome-screensaver already does (see comment #29).
  The nslcd change is a more general fix for not just Unity, but any
  PAM-using program run by an unprivileged user.

  [Test Case]

  * Install and configure libnss-ldapd. Ensure ldap is enabled for at
  least the passwd and shadow services in /etc/nsswitch.conf.

  * Log into Unity as an LDAP user, lock the screen, and then try to
  unlock it again.

  [Regression Potential]

  * The patch is minimal, was written by the upstream author, and was
  backported (adjusting for whitespace changes) to Trusty. The change
  has already been released in Utopic and will be included in Debian
  Jessie as well.

  * Regression testing should include checking that shadow queries, both
  by name and for listing all users, are unchanged when issued as root.

  [Other Info]

  * Packages for testing are available in ppa:rtandy/lp1314095

  Original description:

  My setup is:

  Ubuntu 14.04 LTS,
  ldap accounts,
  krb5 authentication,
  Lightdm,
  Unity session

  ldap+krb5 is configured using nss-ldapd and nslcd. It works fine. getent 
passwd and getent shadow works fine.
  I am able to login in console without any problems.
  I was able to login in lightdm.
  Then I used the lock screen.
  I could not disable the lock screen using my password.
  I rebooted my computer.

  Now:
  After logging in through lightdm, the unity lockscreen locks the screen 
immediately and I can not disable it using my password.

  From my short inspection of auth.log and unix_chkpwd sources it seems,
  that unix_chkpwd works fine when called from lightdm and fails to get
  user info when called from unity lockscreen.

  lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04

  apt-cache policy unity lightdm libpam-modules
  unity:
    Installed: 7.2.0+14.04.20140416-0ubuntu1
    Candidate: 7.2.0+14.04.20140416-0ubuntu1
    Version table:
   *** 7.2.0+14.04.20140416-0ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status
  lightdm:
    Installed: 1.10.0-0ubuntu3
    Candidate: 1.10.0-0ubuntu3
    Version table:
   *** 1.10.0-0ubuntu3 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status
  libpam-modules:
    Installed: 1.1.8-1ubuntu2
    Candidate: 1.1.8-1ubuntu2
    Version table:
   

[Desktop-packages] [Bug 1452119] Re: ethernet interface broken after upgrade from 14.10 to 15.04

2015-05-18 Thread Chelmite
I think this is a network manager issue.

** Package changed: unity-control-center (Ubuntu) => network-manager
(Ubuntu)

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

Title:
  ethernet interface broken after upgrade from 14.10 to 15.04

Status in network-manager package in Ubuntu:
  New

Bug description:
  After upgrading, the ethernet connection doesn't connect.
  If I run ifconfig with the ethernet unplugged, I get:
  % ifconfig eth0
  eth0  Link encap:Ethernet  HWaddr 00:90:f5:c7:69:b7  
UP BROADCAST MULTICAST  MTU:1500  Metric:1
RX packets:293047 errors:0 dropped:1 overruns:0 frame:0
TX packets:341795 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:75754614 (75.7 MB)  TX bytes:77108082 (77.1 MB)
Interrupt:38 

  With the ethernet plugged in, I get:
  %  ifconfig
  eth0  Link encap:Ethernet  HWaddr 00:90:f5:c7:69:b7  
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:293286 errors:0 dropped:1 overruns:0 frame:0
TX packets:342195 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:75797513 (75.7 MB)  TX bytes:77249665 (77.2 MB)
Interrupt:38 

  The differences in the outputs are that (a) RUNNING, (b) packets
  received and transmitted after plugging it in, although no ip address
  is reported.

  % lspci -nnk | grep -iEA3 "(ethernet|network)"
  03:00.0 Ethernet controller [0200]: JMicron Technology Corp. JMC250 PCI 
Express Gigabit Ethernet Controller [197b:0250] (rev 05)
  Subsystem: CLEVO/KAPOK Computer Device [1558:7100]
  Kernel driver in use: jme
  03:00.1 System peripheral [0880]: JMicron Technology Corp. SD/MMC Host 
Controller [197b:2392] (rev 90)
  --
  04:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6230 
[Rainbow Peak] [8086:0091] (rev 34)
  Subsystem: Intel Corporation Centrino Advanced-N 6230 AGN [8086:5201]
  Kernel driver in use: iwlwifi
  05:00.0 FireWire (IEEE 1394) [0c00]: JMicron Technology Corp. IEEE 1394 Host 
Controller [197b:2380] (rev 30)

  If I run
  % sudo ifconfig eth0 down
  % sudo ifconfig eth0 up
  System Settings/Network/Wired show the interface activate briefly, then go 
back to the disconnected state.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity-control-center 15.04.0+15.04.20150410-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue May  5 10:38:15 2015
  ExecutablePath: /usr/bin/unity-control-center
  InstallationDate: Installed on 2013-05-02 (733 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  SourcePackage: unity-control-center
  UpgradeStatus: Upgraded to vivid on 2015-04-26 (8 days ago)
  usr_lib_unity-control-center: deja-dup 32.0-0ubuntu5

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

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


[Desktop-packages] [Bug 1434848] Re: firefox crashes at some websites

2015-05-18 Thread Michael Mess
This behaviour (Unresponsive application) is called hang or freeze.
A crash would mean, that the process suddenly dies and as a result the 
application windows just disappear.

Probably the hang issue might be caused by some plugins (e.g. Adobe Flash).
You can disable plugins in the addin menu.

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

Title:
  firefox crashes at some websites

Status in firefox package in Ubuntu:
  New

Bug description:
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  N: Unable to locate package pkgname

  When I visit some webpages, firefox freezes and I can't click anything
  or scroll up & down. Sometimes they freeze too fast and stay blank,
  but not very often. The webpage addresses appear normally in the
  address bar. And on the firefox tab the spinning thing freezes. I
  close the firefox window by clicking at "x" and I get the message:

  The window "Mozilla Firefox" does not seem to be responding. Do you
  want to force it to exit by sending the terminate signal?

  Two examples of websites where I have the problem:

  http://www.agame.com
  http://www.linuxquestions.org

  Sometimes appears at the google search pages, too.

  Pinging the URLs got the normal displays. And also there' s not seems
  to be a sudden large memory spike for these pages.

  It's still crashing if I run firefox in safe-mode. This is the
  terminal display:

  $ firefox -safe-mode

  (process:2768): GLib-CRITICAL **: g_slice_set_config: assertion 
'sys_page_size == 0' failed
  Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve 
property `GtkRange::activate-slider' of type `gboolean' from rc file value 
"((GString*) 0xaba44aa0)" of type `GString'
  Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve 
property `GtkRange::activate-slider' of type `gboolean' from rc file value 
"((GString*) 0xaba44a30)" of type `GString'
  Terminated

  Disabling plugins & extensions, re-installation of firefox, updating
  the system and re-installing of the OS didn't solve the problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 36.0.1+build2-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic i686
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  puppy  1561 F lxpanel
  BuildID: 20150306140238
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Channel: Unavailable
  CurrentDesktop: LXDE
  Date: Sat Mar 21 17:57:33 2015
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2015-03-21 (0 days ago)
  InstallationMedia: Lubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140416.2)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.3  metric 1
  Locales: extensions.sqlite corrupt or missing
  Plugins:
   QuickTime Plug-in 7.6.9 - /usr/lib/mozilla/plugins/gecko-mediaplayer-qt.so 
(gecko-mediaplayer)
   RealPlayer 9 - /usr/lib/mozilla/plugins/gecko-mediaplayer-rm.so 
(gecko-mediaplayer)
   Windows Media Player Plug-in - 
/usr/lib/mozilla/plugins/gecko-mediaplayer-wmp.so (gecko-mediaplayer)
   DivX Browser Plug-In - /usr/lib/mozilla/plugins/gecko-mediaplayer-dvx.so 
(gecko-mediaplayer)
   mplayerplug-in is now gecko-mediaplayer 1.0.8 - 
/usr/lib/mozilla/plugins/gecko-mediaplayer.so (gecko-mediaplayer)
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=36.0.1/20150306140238 (In use)
  RelatedPackageVersions: gecko-mediaplayer 1.0.8-4ubuntu1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/22/2005
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.40
  dmi.board.name: Satellite L10
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Rev 1.0
  dmi.chassis.asset.tag: PSL10E-021011GE
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: Rev.1
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.40:bd06/22/2005:svnTOSHIBA:pnSatelliteL10:pvrPSL10E-021011GE:rvnTOSHIBA:rnSatelliteL10:rvrRev1.0:cvnTOSHIBA:ct10:cvrRev.1:
  dmi.product.name: Satellite L10
  dmi.product.version: PSL10E-021011GE
  dmi.sys.vendor: TOSHIBA

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

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

[Desktop-packages] [Bug 1456331] Re: The buttons in my Ubuntu apps are too big.

2015-05-18 Thread digc16
I wanted to report video because the buttons were also too large, as it
is also in Nautilus.

** Attachment added: "Screenshot from 2015-05-18 16:25:44.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1456331/+attachment/4399811/+files/Screenshot%20from%202015-05-18%2016%3A25%3A44.png

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

Title:
  The buttons in my Ubuntu apps are too big.

Status in gnome-calculator package in Ubuntu:
  New

Bug description:
  The size is fixed, and I can not reduce the size of the calculator. it
  takes up the entire screen. The buttons are nearly 2 square inches on
  my 23" monitor. I think it is a theme issue, because it appears in the
  video player, and in the nautilus backwards, and forwards buttons, but
  does not occur in Nemo.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-calculator 1:3.14.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May 18 16:34:06 2015
  ExecutablePath: /usr/bin/gnome-calculator
  InstallationDate: Installed on 2014-10-25 (204 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-calculator
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (23 days ago)

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

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


[Desktop-packages] [Bug 1456331] Re: The buttons in my Ubuntu apps are too big.

2015-05-18 Thread digc16
I wanted to report video because the buttons were also too large, as it
is also in Nautilus.

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

Title:
  The buttons in my Ubuntu apps are too big.

Status in gnome-calculator package in Ubuntu:
  New

Bug description:
  The size is fixed, and I can not reduce the size of the calculator. it
  takes up the entire screen. The buttons are nearly 2 square inches on
  my 23" monitor. I think it is a theme issue, because it appears in the
  video player, and in the nautilus backwards, and forwards buttons, but
  does not occur in Nemo.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-calculator 1:3.14.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May 18 16:34:06 2015
  ExecutablePath: /usr/bin/gnome-calculator
  InstallationDate: Installed on 2014-10-25 (204 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-calculator
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (23 days ago)

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

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


[Desktop-packages] [Bug 1456331] Re: The buttons in my Ubuntu apps are too big.

2015-05-18 Thread digc16
I went to report the output when I selected the video player for my app,
this is what it out put.

 "$ ubuntu-bug -w

(apport-gtk:22406): Gtk-WARNING **: Theme parsing error: gtk-widgets-
borders.css:276:34: Expected a valid selector

(apport-gtk:22406): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:6:19: 
Theming engine 'adwaita' not found
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

(process:23541): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
director@STUDIO1:~$ ubuntu-bug -w

(apport-gtk:23561): Gtk-WARNING **: Theme parsing error: gtk-widgets-
borders.css:276:34: Expected a valid selector

(apport-gtk:23561): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:6:19: 
Theming engine 'adwaita' not found
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged."

I thought the culprit might be the "adwaita" theme full set inclusion
into the library. I will report back if anything changes.

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

Title:
  The buttons in my Ubuntu apps are too big.

Status in gnome-calculator package in Ubuntu:
  New

Bug description:
  The size is fixed, and I can not reduce the size of the calculator. it
  takes up the entire screen. The buttons are nearly 2 square inches on
  my 23" monitor. I think it is a theme issue, because it appears in the
  video player, and in the nautilus backwards, and forwards buttons, but
  does not occur in Nemo.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-calculator 1:3.14.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May 18 16:34:06 2015
  ExecutablePath: /usr/bin/gnome-calculator
  InstallationDate: Installed on 2014-10-25 (204 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-calculator
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (23 days ago)

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

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


[Desktop-packages] [Bug 1456331] Re: The buttons in my Ubuntu apps are too big.

2015-05-18 Thread digc16
This is Nautilus.

** Attachment added: "Screenshot from 2015-05-18 16:26:25.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1456331/+attachment/4399812/+files/Screenshot%20from%202015-05-18%2016%3A26%3A25.png

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

Title:
  The buttons in my Ubuntu apps are too big.

Status in gnome-calculator package in Ubuntu:
  New

Bug description:
  The size is fixed, and I can not reduce the size of the calculator. it
  takes up the entire screen. The buttons are nearly 2 square inches on
  my 23" monitor. I think it is a theme issue, because it appears in the
  video player, and in the nautilus backwards, and forwards buttons, but
  does not occur in Nemo.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-calculator 1:3.14.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May 18 16:34:06 2015
  ExecutablePath: /usr/bin/gnome-calculator
  InstallationDate: Installed on 2014-10-25 (204 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-calculator
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (23 days ago)

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

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


[Desktop-packages] [Bug 1456331] [NEW] The buttons in my Ubuntu apps are too big.

2015-05-18 Thread digc16
Public bug reported:

The size is fixed, and I can not reduce the size of the calculator. it
takes up the entire screen. The buttons are nearly 2 square inches on my
23" monitor. I think it is a theme issue, because it appears in the
video player, and in the nautilus backwards, and forwards buttons, but
does not occur in Nemo.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: gnome-calculator 1:3.14.1-0ubuntu3
ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
Uname: Linux 3.19.0-16-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon May 18 16:34:06 2015
ExecutablePath: /usr/bin/gnome-calculator
InstallationDate: Installed on 2014-10-25 (204 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-calculator
UpgradeStatus: Upgraded to vivid on 2015-04-25 (23 days ago)

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


** Tags: amd64 apport-bug vivid

** Attachment added: "a screenshot for verification."
   
https://bugs.launchpad.net/bugs/1456331/+attachment/4399806/+files/Screenshot%20from%202015-05-18%2016%3A25%3A57.png

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

Title:
  The buttons in my Ubuntu apps are too big.

Status in gnome-calculator package in Ubuntu:
  New

Bug description:
  The size is fixed, and I can not reduce the size of the calculator. it
  takes up the entire screen. The buttons are nearly 2 square inches on
  my 23" monitor. I think it is a theme issue, because it appears in the
  video player, and in the nautilus backwards, and forwards buttons, but
  does not occur in Nemo.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gnome-calculator 1:3.14.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May 18 16:34:06 2015
  ExecutablePath: /usr/bin/gnome-calculator
  InstallationDate: Installed on 2014-10-25 (204 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-calculator
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (23 days ago)

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

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


[Desktop-packages] [Bug 1456326] [NEW] XServer eats up 100% cpu and is very slow on specific tasks with xfce desktop

2015-05-18 Thread Michael Mess
Public bug reported:

I am using xfce desktop.

Issue:

When I want to log out, after clicking on the log-out button from the
start menu (that one which looks like the power button on a tv-remote),
nothing happens for several seconds before the window to confirm the
logout/lock screen/shutdown appears and the X process is eating up 100%
CPU during that time.

The same issue I have experienced when I took the screenshot: After
pressing the key combination to take a screenshot, I had to wait several
seconds before the screenshot has been presented. During the waiting
period, 100% CPU was used.

Even some other things seem to react somehow sluggishly while others are 
working as expected.
But when logging out, it is always annoying to wait so long for the window to 
choose to log out/lock the screen/shutdown. 

Expected behaviour:
* The logout window is displayed immediately (as before).
* The Screenshot is displayed immediately after taking it.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xserver-xorg-core 2:1.15.1-0ubuntu2.7
ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
Uname: Linux 3.13.0-52-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Mon May 18 22:09:46 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExecutablePath: /usr/bin/Xorg
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
   Subsystem: ASRock Incorporation Device [1849:9836]
InstallationDate: Installed on 2014-02-25 (446 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
SourcePackage: xorg-server
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/21/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.10
dmi.board.name: AM1B-ITX
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Mon May 18 21:30:52 2015
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
 inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs: Output  HDMI-0  HDMI-1 
  VGA-0
xserver.version: 2:1.15.1-0ubuntu2.7
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug trusty ubuntu

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

Title:
  XServer eats up 100% cpu and is very slow on specific tasks with xfce
  desktop

Status in xorg-server package in Ubuntu:
  New

Bug description:
  I am using xfce desktop.

  Issue:

  When I want to log out, after clicking on the log-out button from the
  start menu (that one which looks like the power button on a tv-
  remote), nothing happens for several seconds before the window to
  confirm the logout/lock screen/shutdown appears and the X process is
  eating up 100% CPU during that time.

  The same issue I have experienced when I took the screenshot: After
  pressing the key combination to take a screenshot, I had to wait
  sever

[Desktop-packages] [Bug 1450180] Re: gparted crashes immediately after started

2015-05-18 Thread Phillip Susi
Weird... can you go through the list of libs from ldd and see if any of
them are from the ppa instead of the official archive?  There must be
one somewhere, and it apparently isn't libgtkmm itself.

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

Title:
  gparted crashes immediately after started

Status in Gnome Partition Editor:
  Fix Released
Status in glibmm2.4 package in Ubuntu:
  Invalid
Status in gparted package in Ubuntu:
  Invalid

Bug description:
  gparted immediately segfaults after launch...

  $ sudo gparted
  [sudo] password for me: 
  Segmentation fault (core dumped)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gparted 0.19.0-2
  Uname: Linux 4.1.0-040100rc1-generic i686
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Wed Apr 29 21:53:15 2015
  InstallationDate: Installed on 2014-06-17 (316 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  JournalErrors: Error: command ['journalctl', '-b', '--priority', 'warning'] 
failed with exit code 1: No journal files were found.
  SourcePackage: gparted
  UpgradeStatus: Upgraded to vivid on 2015-04-27 (2 days ago)

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

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


[Desktop-packages] [Bug 1456241] Re: org.gnome.desktop.wm.preferences action-middle-click-titlebar no longer defaults to 'lower'

2015-05-18 Thread Ubuntu Foundations Team Bug Bot
The attachment "lower_middle_click.patch" seems to be a patch.  If it
isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  org.gnome.desktop.wm.preferences action-middle-click-titlebar no
  longer defaults to 'lower'

Status in Unity:
  Invalid
Status in ubuntu-settings package in Ubuntu:
  In Progress

Bug description:
  Recently, an AP test has started failing consistently:

  
unity.tests.test_panel.PanelGrabAreaTests.test_lower_the_maximized_window_works

  Need to investigate if a regression has been introduced or if the test
  needs to be updated to work with a new behavior.

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

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


[Desktop-packages] [Bug 1456241] Re: org.gnome.desktop.wm.preferences action-middle-click-titlebar no longer defaults to 'lower'

2015-05-18 Thread Christopher Townsend
I fixed this up in ubuntu-settings.  I've made a branch as well as
attaching a patch.

** Patch added: "lower_middle_click.patch"
   
https://bugs.launchpad.net/unity/+bug/1456241/+attachment/4399746/+files/lower_middle_click.patch

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

Title:
  org.gnome.desktop.wm.preferences action-middle-click-titlebar no
  longer defaults to 'lower'

Status in Unity:
  Invalid
Status in ubuntu-settings package in Ubuntu:
  In Progress

Bug description:
  Recently, an AP test has started failing consistently:

  
unity.tests.test_panel.PanelGrabAreaTests.test_lower_the_maximized_window_works

  Need to investigate if a regression has been introduced or if the test
  needs to be updated to work with a new behavior.

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

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


[Desktop-packages] [Bug 1456241] Re: org.gnome.desktop.wm.preferences action-middle-click-titlebar no longer defaults to 'lower'

2015-05-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~townsend/ubuntu/wily/ubuntu-settings/fix-middle-
click-lower

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

Title:
  org.gnome.desktop.wm.preferences action-middle-click-titlebar no
  longer defaults to 'lower'

Status in Unity:
  Invalid
Status in ubuntu-settings package in Ubuntu:
  In Progress

Bug description:
  Recently, an AP test has started failing consistently:

  
unity.tests.test_panel.PanelGrabAreaTests.test_lower_the_maximized_window_works

  Need to investigate if a regression has been introduced or if the test
  needs to be updated to work with a new behavior.

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

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


[Desktop-packages] [Bug 1456322] Re: package screen-resolution-extra 0.17.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2015-05-18 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 screen-resolution-extra in Ubuntu.
https://bugs.launchpad.net/bugs/1456322

Title:
  package screen-resolution-extra 0.17.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 139

Status in screen-resolution-extra package in Ubuntu:
  New

Bug description:
  Trying to update nvidia screen driver

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: screen-resolution-extra 0.17.1
  ProcVersionSignature: Ubuntu 3.16.0-37.51-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.4
  Architecture: amd64
  Date: Mon May 18 20:52:08 2015
  DuplicateSignature: package:screen-resolution-extra:0.17.1:subprocess 
installed post-installation script returned error exit status 139
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 139
  InstallationDate: Installed on 2015-05-18 (0 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: screen-resolution-extra
  Title: package screen-resolution-extra 0.17.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 139
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen-resolution-extra/+bug/1456322/+subscriptions

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


[Desktop-packages] [Bug 1456322] [NEW] package screen-resolution-extra 0.17.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2015-05-18 Thread chriswattsgbr
Public bug reported:

Trying to update nvidia screen driver

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: screen-resolution-extra 0.17.1
ProcVersionSignature: Ubuntu 3.16.0-37.51-generic 3.16.7-ckt9
Uname: Linux 3.16.0-37-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.4
Architecture: amd64
Date: Mon May 18 20:52:08 2015
DuplicateSignature: package:screen-resolution-extra:0.17.1:subprocess installed 
post-installation script returned error exit status 139
ErrorMessage: subprocess installed post-installation script returned error exit 
status 139
InstallationDate: Installed on 2015-05-18 (0 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
PackageArchitecture: all
SourcePackage: screen-resolution-extra
Title: package screen-resolution-extra 0.17.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 139
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: screen-resolution-extra (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package screen-resolution-extra 0.17.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 139

Status in screen-resolution-extra package in Ubuntu:
  New

Bug description:
  Trying to update nvidia screen driver

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: screen-resolution-extra 0.17.1
  ProcVersionSignature: Ubuntu 3.16.0-37.51-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.4
  Architecture: amd64
  Date: Mon May 18 20:52:08 2015
  DuplicateSignature: package:screen-resolution-extra:0.17.1:subprocess 
installed post-installation script returned error exit status 139
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 139
  InstallationDate: Installed on 2015-05-18 (0 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: screen-resolution-extra
  Title: package screen-resolution-extra 0.17.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 139
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen-resolution-extra/+bug/1456322/+subscriptions

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


[Desktop-packages] [Bug 1456241] Re: AP failure: unity.tests.test_panel.PanelGrabAreaTests.test_lower_the_maximized_window_works

2015-05-18 Thread Christopher Townsend
** Package changed: gsettings-desktop-schemas (Ubuntu) => ubuntu-
settings (Ubuntu)

** Summary changed:

- AP failure: 
unity.tests.test_panel.PanelGrabAreaTests.test_lower_the_maximized_window_works
+ org.gnome.desktop.wm.preferences action-middle-click-titlebar no longer 
defaults to 'lower'

** Changed in: ubuntu-settings (Ubuntu)
   Status: New => In Progress

** Changed in: ubuntu-settings (Ubuntu)
   Importance: Undecided => Medium

** Changed in: ubuntu-settings (Ubuntu)
 Assignee: (unassigned) => Christopher Townsend (townsend)

** No longer affects: unity (Ubuntu)

** Changed in: unity
   Status: Confirmed => Invalid

** Changed in: unity
Milestone: 7.3.3 => None

** Changed in: unity
 Assignee: Christopher Townsend (townsend) => (unassigned)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-settings in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1456241

Title:
  org.gnome.desktop.wm.preferences action-middle-click-titlebar no
  longer defaults to 'lower'

Status in Unity:
  Invalid
Status in ubuntu-settings package in Ubuntu:
  In Progress

Bug description:
  Recently, an AP test has started failing consistently:

  
unity.tests.test_panel.PanelGrabAreaTests.test_lower_the_maximized_window_works

  Need to investigate if a regression has been introduced or if the test
  needs to be updated to work with a new behavior.

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

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


[Desktop-packages] [Bug 1441457] Re: simple-scan crashed with SIGSEGV in sanei_genesys_generate_gamma_buffer()

2015-05-18 Thread Claudio
*** This bug is a duplicate of bug 1381442 ***
https://bugs.launchpad.net/bugs/1381442

this bug also affects me too.
But the duplicate link does not work:
https://bugs.launchpad.net/bugs/1381442
???

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

Title:
  simple-scan crashed with SIGSEGV in
  sanei_genesys_generate_gamma_buffer()

Status in simple-scan package in Ubuntu:
  Confirmed

Bug description:
  lsb_release -rd
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04

  apt-cache policy simple-scan
  simple-scan:
Installed: 3.16.0-0ubuntu1
Candidate: 3.16.0-0ubuntu1
Version table:
   *** 3.16.0-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: simple-scan 3.16.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  Uname: Linux 3.19.0-12-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Apr  8 03:03:56 2015
  ExecutablePath: /usr/bin/simple-scan
  InstallationDate: Installed on 2015-04-04 (4 days ago)
  InstallationMedia: Xubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150326)
  MachineType: ASUS All Series
  ProcCmdline: simple-scan
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-12-generic 
root=UUID=001f01b8-a81d-4467-8e26-5f3e56a89904 ro quiet splash vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x7f61e8d28137 
:   movzwl (%rdx,%rax,1),%edx
   PC (0x7f61e8d28137) ok
   source "(%rdx,%rax,1)" (0x) not located in a known VMA region 
(needed readable region)!
   destination "%edx" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: simple-scan
  StacktraceTop:
   sanei_genesys_generate_gamma_buffer () from 
/usr/lib/x86_64-linux-gnu/sane/libsane-genesys.so.1
   sanei_genesys_send_gamma_table () from 
/usr/lib/x86_64-linux-gnu/sane/libsane-genesys.so.1
   sane_genesys_start () from 
/usr/lib/x86_64-linux-gnu/sane/libsane-genesys.so.1
   ?? ()
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: simple-scan crashed with SIGSEGV in 
sanei_genesys_generate_gamma_buffer()
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 09/30/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2012
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97-A
  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.:bvr2012:bd09/30/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ97-A:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1437649] Re: XServer crashes when visiting web page containing PDF with Firefox

2015-05-18 Thread Michael Mess
Reproduced issue and created new crash report: Bug #1456314 : Xorg
crashed with SIGABRT in fast_composite_tiled_repeat()

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-52-generic x86_64

[Desktop-packages] [Bug 1441457] Re: simple-scan crashed with SIGSEGV in sanei_genesys_generate_gamma_buffer()

2015-05-18 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1381442 ***
https://bugs.launchpad.net/bugs/1381442

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

** Changed in: simple-scan (Ubuntu)
   Status: New => Confirmed

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

Title:
  simple-scan crashed with SIGSEGV in
  sanei_genesys_generate_gamma_buffer()

Status in simple-scan package in Ubuntu:
  Confirmed

Bug description:
  lsb_release -rd
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04

  apt-cache policy simple-scan
  simple-scan:
Installed: 3.16.0-0ubuntu1
Candidate: 3.16.0-0ubuntu1
Version table:
   *** 3.16.0-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: simple-scan 3.16.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  Uname: Linux 3.19.0-12-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Apr  8 03:03:56 2015
  ExecutablePath: /usr/bin/simple-scan
  InstallationDate: Installed on 2015-04-04 (4 days ago)
  InstallationMedia: Xubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150326)
  MachineType: ASUS All Series
  ProcCmdline: simple-scan
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-12-generic 
root=UUID=001f01b8-a81d-4467-8e26-5f3e56a89904 ro quiet splash vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x7f61e8d28137 
:   movzwl (%rdx,%rax,1),%edx
   PC (0x7f61e8d28137) ok
   source "(%rdx,%rax,1)" (0x) not located in a known VMA region 
(needed readable region)!
   destination "%edx" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: simple-scan
  StacktraceTop:
   sanei_genesys_generate_gamma_buffer () from 
/usr/lib/x86_64-linux-gnu/sane/libsane-genesys.so.1
   sanei_genesys_send_gamma_table () from 
/usr/lib/x86_64-linux-gnu/sane/libsane-genesys.so.1
   sane_genesys_start () from 
/usr/lib/x86_64-linux-gnu/sane/libsane-genesys.so.1
   ?? ()
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: simple-scan crashed with SIGSEGV in 
sanei_genesys_generate_gamma_buffer()
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 09/30/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2012
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97-A
  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.:bvr2012:bd09/30/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ97-A:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Desktop-packages] [Bug 1438754] Re: Backlight cannot be adjusted at lock screen

2015-05-18 Thread Andrea Azzarone
Works fine here? Can you still reproduce this?

** Also affects: unity (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: unity
   Status: New => Incomplete

** Changed in: unity (Ubuntu)
   Status: New => Incomplete

** Tags added: lockscreen

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

Title:
  Backlight cannot be adjusted at lock screen

Status in Unity:
  Incomplete
Status in unity package in Ubuntu:
  Incomplete

Bug description:
  
  This affects 14.04 LTS. I haven't tried any more recent versions.

  When the screen is locked, it is not possible to use the Fn+Brightness
  up/down keys.

  If I am using an external monitor, then I turn down the backlight
  brightness to zero. I often use my laptop at the office with an
  external monitor and the backlight turned off.  When I come home and
  resume, the backlight is off and I cannot switch it on to see the
  login prompt.

  Steps to reproduce
  1. Set backlight brightness to off using Fn+brightness down
  2. Lock computer with Super+L
  3. Attempt to increase brightness with Fn+brightness up

  Expected results:
  Backlight switches on, and Lock/login screen becomes visible

  Actual results:
  Backlight remains off and Lock/login screen is not visible

  This is a regression in 14.04 LTS since the 14.04 release. I can't
  remember when this started happening, but it's been at least a few
  weeks.

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

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


[Desktop-packages] [Bug 1416005] Re: totem fails to play video if gstreamer-vaapi is installed

2015-05-18 Thread Éric Piel
Seems to be same bug as bug #1373978 and bug #1397597.

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

Title:
  totem fails to play video if gstreamer-vaapi is installed

Status in OEM Priority Project:
  New
Status in OEM Priority Project trusty series:
  New
Status in clutter-gst-2.0 package in Ubuntu:
  Confirmed
Status in clutter-gst-2.0 package in Debian:
  New

Bug description:
  If gstreamer-vaapi is installed Totem fails to play anything, and instead 
just shows an error popup saying "GStreamer encountered a general stream 
error". The app doesn't produce any error msg on the terminal, but shows that 
vaapi is being used:
  ...
  (totem:8470): Grilo-WARNING **: [registry] grl-registry.c:472: Could not open 
plugins' info directory '/usr/lib/x86_64-linux-gnu/grilo-0.2': Error opening 
directory '/usr/lib/x86_64-linux-gnu/grilo-0.2': No such file or directory

  (totem:8470): Totem-WARNING **: Failed to load grilo plugins: All configured 
plugin paths are invalid
  libva info: VA-API version 0.37.0
  libva info: va_getDriverName() returns 0
  libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
  libva info: Found init function __vaDriverInit_0_36
  libva info: va_openDriver() returns 0

  (totem:8470): Gtk-WARNING **: Symbolic icon view-sidebar-symbolic-ltr of size 
16 is in an icon theme directory of size 128
  ...

  Gst-launch using vaapidecocde and vaapisink still works properly,
  using

  gst-launch-1.0 filesrc location=bbb_sunflower_2160p_60fps_normal.mp4 !
  qtdemux ! vaapidecode ! vaapisink

  takes 6% cpu instead of 300% on my broadwell based laptop.

  video downloaded from here
  http://bbb3d.renderfarming.net/download.html

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

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


[Desktop-packages] [Bug 1373978] Re: Totem:"GStreamer encountered a general stream error." on .flv and .mp4 files

2015-05-18 Thread Éric Piel
Sorry, I meant it is similar as bug #1397597.

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

Title:
  Totem:"GStreamer encountered a general stream error." on .flv and .mp4
  files

Status in gstreamer1.0 package in Ubuntu:
  Confirmed

Bug description:
  If a .flv or .mp4 file is played with Totem, Totem shows an error
  saying "GStreamer encountered a general stream error.".

  Steps to produce:
  1- Open a video file, which has an extension .flv or .mp4, with Totem.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libgstreamer1.0-0 1.4.2-1
  ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
  Uname: Linux 3.16.0-17-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Sep 25 17:33:36 2014
  InstallationDate: Installed on 2014-02-27 (209 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140224)
  SourcePackage: gstreamer1.0
  UpgradeStatus: Upgraded to utopic on 2014-09-08 (16 days ago)

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

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


[Desktop-packages] [Bug 1373978] Re: Totem:"GStreamer encountered a general stream error." on .flv and .mp4 files

2015-05-18 Thread Éric Piel
Actually, it seems the same problem as described in bug #1373978.

Without gstreamer1.0-vaapi:

$ gst-launch-1.0 filesrc location=00072282.jpg ! decodebin ! imagefreeze ! 
videoconvert ! autovideosink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock


With gstreamer1.0-vaapi:
$ gst-launch-1.0 filesrc location=00072282.jpg ! decodebin ! imagefreeze ! 
videoconvert ! autovideosink
Setting pipeline to PAUSED ...
libva info: VA-API version 0.37.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_37
libva info: va_openDriver() returns 0
Pipeline is PREROLLING ...
ERROR: from element 
/GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstJpegDec:jpegdec0: No valid 
frames decoded before end of stream
Additional debug info:
gstvideodecoder.c(1070): gst_video_decoder_sink_event_default (): 
/GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstJpegDec:jpegdec0:
no valid frames found
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...

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

Title:
  Totem:"GStreamer encountered a general stream error." on .flv and .mp4
  files

Status in gstreamer1.0 package in Ubuntu:
  Confirmed

Bug description:
  If a .flv or .mp4 file is played with Totem, Totem shows an error
  saying "GStreamer encountered a general stream error.".

  Steps to produce:
  1- Open a video file, which has an extension .flv or .mp4, with Totem.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libgstreamer1.0-0 1.4.2-1
  ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
  Uname: Linux 3.16.0-17-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Sep 25 17:33:36 2014
  InstallationDate: Installed on 2014-02-27 (209 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140224)
  SourcePackage: gstreamer1.0
  UpgradeStatus: Upgraded to utopic on 2014-09-08 (16 days ago)

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

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


[Desktop-packages] [Bug 1453491] Re: Lockscreen will not unlock on the first try if the password has a capital letter as the first letter after the system resumes from suspend

2015-05-18 Thread Andrea Azzarone
** Also affects: unity
   Importance: Undecided
   Status: New

** Tags added: lockscreen

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

Title:
  Lockscreen will not unlock on the first try if the password has a
  capital letter as the first letter after the system resumes from
  suspend

Status in Unity:
  New
Status in unity package in Ubuntu:
  New

Bug description:
  If my password has a capital letter, or any character that requires
  the shift key, as the first character in my password, then the
  lockscreen will not unlock on the first try after the system resumes
  from suspend. It will unlock at the second try.

  How to reproduce:

  1. Change your password to: Ubuntu
  2. Suspend your machine
  3. Resume your machine
  4. Enter your password
  5. The lockscreen will not unlock
  6. Enter your password again and your lockscreen will unlock

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

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


[Desktop-packages] [Bug 1456241] Re: AP failure: unity.tests.test_panel.PanelGrabAreaTests.test_lower_the_maximized_window_works

2015-05-18 Thread Christopher Townsend
** Also affects: gsettings-desktop-schemas (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  AP failure:
  
unity.tests.test_panel.PanelGrabAreaTests.test_lower_the_maximized_window_works

Status in Unity:
  Confirmed
Status in gsettings-desktop-schemas package in Ubuntu:
  New
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  Recently, an AP test has started failing consistently:

  
unity.tests.test_panel.PanelGrabAreaTests.test_lower_the_maximized_window_works

  Need to investigate if a regression has been introduced or if the test
  needs to be updated to work with a new behavior.

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

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


[Desktop-packages] [Bug 1437649] Re: XServer crashes when visiting web page containing PDF with Firefox

2015-05-18 Thread Michael Mess
Removed duplicate status, because the bug #1456303 lacks valuable debug symbols.
I have to reproduce again later.

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-52-generic x86_64
  Upgra

[Desktop-packages] [Bug 1437649] Re: XServer crashes when visiting web page containing PDF with Firefox

2015-05-18 Thread Michael Mess
Marked this bug as a duplicate of bug #1456303 (I have created that bug
after reproducing the crash).

** This bug is no longer a duplicate of private bug 1456303

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubunt

[Desktop-packages] [Bug 1437649] Re: XServer crashes when visiting web page containing PDF with Firefox

2015-05-18 Thread Michael Mess
Created crash report with apport-bug: bug 1456303

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

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-52-generic x86_64
  Upgra

[Desktop-packages] [Bug 1437649] Re: XServer crashes when visiting web page containing PDF with Firefox

2015-05-18 Thread Michael Mess
Created crash report with apport-bug: #1456303

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-52-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGro

Re: [Desktop-packages] [Bug 1449365] Re: remote take over of any computer or o.s. + denial of service

2015-05-18 Thread john m
thanksi am aware that my request is unusual but I have been
prevented from even getting a registration number for the linux mint
forum..support so perhaps someone could email me one??  thanks  john

> Date: Tue, 28 Apr 2015 17:51:48 +
> From: sbeat...@ubuntu.com
> To: paradigmshift...@outlook.com
> Subject: [Bug 1449365] Re: remote take over of any computer or o.s. + denial 
> of service
> 
> Thanks for your comments. This does not appear to be a bug report and we
> are closing it. We appreciate the difficulties you are facing, but it
> would make more sense to raise your question in the support tracker.
> Please visit https://answers.launchpad.net/ubuntu/+addquestion
> 
> ** Information type changed from Private Security to Public
> 
> ** Changed in: xorg (Ubuntu)
>Status: New => Invalid
> 
> ** Tags added: trusty
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1449365
> 
> Title:
>   remote take over of any computer or o.s. + denial of service
> 
> Status in xorg package in Ubuntu:
>   Invalid
> 
> Bug description:
>   no matter what o.s. or computer i use i am apparently "forced" by 
> persons/agency unknown to be a workstation on a domain..and am totally 
> limited on what "permissions" i have...and am denied permission to change 
> numerous features and programs...this happens with windows or any o.s.
>   this should be and is a stand alone computer and is not supposed to be a 
> part of any domain or networkyet it is...and i am unable to be 
> administrator/owner of my own computer with unknown parties controlling on a 
> real time basis ..they react instantaneously to any changes i make and 
> reverse what i have done."they" operate remotely and with blue tooth and 
> far more and do many things to frustrate me ..this has been going on for some 
> time.they exploit all and any vulnerabilities available...it seems to me 
> that whenever i install an o.s oruse a boot disk that they interfere with the 
> MBR, kernel and bios..before the actual disk m can operate...it also seems to 
> me that all O.S. 's assume that if you are part of a domain..or network..that 
> you are supposed to be  part of the network..and the o.s. is installed 
> accordingly.so I am not writing about one or even many "bugs" but am 
> seeking help with what I have explained...my email  is 
> paradigmshift...@outlook.com and I am
  deadly earnest in what I am saying...I could explain for hours some of the 
things they are doing..and I hope to hear from you and thank you in 
advance...there should be some documents and logs or?? along with this 
explanationmy email is paradigmshift...@outlook.com and I am John Mortimore 
 i am unsure what is running now
> 
> 
> 
> 
> 
> 
>   
>   "
> 
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: xorg 1:7.7+1ubuntu8
>   ProcVersionSignature: Ubuntu 3.16.0-34.47~14.04.1-generic 3.16.7-ckt8
>   Uname: Linux 3.16.0-34-generic x86_64
>   .tmp.unity.support.test.0:
>
>   ApportVersion: 2.14.1-0ubuntu3.10
>   Architecture: amd64
>   CompizPlugins: No value set for 
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: None
>   Date: Mon Apr 27 19:38:21 2015
>   DistUpgraded: Fresh install
>   DistroCodename: rebecca
>   DistroVariant: ubuntu
>   DkmsStatus:
>virtualbox-guest, 4.3.18, 3.16.0-33-generic, x86_64: installed
>virtualbox-guest, 4.3.18, 3.16.0-34-generic, x86_64: installed
>   ExtraDebuggingInterest: Yes, if not too technical
>   GraphicsCard:
>Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
> (primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
>  Subsystem: Dell Device [1028:022f]
>  Subsystem: Dell Device [1028:022f]
>   InstallationDate: Installed on 2015-04-22 (5 days ago)
>   InstallationMedia: Linux Mint 17.1 "Rebecca" - Release amd64 20141126
>   MachineType: Dell Inc. Inspiron 1525
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-34-generic 
> root=UUID=86481c02-97f2-45a4-87fc-920eea4c818e splash
>   SourcePackage: xorg
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 03/10/2008
>   dmi.bios.vendor: Dell Inc.
>   dmi.bios.version: A11
>   dmi.board.name: 0U990C
>   dmi.board.vendor: Dell Inc.
>   dmi.chassis.type: 8
>   dmi.chassis.vendor: Dell Inc.
>   dmi.modalias: 
> dmi:bvnDellInc.:bvrA11:bd03/10/2008:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr:
>   dmi.product.name: Inspiron 1525
>   dmi.sys.vendor: Dell Inc.
>   version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
>   version.ia32-libs: ia32-libs 2014.05.14
>   version.libdrm2: libdrm2 2.4.56-1~ubuntu2
>   version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
>   version.xserver-xorg-core: xs

[Desktop-packages] [Bug 1436330] Re: Network Manager doesn't set metric for local networks any more, causing connection issues

2015-05-18 Thread Jason Gerard DeRose
For what it's worth, network-manager 0.9.10.0-4ubuntu15.2 seems to fix
the problem for me.

`route -n` with *ubuntu15.1 with both WiFi and Ethernet connections:

Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
0.0.0.0 10.17.75.1  0.0.0.0 UG1024   00 eth0
10.17.75.0  0.0.0.0 255.255.255.0   U 0  00 wlan0
10.17.75.0  0.0.0.0 255.255.255.0   U 0  00 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000   00 wlan0

And with *ubuntu15.2:

Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
0.0.0.0 10.17.75.1  0.0.0.0 UG10000 eth0
0.0.0.0 10.17.75.1  0.0.0.0 UG40000 wlan0
10.17.75.0  0.0.0.0 255.255.255.0   U 0  00 wlan0
10.17.75.0  0.0.0.0 255.255.255.0   U 0  00 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000   00 wlan0

And in both cases for me /etc/resolve.conf has always been:

nameserver 127.0.1.1

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

Title:
  Network Manager doesn't set metric for local networks any more,
  causing connection issues

Status in NetworkManager:
  Fix Released
Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager source package in Vivid:
  Fix Committed

Bug description:
  [Impact]
  NM changed its method of setting routes on systems, and no longer attaches a 
metric value specific to the type of device being used. These values were used 
to prioritize connections, so that for example, when connected to both wired 
and wireless at the same time, wired can be used in priority over wireless 
without incurring packet loss.
  Currently, when connected to both wired and wireless are connected to the 
same subnet, the user may notice connectivity issues since packets are sent in 
a round-robin fashion over all default routes on the same subnet with the same 
metric.

  [Test Case]
  1- Connect to a wireless network.
  2- Connect to the same network over Ethernet both connections should come up 
on the same subnet.
  3- Make sure there is no packet loss, and that there are specific metric 
values for each default route, as displayed by 'ip route'.

  [Regression Potential]
  Since handling default routes properly involves correcting the behavior for 
all device types, VPN behavior may change to pick up the default routes in all 
cases, over a wired connection. It's also possible that a connection pick up 
the default route when it is not meant to.

  ---

  With Vivid, having two connections to the same network subnet is
  unstable due to missing metrics for local networks.

  Example:

  Being connected to 192.168.1.0/24 via both wired and wireless will
  cause connectivity issues as sent packets hop between the two
  interfaces.

  It used to be that this wasn't an issue. I would go between work and
  home and plug in and my machine would automatically connect to
  wireless and it would use the lower metric ethernet interface for all
  communications, while the wlan interface would remain connected but
  unused.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu11
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Mar 25 09:17:27 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-01-25 (58 days ago)
  InstallationMedia: Kubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-03-17 (8 days ago)
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

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

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


[Desktop-packages] [Bug 883319] Re: xrandr --scale restricts area in which mouse moves

2015-05-18 Thread Glenn Brauen
I applied the attached patch, modified from wvengen's patch in comment
#112 and built against xserver-xorg-core 2:1.17.1-0ubuntu3 on Ubuntu
15.04.

This fixes the scaling behaviour on an external monitor and my cursor is
now able to move within the bounds of the scaled monitor. Compared to
the version against which wvengen's patch was applied, there is some
additional logic in the file to be patched concerning rotation.  I do
not know if this patch handles rotated cases properly.

** Patch added: "randr_scaling_ubuntu1504.patch"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/883319/+attachment/4399679/+files/randr_scaling_ubuntu1504.patch

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

Title:
  xrandr --scale restricts area in which mouse moves

Status in X.Org X server:
  Incomplete
Status in xorg-server package in Ubuntu:
  Fix Released
Status in xorg-server source package in Precise:
  Fix Released
Status in xorg-server source package in Quantal:
  Fix Released
Status in xorg-server source package in Raring:
  Fix Released

Bug description:
  SRU Request:

  [IMPACT]
  A bug in the version of xorg-server in precise prevents users from scaling 
screen resolution. When attempting to do so, as was possible in Natty and 
earlier, and which is possible in Quantal+, the mouse pointer remains locked 
inside the old resolution. This prevents users of small screens such as 
netbooks from scaling to a greater screen resolution.

  [Test Case]
  - On a netbook with intel chipset, such as a Dell Mini 9 or 10, scale the 
display by using the following command:

  xrandr --output LVDS1 --panning 1280x750 --scale 1.25x1.25

  See if the mouse moves correctly to all screen extremities, and is not
  confined by a transparent border at 1024x600

  [Regression Potential]
  This is fixed with a patch backported from the xorg-server version in 
Quantal. In theory it should just affect screen which are scaled and panned, 
which is uncommon. If so, the patch can be backed out.


  
  Original Bug Description:
  in kubuntu (and ubuntu) 11.04 i used to enlarge my laptop screen like so

  xrandr --output LVDS1 --scale 1.2x1.2

  this worked fine: the desktop scaled to larger size correctly .
   After upgrading to 11.10, in kde the desktop still resizes
  correctly, but the movement of the mouse is restricted to an area equal to
  the screen size *before* issuing the scaling command. .. Ie let's say
  the mode is 1366x768 and I do xrandr --output LVDS1 --scale 1.2x1.2 the
  screen size changes to 1640x922 but the mouse moves in an area the size of
  1366x768 in the top left of the screen and then 'hits a wall' preventing
  it to move. I also tried ubuntu 11.10 with gnome: here the screen also
  resizes, but I have the same issue with the mouse, and the extended area
  of the desktop is black...

  Some time ago there was a similar issue, which was resolved later. Now it 
seems
  to be back...

  jos@samsungsucks:~$ lsb_release -rd
  Description:Ubuntu 11.10
  Release:11.10

  jos@samsungsucks:~$ xrandr --version
  xrandr program version   1.3.5
  Server reports RandR version 1.3

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

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


[Desktop-packages] [Bug 1450180] Re: gparted crashes immediately after started

2015-05-18 Thread Luc Pionchon
Like this?

$ debsums libgtkmm-2.4-1c2a
/usr/lib/i386-linux-gnu/libgdkmm-2.4.so.1.1.0 OK
/usr/lib/i386-linux-gnu/libgtkmm-2.4.so.1.1.0 OK
/usr/share/doc/libgtkmm-2.4-1c2a/AUTHORS  OK
/usr/share/doc/libgtkmm-2.4-1c2a/NEWS.gz  OK
/usr/share/doc/libgtkmm-2.4-1c2a/README   OK
/usr/share/doc/libgtkmm-2.4-1c2a/changelog.Debian.gz  OK
/usr/share/doc/libgtkmm-2.4-1c2a/copyrightOK

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

Title:
  gparted crashes immediately after started

Status in Gnome Partition Editor:
  Fix Released
Status in glibmm2.4 package in Ubuntu:
  Invalid
Status in gparted package in Ubuntu:
  Invalid

Bug description:
  gparted immediately segfaults after launch...

  $ sudo gparted
  [sudo] password for me: 
  Segmentation fault (core dumped)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gparted 0.19.0-2
  Uname: Linux 4.1.0-040100rc1-generic i686
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Wed Apr 29 21:53:15 2015
  InstallationDate: Installed on 2014-06-17 (316 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  JournalErrors: Error: command ['journalctl', '-b', '--priority', 'warning'] 
failed with exit code 1: No journal files were found.
  SourcePackage: gparted
  UpgradeStatus: Upgraded to vivid on 2015-04-27 (2 days ago)

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

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


[Desktop-packages] [Bug 1308105] Re: Xfce resets TV mode to NULL when power cycled

2015-05-18 Thread Arjen
You could probably just use 'xrandr --auto', at least that worked for
me.

I have actually now a different 'fix', by simply never having the system
notice the hdmi-link goes down. I used this wiki-page to fix that for my
Intel Haswell-cpu graphics.

https://wiki.archlinux.org/index.php/Kernel_mode_setting

My final cmdline is now this:
video=HDMI-A-1:1920x1080@60e 
dmr_kms_helper.edid_firmware=HDMI-A-1:edid/tv-edid-data.edid

The tv-edid-data file is located in /usr/lib/firmware/edid/ and was derived via 
'get-edid'. It actually also seemed to work with the built-in '1920x1080.edid' 
(saves you retrieving it from your receiver, but I thought it a bit more save 
to have the actual edid).
Just supplying the video-parameter wasn't enough in my case, it failed to 
actually set the resolution to 1920x1080 (and used 1024x768 instead). Adding 
the edid-data fixed that (it may even be sufficient to only force-load the edid 
data).

The reason this works is not because it fixes the issue, but because it
prevents the hdmi-link from ever going down - as far as the kernel is
concerned.

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

Title:
  Xfce resets TV mode to NULL when power cycled

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Confirmed
Status in xfce4-settings:
  Confirmed
Status in nvidia-graphics-drivers package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Invalid
Status in xfce4-settings package in Ubuntu:
  Confirmed

Bug description:
  I had an HTPC with Mythbuntu 12.04 installed.  Upon upgrading a new
  behavior that if the TV is power cycled it no longer detects a link
  with the HTPC.

  When this happens I can find in the xorg log that there is an
  accompanying log item:

  [ 39829.509] (II) NVIDIA(0): Setting mode "NULL"

  After debugging with NVIDIA at
  https://devtalk.nvidia.com/default/topic/729955/linux/tv-stops-being-
  detected/ we've deteremined it's a X client that reacts to the RANDR
  events causing the mode to be set to NULL.

  Working through the list in an Xfce environment, the culprit is
  xfsettingsd.  If xfsettingsd is running, it causes the TV to come up
  in a NULL mode.  If it's killed, it remains in the mode it was
  previously running in.

  
  Until this is fixed, this behavior can be worked around with a simple shell 
script:
  ==
  #!/bin/sh
  #Fix TV state when HDMI link is lost.
  #By Mario Limonciello 

  OUTPUT="HDMI-0"
  BAD_MODE="1280x720"
  GOOD_MODE="1920x1080"

  for MODE in $BAD_MODE $GOOD_MODE; do
   DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
   sleep 2
  done
  ==

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

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


[Desktop-packages] [Bug 1456240] Re: AP failure: unity.tests.test_panel.PanelIndicatorEntryTests.test_menu_opens_closes_on_click

2015-05-18 Thread Christopher Townsend
After some discussion w/ Marco, he determined that this is some issue in
Gtk3.  Adding that package as affected too.

** Also affects: gtk+3.0 (Ubuntu)
   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.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1456240

Title:
  AP failure:
  
unity.tests.test_panel.PanelIndicatorEntryTests.test_menu_opens_closes_on_click

Status in Unity:
  In Progress
Status in gtk+3.0 package in Ubuntu:
  New
Status in unity package in Ubuntu:
  In Progress

Bug description:
  Recently, an AP test has started failing consistently:

  
unity.tests.test_panel.PanelIndicatorEntryTests.test_menu_opens_closes_on_click

  Need to investigate if a regression has been introduced or if the test
  needs to be updated to work with a new behavior.

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

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


[Desktop-packages] [Bug 1437649] XorgLog.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399627/+files/XorgLog.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-5

[Desktop-packages] [Bug 1437649] Xrandr.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1437649/+attachment/4399629/+files/Xrandr.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-52-g

[Desktop-packages] [Bug 1437649] XorgLogOld.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399628/+files/XorgLogOld.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.

[Desktop-packages] [Bug 1437649] xdpyinfo.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399630/+files/xdpyinfo.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0

[Desktop-packages] [Bug 1437649] LightdmDisplayLog.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "LightdmDisplayLog.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399613/+files/LightdmDisplayLog.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  U

[Desktop-packages] [Bug 1437649] Lsusb.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1437649/+attachment/4399618/+files/Lsusb.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-52-gen

[Desktop-packages] [Bug 1437649] DpkgLog.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399611/+files/DpkgLog.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-5

[Desktop-packages] [Bug 1437649] ProcInterrupts.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399622/+files/ProcInterrupts.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: 

[Desktop-packages] [Bug 1437649] ProcCpuinfo.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399620/+files/ProcCpuinfo.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 

[Desktop-packages] [Bug 1437649] LightdmLog.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "LightdmLog.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399616/+files/LightdmLog.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.

[Desktop-packages] [Bug 1437649] ProcModules.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399623/+files/ProcModules.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 

[Desktop-packages] [Bug 1437649] UdevLog.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399625/+files/UdevLog.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-5

[Desktop-packages] [Bug 1437649] GconfCompiz.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "GconfCompiz.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399612/+files/GconfCompiz.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 

[Desktop-packages] [Bug 1437649] LightdmGreeterLog.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "LightdmGreeterLog.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399614/+files/LightdmGreeterLog.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  U

[Desktop-packages] [Bug 1437649] UdevDb.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1437649/+attachment/4399624/+files/UdevDb.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-52-g

[Desktop-packages] [Bug 1437649] MonitorsUser.xml.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "MonitorsUser.xml.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399619/+files/MonitorsUser.xml.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Una

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

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399621/+files/ProcEnviron.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 

[Desktop-packages] [Bug 1437649] UnitySupportTest.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "UnitySupportTest.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399626/+files/UnitySupportTest.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Una

[Desktop-packages] [Bug 1437649] LightdmGreeterLogOld.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "LightdmGreeterLogOld.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399615/+files/LightdmGreeterLogOld.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubun

[Desktop-packages] [Bug 1437649] Lspci.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1437649/+attachment/4399617/+files/Lspci.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-52-gen

[Desktop-packages] [Bug 1437649] Re: XServer crashes when visiting web page containing PDF with Firefox

2015-05-18 Thread Michael Mess
apport information

** Tags added: apport-collected

** Description changed:

  When opening the following link with Firefox, the X Server crashes:
  
  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf
  
  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
+ --- 
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 2.14.1-0ubuntu3.10
+ Architecture: amd64
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: None
+ CurrentDesktop: XFCE
+ DistUpgraded: Fresh install
+ DistroCodename: trusty
+ DistroRelease: Ubuntu 14.04
+ DistroVariant: ubuntu
+ ExtraDebuggingInterest: Yes
+ GraphicsCard:
+  Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
+Subsystem: ASRock Incorporation Device [1849:9836]
+ InstallationDate: Installed on 2014-02-25 (446 days ago)
+ InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
+ MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
+ Package: xorg 1:7.7+1ubuntu8.1
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
+ Tags:  trusty ubuntu
+ Uname: Linux 3.13.0-52-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 02/21/2014
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: P1.10
+ dmi.board.name: AM1B-ITX
+ dmi.board.vendor: ASRock
+ dmi.chassis.asset.tag: To Be Filled By O.E.

[Desktop-packages] [Bug 1437649] CurrentDmesg.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399609/+files/CurrentDmesg.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linu

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

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399610/+files/Dependencies.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linu

[Desktop-packages] [Bug 1437649] BootLog.txt

2015-05-18 Thread Michael Mess
apport information

** Attachment added: "BootLog.txt"
   
https://bugs.launchpad.net/bugs/1437649/+attachment/4399608/+files/BootLog.txt

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (446 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+1ubuntu8.1
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Tags:  trusty ubuntu
  Uname: Linux 3.13.0-5

[Desktop-packages] [Bug 1450180] Re: gparted crashes immediately after started

2015-05-18 Thread Phillip Susi
Can you check the md5sum of /usr/lib/i386-linux-gnu/libgtkmm-2.4.so.1?

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

Title:
  gparted crashes immediately after started

Status in Gnome Partition Editor:
  Fix Released
Status in glibmm2.4 package in Ubuntu:
  Invalid
Status in gparted package in Ubuntu:
  Invalid

Bug description:
  gparted immediately segfaults after launch...

  $ sudo gparted
  [sudo] password for me: 
  Segmentation fault (core dumped)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: gparted 0.19.0-2
  Uname: Linux 4.1.0-040100rc1-generic i686
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Wed Apr 29 21:53:15 2015
  InstallationDate: Installed on 2014-06-17 (316 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  JournalErrors: Error: command ['journalctl', '-b', '--priority', 'warning'] 
failed with exit code 1: No journal files were found.
  SourcePackage: gparted
  UpgradeStatus: Upgraded to vivid on 2015-04-27 (2 days ago)

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

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


[Desktop-packages] [Bug 1437649] Re: XServer crashes when visiting web page containing PDF with Firefox

2015-05-18 Thread Michael Mess
Yes, I just was able to reproduce.

I will try to add some more information...

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

Title:
  XServer crashes when visiting web page containing PDF with Firefox

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When opening the following link with Firefox, the X Server crashes:

  
http://www.rauchmoebel.de/fileadmin/user_upload/Prospekte_PDF/Select/Prospekt_IMPULS_D_Webseite.pdf

  As such a bug might be used for evil purposes like buffer overrun to
  execute arbitrary code, etc. this might be security relevant.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Mar 28 16:35:21 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8280] [1002:9836] 
(prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:9836]
  InstallationDate: Installed on 2014-02-25 (395 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-48-generic 
root=UUID=5e706392-b33a-488d-bd51-fc1d86c7ed43 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: AM1B-ITX
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd02/21/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnAM1B-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Mar 28 16:31:08 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 8
   inputLite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint 
KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: Output  HDMI-0  
HDMI-1   VGA-0
  xserver.version: 2:1.15.1-0ubuntu2.7
  xserver.video_driver: radeon

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

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


[Desktop-packages] [Bug 1456290] Re: package gnome-terminal 3.14.2-0ubuntu3 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configura

2015-05-18 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 gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1456290

Title:
  package gnome-terminal 3.14.2-0ubuntu3 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  N/A

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: gnome-terminal 3.14.2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Sun Apr 26 11:59:04 2015
  DuplicateSignature: package:gnome-terminal:3.14.2-0ubuntu3:package is in a 
very bad inconsistent state; you should  reinstall it before attempting 
configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2013-10-28 (566 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: gnome-terminal
  Title: package gnome-terminal 3.14.2-0ubuntu3 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1373978] Re: Totem:"GStreamer encountered a general stream error." on .flv and .mp4 files

2015-05-18 Thread Éric Piel
I got the same problem, on Ubuntu 15.04. It seems to be related to
filetype: Some filetypes still open fine (eg, .avi), but .mp4 and .mkv
fail.

It turned out that _removing_ gstreamer1.0-vaapi solved the problem.
sudo apt-get remove gstreamer1.0-vaapi

Note: my graphic card is a "Intel Corporation Haswell-ULT".

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

Title:
  Totem:"GStreamer encountered a general stream error." on .flv and .mp4
  files

Status in gstreamer1.0 package in Ubuntu:
  Confirmed

Bug description:
  If a .flv or .mp4 file is played with Totem, Totem shows an error
  saying "GStreamer encountered a general stream error.".

  Steps to produce:
  1- Open a video file, which has an extension .flv or .mp4, with Totem.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libgstreamer1.0-0 1.4.2-1
  ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
  Uname: Linux 3.16.0-17-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Sep 25 17:33:36 2014
  InstallationDate: Installed on 2014-02-27 (209 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140224)
  SourcePackage: gstreamer1.0
  UpgradeStatus: Upgraded to utopic on 2014-09-08 (16 days ago)

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

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


[Desktop-packages] [Bug 1308105] Re: Xfce resets TV mode to NULL when power cycled

2015-05-18 Thread Adam Kaminski
I am currently experiencing this issue with a foxconn d180s j1800
motherboard and Xubuntu 15.04. After turning off the TV and receiver I
do not receive any video when turning them back on.  Running the script
fixhdmi.sh posted above or 'xrandr -d :0 --auto' seems to fix the issue.
I just need to figure out how to trigger when TV turns back on.

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

Title:
  Xfce resets TV mode to NULL when power cycled

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Confirmed
Status in xfce4-settings:
  Confirmed
Status in nvidia-graphics-drivers package in Ubuntu:
  Invalid
Status in nvidia-graphics-drivers-331 package in Ubuntu:
  Invalid
Status in xfce4-settings package in Ubuntu:
  Confirmed

Bug description:
  I had an HTPC with Mythbuntu 12.04 installed.  Upon upgrading a new
  behavior that if the TV is power cycled it no longer detects a link
  with the HTPC.

  When this happens I can find in the xorg log that there is an
  accompanying log item:

  [ 39829.509] (II) NVIDIA(0): Setting mode "NULL"

  After debugging with NVIDIA at
  https://devtalk.nvidia.com/default/topic/729955/linux/tv-stops-being-
  detected/ we've deteremined it's a X client that reacts to the RANDR
  events causing the mode to be set to NULL.

  Working through the list in an Xfce environment, the culprit is
  xfsettingsd.  If xfsettingsd is running, it causes the TV to come up
  in a NULL mode.  If it's killed, it remains in the mode it was
  previously running in.

  
  Until this is fixed, this behavior can be worked around with a simple shell 
script:
  ==
  #!/bin/sh
  #Fix TV state when HDMI link is lost.
  #By Mario Limonciello 

  OUTPUT="HDMI-0"
  BAD_MODE="1280x720"
  GOOD_MODE="1920x1080"

  for MODE in $BAD_MODE $GOOD_MODE; do
   DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
   sleep 2
  done
  ==

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

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


[Desktop-packages] [Bug 1373978] Re: Totem:"GStreamer encountered a general stream error." on .flv and .mp4 files

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

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

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

Title:
  Totem:"GStreamer encountered a general stream error." on .flv and .mp4
  files

Status in gstreamer1.0 package in Ubuntu:
  Confirmed

Bug description:
  If a .flv or .mp4 file is played with Totem, Totem shows an error
  saying "GStreamer encountered a general stream error.".

  Steps to produce:
  1- Open a video file, which has an extension .flv or .mp4, with Totem.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libgstreamer1.0-0 1.4.2-1
  ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
  Uname: Linux 3.16.0-17-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Sep 25 17:33:36 2014
  InstallationDate: Installed on 2014-02-27 (209 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140224)
  SourcePackage: gstreamer1.0
  UpgradeStatus: Upgraded to utopic on 2014-09-08 (16 days ago)

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

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


[Desktop-packages] [Bug 1456290] [NEW] package gnome-terminal 3.14.2-0ubuntu3 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configu

2015-05-18 Thread Niuqaoj
Public bug reported:

N/A

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: gnome-terminal 3.14.2-0ubuntu3
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
Date: Sun Apr 26 11:59:04 2015
DuplicateSignature: package:gnome-terminal:3.14.2-0ubuntu3:package is in a very 
bad inconsistent state; you should  reinstall it before attempting configuration
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2013-10-28 (566 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: gnome-terminal
Title: package gnome-terminal 3.14.2-0ubuntu3 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package dist-upgrade vivid

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

Title:
  package gnome-terminal 3.14.2-0ubuntu3 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  N/A

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: gnome-terminal 3.14.2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Sun Apr 26 11:59:04 2015
  DuplicateSignature: package:gnome-terminal:3.14.2-0ubuntu3:package is in a 
very bad inconsistent state; you should  reinstall it before attempting 
configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2013-10-28 (566 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: gnome-terminal
  Title: package gnome-terminal 3.14.2-0ubuntu3 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1450180] Re: gparted crashes immediately after started

2015-05-18 Thread Luc Pionchon
$ ldd `which gpartedbin`
linux-gate.so.1 =>  (0xb7701000)
libparted.so.2 => /lib/i386-linux-gnu/libparted.so.2 (0xb7681000)
libparted-fs-resize.so.0 => 
/lib/i386-linux-gnu/libparted-fs-resize.so.0 (0xb7661000)
libgtkmm-2.4.so.1 => /usr/lib/i386-linux-gnu/libgtkmm-2.4.so.1 
(0xb731f000)
libatkmm-1.6.so.1 => /usr/lib/i386-linux-gnu/libatkmm-1.6.so.1 
(0xb72dd000)
libgdkmm-2.4.so.1 => /usr/lib/i386-linux-gnu/libgdkmm-2.4.so.1 
(0xb7294000)
libpangomm-1.4.so.1 => /usr/lib/i386-linux-gnu/libpangomm-1.4.so.1 
(0xb7269000)
libglibmm-2.4.so.1 => /usr/lib/i386-linux-gnu/libglibmm-2.4.so.1 
(0xb71f6000)
libsigc-2.0.so.0 => /usr/lib/i386-linux-gnu/libsigc-2.0.so.0 
(0xb71ee000)
libgtk-x11-2.0.so.0 => /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0 
(0xb6cf8000)
libgdk-x11-2.0.so.0 => /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0 
(0xb6c38000)
libgobject-2.0.so.0 => /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 
(0xb6bdb000)
libglib-2.0.so.0 => /lib/i386-linux-gnu/libglib-2.0.so.0 (0xb6ab3000)
libuuid.so.1 => /lib/i386-linux-gnu/libuuid.so.1 (0xb6aac000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb69b7000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb696a000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb694d000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb693)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb6774000)
libdevmapper.so.1.02.1 => /lib/i386-linux-gnu/libdevmapper.so.1.02.1 
(0xb672)
libblkid.so.1 => /lib/i386-linux-gnu/libblkid.so.1 (0xb66d8000)
libgiomm-2.4.so.1 => /usr/lib/i386-linux-gnu/libgiomm-2.4.so.1 
(0xb655e000)
libcairomm-1.0.so.1 => /usr/lib/i386-linux-gnu/libcairomm-1.0.so.1 
(0xb653a000)
libatk-1.0.so.0 => /usr/lib/i386-linux-gnu/libatk-1.0.so.0 (0xb6512000)
libgdk_pixbuf-2.0.so.0 => 
/usr/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so.0 (0xb64ea000)
libpangocairo-1.0.so.0 => 
/usr/lib/i386-linux-gnu/libpangocairo-1.0.so.0 (0xb64dc000)
libpango-1.0.so.0 => /usr/lib/i386-linux-gnu/libpango-1.0.so.0 
(0xb648a000)
libgmodule-2.0.so.0 => /usr/lib/i386-linux-gnu/libgmodule-2.0.so.0 
(0xb6485000)
libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xb6339000)
libXfixes.so.3 => /usr/lib/i386-linux-gnu/libXfixes.so.3 (0xb6332000)
libcairo.so.2 => /usr/lib/i386-linux-gnu/libcairo.so.2 (0xb61eb000)
libgio-2.0.so.0 => /usr/lib/i386-linux-gnu/libgio-2.0.so.0 (0xb602c000)
libpangoft2-1.0.so.0 => /usr/lib/i386-linux-gnu/libpangoft2-1.0.so.0 
(0xb6015000)
libfontconfig.so.1 => /usr/lib/i386-linux-gnu/libfontconfig.so.1 
(0xb5fd1000)
libXrender.so.1 => /usr/lib/i386-linux-gnu/libXrender.so.1 (0xb5fc5000)
libXinerama.so.1 => /usr/lib/i386-linux-gnu/libXinerama.so.1 
(0xb5fc1000)
libXi.so.6 => /usr/lib/i386-linux-gnu/libXi.so.6 (0xb5faf000)
libXrandr.so.2 => /usr/lib/i386-linux-gnu/libXrandr.so.2 (0xb5fa4000)
libXcursor.so.1 => /usr/lib/i386-linux-gnu/libXcursor.so.1 (0xb5f98000)
libXcomposite.so.1 => /usr/lib/i386-linux-gnu/libXcomposite.so.1 
(0xb5f94000)
libXdamage.so.1 => /usr/lib/i386-linux-gnu/libXdamage.so.1 (0xb5f9)
libXext.so.6 => /usr/lib/i386-linux-gnu/libXext.so.6 (0xb5f7b000)
libffi.so.6 => /usr/lib/i386-linux-gnu/libffi.so.6 (0xb5f71000)
libpcre.so.3 => /lib/i386-linux-gnu/libpcre.so.3 (0xb5efe000)
/lib/ld-linux.so.2 (0xb7702000)
libselinux.so.1 => /lib/i386-linux-gnu/libselinux.so.1 (0xb5ed7000)
libudev.so.1 => /lib/i386-linux-gnu/libudev.so.1 (0xb5ec1000)
libfreetype.so.6 => /usr/lib/i386-linux-gnu/libfreetype.so.6 
(0xb5e11000)
libthai.so.0 => /usr/lib/i386-linux-gnu/libthai.so.0 (0xb5e06000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb5e01000)
libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0xb5ddf000)
libpixman-1.so.0 => /usr/lib/i386-linux-gnu/libpixman-1.so.0 
(0xb5d2c000)
libpng12.so.0 => /lib/i386-linux-gnu/libpng12.so.0 (0xb5d0)
libxcb-shm.so.0 => /usr/lib/i386-linux-gnu/libxcb-shm.so.0 (0xb5cfb000)
libxcb-render.so.0 => /usr/lib/i386-linux-gnu/libxcb-render.so.0 
(0xb5cf1000)
libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xb5cd6000)
librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xb5ccd000)
libresolv.so.2 => /lib/i386-linux-gnu/libresolv.so.2 (0xb5cb4000)
libharfbuzz.so.0 => /usr/lib/i386-linux-gnu/libharfbuzz.so.0 
(0xb5c55000)
libexpat.so.1 => /lib/i386-linux-gnu/libexpat.so.1 (0xb5c2c000)
libdatrie.so.1 => /usr/lib/i386-linux-gnu/libdatrie.so.1 (0xb5c23000)
libXau.so.6 => /usr/lib/i386-linux-gnu/libXau.so.6 (0xb5c1f000)
libXdmcp.so.6 => /usr/lib/i386-linux-gnu/libXdmcp.so.6 (0xb5c17000)
libgraphite2.so.3 => /usr/lib/i386-linux-gnu/l

[Desktop-packages] [Bug 1353051] Re: No libreoffice-evolution package in Ubuntu 14.04

2015-05-18 Thread Toby
This bug is still present in Ubuntu 15.04. I tried the same things Axel
did and got the same results.

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

Title:
  No libreoffice-evolution package in Ubuntu 14.04

Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  why is there no package for libreoffice-evolution (and other e.g.
  exchange) connections any more since precise? This is crucial for
  connection the standard addressbook with theese external DataSources.

  Greets
  Axel

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

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


[Desktop-packages] [Bug 1152226] Re: nautilus no longer remembers view per directory

2015-05-18 Thread James Robb
Given the length this particular issue has been open, is it safe to
assume that this isn't a decision that will be reversed by the
development team?

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

Title:
  nautilus no longer remembers view per directory

Status in Nautilus:
  New
Status in nautilus package in Ubuntu:
  Triaged

Bug description:
  Nautilus in raring no longer remembers the view per directory as it
  did in previous releases. This is a functionality regression.

  Steps to reproduce:

  1- Open nautilus from launcher
  2- Go to "Downloads" directory
  3- Switch view to "list"
  4- Close nautilus window
  5- Open nautilus again, and go to "Downloads" directory

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: nautilus 1:3.6.3-0ubuntu6
  ProcVersionSignature: Ubuntu 3.8.0-11.20-generic 3.8.2
  Uname: Linux 3.8.0-11-generic x86_64
  ApportVersion: 2.9-0ubuntu2
  Architecture: amd64
  Date: Thu Mar  7 10:50:01 2013
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b"'1004x670+148+241'"
  InstallationDate: Installed on 2012-11-13 (113 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to raring on 2013-02-13 (21 days ago)

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

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


[Desktop-packages] [Bug 1455212] Re: IPP-over-USB support broken

2015-05-18 Thread Till Kamppeter
The proposed package fixes the more important issue of print queues not
auto-created at all for all non-IPP-over-USB printers, which is an
essential feature of Ubuntu (Plug'n'Print) which got completely lost.
The 3-minute delay on IPP-over-USB printers (which are still a minority
under the USB printers) is caused by the switchover from Upstart to
systemd is not covered. As the former issue is much more important the
SRU is worth it already without the fix for the latter issue. Therefore
I mark this "verification-done" to make the fix for the first issue
going into -updates and will issue another SRU as soon as there is a fix
for the other problem.

** 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 system-config-printer in Ubuntu.
https://bugs.launchpad.net/bugs/1455212

Title:
  IPP-over-USB support broken

Status in system-config-printer package in Ubuntu:
  Fix Released
Status in system-config-printer source package in Vivid:
  Fix Committed

Bug description:
  The support for IPP-over-USB printers in udev-configure-printer is
  broken, leading to the following two problems:

  1. If the printer connected to USB supports IPP-over-USB, the
  automatic generation of a print queue can hang for three minutes

  2. If the printer connected to USB does not support IPP-over-USB udev-
  configure-printer calls ippusbxd anyway and errors out, not creating a
  print queue.

  This occurs in Vivid and Wily.

  [Impact]

  All Vivid users with a USB printer will not get automatic setup of
  print queues (printer does not do IPP-over-USB) or a print queue setup
  delayed by around 3 minutes (IPP-over-USB printers).

  [Test Case]

  Connect a USB printer for which there is not yet set up a local print
  queue. Usually within some seconds a print queue is set up
  automatically for it. No queue gets set up, for IPP-over-USB printers
  it takes around three minutes to get a print queue.

  The proposed package fixes this problem.

  [Regression Potential]

  Very low. The patch is trivial and it affects only the automatic setup
  of USB printers. Network printer setup and manual setup of USB
  printers or printing on already existing queues is not affected.

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

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


[Desktop-packages] [Bug 1348384] Re: evince and okular do not render eps files correctly resulting in a black background

2015-05-18 Thread John B.
I know the bug status says "Fix Released", but the problem is still
present on new installs of Ubuntu 14.04 (using a 14.04 image and
upgrading all packages, NOT installing from a 14.04.2 image).

Are there any plans to backport/fix this in the LTS release?

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

Title:
  evince and okular do not render eps files correctly resulting in a
  black background

Status in evince package in Ubuntu:
  Invalid
Status in libspectre package in Ubuntu:
  Fix Released
Status in okular package in Ubuntu:
  Invalid

Bug description:
  Several eps files, which previously rendered correctly, are not
  rendered correctly by evince and okular.  It looks as though something
  is wrong with the "transparency" setting, since most of the
  incorrectly-rendered files have a black background, but the figure can
  somewhat be made out on top of hte black background.  The PDF files I
  have tested are NOT affected.  EPS files that were previously viewable
  correctly ARE affected.

  Thank you for your time.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evince 3.10.3-0ubuntu10.1
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jul 24 16:54:06 2014
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: evince
  UpgradeStatus: Upgraded to trusty on 2014-06-03 (51 days ago)

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

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


[Desktop-packages] [Bug 1455352] Re: nvidia-304 304.125-0ubuntu2: nvidia-304 kernel module failed to build

2015-05-18 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1431278 ***
https://bugs.launchpad.net/bugs/1431278

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


** This bug has been marked a duplicate of bug 1431278
   nvidia-304-updates 304.125-0ubuntu0.1: nvidia-304-updates kernel module 
failed to build against kernel 4.0 [error: implicit declaration of function 
‘read_cr4’]

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

Title:
  nvidia-304 304.125-0ubuntu2: nvidia-304 kernel module failed to build

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

Bug description:
  automatic bug

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: nvidia-304 304.125-0ubuntu2
  Uname: Linux 4.0.2-040002-lowlatency x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  DKMSKernelVersion: 4.0.3-040003-lowlatency
  Date: Fri May 15 15:55:04 2015
  DuplicateSignature: 
dkms:nvidia-304:304.125-0ubuntu2:/var/lib/dkms/nvidia-304/304.125/build/nv-pat.c:38:5:
 error: implicit declaration of function ‘read_cr4’ 
[-Werror=implicit-function-declaration]
  InstallationDate: Installed on 2015-05-09 (6 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  PackageVersion: 304.125-0ubuntu2
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: nvidia-graphics-drivers-304
  Title: nvidia-304 304.125-0ubuntu2: nvidia-304 kernel module failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1246683] Re: Middle button does not work for scrolling

2015-05-18 Thread HumanPlayer2
On mine as well. Thank you very much Dominik!

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

Title:
  Middle button does not work for scrolling

Status in xserver-xorg-input-evdev package in Ubuntu:
  Expired

Bug description:
  With my Lenovo T440s laptop the Trackpad/Trackpoint laptop scrolling
  does not work when pressing middle button + moving the Trackpoint.
  evdev seems to be set correctly ( http://paste.ubuntuusers.de/416732/
  ). Middle button itself works fine for middle clicks just no
  scrolling.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  Uname: Linux 3.12.0-031200rc7-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Thu Oct 31 12:36:14 2013
  InstallationDate: Installed on 2013-10-17 (13 days ago)
  InstallationMedia: Xubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016)
  MarkForUpload: True
  SourcePackage: xserver-xorg-input-evdev
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1246683/+subscriptions

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


[Desktop-packages] [Bug 1444226] Re: [Kubuntu 15.04 beta] can't connect to wifi with Ralink RT2561/RT61 and NetworkManager

2015-05-18 Thread migs
Same problem and still not fixed. Wifi connection lost after 5-15 minutes and 
you need to restart machine!
Wicd isn't the best gui in the world, and you cannot see tray icon for it. 
Network controller: Ralink corp. RT2561/RT61 rev B 802.11g

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

Title:
  [Kubuntu 15.04 beta] can't connect to wifi with Ralink RT2561/RT61 and
  NetworkManager

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Hello.
  I have a Ralink with RT2561/RT61 chip:
  $ lspci | grep -i network
  05:00.0 Network controller: Ralink corp. RT2561/RT61 802.11g PCI

  In Kubuntu 15.04 my connection is very unstable using NetworkManager.
  Most of the time the connection is not established. And very few times
  the connection is established but after a few seconds the connection
  drops. Unfortunately in this new Kubuntu version if you try to
  uninstall "network-manager" then "plasma-desktop" is requested to be
  uninstalled (apparently because of "plasma-nm").

  WORKAROUND: I installed Wicd from Kubuntu 14.04 using "chroot":
  1- Start the system and try not use Network Manager
  2- kill network manager
  $ sudo pkill -9 NetworkManager
  3- Start wicd from "menu" > "internet"

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-14-generic 3.19.0-14.14
  ProcVersionSignature: Ubuntu 3.19.0-14.14-generic 3.19.3
  Uname: Linux 3.19.0-14-generic x86_64
  ApportVersion: 2.17.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  nulluser   1308 F pulseaudio
   /dev/snd/controlC0:  nulluser   1308 F pulseaudio
  CurrentDesktop: KDE
  Date: Tue Apr 14 22:22:23 2015
  HibernationDevice: RESUME=UUID=1edec07e-cb6e-4ca2-b03e-29d7ef434bc8
  InstallationDate: Installed on 2015-04-12 (2 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150408)
  MachineType: System manufacturer System Product Name
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-14-generic 
root=UUID=0f5fd4c5-56a1-494b-9513-074a3e1a11f1 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-14-generic N/A
   linux-backports-modules-3.19.0-14-generic  N/A
   linux-firmware 1.143
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2204
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8Z77-V LX
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2204:bd08/14/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VLX:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 1358340] Re: [Indicators] Complete greeter profiles

2015-05-18 Thread Michael Terry
** Changed in: unity8 (Ubuntu)
 Assignee: Michael Terry (mterry) => (unassigned)

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

Title:
  [Indicators] Complete greeter profiles

Status in The Date and Time Indicator:
  Invalid
Status in The Messaging Menu:
  Fix Released
Status in Transfer Indicator:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Released
Status in The Unity 8 shell:
  Fix Released
Status in gsettings-ubuntu-touch-schemas package in Ubuntu:
  Fix Released
Status in indicator-datetime package in Ubuntu:
  Invalid
Status in indicator-messages package in Ubuntu:
  Fix Released
Status in indicator-sound package in Ubuntu:
  Fix Released
Status in indicator-transfer package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu RTM:
  New

Bug description:
  A recent change in the interest of security removed access to the
  indicators when the phone is locked and the greeter is showing.

  This was an accentual change based on a misunderstanding

  There had been a plan to support media playback control via the sound
  indicator. Without this the user must unlock the phone in order to
  simply pause the music or change songs, etc.

  
  Desired resolution:

  - Revert the change that caused this issue

  - Add a switch to System Settings to enable security conscious user to
  switch off Launcher and Greeter access while the phone is locked.
  This setting should *always* be off by default.
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/1358340/+subscriptions

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


[Desktop-packages] [Bug 1454625] Re: Cannot send MMS messages with combined contexts with WiFi connected

2015-05-18 Thread Tony Espy
@Alfonso

Updated version of the script in comment #5 looks good to me...

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

Title:
  Cannot send MMS messages with combined contexts with WiFi connected

Status in the base for Ubuntu mobile products:
  Confirmed
Status in network-manager package in Ubuntu:
  In Progress

Bug description:
  Cannot send MMS messages with combined contexts in case the WiFi is
  connected, for some operators. Combined contexts are able to handle
  internet data and MMS data. For the operator for which I've seen the
  bug, the data is:

  $ /usr/share/ofono/scripts/list-contexts
  [ /ril_0 ]
  [ /ril_0/context1 ]
  Password =
  MessageCenter = http://www.pepephone.com
  Name = MMS Pepephone
  Username =
  Protocol = ip
  Preferred = 0
  IPv6.Settings = { }
  Settings = { }
  MessageProxy = 10.138.255.43:8080
  Type = internet
  AccessPointName = gprs.pepephone.com
  Active = 0

  Sending an MMS with cellular data and WiFi enabled fails for this
  operator when using a combined context. Disabling WiFi I was able to
  send the MMS.

  The error I see in ~/.cache/upstart/dbus.log is:

  E0513 09:55:03.254148  4565 file_upload.cpp:345] Upload ID{
  d0e5da6eb7664d908ab49b810ff55e01 }  http://www.pepephone.com
  ERROR::Network error UnknownNetworkError: an unknown network-related
  error was detected

  The interface that were up when the failure happened were:

  $ ifconfig
  rmnet_usb0 Link encap:UNSPEC  HWaddr 
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
    inet addr:10.60.155.62  Mask:255.255.255.0
    inet6 addr: fe80::8159:5668:797f:eed7/64 Scope:Link
    UP RUNNING  MTU:1500  Metric:1
    RX packets:4 errors:0 dropped:0 overruns:0 frame:0
    TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:829 (829.0 B)  TX bytes:1052 (1.0 KB)

  wlan0 Link encap:Ethernet  HWaddr 10:68:3f:7a:92:d5
    inet addr:192.168.1.40  Bcast:192.168.1.255  Mask:255.255.255.0
    inet6 addr: fe80::1268:3fff:fe7a:92d5/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    RX packets:355 errors:0 dropped:0 overruns:0 frame:0
    TX packets:186 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:51241 (51.2 KB)  TX bytes:18951 (18.9 KB)

  See attached the tcpdump of the packets sent when this happened. Some
  quick analysis shows that the uploader is sending through the WiFi
  (192.168.1.40) instead of using 10.60.155.62, so it is clearly a
  routing problem. The MMS proxy has private address 10.138.255.43 so it
  is not reachable from WiFi.

  Reproduced in:
  mako vivid-proposed image #195
  arale vivid-proposed image #38
  krillin vivid-proposed image #205

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1454625/+subscriptions

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


[Desktop-packages] [Bug 1456245] [NEW] AP failure: unity.tests.test_quicklist.QuicklistActionTests.test_right_click_opens_quicklist_if_already_open

2015-05-18 Thread Christopher Townsend
Public bug reported:

Recently, an AP test has started failing consistently:

unity.tests.test_quicklist.QuicklistActionTests.test_right_click_opens_quicklist_if_already_open

Need to investigate if a regression has been introduced or if the test
needs to be updated to work with a new behavior.

** Affects: unity
 Importance: Medium
 Assignee: Christopher Townsend (townsend)
 Status: Confirmed

** Affects: unity (Ubuntu)
 Importance: Medium
 Assignee: Christopher Townsend (townsend)
 Status: Confirmed

** Also affects: unity
   Importance: Undecided
   Status: New

** Changed in: unity
   Status: New => Confirmed

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

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

** Changed in: unity (Ubuntu)
   Importance: Undecided => Medium

** Changed in: unity
 Assignee: (unassigned) => Christopher Townsend (townsend)

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) => Christopher Townsend (townsend)

** Changed in: unity
Milestone: None => 7.3.3

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

Title:
  AP failure:
  
unity.tests.test_quicklist.QuicklistActionTests.test_right_click_opens_quicklist_if_already_open

Status in Unity:
  Confirmed
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  Recently, an AP test has started failing consistently:

  
unity.tests.test_quicklist.QuicklistActionTests.test_right_click_opens_quicklist_if_already_open

  Need to investigate if a regression has been introduced or if the test
  needs to be updated to work with a new behavior.

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

-- 
Mailing list: https://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   >