[Desktop-packages] [Bug 1468232] Re: Font corruption Intel Broadwell graphics

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

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

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

Title:
  Font corruption Intel Broadwell graphics

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  After resume from suspend it often happens that fonts are corrupted.
  The problem has not been observed if AccelMethod is set to uxa.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-41.57-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8.5
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,decor,regex,snap,vpswitch,imgpng,compiztoolbox,grid,staticswitcher,mousepoll,move,resize,place,gnomecompat,dbus,animation,expo,ring,workarounds,fade,session,kdecompat,scale]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Jun 24 10:16:47 2015
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   i915-3.19.2-3.16, 1, 3.16.0-41-generic, x86_64: installed
   virtualbox, 4.3.18, 3.16.0-41-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:5036]
  InstallationDate: Installed on 2015-06-18 (6 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20BX000XGE
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic 
root=UUID=ef80ed28-52d5-4bee-b65c-a543a2b68df4 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/23/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET41WW (1.06 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BX000XGE
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJBET41WW(1.06):bd12/23/2014:svnLENOVO:pn20BX000XGE:pvrThinkPadT450s:rvnLENOVO:rn20BX000XGE:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BX000XGE
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.59-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.1-0intel1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.1-0intel1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917-1~exp1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Jun 23 16:15:38 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1133 
   vendor LGD
  xserver.version: 2:1.16.0-1ubuntu1.3

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

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


[Desktop-packages] [Bug 1466273] Re: gstreamer fails intermittently

2015-06-25 Thread Michi Henning
Here is a stable link to the build artefacts: http://s-jenkins.ubuntu-
ci:8080/job/thumbnailer-devel-wily-armhf-ci/145/artifact/

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

Title:
  gstreamer fails intermittently

Status in Thumbnail generator for all kinds of files:
  New
Status in gstreamer package in Ubuntu:
  New
Status in gstreamer1.0 package in Ubuntu:
  New

Bug description:
  gstreamer occasionally fails to extract a thumbnail from a video file.
  It's clearly a race condition because, almost all of the time, it
  succeeds. To reproduce:

  Check out the thumbnailer/devel branch at r217 and build it. Then:

  cd build/src/vs-thumb

  ./vs-thumb fd://0 ./x.jpg ../../../tests/media/testvideo.ogg

  Point a browser at the generated x.jpg file and check that the image
  was extracted correctly.

  Now run

  while ./vs-thumb fd://0 ./x.jpg ../../../tests/media/testvideo.ogg ;
  do :; done

  Within maybe a hundred iterations or so, I get:

  Error creating thumbnail: ThumbnailExtractor: change_state(): reading
  async messages: GStreamer error: negotiation problem.

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

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


[Desktop-packages] [Bug 1466273] Re: gstreamer fails intermittently

2015-06-25 Thread James Henstridge
** No longer affects: gstreamer (Ubuntu)

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

Title:
  gstreamer fails intermittently

Status in Thumbnail generator for all kinds of files:
  New
Status in gstreamer1.0 package in Ubuntu:
  New

Bug description:
  gstreamer occasionally fails to extract a thumbnail from a video file.
  It's clearly a race condition because, almost all of the time, it
  succeeds. To reproduce:

  Check out the thumbnailer/devel branch at r217 and build it. Then:

  cd build/src/vs-thumb

  ./vs-thumb fd://0 ./x.jpg ../../../tests/media/testvideo.ogg

  Point a browser at the generated x.jpg file and check that the image
  was extracted correctly.

  Now run

  while ./vs-thumb fd://0 ./x.jpg ../../../tests/media/testvideo.ogg ;
  do :; done

  Within maybe a hundred iterations or so, I get:

  Error creating thumbnail: ThumbnailExtractor: change_state(): reading
  async messages: GStreamer error: negotiation problem.

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

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


[Desktop-packages] [Bug 1284389] Re: rtkit-daemon does not terminate at computer shutdown

2015-06-25 Thread Ken Sharp
Does it need to?

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

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

Title:
  rtkit-daemon does not terminate at computer shutdown

Status in rtkit package in Ubuntu:
  Incomplete

Bug description:
  This was after a fresh install. I get errors for 
  1 - rtkit
  2 -  at-spi2-core
  3 -xinit

  The same error that all these did not shutdown properly

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: rtkit 0.10-2ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Mon Feb 24 16:54:25 2014
  ExecutablePath: /usr/lib/rtkit/rtkit-daemon
  InstallationDate: Installed on 2014-02-25 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  OmitPids: 1056 2846 2847 2830 2817 2879 2826 2800 2846 2830 2817 3292 2826
  ProcCmdline: /usr/lib/rtkit/rtkit-daemon
  ProcEnviron:
   
  SourcePackage: rtkit
  Title: rtkit-daemon does not terminate at computer shutdown
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1468624] [NEW] job queue not populated and nothing listed

2015-06-25 Thread dino99
Public bug reported:

when a printing task is started, it happens that some old jobs are still
in job queue and so are printed first instead of the wanted one.

Opening the hplip toolbox, the old jobs are not listed, so its
impossible to know about it/them and their numbers. And there is no
option to blindly emptying that queue. Such working feature is really
needed.

But if the user ask for opening a task into that hplip toolbox, that
time the job is displayed with its path. That is expected, but the real
pain is about these old jobs not listed, not shown and fully unknown.

On the other side cups is also fully ignoring to list  display these
old jobs: this is also fully awaited.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: hplip 3.15.6-0ubuntu1
ProcVersionSignature: Ubuntu 4.0.0-3.5-generic 4.0.5
Uname: Linux 4.0.0-3-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.17.3-0ubuntu4
Architecture: i386
CupsErrorLog:
 
CurrentDesktop: GNOME
Date: Thu Jun 25 08:29:24 2015
Lpstat:
 device for Photosmart-C4500-series: 
usb://HP/Photosmart%20C4500%20series?serial=CN87JD4109057Kinterface=1
 device for Photosmart_C4500: 
hp:/usb/Photosmart_C4500_series?serial=CN87JD4109057K
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 002: ID 046d:c50e Logitech, Inc. Cordless Mouse Receiver
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: ASUSTEK COMPUTER INC P5W DH Deluxe
Papersize: a4
PpdFiles:
 Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Photosmart_C4500.ppd', 
'/etc/cups/ppd/Photosmart-C4500-series.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/Photosmart_C4500.ppd: Permission denied
 grep: /etc/cups/ppd/Photosmart-C4500-series.ppd: Permission denied
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.0.0-3-generic 
root=UUID=7b1f4a51-558f-468f-85e0-f815d2f791e1 ro
SourcePackage: hplip
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/22/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 3002
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5W DH Deluxe
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3002:bd07/22/2010:svnASUSTEKCOMPUTERINC:pnP5WDHDeluxe:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WDHDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: P5W DH Deluxe
dmi.product.version: System Version
dmi.sys.vendor: ASUSTEK COMPUTER INC

** Affects: cups
 Importance: Undecided
 Status: New

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


** Tags: apport-bug i386 wily

** Also affects: cups
   Importance: Undecided
   Status: New

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

Title:
  job queue not populated and nothing listed

Status in CUPS - Common Unix Printing System:
  New
Status in hplip package in Ubuntu:
  New

Bug description:
  when a printing task is started, it happens that some old jobs are
  still in job queue and so are printed first instead of the wanted one.

  Opening the hplip toolbox, the old jobs are not listed, so its
  impossible to know about it/them and their numbers. And there is no
  option to blindly emptying that queue. Such working feature is really
  needed.

  But if the user ask for opening a task into that hplip toolbox, that
  time the job is displayed with its path. That is expected, but the
  real pain is about these old jobs not listed, not shown and fully
  unknown.

  On the other side cups is also fully ignoring to list  display these
  old jobs: this is also fully awaited.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: hplip 3.15.6-0ubuntu1
  ProcVersionSignature: Ubuntu 4.0.0-3.5-generic 4.0.5
  Uname: Linux 4.0.0-3-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: i386
  CupsErrorLog:
   
  CurrentDesktop: GNOME
  Date: Thu Jun 25 08:29:24 2015
  Lpstat:
   device for Photosmart-C4500-series: 
usb://HP/Photosmart%20C4500%20series?serial=CN87JD4109057Kinterface=1
   device for Photosmart_C4500: 
hp:/usb/Photosmart_C4500_series?serial=CN87JD4109057K
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 002: ID 046d:c50e Logitech, Inc. Cordless Mouse Receiver
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: ASUSTEK COMPUTER INC P5W DH Deluxe
  Papersize: a4
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', 

[Desktop-packages] [Bug 1468636] [NEW] There's no system tray icon in KDE 5

2015-06-25 Thread Àlex Magaz
Public bug reported:

The system tray icon no longer appears in KDE 5. I guess it's related to
KDE no longer supporting xembed:

http://blog.martin-graesslin.com/blog/2014/06/where-are-my-systray-
icons/

System information:

Ubuntu 15.04
Empathy package version: 3.12.9-1ubuntu1.1

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

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

Title:
  There's no system tray icon in KDE 5

Status in empathy package in Ubuntu:
  New

Bug description:
  The system tray icon no longer appears in KDE 5. I guess it's related
  to KDE no longer supporting xembed:

  http://blog.martin-graesslin.com/blog/2014/06/where-are-my-systray-
  icons/

  System information:

  Ubuntu 15.04
  Empathy package version: 3.12.9-1ubuntu1.1

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

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


[Desktop-packages] [Bug 1466273] Re: gstreamer fails intermittently

2015-06-25 Thread James Henstridge
I gave michi's branch and test videos a try.  For the six videos being
thumbnailed in parallel, I see two successful thumbnails, two instances
that look like they died due to invalid memory allocations:

(vs-thumb:15299): GLib-ERROR **:
/build/buildd/glib2.0-2.45.1/./glib/gmem.c:357: overflow allocating
4294967274*8 bytes

(vs-thumb:15298): GLib-ERROR **:
/build/buildd/glib2.0-2.45.1/./glib/gmem.c:357: overflow allocating
4294967274*8 bytes

And two that have stuck around eating a little more than one CPU each.
I was able to kill -9 them though.

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

Title:
  gstreamer fails intermittently

Status in Thumbnail generator for all kinds of files:
  New
Status in gstreamer package in Ubuntu:
  New
Status in gstreamer1.0 package in Ubuntu:
  New

Bug description:
  gstreamer occasionally fails to extract a thumbnail from a video file.
  It's clearly a race condition because, almost all of the time, it
  succeeds. To reproduce:

  Check out the thumbnailer/devel branch at r217 and build it. Then:

  cd build/src/vs-thumb

  ./vs-thumb fd://0 ./x.jpg ../../../tests/media/testvideo.ogg

  Point a browser at the generated x.jpg file and check that the image
  was extracted correctly.

  Now run

  while ./vs-thumb fd://0 ./x.jpg ../../../tests/media/testvideo.ogg ;
  do :; done

  Within maybe a hundred iterations or so, I get:

  Error creating thumbnail: ThumbnailExtractor: change_state(): reading
  async messages: GStreamer error: negotiation problem.

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

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


[Desktop-packages] [Bug 1433557] Re: udev rules wrongly match on monitor hub, wrong invocation of systemd unit, changes config files in udev rules

2015-06-25 Thread Jason Gunthorpe
I hit this problem as well, booting on my system hangs for three minutes
waiting for udev to settle. I have a HP keyboard.

Booting without the keyboard plugged in, or removing the hplip package
solves the problem.

hplip version 3.15.2-0ubuntu4.1

$ lsusb 
Bus 001 Device 002: ID 03f0:0024 Hewlett-Packard KU-0316 Keyboard

$ sudo systemd-analyze blame
   3min 40ms systemd-udev-settle.service

$ journalctl  | grep -i udev
Jun 25 14:19:32 test-MSH87TN-00 systemd-udevd[265]: worker [283] 
/devices/pci:00/:00:14.0/usb1/1-1 is taking a long time
Jun 25 14:19:32 test-MSH87TN-00 systemd-udevd[265]: worker [285] 
/devices/pci:00/:00:14.0/usb1/1-3 is taking a long time
Jun 25 14:21:32 test-MSH87TN-00 systemd[1]: systemd-udev-settle.service start 
operation timed out. Terminating.
Jun 25 14:21:32 test-MSH87TN-00 systemd[1]: Failed to start udev Wait for 
Complete Device Initialization.
Jun 25 14:21:32 test-MSH87TN-00 systemd[1]: Unit systemd-udev-settle.service 
entered failed state.
Jun 25 14:21:32 test-MSH87TN-00 systemd[1]: systemd-udev-settle.service failed.
Jun 25 14:21:33 test-MSH87TN-00 systemd-udevd[283]: timeout '/bin/sh -c 'if [ 
-f /usr/bin/systemctl ]; then /usr/bin/systemctl --no-block start 
hplip-printer@001:002.service; else /usr/bin/nohup 
/usr/bin/hp-config_usb_printer 001:002 ; fi ''
Jun 25 14:21:33 test-MSH87TN-00 systemd-udevd[283]: timeout '/bin/sh -c 'grep 
-q ^#hpaio /etc/sane.d/dll.conf;if [ $? -eq 0 ];then sed -i -e s/^#hpaio/hpaio/ 
/etc/sane.d/dll.conf;else grep -q ^hpaio /etc/sane.d/dll.conf;if [ $? -ne 0 
];then echo hpaio /etc/sane.d/dll.conf;fi;fi''
Jun 25 14:21:33 test-MSH87TN-00 systemd-udevd[283]: slow: '/bin/sh -c 'grep -q 
^#hpaio /etc/sane.d/dll.conf;if [ $? -eq 0 ];then sed -i -e s/^#hpaio/hpaio/ 
/etc/sane.d/dll.conf;else grep -q ^hpaio /etc/sane.d/dll.conf;if [ $? -ne 0 
];then echo hpaio /etc/sane.d/dll.conf;fi;fi'' [1011]
Jun 25 14:21:33 test-MSH87TN-00 systemd-udevd[285]: timeout '/bin/sh -c 'if [ 
-f /usr/bin/systemctl ]; then /usr/bin/systemctl --no-block start 
hplip-printer@001:003.service; else /usr/bin/nohup 
/usr/bin/hp-config_usb_printer 001:003 ; fi ''
Jun 25 14:21:33 test-MSH87TN-00 systemd-udevd[285]: timeout '/bin/sh -c 'grep 
-q ^#hpaio /etc/sane.d/dll.conf;if [ $? -eq 0 ];then sed -i -e s/^#hpaio/hpaio/ 
/etc/sane.d/dll.conf;else grep -q ^hpaio /etc/sane.d/dll.conf;if [ $? -ne 0 
];then echo hpaio /etc/sane.d/dll.conf;fi;fi''
Jun 25 14:21:33 test-MSH87TN-00 systemd-udevd[285]: slow: '/bin/sh -c 'grep -q 
^#hpaio /etc/sane.d/dll.conf;if [ $? -eq 0 ];then sed -i -e s/^#hpaio/hpaio/ 
/etc/sane.d/dll.conf;else grep -q ^hpaio /etc/sane.d/dll.conf;if [ $? -ne 0 
];then echo hpaio /etc/sane.d/dll.conf;fi;fi'' [1012]

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

Title:
  udev rules wrongly match on monitor hub, wrong invocation of systemd
  unit, changes config files in udev rules

Status in HP Linux Imaging and Printing:
  Fix Released
Status in hplip package in Ubuntu:
  Fix Released

Bug description:
  During boot, systemd-udev-settle.service failes causing a 3min boot
  delay.

  Journal report this:
   root@alice:~# journalctl -u systemd-udev-settle
   -- Logs begin at Wed 2015-03-18 12:38:16 CET, end at Wed 2015-03-18 
12:47:32 CET. --
   Mar 18 12:38:16 alice systemd[1]: Starting udev Wait for Complete Device 
Initialization...
   Mar 18 12:41:16 alice systemd[1]: systemd-udev-settle.service start 
operation timed out. Terminating.
   Mar 18 12:41:16 alice systemd[1]: Failed to start udev Wait for Complete 
Device Initialization.
   Mar 18 12:41:16 alice systemd[1]: Unit systemd-udev-settle.service entered 
failed state.
   Mar 18 12:41:16 alice systemd[1]: systemd-udev-settle.service failed.
   Mar 18 12:41:17 alice systemd[1]: Starting udev Wait for Complete Device 
Initialization...
   Mar 18 12:41:18 alice systemd[1]: Started udev Wait for Complete Device 
Initialization.

  The dmesg output arround that time is:

   [8.537560] Adding 16723964k swap on /dev/sda4.  Priority:-1 extents:1 
across:16723964k FS
   [9.559871] input: ST LIS3LV02DL Accelerometer as 
/devices/platform/lis3lv02d/input/input23
   [  189.205551] Bluetooth: Core ver 2.20
   [  189.205565] NET: Registered protocol family 31

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: dbus 1.8.12-1ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Mar 18 12:51:08 2015
  SourcePackage: dbus
  UpgradeStatus: Upgraded to vivid on 2015-03-02 (15 days ago)

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

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

[Desktop-packages] [Bug 1468834] Re: lightdm does not source .xsession

2015-06-25 Thread Gunnar Hjalmarsson
To me it looks like lightdm does the right thing in /usr/sbin/lightdm-
session.

According to the files in /etc/X11/Xsession.d, which belong to
x11-common, the intended behavior seems to be to not source ~/.xsession.
Which standard protocol are you referring to? Are you possibly mixing it
up with ~/.xsessionrc, which is sourced by lightdm if it exists?

** Package changed: lightdm (Ubuntu) = xorg (Ubuntu)

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

Title:
  lightdm does not source .xsession

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  There is a decades-old standard protocol for starting up a user's X
  session, which requires display managers to source the user's
  ~/.xsession file.  lightdm fails to do this.  See also Bug #1468832.

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

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


[Desktop-packages] [Bug 1468885] [NEW] banshee 2.9.0+really2.6.2-2ubuntu5 from Vivid-updates has missing dependencies

2015-06-25 Thread Matthew Gregg
Public bug reported:

Running an up to date Vivid, Banshee banshee 2.9.0+really2.6.2-2ubuntu5
from vivid-updates is not installable.

banshee:
  Depends: libglib2.0-0 (=2.44.1) but 2.44.0-1ubuntu3 is to be installed
 Recommends: banshee-extension-soundmenu but it is not going to be installed

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

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

Title:
  banshee 2.9.0+really2.6.2-2ubuntu5 from Vivid-updates has missing
  dependencies

Status in banshee package in Ubuntu:
  New

Bug description:
  Running an up to date Vivid, Banshee banshee
  2.9.0+really2.6.2-2ubuntu5 from vivid-updates is not installable.

  banshee:
Depends: libglib2.0-0 (=2.44.1) but 2.44.0-1ubuntu3 is to be installed
   Recommends: banshee-extension-soundmenu but it is not going to be installed

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

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


[Desktop-packages] [Bug 1468832] Re: lightdm sources .profile

2015-06-25 Thread Gunnar Hjalmarsson
@Derek: I don't know what's right and wrong here, but what does it
really matter in practice? Have you considered the mess which would be
the result if lightdm suddenly stopped to source ~/.profile?

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

Title:
  lightdm sources .profile

Status in lightdm package in Ubuntu:
  New

Bug description:
  It is a bug for any display manager to read .profile--you guys are
  absolutely killing me with this.  The user's .profile is to be read by
  the shell, on interactive shell (i.e. terminal) logins ONLY.  The man
  page for bash explains this in detail; it's also discussed in the dash
  man page.  The problem with display managers reading .profile is that
  it is the place where commands to set up your terminal (i.e. stty) go
  --this is the entire point of differentiating interactive shells from
  non-interactive shells, and it's the reason only interactive shells
  read .profile at all.  Currently, if you have any such commands in
  your .profile, lightdm barfs on them, delaying the login session and
  forcing you to click on a prompt.  This is extremely annoying (and
  wrong)!

  It would be satisfactory to make lightdm not display the errors, but
  that's the wrong solution.  There's already a decades-established
  method of getting X display managers to source your environment
  settings: the .xsession file.  It should be read by ALL display
  managers (or the session file that starts them).  If you have common
  environment settings you want set in all your shells, the correct way
  to handle this is:

  .bashrc:
  # set all common environment vars here
  ENV_VAR=foo
  ...

  .profile:
  # set up terminal
  stty erase
  # BASH already sources .bashrc by default on interactive sessions

  .xsession:
  if [ -f .bashrc ] source .bashrc

  If you're not using BASH, you can still use this method without
  changing anything, except in .profile you need to explicitly source
  the .bashrc file.  Of course you can change the name of the file that
  contains the common settings to reflect that your shell is not BASH;
  since the file is sourced by your other files explicitly, it does not
  matter what the user calls it.

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

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


[Desktop-packages] [Bug 1339371] Re: Update to 3.16

2015-06-25 Thread Robert Ancell
** Also affects: gedit-plugins (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gedit-plugins (Ubuntu)
   Status: New = Triaged

** Changed in: gedit (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: gedit-plugins (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Update to 3.16

Status in gedit package in Ubuntu:
  Triaged
Status in gedit-plugins package in Ubuntu:
  Triaged

Bug description:
  Update to 3.14

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

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


[Desktop-packages] [Bug 1467267] Re: Please sync to 1.0.2-2 from Debian (main)

2015-06-25 Thread Robert Ancell
** Also affects: network-manager-applet (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: network-manager-pptp (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: network-manager-applet (Ubuntu)
   Status: New = Triaged

** Changed in: network-manager-pptp (Ubuntu)
   Status: New = Triaged

** Changed in: network-manager-pptp (Ubuntu)
   Importance: Undecided = Medium

** Changed in: network-manager-applet (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Please sync to 1.0.2-2 from Debian (main)

Status in network-manager package in Ubuntu:
  Triaged
Status in network-manager-applet package in Ubuntu:
  Triaged
Status in network-manager-pptp package in Ubuntu:
  Triaged

Bug description:
  Lot of bug fixes with the latest stable release
  
http://metadata.ftp-master.debian.org/changelogs//main/n/network-manager/network-manager_1.0.2-2_changelog

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: network-manager 0.9.10.0-4ubuntu16
  ProcVersionSignature: Ubuntu 4.0.0-2.4-generic 4.0.5
  Uname: Linux 4.0.0-2-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Sun Jun 21 16:56:40 2015
  IpRoute:
   default via 192.168.1.1 dev eth1  proto static  metric 100 
   169.254.0.0/16 dev eth1  scope link  metric 1000 
   192.168.1.0/24 dev eth1  proto kernel  scope link  src 192.168.1.3
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
  RfKill:
   
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-06-13T08:56:31.598901
  nmcli-con:
   NAMEUUID  TYPE
TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  READONLY  DBUS-PATH   
ACTIVE  DEVICE  STATE  ACTIVE-PATH  
  
   Wired connection 1  7086b2ff-1446-45fe-b8f3-cd333cd4cee1  802-3-ethernet  
1434898501  dim. 21 juin 2015 16:55:01 CEST  yes  no
/org/freedesktop/NetworkManager/Settings/0  yes eth1activated  
/org/freedesktop/NetworkManager/ActiveConnection/0
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   eth1ethernet  connected/org/freedesktop/NetworkManager/Devices/2  
Wired connection 1  7086b2ff-1446-45fe-b8f3-cd333cd4cee1  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   eth0ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  -- 
 ----
  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/ubuntu/+source/network-manager/+bug/1467267/+subscriptions

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


[Desktop-packages] [Bug 1064024] Re: Failed to use export feature in Org-mode

2015-06-25 Thread era
Upstream fixed this in 24.3 and we are on 24.4 already.  Marking as Fix
Released.  Please reopen if you see a regression.  Thanks.

** Changed in: emacs24 (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Failed to use export feature in Org-mode

Status in emacs24 package in Ubuntu:
  Fix Released
Status in emacs24 package in Debian:
  Fix Released
Status in Fedora:
  Unknown

Bug description:
  When I am trying to export my .org document to another format by using
  the command C-c C-e I get the response Can't find library org.

   1) Ubuntu 12.10 Beta 2

   2) emacs24 24.1+1-2ubuntu3

   3)  I want to export my .org file to pdf or other format using Emacs.

   4) I get the response Can't find library org.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: emacs24 24.1+1-2ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-17.27-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: amd64
  Date: Mon Oct  8 21:22:29 2012
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  SourcePackage: emacs24
  UpgradeStatus: Upgraded to quantal on 2012-09-30 (8 days ago)

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

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


[Desktop-packages] [Bug 1468995] [NEW] install-info: warning: no entry Info into « /usr/share/info/gtkdialog.info.gz »

2015-06-25 Thread dino99
Public bug reported:

while upgrading some packages, i'm getting that error:

Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for install-info (5.9.96.dfsg.1-1) ...
install-info: warning: aucune entrée de répertoire Info dans « 
/usr/share/info/gtkdialog.info.gz »

Wonder if it is a gtkdialog bug instead of the reported texinfo above.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: install-info 5.9.96.dfsg.1-1
ProcVersionSignature: Ubuntu 4.0.0-3.5-generic 4.0.5
Uname: Linux 4.0.0-3-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.17.3-0ubuntu4
Architecture: i386
CurrentDesktop: GNOME
Date: Fri Jun 26 06:55:04 2015
SourcePackage: texinfo
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 wily

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

Title:
  install-info: warning: no entry Info into «
  /usr/share/info/gtkdialog.info.gz »

Status in texinfo package in Ubuntu:
  New

Bug description:
  while upgrading some packages, i'm getting that error:

  Processing triggers for man-db (2.7.0.2-5) ...
  Processing triggers for install-info (5.9.96.dfsg.1-1) ...
  install-info: warning: aucune entrée de répertoire Info dans « 
/usr/share/info/gtkdialog.info.gz »

  Wonder if it is a gtkdialog bug instead of the reported texinfo above.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: install-info 5.9.96.dfsg.1-1
  ProcVersionSignature: Ubuntu 4.0.0-3.5-generic 4.0.5
  Uname: Linux 4.0.0-3-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Fri Jun 26 06:55:04 2015
  SourcePackage: texinfo
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1069303] Re: emacs24-lucid crashes on startup

2015-06-25 Thread era
As previous comments indicate that this should be fixed in 24.3, can we
close this bug now?

Marking as Incomplete, which means the bug will expire in 60 days unless
you follow up to indicate that you still have a problem (or, of course,
feel free to mark as Fix Released if it's indeed fixed).

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

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

Title:
  emacs24-lucid crashes on startup

Status in emacs24 package in Ubuntu:
  Incomplete

Bug description:
  Fresh install of Lubuntu 12.10, emacs24-lucid crashes when started.

  $ emacs24-lucid 
  Fatal error (11)Segmentation fault (core dumped)

  I have built the package myself with debugging information, here is
  output from gdb:

  $ gdb /usr/bin/emacs24-lucid 
  GNU gdb (GDB) 7.5-ubuntu
  Copyright (C) 2012 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type show copying
  and show warranty for details.
  This GDB was configured as i686-linux-gnu.
  For bug reporting instructions, please see:
  http://www.gnu.org/software/gdb/bugs/...
  Reading symbols from /usr/bin/emacs24-lucid...done.
  (gdb) r
  Starting program: /usr/bin/emacs24-lucid 
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/i386-linux-gnu/libthread_db.so.1.
  [New Thread 0xb6324b40 (LWP 13065)]
  [New Thread 0xb59ffb40 (LWP 13066)]

  Program received signal SIGSEGV, Segmentation fault.
  0xb7f0c59c in XtInitializeWidgetClass ()
 from /usr/lib/i386-linux-gnu/libXt.so.6
  (gdb) where
  #0  0xb7f0c59c in XtInitializeWidgetClass ()
 from /usr/lib/i386-linux-gnu/libXt.so.6
  #1  0xb7f0d078 in _XtCreateWidget () from /usr/lib/i386-linux-gnu/libXt.so.6
  #2  0xb7f0d36c in XtCreateWidget () from /usr/lib/i386-linux-gnu/libXt.so.6
  #3  0x0810b6a6 in x_window (f=f@entry=0x8653208, 
  window_prompting=window_prompting@entry=0, minibuffer_only=optimized 
out)
  at xfns.c:2433
  #4  0x0810c99d in Fx_create_frame (parms=138809726) at xfns.c:3377
  #5  0x081a2868 in Ffuncall (nargs=nargs@entry=2, args=args@entry=0xbfffe550)
  at eval.c:3002
  #6  0x081d8fec in exec_byte_code (bytestr=optimized out, vector=137051597, 
  maxdepth=16, args_template=138831130, nargs=nargs@entry=0, 
  args=optimized out, args@entry=0x0) at bytecode.c:785
  #7  0x081a22a5 in funcall_lambda (fun=137051541, nargs=nargs@entry=1, 
  arg_vector=arg_vector@entry=0xbfffe6c4) at eval.c:3233
  #8  0x081a2673 in Ffuncall (nargs=nargs@entry=2, args=args@entry=0xbfffe6c0)
  at eval.c:3063
  #9  0x081d8fec in exec_byte_code (bytestr=optimized out, vector=137381197, 
  maxdepth=20, args_template=138831130, nargs=nargs@entry=0, 
  args=optimized out, args@entry=0x0) at bytecode.c:785
  #10 0x081a22a5 in funcall_lambda (fun=137381149, nargs=nargs@entry=1, 
  arg_vector=arg_vector@entry=0xbfffe844) at eval.c:3233
  #11 0x081a2673 in Ffuncall (nargs=nargs@entry=2, args=args@entry=0xbfffe840)
  at eval.c:3063
  #12 0x081d8fec in exec_byte_code (bytestr=optimized out, vector=137378493, 
  maxdepth=24, args_template=138831130, nargs=nargs@entry=0, 
  args=optimized out, args@entry=0x0) at bytecode.c:785
  #13 0x081a22a5 in funcall_lambda (fun=137378445, nargs=nargs@entry=0, 
  arg_vector=arg_vector@entry=0xbfffe9c4) at eval.c:3233
  #14 0x081a2673 in Ffuncall (nargs=nargs@entry=1, args=args@entry=0xbfffe9c0)
  at eval.c:3063
  #15 0x081d8fec in exec_byte_code (bytestr=optimized out, vector=137071397, 
  maxdepth=72, args_template=args_template@entry=0, nargs=nargs@entry=0, 
  args=optimized out, args@entry=0xbfffeb78) at bytecode.c:785
  #16 0x081a2304 in funcall_lambda (fun=137071349, nargs=nargs@entry=0, 
  arg_vector=arg_vector@entry=0xbfffeb78) at eval.c:3167
  #17 0x081a2673 in Ffuncall (nargs=nargs@entry=1, args=args@entry=0xbfffeb74)
  at eval.c:3063
  #18 0x081d8fec in exec_byte_code (bytestr=optimized out, vector=137068589, 
  maxdepth=32, args_template=args_template@entry=0, nargs=nargs@entry=0, 
  args=optimized out, args@entry=0xbfffec80) at bytecode.c:785
  #19 0x081a2304 in funcall_lambda (fun=fun@entry=137068541, 
  nargs=nargs@entry=0, arg_vector=arg_vector@entry=0xbfffec80) at 
