[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-02-09 Thread Maarten Lankhorst
Solution 1: stop purging stuff..
Solution 2: Add fallback to /usr/bin/Xorg if solution 1 fails..

-- 
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-quantal package in Ubuntu:
  Confirmed
Status in xorg-lts-raring package in Ubuntu:
  Confirmed
Status in xorg-lts-saucy package in Ubuntu:
  Confirmed
Status in xorg-lts-trusty package in Ubuntu:
  Confirmed
Status in xorg-lts-utopic package in Ubuntu:
  Confirmed

Bug description:
  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 1400626] Re: Please backport xtrans, libdrm, x11proto-{fonts, core} packages for 14.04.2

2015-02-09 Thread Florian W.
Is there any way to preserve wine, libsdl-*-dev and qt5 when installing
the hardware enablement bits on 14.04 (with -proposed disabled)?

I tried the suggested apt command lines, but none of them seemed to
install the new mesa/xorg stack and preserve wine/qt5/libsdl at the same
time. See the attached apt output.

** Attachment added: apt-hwe.txt
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1400626/+attachment/4315207/+files/apt-hwe.txt

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

Title:
  Please backport xtrans, libdrm, x11proto-{fonts,core} packages for
  14.04.2

Status in libdrm package in Ubuntu:
  Invalid
Status in llvm-toolchain-snapshot package in Ubuntu:
  Invalid
Status in x11proto-core package in Ubuntu:
  Invalid
Status in x11proto-fonts package in Ubuntu:
  Invalid
Status in xorg package in Ubuntu:
  Invalid
Status in xtrans package in Ubuntu:
  Invalid
Status in libdrm source package in Trusty:
  Fix Released
Status in llvm-toolchain-snapshot source package in Trusty:
  Fix Released
Status in x11proto-core source package in Trusty:
  Fix Released
Status in x11proto-fonts source package in Trusty:
  Fix Released
Status in xorg source package in Trusty:
  Fix Committed
Status in xtrans source package in Trusty:
  Fix Released

Bug description:
  In order to upload the new xorg-server we need to backport the following 
packages from utopic:
  libdrm
  x11proto-core
  x11proto-fonts
  xtrans

  libdrm 2.4.52-1-2.4.56-1 seems to have the following changes:
  - Hides private symbols from all libdrm libraries
  - fixes MSAA on Hawaii (radeon).
  - Adds cherryview pci-ids (intel).
  - Makes libdrm-nouveau threadsafe with concurrent access to the drm fd.
  - Fixes to exynos and freedreno.
  - Enables building libdrm-freedreno1 and libdrm-exynos1

  x11proto-core's main change appears to be changing from the 'pointer' type to 
'void *':
  
https://launchpadlibrarian.net/173873109/x11proto-core_7.0.24-1_7.0.26-1.diff.gz

  x11proto-fonts' main change is the same as x11proto-core, but the 
documentation is reformatted too:
  
https://launchpadlibrarian.net/173873038/x11proto-fonts_2.1.2-1_2.1.3-1.diff.gz

  xtrans seems to have 2 minor changes, increase default unix pipe size and add 
support for systemd socket activation:
  https://launchpadlibrarian.net/173873112/xtrans_1.3.2-1_1.3.4-1.diff.gz

  xorg needs to be slightly updated, to allow xserver-xorg to provide
  the unrenamed lts-utopic, and to allow xorg to be installed with the
  renamed xorg-server.

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

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


[Desktop-packages] [Bug 1414999] Re: double free in mir egl display when calling eglTerminate and gbm_device_destroy

2015-02-09 Thread Alexandros Frantzis
** Changed in: mir
   Status: New = In Progress

** Changed in: mesa (Ubuntu)
   Status: New = In Progress

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

Title:
  double free in mir egl display when calling eglTerminate and
  gbm_device_destroy

Status in Mir:
  In Progress
Status in mesa package in Ubuntu:
  In Progress
Status in mir package in Ubuntu:
  New

Bug description:
  In my standalone Xmir I do the following things:

  /* Init code */
  if (xmir_screen-gbm) /* NULL on !mesa */
  mir_connection_drm_set_gbm_device(xmir_screen-conn, xmir_screen-gbm);

  xmir_screen-egl_display =
  eglGetDisplay(mir_connection_get_egl_native_display(xmir_screen-conn));

  /* Shutdown code */
  eglTerminate(xmir_screen-egl_display);

  if (xmir_screen-gbm)
  gbm_device_destroy(xmir_screen-gbm);

  This works as expected when gbm is NULL, but I'm getting a double free in 
gbm_device_destroy with the eglTerminate.
  Calling eglGetDisplay(xmir_screen-gbm) instead works as expected.

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

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


[Desktop-packages] [Bug 1419111] Re: memory leak

2015-02-09 Thread LAZA
** Attachment added: screen shot of htop
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1419111/+attachment/4315208/+files/Screenshot_x_memory_leak.png

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

Title:
  memory leak

Status in xorg-server package in Ubuntu:
  New

Bug description:
  memory leak - after 8 days running /usr/bin/X uses 60% of 8 GB RAM
  -- machine is unusable

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  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: fglrx
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Fri Feb  6 19:54:53 2015
  ExecutablePath: /usr/bin/Xorg
  InstallationDate: Installed on 2014-03-16 (327 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140225)
  ProcEnviron:

  SourcePackage: xorg-server
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1414706] Re: [20ALCTO1WW, Realtek ALC292, Black Mic, Left][Lenovo ThinkPad X240] external mic has no sound at all

2015-02-09 Thread Taihsiang Ho
The attachment lp1414706-comment19.tar.gz contains the logs requested by the 
comment 19.
They are

alsa-info for case select external mic, plug external mic - alsa-
info-201307-14019-mic-jack-separate.log

alsa-tools 1.0.28
from https://launchpad.net/~diwic/+archive/ubuntu/hda

 * Unplug headphone/headset
 * run sudo hdajacksensetest -c 1 -a - 201307-14019-comment19-01-unplug.log
 * Plug headphone (not headset)
 * run sudo hdajacksensetest -c 1 -a - 201307-14019-comment19-02-headphone.log
 * Plug CTIA headset in
 * run sudo hdajacksensetest -c 1 -a - 201307-14019-comment19-03-cita.log 
 * Plug OMTP headset in
 * run sudo hdajacksensetest -c 1 -a - 201307-14019-comment19-04-omtp.log


** Attachment added: lp1414706-comment19.tar.gz
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1414706/+attachment/4315211/+files/lp1414706-comment19.tar.gz

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

Title:
  [20ALCTO1WW, Realtek ALC292, Black Mic, Left][Lenovo ThinkPad X240]
  external mic has no sound at all

Status in HWE Next Project:
  Incomplete
Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  During this test, an error dialog was thrown, reading:

  The following mixer control(s) might be incorrectly set: 
  Mic is at 0.0%

  Mic is muted
  Please try to fix that (e g by running 
  alsamixer -D hw:PCH in a terminal) and see if that solves the problem.
  Would you like to continue troubleshooting anyway?

  However, the System Settings... - Sound UI shows the mic as not
  muted. When I tried running the alsamixer command, I saw mic and mic-
  boost were both showing 0; I cranked them up to 100, but it made no
  difference. I also tried re-running this command with the mic/mic-
  boost still set to 100 and it threw the same error.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  doctorow   2636 F pulseaudio
   /dev/snd/pcmC1D0c:   doctorow   2636 F...m pulseaudio
   /dev/snd/pcmC1D0p:   doctorow   2636 F...m pulseaudio
   /dev/snd/controlC0:  doctorow   2636 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jan 26 16:20:49 2015
  InstallationDate: Installed on 2014-09-10 (138 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:PCH failed
  Symptom_AlsaRecordingTestStderr: a r e c o r d :   p c m _ r e a d : 2 0 3 1 
:   r e a d   e r r o r :   I n p u t / o u t p u t   e r r o r
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  doctorow   2636 F pulseaudio
   /dev/snd/pcmC1D0c:   doctorow   2636 F...m pulseaudio
   /dev/snd/pcmC1D0p:   doctorow   2636 F...m pulseaudio
   /dev/snd/controlC0:  doctorow   2636 F pulseaudio
  Symptom_Jack: Black Mic, Left
  Symptom_Type: No sound at all
  Title: [20ALCTO1WW, Realtek ALC292, Black Mic, Left] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/24/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GIET75WW (2.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20ALCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 PRO
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGIET75WW(2.25):bd06/24/2014:svnLENOVO:pn20ALCTO1WW:pvrThinkPadX240:rvnLENOVO:rn20ALCTO1WW:rvr0B98401PRO:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20ALCTO1WW
  dmi.product.version: ThinkPad X240
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2015-01-22T13:36:22.741441

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414706/+subscriptions

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


[Desktop-packages] [Bug 1307413] Re: apport-unpack requires too much main memory to run

2015-02-09 Thread Louis Bouchard
** Also affects: apport (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: apport (Ubuntu Precise)
   Status: New = Confirmed

** Changed in: apport (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: apport (Ubuntu Precise)
 Assignee: (unassigned) = Louis Bouchard (louis-bouchard)

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

Title:
  apport-unpack requires too much main memory to run

Status in apport package in Ubuntu:
  Fix Released
Status in apport source package in Precise:
  Invalid

Bug description:
  when running apport-unpack on large apport reports (linux-image kernel
  dumps is a good example), it requires an enormous amount of main
  memory to run.

  An example is a 1.3Gb apport report that runs for more than 24 hours
  with more than 4Gb of RSS.

  The command should requires less memory to extract those big reports.

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

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


[Desktop-packages] [Bug 1307413] Re: apport-unpack requires too much main memory to run

2015-02-09 Thread Louis Bouchard
After discussion with upstream; doing the SRU to precise for such a
corner case is a waste of time. The Vivid package is available if the
change is _really_ needed.

Marking the precise task invalid

** Changed in: apport (Ubuntu Precise)
   Status: Confirmed = Invalid

** Changed in: apport (Ubuntu Precise)
 Assignee: Louis Bouchard (louis-bouchard) = (unassigned)

** Changed in: apport (Ubuntu)
 Assignee: Louis Bouchard (louis-bouchard) = (unassigned)

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

Title:
  apport-unpack requires too much main memory to run

Status in apport package in Ubuntu:
  Fix Released
Status in apport source package in Precise:
  Invalid

Bug description:
  when running apport-unpack on large apport reports (linux-image kernel
  dumps is a good example), it requires an enormous amount of main
  memory to run.

  An example is a 1.3Gb apport report that runs for more than 24 hours
  with more than 4Gb of RSS.

  The command should requires less memory to extract those big reports.

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

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


[Desktop-packages] [Bug 1419683] [NEW] package chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064 failed to install/upgrade: cannot copy extracted data for './usr/lib/chromium-browser/libs/libviews.s

2015-02-09 Thread Clive Scott
Public bug reported:

Failed installation through apt

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064
ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
Uname: Linux 3.13.0-44-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Mon Feb  9 11:37:50 2015
DuplicateSignature: 
package:chromium-browser:39.0.2171.65-0ubuntu0.14.04.1.1064:cannot copy 
extracted data for './usr/lib/chromium-browser/libs/libviews.so' to 
'/usr/lib/chromium-browser/libs/libviews.so.dpkg-new': unexpected end of file 
or stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/chromium-browser/libs/libviews.so' to 
'/usr/lib/chromium-browser/libs/libviews.so.dpkg-new': unexpected end of file 
or stream
InstallationDate: Installed on 2014-08-30 (162 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: chromium-browser
Title: package chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064 failed to 
install/upgrade: cannot copy extracted data for 
'./usr/lib/chromium-browser/libs/libviews.so' to 
'/usr/lib/chromium-browser/libs/libviews.so.dpkg-new': unexpected end of file 
or stream
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.chromium.browser: [deleted]

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  package chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064 failed to
  install/upgrade: cannot copy extracted data for './usr/lib/chromium-
  browser/libs/libviews.so' to '/usr/lib/chromium-
  browser/libs/libviews.so.dpkg-new': unexpected end of file or stream

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  Failed installation through apt

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Mon Feb  9 11:37:50 2015
  DuplicateSignature: 
package:chromium-browser:39.0.2171.65-0ubuntu0.14.04.1.1064:cannot copy 
extracted data for './usr/lib/chromium-browser/libs/libviews.so' to 
'/usr/lib/chromium-browser/libs/libviews.so.dpkg-new': unexpected end of file 
or stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/chromium-browser/libs/libviews.so' to 
'/usr/lib/chromium-browser/libs/libviews.so.dpkg-new': unexpected end of file 
or stream
  InstallationDate: Installed on 2014-08-30 (162 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: chromium-browser
  Title: package chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064 failed to 
install/upgrade: cannot copy extracted data for 
'./usr/lib/chromium-browser/libs/libviews.so' to 
'/usr/lib/chromium-browser/libs/libviews.so.dpkg-new': unexpected end of file 
or stream
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.chromium.browser: [deleted]

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

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


[Desktop-packages] [Bug 1003950] Re: launcher does not show minimized update manager while clicked

2015-02-09 Thread Rick
The command below reserrects the hidden Software Updater window when
issued. It does not fix the underlying coding issues however it makes it
possibly to continue the update process without killing/quitting -
restarting the app.

sudo apt-get install wmctrl # if necessary
wmctrl -R 'Software Updater'

after issuing the command the window should appear and respond to its
controls as normal.

Hope this help... I take no credit as this is a repeat from one of the
posts higher up in this thread

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

Title:
  launcher does not show minimized update manager while clicked

Status in Compiz:
  New
Status in Accelerated Xorg driver for nVidia cards:
  New
Status in Unity:
  Fix Released
Status in Unity 5.0 series:
  Fix Released
Status in Unity 6.0 series:
  Fix Released
Status in binary-driver-fglrx package in Ubuntu:
  New
Status in intel-linux-graphics-installer package in Ubuntu:
  New
Status in unity package in Ubuntu:
  Fix Released
Status in update-manager package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-nouveau package in Ubuntu:
  New
Status in binary-driver-fglrx source package in Precise:
  New
Status in intel-linux-graphics-installer source package in Precise:
  New
Status in unity source package in Precise:
  Fix Released
Status in update-manager source package in Precise:
  Confirmed
Status in xserver-xorg-video-nouveau source package in Precise:
  New
Status in binary-driver-fglrx source package in Quantal:
  Invalid
Status in intel-linux-graphics-installer source package in Quantal:
  Invalid
Status in unity source package in Quantal:
  Fix Released
Status in update-manager source package in Quantal:
  Won't Fix
Status in xserver-xorg-video-nouveau source package in Quantal:
  Invalid

Bug description:
  Found an easy way to reproduce it during brussels sprint:
  1. start deja-dup or update-manager
  2. kill -9 compiz; metacity
  3. compiz --replace

  
  ===

  Update manager is showing up in the dock but I can click on the icon
  all day and nothing happens. Similarly if I do Super-S or Super-W it
  doesn't show up anywhere.

  Even if I alt-tab to the application nothing shows up. This happens
  only when update manager runs on its own. If I kill it and then launch
  it myself it comes to the foreground just fine.

  I'm not 100% sure whether this is a unity, compiz, or update-manager
  bug but so far my bet is on unity.

  =Original Report=
  Bug #877444 is showing again in latest updates, please re-open it. This is 
the exact same problem.

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

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


[Desktop-packages] [Bug 1419410] Re: evince fails to open cbz file from a directory with [ in its name

2015-02-09 Thread Sebastien Bacher
Thanks, that's indeed due to the directory name, confirmed

** Summary changed:

- evince cbz support is broken on evince-3.10.3-0ubuntu10.1
+ evince fails to open cbz file from a directory with [ in its name

** Summary changed:

- evince fails to open cbz file from a directory with [ in its name
+ evince fails to open cbz from a directory with '[' in its name

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

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

Title:
  evince fails to open cbz from a directory with '[' in its name

Status in evince package in Ubuntu:
  Confirmed

Bug description:
  Evince show me The document contains only empty pages.
  The same document worked up to a couple of days ago.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evince 3.10.3-0ubuntu10.1
  Uname: Linux 3.13.0-45-generic x86_64
  Architecture: x86_64

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

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


[Desktop-packages] [Bug 1419836] Re: LibreOffice 4.4 (PPA): Extension can't be installed: Message: com.sun.star.uno.RuntimeException) unknown error!

2015-02-09 Thread Björn Michaelsen
Juan José Magaña Redondo on Feb 05, 2015 09:47AM GMT at 
http://support.mendeley.com/customer/portal/questions/11325906-mendeley-plugin-not-working-in-libreoffice-4-4-
 claims:
I have Libreoffice 4.4 (ppa:libreoffice-4-3/ppa) and Mendeley 12.4. I had 
problems with Mendeley 13 plugin, so I decided to downgrade Mendeley instead of 
Libreoffice. Everything's working fine. I had to tweak things a bit, though.

If so, it would be great to know what change in mendeley 12-13 broke
the extension on Ubuntu. If Mendeley is in proper version control, that
should be trivial to identify with the information above.

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

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

Title:
  LibreOffice 4.4 (PPA): Extension can't be installed: Message:
  com.sun.star.uno.RuntimeException)  unknown error!

Status in libreoffice package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  Both Mendeley and Zotero LibreOffice plugins are having problems with 
LibreOffice 4.4:
  Mendeley:
  
http://support.mendeley.com/customer/portal/questions/11325906-mendeley-plugin-not-working-in-libreoffice-4-4-

  Zotero, for example:
  https://forums.zotero.org/discussion/46297/
  (there is a comment saying solved but I think that the person reverted to 
4.3 or used upstream)

  (I've seen some other plugin with the same error message in
  LibreOffice 4.4, not sure if it was the PPA one or not)

  Disclaimer: I work for Mendeley, but both plugins are very similar
  (Mendeley one is a fork from Zotero one in 2008 before i joined and
  they use the same technologies and approach: Python-uno for
  communication and then LibreOffice Basic to update the plugin).

  The problem is that, if using LibreOffice 4.4 from the PPA and doing this:
  unopkg add -v Mendeley-1.13.3.oxt
  it shows an error such as:
  (com.sun.star.uno.RuntimeException) { { Message = unknown error!, Context 
= (com.sun.star.uno.XInterface) @0 } }

  Then it gets incorrectly installed, I just do:
  rm -rf .config/libreoffice # to delete the broken installation
  soffice  # to re-create .config/libreoffice
  unopkg add -v Mendeley-1.13.3.oxt # to try again if you wish

  The Mendeley plugin is available here
  https://www.dropbox.com/s/83isrvr82p2qsvh/Mendeley-1.13.3.oxt?dl=0
  (or download and install Mendeley from 
http://www.mendeley.com/download-mendeley-desktop/ , then it's available in 
/opt/mendeleydesktop/share/mendeleydesktop/openOfficePlugin/Mendeley-1.13.3.oxt 
-we don't support OpenOffice but we still need to change the name of the 
directory, apologies).
  Or attached in this bug report.

  Anyway, using LibreOffice 4.4 from libreoffice.org works correctly,
  but using the ppa is not working correctly.

  We use the Python pyuno technology that maybe is broken there for some
  reason?

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

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


[Desktop-packages] [Bug 1417804] Re: Ubuntu 14.04 LTS [drm:i915_stolen_to_physical] *ERROR* conflict detected with stolen region

2015-02-09 Thread Erkan ÜNLÜTÜRK
** Summary changed:

- Ubuntu 14.04 LTS i915 hatası
+ Ubuntu 14.04 LTS [drm:i915_stolen_to_physical] *ERROR* conflict detected with 
stolen region

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

Title:
  Ubuntu 14.04 LTS [drm:i915_stolen_to_physical] *ERROR* conflict
  detected with stolen region

Status in xorg package in Ubuntu:
  New

Bug description:
  açılışta i915 hatası veriyor.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Feb  4 00:46:14 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: i915-3.16-3.13, 1, 3.13.0-45-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4 Series Chipset Integrated Graphics Controller 
[8086:2e32] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Fujitsu Technology Solutions Device [1734:114c]
  InstallationDate: Installed on 2015-02-02 (1 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: ARCELIK AS 1YA-ARCELIK 5440
  ProcEnviron:
   LANGUAGE=tr
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=tr_TR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-45-generic 
root=/dev/mapper/ubuntu--vg-root ro splash quiet vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/09/2010
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.02.3041.A1
  dmi.board.name: D3041-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3041-A1
  dmi.chassis.asset.tag: 93742010006534
  dmi.chassis.type: 6
  dmi.chassis.vendor: ARCELIK AS
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.02.3041.A1:bd11/09/2010:svnARCELIKAS:pn1YA-ARCELIK5440:pvrV102:rvnFUJITSU:rnD3041-A1:rvrS26361-D3041-A1:cvnARCELIKAS:ct6:cvr:
  dmi.product.name: 1YA-ARCELIK 5440
  dmi.product.version: V102
  dmi.sys.vendor: ARCELIK AS
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu2intel1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu2intel1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.911-0intel1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Feb  4 00:40:59 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputHID 04f3:0103KEYBOARD, id 8
   inputHID 04f3:0103KEYBOARD, id 9
   inputSIGMACHIP Usb Mouse  MOUSE, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id2001 
   vendor PTS
  xserver.version: 2:1.15.1-0ubuntu2.6

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

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


[Desktop-packages] [Bug 1419856] Re: Long Delay When Pressing Volume Up/Down Keys

2015-02-09 Thread anders
** Description changed:

  There is a long delay between pressing the Up or Down volume key until the 
volumen change (5 - 20 seconds).
  I have only firefox and terminal open, but many tabs.
  This is a regression e.g. the bug has been fixed before but has reappeared.
  
+ The bug disapears after some time and the buttons works normally, but it can
+ be reactivated using the following sequence:
+ 
+ - start youtube html video in firefox
+ - maximize window
+ - stop video
+ - minimize window
+ 
  Ubuntu 14.10
  Dell Inspiron 1720

** Description changed:

  There is a long delay between pressing the Up or Down volume key until the 
volumen change (5 - 20 seconds).
  I have only firefox and terminal open, but many tabs.
  This is a regression e.g. the bug has been fixed before but has reappeared.
  
  The bug disapears after some time and the buttons works normally, but it can
  be reactivated using the following sequence:
  
  - start youtube html video in firefox
  - maximize window
  - stop video
  - minimize window
  
+ Now if you try to change the volume you get the long delay again.
+ 
  Ubuntu 14.10
  Dell Inspiron 1720

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

Title:
  Long Delay When Pressing Volume Up/Down Keys

Status in gnome-power-manager package in Ubuntu:
  New

Bug description:
  There is a long delay between pressing the Up or Down volume key until the 
volumen change (5 - 20 seconds).
  I have only firefox and terminal open, but many tabs.
  This is a regression e.g. the bug has been fixed before but has reappeared.

  The bug disapears after some time and the buttons works normally, but it can
  be reactivated using the following sequence:

  - start youtube html video in firefox
  - maximize window
  - stop video
  - minimize window

  Now if you try to change the volume you get the long delay again.

  Ubuntu 14.10
  Dell Inspiron 1720

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

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


[Desktop-packages] [Bug 1418486] Re: Mir Mesa EGL platform leaks memory with every frame

2015-02-09 Thread Alexandros Frantzis
Fix released in package mesa-10.4.2-2ubuntu3 .

** Changed in: mir
   Status: In Progress = Fix Released

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

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

Title:
  Mir Mesa EGL platform leaks memory with every frame

Status in Mir:
  Fix Released
Status in mesa package in Ubuntu:
  Fix Released

Bug description:
  The Mir Mesa EGL platform leaks memory with every frame. This is the
  result of incorrect handling of the buffer objects we create from the
  incoming Mir buffers.

  The problem is exhibited in the attached 'massif.out.leak' file.  An
  excerpt from the result of ms_print for this file:

  

n   time(ms) total(B)   useful-heap(B) extra-heap(B)
stacks(B)
  

 
   23 11,5934,965,4324,503,871   461,5610
   24 12,0584,971,2564,509,023   462,2330
   25 12,6404,978,5364,515,463   463,0730
   26 13,2224,985,8324,521,903   463,9290
   27 13,8044,993,1124,528,343   464,7690
   28 14,3865,000,3924,534,783   465,6090
   29 14,7355,004,7604,538,647   466,1130
   30 15,4355,013,3844,546,326   467,0580
   31 16,0165,020,7764,552,815   467,9610
   32 16,7805,030,3604,561,279   469,0810
   33 17,1635,035,1444,565,511   469,6330

  I have attached a patch (fix-mir-mesa-egl-gbm-bo-leak.diff) to get
  some wider review before creating a final patch for the ubuntu
  package. With this patch the leak is fixed as shown in the attached
  'massif.out.fixed' file:

  

n   time(ms) total(B)   useful-heap(B) extra-heap(B)
stacks(B)
  

   56 11,7874,859,0804,410,063   449,0170
   57 11,9204,859,0804,410,063   449,0170
   58 12,0534,859,0804,410,063   449,0170
   59 12,1864,859,0804,410,063   449,0170
   60 12,3204,859,0804,410,063   449,0170
   61 12,4534,859,0804,410,063   449,0170
   62 12,5864,859,0804,410,063   449,0170
   63 12,7194,859,0804,410,063   449,0170
   64 12,8524,859,0804,410,063   449,0170
   65 12,9854,859,0804,410,063   449,0170

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

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


[Desktop-packages] [Bug 1419856] [NEW] Long Delay When Pressing Volume Up/Down Keys

2015-02-09 Thread anders
Public bug reported:

There is a long delay between pressing the Up or Down volume key until the 
volumen change (5 - 20 seconds).
I have only firefox and terminal open, but many tabs.
This is a regression e.g. the bug has been fixed before but has reappeared.

Ubuntu 14.10
Dell Inspiron 1720

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

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

Title:
  Long Delay When Pressing Volume Up/Down Keys

Status in gnome-power-manager package in Ubuntu:
  New

Bug description:
  There is a long delay between pressing the Up or Down volume key until the 
volumen change (5 - 20 seconds).
  I have only firefox and terminal open, but many tabs.
  This is a regression e.g. the bug has been fixed before but has reappeared.

  Ubuntu 14.10
  Dell Inspiron 1720

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

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


[Desktop-packages] [Bug 1419394] Re: I don't know

2015-02-09 Thread Jamie Strandboge
** 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/1419394

Title:
  I don't know

Status in xorg package in Ubuntu:
  New

Bug description:
  I don't know

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sun Feb  8 11:07:49 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000]
  InstallationDate: Installed on 2015-02-07 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_IN
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic.efi.signed 
root=UUID=20657cfd-db57-444d-bfb8-b592cd5ebd85 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/23/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F7
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H61M-DS2
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF7:bd03/23/2012:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnH61M-DS2:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sun Feb  8 10:46:20 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputVideo BusKEYBOARD, id 7
   inputPower Button KEYBOARD, id 8
   inputAT Translated Set 2 keyboard KEYBOARD, id 9
   inputImPS/2 Generic Wheel Mouse MOUSE, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   15235 
   vendor GSM
  xserver.version: 2:1.15.1-0ubuntu2.6

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

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


[Desktop-packages] [Bug 1418077] Re: NM fails to create a cellular data connection for a unacceptably long time

2015-02-09 Thread Pat McGowan
reportedly affects rtm as well

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

** Changed in: canonical-devices-system-image
   Status: New = Confirmed

** Changed in: canonical-devices-system-image
Milestone: None = ww09-2015

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

Title:
  NM fails to create a cellular data connection for a unacceptably long
  time

Status in the base for Ubuntu mobile products:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Confirm cellular data (disable wifi)
  2. Change TechnologyPreference on online SIM
  3. Confirm no cellular data
  4. Wait ~10 minutes
  5. Confirm cellular data 

  What happens:
  Changing something on the modem causes cellular data to disappear for 10 
minutes

  What should happen:
  It should behave as before, i.e. cellular data should come back immediately

  current build number: 97
  device name: krillin
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 2015-02-02 12:48:25
  version version: 97
  version ubuntu: 20150202
  version device: 20150128-5379bdb
  version custom: 20150202

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

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


[Desktop-packages] [Bug 1419836] [NEW] LibreOffice 4.4 (PPA): Extension can't be installed: Message: com.sun.star.uno.RuntimeException) unknown error!

2015-02-09 Thread cpina
Public bug reported:

Hello,

Both Mendeley and Zotero LibreOffice plugins are having problems with 
LibreOffice 4.4:
Mendeley:
http://support.mendeley.com/customer/portal/questions/11325906-mendeley-plugin-not-working-in-libreoffice-4-4-

Zotero, for example:
https://forums.zotero.org/discussion/46297/
(there is a comment saying solved but I think that the person reverted to 4.3 
or used upstream)

(I've seen some other plugin with the same error message in LibreOffice
4.4, not sure if it was the PPA one or not)

Disclaimer: I work for Mendeley, but both plugins are very similar
(Mendeley one is a fork from Zotero one in 2008 before i joined and they
use the same technologies and approach: Python-uno for communication and
then LibreOffice Basic to update the plugin).

The problem is that, if using LibreOffice 4.4 from the PPA and doing this:
unopkg add -v Mendeley-1.13.3.oxt
it shows an error such as:
(com.sun.star.uno.RuntimeException) { { Message = unknown error!, Context = 
(com.sun.star.uno.XInterface) @0 } }

Then it gets incorrectly installed, I just do:
rm -rf .config/libreoffice # to delete the broken installation
soffice  # to re-create .config/libreoffice
unopkg add -v Mendeley-1.13.3.oxt # to try again if you wish

The Mendeley plugin is available here
https://www.dropbox.com/s/83isrvr82p2qsvh/Mendeley-1.13.3.oxt?dl=0
(or download and install Mendeley from 
http://www.mendeley.com/download-mendeley-desktop/ , then it's available in 
/opt/mendeleydesktop/share/mendeleydesktop/openOfficePlugin/Mendeley-1.13.3.oxt 
-we don't support OpenOffice but we still need to change the name of the 
directory, apologies).
Or attached in this bug report.

Anyway, using LibreOffice 4.4 from libreoffice.org works correctly, but
using the ppa is not working correctly.

We use the Python pyuno technology that maybe is broken there for some
reason?

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


** Tags: ppa

** Attachment added: Mendeley-1.13.3.oxt
   
https://bugs.launchpad.net/bugs/1419836/+attachment/4315536/+files/Mendeley-1.13.3.oxt

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

Title:
  LibreOffice 4.4 (PPA): Extension can't be installed: Message:
  com.sun.star.uno.RuntimeException)  unknown error!

Status in libreoffice package in Ubuntu:
  New

Bug description:
  Hello,

  Both Mendeley and Zotero LibreOffice plugins are having problems with 
LibreOffice 4.4:
  Mendeley:
  
http://support.mendeley.com/customer/portal/questions/11325906-mendeley-plugin-not-working-in-libreoffice-4-4-

  Zotero, for example:
  https://forums.zotero.org/discussion/46297/
  (there is a comment saying solved but I think that the person reverted to 
4.3 or used upstream)

  (I've seen some other plugin with the same error message in
  LibreOffice 4.4, not sure if it was the PPA one or not)

  Disclaimer: I work for Mendeley, but both plugins are very similar
  (Mendeley one is a fork from Zotero one in 2008 before i joined and
  they use the same technologies and approach: Python-uno for
  communication and then LibreOffice Basic to update the plugin).

  The problem is that, if using LibreOffice 4.4 from the PPA and doing this:
  unopkg add -v Mendeley-1.13.3.oxt
  it shows an error such as:
  (com.sun.star.uno.RuntimeException) { { Message = unknown error!, Context 
= (com.sun.star.uno.XInterface) @0 } }

  Then it gets incorrectly installed, I just do:
  rm -rf .config/libreoffice # to delete the broken installation
  soffice  # to re-create .config/libreoffice
  unopkg add -v Mendeley-1.13.3.oxt # to try again if you wish

  The Mendeley plugin is available here
  https://www.dropbox.com/s/83isrvr82p2qsvh/Mendeley-1.13.3.oxt?dl=0
  (or download and install Mendeley from 
http://www.mendeley.com/download-mendeley-desktop/ , then it's available in 
/opt/mendeleydesktop/share/mendeleydesktop/openOfficePlugin/Mendeley-1.13.3.oxt 
-we don't support OpenOffice but we still need to change the name of the 
directory, apologies).
  Or attached in this bug report.

  Anyway, using LibreOffice 4.4 from libreoffice.org works correctly,
  but using the ppa is not working correctly.

  We use the Python pyuno technology that maybe is broken there for some
  reason?

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

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


[Desktop-packages] [Bug 1419755] Re: crashes of unity and compiz when minimizing windows

2015-02-09 Thread jazzmale
No. libreoffice 4.4.0.3 runs without crashes.

** Package changed: firefox (Ubuntu) = unity (Ubuntu)

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

Title:
  crashes of unity and compiz when minimizing windows

Status in unity package in Ubuntu:
  New

Bug description:
  Frequent crashes of unity and compiz services 
  when I try to minimize or restore windows of some programs with modern panel 
  which I suppose is referenced to new gtk 3.12. 
  For example, gedit or scratch text editors. 

  ubuntu 14.04.1 86_64

  yet do not really understand which bug trace should I do.

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

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


[Desktop-packages] [Bug 1364025] Re: system-config-printer fails with cups-client talking to cups 1.3 server

2015-02-09 Thread ubuntu-tester
Like Owen Dunn, I make a scan with wireshark, with the 'version=1.1' option in 
/etc/cups/client.conf :
- On Firefox, all requests and demands use IPP 1.1,
- On system-config-printer, some requests and demands use IPP 2.0.

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

Title:
  system-config-printer fails with cups-client talking to cups 1.3
  server

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

Bug description:
  system-config-printer-gnome version 1.4.3+20140219-0ubuntu2.1
  python-cups version 1.9.66-0ubuntu2
  libcups2 version 1.7.2-0ubuntu1.1

  I have my systems configured to talk to a cups 1.3 server, which only
  speaks IPP 1.1, so I have in /etc/cups/client.conf:

  ServerName cups-serv.example.com/version=1.1

  ...and printing from applications and the command line works fine.

  When I run system-config-printer, all the printers are shown in a
  dialogue box, but attempting to refresh the dialogue box or perform
  any operation on any of the printer icons in the box produces an error
  box saying:

  CUPS server error

  There was an error during the CUPS operation: 'Bad Request'.

  
  Viewing the network traffic with wireshark I see that system-config-printer 
is making some requests with IPP version 2.0, and it is these requests which 
the CUPS server is objecting to.  system-config-printer (or perhaps the python 
CUPS libraries it uses, or perhaps the underlying C CUPS API) should respect 
the version=1.1 option in client.conf.

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

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


[Desktop-packages] [Bug 1398560] [NEW] Music playback randomly stops working

2015-02-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

While listening to music media-hub stops randomly. Restart of the job
and reboots don't fix it. Video works fine. Also, 320 kbps music pauses
randomly, might be related. I have also talked about this on the mailing
list.

** Affects: canonical-devices-system-image
 Importance: High
 Status: Confirmed

** Affects: media-hub
 Importance: High
 Assignee: Jim Hodapp (jhodapp)
 Status: Invalid

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Assignee: Ricardo Salveti (rsalveti)
 Status: New

** Affects: qtubuntu-camera
 Importance: Undecided
 Status: New

-- 
Music playback randomly stops working
https://bugs.launchpad.net/bugs/1398560
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to pulseaudio 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 1271513]

2015-02-09 Thread Kwilson-r
(In reply to Antonio from comment #134)
 Indeed, new version of CPS and PC that are within the scope of the
 certification will comply with the requirement of the “WebTrust SM/TM for
 Certification Authorities WebTrust Principles and Criteria for Certification
 Authorities - SSL Baseline with Network Security”. However, for the sake of
 coherence, it was not possible to consider such statement but after
 finishing the audit. 
 
 It will be included the following text:
 
 FNMT-RCM conforms to the current version of the Baseline Requirements for
 the Issuance and Management of Publicly-Trusted Certificates published at
 https://cabforum.org/wp-content/uploads/BRv1.2.3.pdf. In the event of any
 inconsistency between this document and those Requirements, those
 Requirements take precedence over this document. 
 
 We remain at your disposal for any further clarification concerning this
 topic.


Please clarify if you intend to add that statement to the CP/CPS, or if you are 
saying it will be part of the audit statement only.

For reference, I asked in the discussion forum about having the BR commitment 
to comply in the audit statement only:
https://groups.google.com/d/msg/mozilla.dev.security.policy/wsw2G-PFKiA/akU0bhzN8MMJ
It looks to me like the answer will be that it needs to be in the CP/CPS. You 
are welcome to participate in that discussion.

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

Title:
  www.cert.fnmt.es certificates are not included in Mozilla products

Status in The Mozilla Firefox Browser:
  In Progress
Status in Mozilla Thunderbird Mail and News:
  In Progress
Status in firefox package in Ubuntu:
  In Progress
Status in thunderbird package in Ubuntu:
  In Progress

Bug description:
  Please add www.cert.fnmt.es (National Coin and Ding Factory of
  Spain) as a valid certification authority in the default Firefox
  installation.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: firefox 26.0+build2-0ubuntu0.13.10.2
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  es20490446e   2130 F pulseaudio
   /dev/snd/controlC1:  es20490446e   2130 F pulseaudio
   /dev/snd/controlC0:  es20490446e   2130 F pulseaudio
  BuildID: 20131206145143
  Channel: Unavailable
  Date: Wed Jan 22 12:49:53 2014
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2013-05-21 (245 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  IpRoute:
   default via 192.168.2.1 dev eth0  proto static
   192.168.2.0/24 dev eth0  proto kernel  scope link  src 192.168.2.117  metric 
1
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  MarkForUpload: True
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=26.0/20131206145143 (In use)
  RelatedPackageVersions:
   google-talkplugin 4.9.1.0-1
   icedtea-7-plugin  1.4-3ubuntu2
   totem-mozilla 3.8.2-0ubuntu1
   rhythmbox-mozilla 2.99.1-0ubuntu1
  RfKill:

  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to saucy on 2013-10-18 (96 days ago)
  WifiSyslog:

  dmi.bios.date: 02/18/2008
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: MS-7358
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.board.version: Fab D
  dmi.chassis.type: 3
  dmi.chassis.vendor: OEM
  dmi.chassis.version: OEM
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd02/18/2008:svnMEDIONPC:pnMS-7358:pvrOEM:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-7358:rvrFabD:cvnOEM:ct3:cvrOEM:
  dmi.product.name: MS-7358
  dmi.product.version: OEM
  dmi.sys.vendor: MEDIONPC

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

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


[Desktop-packages] [Bug 1308105]

2015-02-09 Thread Bigwoof1234
Hi,

just wanted to point out that Sean's patch did *not* fix the screen
disappearing issue for me but the one liner from Alexander did.

Was a different patch apply to the main tree to fix the original reason
for this bug report? I'm willing to test the latest version, but I can
only do it next week at the earliest.

Raj

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

Title:
  Xfce resets TV mode to NULL when power cycled

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

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

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

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

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

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

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

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

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

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

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


[Desktop-packages] [Bug 996906]

2015-02-09 Thread Raymond
how low latecy can you get with paplay


paplay -l-latency-msec=5 -v any.wav


what is the smallest buffer size using aplay without underrun (eg. 1024, 512, 
256, 128, 64)


aplay -D hw:0,0 -v --buffer-size=1024 any.wav

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

Title:
  periodic audio skips with Intel HDA

Status in PulseAudio sound server:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  When running PulseAudio, if I'm playing music via any source (Exaile, Totem,
  Flash in Firefox or Chromium, VLC, etc.) every few minutes the audio will skip
  once or twice.  top doesn't show any process eating CPU any more when it
  happens.  dmesg doesn't show anything.  Nothing else seems to be affected.  It
  doesn't seem to happen regularly.

  I just installed Ubuntu 12.04 from scratch (with pulseaudio 1:1.1-0ubuntu15),
  but the same thing happened in 10.04 on the same hardware.  Uninstalling the
  PulseAudio packages and going back to ALSA gives me no issues whatsoever, 
which
  is how I know the issue is with PulseAudio.  I'm using my onboard audio 
device:

  $ lspci | grep Audio
  00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel
  HDA)

  Following mailing list instructions, pulseaudio - --log-time shows during 
a
  skip:

  ( 684.030|   5.000) I: [alsa-sink] alsa-sink.c: Underrun!
  ( 684.030|   0.000) I: [alsa-sink] alsa-sink.c: Increasing minimal latency to
  26.00 ms
  ( 684.030|   0.000) D: [alsa-sink] alsa-sink.c: Latency set to 26.00ms
  ( 684.030|   0.000) D: [alsa-sink] alsa-sink.c: hwbuf_unused=60952
  ( 684.030|   0.000) D: [alsa-sink] alsa-sink.c: setting avail_min=15944
  ( 684.030|   0.000) D: [alsa-sink] alsa-sink.c: Latency set to 26.00ms
  ( 684.030|   0.000) D: [alsa-sink] alsa-sink.c: hwbuf_unused=60952
  ( 684.030|   0.000) D: [alsa-sink] alsa-sink.c: setting avail_min=15944
  ( 684.031|   0.000) D: [alsa-sink] protocol-native.c: Underrun on 'ALSA
  Playback', 0 bytes in queue.
  ( 684.036|   0.004) D: [alsa-sink] protocol-native.c: Requesting rewind due to
  end of underrun.
  ( 684.036|   0.000) D: [alsa-sink] alsa-sink.c: Requested to rewind 10940
  bytes.
  ( 684.036|   0.000) D: [alsa-sink] alsa-sink.c: Limited to 3320 bytes.
  ( 684.036|   0.000) D: [alsa-sink] alsa-sink.c: before: 830
  ( 684.036|   0.000) D: [alsa-sink] alsa-sink.c: after: 830
  ( 684.036|   0.000) D: [alsa-sink] alsa-sink.c: Rewound 3320 bytes.
  ( 684.036|   0.000) D: [alsa-sink] sink.c: Processing rewind...
  ( 684.036|   0.000) D: [alsa-sink] sink.c: latency = 1337
  ( 684.036|   0.000) D: [alsa-sink] sink-input.c: Have to rewind 3320 bytes on
  render memblockq.
  ( 684.036|   0.000) D: [alsa-sink] source.c: Processing rewind...
  ( 696.234|  12.197) I: [alsa-sink] alsa-sink.c: Underrun!
  ( 696.234|   0.000) I: [alsa-sink] alsa-sink.c: Increasing wakeup watermark to
  15.99 ms
  ( 702.033|   5.799) I: [alsa-sink] alsa-sink.c: Underrun!
  ( 702.033|   0.000) I: [alsa-sink] alsa-sink.c: Increasing minimal latency to
  36.00 ms
  ( 702.033|   0.000) D: [alsa-sink] alsa-sink.c: Latency set to 36.00ms
  ( 702.033|   0.000) D: [alsa-sink] alsa-sink.c: hwbuf_unused=59188
  ( 702.033|   0.000) D: [alsa-sink] alsa-sink.c: setting avail_min=15680
  ( 702.033|   0.000) D: [alsa-sink] alsa-sink.c: Latency set to 36.00ms
  ( 702.034|   0.000) D: [alsa-sink] alsa-sink.c: hwbuf_unused=59188
  ( 702.034|   0.000) D: [alsa-sink] alsa-sink.c: setting avail_min=15680
  ( 702.034|   0.000) D: [alsa-sink] protocol-native.c: Underrun on 'ALSA
  Playback', 0 bytes in queue.

  ...and it goes on.

  The Underrun! messages alone happened a few times before, but it
  didn't skip.

  I'd like to use PulseAudio, but it's pretty annoying having audio skip all the
  time.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: pulseaudio 1:1.1-0ubuntu15
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  toxite 2136 F pulseaudio
   /dev/snd/pcmC0D0p:   toxite 2136 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfe024000 irq 16'
 Mixer name : 'Realtek ALC889'
 Components : 'HDA:10ec0889,1458a102,0014'
 Controls  : 48
 Simple ctrls  : 22
  Date: Tue May  8 21:45:17 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/03/2009
  dmi.bios.vendor: Award Software 

[Desktop-packages] [Bug 1364630] Re: init: Error while reading from descriptor: Broken pipe

2015-02-09 Thread Patrick
Installing thermald:
no change either.

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

Title:
  init: Error while reading from descriptor: Broken pipe

Status in Upstart:
  Confirmed
Status in nvidia-graphics-drivers-304 package in Ubuntu:
  Confirmed

Bug description:
  [   16.934379] init: Error while reading from descriptor: Broken pipe

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: init 1.20ubuntu3
  ProcVersionSignature: Ubuntu 3.16.0-11.16-generic 3.16.1
  Uname: Linux 3.16.0-11-generic x86_64
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Sep  2 17:23:15 2014
  InstallationDate: Installed on 2014-04-27 (128 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  SourcePackage: init-system-helpers
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 996906]

2015-02-09 Thread Rkfg
I was too fast coming to conclusions. ALSA plugin in LMMS still croaks
after PA worked several hours and gained latency of 36.00ms currently.
It may go down if I disconnect all its clients but I'm listening to
music all the day while working so it's not an option. Underruns happen
more often if LMMS is just working in the background not doing anything.

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

Title:
  periodic audio skips with Intel HDA

Status in PulseAudio sound server:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  When running PulseAudio, if I'm playing music via any source (Exaile, Totem,
  Flash in Firefox or Chromium, VLC, etc.) every few minutes the audio will skip
  once or twice.  top doesn't show any process eating CPU any more when it
  happens.  dmesg doesn't show anything.  Nothing else seems to be affected.  It
  doesn't seem to happen regularly.

  I just installed Ubuntu 12.04 from scratch (with pulseaudio 1:1.1-0ubuntu15),
  but the same thing happened in 10.04 on the same hardware.  Uninstalling the
  PulseAudio packages and going back to ALSA gives me no issues whatsoever, 
which
  is how I know the issue is with PulseAudio.  I'm using my onboard audio 
device:

  $ lspci | grep Audio
  00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel
  HDA)

  Following mailing list instructions, pulseaudio - --log-time shows during 
a
  skip:

  ( 684.030|   5.000) I: [alsa-sink] alsa-sink.c: Underrun!
  ( 684.030|   0.000) I: [alsa-sink] alsa-sink.c: Increasing minimal latency to
  26.00 ms
  ( 684.030|   0.000) D: [alsa-sink] alsa-sink.c: Latency set to 26.00ms
  ( 684.030|   0.000) D: [alsa-sink] alsa-sink.c: hwbuf_unused=60952
  ( 684.030|   0.000) D: [alsa-sink] alsa-sink.c: setting avail_min=15944
  ( 684.030|   0.000) D: [alsa-sink] alsa-sink.c: Latency set to 26.00ms
  ( 684.030|   0.000) D: [alsa-sink] alsa-sink.c: hwbuf_unused=60952
  ( 684.030|   0.000) D: [alsa-sink] alsa-sink.c: setting avail_min=15944
  ( 684.031|   0.000) D: [alsa-sink] protocol-native.c: Underrun on 'ALSA
  Playback', 0 bytes in queue.
  ( 684.036|   0.004) D: [alsa-sink] protocol-native.c: Requesting rewind due to
  end of underrun.
  ( 684.036|   0.000) D: [alsa-sink] alsa-sink.c: Requested to rewind 10940
  bytes.
  ( 684.036|   0.000) D: [alsa-sink] alsa-sink.c: Limited to 3320 bytes.
  ( 684.036|   0.000) D: [alsa-sink] alsa-sink.c: before: 830
  ( 684.036|   0.000) D: [alsa-sink] alsa-sink.c: after: 830
  ( 684.036|   0.000) D: [alsa-sink] alsa-sink.c: Rewound 3320 bytes.
  ( 684.036|   0.000) D: [alsa-sink] sink.c: Processing rewind...
  ( 684.036|   0.000) D: [alsa-sink] sink.c: latency = 1337
  ( 684.036|   0.000) D: [alsa-sink] sink-input.c: Have to rewind 3320 bytes on
  render memblockq.
  ( 684.036|   0.000) D: [alsa-sink] source.c: Processing rewind...
  ( 696.234|  12.197) I: [alsa-sink] alsa-sink.c: Underrun!
  ( 696.234|   0.000) I: [alsa-sink] alsa-sink.c: Increasing wakeup watermark to
  15.99 ms
  ( 702.033|   5.799) I: [alsa-sink] alsa-sink.c: Underrun!
  ( 702.033|   0.000) I: [alsa-sink] alsa-sink.c: Increasing minimal latency to
  36.00 ms
  ( 702.033|   0.000) D: [alsa-sink] alsa-sink.c: Latency set to 36.00ms
  ( 702.033|   0.000) D: [alsa-sink] alsa-sink.c: hwbuf_unused=59188
  ( 702.033|   0.000) D: [alsa-sink] alsa-sink.c: setting avail_min=15680
  ( 702.033|   0.000) D: [alsa-sink] alsa-sink.c: Latency set to 36.00ms
  ( 702.034|   0.000) D: [alsa-sink] alsa-sink.c: hwbuf_unused=59188
  ( 702.034|   0.000) D: [alsa-sink] alsa-sink.c: setting avail_min=15680
  ( 702.034|   0.000) D: [alsa-sink] protocol-native.c: Underrun on 'ALSA
  Playback', 0 bytes in queue.

  ...and it goes on.

  The Underrun! messages alone happened a few times before, but it
  didn't skip.

  I'd like to use PulseAudio, but it's pretty annoying having audio skip all the
  time.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: pulseaudio 1:1.1-0ubuntu15
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  toxite 2136 F pulseaudio
   /dev/snd/pcmC0D0p:   toxite 2136 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfe024000 irq 16'
 Mixer name : 'Realtek ALC889'
 Components : 'HDA:10ec0889,1458a102,0014'
 Controls  : 48
 Simple ctrls  : 22
  Date: Tue May  8 21:45:17 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  

[Desktop-packages] [Bug 1417593] [NEW] Too many issues with Ubuntu Software Center - intended negligence?

2015-02-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi all,

Ubunto Software Center used to be much better, and more useful. It was
better organized and did not have the trash for money that fills it up
now, sorry , but why should anyone go to teh app store to buy an old
magazine issue!

If you must sell magazines then plese make a bookshop and let ubunto
software center be free of spam.  Years ago, when ubuntu had the
software repository now called software center and Microsoft did not
have somethign like this:

Please see : http://blogs.windows.com/business/2014/11/20/windows-10-a
-store-thats-ready-for-business/

Even Apple did not have anything near the Ubuntu  software center. And
it was one of the killing apps of Ubuntu

yes, it was , then at that time, but not now

Now it has less variety and it is full of trash

I choose to say that this is a bug because bugs can be caused by bad
decisions as well

Please fix it

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: Invalid


** Tags: deterioration softwarecenter ubuntu
-- 
Too many issues with Ubuntu Software Center - intended negligence?
https://bugs.launchpad.net/bugs/1417593
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to software-center 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 1398560] Re: Music playback randomly stops working

2015-02-09 Thread Ricardo Salveti
** Project changed: pulseaudio = pulseaudio (Ubuntu)

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

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

Title:
  Music playback randomly stops working

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Media Hub:
  Invalid
Status in QT Ubuntu Camera:
  New
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  While listening to music media-hub stops randomly. Restart of the job
  and reboots don't fix it. Video works fine. Also, 320 kbps music
  pauses randomly, might be related. I have also talked about this on
  the mailing list.

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

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


[Desktop-packages] [Bug 1418295] Re: Black screen after resuming from suspend

2015-02-09 Thread Jeremy Jongsma
Got GDB this time. Attached.

** Attachment added: gdb.out
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1418295/+attachment/4315886/+files/gdb.out

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

Title:
  Black screen after resuming from suspend

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

Bug description:
  Using Ubuntu 14.10 on a Lenovo Yoga 2, when I resume the laptop from
  suspend I frequently (around 50% of the time) get a blank black screen
  with a mouse cursor on it, and am unable to login or interact with the
  desktop at all. Often (also about 50% of the time) switching over to a
  text terminal and killing unity-panel-service --lockscreen-mode
  causes it to snap out of it and prompt me with the unlock dialog when
  I switch back to X.

  Using xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu4.1

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu4.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8.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: Wed Feb  4 20:42:38 2015
  DistUpgraded: 2014-11-15 17:52:46,161 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.18, 3.16.0-30-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3978]
  InstallationDate: Installed on 2014-06-28 (221 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 20266
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=d1c3a7eb-265e-441f-9aac-eb15636dfe61 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: Upgraded to utopic on 2014-11-15 (81 days ago)
  dmi.bios.date: 06/27/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 76CN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Yoga2
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 Pro
  dmi.modalias: 
dmi:bvnLENOVO:bvr76CN38WW:bd06/27/2014:svnLENOVO:pn20266:pvrLenovoYoga2Pro:rvnLENOVO:rnYoga2:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoYoga2Pro:
  dmi.product.name: 20266
  dmi.product.version: Lenovo Yoga 2 Pro
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Mon Feb  2 11:10:08 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2
  xserver.video_driver: intel

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

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


[Desktop-packages] [Bug 1418295] Re: Black screen after resuming from suspend

2015-02-09 Thread Jeremy Jongsma
Marco: no panel clicking is usually involved. All I need to do to
reproduce it is close my laptop lid. Sometimes the first suspend cycle
works fine, but in that case repeating it a second time always
reproduces this issue.

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

Title:
  Black screen after resuming from suspend

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

Bug description:
  Using Ubuntu 14.10 on a Lenovo Yoga 2, when I resume the laptop from
  suspend I frequently (around 50% of the time) get a blank black screen
  with a mouse cursor on it, and am unable to login or interact with the
  desktop at all. Often (also about 50% of the time) switching over to a
  text terminal and killing unity-panel-service --lockscreen-mode
  causes it to snap out of it and prompt me with the unlock dialog when
  I switch back to X.

  Using xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu4.1

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu4.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8.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: Wed Feb  4 20:42:38 2015
  DistUpgraded: 2014-11-15 17:52:46,161 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.18, 3.16.0-30-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3978]
  InstallationDate: Installed on 2014-06-28 (221 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 20266
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=d1c3a7eb-265e-441f-9aac-eb15636dfe61 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: Upgraded to utopic on 2014-11-15 (81 days ago)
  dmi.bios.date: 06/27/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 76CN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Yoga2
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 Pro
  dmi.modalias: 
dmi:bvnLENOVO:bvr76CN38WW:bd06/27/2014:svnLENOVO:pn20266:pvrLenovoYoga2Pro:rvnLENOVO:rnYoga2:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoYoga2Pro:
  dmi.product.name: 20266
  dmi.product.version: Lenovo Yoga 2 Pro
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Mon Feb  2 11:10:08 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2
  xserver.video_driver: intel

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

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


[Desktop-packages] [Bug 1420124] [NEW] package liblcms2-2:i386 2.5-0ubuntu4 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configura

2015-02-09 Thread Ivan Navas
Public bug reported:

Auto-Updating system

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: liblcms2-2:i386 2.5-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Sun Feb  8 16:32:08 2015
Dependencies:
 gcc-4.9-base 4.9.1-0ubuntu1
 libc6 2.19-0ubuntu6.5
 libgcc1 1:4.9.1-0ubuntu1
 multiarch-support 2.19-0ubuntu6.5
DuplicateSignature: package:liblcms2-2:i386:2.5-0ubuntu4: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-01-31 (9 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageArchitecture: i386
SourcePackage: lcms2
Title: package liblcms2-2:i386 2.5-0ubuntu4 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: lcms2 (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 lcms2 in Ubuntu.
https://bugs.launchpad.net/bugs/1420124

Title:
  package liblcms2-2:i386 2.5-0ubuntu4 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in lcms2 package in Ubuntu:
  New

Bug description:
  Auto-Updating system

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: liblcms2-2:i386 2.5-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Sun Feb  8 16:32:08 2015
  Dependencies:
   gcc-4.9-base 4.9.1-0ubuntu1
   libc6 2.19-0ubuntu6.5
   libgcc1 1:4.9.1-0ubuntu1
   multiarch-support 2.19-0ubuntu6.5
  DuplicateSignature: package:liblcms2-2:i386:2.5-0ubuntu4: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-01-31 (9 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: i386
  SourcePackage: lcms2
  Title: package liblcms2-2:i386 2.5-0ubuntu4 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/lcms2/+bug/1420124/+subscriptions

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


[Desktop-packages] [Bug 1420124] Re: package liblcms2-2:i386 2.5-0ubuntu4 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configurati

2015-02-09 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 lcms2 in Ubuntu.
https://bugs.launchpad.net/bugs/1420124

Title:
  package liblcms2-2:i386 2.5-0ubuntu4 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in lcms2 package in Ubuntu:
  New

Bug description:
  Auto-Updating system

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: liblcms2-2:i386 2.5-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Sun Feb  8 16:32:08 2015
  Dependencies:
   gcc-4.9-base 4.9.1-0ubuntu1
   libc6 2.19-0ubuntu6.5
   libgcc1 1:4.9.1-0ubuntu1
   multiarch-support 2.19-0ubuntu6.5
  DuplicateSignature: package:liblcms2-2:i386:2.5-0ubuntu4: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-01-31 (9 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: i386
  SourcePackage: lcms2
  Title: package liblcms2-2:i386 2.5-0ubuntu4 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/lcms2/+bug/1420124/+subscriptions

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


[Desktop-packages] [Bug 1414642] Re: gedit is freezing in 14.10 Utopic

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

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

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

Title:
  gedit is freezing in 14.10 Utopic

Status in gedit package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10 Utopy Unicorn
  Lenovo T440s

  When I start gedit there is often strange behaviour. Mouse cursor is
  not visible when is over the window or the application completely
  freezes. In the attachment is a crash report.

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

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


[Desktop-packages] [Bug 1419410] Re: evince cbz support is broken on evince-3.10.3-0ubuntu10.1

2015-02-09 Thread Andrea Falco
I believe I have identified the problem.

If i put the .cbz document under path /tmp/asd 2001/my-document.cbz it works.
But if i put the same document under /tmp/asd [2001]/my-document.cbz no 
longer works.

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

Title:
  evince cbz support is broken on evince-3.10.3-0ubuntu10.1

Status in evince package in Ubuntu:
  Incomplete

Bug description:
  Evince show me The document contains only empty pages.
  The same document worked up to a couple of days ago.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evince 3.10.3-0ubuntu10.1
  Uname: Linux 3.13.0-45-generic x86_64
  Architecture: x86_64

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

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


[Desktop-packages] [Bug 1419934] [NEW] Please update to 35.0.1

2015-02-09 Thread Jamie Strandboge
Public bug reported:

Tracking bug for various bug fixes for 35.0, including
https://bugzilla.mozilla.org/show_bug.cgi?id=1122445. See
https://www.mozilla.org/en-US/firefox/35.0.1/releasenotes/ for complete
list.

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: Fix Released

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

Title:
  Please update to 35.0.1

Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Tracking bug for various bug fixes for 35.0, including
  https://bugzilla.mozilla.org/show_bug.cgi?id=1122445. See
  https://www.mozilla.org/en-US/firefox/35.0.1/releasenotes/ for
  complete list.

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

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


[Desktop-packages] [Bug 1335622] Re: Lightdm does not use /etc/skel when authenticating against Active Directory in KUbuntu

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

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

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

Title:
  Lightdm does not use /etc/skel when authenticating against Active
  Directory in KUbuntu

Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  When authenticating against an Active Directory using PowerBroker open
  (former likewise) and lightdm, /etc/skel is not copied in KUbuntu, but
  there is no problen in Ubuntu, even following the same steps.

  This is happening in KUbuntu, but not in Ubuntu, so I suppose the bug
  is due to some configuration files in it.

  Steps to reproduce:

  * Install KUbuntu

  * Install samba, cifs-utils, smbclient, ssh

  * Install PowerBroker open

  * Edit /etc/samba/smb.conf to match your domain (workgroup =
  yourdomain) and restart samba

  * Join the domain:
   sudo domainjoin-cli join fqdn.domain administrator@fqdm.domain
   sudo /opt/pbis/bin/config AssumeDefaultDomain true
   sudo /opt/pbis/bin/config UserDomainPrefix domain
   sudo /opt/pbis/bin/config LoginShellTemplate /bin/bash

  * Edit /usr/share/pam-configs/pbis and change:
   sufficient pam_lsass.so
 to:
  [success=ok default=ignore] pam_lsass.so

  * Edit /etc/nsswitch.conf and change:
  hosts: files mdns4_minimal [NOTFOUND=return] dns
to:
  hosts: files dns mdns4_minimal [NOTFOUND=return] mdns4

  * sudo /opt/pbis/bin/lwsm restart lwio

  * Create the file /usr/share/pam-configs/my_mkhomedir:
Name: activate mkhomedir
Default: yes
Priority: 900
Session-Type: Additional
Session:
required
pam_mkhomedir.so umask=0022 skel=/etc/skel

  * sudo pam-auth-update

  * Edit the lightdm greeter config to allow manual login:
  - In Ubuntu: 50-unity-greeter.conf
  - In KUbuntu: 40-lightdm-kde-greeter.conf
allow-guest=false
user-session=kde-plasma
greeter-show-remote-login=false
greeter-show-manual-login=true

  * If using KUbuntu, edit /etc/lightdm/lightdm-kde-greeter.conf (not needed in 
Ubuntu)
  [greeter]
  theme-name=classic

  * Create some contents in /etc/skel

  * Reboot

  * Login with an AD user.

  If Ubuntu is used, /etc/skel files are copied to the user profile for
  the domain users, whether GUI or console login is used. If the distro
  is KUbuntu, the files are copied for console logins, but not with GUI.

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

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


[Desktop-packages] [Bug 1403196] [NEW] does not see usb attached scanner

2015-02-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Can not figure out how to make ubuntu 14.10 see the usb attach Epson 3170 
scanner. How every it has no problem finding the network attached Epson 
Workforce All in one .

** Affects: simple-scan (Ubuntu)
 Importance: Undecided
 Status: New

-- 
does not see usb attached scanner
https://bugs.launchpad.net/bugs/1403196
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to simple-scan 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 1237421] Re: Can not continue with Ubuntu 13.04 installation due to screen resolution problem.

2015-02-09 Thread Mathieu Trudel-Lapierre
Reassigning to xorg, since this is more likely the correct package.

** Package changed: installation-guide (Ubuntu) = xorg (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/1237421

Title:
  Can not continue with Ubuntu 13.04 installation due to screen
  resolution problem.

Status in xorg package in Ubuntu:
  New

Bug description:
  I've downloaded the ISO, and started the installation by booting into the DVD.
  By the time ubuntu finishes booting and tries to show desktop and the startup 
sound is played I get this error.

  Please see the attachment.

  Graphics Card: Radeon HD 6970

  Monitor: Dell U2412M

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

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


[Desktop-packages] [Bug 1296085] Re: HP LaserJet 1020 io/hpmud/musb.c 150: unable get_string_descriptor -7: Resource temporarily unavailable

2015-02-09 Thread Suma Byrappa
** Changed in: hplip
 Assignee: Sarbeswar Meher (sarbeswar-meher) = (unassigned)

** Changed in: hplip
 Assignee: (unassigned) = Ani Balakrishnan (anib)

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

Title:
  HP LaserJet 1020 io/hpmud/musb.c 150: unable get_string_descriptor -7:
  Resource temporarily unavailable

Status in HP Linux Imaging and Printing:
  Triaged
Status in hplip package in Ubuntu:
  Confirmed
Status in hplip package in Fedora:
  Unknown

Bug description:
  After upgrading to Ubuntu 14.04 unstable, I can no longer print to my
  HP LaserJet 1020.

  This is identical to Fedora bug 1047135:
  https://bugzilla.redhat.com/show_bug.cgi?id=1047135

  `uname -a`: Linux ares 3.13.0-18-generic #38-Ubuntu SMP Mon Mar 17
  21:40:06 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

  
  When I plug in my printer, `tail dmesg` looks like this:

  
  [ 4269.639715] usb 2-1.6: new high-speed USB device number 43 using ehci-pci
  [ 4269.751434] usb 2-1.6: New USB device found, idVendor=03f0, idProduct=2b17
  [ 4269.751439] usb 2-1.6: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [ 4269.751442] usb 2-1.6: Product: HP LaserJet 1020
  [ 4269.751445] usb 2-1.6: Manufacturer: Hewlett-Packard
  [ 4269.751448] usb 2-1.6: SerialNumber: JL0Z6XM
  [ 4269.754716] usblp 2-1.6:1.0: usblp2: USB Bidirectional printer dev 43 if 0 
alt 0 proto 2 vid 0x03F0 pid 0x2B17
  [ 4272.980952] usblp2: removed

  
  `lsusb` shows the printer:

  Bus 002 Device 043: ID 03f0:2b17 Hewlett-Packard LaserJet 1020

  
  But then when I run `hp-setup`, it's not found:

  12:07:44 adam@ares:~$ hp-setup -g -i '002:043'

  HP Linux Imaging and Printing System (ver. 3.14.3)
  Printer/Fax Setup Utility ver. 9.0

  Copyright (c) 2001-13 Hewlett-Packard Development Company, LP
  This software comes with ABSOLUTELY NO WARRANTY.
  This is free software, and you are welcome to distribute it
  under certain conditions. See COPYING file for more details.

  hp-setup[8280]: debug: param=002:043
  hp-setup[8280]: debug: selected_device_name=None
  (Note: Defaults for each question are maked with a '*'. Press enter to 
accept the default.)

  hp-setup[8280]: debug: Trying USB with bus=002 dev=043...
  hp-setup[8280]: debug: Not found.
  ...

  
  I do see some error messages in syslog:

  Mar 22 12:07:26 ares kernel: [ 4269.754716] usblp 2-1.6:1.0: usblp2: USB 
Bidirectional printer dev 43 if 0 alt 0 proto 2 vid 0x03F0 pid 0x2B17
  Mar 22 12:07:26 ares logger: loading HP Device 002 043
  Mar 22 12:07:29 ares kernel: [ 4272.980952] usblp2: removed
  Mar 22 12:07:32 ares colord: Device added: 
sysfs-Hewlett-Packard-HP_LaserJet_1020
  Mar 22 12:09:28 ares python: io/hpmud/musb.c 150: unable 
get_string_descriptor -7: Resource temporarily unavailable
  Mar 22 12:09:28 ares python: io/hpmud/musb.c 2206: invalid product id string 
ret=-7
  Mar 22 12:09:33 ares python: io/hpmud/musb.c 150: unable 
get_string_descriptor -7: Resource temporarily unavailable
  Mar 22 12:09:33 ares python: io/hpmud/musb.c 2211: invalid serial id string 
ret=-7
  Mar 22 12:09:38 ares python: io/hpmud/musb.c 150: unable 
get_string_descriptor -7: Resource temporarily unavailable
  Mar 22 12:09:38 ares python: io/hpmud/musb.c 2078: invalid product id string 
ret=-7
  Mar 22 12:09:43 ares python: io/hpmud/musb.c 150: unable 
get_string_descriptor -7: Resource temporarily unavailable
  Mar 22 12:09:43 ares python: io/hpmud/musb.c 2083: invalid serial id string 
ret=-7
  Mar 22 12:09:48 ares python: io/hpmud/musb.c 150: unable 
get_string_descriptor -7: Resource temporarily unavailable
  Mar 22 12:09:48 ares python: io/hpmud/musb.c 2088: invalid manufacturer 
string ret=-7

  
  And finally, I can strace an hpmud command to see that it fails. (Attached.)

  This behavior is consistent with the Fedora bug. It appears like a
  broken USB connection, but I've tried two working cables on USB ports
  at the back and front of my computer.

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

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


[Desktop-packages] [Bug 1374841] Re: gstreamer crashes when opening WMA files

2015-02-09 Thread Pierre van Male
In my case, VLC is not affected, but Totem, Nautilus, Firefox and
Shotwell are. Any video file makes them crash with the following
Gstreamer error message:

GStreamer-CRITICAL **: gst_structure_new_empty: assertion
'gst_structure_validate_name (name)' failed

I installed all the bad and ugly plugins possible, to no avail.

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

Title:
  gstreamer crashes when opening WMA files

Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  Totem, Rhythmbox and VLC all crash immediately upon trying to load any
  WMA audio file. On the command line, Totem throws the following error:

  (totem:7461): GStreamer-CRITICAL **: gst_structure_new_empty: assertion 
'gst_structure_validate_name (name)' failed
  Segmentation fault (core dumped)

  Ubuntu release: 14.04

  gstreamer version:

apt-cache policy ubuntu-restricted-extras
ubuntu-restricted-extras:
  Installed: 60
  Candidate: 60
  Version table:
 *** 60 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 
Packages
100 /var/lib/dpkg/status

  What I expected to happen: The WMA audio files should play.

  What happened instead: Every media player that uses gstreamer crashes
  immediately upon trying to open a WMA audio file.

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

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


[Desktop-packages] [Bug 1419420] Re: Starting Chromium-Browser stops before main window is displayed

2015-02-09 Thread Martin Z
After I deinstalled nvidia graphic driver Chromium-Browser starts. 
On command line some errors are printed, but it seems they have no negative 
effect.

:~$ chromium-browser
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[1908:1908:0209/090431:ERROR:sandbox_linux.cc(327)] InitializeSandbox() called 
with multiple threads in process gpu-process
[1866:1866:0209/090435:ERROR:desktop_window_tree_host_x11.cc(813)] Not 
implemented reached in virtual void 
views::DesktopWindowTreeHostX11::InitModalType(ui::ModalType)
getrlimit(RLIMIT_NOFILE) failed

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

Title:
  Starting Chromium-Browser stops before main window is displayed

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  I installed Xubuntu 14.04.1
  I installed chromium from Software Center. 
  I installed nvidea-304 graphic driver

  If I start chromium-browser then I see the icon in the panel, but the main 
window never apears. 
  If I start sudo chromium-browser then I messagebox says: Do not run as root...

  If I start from command line then the output is:
  :~$chromium-browser
  [3908:3908:0208/105838:ERROR:desktop_window_tree_host_x11.cc(813)] Not 
implemented reached in virtual void 
views::DesktopWindowTreeHostX11::InitModalType(ui::ModalType)
  NVIDIA: could not open the device file /dev/nvidia0 (Operation not permitted).
  NVIDIA: could not open the device file /dev/nvidia0 (Operation not permitted).
  NVIDIA: could not open the device file /dev/nvidia0 (Operation not permitted).

  :~$ sudo dpkg -la | grep chromium-browser
  ii  chromium-browser   
40.0.2214.94-0ubuntu0.14.04.1.1068i386 Chromium web browser, 
open-source version of Chrome
  ii  chromium-browser-l10n  
40.0.2214.94-0ubuntu0.14.04.1.1068all  chromium-browser language 
packages

  ~$ uname -a
  Linux 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:37:48 UTC 2015 i686 i686 
i686 GNU/Linux

  lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  :~$ apt-cache policy chromium-browser
  chromium-browser:
Installiert:   40.0.2214.94-0ubuntu0.14.04.1.1068
Installationskandidat: 40.0.2214.94-0ubuntu0.14.04.1.1068
Versionstabelle:
   *** 40.0.2214.94-0ubuntu0.14.04.1.1068 0
  500 http://at.archive.ubuntu.com/ubuntu/ trusty-updates/universe i386 
Packages
  500 http://security.ubuntu.com/ubuntu/ trusty-security/universe i386 
Packages
  100 /var/lib/dpkg/status
   34.0.1847.116-0ubuntu2 0
  500 http://at.archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages

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

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


[Desktop-packages] [Bug 1393869] Re: Update to 3.14 (can be synced from Debian)

2015-02-09 Thread Sebastien Bacher
https://launchpad.net/ubuntu/+source/eog/3.14.3-1ubuntu2

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

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

Title:
  Update to 3.14 (can be synced from Debian)

Status in eog package in Ubuntu:
  Fix Released

Bug description:
  eog looks like it can be synced from Debian, once the new GTK is in
  vivid

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

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


[Desktop-packages] [Bug 1419836] Re: LibreOffice 4.4 (PPA): Extension can't be installed: Message: com.sun.star.uno.RuntimeException) unknown error!

2015-02-09 Thread Sebastian Karcher
In case that helps, the same bug appears in Zotero, which hasn't changed it's 
LibreOffice add-on in more than a year. It also appears to affect the language 
toolbar, the third add-on that I'm aware of that relies on LO's Java. Zotero's 
.oxt is here:
https://github.com/zotero/zotero-libreoffice-integration/tree/master/install

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

Title:
  LibreOffice 4.4 (PPA): Extension can't be installed: Message:
  com.sun.star.uno.RuntimeException)  unknown error!

Status in libreoffice package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  Both Mendeley and Zotero LibreOffice plugins are having problems with 
LibreOffice 4.4:
  Mendeley:
  
http://support.mendeley.com/customer/portal/questions/11325906-mendeley-plugin-not-working-in-libreoffice-4-4-

  Zotero, for example:
  https://forums.zotero.org/discussion/46297/
  (there is a comment saying solved but I think that the person reverted to 
4.3 or used upstream)

  (I've seen some other plugin with the same error message in
  LibreOffice 4.4, not sure if it was the PPA one or not)

  Disclaimer: I work for Mendeley, but both plugins are very similar
  (Mendeley one is a fork from Zotero one in 2008 before i joined and
  they use the same technologies and approach: Python-uno for
  communication and then LibreOffice Basic to update the plugin).

  The problem is that, if using LibreOffice 4.4 from the PPA and doing this:
  unopkg add -v Mendeley-1.13.3.oxt
  it shows an error such as:
  (com.sun.star.uno.RuntimeException) { { Message = unknown error!, Context 
= (com.sun.star.uno.XInterface) @0 } }

  Then it gets incorrectly installed, I just do:
  rm -rf .config/libreoffice # to delete the broken installation
  soffice  # to re-create .config/libreoffice
  unopkg add -v Mendeley-1.13.3.oxt # to try again if you wish

  The Mendeley plugin is available here
  https://www.dropbox.com/s/83isrvr82p2qsvh/Mendeley-1.13.3.oxt?dl=0
  (or download and install Mendeley from 
http://www.mendeley.com/download-mendeley-desktop/ , then it's available in 
/opt/mendeleydesktop/share/mendeleydesktop/openOfficePlugin/Mendeley-1.13.3.oxt 
-we don't support OpenOffice but we still need to change the name of the 
directory, apologies).
  Or attached in this bug report.

  Anyway, using LibreOffice 4.4 from libreoffice.org works correctly,
  but using the ppa is not working correctly.

  We use the Python pyuno technology that maybe is broken there for some
  reason?

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

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


[Desktop-packages] [Bug 1418987] Re: cups usblp hangs with Sharp AR5316e printer

2015-02-09 Thread Damien Ulrich
Hi
Well it doesn't seem to hang anymore under debian jessie
I guess I will not find a way to make it work while it seems that there's no 
driver for this printer
sorry for the noise

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

Title:
  cups usblp hangs with Sharp AR5316e printer

Status in cups package in Ubuntu:
  New

Bug description:
  hi all,
  Base informations :

  # lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  Codename: trusty

  # uname -a
  Linux school 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16 00:22:43 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

  # dpkg -l cups* | grep ii | awk '{ print $2\t$3 }'
  cups  1.7.2-0ubuntu1.2
  cups-browsed  1.0.52-0ubuntu1.2
  cups-client   1.7.2-0ubuntu1.2
  cups-common   1.7.2-0ubuntu1.2
  cups-core-drivers 1.7.2-0ubuntu1.2
  cups-daemon   1.7.2-0ubuntu1.2
  cups-filters  1.0.52-0ubuntu1.2
  cups-filters-core-drivers 1.0.52-0ubuntu1.2
  cups-pdf  2.6.1-9
  cups-pk-helper0.2.5-0ubuntu1
  cups-ppdc 1.7.2-0ubuntu1.2
  cups-server-common1.7.2-0ubuntu1.2

  # lsusb | grep Sharp
  Bus 007 Device 032: ID 04dd:9135 Sharp Corp.

  # cat /etc/udev/rules.d/10-usbprinter.rules
  SUBSYSTEM==usb, ATTR{idVendor}==04dd, ATTR{idProduct}==9135, 
MODE:=0660, GROUP:=lp

  # modinfo usblp | grep srcversion
  srcversion: BD8A318D5C286F1E78768B9

  Everytime I try to use usb port on /dev/usb/lp0
  with usb_printerid or /usr/lib/cups/backend/usb
  The usb connections starts hanging, with in dmesg :

  [ 4733.189816] usblp0: removed
  [ 4733.195557] usblp: can't set desired altsetting 0 on interface 0
  [ 4733.232192] usb 7-1: USB disconnect, device number 30
  [ 4733.600097] usb 7-1: new full-speed USB device number 31 using uhci_hcd
  [ 4733.809564] usb 7-1: New USB device found, idVendor=04dd, idProduct=9135
  [ 4733.809571] usb 7-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [ 4733.809576] usb 7-1: Product: AR-5316E
  [ 4733.809580] usb 7-1: Manufacturer: SHARP
  [ 4733.809584] usb 7-1: SerialNumber: 0502080312093024
  [ 4733.845699] usblp 7-1:1.0: usblp0: USB Bidirectional printer dev 31 if 0 
alt 0 proto 2 vid 0x04DD pid 0x9135
  [ 4734.899038] usblp0: removed

  but obtaining Unknow printer

  so I tried with this script to go further without identification :

  # cat /usr/lib/cups/backend/usblp0
  #! /bin/bash
  # Have debug info in /var/log/cups/error_log:
  set -x
  # Output device discovery information on stdout:
  if test $# = 0
  then echo 'direct usblp0:/dev/usb/lp0 Unknown any USB printer'
   exit 0
  fi
  # Have the input at fd0 (stdin) in any case:
  if test -n $6
  then exec $6
  fi
  # Infinite retries to access the device file:
  until cat /dev/null /dev/usb/lp0
  do echo 'INFO: cannot access /dev/usb/lp0 - retry in 30 seconds' 12
     sleep 30
  done
  echo 'INFO: sending data to /dev/usb/lp0' 12
  # Forward the data from stdin to the device file:
  if cat - /dev/usb/lp0
  then echo 'INFO:' 12
   exit 0
  else echo 'ERROR: failed to send data to /dev/usb/lp0' 12
   exit 1
  fi

  Configured with the Sharp AR-M207 PS Foomatic/Postscript 
  been told by a Sharp technician that it could be a similar driver for it

  but no chance, trying to print directly on /dev/usb/lp0 gives no
  page...

  I also tried to blacklist the usblp module, but have seen no effect

  I write a bug here, because I think it could be similar to bug #997040
  https://bugs.launchpad.net/ubuntu/+source/cups/+bug/997040

  PS: It's for a school : need help to free people

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

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


[Desktop-packages] [Bug 1419836] Re: LibreOffice 4.4 (PPA): Extension can't be installed: Message: com.sun.star.uno.RuntimeException) unknown error!

2015-02-09 Thread cpina
Hi - Find attached Mendeley 1.12.3 file, I can reproduce the exact
problem with it as well.

We haven't changed anything relevant to the plugin in 1.12 - 1.13 (just
a minor VBA code change). I've found that when intalling and re-
installing sometimes the plugin gets correctly installed but I don't
have steps to reproduce. My guess is that Juan José Magaña Redondo might
have had this.

The Mendeley openoffice plugin code is available here:
https://github.com/Mendeley/openoffice-plugin

I've attached the Mendeley-1.12.3.oxt extension to make it easier to
test in case that you want to try.

** Attachment added: Mendeley-1.12.3.oxt
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1419836/+attachment/4315655/+files/Mendeley-1.12.3.oxt

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

Title:
  LibreOffice 4.4 (PPA): Extension can't be installed: Message:
  com.sun.star.uno.RuntimeException)  unknown error!

Status in libreoffice package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  Both Mendeley and Zotero LibreOffice plugins are having problems with 
LibreOffice 4.4:
  Mendeley:
  
http://support.mendeley.com/customer/portal/questions/11325906-mendeley-plugin-not-working-in-libreoffice-4-4-

  Zotero, for example:
  https://forums.zotero.org/discussion/46297/
  (there is a comment saying solved but I think that the person reverted to 
4.3 or used upstream)

  (I've seen some other plugin with the same error message in
  LibreOffice 4.4, not sure if it was the PPA one or not)

  Disclaimer: I work for Mendeley, but both plugins are very similar
  (Mendeley one is a fork from Zotero one in 2008 before i joined and
  they use the same technologies and approach: Python-uno for
  communication and then LibreOffice Basic to update the plugin).

  The problem is that, if using LibreOffice 4.4 from the PPA and doing this:
  unopkg add -v Mendeley-1.13.3.oxt
  it shows an error such as:
  (com.sun.star.uno.RuntimeException) { { Message = unknown error!, Context 
= (com.sun.star.uno.XInterface) @0 } }

  Then it gets incorrectly installed, I just do:
  rm -rf .config/libreoffice # to delete the broken installation
  soffice  # to re-create .config/libreoffice
  unopkg add -v Mendeley-1.13.3.oxt # to try again if you wish

  The Mendeley plugin is available here
  https://www.dropbox.com/s/83isrvr82p2qsvh/Mendeley-1.13.3.oxt?dl=0
  (or download and install Mendeley from 
http://www.mendeley.com/download-mendeley-desktop/ , then it's available in 
/opt/mendeleydesktop/share/mendeleydesktop/openOfficePlugin/Mendeley-1.13.3.oxt 
-we don't support OpenOffice but we still need to change the name of the 
directory, apologies).
  Or attached in this bug report.

  Anyway, using LibreOffice 4.4 from libreoffice.org works correctly,
  but using the ppa is not working correctly.

  We use the Python pyuno technology that maybe is broken there for some
  reason?

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

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


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

2015-02-09 Thread isync
I can confirm for Nautilus 3.10.1 on Ubuntu 14.04 64-bit: the bug is
gone!

(After all these, well, years... I had already Pavlovian conditioning
going on... ;) All caused by, did I see that right: a wrong return
value.)

Thanks Ahmad and everyone else involved in fixing this!

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

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

Status in Nautilus:
  Fix Released
Status in nautilus package in Ubuntu:
  Fix Released
Status in nautilus source package in Trusty:
  Fix Released
Status in nautilus source package in Utopic:
  Fix Committed

Bug description:
  The title says it.

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

  Using the terminal to copy / move does work normally.

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

  [Test Case]

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

  [Regression Potential]

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

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

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


[Desktop-packages] [Bug 1419934] Re: Please update to 35.0.1

2015-02-09 Thread Jamie Strandboge
Fixed in http://www.ubuntu.com/usn/usn-2458-3/

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

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

Title:
  Please update to 35.0.1

Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Tracking bug for various bug fixes for 35.0, including
  https://bugzilla.mozilla.org/show_bug.cgi?id=1122445. See
  https://www.mozilla.org/en-US/firefox/35.0.1/releasenotes/ for
  complete list.

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

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


[Desktop-packages] [Bug 1398212] Re: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build [recordmcount ... Bus error (core dumped)]

2015-02-09 Thread Andy C
This problem also affects Ubuntu 14.04 AMD 64.
I recently upgraded the kernel to 3.13.0-45.
Nvidia module is not built: there is no 
/var/lib/dkms/nvidia-331/331.113/3.13.0-45-generic.
No errors reported in the apt logs.
As a result the desktop screen is blank.

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

Title:
  nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build
  [recordmcount ... Bus error (core dumped)]

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

Bug description:
  When I was Installing some updates, more text boxes said that there
  was an error with nvidia... module.

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: nvidia-331 331.89-0ubuntu5
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  DKMSKernelVersion: 3.16.0-25-generic
  Date: Tue Dec  2 00:04:16 2014
  InstallationDate: Installed on 2014-10-25 (37 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  PackageVersion: 331.89-0ubuntu5
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1419904] Re: gdm crashed with SIGSEGV in g_main_context_dispatch()

2015-02-09 Thread Apport retracing service
*** This bug is a duplicate of bug 1419324 ***
https://bugs.launchpad.net/bugs/1419324

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1419904/+attachment/4315630/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1419904/+attachment/4315632/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1419904/+attachment/4315633/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1419904/+attachment/4315634/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1419904/+attachment/4315635/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1419904/+attachment/4315636/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1419904/+attachment/4315637/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gdm crashed with SIGSEGV in g_main_context_dispatch()

Status in gdm package in Ubuntu:
  New

Bug description:
  Problem 1: When logging out of a user account, gdm presents the gray
  screen with the top bar, but no greeter. The system is locked up, no
  cursor. Can't even bring up a VT. The only time I see the greeter is
  once, at boot.

  Problem 2: Tried to log in with the Wayland Gnome session, but the
  screen just flickered and came back to the greeter. So I tried the
  regular Gnome session, resulting in a black screen. This time I was
  able to get a VT, from which I restarted gdm. This time I was able to
  log in to the regular Gnome session, but with the error message you
  see.

  Ubuntu Gnome 15.04, fully updated as of 12:00 noon EST on 9 Feb 2015

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: gdm 3.14.1-0ubuntu1
  Uname: Linux 3.19.0-031900-generic x86_64
  ApportVersion: 2.16-0ubuntu1
  Architecture: amd64
  Date: Mon Feb  9 12:15:20 2015
  ExecutablePath: /usr/sbin/gdm
  InstallationDate: Installed on 2015-02-09 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Alpha amd64 (20150208)
  ProcCmdline: gdm
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x411b50:  mov0x18(%rdi),%rax
   PC (0x00411b50) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gdm
  StacktraceTop:
   ?? ()
   ?? ()
   g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: gdm crashed with SIGSEGV in g_main_context_dispatch()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  mtime.conffile..etc.gdm.custom.conf: 2015-02-09T10:43:00.407227

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

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


[Desktop-packages] [Bug 1418295] Re: Black screen after resuming from suspend

2015-02-09 Thread Jeremy Jongsma
I forgot the gdb command until after I unfroze it again. Xorg and dmesg
attached.

** Attachment added: Xorg.0.log
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1418295/+attachment/4315882/+files/Xorg.0.log

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

Title:
  Black screen after resuming from suspend

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

Bug description:
  Using Ubuntu 14.10 on a Lenovo Yoga 2, when I resume the laptop from
  suspend I frequently (around 50% of the time) get a blank black screen
  with a mouse cursor on it, and am unable to login or interact with the
  desktop at all. Often (also about 50% of the time) switching over to a
  text terminal and killing unity-panel-service --lockscreen-mode
  causes it to snap out of it and prompt me with the unlock dialog when
  I switch back to X.

  Using xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu4.1

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu4.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8.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: Wed Feb  4 20:42:38 2015
  DistUpgraded: 2014-11-15 17:52:46,161 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.18, 3.16.0-30-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3978]
  InstallationDate: Installed on 2014-06-28 (221 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 20266
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=d1c3a7eb-265e-441f-9aac-eb15636dfe61 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: Upgraded to utopic on 2014-11-15 (81 days ago)
  dmi.bios.date: 06/27/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 76CN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Yoga2
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 Pro
  dmi.modalias: 
dmi:bvnLENOVO:bvr76CN38WW:bd06/27/2014:svnLENOVO:pn20266:pvrLenovoYoga2Pro:rvnLENOVO:rnYoga2:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoYoga2Pro:
  dmi.product.name: 20266
  dmi.product.version: Lenovo Yoga 2 Pro
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Mon Feb  2 11:10:08 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2
  xserver.video_driver: intel

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

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


[Desktop-packages] [Bug 1418295] Re: Black screen after resuming from suspend

2015-02-09 Thread Jeremy Jongsma
** Attachment added: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1418295/+attachment/4315884/+files/dmesg

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

Title:
  Black screen after resuming from suspend

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

Bug description:
  Using Ubuntu 14.10 on a Lenovo Yoga 2, when I resume the laptop from
  suspend I frequently (around 50% of the time) get a blank black screen
  with a mouse cursor on it, and am unable to login or interact with the
  desktop at all. Often (also about 50% of the time) switching over to a
  text terminal and killing unity-panel-service --lockscreen-mode
  causes it to snap out of it and prompt me with the unlock dialog when
  I switch back to X.

  Using xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu4.1

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xserver-xorg-video-intel 2:2.99.914-1~exp1ubuntu4.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8.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: Wed Feb  4 20:42:38 2015
  DistUpgraded: 2014-11-15 17:52:46,161 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.18, 3.16.0-30-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3978]
  InstallationDate: Installed on 2014-06-28 (221 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 20266
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=d1c3a7eb-265e-441f-9aac-eb15636dfe61 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: Upgraded to utopic on 2014-11-15 (81 days ago)
  dmi.bios.date: 06/27/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 76CN38WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Yoga2
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Yoga 2 Pro
  dmi.modalias: 
dmi:bvnLENOVO:bvr76CN38WW:bd06/27/2014:svnLENOVO:pn20266:pvrLenovoYoga2Pro:rvnLENOVO:rnYoga2:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoYoga2Pro:
  dmi.product.name: 20266
  dmi.product.version: Lenovo Yoga 2 Pro
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Mon Feb  2 11:10:08 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2
  xserver.video_driver: intel

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

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


[Desktop-packages] [Bug 1420077] [NEW] [Satellite C650, Conexant CX20585, Black Headphone Out, Left] No sound at all

2015-02-09 Thread Adam Crocker
Public bug reported:

Ubuntu 14.04

Sound not working.

Nor is play back of media files such as MP3

This is on my external and internal speakers.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-32.57-lowlatency 3.13.11.4
Uname: Linux 3.13.0-32-lowlatency x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dorianhawkmoon   1856 F pulseaudio
  dorianhawkmoon  10248 F jackd
 /dev/snd/pcmC0D0c:   dorianhawkmoon  10248 F...m jackd
 /dev/snd/pcmC0D0p:   dorianhawkmoon  10248 F...m jackd
Date: Mon Feb  9 20:55:09 2015
InstallationDate: Installed on 2015-01-30 (10 days ago)
InstallationMedia: Ubuntu-Studio 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: Built-in Audio - HDA Intel
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dorianhawkmoon   1856 F pulseaudio
  dorianhawkmoon  10248 F jackd
 /dev/snd/pcmC0D0c:   dorianhawkmoon  10248 F...m jackd
 /dev/snd/pcmC0D0p:   dorianhawkmoon  10248 F...m jackd
Symptom_Jack: Black Headphone Out, Left
Symptom_Type: No sound at all
Title: [Satellite C650, Conexant CX20585, Black Headphone Out, Left] No sound 
at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/07/2011
dmi.bios.vendor: INSYDE
dmi.bios.version: 1.70
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Portable PC
dmi.board.vendor: TOSHIBA
dmi.board.version: Base Board Version
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnINSYDE:bvr1.70:bd07/07/2011:svnTOSHIBA:pnSatelliteC650:pvrPSC08C-01W019:rvnTOSHIBA:rnPortablePC:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: Satellite C650
dmi.product.version: PSC08C-01W019
dmi.sys.vendor: TOSHIBA

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


** Tags: amd64 apport-bug trusty

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

Title:
  [Satellite C650, Conexant CX20585, Black Headphone Out, Left] No sound
  at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Ubuntu 14.04

  Sound not working.

  Nor is play back of media files such as MP3

  This is on my external and internal speakers.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-32.57-lowlatency 3.13.11.4
  Uname: Linux 3.13.0-32-lowlatency x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dorianhawkmoon   1856 F pulseaudio
dorianhawkmoon  10248 F jackd
   /dev/snd/pcmC0D0c:   dorianhawkmoon  10248 F...m jackd
   /dev/snd/pcmC0D0p:   dorianhawkmoon  10248 F...m jackd
  Date: Mon Feb  9 20:55:09 2015
  InstallationDate: Installed on 2015-01-30 (10 days ago)
  InstallationMedia: Ubuntu-Studio 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.1)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dorianhawkmoon   1856 F pulseaudio
dorianhawkmoon  10248 F jackd
   /dev/snd/pcmC0D0c:   dorianhawkmoon  10248 F...m jackd
   /dev/snd/pcmC0D0p:   dorianhawkmoon  10248 F...m jackd
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: No sound at all
  Title: [Satellite C650, Conexant CX20585, Black Headphone Out, Left] No sound 
at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/07/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: 1.70
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvr1.70:bd07/07/2011:svnTOSHIBA:pnSatelliteC650:pvrPSC08C-01W019:rvnTOSHIBA:rnPortablePC:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Satellite C650
  

[Desktop-packages] [Bug 1286552] Re: No wifi after suspend

2015-02-09 Thread tlue
the latest kernel seems to be working much better for be, as even after resume 
I get working wifi. Unfortunately it fails after a while again (without suspend 
or power save, just in the middle of surfing). Likely my issue this is now more 
related to i.e. Bug 1320070
Thanks for all your work. 
PS: posting form Win-Partition :-

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

Title:
  No wifi after suspend

Status in linux package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  After suspending ubuntu the wifi doesn't work. The solution given here
  (http://askubuntu.com/questions/368671/ubuntu-13-10-wifi-not-re-
  connecting-after-suspend) worked for me but when I have updated my
  Ubuntu now it won't work. I have tried to test mainline kernel but it
  won't to boot with it.

  To reproduce the bug : just suspend the computer and then power it.
  There's no wifi network until you restart the computer.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: ubuntu-release-upgrader-core 1:0.205.4
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic i686
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: i386
  CrashDB: ubuntu
  Date: Sat Mar  1 15:20:39 2014
  InstallationDate: Installed on 2013-12-30 (61 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release i386 
(20131017)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  meradi 1503 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=e71568e2-e875-4053-b3b7-2046540e78bf
  InstallationDate: Installed on 2013-12-30 (61 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release i386 
(20131017)
  MachineType: Hewlett-Packard HP Compaq 6830s
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=3eaae47b-7485-4723-8b3e-9f6dac7a01e4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.2
  Tags:  saucy
  Uname: Linux 3.11.0-15-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog: Mar  1 15:34:33 meradi-HP-Compaq-6830s kernel: [ 4581.474196] 
perf samples too long (5002  5000), lowering kernel.perf_event_max_sample_rate 
to 25000
  dmi.bios.date: 03/12/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PZD Ver. F.0C
  dmi.board.name: 30E9
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 95.1C
  dmi.chassis.asset.tag: CNU91609Y2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PZDVer.F.0C:bd03/12/2009:svnHewlett-Packard:pnHPCompaq6830s:pvrF.0C:rvnHewlett-Packard:rn30E9:rvrKBCVersion95.1C:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 6830s
  dmi.product.version: F.0C
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 357864]

2015-02-09 Thread Joshua Cranmer
Comment on attachment 8561373
Test fix

Review of attachment 8561373:
-

::: mailnews/compose/test/unit/test_messageHeaders.js
@@ +91,5 @@
fields.organization = World Salvation Committee;
fields.subject = This is an obscure reference;
yield richCreateMessage(fields, [], identity);
checkDraftHeaders({
 +// As of bug 87987 the identity does not override the from header.

Nit: comma after 'bug 87987'

@@ +96,1 @@
  From: Me from@tinderbox.invalid,

I assume you meant to also change the expected result here? Otherwise,
this patch does nothing.

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

Title:
  Editing the From field for the current email only (as text, not
  dropdown)

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: thunderbird

  I want to quite often use a particular email address (e.g. for writing
  to a mailing list), where I do not have added the email address to the
  account settings yet.

  However, Thunderbird does not allow to edit the From field, but only
  provides the configured email addresses in a dropdown.

  It would be nice, if you could also edit the From field in a text
  input.

  KMail provides this, for example, and there appear to be some
  extensions for it, but I'd like to avoid using an addon for this, but
  rather think it's a nice feature to have by default.

  I could imagine, that the last entry in the dropdown would say
  Edit... or Custom... and change the dropdown into a text field.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  NonfreeKernelModules: nvidia
  Package: mozilla-thunderbird 2.0.0.21+nobinonly-0ubuntu1
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: thunderbird
  Uname: Linux 2.6.28-11-generic i686

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

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


[Desktop-packages] [Bug 357864]

2015-02-09 Thread Neil-httl
Created attachment 8561373
Test fix

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

Title:
  Editing the From field for the current email only (as text, not
  dropdown)

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: thunderbird

  I want to quite often use a particular email address (e.g. for writing
  to a mailing list), where I do not have added the email address to the
  account settings yet.

  However, Thunderbird does not allow to edit the From field, but only
  provides the configured email addresses in a dropdown.

  It would be nice, if you could also edit the From field in a text
  input.

  KMail provides this, for example, and there appear to be some
  extensions for it, but I'd like to avoid using an addon for this, but
  rather think it's a nice feature to have by default.

  I could imagine, that the last entry in the dropdown would say
  Edit... or Custom... and change the dropdown into a text field.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  NonfreeKernelModules: nvidia
  Package: mozilla-thunderbird 2.0.0.21+nobinonly-0ubuntu1
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: thunderbird
  Uname: Linux 2.6.28-11-generic i686

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

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


[Desktop-packages] [Bug 1322784]

2015-02-09 Thread Nfroyd
Comment on attachment 8561105
Pad heap allocations passed to flag_qsort() on x86 Linux to work around gcc bug 
affecting Ubuntu packages

Review of attachment 8561105:
-

Yuck.  The #ifdef checks are correct, fwiw.

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

Title:
  Firefox crashes in flag_qsort during spellchecker initialization on
  x86 due to gcc bug

Status in The Mozilla Firefox Browser:
  In Progress
Status in firefox package in Ubuntu:
  Confirmed
Status in gcc-4.8 package in Ubuntu:
  Incomplete

Bug description:
  The most common Firefox crash on Linux in Mozilla's crash-stats system
  is crashes in the function flag_qsort.

  These crashes occur:
   * only on x86 architecture
   * only on Ubuntu packages (and not on Mozilla's builds)
   * on precise and saucy and trusty (based on kernel versions reported with 
the crashes)
  and appear to be due to a compiler bug in the compiler used to generate 
Ubuntu's builds.  (It could be a common compiler bug triggered by different 
compiler options or a compiler bug specific to Ubuntu's gcc.)

  The analysis that leads to the conclusion that this is a compiler bug
  is in https://bugzilla.mozilla.org/show_bug.cgi?id=983817 .  In
  particular, the compiler is miscompiling an access to an element of an
  array of unsigned short as a 32-bit read, and when the unsigned short
  in question is the last one in the allocation and that allocation is
  aligned so that the byte following has a different 0x10 bit, this
  can lead to crashes.

  The most recent (whenever you follow the link) 7 days of crash reports
  are available at: https://crash-
  
stats.mozilla.com/report/list?signature=flag_qsortproduct=Firefoxquery_type=containsrange_unit=weeks

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

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


[Desktop-packages] [Bug 357864]

2015-02-09 Thread Neil-httl
Comment on attachment 8551328
Backend changes

https://hg.mozilla.org/comm-central/rev/6fe2526c838f

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

Title:
  Editing the From field for the current email only (as text, not
  dropdown)

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: thunderbird

  I want to quite often use a particular email address (e.g. for writing
  to a mailing list), where I do not have added the email address to the
  account settings yet.

  However, Thunderbird does not allow to edit the From field, but only
  provides the configured email addresses in a dropdown.

  It would be nice, if you could also edit the From field in a text
  input.

  KMail provides this, for example, and there appear to be some
  extensions for it, but I'd like to avoid using an addon for this, but
  rather think it's a nice feature to have by default.

  I could imagine, that the last entry in the dropdown would say
  Edit... or Custom... and change the dropdown into a text field.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  NonfreeKernelModules: nvidia
  Package: mozilla-thunderbird 2.0.0.21+nobinonly-0ubuntu1
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: thunderbird
  Uname: Linux 2.6.28-11-generic i686

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

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


[Desktop-packages] [Bug 1322784]

2015-02-09 Thread L. David Baron
Created attachment 8561105
Pad heap allocations passed to flag_qsort() on x86 Linux to work around gcc bug 
affecting Ubuntu packages

My biggest concern for review of this patch is whether the #ifdef will
correctly catch what Ubuntu is using to compile Firefox.  Does anybody
know how to confirm that Ubuntu is compiling with gcc, and that these
#ifdefs are correct?

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

Title:
  Firefox crashes in flag_qsort during spellchecker initialization on
  x86 due to gcc bug

Status in The Mozilla Firefox Browser:
  In Progress
Status in firefox package in Ubuntu:
  Confirmed
Status in gcc-4.8 package in Ubuntu:
  Incomplete

Bug description:
  The most common Firefox crash on Linux in Mozilla's crash-stats system
  is crashes in the function flag_qsort.

  These crashes occur:
   * only on x86 architecture
   * only on Ubuntu packages (and not on Mozilla's builds)
   * on precise and saucy and trusty (based on kernel versions reported with 
the crashes)
  and appear to be due to a compiler bug in the compiler used to generate 
Ubuntu's builds.  (It could be a common compiler bug triggered by different 
compiler options or a compiler bug specific to Ubuntu's gcc.)

  The analysis that leads to the conclusion that this is a compiler bug
  is in https://bugzilla.mozilla.org/show_bug.cgi?id=983817 .  In
  particular, the compiler is miscompiling an access to an element of an
  array of unsigned short as a 32-bit read, and when the unsigned short
  in question is the last one in the allocation and that allocation is
  aligned so that the byte following has a different 0x10 bit, this
  can lead to crashes.

  The most recent (whenever you follow the link) 7 days of crash reports
  are available at: https://crash-
  
stats.mozilla.com/report/list?signature=flag_qsortproduct=Firefoxquery_type=containsrange_unit=weeks

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

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


[Desktop-packages] [Bug 1322784]

2015-02-09 Thread L. David Baron
Comment on attachment 8561105
Pad heap allocations passed to flag_qsort() on x86 Linux to work around gcc bug 
affecting Ubuntu packages

Hmmm, given that ehsan's away for a bit, transferring review to froydnj.

(I'd hope to get this in to beta, although I really should have tried to
do this many releases ago, although I was hoping somebody else would.)

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

Title:
  Firefox crashes in flag_qsort during spellchecker initialization on
  x86 due to gcc bug

Status in The Mozilla Firefox Browser:
  In Progress
Status in firefox package in Ubuntu:
  Confirmed
Status in gcc-4.8 package in Ubuntu:
  Incomplete

Bug description:
  The most common Firefox crash on Linux in Mozilla's crash-stats system
  is crashes in the function flag_qsort.

  These crashes occur:
   * only on x86 architecture
   * only on Ubuntu packages (and not on Mozilla's builds)
   * on precise and saucy and trusty (based on kernel versions reported with 
the crashes)
  and appear to be due to a compiler bug in the compiler used to generate 
Ubuntu's builds.  (It could be a common compiler bug triggered by different 
compiler options or a compiler bug specific to Ubuntu's gcc.)

  The analysis that leads to the conclusion that this is a compiler bug
  is in https://bugzilla.mozilla.org/show_bug.cgi?id=983817 .  In
  particular, the compiler is miscompiling an access to an element of an
  array of unsigned short as a 32-bit read, and when the unsigned short
  in question is the last one in the allocation and that allocation is
  aligned so that the byte following has a different 0x10 bit, this
  can lead to crashes.

  The most recent (whenever you follow the link) 7 days of crash reports
  are available at: https://crash-
  
stats.mozilla.com/report/list?signature=flag_qsortproduct=Firefoxquery_type=containsrange_unit=weeks

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

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


[Desktop-packages] [Bug 1405867] Re: Settings Appearance Wallpaper does not change wallpaper until Nautilus process is killed and restarted

2015-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:3.14.2-0ubuntu3

---
nautilus (1:3.14.2-0ubuntu3) vivid; urgency=medium

  * 0001-application-use-correct-order-to-watch-for-GSettings.patch: Connect
to wallpaper changed signal before reading its value, so that we receive
changed signals with recent glib versions which require this ordering.
(LP: #1405867)
 -- Iain Lane iain.l...@canonical.com   Mon, 09 Feb 2015 11:40:40 +

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

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

Title:
  Settings  Appearance  Wallpaper does not change wallpaper until
  Nautilus process is killed and restarted

Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  Vivid update in the last week selecting new wallpaper does not work
  unitil reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.1+15.04.20141216-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.15.1-0ubuntu1
  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 Dec 26 16:49:13 2014
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 4 Series Chipset Integrated Graphics Controller 
[8086:2e12] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Lenovo ThinkCentre M6258 [17aa:3048]
 Subsystem: Lenovo Device [17aa:3048]
  InstallationDate: Installed on 2014-11-25 (31 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 (20141125)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=285177a7-5498-4980-a3f2-7e3f655ca886 ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/10/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5CKT69AUS
  dmi.board.name: LENOVO
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: NONE
  dmi.modalias: 
dmi:bvnLENOVO:bvr5CKT69AUS:bd01/10/2011:svnLENOVO:pn6234A1U:pvrThinkCentreM58p:rvnLENOVO:rnLENOVO:rvrNONE:cvnLENOVO:ct3:cvrNONE:
  dmi.product.name: 6234A1U
  dmi.product.version: ThinkCentre M58p
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.0+15.04.20141219-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.58-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.2.901-1ubuntu3
  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.916+git20141119-1~exp1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Fri Dec 26 16:42:49 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.2.901-1ubuntu3

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

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


[Desktop-packages] [Bug 1322784] Re: Firefox crashes in flag_qsort during spellchecker initialization on x86 due to gcc bug

2015-02-09 Thread Bug Watch Updater
** Changed in: firefox
   Status: Confirmed = In Progress

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

Title:
  Firefox crashes in flag_qsort during spellchecker initialization on
  x86 due to gcc bug

Status in The Mozilla Firefox Browser:
  In Progress
Status in firefox package in Ubuntu:
  Confirmed
Status in gcc-4.8 package in Ubuntu:
  Incomplete

Bug description:
  The most common Firefox crash on Linux in Mozilla's crash-stats system
  is crashes in the function flag_qsort.

  These crashes occur:
   * only on x86 architecture
   * only on Ubuntu packages (and not on Mozilla's builds)
   * on precise and saucy and trusty (based on kernel versions reported with 
the crashes)
  and appear to be due to a compiler bug in the compiler used to generate 
Ubuntu's builds.  (It could be a common compiler bug triggered by different 
compiler options or a compiler bug specific to Ubuntu's gcc.)

  The analysis that leads to the conclusion that this is a compiler bug
  is in https://bugzilla.mozilla.org/show_bug.cgi?id=983817 .  In
  particular, the compiler is miscompiling an access to an element of an
  array of unsigned short as a 32-bit read, and when the unsigned short
  in question is the last one in the allocation and that allocation is
  aligned so that the byte following has a different 0x10 bit, this
  can lead to crashes.

  The most recent (whenever you follow the link) 7 days of crash reports
  are available at: https://crash-
  
stats.mozilla.com/report/list?signature=flag_qsortproduct=Firefoxquery_type=containsrange_unit=weeks

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

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


[Desktop-packages] [Bug 1308105]

2015-02-09 Thread Liviu Andronic
As for the xfsettingsd crash, I noticed that with current master I was no 
longer experiencing the crashes. So I did some GIT bisecting, and it turns out 
that I can reproduce the crash with: 
http://git.xfce.org/xfce/xfce4-settings/commit/?id=5a7f55a049147320adb8e2dc8495d6f868c4d6ac

But I get no more crashes with: 
http://git.xfce.org/xfce/xfce4-settings/commit/?id=404d982f2936a58649423642956be563982b2ffa

It seems to me that Olivier has inadvertently fixed this issue... Just
to confirm, I do NOT get xfsettingsd crashes when using master and my
usual test case. As far as my setup is concerned, this issue is fixed.


=
So what remains to be addressed is the disabled `Mirror displays` option 
introduced in 835671ad8db9bcaed4ec3d53753b7f9a8b4610a7. Should I open a 
separate ticket on this issue?

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

Title:
  Xfce resets TV mode to NULL when power cycled

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

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

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

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

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

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

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

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

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

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

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


[Desktop-packages] [Bug 1352809] Re: /usr/bin/lp on Trusty using -h option doesn't work as expected

2015-02-09 Thread Louis Bouchard
** Changed in: cups (Ubuntu Trusty)
   Status: Confirmed = In Progress

** Changed in: cups (Ubuntu Utopic)
   Status: Confirmed = In Progress

** Changed in: cups (Ubuntu Trusty)
 Assignee: (unassigned) = Louis Bouchard (louis-bouchard)

** Changed in: cups (Ubuntu Utopic)
 Assignee: (unassigned) = Louis Bouchard (louis-bouchard)

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

Title:
  /usr/bin/lp on Trusty using -h option doesn't work as expected

Status in cups package in Ubuntu:
  Fix Released
Status in cups source package in Trusty:
  In Progress
Status in cups source package in Utopic:
  In Progress

Bug description:
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or
  System - About Ubuntu

  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  Codename: trusty

  
  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center

  cups-client:
Installed: 1.7.2-0ubuntu1.1

  3) What you expected to happen

  When using lp -h to send a print job to a printer, I expected to the
  job to be sent to the printer and to override any env variables set or
  conf file setting

  4) What happened instead

  To summarise the behaviour I'm seeing

  1) with CUPS_SERVER env variable unset and no ServerName set in 
/etc/cups/client.conf, we see that using lp -h with hostnames gives us error 
lp: Error - add '/version=1.1' to server name.
  Using IPs sends the job to the printer as expected.

  2) with CUPS_SERVER env variable set using hostname with/without port
  and no ServerName set in /etc/cups/client.conf, we see that the only
  time it sends a job is when an IP and port are used. Otherwise it
  seems to error. I believe it's using the env variable, even though -h
  is being used.

  3) with CUPS_SERVER env variable set using IP address with/without
  port and no ServerName set in /etc/cups/client.conf we see that the
  job is always sent using lp -h but it is always sent to the value in
  env variable, thus ignoring the command line.

  ===

  with CUPS_SERVER env variable unset and no ServerName option set in
  /etc/cups/client.conf

  $ lp test2.txt
  lp: Error - scheduler not responding. (expected as no server is set or 
specified)

  Using hostname
  $ lp -h server1:631 test2.txt
  lp: Error - add '/version=1.1' to server name.

  $ lp -h server1 test2.txt
  lp: Error - add '/version=1.1' to server name.

  Using IP address
  $ lp -h 192.168.254.8 test2.txt
  request id is PDF-54 (1 file(s))

  $ lp -h 192.168.254.8:631 test2.txt
  request id is PDF-55 (1 file(s))

  ===

  With CUPS_SERVER env variable *set CUPS_SERVER=server1

  $ lp test2.txt
  lp: Error - add '/version=1.1' to server name.

  Using hostname
  $ lp -h server1 test2.txt
  lp: Error - add '/version=1.1' to server name.

  $ lp -h server1:631 test2.txt
  lp: Error - add '/version=1.1' to server name.

  Using IP address
  $ lp -h 192.168.254.8 test2.txt
  lp: Error - add '/version=1.1' to server name.

  $ lp -h 192.168.254.8:631 test2.txt
  request id is PDF-56 (1 file(s))

  ===

  With CUPS_SERVER env variable *set CUPS_SERVER=server:631

  Same results as above

  ===

  With CUPS_SERVER env variable *set CUPS_SERVER=192.168.254.8:631

  $ lp -h 555.555.555.555 test2.txt
  request id is PDF-66 (1 file(s))

  ===

  With CUPS_SERVER env variable *set CUPS_SERVER=192.168.254.8

  Same results as above

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

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


[Desktop-packages] [Bug 1419689] [NEW] Screen bright change can not be controlled via Fn keys

2015-02-09 Thread ahmet yıldırım
Public bug reported:

Ubuntu 14.04 with the driver NVIDIA 346.35 does not work for Monitor
bright option with Fn keys.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-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.6
Architecture: amd64
Date: Mon Feb  9 12:07:50 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 346.35, 3.13.0-45-generic, x86_64: installed
 virtualbox, 4.3.10, 3.13.0-45-generic, x86_64: installed
GraphicsCard:
 NVIDIA Corporation GF108GLM [Quadro 1000M] [10de:0dfa] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1631]
InstallationDate: Installed on 2014-11-08 (93 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
MachineType: Hewlett-Packard HP EliteBook 8560w
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=291e3f1a-8ec5-42f9-bfda-de0c010b8e62 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/15/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68SVD Ver. F.42
dmi.board.name: 1631
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 01.3D
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SVDVer.F.42:bd07/15/2013:svnHewlett-Packard:pnHPEliteBook8560w:pvrA0001D02:rvnHewlett-Packard:rn1631:rvrKBCVersion01.3D:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 8560w
dmi.product.version: A0001D02
dmi.sys.vendor: Hewlett-Packard
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~ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.3
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Mon Feb  9 11:20:32 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:

xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:

xserver.version: 2:1.15.1-0ubuntu2.6

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


** Tags: amd64 apport-bug possible-manual-nvidia-install third-party-packages 
trusty ubuntu

** Description changed:

- Ubuntu 14.04 with the driver NVIDIA 346.35 does work for Monitor bright
- option with Fn keys.
+ Ubuntu 14.04 with the driver NVIDIA 346.35 does not work for Monitor
+ bright option with Fn keys.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-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)
+  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.6
  Architecture: amd64
  Date: Mon Feb  9 12:07:50 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
-  nvidia, 346.35, 3.13.0-45-generic, x86_64: installed
-  virtualbox, 4.3.10, 3.13.0-45-generic, x86_64: installed
+  nvidia, 346.35, 3.13.0-45-generic, x86_64: installed
+  virtualbox, 4.3.10, 3.13.0-45-generic, x86_64: installed
  GraphicsCard:
-  NVIDIA Corporation GF108GLM [Quadro 1000M] [10de:0dfa] (rev a1) (prog-if 00 
[VGA controller])
-Subsystem: Hewlett-Packard Company Device [103c:1631]
+  NVIDIA Corporation GF108GLM [Quadro 1000M] [10de:0dfa] (rev a1) (prog-if 00 
[VGA controller])
+    Subsystem: Hewlett-Packard Company Device [103c:1631]
  InstallationDate: Installed on 2014-11-08 (93 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Hewlett-Packard HP EliteBook 8560w
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=291e3f1a-8ec5-42f9-bfda-de0c010b8e62 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present 

[Desktop-packages] [Bug 1419523] Re: GVFS MTP paths are not stable

2015-02-09 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

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

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

Title:
  GVFS MTP paths are not stable

Status in gvfs package in Ubuntu:
  New

Bug description:
  Every time I unplug my Android phone and reconnect it, its URL
  changes. E.g. when it is mounted as mtp://[usb:002,002]/ and I unplug
  and recoonect it, it gets a new URL, e.g. mtp://[usb:002,003]/.

  This behavior breaks all use cases which depend on a stable path (e.g.
  shell scripts, synching via Unison etc.).

  Is there any way to implement a behavior similar to removable drives?
  They get a consistent mounting path, which is /media/user/name,
  where name is either the volume label (if present) or the volume ID.

  In GVFS this would require uniquely identifying MTP devices. If there
  is something as a volume ID, GUID or any other element that can
  uniquely identify a MTP device, this would be the way to go. If MTP
  doesn't provide this kind of ID (don't know if it does), then maybe
  fingerprinting the device (based on characteristics as the USB
  vendor  device IDs) may be a valid workaround.

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

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


[Desktop-packages] [Bug 1246683] Re: Middle button does not work for scrolling

2015-02-09 Thread HumanPlayer2
@Julian, #69: T_send's script and the ppa you list seem to be based on
the same arch package (there's a link in the script and one on the ppa
site to the same aur page: https://aur.archlinux.org/packages/xf86
-input-evdev-trackpoint/ )

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

Title:
  Middle button does not work for scrolling

Status in xserver-xorg-input-evdev package in Ubuntu:
  Incomplete

Bug description:
  With my Lenovo T440s laptop the Trackpad/Trackpoint laptop scrolling
  does not work when pressing middle button + moving the Trackpoint.
  evdev seems to be set correctly ( http://paste.ubuntuusers.de/416732/
  ). Middle button itself works fine for middle clicks just no
  scrolling.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  Uname: Linux 3.12.0-031200rc7-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Thu Oct 31 12:36:14 2013
  InstallationDate: Installed on 2013-10-17 (13 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Release amd64 (20131016)
  MarkForUpload: True
  SourcePackage: xserver-xorg-input-evdev
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1419706] [NEW] package tex-common 4.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-02-09 Thread francescafran
Public bug reported:

error appeared during upgrede to 14.10

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: tex-common 4.04
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Mon Feb  9 11:44:49 2015
DuplicateSignature: package:tex-common:4.04:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2014-01-08 (396 days ago)
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
PackageArchitecture: all
SourcePackage: tex-common
Title: package tex-common 4.04 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
UpgradeStatus: Upgraded to trusty on 2015-02-09 (0 days ago)

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package dist-upgrade need-duplicate-check trusty

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

Title:
  package tex-common 4.04 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in tex-common package in Ubuntu:
  New

Bug description:
  error appeared during upgrede to 14.10

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: tex-common 4.04
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Mon Feb  9 11:44:49 2015
  DuplicateSignature: package:tex-common:4.04:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-01-08 (396 days ago)
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
  PackageArchitecture: all
  SourcePackage: tex-common
  Title: package tex-common 4.04 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to trusty on 2015-02-09 (0 days ago)

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

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


[Desktop-packages] [Bug 1265431] Re: help me

2015-02-09 Thread Christopher M. Penalver
septian fajar nugraha, thank you for taking the time to report this and
helping to make Ubuntu better. Unfortunately, we cannot work on this bug
because your description didn't include enough information, and 13.10 is
EoL as per https://wiki.ubuntu.com/Releases . 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.

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

** Changed in: xorg (Ubuntu)
   Status: Confirmed = 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/1265431

Title:
  help me

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  help me

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xorg 1:7.7+1ubuntu6
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Jan  2 12:03:08 2014
  DistUpgraded: Fresh install
  DistroCodename: saucy
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation GF108M [GeForce GT 525M] [10de:0dec] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Toshiba America Info Systems Device [1179:fcd0]
  InstallationDate: Installed on 2014-01-02 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release amd64 
(20131017)
  MachineType: TOSHIBA Satellite L745
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic 
root=UUID=c00363fc-45fb-4b0d-b0c7-5b8f156d3d63 ro vesafb.invalid=1 
plymouth:debug nopat drm.debug=0xe
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/26/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: 2.60
  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: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: OEM Chassis Manufacturer
  dmi.chassis.version: OEM Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvr2.60:bd06/26/2012:svnTOSHIBA:pnSatelliteL745:pvrPSK12L-02U00G:rvnIntelCorp.:rnBaseBoardProductName:rvrBaseBoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite L745
  dmi.product.version: PSK12L-02U00G
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.9-2ubuntu1
  xserver.bootTime: Fri Jan  3 22:29:26 2014
  xserver.configfile: default
  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.14.3-3ubuntu2
  xserver.video_driver: nouveau

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

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


[Desktop-packages] [Bug 1419410] Re: evince cbz support is broken on evince-3.10.3-0ubuntu10.1

2015-02-09 Thread Sebastien Bacher
Thank you for your bug report. From what version to what version did you
update? Could you add a document showing the issue to the bug report?

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

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

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

Title:
  evince cbz support is broken on evince-3.10.3-0ubuntu10.1

Status in evince package in Ubuntu:
  Incomplete

Bug description:
  Evince show me The document contains only empty pages.
  The same document worked up to a couple of days ago.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evince 3.10.3-0ubuntu10.1
  Uname: Linux 3.13.0-45-generic x86_64
  Architecture: x86_64

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

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


[Desktop-packages] [Bug 1419704] [NEW] Mir clients leak gbm_device in Mesa EGL platform

2015-02-09 Thread Alexandros Frantzis
Public bug reported:

In case the Mir Mesa EGL platform allocates the gbm_device itself (which
happens for normal clients), then eglTerminate() doesn't free the
gbm_device properly.

** Affects: mir
 Importance: Medium
 Assignee: Alexandros Frantzis (afrantzis)
 Status: In Progress

** Affects: mesa (Ubuntu)
 Importance: Undecided
 Assignee: Alexandros Frantzis (afrantzis)
 Status: In Progress

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

** Changed in: mesa (Ubuntu)
 Assignee: (unassigned) = Alexandros Frantzis (afrantzis)

** Changed in: mir
   Status: New = In Progress

** Changed in: mesa (Ubuntu)
   Status: New = In Progress

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

Title:
  Mir clients leak gbm_device in Mesa EGL platform

Status in Mir:
  In Progress
Status in mesa package in Ubuntu:
  In Progress

Bug description:
  In case the Mir Mesa EGL platform allocates the gbm_device itself
  (which happens for normal clients), then eglTerminate() doesn't free
  the gbm_device properly.

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

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


[Desktop-packages] [Bug 1313430] Re: Crashes on Ubuntu 14.04 when trying to connect to iPod

2015-02-09 Thread Michael Wenyon
grooverunner's suggestion to rename the file worked for me: Rhythmbox,
iPod Touch 5-gen and Debian Jessie

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

Title:
  Crashes on Ubuntu 14.04 when trying to connect to iPod

Status in libgpod package in Ubuntu:
  Confirmed
Status in rhythmbox package in Ubuntu:
  Confirmed

Bug description:
  1. Plug in my iPod shuffle
  2. Start Rhythmbox
  3. Click iPod to be able to sync music.
  4. Rhythmbox crashes

  $ rhythmbox

  (rhythmbox:29428): Gtk-CRITICAL **: gtk_css_provider_load_from_path:
  assertion 'path != NULL' failed

  (rhythmbox:29428): GLib-GObject-CRITICAL **: object SoupServer
  0x188e200 finalized while still in-construction

  (rhythmbox:29428): GLib-GObject-CRITICAL **: Custom constructor for class 
SoupServer returned NULL (which is invalid). Please use GInitable instead.
  Unable to open ~/.mtpz-data for reading, MTPZ disabled.Traceback (most recent 
call last):
File 
/usr/lib/rhythmbox/plugins/remember-the-rhythm/remember-the-rhythm.py, line 
114, in init_source
  self.shell_player.jump_to_current()
  gi._glib.GError: Could not locate rb_shell_player_jump_to_current: 
'rb_shell_player_jump_to_current': /usr/lib/librhythmbox-core.so.8: undefined 
symbol: rb_shell_player_jump_to_current

  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '290' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '123' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '200' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '287' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '184' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '62' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '326' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '334' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '223' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '335' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '330' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '293' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '57' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '97' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '137' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '164' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '334' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '90' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '281' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '151' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '162' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '337' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '326' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '134' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '172' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '166' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '303' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '70' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '89' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '150' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '167' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '171' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '142' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '145' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '250' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '258' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '207' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '225' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '144' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '321' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '317' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '328' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '308' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '56' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '52' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '179' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '220' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '66' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '241' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '271' not found.

  
  ** (rhythmbox:29428): WARNING **: Itdb_Track ID '210' not 

[Desktop-packages] [Bug 1352809] Re: /usr/bin/lp on Trusty using -h option doesn't work as expected

2015-02-09 Thread Louis Bouchard
debdiff for trusty's SRU

** Patch added: lp1352809_option_override_trusty.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1352809/+attachment/4315357/+files/lp1352809_option_override_trusty.debdiff

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

Title:
  /usr/bin/lp on Trusty using -h option doesn't work as expected

Status in cups package in Ubuntu:
  Fix Released
Status in cups source package in Trusty:
  In Progress
Status in cups source package in Utopic:
  In Progress

Bug description:
  [SRU justification]
  The -h option should override the value stored in the CUPS_SERVER environment 
variable

  [Impact]
  Without this fix, user is unable to define the printserver to use with the -h 
option

  [Fix]
  Verify if the -h option has defined the printserver before using CUPS_SERVER 
to define it.

  [Test Case]
  $ export CUPS_SERVER=blah
  $ lp -h {valid printserver} -d {printqueue} /etc/hosts

  Without the fix :
  lp: No such file or directory

  With the fix :
  request id is {printqueue}-37 (1 file(s))

  [Regression]
  None expected. New code path (from upstream patch) is only triggered if
  -h option is used.

  [Original description of the problem]

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or
  System - About Ubuntu

  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  Codename: trusty

  2) The version of the package you are using, via 'apt-cache policy
  pkgname' or by checking in Software Center

  cups-client:
    Installed: 1.7.2-0ubuntu1.1

  3) What you expected to happen

  When using lp -h to send a print job to a printer, I expected to the
  job to be sent to the printer and to override any env variables set or
  conf file setting

  4) What happened instead

  To summarise the behaviour I'm seeing

  1) with CUPS_SERVER env variable unset and no ServerName set in 
/etc/cups/client.conf, we see that using lp -h with hostnames gives us error 
lp: Error - add '/version=1.1' to server name.
  Using IPs sends the job to the printer as expected.

  2) with CUPS_SERVER env variable set using hostname with/without port
  and no ServerName set in /etc/cups/client.conf, we see that the only
  time it sends a job is when an IP and port are used. Otherwise it
  seems to error. I believe it's using the env variable, even though -h
  is being used.

  3) with CUPS_SERVER env variable set using IP address with/without
  port and no ServerName set in /etc/cups/client.conf we see that the
  job is always sent using lp -h but it is always sent to the value in
  env variable, thus ignoring the command line.

  ===

  with CUPS_SERVER env variable unset and no ServerName option set in
  /etc/cups/client.conf

  $ lp test2.txt
  lp: Error - scheduler not responding. (expected as no server is set or 
specified)

  Using hostname
  $ lp -h server1:631 test2.txt
  lp: Error - add '/version=1.1' to server name.

  $ lp -h server1 test2.txt
  lp: Error - add '/version=1.1' to server name.

  Using IP address
  $ lp -h 192.168.254.8 test2.txt
  request id is PDF-54 (1 file(s))

  $ lp -h 192.168.254.8:631 test2.txt
  request id is PDF-55 (1 file(s))

  ===

  With CUPS_SERVER env variable *set CUPS_SERVER=server1

  $ lp test2.txt
  lp: Error - add '/version=1.1' to server name.

  Using hostname
  $ lp -h server1 test2.txt
  lp: Error - add '/version=1.1' to server name.

  $ lp -h server1:631 test2.txt
  lp: Error - add '/version=1.1' to server name.

  Using IP address
  $ lp -h 192.168.254.8 test2.txt
  lp: Error - add '/version=1.1' to server name.

  $ lp -h 192.168.254.8:631 test2.txt
  request id is PDF-56 (1 file(s))

  ===

  With CUPS_SERVER env variable *set CUPS_SERVER=server:631

  Same results as above

  ===

  With CUPS_SERVER env variable *set CUPS_SERVER=192.168.254.8:631

  $ lp -h 555.555.555.555 test2.txt
  request id is PDF-66 (1 file(s))

  ===

  With CUPS_SERVER env variable *set CUPS_SERVER=192.168.254.8

  Same results as above

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

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