eval.c:3167
  #20 0x081a1786 in apply_lambda (fun=137068541, args=optimized out)
  at eval.c:3110
  #21 0x081a1aee in eval_sub (form=form@entry=139036550) at eval.c:2414
  #22 0x081a46ed in Feval (form=139036550, lexical=138831130) at eval.c:2204
  #23 0x081336d9 in top_level_2 () at keyboard.c:1169
  #24 0x081a0c10 in internal_condition_case (
  bfun=bfun@entry=0x81336c0 top_level_2, handlers=138862210, 
  hfun=hfun@entry=0x8134db0 cmd_error) at 

[Desktop-packages] [Bug 1393333] [NEW] incorrect pie-chart drawn at top level

2015-06-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

See the attached screenshot: 139 GB out of 158 GB of my / is taken up by
my /home, but Baobab draws the pie chart showing the 4 GB /dev as taking
up 99.999% of the space.

The fill-up meters on the left show the same problem.

I have a hunch that Baobab is paying attention to the number of files
rather than their size.  It founds /proc mounted on /dev/.bootchart/proc
and counds all the virtual files in it.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: baobab 3.14.1-1~utopic1 [origin: LP-PPA-gnome3-team-gnome3-staging]
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Nov 17 10:51:25 2014
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/baobab
InstallationDate: Installed on 2012-07-25 (844 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: baobab
UpgradeStatus: Upgraded to utopic on 2014-10-24 (24 days ago)

** Affects: baobab
 Importance: Medium
 Status: Fix Released

** Affects: baobab (Ubuntu)
 Importance: Medium
 Status: Fix Released


** Tags: amd64 apport-bug gnome3-ppa gnome3-staging third-party-packages utopic
-- 
incorrect pie-chart drawn at top level
https://bugs.launchpad.net/bugs/139
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to baobab in Ubuntu.

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


[Desktop-packages] [Bug 1468995] Re: install-info: warning: no entry Info into « /usr/share/info/gtkdialog.info.gz »

2015-06-25 Thread dino99
** Description changed:

  while upgrading some packages, i'm getting that error:
  
  Processing triggers for man-db (2.7.0.2-5) ...
  Processing triggers for install-info (5.9.96.dfsg.1-1) ...
  install-info: warning: aucune entrée de répertoire Info dans « 
/usr/share/info/gtkdialog.info.gz »
  
  Wonder if it is a gtkdialog bug instead of the reported texinfo above.
+ ( used by multisystem : 
http://liveusb.info/dists/all/main/binary-i386/g/gtkdialog_0.8.3-2_i386.changelog
 )
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: install-info 5.9.96.dfsg.1-1
  ProcVersionSignature: Ubuntu 4.0.0-3.5-generic 4.0.5
  Uname: Linux 4.0.0-3-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Fri Jun 26 06:55:04 2015
  SourcePackage: texinfo
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  install-info: warning: no entry Info into «
  /usr/share/info/gtkdialog.info.gz »

Status in texinfo package in Ubuntu:
  New

Bug description:
  while upgrading some packages, i'm getting that error:

  Processing triggers for man-db (2.7.0.2-5) ...
  Processing triggers for install-info (5.9.96.dfsg.1-1) ...
  install-info: warning: aucune entrée de répertoire Info dans « 
/usr/share/info/gtkdialog.info.gz »

  Wonder if it is a gtkdialog bug instead of the reported texinfo above.
  ( used by multisystem : 
http://liveusb.info/dists/all/main/binary-i386/g/gtkdialog_0.8.3-2_i386.changelog
 )

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: install-info 5.9.96.dfsg.1-1
  ProcVersionSignature: Ubuntu 4.0.0-3.5-generic 4.0.5
  Uname: Linux 4.0.0-3-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Fri Jun 26 06:55:04 2015
  SourcePackage: texinfo
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1393333] Re: incorrect pie-chart drawn at top level

2015-06-25 Thread Adolfo Jayme
This bug was fixed in the package baobab - 3.16.1-1ubuntu1

---
baobab (3.16.1-1ubuntu1) wily; urgency=medium

  * Merge with Debian, remaining Ubuntu changes:
  * debian/patches/use_traditional_titlebars_in_unity.patch:
- Use the traditional menubar under Unity

baobab (3.16.1-1) unstable; urgency=medium

  * New upstream release.

baobab (3.14.1-1ubuntu1) wily; urgency=low

  * Merge from Debian unstable. (LP: #1268721) Remaining changes:
  * debian/patches/use_traditional_titlebars_in_unity.patch:
- Use the traditional menubar under Unity
  * debian/patches/git_fix_pie_chart.patch:
- Fx top level pie chart. (LP: #139)

baobab (3.14.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/control.in: Bump Standards-Version to 3.9.6 (no further changes)

baobab (3.14.0-1) unstable; urgency=medium

  * New upstream release.
  * Update build-dependencies according to configure.ac changes:
+ Bump libgtk-3-dev to = 3.13.2
+ Bump valac to = 0.25.1

baobab (3.13.91-1) experimental; urgency=medium

  * New upstream release

baobab (3.12.1-1) unstable; urgency=medium

  [ Laurent Bigonville ]
  * debian/control.in: Bump libglib2.0-dev build-dependency to 2.40, this is
needed for GVariantDict

  [ Andreas Henriksson ]
  * New upstream release.

baobab (3.12.0-1) unstable; urgency=medium

  * New upstream version.
- Bump valac build-dependency to = 0.23.3
  * debian/control.in: Update Homepage URL

baobab (3.10.1-1) unstable; urgency=low

  [ Jean Schurger ]
  * New upstream version.
  * Bump Build-Depends on libgtk-3-dev to (= 3.9.10)
and libglib2.0-dev (= 2.37.5).
  * Drop debian/patches/01-remove-rpath.patch: Fixed upstream.
  * Bump Standards-Version to 3.9.5. No further changes.

  [ Jeremy Bicha ]
  * debian/control.in:
- Drop libgtop2-dev from build-depends
- Update homepage

 -- Robert Ancell robert.anc...@canonical.com Thu, 25 Jun 2015
12:00:19 +1200

** Changed in: ubuntu-gnome
   Status: Triaged = Fix Released

** Project changed: ubuntu-gnome = baobab (Ubuntu)

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

Title:
  incorrect pie-chart drawn at top level

Status in Baobab:
  Fix Released
Status in baobab package in Ubuntu:
  Fix Released

Bug description:
  See the attached screenshot: 139 GB out of 158 GB of my / is taken up
  by my /home, but Baobab draws the pie chart showing the 4 GB /dev as
  taking up 99.999% of the space.

  The fill-up meters on the left show the same problem.

  I have a hunch that Baobab is paying attention to the number of files
  rather than their size.  It founds /proc mounted on
  /dev/.bootchart/proc and counds all the virtual files in it.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: baobab 3.14.1-1~utopic1 [origin: LP-PPA-gnome3-team-gnome3-staging]
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Nov 17 10:51:25 2014
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/baobab
  InstallationDate: Installed on 2012-07-25 (844 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: baobab
  UpgradeStatus: Upgraded to utopic on 2014-10-24 (24 days ago)

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

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


[Desktop-packages] [Bug 1069303] Re: emacs24-lucid crashes on startup

2015-06-25 Thread Urs Fleisch
I have installed emacs24-lucid on Ubuntu 15.04, and it does not crash,
so the bug can be closed now.

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

Title:
  emacs24-lucid crashes on startup

Status in emacs24 package in Ubuntu:
  Incomplete

Bug description:
  Fresh install of Lubuntu 12.10, emacs24-lucid crashes when started.

  $ emacs24-lucid 
  Fatal error (11)Segmentation fault (core dumped)

  I have built the package myself with debugging information, here is
  output from gdb:

  $ gdb /usr/bin/emacs24-lucid 
  GNU gdb (GDB) 7.5-ubuntu
  Copyright (C) 2012 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type show copying
  and show warranty for details.
  This GDB was configured as i686-linux-gnu.
  For bug reporting instructions, please see:
  http://www.gnu.org/software/gdb/bugs/...
  Reading symbols from /usr/bin/emacs24-lucid...done.
  (gdb) r
  Starting program: /usr/bin/emacs24-lucid 
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/i386-linux-gnu/libthread_db.so.1.
  [New Thread 0xb6324b40 (LWP 13065)]
  [New Thread 0xb59ffb40 (LWP 13066)]

  Program received signal SIGSEGV, Segmentation fault.
  0xb7f0c59c in XtInitializeWidgetClass ()
 from /usr/lib/i386-linux-gnu/libXt.so.6
  (gdb) where
  #0  0xb7f0c59c in XtInitializeWidgetClass ()
 from /usr/lib/i386-linux-gnu/libXt.so.6
  #1  0xb7f0d078 in _XtCreateWidget () from /usr/lib/i386-linux-gnu/libXt.so.6
  #2  0xb7f0d36c in XtCreateWidget () from /usr/lib/i386-linux-gnu/libXt.so.6
  #3  0x0810b6a6 in x_window (f=f@entry=0x8653208, 
  window_prompting=window_prompting@entry=0, minibuffer_only=optimized 
out)
  at xfns.c:2433
  #4  0x0810c99d in Fx_create_frame (parms=138809726) at xfns.c:3377
  #5  0x081a2868 in Ffuncall (nargs=nargs@entry=2, args=args@entry=0xbfffe550)
  at eval.c:3002
  #6  0x081d8fec in exec_byte_code (bytestr=optimized out, vector=137051597, 
  maxdepth=16, args_template=138831130, nargs=nargs@entry=0, 
  args=optimized out, args@entry=0x0) at bytecode.c:785
  #7  0x081a22a5 in funcall_lambda (fun=137051541, nargs=nargs@entry=1, 
  arg_vector=arg_vector@entry=0xbfffe6c4) at eval.c:3233
  #8  0x081a2673 in Ffuncall (nargs=nargs@entry=2, args=args@entry=0xbfffe6c0)
  at eval.c:3063
  #9  0x081d8fec in exec_byte_code (bytestr=optimized out, vector=137381197, 
  maxdepth=20, args_template=138831130, nargs=nargs@entry=0, 
  args=optimized out, args@entry=0x0) at bytecode.c:785
  #10 0x081a22a5 in funcall_lambda (fun=137381149, nargs=nargs@entry=1, 
  arg_vector=arg_vector@entry=0xbfffe844) at eval.c:3233
  #11 0x081a2673 in Ffuncall (nargs=nargs@entry=2, args=args@entry=0xbfffe840)
  at eval.c:3063
  #12 0x081d8fec in exec_byte_code (bytestr=optimized out, vector=137378493, 
  maxdepth=24, args_template=138831130, nargs=nargs@entry=0, 
  args=optimized out, args@entry=0x0) at bytecode.c:785
  #13 0x081a22a5 in funcall_lambda (fun=137378445, nargs=nargs@entry=0, 
  arg_vector=arg_vector@entry=0xbfffe9c4) at eval.c:3233
  #14 0x081a2673 in Ffuncall (nargs=nargs@entry=1, args=args@entry=0xbfffe9c0)
  at eval.c:3063
  #15 0x081d8fec in exec_byte_code (bytestr=optimized out, vector=137071397, 
  maxdepth=72, args_template=args_template@entry=0, nargs=nargs@entry=0, 
  args=optimized out, args@entry=0xbfffeb78) at bytecode.c:785
  #16 0x081a2304 in funcall_lambda (fun=137071349, nargs=nargs@entry=0, 
  arg_vector=arg_vector@entry=0xbfffeb78) at eval.c:3167
  #17 0x081a2673 in Ffuncall (nargs=nargs@entry=1, args=args@entry=0xbfffeb74)
  at eval.c:3063
  #18 0x081d8fec in exec_byte_code (bytestr=optimized out, vector=137068589, 
  maxdepth=32, args_template=args_template@entry=0, nargs=nargs@entry=0, 
  args=optimized out, args@entry=0xbfffec80) at bytecode.c:785
  #19 0x081a2304 in funcall_lambda (fun=fun@entry=137068541, 
  nargs=nargs@entry=0, arg_vector=arg_vector@entry=0xbfffec80) at 
eval.c:3167
  #20 0x081a1786 in apply_lambda (fun=137068541, args=optimized out)
  at eval.c:3110
  #21 0x081a1aee in eval_sub (form=form@entry=139036550) at eval.c:2414
  #22 0x081a46ed in Feval (form=139036550, lexical=138831130) at eval.c:2204
  #23 0x081336d9 in top_level_2 () at keyboard.c:1169
  #24 0x081a0c10 in internal_condition_case (
  bfun=bfun@entry=0x81336c0 top_level_2, handlers=138862210, 
  hfun=hfun@entry=0x8134db0 cmd_error) at eval.c:1515
  #25 0x08133f25 in top_level_1 (ignore=ignore@entry=138831130)
  ---Type return to continue, or q return to quit---
  at keyboard.c:1177
  #26 0x081a0b3b in internal_catch (tag=138860162, 
  func=func@entry=0x8133ec0 top_level_1, 