[Desktop-packages] [Bug 1352809] Re: /usr/bin/lp on Trusty using -h option doesn't work as expected

2015-02-09 Thread Louis Bouchard
debdiff for Utopic

** Patch added: lp1352809_option_override_utopic.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1352809/+attachment/4315358/+files/lp1352809_option_override_utopic.debdiff

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

Title:
  /usr/bin/lp on Trusty using -h option doesn't work as expected

Status in cups package in Ubuntu:
  Fix Released
Status in cups source package in Trusty:
  In Progress
Status in cups source package in Utopic:
  In Progress

Bug description:
  [SRU justification]
  The -h option should override the value stored in the CUPS_SERVER environment 
variable

  [Impact]
  Without this fix, user is unable to define the printserver to use with the -h 
option

  [Fix]
  Verify if the -h option has defined the printserver before using CUPS_SERVER 
to define it.

  [Test Case]
  $ export CUPS_SERVER=blah
  $ lp -h {valid printserver} -d {printqueue} /etc/hosts

  Without the fix :
  lp: No such file or directory

  With the fix :
  request id is {printqueue}-37 (1 file(s))

  [Regression]
  None expected. New code path (from upstream patch) is only triggered if
  -h option is used.

  [Original description of the problem]

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or
  System - About Ubuntu

  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  Codename: trusty

  2) The version of the package you are using, via 'apt-cache policy
  pkgname' or by checking in Software Center

  cups-client:
    Installed: 1.7.2-0ubuntu1.1

  3) What you expected to happen

  When using lp -h to send a print job to a printer, I expected to the
  job to be sent to the printer and to override any env variables set or
  conf file setting

  4) What happened instead

  To summarise the behaviour I'm seeing

  1) with CUPS_SERVER env variable unset and no ServerName set in 
/etc/cups/client.conf, we see that using lp -h with hostnames gives us error 
lp: Error - add '/version=1.1' to server name.
  Using IPs sends the job to the printer as expected.

  2) with CUPS_SERVER env variable set using hostname with/without port
  and no ServerName set in /etc/cups/client.conf, we see that the only
  time it sends a job is when an IP and port are used. Otherwise it
  seems to error. I believe it's using the env variable, even though -h
  is being used.

  3) with CUPS_SERVER env variable set using IP address with/without
  port and no ServerName set in /etc/cups/client.conf we see that the
  job is always sent using lp -h but it is always sent to the value in
  env variable, thus ignoring the command line.

  ===

  with CUPS_SERVER env variable unset and no ServerName option set in
  /etc/cups/client.conf

  $ lp test2.txt
  lp: Error - scheduler not responding. (expected as no server is set or 
specified)

  Using hostname
  $ lp -h server1:631 test2.txt
  lp: Error - add '/version=1.1' to server name.

  $ lp -h server1 test2.txt
  lp: Error - add '/version=1.1' to server name.

  Using IP address
  $ lp -h 192.168.254.8 test2.txt
  request id is PDF-54 (1 file(s))

  $ lp -h 192.168.254.8:631 test2.txt
  request id is PDF-55 (1 file(s))

  ===

  With CUPS_SERVER env variable *set CUPS_SERVER=server1

  $ lp test2.txt
  lp: Error - add '/version=1.1' to server name.

  Using hostname
  $ lp -h server1 test2.txt
  lp: Error - add '/version=1.1' to server name.

  $ lp -h server1:631 test2.txt
  lp: Error - add '/version=1.1' to server name.

  Using IP address
  $ lp -h 192.168.254.8 test2.txt
  lp: Error - add '/version=1.1' to server name.

  $ lp -h 192.168.254.8:631 test2.txt
  request id is PDF-56 (1 file(s))

  ===

  With CUPS_SERVER env variable *set CUPS_SERVER=server:631

  Same results as above

  ===

  With CUPS_SERVER env variable *set CUPS_SERVER=192.168.254.8:631

  $ lp -h 555.555.555.555 test2.txt
  request id is PDF-66 (1 file(s))

  ===

  With CUPS_SERVER env variable *set CUPS_SERVER=192.168.254.8

  Same results as above

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

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