[Desktop-packages] [Bug 1421907] Re: Merge with Debian 3.13.3-5

2015-06-25 Thread Robert Ancell
** Changed in: gnome-menus (Ubuntu)
   Status: New = Triaged

** Changed in: gnome-menus (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Merge with Debian 3.13.3-5

Status in gnome-menus package in Ubuntu:
  Triaged

Bug description:
  Please merge 3.13.3-5 from debian. debdiff attached.
  I am not  sure my work is good here, could someone with more experience with 
the package please check it.

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

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


[Desktop-packages] [Bug 1068373] Re: emacs24 scroll bar not present

2015-06-25 Thread era
As per diagnostics in comment #3, added a task for overlay-scrollbar.
For background, https://wiki.ubuntu.com/Ayatana/ScrollBars has comments
regarding the blacklist towards the end of the page (but if previous
history is any indication, the link will be broken by the time you try
to click).

** Also affects: overlay-scrollbar (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- emacs24 scroll bar not present
+ Add emacs24 to overlay-scrollbars blacklist

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

Title:
  Add emacs24 to overlay-scrollbars blacklist

Status in emacs24 package in Ubuntu:
  Confirmed
Status in overlay-scrollbar package in Ubuntu:
  New

Bug description:
  The Emacs (version 24) window has a grey zone on the right where the
  scroll bar would normally be, but there is no scroll bar actually
  there, nor does the Unity-style popup scroll bar appear when the mouse
  is over the right edge of the window.

  I've attached a screenshot showing the grey empty space with the
  missing scrollbar. Note that in the screenshot I've also turned off
  the emacs fringe, which in the default configuration adds additional
  grey space on both sides of the window.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: emacs24 24.1+1-2ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  Date: Thu Oct 18 18:42:45 2012
  ExecutablePath: /usr/bin/emacs24-x
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Beta amd64 (20120926)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: emacs24
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1465894] Re: xorg 1:7.7+7ubuntu4

2015-06-25 Thread Christopher M. Penalver
*** This bug is a duplicate of bug 1465892 ***
https://bugs.launchpad.net/bugs/1465892

** This bug has been marked a duplicate of bug 1465892
   xorg 1:7.7+7ubuntu4

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

Title:
  xorg 1:7.7+7ubuntu4

Status in xorg package in Ubuntu:
  New

Bug description:
  xorg 1:7.7+7ubuntu4

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Jun 17 02:29:22 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:02aa]
 Subsystem: Dell Device [1028:02aa]
  InstallationDate: Installed on 2015-06-15 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release i386 (20150422)
  MachineType: Dell Inc. Inspiron 1545
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=af9eb444-00a6-4ce8-9048-af105df26a38 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/13/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0G848F
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd05/13/2009:svnDellInc.:pnInspiron1545:pvr:rvnDellInc.:rn0G848F:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1545
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed Jun 17 01:09:41 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   28161 
   vendor LGD
  xserver.version: 2:1.17.1-0ubuntu3

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

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


[Desktop-packages] [Bug 1468640] Re: disk slow after resume from suspend

2015-06-25 Thread Stephen M. Webb
*** This bug is a duplicate of bug 1333294 ***
https://bugs.launchpad.net/bugs/1333294

It's not clear why you might think the desktop graphics compositing
manager might affect the kernel's disk caching policies.

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

** This bug has been marked a duplicate of bug 1333294
   32-bit kernel HDD slow write speed

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

Title:
  disk slow after resume from suspend

Status in compiz package in Ubuntu:
  Invalid

Bug description:
  Installed 15.04 32 bit flavor desktop on Thinkpad W540 and T420

  after resume from suspend
  _  dd if=/dev/zero of=/tmp/speed_test bs=10M count=10
  10+0 records in
  10+0 records out
  104857600 bytes (105 MB) copied, 37.8204 s, 2.8 MB/s

  to resume to disk speed back 
  _  sync; echo 3 | sudo tee /proc/sys/vm/drop_caches

  _  dd if=/dev/zero of=/tmp/speed_test bs=10M count=10
  10+0 records in
  10+0 records out
  104857600 bytes (105 MB) copied, 0.263862 s, 397 MB/s

  mentioned here as well
  http://ubuntuforums.org/showthread.php?t=2237026

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

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


[Desktop-packages] [Bug 1466934] Re: Trying to maximize battery life on HP dv7-4272us

2015-06-25 Thread Christopher M. Penalver
foobar, thank you for reporting this and helping make Ubuntu better.
Examining the information you have given us, this does not appear to be
a bug report so we are closing it. We understand the difficulties you
are facing, but it is better to raise problems and general inquiries you
are having in the support tracker at
https://answers.launchpad.net/ubuntu if you are uncertain if they are
software bugs. You can also find help with your problem in the support
forum of your local Ubuntu community http://loco.ubuntu.com/ or asking
at http://askubuntu.com or http://ubuntuforums.org. For help on
reporting bugs, see https://help.ubuntu.com/community/ReportingBugs.

** Tags added: latest-bios-f.29

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

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

Title:
  Trying to maximize battery life on HP dv7-4272us

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  This AMD 3-core + Radeon runs really hot, and I'm trying to maximize
  battery life.

  When I try radeon.dpm=1, I get display glitching every few seconds
  when the dpm switches displays.  I haven't found any way to force dpm
  to keep the discrete display completely turned off, both to save power
  and to stop the glitching.

  Among other problems, the mere existence of HDMI audio keeps waking up
  the discrete GPU, both wasting power  glitching the display.  So I
  tried radeon.audio=0.  I don't think it helps, but I left it in.

  The only way to really kill the HDMI audio problems is to blacklist
  snd_hda_intel, but that kills _all_ of my audio (except Bluetooth
  audio).  So I had to un-blacklist snd_hda_intel.

  So I'm using radeon.dpm=0.

  If radeon.runpm=1, I still get problems.

  So I'm using radeon.runpm=0.

  This works pretty well; I've gotten the temperature down to 68 degrees
  or so, but this is still too hot.

  If I turn off the discrete graphics completely using

  echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  this works quite well -- I can get the temperature down to 64 degrees
  or so -- but now my log fills up with complaints that my radeon
  discrete driver isn't turned on.  (I'll send you another report
  showing you this.)

  I want to be able to operate this HP laptop in the most power-saving
  way -- by completely turning off the discrete radeon GPU.

  Could you provide any suggestions about how to do this?

  Thanks very much.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Jun 19 09:31:02 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS880M [Mobility Radeon HD 4225/4250] 
[1002:9712] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:1641]
   Advanced Micro Devices, Inc. [AMD/ATI] Robson CE [Radeon HD 6370M/7370M] 
[1002:68e4] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Radeon HD 6370M [103c:1641]
  InstallationDate: Installed on 2015-06-06 (13 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Pavilion dv7 Notebook PC
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=0a49d103-e2eb-4b21-a433-c41a1ef8d27b ro quiet splash radeon.runpm=0 
radeon.dpm=0 radeon.audio=0 radeon.pcie_gen2=0 acpiphp.disable=1 vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/25/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.29
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1641
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 67.33
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.29:bd02/25/2013:svnHewlett-Packard:pnHPPaviliondv7NotebookPC:pvr058312242B2620100:rvnHewlett-Packard:rn1641:rvr67.33:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv7 Notebook PC
  dmi.product.version: 058312242B2620100
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  

[Desktop-packages] [Bug 1224756] Re: Pulseaudio should integrate with trust-store

2015-06-25 Thread John McAleely
diwic will take a look at this in a couple of weeks, when he returns
from vacation.

** Changed in: pulseaudio (Ubuntu)
 Assignee: Ricardo Salveti (rsalveti) = (unassigned)

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

Title:
  Pulseaudio should integrate with trust-store

Status in the base for Ubuntu mobile products:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Triaged

Bug description:
  Currently the 'audio' policy group allows access to pulseaudio which
  allows apps to use the microphone and eavesdrop on the user.
  Pulseaudio needs to be modified to use trust-store, like location-
  service does. Integrating with trust-store means that when an app
  tries use the microphone via pulseaudio, pulseaudio will contact
  trust-store, the trust-store will prompt the user (Foo wants to use
  the microphone. Is this ok? Yes|No), optionally cache the result and
  return the result to pulseaudio. In this manner the user is given a
  contextual prompt at the time of access by the app. Using caching this
  decision can be remembered the next time. If caching is used, there
  should be a method to change the decision in settings.

  Targeting to T-Series for now, since the trust-store is not in a
  reusable form yet.

  Original description:
  David and the security team (inspired by an observation from Rick) discussed 
that when recording, pulseaudio should somehow unobtrusively show the user that 
it is recording. The easiest thing to do would be for pulseaudio to alert 
indicator-sound which would then turn its icon red (similar to 
indicator-message turning blue with new messages). Marking 'high' because apps 
with access to pulseaudio can currently eavedrop on users. If the app is 
allowed to do networking (the default for apps), then it can ship that 
information off to a server somewhere.

  Note 1, the alert to indicator-sound must happen via the out of
  process pulseaudio server and not the confined app itself to be
  effective.

  Note 2, we should consider how to enforce this for foreground apps
  only. Application lifecycle should probably handle this for 13.10
  (apps are suspended if not in foreground or if the screensaver is on),
  but we don't want an app on the converged device to record in the
  background when the user isn't paying attention. Example eavesdropping
  attack: start recording only when the screensaver is on (perhaps
  inhibiting the screensaver during recording would be enough).

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1224756/+subscriptions

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


[Desktop-packages] [Bug 1292113] Re: CTRL+ALT+T - shortcut to open Terminal is does not work

2015-06-25 Thread mathias
affects me too this bug - ctrl key has stopped working

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

Title:
  CTRL+ALT+T - shortcut to open Terminal is does not work

Status in GNOME Terminal:
  New
Status in gnome-terminal package in Ubuntu:
  Fix Released

Bug description:
  The global shortcut CTRL+ALT+T to open a new terminal windows is missing in 
Ubuntu since 14.04
  Please reenable it.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-terminal 3.6.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar 13 18:01:32 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-10 (92 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to trusty on 2014-03-07 (6 days ago)

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

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


[Desktop-packages] [Bug 1466130] Re: Intel Graphics 5500

2015-06-25 Thread Christopher M. Penalver
Wes, thank you for reporting this and helping make Ubuntu better.

Could you please provide the full computer model as noted on the sticker
of the computer itself (not from the Bug Description)?

** Tags added: needs-full-computer-model

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

Title:
  Intel Graphics 5500

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  There are missing letters, some of the background display is black,
  etc. Everything only works properly when I resume boot from the
  recovery mode.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Jun 17 11:19:56 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:2293]
  InstallationDate: Installed on 2015-06-16 (0 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: Hewlett-Packard HP Pavilion 15 Notebook PC
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic.efi.signed 
root=UUID=5adf5fb3-6806-4214-bfcc-610afee5d200 ro recovery nomodeset
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/02/2015
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2293
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 78.21
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd02/02/2015:svnHewlett-Packard:pnHPPavilion15NotebookPC:pvr0971120002405F1620180:rvnHewlett-Packard:rn2293:rvr78.21:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion 15 Notebook PC
  dmi.product.version: 0971120002405F1620180
  dmi.sys.vendor: Hewlett-Packard
  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 N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Wed Jun 17 11:18:34 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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


[Desktop-packages] [Bug 1465892] Re: xorg 1:7.7+7ubuntu4

2015-06-25 Thread Christopher M. Penalver
Mohamed El-Defrawy, thank you for taking the time to report this and
helping to make Ubuntu better. Unfortunately, this report didn't include
enough information. You may find it helpful to read How to report bugs
effectively http://www.chiark.greenend.org.uk/~sgtatham/bugs.html and
https://wiki.ubuntu.com/ReportingBugs . We'd be grateful if you would
then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem,
2. The behavior you expected, and
3. The behavior you actually encountered (in as much detail as possible).

Thank you for your understanding.

** Tags added: bios-outdated-a14

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

Title:
  xorg 1:7.7+7ubuntu4

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xorg 1:7.7+7ubuntu4

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Jun 17 02:25:24 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:02aa]
 Subsystem: Dell Device [1028:02aa]
  InstallationDate: Installed on 2015-06-15 (1 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release i386 (20150422)
  MachineType: Dell Inc. Inspiron 1545
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=af9eb444-00a6-4ce8-9048-af105df26a38 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/13/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0G848F
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd05/13/2009:svnDellInc.:pnInspiron1545:pvr:rvnDellInc.:rn0G848F:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1545
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed Jun 17 01:09:41 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   28161 
   vendor LGD
  xserver.version: 2:1.17.1-0ubuntu3

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

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


[Desktop-packages] [Bug 1467723] Re: onboard indicator is way too long

2015-06-25 Thread Launchpad Bug Tracker
** Branch linked: lp:onboard

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

Title:
  onboard indicator is way too long

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

Bug description:
  Install lubuntu 15.10 in a kvm virtual machine then run sudo apt-get
  insatll onboard. Launch onboard in lxde. Notice the indicator taking a
  massive area in panel. at lower resolutions this can push the menu off
  screen and reduces the area in the ui for users of onboard.

  onboard:
Installed: 1.1.1-0ubuntu1
Candidate: 1.1.1-0ubuntu1
Version table:
   *** 1.1.1-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ wily/main i386 Packages
  100 /var/lib/dpkg/status
  Description:  Ubuntu Wily Werewolf (development branch)
  Release:  15.10
  lxpanel:
Installed: 0.7.2-1ubuntu2
Candidate: 0.7.2-1ubuntu2
Version table:
   *** 0.7.2-1ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ wily/universe i386 Packages
  100 /var/lib/dpkg/status
  I expected onboard to not hog most of the panel. Instead onbaord hogs most of 
the panel.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: onboard 1.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic i686
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: i386
  CurrentDesktop: LXDE
  Date: Mon Jun 22 19:04:50 2015
  InstallationDate: Installed on 2015-06-22 (0 days ago)
  InstallationMedia: Lubuntu 15.10 Wily Werewolf - Alpha i386 (20150622)
  SourcePackage: onboard
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1449991] Re: Upgrade poppler to latest stable version 0.32

2015-06-25 Thread Robert Ancell
Eventually. It's up to the Debian devs when they update.

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

Title:
  Upgrade poppler to latest stable version 0.32

Status in poppler package in Ubuntu:
  Fix Released

Bug description:
  Please upgrade poppler and poppler-utils to latest stable version,
  which is 0.32 since March 2015

  See also http://poppler.freedesktop.org/

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

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


[Desktop-packages] [Bug 1465822] Re: X session crashed

2015-06-25 Thread Christopher M. Penalver
** Tags added: bios-outdated-a13

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

Title:
  X session crashed

Status in xorg package in Ubuntu:
  New

Bug description:
  While normal use, Unity disappeared, black screen with white blinking
  cursor appeared, then I was redirected to login screen. No changes
  were made to system recently.

  Xorg.log.old indicated the following error:

  [ 11178.146] (EE) 
  [ 11178.146] (EE) Backtrace:
  [ 11178.147] (EE) 0: /usr/bin/X (xorg_backtrace+0x48) [0x7f40ec9fded8]
  [ 11178.148] (EE) 1: /usr/bin/X (0x7f40ec859000+0x1a8f19) [0x7f40eca01f19]
  [ 11178.148] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7f40ea9d9000+0x36d40) 
[0x7f40eaa0fd40]
  [ 11178.148] (EE) 3: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7f40e67df000+0x46431) [0x7f40e6825431]
  [ 11178.148] (EE) 4: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7f40e67df000+0x4dc90) [0x7f40e682cc90]
  [ 11178.148] (EE) 5: /usr/bin/X (0x7f40ec859000+0x130f5d) [0x7f40ec989f5d]
  [ 11178.148] (EE) 6: /usr/bin/X (0x7f40ec859000+0x4ffe2) [0x7f40ec8a8fe2]
  [ 11178.148] (EE) 7: /usr/bin/X (0x7f40ec859000+0x5369e) [0x7f40ec8ac69e]
  [ 11178.148] (EE) 8: /usr/bin/X (0x7f40ec859000+0x574ea) [0x7f40ec8b04ea]
  [ 11178.148] (EE) 9: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) 
[0x7f40ea9faec5]
  [ 11178.148] (EE) 10: /usr/bin/X (0x7f40ec859000+0x42a5e) [0x7f40ec89ba5e]
  [ 11178.148] (EE) 
  [ 11178.148] (EE) Segmentation fault at address 0xb0b0008
  [ 11178.148] (EE) 
  Fatal server error:
  [ 11178.148] (EE) Caught signal 11 (Segmentation fault). Server aborting
  [ 11178.148] (EE) 
  [ 11178.148] (EE) 
  Please consult the The X.Org Foundation support 
 at http://wiki.x.org
   for help. 
  [ 11178.148] (EE) Please also check the log file at /var/log/Xorg.0.log for 
additional information.
  [ 11178.148] (EE) 
  [ 11178.148] (II) AIGLX: Suspending AIGLX clients for VT switch
  [ 11179.500] (EE) Server terminated with error (1). Closing log file.

  (also included as an attachment)

  kern.log:
  Jun 16 21:10:13 dell9 kernel: [11186.675544] show_signal_msg: 153 callbacks 
suppressed
  Jun 16 21:10:13 dell9 kernel: [11186.675550] PulseaudioSound[3300]: segfault 
at fe5da741ebf7 ip 01c47ce0 sp 7f61f2014538 error 5 in 
spotify[40+252]

  (I think Spotify crash was an effect rather than cause of X crash)

  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04
  xorg:
Zainstalowana: 1:7.7+1ubuntu8.1
Kandydująca:   1:7.7+1ubuntu8.1
Tabela wersji:
   *** 1:7.7+1ubuntu8.1 0
  500 http://pl.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:7.7+1ubuntu8 0
  500 http://pl.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  I am a beginning Linux user. If I can provide more information, I will
  be happy to help.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-21.21~14.04.1-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue Jun 16 21:15:05 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.19.0-20-generic, x86_64: installed
   bbswitch, 0.7, 3.19.0-21-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:05fa]
 Subsystem: Dell Device [1028:05fa]
  InstallationDate: Installed on 2015-06-08 (8 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: Dell Inc. Inspiron 7537
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic.efi.signed 
root=UUID=76c8d406-894b-4013-90c6-b4313dc34b14 ro noprompt persistent quiet 
splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/18/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 038M0M
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd07/18/2014:svnDellInc.:pnInspiron7537:pvr:rvnDellInc.:rn038M0M:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Inspiron 7537
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  

[Desktop-packages] [Bug 1466235] Re: Xorg crash

2015-06-25 Thread Christopher M. Penalver
akeraj ali, thank you for reporting this and helping make Ubuntu better.

As per http://www.dell.com/support/home/us/en/19/product-
support/product/inspiron-15-3542-laptop/drivers an update to your
computer's buggy and outdated BIOS is available (A06). 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 New.

Thank you for your understanding.

** Tags added: bios-outdated-a06

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

Title:
  Xorg crash

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  when system do two or three process it come back to login page

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-55.92-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Jun 18 03:09:03 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.13.0-53-generic, x86_64: installed
   virtualbox, 4.3.10, 3.13.0-54-generic, x86_64: installed
   virtualbox, 4.3.10, 3.13.0-55-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0651]
  InstallationDate: Installed on 2015-01-19 (149 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Inspiron 3542
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-55-generic 
root=UUID=b21e5ae6-b281-43f4-843f-e37c074abc16 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/27/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 09V1VC
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd05/27/2014:svnDellInc.:pnInspiron3542:pvrNotSpecified:rvnDellInc.:rn09V1VC:rvrA03:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3542
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  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: Wed Jun 17 20:47:06 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5567 
   vendor CMN
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Desktop-packages] [Bug 1467723] Re: onboard indicator is way too long

2015-06-25 Thread marmuta
** Also affects: onboard
   Importance: Undecided
   Status: New

** Changed in: onboard
   Status: New = Confirmed

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

Title:
  onboard indicator is way too long

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

Bug description:
  Install lubuntu 15.10 in a kvm virtual machine then run sudo apt-get
  insatll onboard. Launch onboard in lxde. Notice the indicator taking a
  massive area in panel. at lower resolutions this can push the menu off
  screen and reduces the area in the ui for users of onboard.

  onboard:
Installed: 1.1.1-0ubuntu1
Candidate: 1.1.1-0ubuntu1
Version table:
   *** 1.1.1-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ wily/main i386 Packages
  100 /var/lib/dpkg/status
  Description:  Ubuntu Wily Werewolf (development branch)
  Release:  15.10
  lxpanel:
Installed: 0.7.2-1ubuntu2
Candidate: 0.7.2-1ubuntu2
Version table:
   *** 0.7.2-1ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ wily/universe i386 Packages
  100 /var/lib/dpkg/status
  I expected onboard to not hog most of the panel. Instead onbaord hogs most of 
the panel.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: onboard 1.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic i686
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: i386
  CurrentDesktop: LXDE
  Date: Mon Jun 22 19:04:50 2015
  InstallationDate: Installed on 2015-06-22 (0 days ago)
  InstallationMedia: Lubuntu 15.10 Wily Werewolf - Alpha i386 (20150622)
  SourcePackage: onboard
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1465377] Re: Change login while other user is logged in: sometimes crashes/freezes/hangs

2015-06-25 Thread Christopher M. Penalver
LaunchpadUser, thank you for reporting this and helping make Ubuntu
better.

As per http://www.gigabyte.com/products/product-page.aspx?pid=4714#bios
an update to your computer's buggy and outdated BIOS is available (F6).
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 New.