[Desktop-packages] [Bug 1405867] Re: Settings Appearance Wallpaper does not change wallpaper until Nautilus process is killed and restarted

2015-02-09 Thread Iain Lane
** Changed in: nautilus (Ubuntu)
   Status: Triaged = In Progress

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Iain Lane (laney)

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

Title:
  Settings  Appearance  Wallpaper does not change wallpaper until
  Nautilus process is killed and restarted

Status in nautilus package in Ubuntu:
  In Progress

Bug description:
  Vivid update in the last week selecting new wallpaper does not work
  unitil reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.1+15.04.20141216-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.15.1-0ubuntu1
  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 Dec 26 16:49:13 2014
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 4 Series Chipset Integrated Graphics Controller 
[8086:2e12] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Lenovo ThinkCentre M6258 [17aa:3048]
 Subsystem: Lenovo Device [17aa:3048]
  InstallationDate: Installed on 2014-11-25 (31 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 (20141125)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=285177a7-5498-4980-a3f2-7e3f655ca886 ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/10/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5CKT69AUS
  dmi.board.name: LENOVO
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: NONE
  dmi.modalias: 
dmi:bvnLENOVO:bvr5CKT69AUS:bd01/10/2011:svnLENOVO:pn6234A1U:pvrThinkCentreM58p:rvnLENOVO:rnLENOVO:rvrNONE:cvnLENOVO:ct3:cvrNONE:
  dmi.product.name: 6234A1U
  dmi.product.version: ThinkCentre M58p
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.0+15.04.20141219-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.58-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.2.901-1ubuntu3
  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.916+git20141119-1~exp1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Fri Dec 26 16:42:49 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.2.901-1ubuntu3

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

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


[Desktop-packages] [Bug 1400626] Re: Please backport xtrans, libdrm, x11proto-{fonts, core} packages for 14.04.2

2015-02-09 Thread Florian W.
Thanks, Maarten. I just noticed my comment was missing the apt command
that I used.

I now use

 LANG=C sudo apt install --install-recommends libgles2-mesa-lts-utopic
libglapi-mesa-lts-utopic linux-generic-lts-utopic xserver-xorg-lts-
utopic libgl1-mesa-dri-lts-utopic libegl1-mesa-drivers-lts-utopic libgl1
-mesa-glx-lts-utopic:i386

and now wine is preserved. However, I still lose qt5-default,
qtbase5-dev and some other qt5 libs, and also libsdl2-2.0-0 and related
sdl libs, and some random other libs where I'm not sure I really need
them (I guess not). Adding qt5-default and qtbase5-dev to the command
leads to http://paste.ubuntu.com/10141032/ (I already have the utopic
kernel, so that note there by apt is correct).

I'm not sure if this is a bug in one of the backported packages, or
another package, or even my system setup or apt skills. Since #16 and
#13 apparently had the same issue, it might be related. Let me know if
this is not the right place to post this. :-)

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

Title:
  Please backport xtrans, libdrm, x11proto-{fonts,core} packages for
  14.04.2

Status in libdrm package in Ubuntu:
  Invalid
Status in llvm-toolchain-snapshot package in Ubuntu:
  Invalid
Status in x11proto-core package in Ubuntu:
  Invalid
Status in x11proto-fonts package in Ubuntu:
  Invalid
Status in xorg package in Ubuntu:
  Invalid
Status in xtrans package in Ubuntu:
  Invalid
Status in libdrm source package in Trusty:
  Fix Released
Status in llvm-toolchain-snapshot source package in Trusty:
  Fix Released
Status in x11proto-core source package in Trusty:
  Fix Released
Status in x11proto-fonts source package in Trusty:
  Fix Released
Status in xorg source package in Trusty:
  Fix Committed
Status in xtrans source package in Trusty:
  Fix Released

Bug description:
  In order to upload the new xorg-server we need to backport the following 
packages from utopic:
  libdrm
  x11proto-core
  x11proto-fonts
  xtrans

  libdrm 2.4.52-1-2.4.56-1 seems to have the following changes:
  - Hides private symbols from all libdrm libraries
  - fixes MSAA on Hawaii (radeon).
  - Adds cherryview pci-ids (intel).
  - Makes libdrm-nouveau threadsafe with concurrent access to the drm fd.
  - Fixes to exynos and freedreno.
  - Enables building libdrm-freedreno1 and libdrm-exynos1

  x11proto-core's main change appears to be changing from the 'pointer' type to 
'void *':
  
https://launchpadlibrarian.net/173873109/x11proto-core_7.0.24-1_7.0.26-1.diff.gz

  x11proto-fonts' main change is the same as x11proto-core, but the 
documentation is reformatted too:
  
https://launchpadlibrarian.net/173873038/x11proto-fonts_2.1.2-1_2.1.3-1.diff.gz

  xtrans seems to have 2 minor changes, increase default unix pipe size and add 
support for systemd socket activation:
  https://launchpadlibrarian.net/173873112/xtrans_1.3.2-1_1.3.4-1.diff.gz

  xorg needs to be slightly updated, to allow xserver-xorg to provide
  the unrenamed lts-utopic, and to allow xorg to be installed with the
  renamed xorg-server.

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

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


[Desktop-packages] [Bug 1414707] Re: Login fails, returns to login and flickering prevents password typing

2015-02-09 Thread Thomas Beckett
Also when booting without systemd active and the GDM is refreshing
(flickering), GDM gives an error of Authentication errror so the
problem may be with polkit?

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

Title:
  Login fails, returns to login and flickering prevents password typing

Status in gdm package in Ubuntu:
  Incomplete

Bug description:
  I was testing Ubuntu Gnome 15.04 in VirtualBox. I was able to login
  into the machine a few times and run updates and install a few
  programs. I also installed the VirtualBox guest additions. Since today
  this happens:

  I log into the machine. The login is accepted and the machine does
  something for a few seconds. Then the machine jumps back to login, but
  with a random flickering. The flickering also resets the password
  field, which prevents it from being typed.

  So I can't login into the machine anymore.

  I am using a HP Probook 6570 b which I upgraded to 16 GB of RAM. The
  iso was from the 20th of January, but I did a daily sudo apt-get
  upgrade on it.

  Video: https://www.youtube.com/watch?v=7Xpt39AKVuEfeature=youtu.be
  --- 
  ApportVersion: 2.15.1-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-01-22 (5 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Alpha amd64 (20141218)
  Package: gdm 3.14.1-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=de_AT:de
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
  Tags:  vivid
  Uname: Linux 3.18.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1414707] Re: Login fails, returns to login and flickering prevents password typing

2015-02-09 Thread Thomas Beckett
Confirming that booting with a systemd init resolves the GDM issue.

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

Title:
  Login fails, returns to login and flickering prevents password typing

Status in gdm package in Ubuntu:
  Incomplete

Bug description:
  I was testing Ubuntu Gnome 15.04 in VirtualBox. I was able to login
  into the machine a few times and run updates and install a few
  programs. I also installed the VirtualBox guest additions. Since today
  this happens:

  I log into the machine. The login is accepted and the machine does
  something for a few seconds. Then the machine jumps back to login, but
  with a random flickering. The flickering also resets the password
  field, which prevents it from being typed.

  So I can't login into the machine anymore.

  I am using a HP Probook 6570 b which I upgraded to 16 GB of RAM. The
  iso was from the 20th of January, but I did a daily sudo apt-get
  upgrade on it.

  Video: https://www.youtube.com/watch?v=7Xpt39AKVuEfeature=youtu.be
  --- 
  ApportVersion: 2.15.1-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-01-22 (5 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Alpha amd64 (20141218)
  Package: gdm 3.14.1-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=de_AT:de
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
  Tags:  vivid
  Uname: Linux 3.18.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True

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

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


[Desktop-packages] [Bug 1411610] Re: don't ignore OobsResult in a callback function

2015-02-09 Thread Monsta
Thank you!

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

Title:
  don't ignore OobsResult in a callback function

Status in gnome-system-tools package in Ubuntu:
  Fix Released
Status in gnome-system-tools source package in Trusty:
  Fix Released
Status in gnome-system-tools source package in Utopic:
  Fix Released
Status in gnome-system-tools package in Debian:
  Fix Released

Bug description:
  [Impact]

  Users don't receive any info about the errors in the backends (liboobs
  and system-tools-backends) when they run users-admin tool (unless they
  run it from the terminal).

  It's already fixed in Debian and Ubuntu 15.04, but the package remains
  unpatched in 14.04 and 14.10.

  The attached patch makes users-admin show the message dialog with the
  description of the error that happened.

  [Test Case]

  You'll need unpatched versions of liboobs (3.0.0-1) and system-tools-backends 