Thank you for your understanding.

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

Title:
  Change login while other user is logged in: sometimes
  crashes/freezes/hangs

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When trying to login with a user account while another user is already
  logged in, Ubuntu sometimes crashes/hanges/freezes!

  This bug exists for many years, so for many Ubuntu versions - even in
  the latest LTS versions with fresh standard installation (Unity), 64
  Bit. During the years of this bug, I had different computers
  (hardware) with different graphics cards (nVidia, AMD) different
  Ubuntus (32 Bit, 64 Bit, LTS, non-LTS). This bug bugs us for so many
  years because we have two computers (exchanged every couple of years
  with fresh Ubuntu installations) that each has multiple login accounts
  (for all family members). Every once in a while one user wants to
  login while another is already logged in. The login screen allowws to
  login while another user is logged in, so this should basically work.
  Other scenario is, the the logged in user simple loggs in to another
  user via the system menu (top right).

  The results are miscellanious: sometimes it works, sometimes, the
  graphics get distorted, sometimes, the screen just turns black
  (sometimes with a white cursopr line blinking), sometimes it freezes,
  sometimes it crashes. All in all: it's very unstable and buggy.

  Last messages in /var/log/kernel.log:

  -
  ...
  Jun 15 19:53:11 PC-M kernel: [   17.365242] type=1400 
audit(1434390791.618:8): apparmor=STATUS operation=profile_load 
profile=unconfined name=/usr/lib/cups/backend/cups-pdf pid=867 
comm=apparmor_parser
  Jun 15 19:53:11 PC-M kernel: [   17.365253] type=1400 
audit(1434390791.618:9): apparmor=STATUS operation=profile_load 
profile=unconfined name=/usr/sbin/cupsd pid=867 comm=apparmor_parser
  Jun 15 19:53:11 PC-M kernel: [   17.365575] type=1400 
audit(1434390791.618:10): apparmor=STATUS operation=profile_replace 
profile=unconfined name=/usr/sbin/cupsd pid=867 comm=apparmor_parser
  Jun 15 19:53:11 PC-M kernel: [   17.417132] r8169 :01:00.0 eth0: link down
  Jun 15 19:53:11 PC-M kernel: [   17.417157] r8169 :01:00.0 eth0: link down
  Jun 15 19:53:11 PC-M kernel: [   17.417203] IPv6: ADDRCONF(NETDEV_UP): eth0: 
link is not ready
  Jun 15 19:53:11 PC-M kernel: [   17.417589] IPv6: ADDRCONF(NETDEV_UP): eth0: 
link is not ready
  Jun 15 19:53:11 PC-M kernel: [   17.429647] type=1400 
audit(1434390791.682:11): apparmor=STATUS operation=profile_load 
profile=unconfined name=/usr/lib/lightdm/lightdm-guest-session pid=923 
comm=apparmor_parser
  Jun 15 19:53:12 PC-M kernel: [   18.455730] fglrx_pci :00:01.0: irq 86 
for MSI/MSI-X
  Jun 15 19:53:12 PC-M kernel: [   18.456922] 6[fglrx] Firegl kernel thread 
PID: 1358
  Jun 15 19:53:12 PC-M kernel: [   18.457010] 6[fglrx] Firegl kernel thread 
PID: 1359
  Jun 15 19:53:12 PC-M kernel: [   18.457112] 6[fglrx] Firegl kernel thread 
PID: 1360
  Jun 15 19:53:12 PC-M kernel: [   18.457222] 6[fglrx] IRQ 86 Enabled
  Jun 15 19:53:12 PC-M kernel: [   18.465425] 6[fglrx] Reserved FB block: 
Shared offset:0, size:100 
  Jun 15 19:53:12 PC-M kernel: [   18.465427] 6[fglrx] Reserved FB block: 
Unshared offset:f9b4000, size:4000 
  Jun 15 19:53:12 PC-M kernel: [   18.465429] 6[fglrx] Reserved FB block: 
Unshared offset:f9b8000, size:548000 
  Jun 15 19:53:12 PC-M kernel: [   18.465430] 6[fglrx] Reserved FB block: 
Unshared offset:ff0, size:10 
  Jun 15 19:53:12 PC-M kernel: [   18.465431] 6[fglrx] Reserved FB block: 
Unshared offset:7ffd7000, size:29000 
  Jun 15 19:53:12 PC-M kernel: [   18.520520] 6[fglrx] ATIF platform detected 
with notification ID: 0x81
  Jun 15 19:53:13 PC-M kernel: [   18.962467] 

[Desktop-packages] [Bug 1465862] Re: Mouse Cursor Invisible

2015-06-25 Thread Christopher M. Penalver
Vindicator, thank you for reporting this and helping make Ubuntu better.

As per http://www.asrock.com/mb/Intel/H97M-ITXac/?cat=Downloados=BIOS
an update to your computer's buggy and outdated BIOS is available
(1.70). 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-1.70

** Package changed: xorg (Ubuntu) = linux (Ubuntu)

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