(2.10.2-1ubuntu1) installed.
  Run users-admin from the terminal. You'll see a warning message in the 
terminal:

  Liboobs-WARNING **: There was an unknown error communicating
  asynchronously with the backends: Launch helper exited with unknown
  return code 255

  But the users-admin GUI won't show this message - that's the bug.

  [Regression Potential]

  I consider the regression risk to be low here. The patch has been
  already tested by me and gnome-system-tools maintainer in Debian (see
  the corresponding Debian bug report).

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

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


[Desktop-packages] [Bug 1411577] Re: fix current user's info retrieval

2015-02-09 Thread Monsta
Thank you!

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

Title:
  fix current user's info retrieval

Status in system-tools-backends package in Ubuntu:
  Fix Released
Status in system-tools-backends source package in Trusty:
  Fix Released
Status in system-tools-backends source package in Utopic:
  Fix Released
Status in system-tools-backends package in Debian:
  Fix Released

Bug description:
  [Impact]

  When a user tries to change his full name via users-admin or 
mate-users-admin, an error in system-tools-backends prevents him from doing 
that, and
  the name remains unchanged (see [Other Info]).

  The problem is already fixed in Debian and Ubuntu 15.04, but system-
  tools-backends remains unpatched in 14.04 and 14.10.

  The attached patch fixes the issue and allows user to change the full
  name without any warnings or errors appearing.

  [Test Case]

  Run users-admin or mate-users-admin from the terminal. Click on the button 
for changing your full name, change the name to something else and click OK.
  You'll see a warning message in the terminal:

  Liboobs-WARNING **: There was an unknown error communicating with the
  backends: Launch helper exited with unknown return code 255

  The full name won't be changed (see [Other Info]).

  [Regression Potential]

  I consider the regression risk to be low here. The patch has been
  already tested by me and system-tools-backends maintainer in Debian
  (see the corresponding Debian bug report).

  [Other Info]

  If https://bugs.launchpad.net/bugs/1411584 isn't fixed, the new name
  will appear in the GUI, but it really won't be changed.  You can see
  that for yourself by simply restarting users-admin or mate-users-admin
  - it will show the old name then.

  If that bug is fixed, an error message dialog will appear, and the
  name in the GUI won't be changed.

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

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


[Desktop-packages] [Bug 1411584] Re: correctly return error and emit warning

2015-02-09 Thread Monsta
Thank you!

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

Title:
  correctly return error and emit warning

Status in liboobs package in Ubuntu:
  Fix Released
Status in liboobs source package in Trusty:
  Fix Released
Status in liboobs source package in Utopic:
  Fix Released
Status in liboobs package in Debian:
  Fix Released