** Changed in: linux (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/1465862

Title:
  Mouse Cursor Invisible

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  My first experience was while using kernel 3.9.21 which I upgraded to today.
  I read about gsettings set org.gnome.settings-daemon.plugins.cursor active 
false, but it didn't bring it back (I did not reboot).
  Then I also read about CTRL-ALT-F1 - F7 and it came back.

  Then I built my own kernel 4.0, rebooted and straight away the mouse cursor 
was nowhere to be seen (don't remember if it was visible during login).
  Right away I tried CTRL-ALT-F1 - F7 and that did nothing. Luckily items will 
highlight when hovered over, so I got my browser up and also brought up the 
terminal to try gsettings again, but to no avail.
  That's when I tried ubuntu-bug report and at the very last stage when I'm 
about to press Send, the cursor shows up.

  I went ahead and sent the report anyway in hopes that the capturing
  part of the report would show the visibility issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  Uname: Linux 4.0.0-04-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Tue Jun 16 16:56:30 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Generation Core Processor Family Integrated Graphics 
Controller [8086:041e] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:041e]
  InstallationDate: Installed on 2015-06-04 (12 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.0.0-04-generic 
root=/dev/mapper/ubuntu--vg-root ro noprompt quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/15/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.50
  dmi.board.name: H97M-ITX/ac
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd12/15/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH97M-ITX/ac: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.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 

[Desktop-packages] [Bug 1222356] Re: WARNING: Couldn't register with accessibility bus: Did not receive a reply.

2015-06-25 Thread LocutusOfBorg
According to the Debian bug report this bug seems to be fixed.


** Changed in: at-spi2-core (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  WARNING: Couldn't register with accessibility bus: Did not receive a
  reply.

Status in at-spi2-core package in Ubuntu:
  Fix Released
Status in at-spi2-core package in Debian:
  Fix Released

Bug description:
  The following warnings/errors appear after calling ubuntu-bug

  ** (apport-gtk:3020): WARNING **: Couldn't register with accessibility
  bus: Did not receive a reply. Possible causes include: the remote
  application did not send a reply, the message bus security policy
  blocked the reply, the reply timeout expired, or the network
  connection was broken.

  (process:4192): GLib-CRITICAL **: g_slice_set_config: assertion
  'sys_page_size == 0' failed

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: apport-gtk 2.12.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic x86_64
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: amd64
  Date: Sun Sep  8 10:54:01 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-09-01 (371 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: Upgraded to saucy on 2013-09-05 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/1222356/+subscriptions

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


[Desktop-packages] [Bug 1467723] Re: onboard indicator is way too long

2015-06-25 Thread marmuta
Thanks for the bug report. Onboard's svg icon size was set too large and
lxpanel-indicator-applet-plugin doesn't seems to scale icons down. What
your image shows is basically the upper edge of a gigantic icon... Fixed
in trunk.

Francesco, when you find the time please prepare a new snapshot. Thanks
in advance.


** Changed in: onboard
   Status: Confirmed = Fix Committed

** Changed in: onboard
   Importance: Undecided = Low

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

Title:
  onboard indicator is way too long

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

Bug description:
  Install lubuntu 15.10 in a kvm virtual machine then run sudo apt-get
  insatll onboard. Launch onboard in lxde. Notice the indicator taking a
  massive area in panel. at lower resolutions this can push the menu off
  screen and reduces the area in the ui for users of onboard.

  onboard:
Installed: 1.1.1-0ubuntu1
Candidate: 1.1.1-0ubuntu1
Version table:
   *** 1.1.1-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ wily/main i386 Packages
  100 /var/lib/dpkg/status
  Description:  Ubuntu Wily Werewolf (development branch)
  Release:  15.10
  lxpanel:
Installed: 0.7.2-1ubuntu2
Candidate: 0.7.2-1ubuntu2
Version table:
   *** 0.7.2-1ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ wily/universe i386 Packages
  100 /var/lib/dpkg/status
  I expected onboard to not hog most of the panel. Instead onbaord hogs most of 
the panel.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: onboard 1.1.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic i686
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: i386
  CurrentDesktop: LXDE
  Date: Mon Jun 22 19:04:50 2015
  InstallationDate: Installed on 2015-06-22 (0 days ago)
  InstallationMedia: Lubuntu 15.10 Wily Werewolf - Alpha i386 (20150622)
  SourcePackage: onboard
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1292113] Re: CTRL+ALT+T - shortcut to open Terminal is does not work

2015-06-25 Thread Jean-Pierre Rupp
I get this problem sometimes in Ubuntu 15.04. Logging out and then
logging back in usually fixes it.

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

Title:
  CTRL+ALT+T - shortcut to open Terminal is does not work

Status in GNOME Terminal:
  New
Status in gnome-terminal package in Ubuntu:
  Fix Released

Bug description:
  The global shortcut CTRL+ALT+T to open a new terminal windows is missing in 
Ubuntu since 14.04
  Please reenable it.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-terminal 3.6.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar 13 18:01:32 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-10 (92 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  ProcEnviron:
   LANGUAGE=de_DE
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to trusty on 2014-03-07 (6 days ago)

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

-- 
Mailing list: https://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 1466130] Re: Intel Graphics 5500

2015-06-25 Thread Wes
HP Pavillion 15-P214DX Notebook
intel core i7-5500U CPU @ 2.40 GHz
6.00GB
64-bit Operating System, x64-based processor

On Thu, Jun 25, 2015 at 7:48 AM, Christopher M. Penalver 
christopher.m.penal...@gmail.com wrote:

 Wes, thank you for reporting this and helping make Ubuntu better.

 Could you please provide the full computer model as noted on the sticker
 of the computer itself (not from the Bug Description)?

 ** Tags added: needs-full-computer-model

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

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

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

 Title:
   Intel Graphics 5500

 Status in xorg package in Ubuntu:
   Incomplete

 Bug description:
   There are missing letters, some of the background display is black,
   etc. Everything only works properly when I resume boot from the
   recovery mode.

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: xorg 1:7.7+1ubuntu8.1
   ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
   Uname: Linux 3.16.0-41-generic x86_64
   .tmp.unity.support.test.1:

   ApportVersion: 2.14.1-0ubuntu3.11
   Architecture: amd64
   CompizPlugins: No value set for
 `/apps/compiz-1/general/screen0/options/active_plugins'
   CompositorRunning: compiz
   CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
   CompositorUnredirectFSW: true
   Date: Wed Jun 17 11:19:56 2015
   DistUpgraded: Fresh install
   DistroCodename: trusty
   DistroVariant: ubuntu
   GraphicsCard:
Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09)
 (prog-if 00 [VGA controller])
  Subsystem: Hewlett-Packard Company Device [103c:2293]
   InstallationDate: Installed on 2015-06-16 (0 days ago)
   InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64
 (20150218.1)
   MachineType: Hewlett-Packard HP Pavilion 15 Notebook PC
   ProcEnviron:
LANGUAGE=en_US
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic.efi.signed
 root=UUID=5adf5fb3-6806-4214-bfcc-610afee5d200 ro recovery nomodeset
   Renderer: Software
   SourcePackage: xorg
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 02/02/2015
   dmi.bios.vendor: Insyde
   dmi.bios.version: F.36
   dmi.board.asset.tag: Type2 - Board Asset Tag
   dmi.board.name: 2293
   dmi.board.vendor: Hewlett-Packard
   dmi.board.version: 78.21
   dmi.chassis.type: 10
   dmi.chassis.vendor: Hewlett-Packard
   dmi.chassis.version: Chassis Version
   dmi.modalias:
 dmi:bvnInsyde:bvrF.36:bd02/02/2015:svnHewlett-Packard:pnHPPavilion15NotebookPC:pvr0971120002405F1620180:rvnHewlett-Packard:rn2293:rvr78.21:cvnHewlett-Packard:ct10:cvrChassisVersion:
   dmi.product.name: HP Pavilion 15 Notebook PC
   dmi.product.version: 0971120002405F1620180
   dmi.sys.vendor: Hewlett-Packard
   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 N/A
   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
   version.libgl1-mesa-glx: libgl1-mesa-glx N/A
   version.xserver-xorg-core: xserver-xorg-core N/A
   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
   version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
   version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
   xserver.bootTime: Wed Jun 17 11:18:34 2015
   xserver.configfile: default
   xserver.logfile: /var/log/Xorg.0.log
   xserver.outputs:

   xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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


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

Title:
  Intel Graphics 5500

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  There are missing letters, some of the background display is black,
  etc. Everything only works properly when I resume boot from the
  recovery mode.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Jun 17 11:19:56 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
  

[Desktop-packages] [Bug 1468833] Re: please merge usb-modeswitch from Debian

2015-06-25 Thread Ubuntu Foundations Team Bug Bot
The attachment patch seems to be a debdiff.  The ubuntu-sponsors team
has been subscribed to the bug report so that they can review and
hopefully sponsor the debdiff.  If the attachment isn't a patch, please
remove the patch flag from the attachment, remove the patch tag, and
if you are member of the ~ubuntu-sponsors, unsubscribe the team.

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

** Tags added: patch

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

Title:
  please merge usb-modeswitch from Debian

Status in usb-modeswitch package in Ubuntu:
  New

Bug description:
  debdiff following

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

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


[Desktop-packages] [Bug 1443667] Re: Installer crashes installing libreoffice

2015-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package libreoffice - 1:4.4.2-0ubuntu3

---
libreoffice (1:4.4.2-0ubuntu3) wily; urgency=medium

   * Cherry-pick from Debian for wps 0.4
   * debian/patches/libwps-0.4.diff: backport from upstream; adapt for libwps
 0.4
   * debian/rules:
 - build-depend on libwps = 0.4

 -- Iain Lane i...@orangesquash.org.uk  Tue, 23 Jun 2015 10:12:03
+0100

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

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

Title:
  Installer crashes installing libreoffice

Status in libreoffice package in Ubuntu:
  Fix Released
Status in libreoffice source package in Vivid:
  In Progress

Bug description:
  [Impact]

  * utopic - vivid updates might be disrupted

  [Test Case]

  * Update from LibreOffice  4.4.1 to a current version. Depends on
  package order however

  [Regression Potential]

  * extremely low: no code change, just modifying the already existing
  version of the Replaces: of libreoffice-core against libreoffice-
  common

  [Other Info]
  Caused by 
http://anonscm.debian.org/cgit/pkg-openoffice/libreoffice.git/commit/?h=debian-experimental-4.4id=b0002aad6276ac1f21828e5bea1d4c319a345b58
 in Ubuntu vivid since 4.4.1-0ubuntu2.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubiquity 2.21.5
  ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
  Uname: Linux 3.18.0-9-generic x86_64
  ApportVersion: 2.15.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.348
  CurrentDesktop: KDE
  Date: Mon Apr 13 17:29:35 2015
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/kubuntu.seed boot=casper maybe-ubiquity quiet splash --
  LiveMediaBuild: Kubuntu 15.04 Vivid Vervet - Alpha amd64 (20150120.2)
  SourcePackage: ubiquity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1449991] Re: Upgrade poppler to latest stable version 0.32

2015-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package poppler - 0.33.0-0ubuntu1

---
poppler (0.33.0-0ubuntu1) wily; urgency=medium

  * New upstream release (LP: #1449991)
  * Rename packages according to the new SONAMEs:
- libpoppler49 - libpoppler52
  * debian/libpoppler-glib8.symbols.in:
  * debian/libpoppler-qt4-4.symbols.in:
  * debian/libpoppler-qt5-1.symbols.in:
- Updated

 -- Robert Ancell robert.anc...@canonical.com  Tue, 23 Jun 2015
17:01:45 +1200

** Changed in: poppler (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Upgrade poppler to latest stable version 0.32

Status in poppler package in Ubuntu:
  Fix Released

Bug description:
  Please upgrade poppler and poppler-utils to latest stable version,
  which is 0.32 since March 2015

  See also http://poppler.freedesktop.org/

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

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


[Desktop-packages] [Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-06-25 Thread Elin
Hey,

I tried to follow the instructions given in post 100 and got he error:
breaks existing package n 'intel-gpu-tools' that conflict: 'xserver-
xorg-video-intel'.

My computer is a dell latitude E7450 and i have Ubuntu 14.04. Any idea
how to solve this problem? I would very much appreciate your help!

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

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

Status in X.org xf86-video-intel:
  Unknown
Status in xserver-xorg-video-intel package in Ubuntu:
  Fix Released
Status in xserver-xorg-video-intel source package in Utopic:
  In Progress

Bug description:
  Trying to achieve: Get a more stable graphics environment up and
  running

  Steps to take:  basic ubtuntu 14.04 install.  Boot up and run for a
  few minutes and then ...

  What happens: After running for a few minutes the graphics gets
  flacky.

  What should happen:  Graphics should not get flaky.

  I have just installed ubuntu 14.04 on my new thinkpad t450s.
  Everything basically works, but something is very flaky about my
  keyboard or display or both.  After running for awhile some apps
  (E.g., thunderbird and sometimes emacs for example) will display
  garbage.  If I refresh by moving the screen around or changing
  buffers/tabs/etc. they can often recover.

  I see that there is an [Intel(R) Graphics Installer for Linux*
  1.0.7](https://01.org/linuxgraphics/downloads/2014/intelr-graphics-
  installer-linux-1.0.7). I am leery about just loading this and running
  it.  Any suggestions about how I should proceed?

  $ sudo lshw -c video
*-display
 description: VGA compatible controller
 product: Broadwell-U Integrated Graphics
 vendor: Intel Corporation
 physical id: 2
 bus info: pci@:00:02.0
 version: 09
 width: 64 bits
 clock: 33MHz
 capabilities: msi pm vga_controller bus_master cap_list rom
 configuration: driver=i915 latency=0
 resources: irq:63 memory:e000-e0ff 
memory:d000-dfff ioport:3000(size=64)
  $ modinfo i915 | head
  filename:   
/lib/modules/3.16.0-31-generic/kernel/drivers/gpu/drm/i915/i915.ko
  license:GPL and additional rights
  description:Intel Graphics
  author: Tungsten Graphics, Inc.
  srcversion: 9929027A8A6F05972AD6986
  alias:  pci:v8086d22B3sv*sd*bc03sc*i*
  alias:  pci:v8086d22B2sv*sd*bc03sc*i*
  alias:  pci:v8086d22B1sv*sd*bc03sc*i*
  alias:  pci:v8086d22B0sv*sd*bc03sc*i*
  alias:  pci:v8086d162Dsv*sd*bc03sc*i*
  $ uname -a
  Linux mypad 3.16.0-31-generic #43~14.04.1-Ubuntu SMP Tue Mar 10 20:13:38 
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

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

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


[Desktop-packages] [Bug 1449991] Re: Upgrade poppler to latest stable version 0.32

2015-06-25 Thread Pander
Thanks. Will this also end up in Debian?

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

Title:
  Upgrade poppler to latest stable version 0.32

Status in poppler package in Ubuntu:
  Fix Released

Bug description:
  Please upgrade poppler and poppler-utils to latest stable version,
  which is 0.32 since March 2015

  See also http://poppler.freedesktop.org/

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

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


[Desktop-packages] [Bug 1088498] Re: Microphone not working, Ubuntu 12.10 x64, ALC887

2015-06-25 Thread Aurel Branzeanu
Not Actual

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

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

Title:
  Microphone not working, Ubuntu 12.10 x64, ALC887

Status in alsa-driver package in Ubuntu:
  Invalid

Bug description:
  Microphone not working at all.

  alsa-driver (1.0.25+dfsg-0ubuntu3)

  Here is the link with alsa information of my PC:

  http://www.alsa-
  project.org/db/?f=d84fc0cb0efdb3ec6b4a2cfd4a2959cb49db7c34

  Have tried alsamixer, pavucontrol - no way.

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

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


[Desktop-packages] [Bug 1468778] [NEW] Unable to login to ICQ after changing pass/attaching email

2015-06-25 Thread Volodya
Public bug reported:

I have changed a password via the website (icq.com) and have also
attached the e-mail from there.

Since then i am unable to login via pidgin.

I have tried to login via ICQ number and via Email. Both were
unsuccessful.

The error message is incorrect password.


Perhaps the upgrade to 2.10.11 is needed. 
https://www.mail-archive.com/debian-bugs-closed@lists.debian.org/msg472701.html

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: pidgin 1:2.10.9-0ubuntu3.2
ProcVersionSignature: Ubuntu 3.13.0-54.91-generic 3.13.11-ckt20
Uname: Linux 3.13.0-54-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu Jun 25 17:14:29 2015
InstallationDate: Installed on 2015-01-19 (157 days ago)
InstallationMedia: Xubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140723)
SourcePackage: pidgin
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Unable to login to ICQ after changing pass/attaching email

Status in pidgin package in Ubuntu:
  New

Bug description:
  I have changed a password via the website (icq.com) and have also
  attached the e-mail from there.

  Since then i am unable to login via pidgin.

  I have tried to login via ICQ number and via Email. Both were
  unsuccessful.

  The error message is incorrect password.

  
  Perhaps the upgrade to 2.10.11 is needed. 
https://www.mail-archive.com/debian-bugs-closed@lists.debian.org/msg472701.html

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pidgin 1:2.10.9-0ubuntu3.2
  ProcVersionSignature: Ubuntu 3.13.0-54.91-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-54-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Jun 25 17:14:29 2015
  InstallationDate: Installed on 2015-01-19 (157 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140723)
  SourcePackage: pidgin
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1342675] Re: Random characters in screen text suddenly disappear

2015-06-25 Thread Marck
Link from #14 / ubuntu tweak only works temporarily and not very very well when 
using multiple screens.
Some goes for changing fonts sizes. 

I posted a workaround (using UXA instead of SNA)
http://askubuntu.com/questions/584922/how-do-i-fix-fonts-not-rendering-
and-missing-letters

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

Title:
  Random characters in screen text suddenly disappear

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

Bug description:
  While using my machine, characters suddenly disappear. No character in
  particular, not in any single application in particular, and copying
  and pasting the text preserves the characters.

  Scrolling the text out of view and back into view doesn't affect the
  missing characters. Switching between applications may change the
  affected characters (possibly due to a redraw operation?)

  Restarting often solves the problem, but it comes back after a couple
  of hours working. I've attached a screenshot to show you the problem.

  I do believe this is different than the bug relating to garbled characters in 
a number of ways
  1. I don't ever get garbled characters
  2. Scrolling out/in of the affected text doesn't re-show the missing 
characters, even navigating inside the application has no effect. 3. It's 
global, I can even see it on Desktop icon names

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Jul 16 14:48:25 2014
  DistUpgraded: 2014-06-29 16:38:35,552 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.10, 3.11.0-24-generic, x86_64: installed
   virtualbox, 4.3.10, 3.13.0-30-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: LG Electronics, Inc. Device [1854:0803]
  InstallationDate: Installed on 2014-03-28 (109 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LG Electronics R590-G.ARIBE8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic 
root=UUID=79c2f2b5-87cb-44d0-83fa-d99e73bb0a73 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: Upgraded to trusty on 2014-06-29 (16 days ago)
  dmi.bios.date: 01/06/2010
  dmi.bios.vendor: INSYDE
  dmi.bios.version: QL4L3I51
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Base Board Product Name
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrQL4L3I51:bd01/06/2010:svnLGElectronics:pnR590-G.ARIBE8:pvr05:rvnIntelCorp.:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: R590-G.ARIBE8
  dmi.product.version: 05
  dmi.sys.vendor: LG Electronics
  version.compiz: compiz 1:0.9.11.1+14.04.20140701-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
  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
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Jul 16 01:52:06 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 560 
   vendor LGD
  xserver.version: 2:1.15.1-0ubuntu2

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

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

[Desktop-packages] [Bug 1467602] Re: after screenlock and screen suspend, external display port monitor doesn't resume properly

2015-06-25 Thread Alberto Salvia Novella
** Changed in: xorg (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  after screenlock and screen suspend, external display port monitor
  doesn't resume properly

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  I have a Dell XPS 13 9343 with external display link monitor which I
  use in non-mirrored mode as two different screens. If the screen locks
  and suspends (simply locking is not enough) if I tap a key/move the
  mouse/etc the laptop screen comes up and the external monitor flashes
  on, but then the external monitor goes blank (but I can see its
  backlight is on). If I login, the desktop seems to think it is off and
  all of open windows are rearranged (it even puts some on different
  workspaces). The only thing resembling a workaround is if I tap a key,
  watch when the external monitor is blank, then turn off the external
  monitor, then turn it on, then unlock the screen. This isn't great
  though-- some windows are invisible and rearranged and I have to cycle
  through the different workspaces to find them and put them back.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  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 Jun 22 11:29:08 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-18-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-20-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-21-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0665]
  InstallationDate: Installed on 2015-06-13 (8 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Dell Inc. XPS 13 9343
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=7bc4dcd2-0bd8-4e42-b8b7-9f1ed6b8a3e9 ro libata.force=noncq quiet 
splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/25/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0310JH
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Mon Jun 22 10:53:54 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5153 
   vendor SHP
  xserver.version: 2:1.17.1-0ubuntu3

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

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


[Desktop-packages] [Bug 1468805] [NEW] Xorg crash

2015-06-25 Thread phoenix
Public bug reported:

crash of the X server

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21
Uname: Linux 3.13.0-57-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Thu Jun 25 17:38:02 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 vboxhost, 4.3.28, 3.13.0-53-generic, x86_64: installed
 vboxhost, 4.3.28, 3.13.0-54-generic, x86_64: installed
 vboxhost, 4.3.28, 3.13.0-55-generic, x86_64: installed
 vboxhost, 4.3.28, 3.13.0-57-generic, x86_64: installed
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:198f]
InstallationDate: Installed on 2014-09-18 (279 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: Hewlett-Packard HP EliteBook 840 G1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-57-generic 
root=UUID=de0cdcfe-16fb-454a-8813-ae4a79570c64 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
SystemImageInfo: Error: [Errno 2] Aucun fichier ou dossier de ce type: 
'system-image-cli'
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/23/2014
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: L71 Ver. 01.14
dmi.board.name: 198F
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 15.54
dmi.chassis.asset.tag: CNU434B0WD
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL71Ver.01.14:bd07/23/2014:svnHewlett-Packard:pnHPEliteBook840G1:pvrA3009DD10303:rvnHewlett-Packard:rn198F:rvrKBCVersion15.54:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 840 G1
dmi.product.version: A3009DD10303
dmi.sys.vendor: Hewlett-Packard
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: Thu Jun 25 11:33:41 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   18510 
 vendor SDC
xserver.version: 2:1.15.1-0ubuntu2.7

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


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

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

Title:
  Xorg crash

Status in xorg package in Ubuntu:
  New

Bug description:
  crash of the X server

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21
  Uname: Linux 3.13.0-57-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Thu Jun 25 17:38:02 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.28, 3.13.0-53-generic, x86_64: installed
   vboxhost, 4.3.28, 3.13.0-54-generic, x86_64: installed
   vboxhost, 4.3.28, 3.13.0-55-generic, x86_64: installed
   vboxhost, 4.3.28, 3.13.0-57-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:198f]
  InstallationDate: Installed on 2014-09-18 (279 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP EliteBook 840 G1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-57-generic 
root=UUID=de0cdcfe-16fb-454a-8813-ae4a79570c64 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  SystemImageInfo: Error: [Errno 2] Aucun fichier ou 

[Desktop-packages] [Bug 1468571] Re: Most keyboard shortcuts do not work on ubuntu gnome 15.04 after a few hours.

2015-06-25 Thread crocket
** Description changed:

  Several hours after booting ubuntu gnome 15.04, most keyboard shortcuts 
including Win+L, Ctrl+Alt+T, and media keys do not work.
  I don't know why it happens, but restarting gnome-settings-daemon fixes the 
issue temporarily.
- Restarting gnome-shell by Alt+F2, r, enter may fix it temporarily, too, but 
I haven't tested it.
+ Restarting gnome-shell by Alt+F2, r, enter also fixes it temporarily, too.
  
  Installed packages
  
  gnome-settings-daemon : 3.14.2-3ubuntu1

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

Title:
  Most keyboard shortcuts do not work on ubuntu gnome 15.04 after a few
  hours.

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

Bug description:
  Several hours after booting ubuntu gnome 15.04, most keyboard shortcuts 
including Win+L, Ctrl+Alt+T, and media keys do not work.
  I don't know why it happens, but restarting gnome-settings-daemon fixes the 
issue temporarily.
  Restarting gnome-shell by Alt+F2, r, enter also fixes it temporarily, too.

  Installed packages

  gnome-settings-daemon : 3.14.2-3ubuntu1

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

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


[Desktop-packages] [Bug 1449448] Re: fglrx-core 2:15.200-0ubuntu4: fglrx-core kernel module failed to build [error: ‘IRQF_DISABLED’ undeclared (first use in this function)]

2015-06-25 Thread Alberto Salvia Novella
** Changed in: fglrx-installer-updates (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  fglrx-core 2:15.200-0ubuntu4: fglrx-core kernel module failed to build
  [error: ‘IRQF_DISABLED’ undeclared (first use in this function)]

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

Bug description:
  upgrade kernel from 4.0 to 4.1 on amd fx6100 grapfhics geforce 210

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: fglrx-core 2:15.200-0ubuntu4
  Uname: Linux 4.1.0-040100rc1-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DKMSKernelVersion: 4.1.0-040100rc1-generic
  Date: Tue Apr 28 11:15:19 2015
  DistUpgraded: 2015-04-16 16:34:50,441 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   fglrx-core, 15.200, 3.19.0-14-generic, x86_64: installed
   fglrx-core, 15.200, 3.19.0-15-generic, x86_64: installed
  DuplicateSignature: 
dkms:fglrx-core:2:15.200-0ubuntu4:/var/lib/dkms/fglrx-core/15.200/build/2.6.x/firegl_public.c:3499:22:
 error: ‘IRQF_DISABLED’ undeclared (first use in this function)
  GraphicsCard:
   NVIDIA Corporation GT218 [GeForce 210] [10de:0a65] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:2011]
  InstallationDate: Installed on 2015-04-13 (14 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: Gigabyte Technology Co., Ltd. GA-78LMT-S2P
  PackageVersion: 2:15.200-0ubuntu4
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.1.0-040100rc1-generic 
root=UUID=d09ef416-0fde-4ac2-824a-a2db84046e6e ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: fglrx-installer
  Title: fglrx-core 2:15.200-0ubuntu4: fglrx-core kernel module failed to build
  UpgradeStatus: Upgraded to vivid on 2015-04-16 (11 days ago)
  dmi.bios.date: 04/26/2013
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F4b
  dmi.board.name: GA-78LMT-S2P
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF4b:bd04/26/2013:svnGigabyteTechnologyCo.,Ltd.:pnGA-78LMT-S2P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-78LMT-S2P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-78LMT-S2P
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Tue Apr 28 11:21:20 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech K330KEYBOARD, id 8
   inputLogitech M215 2nd Gen MOUSE, id 9
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: nouveau

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

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


[Desktop-packages] [Bug 1468801] [NEW] package libglib2.0-0:i386 2.40.2-0ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting conf

2015-06-25 Thread wonexo
Public bug reported:

i can't install any package on my ubuntu software center and my terminal

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libglib2.0-0:i386 2.40.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
Date: Thu Jun 25 14:45:47 2015
DuplicateSignature: package:libglib2.0-0:i386:2.40.2-0ubuntu1: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 2015-04-10 (75 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
PackageArchitecture: i386
SourcePackage: glib2.0
Title: package libglib2.0-0:i386 2.40.2-0ubuntu1 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: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 trusty

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

Title:
  package libglib2.0-0:i386 2.40.2-0ubuntu1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in glib2.0 package in Ubuntu:
  New

Bug description:
  i can't install any package on my ubuntu software center and my
  terminal

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libglib2.0-0:i386 2.40.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Thu Jun 25 14:45:47 2015
  DuplicateSignature: package:libglib2.0-0:i386:2.40.2-0ubuntu1: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 2015-04-10 (75 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  PackageArchitecture: i386
  SourcePackage: glib2.0
  Title: package libglib2.0-0:i386 2.40.2-0ubuntu1 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/glib2.0/+bug/1468801/+subscriptions

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


[Desktop-packages] [Bug 1468770] [NEW] HP LaserJet P 1102w doesn't print

2015-06-25 Thread Vasya Pupkin
Public bug reported:

My printer (HP LaserJet P 1102w) is dectected and installed perfectly,
but doesn't print anything. According to hp-check, it requires some
plugin to be installed. Command `hp-plugin -i` throws error message:

error: /home/shadowlmd/.hplip/hplip-3.15.2-plugin.run file does not
match its checksum. File may have been corrupted or altered

Running hplip-3.15.2-plugin.run manually gives another error:

Verifying archive integrity... All good.
Uncompressing HPLIP 3.15.2 Plugin Self Extracting 
Archive...
Error importing HPLIP modules.  Is HPLIP installed?

Printer works perfectly under Windows, of course.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: hplip 3.15.2-0ubuntu4.1
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Jun 25 16:57:59 2015
InstallationDate: Installed on 2015-06-06 (18 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
Lpstat: device for Hewlett-Packard-HP-LaserJet-Professional-P-1102w: 
hp:/net/HP_LaserJet_Professional_P_1102w?ip=192.168.220.10
MachineType: Acer V5-171
Papersize: a4
PpdFiles: Hewlett-Packard-HP-LaserJet-Professional-P-1102w: HP LaserJet 
Professional P 1102w, hpcups 3.15.2, requires proprietary plugin
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic.efi.signed 
root=UUID=d3a24dee-b3f4-47b2-abc1-55171951d278 ro noprompt quiet splash 
vt.handoff=7
SourcePackage: hplip
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/26/2013
dmi.bios.vendor: Acer
dmi.bios.version: V2.21
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: Mimic
dmi.board.vendor: Acer
dmi.board.version: Type2 - Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V2.21
dmi.modalias: 
dmi:bvnAcer:bvrV2.21:bd11/26/2013:svnAcer:pnV5-171:pvrV2.21:rvnAcer:rnMimic:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.21:
dmi.product.name: V5-171
dmi.product.version: V2.21
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug vivid

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

Title:
  HP LaserJet P 1102w doesn't print

Status in hplip package in Ubuntu:
  New

Bug description:
  My printer (HP LaserJet P 1102w) is dectected and installed perfectly,
  but doesn't print anything. According to hp-check, it requires some
  plugin to be installed. Command `hp-plugin -i` throws error message:

  error: /home/shadowlmd/.hplip/hplip-3.15.2-plugin.run file does not
  match its checksum. File may have been corrupted or altered

  Running hplip-3.15.2-plugin.run manually gives another error:

  Verifying archive integrity... All good.
  Uncompressing HPLIP 3.15.2 Plugin Self Extracting 
Archive...
  Error importing HPLIP modules.  Is HPLIP installed?

  Printer works perfectly under Windows, of course.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: hplip 3.15.2-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jun 25 16:57:59 2015
  InstallationDate: Installed on 2015-06-06 (18 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  Lpstat: device for Hewlett-Packard-HP-LaserJet-Professional-P-1102w: 
hp:/net/HP_LaserJet_Professional_P_1102w?ip=192.168.220.10
  MachineType: Acer V5-171
  Papersize: a4
  PpdFiles: Hewlett-Packard-HP-LaserJet-Professional-P-1102w: HP LaserJet 
Professional P 1102w, hpcups 3.15.2, requires proprietary plugin
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic.efi.signed 
root=UUID=d3a24dee-b3f4-47b2-abc1-55171951d278 ro noprompt quiet splash 
vt.handoff=7
  SourcePackage: hplip
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/26/2013
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.21
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Mimic
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.21
  dmi.modalias: 
dmi:bvnAcer:bvrV2.21:bd11/26/2013:svnAcer:pnV5-171:pvrV2.21:rvnAcer:rnMimic:rvrType2-BoardVersion:cvnAcer:ct10:cvrV2.21:
  dmi.product.name: V5-171
  dmi.product.version: V2.21
  dmi.sys.vendor: Acer

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

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

[Desktop-packages] [Bug 1468801] Re: package libglib2.0-0:i386 2.40.2-0ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting config

2015-06-25 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 glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1468801

Title:
  package libglib2.0-0:i386 2.40.2-0ubuntu1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in glib2.0 package in Ubuntu:
  New

Bug description:
  i can't install any package on my ubuntu software center and my
  terminal

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libglib2.0-0:i386 2.40.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Thu Jun 25 14:45:47 2015
  DuplicateSignature: package:libglib2.0-0:i386:2.40.2-0ubuntu1: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 2015-04-10 (75 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  PackageArchitecture: i386
  SourcePackage: glib2.0
  Title: package libglib2.0-0:i386 2.40.2-0ubuntu1 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/glib2.0/+bug/1468801/+subscriptions

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


[Desktop-packages] [Bug 1467069] Re: NM loose WIFI connection - device cannot be readied for configuration

2015-06-25 Thread Steven Valsesia
Hi ! No one can help ?

I saw in dmesg some messages telling that the queue 0 can't be flush.
Then after many warning, there is a message saying that there's non-free space 
on queue 0.
Do I have to report a bug to the rt2x00 driver team ?

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

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

Title:
  NM loose WIFI connection - device cannot be readied for configuration

Status in network-manager-applet package in Ubuntu:
  New
Status in rt2x00 package in Ubuntu:
  New

Bug description:
  Hi there !

  Since I upgraded from Ubuntu 14.10 to 15.04, I have some WIFI
  disconnections. Seems to appears for no reasons... maybe after a
  period of non utilization but i'm not sure.

  Here some informations :

  Package : network-manager-gnome 0.9.10.1-0ubuntu4

  
  root@steven-desktop:/home/steven# /etc/init.d/network-manager status

  ● NetworkManager.service - Network Manager
 Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; 
vendor preset: enabled)
 Active: active (running) since sam. 2015-06-20 11:15:43 CEST; 16min ago
   Main PID: 8594 (NetworkManager)
 CGroup: /system.slice/NetworkManager.service
 ├─ 812 /usr/sbin/dnsmasq --no-resolv --keep-in-foreground 
--no-hosts --bind-interfaces --pid-file=/run/sendsigs.omit.d/network-mana...
 ├─8594 /usr/sbin/NetworkManager --no-daemon
 └─8604 /sbin/dhclient -d -q -sf 
/usr/lib/NetworkManager/nm-dhcp-helper -pf 
/run/sendsigs.omit.d/network-manager.dhclient-wlan0.pid ...

  juin 20 11:15:44 steven-desktop dhclient[8604]: bound to 192.168.1.35 -- 
renewal in 37987 seconds.
  juin 20 11:15:44 steven-desktop NetworkManager[8594]: info NetworkManager 
state is now CONNECTED_GLOBAL
  juin 20 11:15:44 steven-desktop NetworkManager[8594]: info Policy set 
'**' (wlan0) as default for IPv4 routing and DNS.
  juin 20 11:15:44 steven-desktop NetworkManager[8594]: info Writing DNS 
information to /sbin/resolvconf
  juin 20 11:15:44 steven-desktop dnsmasq[812]: configuration des serveurs 
amonts à partir de DBus
  juin 20 11:15:44 steven-desktop dnsmasq[812]: utilise le serveur de nom 
192.168.1.1#53
  juin 20 11:15:44 steven-desktop NetworkManager[8594]: info Activation 
(wlan0) successful, device activated.
  juin 20 11:15:49 steven-desktop NetworkManager[8594]: info startup complete
  juin 20 11:15:54 steven-desktop NetworkManager[8594]: info WiFi hardware 
radio set enabled
  juin 20 11:15:54 steven-desktop NetworkManager[8594]: info WWAN hardware 
radio set enabled

  
  Here logs when I have this problem, reported error is first with reason :  
NM_DEVICE_STATE_REASON_CONFIG_FAILED 

  
  root@steven-desktop:/home/steven# cat /var/log/syslog | grep wpa_supplicant

   Jun 20 10:49:04 steven-desktop wpa_supplicant[777]: wlan0: WPA: Group 
rekeying completed with 18:62:2c:93:fa:72 [GTK=TKIP]
  Jun 20 11:00:55 steven-desktop wpa_supplicant[777]: wlan0: 
CTRL-EVENT-DISCONNECTED bssid=18:62:2c:93:fa:72 reason=4 locally_generated=1
  Jun 20 11:00:56 steven-desktop wpa_supplicant[777]: wlan0: 
CTRL-EVENT-SCAN-STARTED
  Jun 20 11:00:57 steven-desktop wpa_supplicant[777]: wlan0: SME: Trying to 
authenticate with 18:62:2c:93:fa:72 (SSID='**' freq=2437 MHz)
  Jun 20 11:01:00 steven-desktop wpa_supplicant[777]: wlan0: 
CTRL-EVENT-SCAN-STARTED
  Jun 20 11:01:01 steven-desktop wpa_supplicant[777]: wlan0: SME: Trying to 
authenticate with 18:62:2c:93:fa:72 (SSID='**' freq=2437 MHz)
  Jun 20 11:01:03 steven-desktop wpa_supplicant[777]: wlan0: 
CTRL-EVENT-SCAN-STARTED
  Jun 20 11:01:04 steven-desktop wpa_supplicant[777]: wlan0: SME: Trying to 
authenticate with 18:62:2c:93:fa:72 (SSID='**' freq=2437 MHz)
  Jun 20 11:01:04 steven-desktop wpa_supplicant[777]: wlan0: Trying to 
associate with 18:62:2c:93:fa:72 (SSID='**' freq=2437 MHz)
  Jun 20 11:01:05 steven-desktop wpa_supplicant[777]: wlan0: 
CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid=** auth_failures=1 
duration=10
  Jun 20 11:01:10 steven-desktop wpa_supplicant[777]: wlan0: 
CTRL-EVENT-SCAN-STARTED
  Jun 20 11:01:11 steven-desktop wpa_supplicant[777]: wlan0: Reject scan 
trigger since one is already pending
  Jun 20 11:01:11 steven-desktop wpa_supplicant[777]: wlan0: SME: Trying to 
authenticate with 18:62:2c:93:fa:72 (SSID='**' freq=2437 MHz)
  Jun 20 11:01:12 steven-desktop wpa_supplicant[777]: wlan0: 
CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid=** auth_failures=1 
duration=10
  [...]

  
  root@steven-desktop:/home/steven# cat /var/log/syslog | grep NetworkManager

  Jun 20 11:00:55 steven-desktop NetworkManager[645]: warn Connection 
disconnected (reason -4)
  Jun 20 11:00:55 steven-desktop NetworkManager[645]: info (wlan0): 
supplicant interface 

[Desktop-packages] [Bug 1468842] [NEW] Middle click with mouse wheel not working on Ubuntu 15.04

2015-06-25 Thread Aurel Branzeanu
Public bug reported:

Hello!

After upgrading to Ubuntu 15.04 x64 with Unity (from Ubuntu 14.10), the
middle click on the mouse wheel is failing to work.

A few times I was able to make it work switching on and off the Viewport
Switcher plugin in compizconfig and binding-unbinding Mouse Button 2 to
Lower Window - but after some time or after reboot it is failing to work
again.

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

** Package changed: gnome-terminal (Ubuntu) = compiz (Ubuntu)

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

Title:
  Middle click with mouse wheel not working on Ubuntu 15.04

Status in compiz package in Ubuntu:
  New

Bug description:
  Hello!

  After upgrading to Ubuntu 15.04 x64 with Unity (from Ubuntu 14.10),
  the middle click on the mouse wheel is failing to work.

  A few times I was able to make it work switching on and off the
  Viewport Switcher plugin in compizconfig and binding-unbinding Mouse
  Button 2 to Lower Window - but after some time or after reboot it is
  failing to work again.

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

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


[Desktop-packages] [Bug 1454776] Update Released

2015-06-25 Thread Brian Murray
The verification of the Stable Release Update for glib2.0 has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [SRU] New stable release 2.44.1

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Vivid:
  Fix Released

Bug description:
  Upload this stable bugfix release

  glib2.0 (2.44.1-1) UNRELEASED; urgency=medium

    * New upstream release 2.44.1
  + Improve the default application algorithm
  + Bump the number of children a GType can have
  + Various testsuite improvements

   -- Iain Lane la...@debian.org  Wed, 13 May 2015 17:27:56 +0100

  This is a merge from unstable (wily is taking from experimental). It
  includes some other testsuite fixes. I think/hope they should be okay
  to SRU too.

  [ QA  regression potential ]

  Under the GNOME MRE, assume the bugs are fixed. Installl the update 
  use your system as normal. If we don't see any regressions either
  manually or on errors, we're good.

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

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


[Desktop-packages] [Bug 306596] Re: exif data removed from tif

2015-06-25 Thread madbiologist
** Tags added: intrepid

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

Title:
  exif data removed from tif

Status in The GNU Image Manipulation Program (GIMP):
  Fix Released
Status in gimp package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gimp

  Hi,

  After opening a tif-image file with exif information in gimp, editing the 
image, and saving the image as a tif-file, all exif data is lost. (With 
jpeg-files everything seems to be ok, strangely.)
  I'm using gimp 2.6.1-1ubuntu3 on ubuntu 8.10.

  Regards,
  Alex Lubberts

  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 8.10
  NonfreeKernelModules: nvidia
  Package: gimp 2.6.1-1ubuntu3 [modified: usr/share/applications/gimp.desktop]
  ProcEnviron:
   
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=nl_NL.UTF-8
   LC_MESSAGES=C
   SHELL=/bin/bash
  SourcePackage: gimp
  Uname: Linux 2.6.27-9-generic x86_64

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

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


[Desktop-packages] [Bug 436793] Re: Can't accept meeting invitation if found on other subscribed calendars

2015-06-25 Thread Bug Watch Updater
** Changed in: evolution-exchange
   Status: Confirmed = Fix Released

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

Title:
  Can't accept meeting invitation if found on other subscribed calendars

Status in Evolution Exchange - Exchange Plugin for Exchange:
  Fix Released
Status in evolution-exchange package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: evolution

  1. Ubuntu 9.04
  2. Evolution 2.26.1
  3. accept the meeting invitation and place the event on my default calendar
  4. error message

  I am working within an exchange environment (pre exchange 2007 I
  think) and run into troubles with accepting meeting invitations from
  team members.

  A project manager sends a meeting request to myself and other team
  members; the other team members are using Outlook, some with auto-
  accept enabled. When I get the the invite there is a line in the body
  of the preview pane: Found the appointment in the calendar 'Name's
  Calendar'. When I click the Accept button at the bottom of the body
  a new message appears below the above message, Unable to send item to
  calendar 'Name's Calendar'.  Unknown error, and the event is not
  added to my calendar.

  Workaround: Click the drop-down next to VCS/ICS calendar attachment
  (meeting.ics) or right-click on the attachment and choose  Import to
  Calendar then choose the calendar to import it to and click Import.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  ExecutablePath: /usr/bin/evolution
  Package: evolution 2.26.1-0ubuntu2
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  Uname: Linux 2.6.28-15-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-exchange/+bug/436793/+subscriptions

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


[Desktop-packages] [Bug 1454776] Re: [SRU] New stable release 2.44.1

2015-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package glib2.0 - 2.44.1-1ubuntu1

---
glib2.0 (2.44.1-1ubuntu1) vivid; urgency=medium

  * Merge stable release from Debian to vivid. (LP: #1454776), remaining
change:
- d/p/0001-Don-t-warn-about-deprecated-properties-by-default.patch:
  + Don't warn about deprecated properties by default

glib2.0 (2.44.1-1) unstable; urgency=medium

  * New upstream release 2.44.1
+ Improve the default application algorithm
+ Bump the number of children a GType can have
+ Various testsuite improvements

glib2.0 (2.44.0-3) unstable; urgency=medium

  * Team upload.

  [ Simon McVittie ]
  * d/p/regex-test-do-not-assert-that-system-PCRE-allows-P-1.patch:
update to the version that went upstream in 2.45.1. No functional change.
  * d/p/regex-if-PCRE-is-8.34-or-later-disable-auto-possessi.patch:
update to my latest version submitted upstream, which fixes undefined
behaviour in the unlikely event that G_REGEX_OPTIMIZE is combined
with g_regex_match_all().
  * d/p/regex-test-do-not-assert-that-system-PCRE-still-has-.patch:
update to my latest version submitted upstream, which asserts that
a newer-than-8.32 system PCRE does not have the bug in question.
  * d/p/gdbus-serialization-use-check_serialization-instead-.patch:
add patch to fix FTBFS in non-minimal environments (libdbus-1-dev
installed). Applied upstream for 2.45.2.
  * d/p/gdbus-peer-test-let-GDBusServer-start-before-notifyi.patch:
add patch fixing a race condition in the gdbus-peer test.
Applied upstream for 2.45.2.
  * d/p/GDBus-tests-change-progress-noise-from-if-not-quiet-.patch:
add patch fixing potential test failures caused by corrupt TAP
output. Applied upstream for 2.45.2.
  * d/p/gdatetime-test-don-t-assume-that-time-stands-still.patch:
add patch fixing potential test failures at the boundary between
one second and the next. Applied upstream for 2.45.2.
  * d/p/10_kfreebsd_issetugid_prototype.patch,
d/p/11_kfreebsd_pthread_condattr_setclock_prototype.patch,
d/p/13_sparc_prlimit_prototype.patch:
drop workarounds for #635205, #703545, #703559 which were all fixed
in jessie
  * d/p/81-skip-monitor-test-on-non-linux.patch: add DEP-3 information
  * d/p/90_gio-modules-multiarch-compat.patch: add DEP-3 information

  [ Iain Lane ]
  * d/p/0001-Fix-trashing-on-overlayfs.patch: Take patch from
upstream bug to fix trashing on overlayfs.

glib2.0 (2.44.0-2) unstable; urgency=medium

  * Upload to unstable.
  * debian/watch: Consider stable versions only.

 -- Iain Lane iain.l...@canonical.com  Wed, 13 May 2015 17:59:35 +0100

** Changed in: glib2.0 (Ubuntu Vivid)
   Status: Fix Committed = Fix Released

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

Title:
  [SRU] New stable release 2.44.1

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Vivid:
  Fix Released

Bug description:
  Upload this stable bugfix release

  glib2.0 (2.44.1-1) UNRELEASED; urgency=medium

    * New upstream release 2.44.1
  + Improve the default application algorithm
  + Bump the number of children a GType can have
  + Various testsuite improvements

   -- Iain Lane la...@debian.org  Wed, 13 May 2015 17:27:56 +0100

  This is a merge from unstable (wily is taking from experimental). It
  includes some other testsuite fixes. I think/hope they should be okay
  to SRU too.

  [ QA  regression potential ]

  Under the GNOME MRE, assume the bugs are fixed. Installl the update 
  use your system as normal. If we don't see any regressions either
  manually or on errors, we're good.

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

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


[Desktop-packages] [Bug 1468778] Re: Unable to login to ICQ after changing pass/attaching email

2015-06-25 Thread Volodya
Resolved the issue by changing the password to *exactly* 8 characters in
length.

But this bug should be fixed!

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

Title:
  Unable to login to ICQ after changing pass/attaching email

Status in pidgin package in Ubuntu:
  New

Bug description:
  I have changed a password via the website (icq.com) and have also
  attached the e-mail from there.

  Since then i am unable to login via pidgin.

  I have tried to login via ICQ number and via Email. Both were
  unsuccessful.

  The error message is incorrect password.

  
  Perhaps the upgrade to 2.10.11 is needed. 
https://www.mail-archive.com/debian-bugs-closed@lists.debian.org/msg472701.html

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pidgin 1:2.10.9-0ubuntu3.2
  ProcVersionSignature: Ubuntu 3.13.0-54.91-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-54-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Jun 25 17:14:29 2015
  InstallationDate: Installed on 2015-01-19 (157 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140723)
  SourcePackage: pidgin
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1424263] Re: Broken dependencies

2015-06-25 Thread James Cain
Not sure about Steam, but #6 above solves Chrome bug #1429137.

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

Title:
  Broken dependencies

Status in mesa package in Ubuntu:
  Confirmed
Status in steam package in Ubuntu:
  Confirmed

Bug description:
  I can not install Steam from Steam website because reported package
  has broken dependencies. This bug affect any user that will install
  Ubuntu 14.04.2. Please fix it fast, cause i can not play my games on
  Linux.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri:i386 (not installed)
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  346.35  Sat Jan 10 21:27:15 
PST 2015
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Feb 21 21:40:49 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 346.35, 3.16.0-30-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:84ac]
  InstallationDate: Installed on 2015-02-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=ea315497-1076-4f76-a2da-dc65caca572f ro quiet splash loglevel=0 
vt.handoff=7
  SourcePackage: mesa
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.10
  dmi.board.name: H87 Pro4
  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.:bvrP2.10:bd07/09/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH87Pro4: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 N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Feb 21 17:22:09 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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


[Desktop-packages] [Bug 1468833] Re: please merge usb-modeswitch from Debian

2015-06-25 Thread LocutusOfBorg
** Attachment added: patch
   
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1468833/+attachment/4420466/+files/patch

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

Title:
  please merge usb-modeswitch from Debian

Status in usb-modeswitch package in Ubuntu:
  New

Bug description:
  debdiff following

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

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


[Desktop-packages] [Bug 794315] Re: lightdm forgets to source /etc/profile and ~/.profile

2015-06-25 Thread Derek Martin
Sigh.   Display managers should NEVER source .profile at all... that
file is exclusively for interactive shells, as is explicitly stated in
all of the man pages of every shell ever.  I just opened Bug #1468832
about this, where I also explained how to properly accomplish what
people want here.

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

Title:
  lightdm forgets to source /etc/profile and ~/.profile

Status in Light Display Manager:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released
Status in lightdm package in Debian:
  Confirmed

Bug description:
  Binary package hint: lightdm

  /etc/gdm/Xsession had this code:
# First read /etc/profile and .profile
test -f /etc/profile  . /etc/profile
test -f $HOME/.profile  . $HOME/.profile
# Second read /etc/xprofile and .xprofile for X specific setup
test -f /etc/xprofile  . /etc/xprofile
test -f $HOME/.xprofile  . $HOME/.xprofile
  so that, for example, ~/bin gets added to the path (by the default 
~/.profile), and any user-customized environment setup gets run.

  After switching from gdm to lightdm, this no longer happens.  This is
  going to be a regression now that lightdm is becoming the default
  display manager.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: lightdm 0.3.7-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.39-3.10-generic 2.6.39
  Uname: Linux 2.6.39-3-generic x86_64
  NonfreeKernelModules: openafs
  Architecture: amd64
  Date: Tue Jun  7 19:27:11 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20101202)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.utf8
   LC_MESSAGES=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1468833] [NEW] please merge usb-modeswitch from Debian

2015-06-25 Thread LocutusOfBorg
Public bug reported:

debdiff following

** Affects: usb-modeswitch (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  please merge usb-modeswitch from Debian

Status in usb-modeswitch package in Ubuntu:
  New

Bug description:
  debdiff following

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

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


[Desktop-packages] [Bug 1468812] Re: HTC One M8 MTP fails while copying files

2015-06-25 Thread Phill
I've ran some experiments that may be useful.

If, after pasting into the phone's folder in Nautilus, I close the
nautilus window, the copy seems to work more often than not. I've tried
this three times with success, once without, same data.

I've never had it work if I leave the Nautilus window open. I get an
error after about 30 seconds or so libmtp error:  Could not send
object.. This puts the MTP connection into the unusable state and it
can't be re-mounted, even after unplugging the cable. It has never
worked when leaving the window open, although it could be luck rather
than something directly connected to the problem.

Restarting the computer appears to have no effect. I've tried the a
couple of times.

Restarting the phone appears to recover from the fault instantly (giving
the SD card a few seconds to mount up). I've tried this several times
now.

I also downgraded the backports and proposed packages, this appears to
have had no effect at all.

The results are not entirely consistent, but I hope this apparent
pattern might lead to some useful speculation.

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

Title:
  HTC One M8 MTP fails while copying files

Status in libmtp package in Ubuntu:
  New

Bug description:
  Usually this device mounts with both internal and SD card storage
  appearing in an Android Phone folder in nautilus. Sometimes this
  does not work straight away.

  During copying several megabytes of images, with the phone screen on
  and unlocked, a message appears indicating an error copying. Most
  files are copied, even though the progress bar seems to stop at around
  30%. All attempts to access the device in nautilus result in and empty
  set of results where the files normally appear.

  Removing then re-inserting the USB plug gives the message Unable to
  mount Android Phone Unable to open MTP device '[usb:002,008]' in a
  pop-up message.

  mtp-detect reports:
  Unable to open ~/.mtpz-data for reading, MTPZ disabled.libmtp version: 1.1.6

  Listing raw device(s)
  Device 0 (VID=0bb4 and PID=0f25) is UNKNOWN.
  Please report this VID/PID and the device model to the libmtp development team
 Found 1 device(s):
 0bb4:0f25 @ bus 2, dev 8
  Attempting to connect device(s)
  ignoring libusb_claim_interface() = -6PTP_ERROR_IO: failed to open session, 
trying again after resetting USB interface
  LIBMTP libusb: Attempt to reset device
  LIBMTP PANIC: failed to open session on second attempt
  Unable to open raw device 0
  OK.

  I have tried adding the following udev rule to resolve this:
  $ cat /etc/udev/rules.d/69-libmtp.rules 
  # HTC One M8
  ATTR{idVendor}==0bb4, ATTR{idProduct}==0f25, SYMLINK+=libmtp-%k, 
MODE=660, GROUP=audio, ENV{ID_MTP_DEVICE}=1, ENV{ID_MEDIA_PLAYER}=1

  I've tried using a different USB port but this has no effect.

  Eventually, after removing and re-inserting the USB cable and being
  patient, it starts working again and it's possible to access the files
  again, but the problem re-occurs very quickly.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libmtp-common 1.1.6-20-g1b9f164-1ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jun 25 16:52:57 2015
  Dependencies:
   
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-05-03 (783 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  PackageArchitecture: all
  SourcePackage: libmtp
  UpgradeStatus: Upgraded to trusty on 2014-05-21 (399 days ago)

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

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


[Desktop-packages] [Bug 1445745] Re: Not able to write a review (Unable to show 'none')

2015-06-25 Thread Enrico
** 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 software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1445745

Title:
  Not able to write a review (Unable to show 'none')

Status in software-center package in Ubuntu:
  Fix Released
Status in software-center source package in Vivid:
  Fix Committed

Bug description:
  * Impact
  reviews can't be added anymore

  * Test case
  try to write a review for a software

  * Impact
  the change is in the review dialog ui, make sure it looks correct

  

  I can't write a new review on the Software Center. Xubuntu 15.04

  When I click on Write a new review, nothing happens. Launching
  software-center from the terminal, the attached error appears when I
  press the Write a new review button.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: software-center 13.10-0ubuntu6
  Uname: Linux 4.0.0-04-generic x86_64
  ApportVersion: 2.17.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Apr 18 11:27:14 2015
  InstallationDate: Installed on 2015-03-27 (21 days ago)
  InstallationMedia: Xubuntu 15.04 Vivid Vervet - Beta amd64 (20150326)
  PackageArchitecture: all
  SourcePackage: software-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1468832] [NEW] lightdm sources .profile

2015-06-25 Thread Derek Martin
Public bug reported:

It is a bug for any display manager to read .profile--you guys are
absolutely killing me with this.  The user's .profile is to be read by
the shell, on interactive shell (i.e. terminal) logins ONLY.  The man
page for bash explains this in detail; it's also discussed in the dash
man page.  The problem with display managers reading .profile is that it
is the place where commands to set up your terminal (i.e. stty) go--this
is the entire point of differentiating interactive shells from non-
interactive shells, and it's the reason only interactive shells read
.profile at all.  Currently, if you have any such commands in your
.profile, lightdm barfs on them, delaying the login session and forcing
you to click on a prompt.  This is extremely annoying (and wrong)!

It would be satisfactory to make lightdm not display the errors, but
that's the wrong solution.  There's already a decades-established method
of getting X display managers to source your environment settings: the
.xsession file.  It should be read by ALL display managers (or the
session file that starts them).  If you have common environment settings
you want set in all your shells, the correct way to handle this is:

.bashrc:
# set all common environment vars here
ENV_VAR=foo
...

.profile:
# set up terminal
stty erase
# BASH already sources .bashrc by default on interactive sessions

.xsession:
if [ -f .bashrc ] source .bashrc

If you're not using BASH, you can still use this method without changing
anything, except in .profile you need to explicitly source the .bashrc
file.  Of course you can change the name of the file that contains the
common settings to reflect that your shell is not BASH; since the file
is sourced by your other files explicitly, it does not matter what the
user calls it.

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

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

Title:
  lightdm sources .profile

Status in lightdm package in Ubuntu:
  New

Bug description:
  It is a bug for any display manager to read .profile--you guys are
  absolutely killing me with this.  The user's .profile is to be read by
  the shell, on interactive shell (i.e. terminal) logins ONLY.  The man
  page for bash explains this in detail; it's also discussed in the dash
  man page.  The problem with display managers reading .profile is that
  it is the place where commands to set up your terminal (i.e. stty) go
  --this is the entire point of differentiating interactive shells from
  non-interactive shells, and it's the reason only interactive shells
  read .profile at all.  Currently, if you have any such commands in
  your .profile, lightdm barfs on them, delaying the login session and
  forcing you to click on a prompt.  This is extremely annoying (and
  wrong)!

  It would be satisfactory to make lightdm not display the errors, but
  that's the wrong solution.  There's already a decades-established
  method of getting X display managers to source your environment
  settings: the .xsession file.  It should be read by ALL display
  managers (or the session file that starts them).  If you have common
  environment settings you want set in all your shells, the correct way
  to handle this is:

  .bashrc:
  # set all common environment vars here
  ENV_VAR=foo
  ...

  .profile:
  # set up terminal
  stty erase
  # BASH already sources .bashrc by default on interactive sessions

  .xsession:
  if [ -f .bashrc ] source .bashrc

  If you're not using BASH, you can still use this method without
  changing anything, except in .profile you need to explicitly source
  the .bashrc file.  Of course you can change the name of the file that
  contains the common settings to reflect that your shell is not BASH;
  since the file is sourced by your other files explicitly, it does not
  matter what the user calls it.

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

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


[Desktop-packages] [Bug 1431278] Re: 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’]

2015-06-25 Thread ML
Is there somewhere an ppa for 14.04 which includes the patched Version?

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

Title:
  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’]

Status in nvidia-graphics-drivers-304-updates package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-346-updates package in Ubuntu:
  Confirmed

Bug description:
  The nvidia-304-updates kernel module fails to build when installing
  the 4.0rc3 kernel from kernel-ppa.

  A solution/fix for the problem is shown at
  
https://devtalk.nvidia.com/default/topic/813458/linux/linux-4-0-rc1-346-47-build-error-_cr4-functions-fix/post/4471335/#4471335

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: nvidia-304-updates 304.125-0ubuntu0.1 [modified: 
usr/src/nvidia-304-updates-304.125/nv.c]
  Uname: Linux 3.18.7-031807-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  DKMSKernelVersion: 4.0.0-04rc3-generic
  Date: Thu Mar 12 10:44:31 2015
  DuplicateSignature: 
dkms:nvidia-304-updates:304.125-0ubuntu0.1:/var/lib/dkms/nvidia-304-updates/304.125/build/nv-pat.c:38:5:
 error: implicit declaration of function ‘read_cr4’ 
[-Werror=implicit-function-declaration]
  InstallationDate: Installed on 2014-12-04 (97 days ago)
  InstallationMedia: Lubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  PackageVersion: 304.125-0ubuntu0.1
  SourcePackage: nvidia-graphics-drivers-304-updates
  Title: nvidia-304-updates 304.125-0ubuntu0.1: nvidia-304-updates kernel 
module failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1468832] Re: lightdm sources .profile

2015-06-25 Thread Anders Kaseorg
.xsession is sourced within /bin/sh, not /bin/bash. It wouldn’t make
sense to source .bashrc from it (unless you happened to write a .bashrc
that doesn’t use any bash features).

Also, .bashrc is sourced by _every_ interactive shell, so if you were to add 
things to environment variables from .bashrc, e.g.
  PATH=$HOME/bin:$PATH
then they would show up multiple times in shells launched inside shells. This 
is just an annoyance for $PATH, but it might be an important problem for other 
variables, so you would need to add code to test whether the variable had 
already been changed, etc.

This is why Ubuntu’s default .profile (see /etc/skel/.profile) sets up
$PATH and the default .bashrc (see /etc/skel/.bashrc) does not.

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

Title:
  lightdm sources .profile

Status in lightdm package in Ubuntu:
  New

Bug description:
  It is a bug for any display manager to read .profile--you guys are
  absolutely killing me with this.  The user's .profile is to be read by
  the shell, on interactive shell (i.e. terminal) logins ONLY.  The man
  page for bash explains this in detail; it's also discussed in the dash
  man page.  The problem with display managers reading .profile is that
  it is the place where commands to set up your terminal (i.e. stty) go
  --this is the entire point of differentiating interactive shells from
  non-interactive shells, and it's the reason only interactive shells
  read .profile at all.  Currently, if you have any such commands in
  your .profile, lightdm barfs on them, delaying the login session and
  forcing you to click on a prompt.  This is extremely annoying (and
  wrong)!

  It would be satisfactory to make lightdm not display the errors, but
  that's the wrong solution.  There's already a decades-established
  method of getting X display managers to source your environment
  settings: the .xsession file.  It should be read by ALL display
  managers (or the session file that starts them).  If you have common
  environment settings you want set in all your shells, the correct way
  to handle this is:

  .bashrc:
  # set all common environment vars here
  ENV_VAR=foo
  ...

  .profile:
  # set up terminal
  stty erase
  # BASH already sources .bashrc by default on interactive sessions

  .xsession:
  if [ -f .bashrc ] source .bashrc

  If you're not using BASH, you can still use this method without
  changing anything, except in .profile you need to explicitly source
  the .bashrc file.  Of course you can change the name of the file that
  contains the common settings to reflect that your shell is not BASH;
  since the file is sourced by your other files explicitly, it does not
  matter what the user calls it.

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

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


[Desktop-packages] [Bug 1465806] Re: Alarms not shown in indicator datetime after upgrade to ota4

2015-06-25 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: New = Fix Released

** Changed in: canonical-devices-system-image
   Importance: Undecided = High

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

Title:
  Alarms not shown in indicator datetime after upgrade to ota4

Status in the base for Ubuntu mobile products:
  Fix Released
Status in evolution-data-server package in Ubuntu:
  Fix Released
Status in indicator-datetime package in Ubuntu:
  Fix Released
Status in indicator-datetime source package in Vivid:
  New

Bug description:
  STEPS:
  1. Flash image 22 from stable
  2. Set a one time alarm and a recurring alarm
  3. Update to 23

  EXPECTED:
  Alarms should be up and running as expected

  ACTUAL:
  Alarms are not shown in the datetime indicator but show up as active in and 
available in the clock.  Because the indicator is in control of the alarm 
trigger the alarm never goes off.

  TEMPORARY WORK AROUND:
  Disable and enable all your alarms and then they work as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1465806/+subscriptions

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


[Desktop-packages] [Bug 1468812] [NEW] HTC One M8 MTP fails while copying files

2015-06-25 Thread Phill
Public bug reported:

Usually this device mounts with both internal and SD card storage
appearing in an Android Phone folder in nautilus. Sometimes this does
not work straight away.

During copying several megabytes of images, with the phone screen on and
unlocked, a message appears indicating an error copying. Most files are
copied, even though the progress bar seems to stop at around 30%. All
attempts to access the device in nautilus result in and empty set of
results where the files normally appear.

Removing then re-inserting the USB plug gives the message Unable to
mount Android Phone Unable to open MTP device '[usb:002,008]' in a pop-
up message.

mtp-detect reports:
Unable to open ~/.mtpz-data for reading, MTPZ disabled.libmtp version: 1.1.6

Listing raw device(s)
Device 0 (VID=0bb4 and PID=0f25) is UNKNOWN.
Please report this VID/PID and the device model to the libmtp development team
   Found 1 device(s):
   0bb4:0f25 @ bus 2, dev 8
Attempting to connect device(s)
ignoring libusb_claim_interface() = -6PTP_ERROR_IO: failed to open session, 
trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
LIBMTP PANIC: failed to open session on second attempt
Unable to open raw device 0
OK.

I have tried adding the following udev rule to resolve this:
$ cat /etc/udev/rules.d/69-libmtp.rules 
# HTC One M8
ATTR{idVendor}==0bb4, ATTR{idProduct}==0f25, SYMLINK+=libmtp-%k, 
MODE=660, GROUP=audio, ENV{ID_MTP_DEVICE}=1, ENV{ID_MEDIA_PLAYER}=1

I've tried using a different USB port but this has no effect.

Eventually, after removing and re-inserting the USB cable and being
patient, it starts working again and it's possible to access the files
again, but the problem re-occurs very quickly.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libmtp-common 1.1.6-20-g1b9f164-1ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
Uname: Linux 3.13.0-55-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Jun 25 16:52:57 2015
Dependencies:
 
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-05-03 (783 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
PackageArchitecture: all
SourcePackage: libmtp
UpgradeStatus: Upgraded to trusty on 2014-05-21 (399 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  HTC One M8 MTP fails while copying files

Status in libmtp package in Ubuntu:
  New

Bug description:
  Usually this device mounts with both internal and SD card storage
  appearing in an Android Phone folder in nautilus. Sometimes this
  does not work straight away.

  During copying several megabytes of images, with the phone screen on
  and unlocked, a message appears indicating an error copying. Most
  files are copied, even though the progress bar seems to stop at around
  30%. All attempts to access the device in nautilus result in and empty
  set of results where the files normally appear.

  Removing then re-inserting the USB plug gives the message Unable to
  mount Android Phone Unable to open MTP device '[usb:002,008]' in a
  pop-up message.

  mtp-detect reports:
  Unable to open ~/.mtpz-data for reading, MTPZ disabled.libmtp version: 1.1.6

  Listing raw device(s)
  Device 0 (VID=0bb4 and PID=0f25) is UNKNOWN.
  Please report this VID/PID and the device model to the libmtp development team
 Found 1 device(s):
 0bb4:0f25 @ bus 2, dev 8
  Attempting to connect device(s)
  ignoring libusb_claim_interface() = -6PTP_ERROR_IO: failed to open session, 
trying again after resetting USB interface
  LIBMTP libusb: Attempt to reset device
  LIBMTP PANIC: failed to open session on second attempt
  Unable to open raw device 0
  OK.

  I have tried adding the following udev rule to resolve this:
  $ cat /etc/udev/rules.d/69-libmtp.rules 
  # HTC One M8
  ATTR{idVendor}==0bb4, ATTR{idProduct}==0f25, SYMLINK+=libmtp-%k, 
MODE=660, GROUP=audio, ENV{ID_MTP_DEVICE}=1, ENV{ID_MEDIA_PLAYER}=1

  I've tried using a different USB port but this has no effect.

  Eventually, after removing and re-inserting the USB cable and being
  patient, it starts working again and it's possible to access the files
  again, but the problem re-occurs very quickly.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libmtp-common 1.1.6-20-g1b9f164-1ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jun 25 16:52:57 2015
  Dependencies:
   
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-05-03 (783 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  

[Desktop-packages] [Bug 1468832] Re: lightdm sources .profile

2015-06-25 Thread Derek Martin
See also Bug #1468834.

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

Title:
  lightdm sources .profile

Status in lightdm package in Ubuntu:
  New

Bug description:
  It is a bug for any display manager to read .profile--you guys are
  absolutely killing me with this.  The user's .profile is to be read by
  the shell, on interactive shell (i.e. terminal) logins ONLY.  The man
  page for bash explains this in detail; it's also discussed in the dash
  man page.  The problem with display managers reading .profile is that
  it is the place where commands to set up your terminal (i.e. stty) go
  --this is the entire point of differentiating interactive shells from
  non-interactive shells, and it's the reason only interactive shells
  read .profile at all.  Currently, if you have any such commands in
  your .profile, lightdm barfs on them, delaying the login session and
  forcing you to click on a prompt.  This is extremely annoying (and
  wrong)!

  It would be satisfactory to make lightdm not display the errors, but
  that's the wrong solution.  There's already a decades-established
  method of getting X display managers to source your environment
  settings: the .xsession file.  It should be read by ALL display
  managers (or the session file that starts them).  If you have common
  environment settings you want set in all your shells, the correct way
  to handle this is:

  .bashrc:
  # set all common environment vars here
  ENV_VAR=foo
  ...

  .profile:
  # set up terminal
  stty erase
  # BASH already sources .bashrc by default on interactive sessions

  .xsession:
  if [ -f .bashrc ] source .bashrc

  If you're not using BASH, you can still use this method without
  changing anything, except in .profile you need to explicitly source
  the .bashrc file.  Of course you can change the name of the file that
  contains the common settings to reflect that your shell is not BASH;
  since the file is sourced by your other files explicitly, it does not
  matter what the user calls it.

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

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


[Desktop-packages] [Bug 1468834] [NEW] lightdm does not source .xsession

2015-06-25 Thread Derek Martin
Public bug reported:

There is a decades-old standard protocol for starting up a user's X
session, which requires display managers to source the user's
~/.xsession file.  lightdm fails to do this.  See also Bug #1468832.

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

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

Title:
  lightdm does not source .xsession

Status in lightdm package in Ubuntu:
  New

Bug description:
  There is a decades-old standard protocol for starting up a user's X
  session, which requires display managers to source the user's
  ~/.xsession file.  lightdm fails to do this.  See also Bug #1468832.

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

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


[Desktop-packages] [Bug 1468845] Re: package gconf2 3.2.6-3ubuntu1 failed to install/upgrade: subprocesso script post-installation instalado retornou erro do status de saída 1

2015-06-25 Thread Steve Beattie
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  package gconf2 3.2.6-3ubuntu1 failed to install/upgrade: subprocesso
  script post-installation instalado retornou erro do status de saída 1

Status in gconf package in Ubuntu:
  New

Bug description:
  A instalar gconf2 (3.2.6-3ubuntu1) ...
  dpkg: erro ao processar o pacote gconf2 (--configure):
   subprocesso script post-installation instalado retornou erro do status de 
saída 1
  Foram encontrados erros enquanto processava:
   gconf2
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: gconf2 3.2.6-3ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic i686
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: i386
  Date: Thu Jun 25 18:28:48 2015
  DuplicateSignature: package:gconf2:3.2.6-3ubuntu1:subprocesso script 
post-installation instalado retornou erro do status de saída 1
  ErrorMessage: subprocesso script post-installation instalado retornou erro do 
status de saída 1
  InstallationDate: Installed on 2015-06-19 (6 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release i386 (20150422)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4.1
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu1 failed to install/upgrade: subprocesso 
script post-installation instalado retornou erro do status de saída 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1438870] Re: Lock screen doesn't emit ActiveChanged signal

2015-06-25 Thread Alberto Salvia Novella
** No longer affects: unity (Ubuntu)

** No longer affects: unity (Ubuntu Trusty)

** No longer affects: unity (Ubuntu Utopic)

** No longer affects: unity (Ubuntu Vivid)

** Tags added: trusty

** No longer affects: unity-settings-daemon (Ubuntu Utopic)

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

Title:
  Lock screen doesn't emit ActiveChanged signal

Status in Unity:
  Confirmed
Status in unity-settings-daemon package in Ubuntu:
  In Progress
Status in unity-settings-daemon source package in Trusty:
  In Progress
Status in unity-settings-daemon source package in Vivid:
  In Progress

Bug description:
  tl;dr; Unity doesn't emit the ActiveChanged signal when the screen is
  locked/unlocked

  Long version:

  unity-settings-daemon's automount plugin has code to detect whether
  the screen is locked or not before automatically mounting a volume.
  This prevents someone from inserting a USB thumb drive when the screen
  is locked and exploiting a possible nautilus thumbnailer
  vulnerability. (See bug #714958 for original implementation details.)

  In Ubuntu 14.04, this code no longer works. Inserting a USB thumb
  drive while the screen is locked results in a Nautilus window opening
  underneath the lock screen, and the contents of the USB thumb drive
  being read.

  Since the screen lock got switched to Unity in Ubuntu 14.04, Unity no
  longer emits the org.gnome.ScreenSaver ActiveChanged signal when the
  screen gets locked or unlocked.

  To test:

  1- in terminal, type:
  dbus-monitor 
type='signal',sender='org.gnome.ScreenSaver',interface='org.gnome.ScreenSaver'
  2- Lock the screen
  3- Unlock the screen
  4- Notice that no signal was received

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.2+15.04.20150330-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Tue Mar 31 15:15:48 2015
  InstallationDate: Installed on 2013-11-26 (489 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to vivid on 2015-03-07 (24 days ago)

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

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


[Desktop-packages] [Bug 1318971] Re: evolution can not send mail after being open a couple of minutes

2015-06-25 Thread Yura
Same here, ubuntu 15.04, evolution 3.12.11

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

Title:
  evolution can not send mail after being open a couple of minutes

Status in evolution package in Ubuntu:
  Confirmed

Bug description:
  1) New ubuntu 14.04 installation.
   Description: Ubuntu 14.04 LTS 
   Release: 14.04

  2) Installed evolution mail from Ubuntu Software center and installed 
evolution-mapi package using synaptic.
  robert@roberts-laptop:~$ apt-cache policy evolution
  evolution:
Installed: 3.10.4-0ubuntu1
Candidate: 3.10.4-0ubuntu1
Version table:
   *** 3.10.4-0ubuntu1 0
  500 http://za.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  evolution-mapi:
Installed: 3.10.2-0ubuntu3
Candidate: 3.10.2-0ubuntu3
Version table:
   *** 3.10.2-0ubuntu3 0
  500 http://za.archive.ubuntu.com/ubuntu/ trusty/universe amd64 
Packages
  100 /var/lib/dpkg/status

  Created accout to corperate echange server using MAPI.

  3) I expect to be able to send email consistantly.

  4) I can only send emails for the first couple of minutes after opening 
evolution.
  Thereafter the following error occurs:
  The reported error was Could not send message: ResolveNames: MAPI error  
(0x61b48bd7) occurred.

  The work around is to close evolution and restart it.

  There is no problem with receiving emails.

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

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


[Desktop-packages] [Bug 1318971] Re: evolution can not send mail after being open a couple of minutes

2015-06-25 Thread Yura
I filed GNOME bug:

https://bugzilla.gnome.org/show_bug.cgi?id=751511

but, I'm not sure that this is gnome specific issue, since it use to
work OK and then stopped on my ubuntu 15.04 at some point...

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

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

Title:
  evolution can not send mail after being open a couple of minutes

Status in evolution package in Ubuntu:
  Confirmed

Bug description:
  1) New ubuntu 14.04 installation.
   Description: Ubuntu 14.04 LTS 
   Release: 14.04

  2) Installed evolution mail from Ubuntu Software center and installed 
evolution-mapi package using synaptic.
  robert@roberts-laptop:~$ apt-cache policy evolution
  evolution:
Installed: 3.10.4-0ubuntu1
Candidate: 3.10.4-0ubuntu1
Version table:
   *** 3.10.4-0ubuntu1 0
  500 http://za.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  evolution-mapi:
Installed: 3.10.2-0ubuntu3
Candidate: 3.10.2-0ubuntu3
Version table:
   *** 3.10.2-0ubuntu3 0
  500 http://za.archive.ubuntu.com/ubuntu/ trusty/universe amd64 
Packages
  100 /var/lib/dpkg/status

  Created accout to corperate echange server using MAPI.

  3) I expect to be able to send email consistantly.

  4) I can only send emails for the first couple of minutes after opening 
evolution.
  Thereafter the following error occurs:
  The reported error was Could not send message: ResolveNames: MAPI error  
(0x61b48bd7) occurred.

  The work around is to close evolution and restart it.

  There is no problem with receiving emails.

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

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


[Desktop-packages] [Bug 850666] Re: gnome-settings-daemon crashed with signal 5 in xkl_process_error()

2015-06-25 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 805894 ***
https://bugs.launchpad.net/bugs/805894

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

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

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

Title:
  gnome-settings-daemon crashed with signal 5 in xkl_process_error()

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

Bug description:
  It on Oneiric, just afer login in, had reported this already  but
  didn't find that bug report, so i mae a new one...

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: gnome-settings-daemon 3.1.91-0ubuntu4
  ProcVersionSignature: Ubuntu 3.0.0-11.17-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.22.1-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Thu Sep 15 09:02:51 2011
  ExecutablePath: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  ProcCmdline: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  ProcEnviron:
   LANGUAGE=de_DE:de:en_GB:en
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  Signal: 5
  SourcePackage: gnome-settings-daemon
  StacktraceTop:
   ?? () from /usr/lib/libgdk-3.so.0
   ?? () from /usr/lib/libgdk-3.so.0
   xkl_process_error () from /usr/lib/libxklavier.so.16
   _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  Title: gnome-settings-daemon crashed with signal 5 in xkl_process_error()
  UpgradeStatus: Upgraded to oneiric on 2011-07-17 (59 days ago)
  UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin netdev 
plugdev powerdev pulse sambashare scanner users video

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

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


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

2015-06-25 Thread Alberto Salvia Novella
** Changed in: network-manager (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: network-manager (Ubuntu Vivid)
   Status: Confirmed = Triaged

-- 
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:
  Triaged
Status in network-manager source package in Vivid:
  Triaged

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 1468811] Re: headphone volume auto-set to loudest

2015-06-25 Thread Pat McGowan
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Importance: Undecided = Critical

** Changed in: canonical-devices-system-image
Milestone: None = ww28-2015

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

Title:
  headphone volume auto-set to loudest

Status in the base for Ubuntu mobile products:
  New
Status in Music application for Ubuntu devices:
  New
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  since OTA-4 i get the headphone volume randomly set to the highest
  setting. it can only be set when headphones are plugged in and
  playback has started, so I have no way of checking beforehand. (of
  course I can choose to keep headphones away from the ears.)

  
  this occurs both in the music app and in the podcast app podbird. also occurs 
sometimes during playback, when notification sound is played. 

  not a security issue, but rather a quite serious hearing health issue. 
  I'm on BQ Aquaris E4.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1468811/+subscriptions

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


[Desktop-packages] [Bug 1132736] Re: Xorg fails to start after installing the hardware enablement stack on precise due to missing symlink after purging old xserver-xorg

2015-06-25 Thread Timo Jyrinki
Hmm, this may have been fixed now in the upcoming 14.04.3 LTS HWE
upgrade, can anyone confirm?

That is, after purging the configuration files of -utopic packages, the
link /etc/X11/X is removed but system continues to work.

I upgraded by temporarily enabling trusty-proposed updates and sudo apt
install --install-recommends libgles2-mesa-lts-vivid libglapi-mesa-lts-
vivid xserver-xorg-lts-vivid libgl1-mesa-dri-lts-vivid libegl1-mesa-lts-
vivid libgl1-mesa-glx-lts-vivid:i386

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

Title:
  Xorg fails to start after installing the hardware enablement stack on
  precise due to missing symlink after purging old xserver-xorg

Status in xorg package in Ubuntu:
  Triaged
Status in xorg-lts-trusty package in Ubuntu:
  Confirmed
Status in xorg-lts-utopic package in Ubuntu:
  Confirmed
Status in xorg-lts-vivid package in Ubuntu:
  New

Bug description:
  Bug:

  The bug happens whenever the remaining configuration files of the
  original X stack is removed, ie purging. It does not happen for users
  who do not explicitly remove those.

  Workaround:

  For example, if upgraded 14.04 LTS to the 14.04.2 HWE stack
  (=14.10/utopic):

  sudo dpkg-reconfigure xserver-xorg-lts-utopic

  This restores the symlink /etc/X11/X - /usr/bin/Xorg

  ---

  After installing the hardware enablement stack on precise by running:
  sudo apt-get install linux-generic-lts-quantal xserver-xorg-lts-quantal

  Xorg fail to start. There is no error message or anything, just a black 
screen. Switching to a vt i possible and lightdm/x-0.log shows that a symlink 
is missing:
  X: cannot stat /etc/X11/X (No such file or directory), aborting.

  I updates two computers running precise x86_64 and both had the
  problem.

  Just recreating the symlink fixes the problem and then precise runs
  perfectly fine with the new stack (in fact, it's more stable so far).

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

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


[Desktop-packages] [Bug 306596] Re: exif data removed from tif

2015-06-25 Thread madbiologist
** Changed in: gimp (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  exif data removed from tif

Status in The GNU Image Manipulation Program (GIMP):
  Fix Released
Status in gimp package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: gimp

  Hi,

  After opening a tif-image file with exif information in gimp, editing the 
image, and saving the image as a tif-file, all exif data is lost. (With 
jpeg-files everything seems to be ok, strangely.)
  I'm using gimp 2.6.1-1ubuntu3 on ubuntu 8.10.

  Regards,
  Alex Lubberts

  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 8.10
  NonfreeKernelModules: nvidia
  Package: gimp 2.6.1-1ubuntu3 [modified: usr/share/applications/gimp.desktop]
  ProcEnviron:
   
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=nl_NL.UTF-8
   LC_MESSAGES=C
   SHELL=/bin/bash
  SourcePackage: gimp
  Uname: Linux 2.6.27-9-generic x86_64

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

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


[Desktop-packages] [Bug 1468845] Re: package gconf2 3.2.6-3ubuntu1 failed to install/upgrade: subprocesso script post-installation instalado retornou erro do status de saída 1

2015-06-25 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 gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1468845

Title:
  package gconf2 3.2.6-3ubuntu1 failed to install/upgrade: subprocesso
  script post-installation instalado retornou erro do status de saída 1

Status in gconf package in Ubuntu:
  New

Bug description:
  A instalar gconf2 (3.2.6-3ubuntu1) ...
  dpkg: erro ao processar o pacote gconf2 (--configure):
   subprocesso script post-installation instalado retornou erro do status de 
saída 1
  Foram encontrados erros enquanto processava:
   gconf2
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: gconf2 3.2.6-3ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
  Uname: Linux 3.19.0-22-generic i686
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: i386
  Date: Thu Jun 25 18:28:48 2015
  DuplicateSignature: package:gconf2:3.2.6-3ubuntu1:subprocesso script 
post-installation instalado retornou erro do status de saída 1
  ErrorMessage: subprocesso script post-installation instalado retornou erro do 
status de saída 1
  InstallationDate: Installed on 2015-06-19 (6 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release i386 (20150422)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4.1
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu1 failed to install/upgrade: subprocesso 
script post-installation instalado retornou erro do status de saída 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1468539] Re: DMAR Fault on Intel Wireless 7265 (iwlwifi) when Linux intel_iommu=on Kernel Boot Parameter Is used on Asus UX303LNB.206

2015-06-25 Thread Pasquale Fiorillo
** Also affects: wifi-intel-firmware (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: apport (Ubuntu)

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

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

Title:
  DMAR Fault on Intel Wireless 7265 (iwlwifi) when Linux
  intel_iommu=on Kernel Boot Parameter Is used on Asus UX303LNB.206

Status in i915 package in Ubuntu:
  New
Status in wifi-intel-firmware package in Ubuntu:
  New

Bug description:
  On Asus UX303LNB.206 running Ubuntu 14.04 LTS with intel_iommu=on added to 
the Linux kernel boot parameters, DMAR fault messages are logged in dmesg:
  ...
  [   18.611067] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1f1000 
  [   18.611067] DMAR:[fault reason 23] Unknown
  [   18.611069] dmar: DRHD: handling fault status reg 2
  [   18.611071] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1f4000 
  [   18.611071] DMAR:[fault reason 23] Unknown
  [   18.611073] dmar: DRHD: handling fault status reg 2
  [   18.611076] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1f7000 
  [   18.611076] DMAR:[fault reason 23] Unknown
  [   18.611079] dmar: DRHD: handling fault status reg 2
  [   18.611081] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1f9000 
  [   18.611081] DMAR:[fault reason 23] Unknown
  [   18.611083] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1fa000 
  [   18.611083] DMAR:[fault reason 23] Unknown
  [   18.611087] dmar: DRHD: handling fault status reg 2
  [   18.611088] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
bb1fd000 
  [   18.611088] DMAR:[fault reason 23] Unknown
  [   24.807264] [drm] stuck on render ring
  [   24.808030] [drm] GPU HANG: ecode 8:0:0x00f7ffe1, in Xorg [1499], reason: 
Ring hung, action: reset
  [   24.808032] [drm] GPU hangs can indicate a bug anywhere in the entire gfx 
stack, including userspace.
  [   24.808033] [drm] Please file a _new_ bug report on bugs.freedesktop.org 
against DRI - DRM/Intel
  [   24.808034] [drm] drm/i915 developers can then reassign to the right 
component if it's not a kernel issue.
  [   24.808035] [drm] The gpu crash dump is required to analyze gpu hangs, so 
please always attach it.
  [   24.808036] [drm] GPU crash dump saved to /sys/class/drm/card0/error
  [   24.815267] drm/i915: Resetting chip after gpu hang
  [   24.818413] dmar: DRHD: handling fault status reg 2
  [   24.818420] dmar: DMAR:[DMA Write] Request device [00:02.0] fault addr 
468a000 
  [   24.818420] DMAR:[fault reason 23] Unknown
  [   30.810311] [drm] stuck on render ring
  [   30.811007] [drm] GPU HANG: ecode 8:0:0xc0df, in Xorg [1499], reason: 
Ring hung, action: reset
  [   30.811098] [drm:i915_set_reset_status.part.38 [i915]] *ERROR* gpu hanging 
too fast, banning!
  [   30.818281] drm/i915: Resetting chip after gpu hang

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

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


[Desktop-packages] [Bug 1465014] Re: after update still vulnerable against LOGJAM

2015-06-25 Thread Marc Deslauriers
** Also affects: firefox (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  after update still vulnerable against LOGJAM

Status in firefox package in Ubuntu:
  Confirmed
Status in nss package in Ubuntu:
  Triaged

Bug description:
  Hint: http://www.ubuntu.com/usn/usn-2639-1/

   As a security improvement, this update also modifies OpenSSL
  behaviour to reject DH key sizes below 768 bits, preventing a possible
  downgrade attack. 

  I installed the update but the test site says, i'm still vulnerable (see 
attachted screen shot).
  Site: https://weakdh.org/

  - Xubuntu 15.04  --  up-to-date

  - openSSL 1.0.1f-1ubuntu11.4  --  up-to-date

  - Firefox 38.0+build3-0ubuntu0.15.04.1  --   up-to-date (even there are the 
versions 38.0.5 and 38.0.6 on the mozilla server available)
  - Chromium 43.0.2357.81-0ubuntu0.15.04.1.1170  --  up-to-date

  


  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: openssl 1.0.1f-1ubuntu11.4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  Date: Sun Jun 14 15:34:46 2015
  InstallationDate: Installed on 2015-05-28 (16 days ago)
  InstallationMedia: Xubuntu 15.04 Vivid Vervet - Release amd64 (20150422.1)
  SourcePackage: openssl
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 794315] Re: lightdm forgets to source /etc/profile and ~/.profile

2015-06-25 Thread Derek Martin
See also Bug #1468834.

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

Title:
  lightdm forgets to source /etc/profile and ~/.profile

Status in Light Display Manager:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released
Status in lightdm package in Debian:
  Confirmed

Bug description:
  Binary package hint: lightdm

  /etc/gdm/Xsession had this code:
# First read /etc/profile and .profile
test -f /etc/profile  . /etc/profile
test -f $HOME/.profile  . $HOME/.profile
# Second read /etc/xprofile and .xprofile for X specific setup
test -f /etc/xprofile  . /etc/xprofile
test -f $HOME/.xprofile  . $HOME/.xprofile
  so that, for example, ~/bin gets added to the path (by the default 
~/.profile), and any user-customized environment setup gets run.

  After switching from gdm to lightdm, this no longer happens.  This is
  going to be a regression now that lightdm is becoming the default
  display manager.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: lightdm 0.3.7-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.39-3.10-generic 2.6.39
  Uname: Linux 2.6.39-3-generic x86_64
  NonfreeKernelModules: openafs
  Architecture: amd64
  Date: Tue Jun  7 19:27:11 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20101202)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.utf8
   LC_MESSAGES=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1468811] Re: headphone volume auto-set to loudest

2015-06-25 Thread Jim Hodapp
** Also affects: pulseaudio (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: pulseaudio (Ubuntu)
 Assignee: (unassigned) = Canonical Phone Foundations 
(canonical-phonedations-team)

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

Title:
  headphone volume auto-set to loudest

Status in Music application for Ubuntu devices:
  New
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  since OTA-4 i get the headphone volume randomly set to the highest
  setting. it can only be set when headphones are plugged in and
  playback has started, so I have no way of checking beforehand. (of
  course I can choose to keep headphones away from the ears.)

  
  this occurs both in the music app and in the podcast app podbird. also occurs 
sometimes during playback, when notification sound is played. 

  not a security issue, but rather a quite serious hearing health issue. 
  I'm on BQ Aquaris E4.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1468811/+subscriptions

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


[Desktop-packages] [Bug 1196323] Re: Exif rotation tag

2015-06-25 Thread madbiologist
This is still occurring on Ubuntu 14.04 Trusty Tahr with eog 3.10.2.
I've attached a test case which should display sideways but instead
displays upright in eog.  ImageMagick shows the image in the correct
orientation.?field.comment=This is still occurring on Ubuntu 14.04
Trusty Tahr with eog 3.10.2.  I've attached a test case which should
display sideways but instead displays upright in eog.  ImageMagick shows
the image in the correct orientation.

** Attachment added: exif_rotated.jpeg
   
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1196323/+attachment/4420524/+files/exif_rotated.jpeg

** Tags added: trusty

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

Title:
  Exif rotation tag

Status in eog package in Ubuntu:
  New

Bug description:
  eog doesn’t handle the orientation tag right.

  To support it, you have to display the picture rotated (and/or
  flipped) according to the spec. Right now it isn’t.

  When it’s rotated, don’t forget the thumbnail wants to be rotated, too (or 
its orientation tag changed).
  If you go for the hard-save solution (at eog seems to be doing as of now), 
don’t forget to rotate the thumbnail, too, and strip the tag from both (or set 
it to 1). Right now this is somehow inconsistent, but I couldn’t figure out how 
it behaves.

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

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


[Desktop-packages] [Bug 1465014] Re: after update still vulnerable against LOGJAM

2015-06-25 Thread Alberto Salvia Novella
** Changed in: nss (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: firefox (Ubuntu)
   Status: Confirmed = Triaged

** No longer affects: firefox (Ubuntu)

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

Title:
  after update still vulnerable against LOGJAM

Status in nss package in Ubuntu:
  Triaged

Bug description:
  Hint: http://www.ubuntu.com/usn/usn-2639-1/

   As a security improvement, this update also modifies OpenSSL
  behaviour to reject DH key sizes below 768 bits, preventing a possible
  downgrade attack. 

  I installed the update but the test site says, i'm still vulnerable (see 
attachted screen shot).
  Site: https://weakdh.org/

  - Xubuntu 15.04  --  up-to-date

  - openSSL 1.0.1f-1ubuntu11.4  --  up-to-date

  - Firefox 38.0+build3-0ubuntu0.15.04.1  --   up-to-date (even there are the 
versions 38.0.5 and 38.0.6 on the mozilla server available)
  - Chromium 43.0.2357.81-0ubuntu0.15.04.1.1170  --  up-to-date

  


  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: openssl 1.0.1f-1ubuntu11.4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  Date: Sun Jun 14 15:34:46 2015
  InstallationDate: Installed on 2015-05-28 (16 days ago)
  InstallationMedia: Xubuntu 15.04 Vivid Vervet - Release amd64 (20150422.1)
  SourcePackage: openssl
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1468852] Re: suspen resume error

2015-06-25 Thread Steve Beattie
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  suspen resume error

Status in xorg package in Ubuntu:
  New

Bug description:
  Whenever I suspend my system, it is not able to resume 
  Please Help

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Jun 25 23:25:34 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:02aa]
 Subsystem: Dell Device [1028:02aa]
  InstallationDate: Installed on 2015-06-24 (1 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: Dell Inc. Inspiron 1545
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic 
root=UUID=52f6f447-e97b-4a2b-9a67-d71cba5b6df8 ro rootflags=sync quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/27/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 0U315R
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd08/27/2009:svnDellInc.:pnInspiron1545:pvr:rvnDellInc.:rn0U315R:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1545
  dmi.sys.vendor: Dell Inc.
  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 N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Thu Jun 25 23:19:44 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 614 
   vendor LGD
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

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


[Desktop-packages] [Bug 1468920] [NEW] x

2015-06-25 Thread Homero
Public bug reported:

i dont

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Thu Jun 25 17:01:00 2015
DistUpgraded: 2015-05-22 19:51:39,959 DEBUG enabling apt cron job
DistroCodename: vivid
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller 
[8086:0152] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. P8H77-I Motherboard [1043:84ca]
InstallationDate: Installed on 2015-01-04 (172 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=es_MX:es
 PATH=(custom, no user)
 LANG=es_MX.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=73e5ed59-ef72-4047-9496-d40afe249f5b ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to vivid on 2015-05-23 (33 days ago)
dmi.bios.date: 03/26/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0906
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8Z77-V
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0906:bd03/26/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-V:rvrRev1.xx: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.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Thu Jun 25 16:09:01 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.17.1-0ubuntu3

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


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

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

Title:
  x

Status in xorg package in Ubuntu:
  New

Bug description:
  i dont

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Thu Jun 25 17:01:00 2015
  DistUpgraded: 2015-05-22 19:51:39,959 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller 
[8086:0152] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. P8H77-I Motherboard [1043:84ca]
  InstallationDate: Installed on 2015-01-04 (172 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=es_MX:es
   PATH=(custom, no user)
   LANG=es_MX.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=73e5ed59-ef72-4047-9496-d40afe249f5b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to vivid on 2015-05-23 (33 days ago)
  dmi.bios.date: 03/26/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0906
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8Z77-V
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis 

[Desktop-packages] [Bug 1331813] Re: Support ipv6 mobile connections

2015-06-25 Thread Tony Espy
Note, as of ofono 1.12.bzr6896+15.04.20150521-0ubuntu1, when
provisioning, we now automatically convert any  ipv6 to ip, so the
workaround mentioned in comment #1 is no longer required.  This change
was rolled out as part of OTA4.  This change will need to be reverted
if/when we enable full IPv6 support.

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

Title:
  Support ipv6 mobile connections

Status in network-manager package in Ubuntu:
  Confirmed
Status in ofono package in Ubuntu:
  Confirmed
Status in ubuntu-download-manager package in Ubuntu:
  Confirmed

Bug description:
  My new T-Mobile SIM only has Apn contexts using IPv6 so cellular data is not 
working
  Purchased the SIM a couple weeks ago.

  The output of the /usr/share/ofono/list-contexts is:

  [ /ril_0 ]
  [ /ril_0/context1 ]
  MessageProxy =
  Type = internet
  Password =
  Active = 1
  MessageCenter = http://mms.msg.eng.t-mobile.com/mms/wapenc
  Username =
  IPv6.Settings = { Interface=rmnet_usb0 }
  AccessPointName = fast.t-mobile.com
  Settings = { }
  Name = T-Mobile GPRS
  Protocol = ipv6

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

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


[Desktop-packages] [Bug 1440275] Re: Ubuntu GNOME only allows regional format setting for US, UK, Canada, Australia, and NZ

2015-06-25 Thread Gunnar Hjalmarsson
On 06/25/2015 11:47 PM, Tim wrote:
 @Gunnar, thanks changes look fine to me, however I can't sponsor
 since I don't yet have upload rights to ubuntu-desktop packageset.

Thanks for reviewing; it's in the queue, so hopefully a sponsor picks it
soon.

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

Title:
  Ubuntu GNOME only allows regional format setting for US, UK, Canada,
  Australia, and NZ

Status in accountsservice package in Ubuntu:
  In Progress
Status in gnome-control-center package in Ubuntu:
  In Progress
Status in gnome-desktop3 package in Ubuntu:
  In Progress

Bug description:
  I installed Ubuntu GNOME 15.04 Beta 2. I set the system locale to
  Korean language, which worked okay. When I tried to set regional
  format (date, time, currency, number, metric, etc.), however, the
  options are only limited to 5 regions: US, UK, Canada, Australia, New
  Zealand. I do live in the US, but I want to set the regional format in
  Korean because that goes with the system language. I currently set the
  regional format to that of Canada because I am not familiar with US
  system of yards, feet and pounds. As you can see in the attached
  screenshot, the date format shown on the middle of the task bar is a
  mixture of English and Korean (Frankenstein-ish).

  As I browsed through the bug report launchpad site, I found this bug
  has a long history which dates back to Ubuntu version 9.04. I have
  installed Ubuntu GNOME 14.04 LTS on my other computer and it does not
  have the same bug. I guess it has something to do with the newly
  introduced systemd?

  I would very much like to see this bug is fixed ASAP (at least before
  the release of 15.04 proper version). I love GNOME interface, but this
  bug annoys me. Regards.

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

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


[Desktop-packages] [Bug 1468834] Re: lightdm does not source .xsession

2015-06-25 Thread Derek Martin
Try:

  man xsession

The X window system has been reading this file since forever.

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

Title:
  lightdm does not source .xsession

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  There is a decades-old standard protocol for starting up a user's X
  session, which requires display managers to source the user's
  ~/.xsession file.  lightdm fails to do this.  See also Bug #1468832.

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

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


[Desktop-packages] [Bug 1468832] Re: lightdm sources .profile

2015-06-25 Thread Derek Martin
@Myself: in my description I repeatedly used interactive shell when I
meant login shell instead.  The distinction is important, (and thus
the shell makes the distinction)--the user's .profile is only sourced in
the latter case.  On all other interactive shells it sources .bashrc
instead.  This is so that .profile can initialize the user's terminal
settings, whereas this should NOT be done for all other interactive
shells.

@Anders: it need not be .bashrc, and I explicitly addressed the case
where your shell was not BASH.  It seems you did not read the whole
report.

@Gunnar:  So your argument is basically, This is designed wrong, but we
shouldn't fix it, because some people might have to learn the right way
to do it.  That is a pretty bad argument.  The mess is that some
percentage of users *might* need to modify their shell start-up files to
do it the right way.  That doesn't seem like much of a mess to me; it's
fixing a mess.

It seems clear to me that .profile and the other shell start-up files
belong to the shell, and hence no program other than the shell has any
business reading them.  Regardless, if you don't care to fix this,
what's your proposed fix for lightdm barfing on errors from terminal
commands that quite rightly belong in .profile?  At the very least,
session start-up should not be interrupted by the fact that lightdm does
this badly.   That behavior is a regression, in the sense that Ubuntu
12.x did not do this until some random update somewhere between six
months and a year ago, and no previous Ubuntu release did it.  I have
not run a pristine 14.04 Ubuntu--I've only been running it for a couple
of months with all current updates applied, so I can't say whether it
has or has not changed there.

In the past, some distributions (including Ubuntu, if I'm not mistaken)
have sourced $HOME/.profile in the system Xsession script.  That
solution is wrong too; but it has the nice property that if there are
errors caused by the shell not running on a terminal, they are silently
ignored (since there's nowhere to send them).

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

Title:
  lightdm sources .profile

Status in lightdm package in Ubuntu:
  New

Bug description:
  It is a bug for any display manager to read .profile--you guys are
  absolutely killing me with this.  The user's .profile is to be read by
  the shell, on interactive shell (i.e. terminal) logins ONLY.  The man
  page for bash explains this in detail; it's also discussed in the dash
  man page.  The problem with display managers reading .profile is that
  it is the place where commands to set up your terminal (i.e. stty) go
  --this is the entire point of differentiating interactive shells from
  non-interactive shells, and it's the reason only interactive shells
  read .profile at all.  Currently, if you have any such commands in
  your .profile, lightdm barfs on them, delaying the login session and
  forcing you to click on a prompt.  This is extremely annoying (and
  wrong)!

  It would be satisfactory to make lightdm not display the errors, but
  that's the wrong solution.  There's already a decades-established
  method of getting X display managers to source your environment
  settings: the .xsession file.  It should be read by ALL display
  managers (or the session file that starts them).  If you have common
  environment settings you want set in all your shells, the correct way
  to handle this is:

  .bashrc:
  # set all common environment vars here
  ENV_VAR=foo
  ...

  .profile:
  # set up terminal
  stty erase
  # BASH already sources .bashrc by default on interactive sessions

  .xsession:
  if [ -f .bashrc ] source .bashrc

  If you're not using BASH, you can still use this method without
  changing anything, except in .profile you need to explicitly source
  the .bashrc file.  Of course you can change the name of the file that
  contains the common settings to reflect that your shell is not BASH;
  since the file is sourced by your other files explicitly, it does not
  matter what the user calls it.

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

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


[Desktop-packages] [Bug 1468940] [NEW] Update to 1.14

2015-06-25 Thread Robert Ancell
Public bug reported:

Update to 1.14

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


** Tags: upgrade-software-version

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

Title:
  Update to 1.14

Status in libpeas package in Ubuntu:
  New

Bug description:
  Update to 1.14

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

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


[Desktop-packages] [Bug 1468832] Re: lightdm sources .profile

2015-06-25 Thread Anders Kaseorg
No, you misunderstand my comment. It doesn’t matter whether or not your
shell is bash. ~/.xsession file is sourced using /bin/sh, not using your
shell. You cannot expect to be able to source ~/.bashrc from
~/.xsession, no matter what your preferred shell is.

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

Title:
  lightdm sources .profile

Status in lightdm package in Ubuntu:
  New

Bug description:
  It is a bug for any display manager to read .profile--you guys are
  absolutely killing me with this.  The user's .profile is to be read by
  the shell, on interactive shell (i.e. terminal) logins ONLY.  The man
  page for bash explains this in detail; it's also discussed in the dash
  man page.  The problem with display managers reading .profile is that
  it is the place where commands to set up your terminal (i.e. stty) go
  --this is the entire point of differentiating interactive shells from
  non-interactive shells, and it's the reason only interactive shells
  read .profile at all.  Currently, if you have any such commands in
  your .profile, lightdm barfs on them, delaying the login session and
  forcing you to click on a prompt.  This is extremely annoying (and
  wrong)!

  It would be satisfactory to make lightdm not display the errors, but
  that's the wrong solution.  There's already a decades-established
  method of getting X display managers to source your environment
  settings: the .xsession file.  It should be read by ALL display
  managers (or the session file that starts them).  If you have common
  environment settings you want set in all your shells, the correct way
  to handle this is:

  .bashrc:
  # set all common environment vars here
  ENV_VAR=foo
  ...

  .profile:
  # set up terminal
  stty erase
  # BASH already sources .bashrc by default on interactive sessions

  .xsession:
  if [ -f .bashrc ] source .bashrc

  If you're not using BASH, you can still use this method without
  changing anything, except in .profile you need to explicitly source
  the .bashrc file.  Of course you can change the name of the file that
  contains the common settings to reflect that your shell is not BASH;
  since the file is sourced by your other files explicitly, it does not
  matter what the user calls it.

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

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


[Desktop-packages] [Bug 1468834] Re: lightdm does not source .xsession

2015-06-25 Thread Gunnar Hjalmarsson
Ok, thanks. Can't help feeling that the rest of the x11-common package
has diverged from that man page.

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

Title:
  lightdm does not source .xsession

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  There is a decades-old standard protocol for starting up a user's X
  session, which requires display managers to source the user's
  ~/.xsession file.  lightdm fails to do this.  See also Bug #1468832.

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

-- 
Mailing list: https://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   >