Bug description:
  [Impact]

  When a user tries to change his full name via users-admin or mate-
  users-admin, and some error happens in the backends (either liboobs or
  system-tools-backends), the error message isn't shown in the GUI.
  Moreover, the new full name will appear in the GUI, as if it has been
  successfully changed (when it's not so).

  The issues are already fixed in Debian and Ubuntu 15.04, but the
  package remains unpatched in 14.04 and 14.10.

  The attached patches make users-admin (and mate-users-admin) show the
  error message dialog when the mentioned error happens, and also show
  the unchanged full name in this case.

  [Test Case]

  You'll need the unpatched version of system-tools-backends (2.10.2-1ubuntu1) 
installed.
  Run users-admin or mate-users-admin from the terminal. Click on the button 
for changing your full name, change the name to something else and click OK.
  You'll see a warning message in the terminal:

  Liboobs-WARNING **: There was an unknown error communicating with the
  backends: Launch helper exited with unknown return code 255

  No error message dialog will appear though.
  Also the full name in the GUI will be changed to the name you entered. This 
is not correct because some error happened in the backends, and the name hasn't 
been actually changed. You can see that for yourself by simply restarting 
users-admin or mate-users-admin - it will show the old name then.

  [Regression Potential]

  I consider the regression risk to be low here. The patches have been
  already tested by me and liboobs maintainer in Debian (see the
  corresponding Debian bug report).

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

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


[Desktop-packages] [Bug 1311257] Re: Wifi cannot connect or unstable after suspend 14.04

2015-02-09 Thread tiarnan
i have this problem but every now and again no amount of killing
wpa_supplicant will fix it

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

Title:
  Wifi cannot connect or unstable after suspend 14.04

Status in gnome-nettool package in Ubuntu:
  Confirmed

Bug description:
  I've tried every solution, such as
  1. editing /etc/pm/config.d to add
   SUSPEND_MODULES=iwlwifi
  2. editing /etc/modprobe/d/wilwifi.conf to add:
  options iwlwifi bt_coex_active=0
  options iwlwifi 11n_disable=1
  3. running: sudo rmmod iwlwifi  sudo modprobe iwlwifi
  4. stopping, starting, or restarting Network Manager

  Nothing seems to work.  When I had 13.10, my wifi worked without a
  problem, but once I erased it and installed 14.04, wifi will not
  connect after suspend.  Ethernet works fine.  The only way I've found
  to resolve this is to restart my computer.  I have a Lenovo T420.  If
  I try to connect after suspend, it shows the Wifi Networks, tries to
  connect, and  says Disconnected... every time.

  ~$ sudo apt-get update; sudo apt-get install hwinfo grep rfkill; sudo lshw -C 
network; rfkill list; sudo iwlist scan | egrep -i 'chan|ssid'; cat 
/etc/network/interfaces; cat /etc/lsb-release; lspci -nnk | grep -iA2 net; 
lsusb; nmcli nm status; sudo lshw -short; uname -a; dmesg | egrep 
'02:00|80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rror|rtl|rt2|rt3|rt5|rt6|rt7|usb|witch|wl';sudo
 dmidecode|egrep 'anufact|roduct|erial|elease'; iwconfig; cat /etc/modprobe.d/* 
| egrep 
'80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl';
 cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps 
-aux|egrep 'wpa|icd|etwork'; netstat -rn ; cat /etc/resolv.conf; ls -lia /boot; 
sudo lsmod
  Ign http://dl.google.com stable InRelease
  Hit http://dl.google.com stable Release.gpg
  Hit http://dl.google.com stable Release
  Hit http://repository.spotify.com stable InRelease
  Ign http://us.archive.ubuntu.com trusty InRelease
  Hit http://dl.google.com stable/main amd64 Packages
  Hit http://dl.google.com stable/main i386 Packages
  Ign http://extras.ubuntu.com trusty InRelease
  Hit http://repository.spotify.com stable/non-free amd64 Packages
  Ign http://security.ubuntu.com trusty-security InRelease
  Ign http://us.archive.ubuntu.com trusty-updates InRelease
  Hit http://repository.spotify.com stable/non-free i386 Packages
  Hit http://extras.ubuntu.com trusty Release.gpg
  Hit http://security.ubuntu.com trusty-security Release.gpg
  Ign http://us.archive.ubuntu.com trusty-backports InRelease
  Hit http://extras.ubuntu.com trusty Release
  Ign http://us.archive.ubuntu.com trusty-proposed InRelease
  Hit http://security.ubuntu.com trusty-security Release
  Hit http://extras.ubuntu.com trusty/main Sources
  Ign http://dl.google.com stable/main Translation-en_US
  Hit http://us.archive.ubuntu.com trusty Release.gpg
  Ign http://dl.google.com stable/main Translation-en
  Hit http://security.ubuntu.com trusty-security/main Sources
  Hit http://extras.ubuntu.com trusty/main amd64 Packages
  Hit http://us.archive.ubuntu.com trusty-updates Release.gpg
  Hit http://security.ubuntu.com trusty-security/restricted Sources
  Hit http://extras.ubuntu.com trusty/main i386 Packages
  Hit http://us.archive.ubuntu.com trusty-backports Release.gpg
  Hit http://security.ubuntu.com trusty-security/universe Sources
  Hit http://us.archive.ubuntu.com trusty-proposed Release.gpg
  Hit http://security.ubuntu.com trusty-security/multiverse Sources
  Hit http://us.archive.ubuntu.com trusty Release
  Ign http://ppa.launchpad.net trusty InRelease
  Hit http://security.ubuntu.com trusty-security/main amd64 Packages
  Hit http://us.archive.ubuntu.com trusty-updates Release
  Ign http://ppa.launchpad.net trusty InRelease
  Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages
  Ign http://repository.spotify.com stable/non-free Translation-en_US
  Hit http://us.archive.ubuntu.com trusty-backports Release
  Ign http://ppa.launchpad.net trusty InRelease
  Ign http://repository.spotify.com stable/non-free Translation-en
  Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
  Hit http://us.archive.ubuntu.com trusty-proposed Release
  Ign http://ppa.launchpad.net trusty InRelease
  Hit http://security.ubuntu.com trusty-security/multiverse amd64 Packages
  Hit http://us.archive.ubuntu.com trusty/main Sources
  Ign http://ppa.launchpad.net trusty InRelease
  Hit http://security.ubuntu.com trusty-security/main i386 Packages
  Hit http://us.archive.ubuntu.com trusty/restricted Sources
  Hit http://ppa.launchpad.net trusty Release.gpg
  Hit http://security.ubuntu.com trusty-security/restricted i386 Packages
  Hit http://ppa.launchpad.net trusty 

[Desktop-packages] [Bug 1419710] [NEW] Mir Mesa EGL platform leaks memory allocated to hold information about the front and back dri buffers

2015-02-09 Thread Alexandros Frantzis
Public bug reported:

The Mir Mesa EGL platform leaks memory allocated to hold information
about the front and back dri buffers.

** Affects: mir
 Importance: Medium
 Assignee: Alexandros Frantzis (afrantzis)
 Status: In Progress

** Affects: mesa (Ubuntu)
 Importance: Undecided
 Assignee: Alexandros Frantzis (afrantzis)
 Status: In Progress

** Changed in: mir
   Status: New = In Progress

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

** Changed in: mesa (Ubuntu)
   Status: New = In Progress

** Changed in: mesa (Ubuntu)
 Assignee: (unassigned) = Alexandros Frantzis (afrantzis)

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

Title:
  Mir Mesa EGL platform leaks memory allocated to hold information about
  the front and back dri buffers

Status in Mir:
  In Progress
Status in mesa package in Ubuntu:
  In Progress

Bug description:
  The Mir Mesa EGL platform leaks memory allocated to hold information
  about the front and back dri buffers.

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

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


[Desktop-packages] [Bug 1343527] Re: Xorg crashes on VT switch

2015-02-09 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/1343527

Title:
  Xorg crashes on VT switch

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Switch in and out of VT7 a few times. Xorg crashes.

  [49.843] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/event4)
  [49.843] (**) SynPS/2 Synaptics TouchPad: Applying InputClass evdev 
touchpad catchall
  [49.843] (**) SynPS/2 Synaptics TouchPad: Applying InputClass touchpad 
catchall
  [49.843] (**) SynPS/2 Synaptics TouchPad: Applying InputClass Default 
clickpad buttons
  [49.843] (II) LoadModule: synaptics
  [49.843] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
  [49.863] (II) Module synaptics: vendor=X.Org Foundation
  [49.863]compiled for 1.15.0, module version = 1.7.4
  [49.863]Module class: X.Org XInput Driver
  [49.863]ABI class: X.Org XInput driver, version 20.0
  [49.863] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics 
TouchPad'
  [49.863] (**) SynPS/2 Synaptics TouchPad: always reports core events
  [49.863] (**) Option Device /dev/input/event4
  [49.912] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch 
events for semi-multitouch device
  [49.912] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 
5470 (res 60)
  [49.912] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 
4498 (res 85)
  [49.912] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 
255
  [49.912] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 
- 15
  [49.912] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right 
double triple
  [49.912] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 
0x7
  [49.912] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  [49.912] (**) SynPS/2 Synaptics TouchPad: always reports core events
  [49.932] (**) Option config_info 
udev:/sys/devices/platform/i8042/serio1/input/input5/event4
  [49.939] (II) XINPUT: Adding extended input device SynPS/2 Synaptics 
TouchPad (type: TOUCHPAD, id 11)
  [49.939] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is 
now constant deceleration 2.5
  [49.939] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is 
now 1.75
  [49.939] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor 
is now 0.040
  [49.939] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration 
scheme 1
  [49.939] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
  [49.939] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 
2.000
  [49.939] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 
4
  [49.939] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  [49.939] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/mouse0)
  [49.939] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass 
touchpad ignore duplicates

  Then

  [   421.948] (II) AIGLX: Suspending AIGLX clients for VT switch
  [   453.868] (II) AIGLX: Resuming AIGLX clients after VT switch
  [   454.160] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  [   454.161] setversion 1.4 failed: Permission denied
  [   467.348] (II) AIGLX: Suspending AIGLX clients for VT switch
  [   474.090] (II) AIGLX: Resuming AIGLX clients after VT switch
  [   474.379] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  [   479.580] (II) AIGLX: Suspending AIGLX clients for VT switch
  [   486.524] (II) AIGLX: Resuming AIGLX clients after VT switch
  [   486.822] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  [   488.168] (II) AIGLX: Suspending AIGLX clients for VT switch
  [   703.352] (II) AIGLX: Resuming AIGLX clients after VT switch
  [   703.643] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  [   707.441] (II) AIGLX: Suspending AIGLX clients for VT switch
  [   991.371] (II) AIGLX: Resuming AIGLX clients after VT switch
  [   991.666] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  [  1001.828] (II) AIGLX: Suspending AIGLX clients for VT switch
  [  1007.390] (II) AIGLX: Resuming AIGLX clients after VT switch
  [  1007.688] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  [  1010.192] (II) AIGLX: Suspending AIGLX clients for VT switch
  [  1170.987] (II) AIGLX: Resuming AIGLX clients after VT switch
  [  1171.291] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
  [  1174.996] (II) AIGLX: Suspending AIGLX clients for VT switch
  [  1257.552] (II) AIGLX: Resuming AIGLX clients after VT switch
  [  1257.842] (--) synaptics: SynPS/2 Synaptics 

[Desktop-packages] [Bug 1266531] Re: crash

2015-02-09 Thread Christopher M. Penalver
khaled, thank you for reporting this and helping make Ubuntu better. However, 
your crash report is missing. Please follow these instructions to have apport 
report a new bug about your crash that can be dealt with by the automatic 
retracer. First, execute at a terminal:
cd /var/crash  sudo rm * ; sudo apt-get update  sudo apt-get -y upgrade  
sudo apt-get -y install xserver-xorg-core-dbg xserver-xorg-video-nouveau-dbg  
sudo service apport start force_start=1

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

Now reproduce the crash, then open your file manager, navigate to your 
/var/crash directory and open the crash report you wish to submit.
If this fails you will have to open a terminal and file your report with 
'ubuntu-bug /var/crash/_my_crash_report.crash' where _my_crash_report.crash is 
the crash you would like to report. If you get an error that you aren't allowed 
to access this report you will have to file it with 'sudo ubuntu-bug 
/var/crash/_my_crash_report.crash'. If you run the command against the crash 
report and it does nothing, you may be affected by 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/994921 . In order to 
WORKAROUND this, one would need to open the following file via a command line:
sudo nano /etc/apport/crashdb.conf

and comment out the line:
'problem_types': ['Bug', 'Package'],

by changing it to:
# 'problem_types': ['Bug', 'Package'],

Save, close, and try to file the crash report again via:
ubuntu-bug /var/crash/_my_crash_report.crash

Please follow https://help.ubuntu.com/community/DebuggingSystemCrash
when you file this crash report so the necessary information is
provided.

I'm closing this bug report since the process outlined above will
automatically open a new bug report which can then dealt with more
efficiently.

Thank you for your understanding.

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

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

Title:
  crash

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  error message

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-44.67-generic 3.5.7.25
  Uname: Linux 3.5.0-44-generic i686
  ApportVersion: 2.6.1-0ubuntu13
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Mon Jan  6 20:26:55 2014
  DistUpgraded: 2013-06-07 07:41:55,057 DEBUG enabling apt cron job
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation NV31M [GeForce FX Go5600] [10de:031a] (rev a1) (prog-if 
00 [VGA controller])
 Subsystem: Toshiba America Info Systems Device [1179:0001]
  InstallationDate: Installed on 2013-04-08 (272 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
  LightdmGreeterLog: ** (lightdm-gtk-greeter:1865): WARNING **: Failed to open 
sessions directory: Error opening directory 
'/usr/share/lightdm/remote-sessions': No such file or directory
  LightdmGreeterLogOld: ** (lightdm-gtk-greeter:2011): WARNING **: Failed to 
open sessions directory: Error opening directory 
'/usr/share/lightdm/remote-sessions': No such file or directory
  Lsusb:
   Bus 002 Device 002: ID 06cb:0003 Synaptics, Inc. cPad
   Bus 003 Device 002: ID 0a8e:200c Japan Aviation Electronics Industry, Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: TOSHIBA Satellite 5200
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-44-generic 
root=UUID=16da338b-8c8b-4418-9c9d-7641f0fc20fa ro plymouth:debug=1 loglevel=0 
quiet splash xbmc=autostart,nodiskmount
  SourcePackage: xorg
  UpgradeStatus: Upgraded to quantal on 2013-06-07 (213 days ago)
  dmi.bios.date: 09/08/2003
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: Version 1.40
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Version A0
  dmi.chassis.asset.tag: 00
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: Version 1.0
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion1.40:bd09/08/2003:svnTOSHIBA:pnSatellite5200:pvrPS522Z-XK00U:rvnTOSHIBA:rnPortablePC:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
  dmi.product.name: Satellite 5200
  dmi.product.version: PS522Z-XK00U
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.8.4-0ubuntu3
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: 

[Desktop-packages] [Bug 1266638] Re: Help!

2015-02-09 Thread Christopher M. Penalver
Thank you for taking the time to report this issue and helping to 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 you are
having in the support tracker at https://answers.launchpad.net/ubuntu if
you are uncertain if they are 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.

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

Title:
  Help!

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  I started using your OS because it was referred by a friend. You see I
  have been plagued by a hacker for years now. Some asshole key loggered
  me and my life has been hell since. I don't know if they slide in
  through an e mail after I have my systems and computers redone,
  or.I don't know, Because I don't do computers. I do know that
  something seemed to have slipped in even to this Ubuntu OS. My guess
  is through the Windows files that are now synced or at least visible
  on my ubuntu side. I don't know if I can even open those files? I dont
  want to take the chance. But It would be nice to be able to open all
  of my files as necessary at some point in my life again. I hope
  someone or something can finally rid me of What I Call My Demon
  Hacker from Hell I will Pray like always. I'm not sure how helpful
  any of what I wrote is? However on a side note: I work in Television -
  and I am willing to promote anyone or anything that can relieve me of
  this problem. Thank You - PrimaDonna Martinez

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xorg 1:7.7+1ubuntu6
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.5-0ubuntu2.2
  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: Mon Jan  6 21:10:38 2014
  DistUpgraded: 2013-10-18 20:59:14,448 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:20e4]
 Subsystem: Lenovo Device [17aa:20e4]
  InstallationDate: Installed on 2013-09-11 (118 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
  MachineType: LENOVO 7417TPU
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=be9f7abe-7bb1-4489-bd67-c7c0781d9062 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (80 days ago)
  dmi.bios.date: 10/09/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET48WW (1.18 )
  dmi.board.name: 7417TPU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET48WW(1.18):bd10/09/2008:svnLENOVO:pn7417TPU:pvrThinkPadT400:rvnLENOVO:rn7417TPU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7417TPU
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.libdrm2: libdrm2 2.4.46-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.9-2ubuntu1
  xserver.bootTime: Mon Jan  6 15:19:31 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   16433 
   vendor

[Desktop-packages] [Bug 1286779] Re: Please migrate libjetty-extra-java to tomcat7

2015-02-09 Thread Monsta
Hi Hans,

For some reason their bot didn't recognize your attachment as a patch,
and so didn't subscribe Ubuntu Review Team to this report and didn't add
the patch tag. I'm not sure what to do, maybe do the bot's work
manually? :)

As for the regression potential, I think it's quite low: the fix has
been in Debian for almost a year now (since 14 Apr 2014 - see the linked
bug report) and there were no complaints on Debian bug tracker. The same
applies for the patched version in Utopic. So I think we're good to go
here.

** Tags removed: saucy

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

Title:
  Please migrate libjetty-extra-java to tomcat7

Status in One Hundred Papercuts:
  Fix Released
Status in jetty package in Ubuntu:
  Fix Released
Status in jetty package in Debian:
  Fix Released

Bug description:
  libjetty-extra-java still depends on libtomcat6-java which prevents it
  from being installed alongside other programs which depend on tomcat7.
  According to the Debian bug report, Eclipse is among these programs.

  (Another it causes problems for is gradle which cannot currently be
  installed at the same time as tomcat7. Gradle's explicit dependency on
  tomcat6 has been removed (see bug 997743for details) and should have
  fixed it, but since gradle also depends on libjetty-extra-java the
  issue is still present. )

  
  SRU for 14.04:

  [Impact]
  It is very hard to use this package in conjuction with relevant development 
tools because they depend on different versions on tomcat which means you can't 
install both.

  [Test case]
  For instance `sudo apt-get install eclipse libjetty-extra` will fail because 
eclipse wants tomcat7, but libjetty-extra-java currently needs tomcat6.

  [Regression potential]

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libjetty-extra-java 6.1.26-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0
  Uname: Linux 3.13.0-6-generic i686
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sun Mar  2 11:48:27 2014
  InstallationDate: Installed on 2013-10-26 (127 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20131021.1)
  PackageArchitecture: all
  SourcePackage: jetty
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1386257] Re: intel-microcode should be installed by default, when the CPU is GenuineIntel

2015-02-09 Thread Amr Ibrahim
What about amd-microcode?

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

Title:
  intel-microcode should be installed by default, when the CPU is
  GenuineIntel

Status in intel:
  New
Status in ubuntu-drivers-common package in Ubuntu:
  In Progress
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in ubuntukylin-meta package in Ubuntu:
  Fix Committed

Bug description:
  intel-microcode should be installed by default on the bare-metal
  systems which are running on GenuineIntel CPUs, by the installers.

  Similarly other microcode packages for other CPUs brands should be
  considered for inclusion (e.g. amd64-microcode).

  I hope that ubuntu-drivers-common can gain ability to detect cpu
  series and/or vendors, packages that provide microcodes similarly
  declare support for cpu series and/or vendors, the microcode packages
  are shipped on the CDs in the pool directory, and installed on to the
  target machines as part of the installation.

  This should help with rapid correction of bugs and behaviour of the
  CPUs in the field.

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

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


[Desktop-packages] [Bug 1290310] Re: nautilus does not start

2015-02-09 Thread aexl
it may or may not be the same bg, but the same symptom: nautilus does not start 
(not after kill, only after reboot)
here it looks like this:


xl@thinker:~$ nautilus
Anwendung konnte nicht registriert werden: Zeitüberschreitung wurde erreicht  
[app could not be registered, time limit reached]
xl@thinker:~$ nautilus -c
running nautilus_self_check_file_utilities
running nautilus_self_check_file_operations
running nautilus_self_check_directory
running nautilus_self_check_file
running nautilus_self_check_canvas_container
running nautilus_self_check_file_utilities
running nautilus_self_check_file_operations
running nautilus_self_check_directory
running nautilus_self_check_file
running nautilus_self_check_canvas_container
xl@thinker:~$ nautilus -q
Anwendung konnte nicht registriert werden: Zeitüberschreitung wurde erreicht
xl@thinker:~$ killall nautilus
xl@thinker:~$ nautilus
Initializing nautilus-open-terminal extension
Initializing nautilus-image-converter extension

[no forther response]

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

Title:
  nautilus does not start

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  I tried to launch nautilus but it did not start so i tried from alt+f2
  and terminal but it did not start I got following message


  j0053@j0053-hp-probook-4420s:~$ nautilus
  Could not register the application: Timeout was reached

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu7
  ProcVersionSignature: Ubuntu 3.13.0-16.36-generic 3.13.5
  Uname: Linux 3.13.0-16-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  CurrentDesktop: Unity
  Date: Mon Mar 10 14:42:18 2014
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'default-visible-columns' b['name', 
'size', 'type', 'date_modified', 'where']
   b'org.gnome.nautilus.list-view' b'default-column-order' b['name', 'size', 
'type', 'date_modified', 'group', 'where', 'mime_type', 'owner', 'permissions']
  InstallationDate: Installed on 2012-03-24 (715 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120324)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to trusty on 2014-01-30 (39 days ago)

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

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


[Desktop-packages] [Bug 1419800] Re: gdm crashed with signal 5 in g_simple_async_result_complete()

2015-02-09 Thread Cristian Aravena Romero
** Information type changed from Private to Public

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

Title:
  gdm crashed with signal 5 in g_simple_async_result_complete()

Status in gdm package in Ubuntu:
  New

Bug description:
  Start Ubuntu and crash.

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: gdm 3.14.1-0ubuntu1
  Uname: Linux 3.18.0-12-generic x86_64
  ApportVersion: 2.16-0ubuntu1
  Architecture: amd64
  Date: Mon Feb  9 10:47:57 2015
  ExecutablePath: /usr/sbin/gdm
  InstallationDate: Installed on 2014-09-25 (137 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 Utopic Unicorn - Alpha amd64 
(20140923)
  ProcCmdline: /usr/sbin/gdm
  ProcEnviron:
   LANG=es_CL.UTF-8
   LANGUAGE=es_CL:es
   PATH=(custom, no user)
  Signal: 5
  SourcePackage: gdm
  StacktraceTop:
   ?? ()
   g_simple_async_result_complete () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: gdm crashed with signal 5 in g_simple_async_result_complete()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

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


[Desktop-packages] [Bug 1419683] Re: package chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064 failed to install/upgrade: cannot copy extracted data for './usr/lib/chromium-browser/libs/libviews.so'

2015-02-09 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 chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1419683

Title:
  package chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064 failed to
  install/upgrade: cannot copy extracted data for './usr/lib/chromium-
  browser/libs/libviews.so' to '/usr/lib/chromium-
  browser/libs/libviews.so.dpkg-new': unexpected end of file or stream

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  Failed installation through apt

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Mon Feb  9 11:37:50 2015
  DuplicateSignature: 
package:chromium-browser:39.0.2171.65-0ubuntu0.14.04.1.1064:cannot copy 
extracted data for './usr/lib/chromium-browser/libs/libviews.so' to 
'/usr/lib/chromium-browser/libs/libviews.so.dpkg-new': unexpected end of file 
or stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/chromium-browser/libs/libviews.so' to 
'/usr/lib/chromium-browser/libs/libviews.so.dpkg-new': unexpected end of file 
or stream
  InstallationDate: Installed on 2014-08-30 (162 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: chromium-browser
  Title: package chromium-browser 39.0.2171.65-0ubuntu0.14.04.1.1064 failed to 
install/upgrade: cannot copy extracted data for 
'./usr/lib/chromium-browser/libs/libviews.so' to 
'/usr/lib/chromium-browser/libs/libviews.so.dpkg-new': unexpected end of file 
or stream
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.chromium.browser: [deleted]

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

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


[Desktop-packages] [Bug 1400626] Re: Please backport xtrans, libdrm, x11proto-{fonts, core} packages for 14.04.2

2015-02-09 Thread Maarten Lankhorst
Add libgl1-mesa-glx-lts-utopic:i386 to your line..

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

Title:
  Please backport xtrans, libdrm, x11proto-{fonts,core} packages for
  14.04.2

Status in libdrm package in Ubuntu:
  Invalid
Status in llvm-toolchain-snapshot package in Ubuntu:
  Invalid
Status in x11proto-core package in Ubuntu:
  Invalid
Status in x11proto-fonts package in Ubuntu:
  Invalid
Status in xorg package in Ubuntu:
  Invalid
Status in xtrans package in Ubuntu:
  Invalid
Status in libdrm source package in Trusty:
  Fix Released
Status in llvm-toolchain-snapshot source package in Trusty:
  Fix Released
Status in x11proto-core source package in Trusty:
  Fix Released
Status in x11proto-fonts source package in Trusty:
  Fix Released
Status in xorg source package in Trusty:
  Fix Committed
Status in xtrans source package in Trusty:
  Fix Released

Bug description:
  In order to upload the new xorg-server we need to backport the following 
packages from utopic:
  libdrm
  x11proto-core
  x11proto-fonts
  xtrans

  libdrm 2.4.52-1-2.4.56-1 seems to have the following changes:
  - Hides private symbols from all libdrm libraries
  - fixes MSAA on Hawaii (radeon).
  - Adds cherryview pci-ids (intel).
  - Makes libdrm-nouveau threadsafe with concurrent access to the drm fd.
  - Fixes to exynos and freedreno.
  - Enables building libdrm-freedreno1 and libdrm-exynos1

  x11proto-core's main change appears to be changing from the 'pointer' type to 
'void *':
  
https://launchpadlibrarian.net/173873109/x11proto-core_7.0.24-1_7.0.26-1.diff.gz

  x11proto-fonts' main change is the same as x11proto-core, but the 
documentation is reformatted too:
  
https://launchpadlibrarian.net/173873038/x11proto-fonts_2.1.2-1_2.1.3-1.diff.gz

  xtrans seems to have 2 minor changes, increase default unix pipe size and add 
support for systemd socket activation:
  https://launchpadlibrarian.net/173873112/xtrans_1.3.2-1_1.3.4-1.diff.gz

  xorg needs to be slightly updated, to allow xserver-xorg to provide
  the unrenamed lts-utopic, and to allow xorg to be installed with the
  renamed xorg-server.

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

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


[Desktop-packages] [Bug 1363217] Re: gvfs samba mounts cause periodic nautilus and open/save file dialog freezes

2015-02-09 Thread Sebastien Bacher
https://wiki.ubuntu.com/Bugs/Responses#A_bug_that_should_be_handled_upstream

** Changed in: gvfs (Ubuntu)
   Importance: Undecided = High

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

Title:
  gvfs samba mounts cause periodic nautilus and open/save file dialog
  freezes

Status in gvfs package in Ubuntu:
  Confirmed

Bug description:
  After mounting samba shares through gvfs-smbd, e.g. by typing
  smb://server/share in the nautilus file manager, I experience
  occasional freezes in nautilus lasting anywhere up to 20-30 seconds.
  During this time it's not possible to browse folders or open new
  nautilus instances. Likewise, file-open and file-save dialogs will
  be frozen as well. It appears that any file browsing operation is
  being held pending re-establishment of connection to the samba share.
  The freezes happen maybe once every hour or so.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gvfs 1.20.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Aug 29 14:56:42 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-08-19 (10 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: gvfs
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1363217] Re: gvfs samba mounts cause periodic nautilus and open/save file dialog freezes

2015-02-09 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

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

Title:
  gvfs samba mounts cause periodic nautilus and open/save file dialog
  freezes

Status in gvfs package in Ubuntu:
  Confirmed

Bug description:
  After mounting samba shares through gvfs-smbd, e.g. by typing
  smb://server/share in the nautilus file manager, I experience
  occasional freezes in nautilus lasting anywhere up to 20-30 seconds.
  During this time it's not possible to browse folders or open new
  nautilus instances. Likewise, file-open and file-save dialogs will
  be frozen as well. It appears that any file browsing operation is
  being held pending re-establishment of connection to the samba share.
  The freezes happen maybe once every hour or so.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gvfs 1.20.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Aug 29 14:56:42 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-08-19 (10 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: gvfs
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1419421] Re: Portrait pdf printing produces empty pages

2015-02-09 Thread Sebastien Bacher
Thank you for your bug report, could you add a document showing the
issue to the bug report?

** Changed in: evince (Ubuntu)
   Importance: Undecided = High

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

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

Title:
  Portrait pdf printing produces empty pages

Status in evince package in Ubuntu:
  Incomplete

Bug description:
  This PDF was produced by LibreOffice Calc.

  Workaround is to use Okular for printing, which works.

  I am willing to help get this fixed, but I want to know what you want
  to know...

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: evince 3.14.1-0ubuntu1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.17.0-031700-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Feb  8 13:11:29 2015
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/evince
  InstallationDate: Installed on 2014-04-29 (285 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  KernLog:
   
  SourcePackage: evince
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (105 days ago)

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

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


[Desktop-packages] [Bug 1352809] Re: /usr/bin/lp on Trusty using -h option doesn't work as expected

2015-02-09 Thread Louis Bouchard
** Description changed:

+ [SRU justification]
+ The -h option should override the value stored in the CUPS_SERVER environment 
variable
+ 
+ [Impact]
+ Without this fix, user is unable to define the printserver to use with the -h 
option
+ 
+ [Fix]
+ Verify if the -h option has defined the printserver before using CUPS_SERVER 
to define it.
+ 
+ [Test Case]
+ $ export CUPS_SERVER=blah
+ $ lp -h {valid printserver} -d {printqueue} /etc/hosts
+ 
+ Without the fix :
+ lp: No such file or directory
+ 
+ With the fix :
+ request id is {printqueue}-37 (1 file(s))
+ 
+ [Regression]
+ None expected. New code path (from upstream patch) is only triggered if
+ -h option is used.
+ 
+ [Original description of the problem]
+ 
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System
  - About Ubuntu
  
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  Codename: trusty
  
- 
- 2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
+ 2) The version of the package you are using, via 'apt-cache policy
+ pkgname' or by checking in Software Center
  
  cups-client:
-   Installed: 1.7.2-0ubuntu1.1
+   Installed: 1.7.2-0ubuntu1.1
  
  3) What you expected to happen
  
  When using lp -h to send a print job to a printer, I expected to the job
  to be sent to the printer and to override any env variables set or conf
  file setting
  
  4) What happened instead
  
  To summarise the behaviour I'm seeing
  
  1) with CUPS_SERVER env variable unset and no ServerName set in 
/etc/cups/client.conf, we see that using lp -h with hostnames gives us error 
lp: Error - add '/version=1.1' to server name.
  Using IPs sends the job to the printer as expected.
  
  2) with CUPS_SERVER env variable set using hostname with/without port
  and no ServerName set in /etc/cups/client.conf, we see that the only
  time it sends a job is when an IP and port are used. Otherwise it seems
  to error. I believe it's using the env variable, even though -h is being
  used.
  
  3) with CUPS_SERVER env variable set using IP address with/without port
  and no ServerName set in /etc/cups/client.conf we see that the job is
  always sent using lp -h but it is always sent to the value in env
  variable, thus ignoring the command line.
  
  ===
  
  with CUPS_SERVER env variable unset and no ServerName option set in
  /etc/cups/client.conf
  
  $ lp test2.txt
  lp: Error - scheduler not responding. (expected as no server is set or 
specified)
  
  Using hostname
  $ lp -h server1:631 test2.txt
  lp: Error - add '/version=1.1' to server name.
  
  $ lp -h server1 test2.txt
  lp: Error - add '/version=1.1' to server name.
  
  Using IP address
  $ lp -h 192.168.254.8 test2.txt
  request id is PDF-54 (1 file(s))
  
  $ lp -h 192.168.254.8:631 test2.txt
  request id is PDF-55 (1 file(s))
  
  ===
  
  With CUPS_SERVER env variable *set CUPS_SERVER=server1
  
  $ lp test2.txt
  lp: Error - add '/version=1.1' to server name.
  
  Using hostname
  $ lp -h server1 test2.txt
  lp: Error - add '/version=1.1' to server name.
  
  $ lp -h server1:631 test2.txt
  lp: Error - add '/version=1.1' to server name.
  
  Using IP address
  $ lp -h 192.168.254.8 test2.txt
  lp: Error - add '/version=1.1' to server name.
  
  $ lp -h 192.168.254.8:631 test2.txt
  request id is PDF-56 (1 file(s))
  
  ===
  
  With CUPS_SERVER env variable *set CUPS_SERVER=server:631
  
  Same results as above
  
  ===
  
  With CUPS_SERVER env variable *set CUPS_SERVER=192.168.254.8:631
  
  $ lp -h 555.555.555.555 test2.txt
  request id is PDF-66 (1 file(s))
  
  ===
  
  With CUPS_SERVER env variable *set CUPS_SERVER=192.168.254.8
  
  Same results as above

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

Title:
  /usr/bin/lp on Trusty using -h option doesn't work as expected

Status in cups package in Ubuntu:
  Fix Released
Status in cups source package in Trusty:
  In Progress
Status in cups source package in Utopic:
  In Progress

Bug description:
  [SRU justification]
  The -h option should override the value stored in the CUPS_SERVER environment 
variable

  [Impact]
  Without this fix, user is unable to define the printserver to use with the -h 
option

  [Fix]
  Verify if the -h option has defined the printserver before using CUPS_SERVER 
to define it.

  [Test Case]
  $ export CUPS_SERVER=blah
  $ lp -h {valid printserver} -d {printqueue} /etc/hosts

  Without the fix :
  lp: No such file or directory

  With the fix :
  request id is {printqueue}-37 (1 file(s))

  [Regression]
  None expected. New code path (from upstream patch) is only triggered if
  -h option is used.

  [Original description of the problem]

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or
  System - About Ubuntu

  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  Codename: trusty

  2) The 

[Desktop-packages] [Bug 1353675] Re: _NET_WM_FULLSCREEN_MONITORS not handled correctly

2015-02-09 Thread Michael Thayer
Got a colleague to test 1:0.9.11.3+14.04.20150122-0ubuntu1 and confirm
that the fix works.  Once again, I am unpleasantly surprised at how much
work you offload onto someone who points out an obvious typing mistake
in a line of source code.

** 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 compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1353675

Title:
  _NET_WM_FULLSCREEN_MONITORS not handled correctly

Status in Compiz:
  Fix Released
Status in Compiz 0.9.11 series:
  In Progress
Status in compiz package in Ubuntu:
  Fix Released
Status in compiz source package in Trusty:
  Fix Committed

Bug description:
  PrivateWindow::setFullscreenMonitors() contains the following:

  CompRect fsRect (screen-outputDevs ()[monitors-left].x1 (),
   screen-outputDevs ()[monitors-top].y1 (),
   screen-outputDevs ()[monitors-right].x2 (),
   screen-outputDevs ()[monitors-bottom].y2 ());

  However, the prototype is:

  CompRect::CompRect (int x, int y, int width, int height)

  This causes Compiz to miscalculate the dimensions of a full-screen
  window when the EWMH protocol _NET_WM_FULLSCREEN_MONITORS is used.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: compiz-core 1:0.9.11.2+14.04.20140714-0ubuntu1
  Uname: Linux 3.15.8-031508-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.3
  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 Aug  6 22:18:39 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:05cb]
  InstallationDate: Installed on 2014-08-01 (5 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Dell Inc. Latitude E7440
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.15.8-031508-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 drm.debug=0xe
  SourcePackage: compiz
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/26/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 0RYCC9
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd06/26/2014:svnDellInc.:pnLatitudeE7440:pvr01:rvnDellInc.:rn0RYCC9:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E7440
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  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 Aug  6 15:17:04 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4413 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2

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

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


[Desktop-packages] [Bug 1419944] Re: all information / editing for n-m vanishes at latest update

2015-02-09 Thread Phill Whiteside
Have just installed Setting up network-manager (0.9.10.0-4ubuntu6) ...
Now to reboot.

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

Title:
  all information / editing for n-m vanishes at latest update

Status in network-manager package in Ubuntu:
  Fix Released

Bug description:
  I'm running 15.04 Lubuntu. The install and Live CD work fine, but when
  applying the latest updates there is simply a greyed out 'No network
  devices are available' (I'm typing this using WiFi on the machine it
  says has no network devices), or VPN Connections.

  Screen shot is at http://imgur.com/l9iQZ1A

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu5
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  ApportVersion: 2.16-0ubuntu1
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Mon Feb  9 19:17:01 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-02-06 (2 days ago)
  InstallationMedia: Lubuntu 15.04 Vivid Vervet - Alpha amd64 (20141113)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.2  metric 
9 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   Warning: nmcli (0.9.10.0) and NetworkManager (0.9.8.8) versions don't match. 
Use --nocheck to suppress the warning.
   NAME  UUID  TYPE  TIMESTAMP  TIMESTAMP-REAL  AUTOCONNECT  READONLY  
DBUS-PATH  ACTIVE  DEVICE  STATE  ACTIVE-PATH
  nmcli-dev:
   Warning: nmcli (0.9.10.0) and NetworkManager (0.9.8.8) versions don't match. 
Use --nocheck to suppress the warning.
   DEVICE  TYPE  STATE  DBUS-PATH  CONNECTION  CON-UUID  CON-PATH
  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/1419944/+subscriptions

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


[Desktop-packages] [Bug 1420025] [NEW] No upper panel or window decorations after upgrading from 14.04

2015-02-09 Thread Peter
Public bug reported:

I just upgraded Ubuntu from 12.04 to 14.04 to 14.10. After the first
update the system booted and everything was fine (when the updater asked
me about configuration of something I always clicked Replace), but
after the second update I also could log in, but after that I only saw
the wallpaper and some icons. There is no top menu bar or the Launcher.
The only way for me to run an application is to press Ctrl+Alt+F1 and
type export:DISPLAY=:0 and then chromium-browser for example.  The
applications are  missing the decorations and I can't use any keyboard
shortcuts.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: xorg 1:7.7+7ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
.tmp.unity.support.test.0:
 
.tmp.unity.support.test.1:
 
ApportVersion: 2.14.7-0ubuntu8.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: Mon Feb  9 22:45:38 2015
DistUpgraded: Fresh install
DistroCodename: utopic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770] [1002:68b8] 
(prog-if 00 [VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd Device [1458:21d7]
InstallationDate: Installed on 2011-01-10 (1491 days ago)
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
MachineType: Gigabyte Technology Co., Ltd. GA-770T-USB3
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=pl_PL.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=86e64e82-e0e2-4dbf-a9b2-40ba4917e444 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/06/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F1
dmi.board.name: GA-770T-USB3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF1:bd01/06/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-770T-USB3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-770T-USB3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-770T-USB3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.56-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu2
xserver.bootTime: Mon Feb  9 22:35:43 2015
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLogitech Gaming Mouse G300 MOUSE, id 8
 inputLogitech Gaming Mouse G300 KEYBOARD, id 9
 inputAT Translated Set 2 keyboard KEYBOARD, id 10
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.16.0-1ubuntu1.2
xserver.video_driver: radeon

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


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

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

Title:
  No upper panel or window decorations after upgrading from 14.04

Status in xorg package in Ubuntu:
  New

Bug description:
  I just upgraded Ubuntu from 12.04 to 14.04 to 14.10. After the first
  update the system booted and everything was fine (when the updater
  asked me about configuration of something I always clicked Replace),
  but after the second update I also could log in, but after that I only
  saw the wallpaper and some icons. There is no top menu bar or the
  Launcher. The only way for me to run an application is to press
  Ctrl+Alt+F1 and type export:DISPLAY=:0 and then chromium-browser
  for example.  The applications are  missing the decorations and I
  can't use any keyboard shortcuts.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  .tmp.unity.support.test.0:
   
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  

[Desktop-packages] [Bug 987060] Re: massive memory leak in unity-panel-service and hud-service when invoking the hud on Firefox profiles with large amounts of bookmarks LTS 12.04 14.04

2015-02-09 Thread varlesh
http://imgur.com/0LHOCy4

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

Title:
  massive memory leak in unity-panel-service and hud-service when
  invoking the hud on Firefox profiles with large amounts of bookmarks
  LTS 12.04 14.04

Status in Unity HUD:
  Confirmed
Status in The Application Menu:
  Confirmed
Status in Unity:
  Won't Fix
Status in firefox package in Ubuntu:
  Incomplete
Status in hud package in Ubuntu:
  Confirmed
Status in unity package in Ubuntu:
  Invalid

Bug description:
  unity-panel-service and hud-service quickly racks up memory and CPU
  usage until I kill it when invoking the HUD on Firefox. It's taking
  anywhere from a few minutes to half an hour, but it sometimes makes
  the system completely unusable.

  1. run Firefox 12.0 in the foreground
  2. hit Alt to bring up HUD
  3. type any text
  4. select one proposal from HUD
  5. wait for unity-panel-service and hud-service to fill up the remaining RAM 
and swap space.

  This is due to a high number of bookmarks in a user profile
  (hundreds).

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

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


[Desktop-packages] [Bug 987060] Re: massive memory leak in unity-panel-service and hud-service when invoking the hud on Firefox profiles with large amounts of bookmarks LTS 12.04 14.04

2015-02-09 Thread darko
Yes. Thanks! 
darko

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

Title:
  massive memory leak in unity-panel-service and hud-service when
  invoking the hud on Firefox profiles with large amounts of bookmarks
  LTS 12.04 14.04

Status in Unity HUD:
  Confirmed
Status in The Application Menu:
  Confirmed
Status in Unity:
  Won't Fix
Status in firefox package in Ubuntu:
  Incomplete
Status in hud package in Ubuntu:
  Confirmed
Status in unity package in Ubuntu:
  Invalid

Bug description:
  unity-panel-service and hud-service quickly racks up memory and CPU
  usage until I kill it when invoking the HUD on Firefox. It's taking
  anywhere from a few minutes to half an hour, but it sometimes makes
  the system completely unusable.

  1. run Firefox 12.0 in the foreground
  2. hit Alt to bring up HUD
  3. type any text
  4. select one proposal from HUD
  5. wait for unity-panel-service and hud-service to fill up the remaining RAM 
and swap space.

  This is due to a high number of bookmarks in a user profile
  (hundreds).

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

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


  1   2   3   >