[Desktop-packages] [Bug 1307072] [NEW] Ubuntu boots to 'fallback graphics mode' nVidia GeForce 7050

2014-04-13 Thread Ads20000
Public bug reported:

Upgraded from Ubuntu 12.04.4 LTS to 14.04 LTS and (with fglrx installed
- I can't properly check because jockey-text isn't working
https://bugs.launchpad.net/jockey/+bug/1307071 ) Ubuntu brings up a
window asking me whether I want to troubleshoot and a couple of other
options including booting to 'fallback graphics mode' which (of course)
doesn't do anything and I have to switch to a login terminal.

I can't get you any logs unless if you tell me how to do so without a
desktop.

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

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

Title:
  Ubuntu boots to 'fallback graphics mode' nVidia GeForce 7050

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

Bug description:
  Upgraded from Ubuntu 12.04.4 LTS to 14.04 LTS and (with fglrx
  installed - I can't properly check because jockey-text isn't working
  https://bugs.launchpad.net/jockey/+bug/1307071 ) Ubuntu brings up a
  window asking me whether I want to troubleshoot and a couple of other
  options including booting to 'fallback graphics mode' which (of
  course) doesn't do anything and I have to switch to a login terminal.

  I can't get you any logs unless if you tell me how to do so without a
  desktop.

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

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


[Desktop-packages] [Bug 1307071] Re: Jockey-text not working: AttributeError: 'module' object has no attribute 'InstallProgress'

2014-04-13 Thread Ads20000
** Tags added: amd64

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

Title:
  Jockey-text not working: AttributeError: 'module' object has no
  attribute 'InstallProgress'

Status in Jockey driver manager:
  New
Status in “jockey” package in Ubuntu:
  New

Bug description:
  Upgraded from Ubuntu 12.04.4 LTS to 14.04 LTS (to jockey-common
  0.9.7-0ubuntu7.14) and I get the following errors in the login
  terminal when trying to execute any sort of jockey-text command
  (jockey-text --list, jockey-text --version, jockey-text etc...):

  Traceback (most recent call last):
    File /usr/bin/jockey-text, line 20, in module
  import jockey.ui
    File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 36, in module
  from jockey.oslib import OSLib
    File /usr/lib/python2.7/dist-packages/jockey/oslib.py, line 29, in 
module
  class _CapturedInstallProgress(apt.InstallProgress):
  AttributeError: 'module' object has no attribute 'InstallProgress'

  And it exits back to the Terminal.

  If you need certain log files you will need to tell me how to get them
  without working graphics (TTY7) (because I can only use the login
  terminals (TTY1-6)).

  Note 1: It mentions Python but loading up a Python (2.7.6) session in
  terminal works fine.

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

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


[Desktop-packages] [Bug 1203915] Re: jockey crashes at command -l, -c, etc. and gui version crashes at startup

2014-04-13 Thread Ads20000
I have a similar bug (different log output so not a dupe I don't think)
https://bugs.launchpad.net/jockey/+bug/1307071

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

** Tags added: precise

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

Title:
  jockey crashes at command -l, -c, etc. and gui version crashes at
  startup

Status in Jockey driver manager:
  New
Status in “jockey” package in Ubuntu:
  New

Bug description:
  just installed 12.04 lts on a power mac dual g5. It has a gefarce 7800
  gt card. parts of the screen look terrible right now, eg: left panel
  icons are all solid blue?! Anyway, I went to system settings
  additional drivers, when i clicked on the icon a window popped up then
  gone instantly, a few seconds later an error popps up for jockey. It
  wouldn't show any details as it just sat there with the loading icon.
  I tried running it from terminal, dis wat i got:

  edit@edit-desktop:~$ jockey-text -l
  Traceback (most recent call last):
File /usr/bin/jockey-text, line 128, in module
  sys.exit(u.run())
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 421, in run
  self.list()
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 476, in list
  for h_id in self.backend().available(self.argv_options.mode):
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 134, in backend
  timeout=600)
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 790, in 
_call_progress_dialog
  return fn(*args, **kwargs)
File /usr/lib/python2.7/dist-packages/dbus/proxies.py, line 145, in 
__call__
  **keywords)
File /usr/lib/python2.7/dist-packages/dbus/connection.py, line 651, in 
call_blocking
  message, timeout)
  dbus.exceptions.DBusException: org.freedesktop.DBus.Python.IOError: Traceback 
(most recent call last):
File /usr/lib/python2.7/dist-packages/dbus/service.py, line 707, in 
_message_cb
  retval = candidate_method(self, *args, **keywords)
File /usr/lib/python2.7/dist-packages/jockey/backend.py, line 173, in 
detect
  self.hardware = detection.get_hardware()
File /usr/lib/python2.7/dist-packages/jockey/detection.py, line 905, in 
get_hardware
  result = _get_modaliases()
File /usr/lib/python2.7/dist-packages/jockey/detection.py, line 659, in 
_get_modaliases
  modalias = open(os.path.join(path, 'modalias')).read().strip()
  IOError: [Errno 19] No such device

  edit@edit-desktop:~$ jockey-text -c
  Cannot connect to backend, is it busy?
  org.freedesktop.DBus.Python.IOError: Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/dbus/service.py, line 707, in 
_message_cb
  retval = candidate_method(self, *args, **keywords)
File /usr/lib/python2.7/dist-packages/jockey/backend.py, line 173, in 
detect
  self.hardware = detection.get_hardware()
File /usr/lib/python2.7/dist-packages/jockey/detection.py, line 905, in 
get_hardware
  result = _get_modaliases()
File /usr/lib/python2.7/dist-packages/jockey/detection.py, line 659, in 
_get_modaliases
  modalias = open(os.path.join(path, 'modalias')).read().strip()
  IOError: [Errno 19] No such device

  edit@edit-desktop:~$ jockey-text -u
  Traceback (most recent call last):
File /usr/bin/jockey-text, line 128, in module
  sys.exit(u.run())
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 418, in run
  self.backend().update_driverdb()
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 134, in backend
  timeout=600)
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 790, in 
_call_progress_dialog
  return fn(*args, **kwargs)
File /usr/lib/python2.7/dist-packages/dbus/proxies.py, line 145, in 
__call__
  **keywords)
File /usr/lib/python2.7/dist-packages/dbus/connection.py, line 651, in 
call_blocking
  message, timeout)
  dbus.exceptions.DBusException: org.freedesktop.DBus.Python.IOError: Traceback 
(most recent call last):
File /usr/lib/python2.7/dist-packages/dbus/service.py, line 707, in 
_message_cb
  retval = candidate_method(self, *args, **keywords)
File /usr/lib/python2.7/dist-packages/jockey/backend.py, line 173, in 
detect
  self.hardware = detection.get_hardware()
File /usr/lib/python2.7/dist-packages/jockey/detection.py, line 905, in 
get_hardware
  result = _get_modaliases()
File /usr/lib/python2.7/dist-packages/jockey/detection.py, line 659, in 
_get_modaliases
  modalias = open(os.path.join(path, 'modalias')).read().strip()
  IOError: [Errno 19] No such device

  edit@edit-desktop:~$

  So this i what ive tried so far:

  -rebootedno change
  -checked for updates via updater ok
  -uninstalled jockey-gtk via software centerok
  -rebooted
  -reinstalled jockey-gtkok
  -rebooted
  -tried using jockey in gui same problem
  -ditto in terminal 

[Desktop-packages] [Bug 1224438] Re: Menus on evince black with grey text.

2014-04-13 Thread Plurtu
The root cause is the use of transparency in the Lubuntu-default theme.
Can be fixed by editing:

/usr/share/themes/Lubuntu-default /gtk-3.0/gtk-widgets-toolbar.css

And replacing '@transparent' with '@bg_color'.

Deleting the file altogether also seems to work with no apparent
problems.

Lubuntu Trusty Beta 2 no longer has this file and the buttons in evince
have been removed in favor of a more traditional menu bar.


** Changed in: lubuntu-artwork
   Status: New = Fix Committed

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

Title:
  Menus on evince black with grey text.

Status in Artwork for Lubuntu:
  Fix Committed
Status in “evince” package in Ubuntu:
  Invalid

Bug description:
  The evince application's menus do not follow the overall Lubuntu's
  default theme. Instead they are black in colour with the menu items in
  grey. This contrasts visibly with the rest of the system, and also
  because of grey on black, it is very difficult to use.

  Incative menu items are in light grey with active ones in darker grey.
  Inactive menu items are bolded as well. This makes the user think the
  inactive items are active.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: evince 3.9.90-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-7.13-generic 3.11.0
  Uname: Linux 3.11.0-7-generic x86_64
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: amd64
  Date: Thu Sep 12 17:10:59 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-09-11 (0 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Alpha amd64 (20130902.1)
  MarkForUpload: True
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/lubuntu-artwork/+bug/1224438/+subscriptions

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


[Desktop-packages] [Bug 1307056] Re: [HP Compaq dc7700 Convertible Minitower, Realtek ALC262, Black Headphone Out, Front] No sound at all

2014-04-13 Thread Raymond
try latest always driver

seem driver did not utilize amp out at node 0x0c

there are two audio output but there are three output pin complexes :-
line out , speaker and headphone



Node 0x0c [Audio Mixer] wcaps 0x20010f: Stereo Amp-In Amp-Out
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x00 0x00] [0x80 0x80]
  Amp-Out caps: ofs=0x1f, nsteps=0x1f, stepsize=0x05, mute=0
  Amp-Out vals:  [0x01 0x01]
  Connection: 2
 0x02 0x0b
Node 0x0d [Audio Mixer] wcaps 0x20010f: Stereo Amp-In Amp-Out
  Control: name=PCM Playback Volume, index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x00 0x00] [0x00 0x00]
  Amp-Out caps: ofs=0x1f, nsteps=0x1f, stepsize=0x05, mute=0
  Amp-Out vals:  [0x1f 0x14]
  Connection: 2
 0x03 0x0b
Node 0x0e [Audio Mixer] wcaps 0x20010e: Mono Amp-In Amp-Out
  Control: name=Speaker Playback Volume, index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-In vals:  [0x00] [0x00]
  Amp-Out caps: ofs=0x1f, nsteps=0x1f, stepsize=0x05, mute=0
  Amp-Out vals:  [0x00]
  Connection: 2
 0x02 0x0b


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

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

Title:
  [HP Compaq dc7700 Convertible Minitower, Realtek ALC262, Black
  Headphone Out, Front] No sound at all

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

Bug description:
  [HP Compaq dc7700 Convertible Minitower, Realtek ALC262, Black
  Headphone Out, Front] No sound at all

  no sound occurs when I record a video in cheese in the webm output
  format.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic-pae 3.2.55
  Uname: Linux 3.2.0-60-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  chaplinmd   1462 F pulseaudio
   /dev/snd/pcmC2D0c:   chaplinmd   1462 F...m pulseaudio
   /dev/snd/controlC1:  chaplinmd   1462 F pulseaudio
   /dev/snd/controlC0:  chaplinmd   1462 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf052 irq 44'
 Mixer name : 'Realtek ALC262'
 Components : 'HDA:10ec0262,103c2802,00100100'
 Controls  : 32
 Simple ctrls  : 17
  Card1.Amixer.info:
   Card hw:1 'Generic'/'HD-Audio Generic at 0xf044 irq 45'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100300'
 Controls  : 6
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card2.Amixer.info:
   Card hw:2 'C525'/'HD Webcam C525 at usb-:00:1d.7-3, high speed'
 Mixer name : 'USB Mixer'
 Components : 'USB046d:0826'
 Controls  : 2
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'Mic',0
 Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
 Capture channels: Mono
 Limits: Capture 0 - 6144
 Mono: Capture 4608 [75%] [24.00dB] [off]
  Date: Sat Apr 12 18:40:29 2014
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   1462  1462  1462  1462 F pulseaudio
   /dev/snd/pcmC2D0c:   chaplinmd  F...m pulseaudio
   /dev/snd/controlC1:  chaplinmd  F pulseaudio
   /dev/snd/controlC0:  chaplinmd  F pulseaudio
  Symptom_Jack: Black Headphone Out, Front
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: No sound at all
  Title: [HP Compaq dc7700 Convertible Minitower, Realtek ALC262, Black 
Headphone Out, Front] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2007
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786E1 v01.10
  dmi.board.name: 0A58h
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786E1v01.10:bd04/13/2007:svnHewlett-Packard:pnHPCompaqdc7700ConvertibleMinitower:pvr:rvnHewlett-Packard:rn0A58h:rvr:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Compaq dc7700 Convertible Minitower
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1307056] Re: [HP Compaq dc7700 Convertible Minitower, Realtek ALC262, Black Headphone Out, Front] No sound at all

2014-04-13 Thread Raymond
pulseaudio expect headphone has volume control

line out should not share volume control with headphone if alc262
support multistreaming


http://www.realtek.com/products/productsView.aspx?Langid=1PFid=27Level=5Conn=4ProdID=40


The ALC262 series provide 4 DAC channels, supporting stereo sound playback on 
the rear panel and independent stereo sound output on the front panel 
simultaneously (multiple streaming), along with flexible mixing, mute, and fine 
gain control functions to provide a complete integrated audio solution.

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

Title:
  [HP Compaq dc7700 Convertible Minitower, Realtek ALC262, Black
  Headphone Out, Front] No sound at all

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

Bug description:
  [HP Compaq dc7700 Convertible Minitower, Realtek ALC262, Black
  Headphone Out, Front] No sound at all

  no sound occurs when I record a video in cheese in the webm output
  format.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic-pae 3.2.55
  Uname: Linux 3.2.0-60-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  chaplinmd   1462 F pulseaudio
   /dev/snd/pcmC2D0c:   chaplinmd   1462 F...m pulseaudio
   /dev/snd/controlC1:  chaplinmd   1462 F pulseaudio
   /dev/snd/controlC0:  chaplinmd   1462 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf052 irq 44'
 Mixer name : 'Realtek ALC262'
 Components : 'HDA:10ec0262,103c2802,00100100'
 Controls  : 32
 Simple ctrls  : 17
  Card1.Amixer.info:
   Card hw:1 'Generic'/'HD-Audio Generic at 0xf044 irq 45'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100300'
 Controls  : 6
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card2.Amixer.info:
   Card hw:2 'C525'/'HD Webcam C525 at usb-:00:1d.7-3, high speed'
 Mixer name : 'USB Mixer'
 Components : 'USB046d:0826'
 Controls  : 2
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'Mic',0
 Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
 Capture channels: Mono
 Limits: Capture 0 - 6144
 Mono: Capture 4608 [75%] [24.00dB] [off]
  Date: Sat Apr 12 18:40:29 2014
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   1462  1462  1462  1462 F pulseaudio
   /dev/snd/pcmC2D0c:   chaplinmd  F...m pulseaudio
   /dev/snd/controlC1:  chaplinmd  F pulseaudio
   /dev/snd/controlC0:  chaplinmd  F pulseaudio
  Symptom_Jack: Black Headphone Out, Front
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: No sound at all
  Title: [HP Compaq dc7700 Convertible Minitower, Realtek ALC262, Black 
Headphone Out, Front] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2007
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786E1 v01.10
  dmi.board.name: 0A58h
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786E1v01.10:bd04/13/2007:svnHewlett-Packard:pnHPCompaqdc7700ConvertibleMinitower:pvr:rvnHewlett-Packard:rn0A58h:rvr:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Compaq dc7700 Convertible Minitower
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

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

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

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

Title:
  multi-monitor : second screen position isn't saved from one session to
  another

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

Bug description:
  (Noticed on Ubuntu 14.04 beta 1 GNOME)
  At work I have a second screen, which I prefer to virtually put on the left 
side of my laptop screen.
  Using gnome-control-center I can change the position of the second without 
problem.
  But when I disconnect the second screen (to work on another place) and then 
connect it again
  OR if I just power off the laptop and turn it on again,
  the second screen position is set back to the default right position.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-control-center 1:3.6.3-0ubuntu53
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Mar 14 08:50:00 2014
  InstallationDate: Installed on 2014-03-01 (12 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140226)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center: deja-dup 29.5-0ubuntu2

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

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


[Desktop-packages] [Bug 1307084] [NEW] Vino doesn't work from OSX Maverickss Sreen Sharing on Ubuntu 14.04

2014-04-13 Thread Sampo Savola
Public bug reported:

After upgrading to 14.04 from 13.10 VNC stopped working from Mac OSX Screen 
sharing application.
At first I thought it was related to issue 
https://bugs.launchpad.net/ubuntu/+source/vino/+bug/1290666 . 
But that makes other VNC clients such as TightVNC working but issue with OSX 
Screen Sharing still exists, maybe it is because it uses fairly old protocol.

Logs from vine-server when connecting with TightVNC and with OSX Screen
Sharing apps:

TIghtVNC:

sampo@sampo-htpc:~$ /usr/lib/vino/vino-server

(vino-server:2799): EggSMClient-CRITICAL **: egg_sm_client_set_mode: assertion 
'global_client == NULL || global_client_mode == EGG_SM_CLIENT_MODE_DISABLED' 
failed
13/04/2014 10:45:06 AM Autoprobing TCP port in (all) network interface
13/04/2014 10:45:06 AM Listening IPv6://[::]:5900
13/04/2014 10:45:06 AM Listening IPv4://0.0.0.0:5900
13/04/2014 10:45:06 AM Autoprobing selected port 5900
13/04/2014 10:45:06 AM Advertising security type: 'TLS' (18)
13/04/2014 10:45:06 AM Re-binding socket to listen for VNC connections on TCP 
port 5900 in (all) interface
13/04/2014 10:45:06 AM Listening IPv6://[::]:5900
13/04/2014 10:45:06 AM Listening IPv4://0.0.0.0:5900
13/04/2014 10:45:06 AM Clearing securityTypes
13/04/2014 10:45:06 AM Advertising security type: 'TLS' (18)
13/04/2014 10:45:06 AM Clearing securityTypes
13/04/2014 10:45:06 AM Advertising security type: 'TLS' (18)
13/04/2014 10:45:06 AM Advertising authentication type: 'No Authentication' (1)
13/04/2014 10:45:06 AM Re-binding socket to listen for VNC connections on TCP 
port 5900 in (all) interface
13/04/2014 10:45:06 AM Listening IPv6://[::]:5900
13/04/2014 10:45:06 AM Listening IPv4://0.0.0.0:5900
13/04/2014 10:45:06 AM Clearing securityTypes
13/04/2014 10:45:06 AM Clearing authTypes
13/04/2014 10:45:06 AM Advertising security type: 'TLS' (18)
13/04/2014 10:45:06 AM Advertising authentication type: 'No Authentication' (1)
13/04/2014 10:45:06 AM Advertising security type: 'No Authentication' (1)

(vino-server:2799): GLib-CRITICAL **: g_variant_new_string: assertion 'string 
!= NULL' failed
13/04/2014 10:45:21 AM [IPv4] Got connection from client Sampos-Air.lan
13/04/2014 10:45:21 AM   other clients:
13/04/2014 10:45:21 AM Client Protocol Version 3.7
13/04/2014 10:45:21 AM Advertising security type 18
13/04/2014 10:45:21 AM Advertising security type 1
13/04/2014 10:45:21 AM Client returned security type 1
13/04/2014 10:45:21 AM Pixel format for client Sampos-Air.lan:
13/04/2014 10:45:21 AM   32 bpp, depth 24, little endian
13/04/2014 10:45:21 AM   true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
13/04/2014 10:45:21 AM no translation needed
13/04/2014 10:45:21 AM rfbProcessClientNormalMessage: ignoring unknown encoding 
type 8

With TightVNC it works normally,


Screen Sharing from Mavericks:

sampo@sampo-htpc:~$ /usr/lib/vino/vino-server

(vino-server:2887): EggSMClient-CRITICAL **: egg_sm_client_set_mode: assertion 
'global_client == NULL || global_client_mode == EGG_SM_CLIENT_MODE_DISABLED' 
failed
13/04/2014 10:47:47 AM Autoprobing TCP port in (all) network interface
13/04/2014 10:47:47 AM Listening IPv6://[::]:5900
13/04/2014 10:47:47 AM Listening IPv4://0.0.0.0:5900
13/04/2014 10:47:47 AM Autoprobing selected port 5900
13/04/2014 10:47:47 AM Advertising security type: 'TLS' (18)
13/04/2014 10:47:47 AM Re-binding socket to listen for VNC connections on TCP 
port 5900 in (all) interface
13/04/2014 10:47:47 AM Listening IPv6://[::]:5900
13/04/2014 10:47:47 AM Listening IPv4://0.0.0.0:5900
13/04/2014 10:47:47 AM Clearing securityTypes
13/04/2014 10:47:47 AM Advertising security type: 'TLS' (18)
13/04/2014 10:47:47 AM Clearing securityTypes
13/04/2014 10:47:47 AM Advertising security type: 'TLS' (18)
13/04/2014 10:47:47 AM Advertising authentication type: 'No Authentication' (1)
13/04/2014 10:47:47 AM Re-binding socket to listen for VNC connections on TCP 
port 5900 in (all) interface
13/04/2014 10:47:47 AM Listening IPv6://[::]:5900
13/04/2014 10:47:47 AM Listening IPv4://0.0.0.0:5900
13/04/2014 10:47:47 AM Clearing securityTypes
13/04/2014 10:47:47 AM Clearing authTypes
13/04/2014 10:47:47 AM Advertising security type: 'TLS' (18)
13/04/2014 10:47:47 AM Advertising authentication type: 'No Authentication' (1)
13/04/2014 10:47:47 AM Advertising security type: 'No Authentication' (1)

(vino-server:2887): GLib-CRITICAL **: g_variant_new_string: assertion 'string 
!= NULL' failed
13/04/2014 10:47:56 AM [IPv4] Got connection from client Sampos-Air.lan
13/04/2014 10:47:56 AM   other clients:
13/04/2014 10:47:56 AM Client Protocol Version 3.3

It just freezes here, no error messages on Mac Screen Sharing client
either. Only difference I see is the Client protocol version which is
much older in Mac Screen Sharing app.

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

** Summary changed:

- Vino doesn't work from OSX Maverics Sreen Sharing  on Ubuntu 14.04
+ Vino doesn't work from OSX Maverickss Sreen Sharing  

[Desktop-packages] [Bug 1307084] Re: Vino doesn't work from OSX Maverickss Sreen Sharing on Ubuntu 14.04

2014-04-13 Thread Sampo Savola
I built vino version 3.6.2 from Ubuntu 13.10 and everything works
perfectly again. This package can installed as a workaround before the
fix lands for 14.04

** Attachment added: working vino version 3.6.2 from Ubuntu 13.10
   
https://bugs.launchpad.net/ubuntu/+source/vino/+bug/1307084/+attachment/4082424/+files/vino_3.6.2-0ubuntu5_amd64.deb

** Summary changed:

- Vino doesn't work from OSX Maverickss Sreen Sharing  on Ubuntu 14.04
+ Vino doesn't work from OSX Mavericks Sreen Sharing  on Ubuntu 14.04

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

Title:
  Vino doesn't work from OSX Mavericks Sreen Sharing  on Ubuntu 14.04

Status in “vino” package in Ubuntu:
  New

Bug description:
  After upgrading to 14.04 from 13.10 VNC stopped working from Mac OSX Screen 
sharing application.
  At first I thought it was related to issue 
https://bugs.launchpad.net/ubuntu/+source/vino/+bug/1290666 . 
  But that makes other VNC clients such as TightVNC working but issue with OSX 
Screen Sharing still exists, maybe it is because it uses fairly old protocol.

  Logs from vine-server when connecting with TightVNC and with OSX
  Screen Sharing apps:

  TIghtVNC:

  sampo@sampo-htpc:~$ /usr/lib/vino/vino-server

  (vino-server:2799): EggSMClient-CRITICAL **: egg_sm_client_set_mode: 
assertion 'global_client == NULL || global_client_mode == 
EGG_SM_CLIENT_MODE_DISABLED' failed
  13/04/2014 10:45:06 AM Autoprobing TCP port in (all) network interface
  13/04/2014 10:45:06 AM Listening IPv6://[::]:5900
  13/04/2014 10:45:06 AM Listening IPv4://0.0.0.0:5900
  13/04/2014 10:45:06 AM Autoprobing selected port 5900
  13/04/2014 10:45:06 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:45:06 AM Re-binding socket to listen for VNC connections on TCP 
port 5900 in (all) interface
  13/04/2014 10:45:06 AM Listening IPv6://[::]:5900
  13/04/2014 10:45:06 AM Listening IPv4://0.0.0.0:5900
  13/04/2014 10:45:06 AM Clearing securityTypes
  13/04/2014 10:45:06 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:45:06 AM Clearing securityTypes
  13/04/2014 10:45:06 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:45:06 AM Advertising authentication type: 'No Authentication' 
(1)
  13/04/2014 10:45:06 AM Re-binding socket to listen for VNC connections on TCP 
port 5900 in (all) interface
  13/04/2014 10:45:06 AM Listening IPv6://[::]:5900
  13/04/2014 10:45:06 AM Listening IPv4://0.0.0.0:5900
  13/04/2014 10:45:06 AM Clearing securityTypes
  13/04/2014 10:45:06 AM Clearing authTypes
  13/04/2014 10:45:06 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:45:06 AM Advertising authentication type: 'No Authentication' 
(1)
  13/04/2014 10:45:06 AM Advertising security type: 'No Authentication' (1)

  (vino-server:2799): GLib-CRITICAL **: g_variant_new_string: assertion 'string 
!= NULL' failed
  13/04/2014 10:45:21 AM [IPv4] Got connection from client Sampos-Air.lan
  13/04/2014 10:45:21 AM   other clients:
  13/04/2014 10:45:21 AM Client Protocol Version 3.7
  13/04/2014 10:45:21 AM Advertising security type 18
  13/04/2014 10:45:21 AM Advertising security type 1
  13/04/2014 10:45:21 AM Client returned security type 1
  13/04/2014 10:45:21 AM Pixel format for client Sampos-Air.lan:
  13/04/2014 10:45:21 AM   32 bpp, depth 24, little endian
  13/04/2014 10:45:21 AM   true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
  13/04/2014 10:45:21 AM no translation needed
  13/04/2014 10:45:21 AM rfbProcessClientNormalMessage: ignoring unknown 
encoding type 8

  With TightVNC it works normally,

  
  Screen Sharing from Mavericks:

  sampo@sampo-htpc:~$ /usr/lib/vino/vino-server

  (vino-server:2887): EggSMClient-CRITICAL **: egg_sm_client_set_mode: 
assertion 'global_client == NULL || global_client_mode == 
EGG_SM_CLIENT_MODE_DISABLED' failed
  13/04/2014 10:47:47 AM Autoprobing TCP port in (all) network interface
  13/04/2014 10:47:47 AM Listening IPv6://[::]:5900
  13/04/2014 10:47:47 AM Listening IPv4://0.0.0.0:5900
  13/04/2014 10:47:47 AM Autoprobing selected port 5900
  13/04/2014 10:47:47 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:47:47 AM Re-binding socket to listen for VNC connections on TCP 
port 5900 in (all) interface
  13/04/2014 10:47:47 AM Listening IPv6://[::]:5900
  13/04/2014 10:47:47 AM Listening IPv4://0.0.0.0:5900
  13/04/2014 10:47:47 AM Clearing securityTypes
  13/04/2014 10:47:47 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:47:47 AM Clearing securityTypes
  13/04/2014 10:47:47 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:47:47 AM Advertising authentication type: 'No Authentication' 
(1)
  13/04/2014 10:47:47 AM Re-binding socket to listen for VNC connections on TCP 
port 5900 in (all) interface
  13/04/2014 10:47:47 AM Listening IPv6://[::]:5900
  13/04/2014 10:47:47 AM Listening IPv4://0.0.0.0:5900
  13/04/2014 10:47:47 AM Clearing 

[Desktop-packages] [Bug 1306897] Re: xbmc with vdpau crashes on stop

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

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

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

Title:
  xbmc with vdpau crashes on stop

Status in “mesa” package in Ubuntu:
  Confirmed

Bug description:
  When freeing surfaces in application that use shared contexts, mesa
  will segfault. This was fixed with the following upstream patch, which
  was also marked for stable 10.1

  Please pick: 92e543c45da4581b1940178a94e6f2d66c749367

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

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


[Desktop-packages] [Bug 1301607] Re: Ambiance Combo box - black highlighted text and scroll arrows

2014-04-13 Thread Adolfo Jayme
** Package changed: light-themes (Ubuntu) = ubuntu-themes (Ubuntu)

** Changed in: ubuntu-themes (Ubuntu)
   Importance: Undecided = Low

** Changed in: ubuntu-themes (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: ubuntu-themes (Ubuntu)
Milestone: None = trusty-updates

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

Title:
  Ambiance Combo box - black highlighted text and scroll arrows

Status in One Hundred Papercuts:
  Confirmed
Status in Themes for Ubuntu:
  Confirmed
Status in “ubuntu-themes” package in Ubuntu:
  Triaged

Bug description:
  To reproduce:
  Open files
  Right-click on any file or folder and select properties
  On permissions, open any combobox

  The highlighted item has black text over orange background, but I'm pretty 
sure should be white over orange.
  Also, scroll arrows (when the box reaches the top or bottom of the screen) 
are black over dark gray, barely visibles.

  I'm pretty sure this is not by design, and also could be an usability
  issue due to the lack of contrast.

  Screenshot attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140321-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
  Uname: Linux 3.13.0-19-generic i686
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  CasperVersion: 1.339
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Wed Apr  2 20:33:10 2014
  LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Beta i386 (20140326)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1267442] Re: Install nvidia-331 on X/K/Lubuntu results in unbootable machine

2014-04-13 Thread Alberto Milone
I thought the new lightdm would get rid of the /etc/lightdm/lightdm.conf

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

Title:
  Install nvidia-331 on X/K/Lubuntu results in unbootable machine

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

Bug description:
  Install of nvidia-331 completes, assuming it edits lightdm.conf

  left with this - not any use if you're not using Ubuntu

  greeter-session=unity-greeter
  user-session=ubuntu
  display-setup-script=/sbin/prime-offload
  display-stopped-script=/sbin/prime-switch

  have to comment out the exisiting greeter and user session lines and
  replace with

  display-setup-script=/sbin/prime-offload
  display-stopped-script=/sbin/prime-switch
  user-session=xubuntu
  greeter-session=lightdm-gtk-greeter

  to get a satisfactory boot

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

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


[Desktop-packages] [Bug 1299080] Re: [UIFe] New style force-quit window dialog

2014-04-13 Thread Adolfo Jayme
I have already seen the new dialogs in action several times (slow
machine) - I wonder why wasn't this bug closed already.

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

** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  [UIFe] New style force-quit window dialog

Status in Unity:
  Fix Committed
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  In order to fix the regression lp:1299061 we want to introduce a new styled 
dialog (as designed lp:698031) inside unity (it used to be in compiz 
gtk-window-decorator before).
  Unfortunately this introduces two new strings:

  - This window is not responding
  - Do you want to force the application to exit, or wait for it to respond?

  Result: http://people.ubuntu.com/~3v1n0/shots/force-quit-dialog-
  new.png

  Translators ML: 
https://lists.ubuntu.com/archives/ubuntu-translators/2014-March/006439.html
  Docs ML: in moderation queue...

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

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


[Desktop-packages] [Bug 1304645] Re: Wine applications appear in Other on gnome-flashback

2014-04-13 Thread Dmitry Shachnev
** No longer affects: gnome-menus (Ubuntu)

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

Title:
  Wine applications appear in Other on gnome-flashback

Status in “gnome-panel” package in Ubuntu:
  In Progress

Bug description:
  On Trusty, after the change to use gnome-flashback-applications.menu
  for the gnome-flashback session all Wine applications appear in the
  Other menu, which leads to a confusing list of applications if the
  installed programs have common shortcut names in their Start Menu
  folder like Uninstall, Help, License and Readme.

  I did a custom edit of the gnome-flashback-applications.menu to
  include the Menus defined in the wine.menu file in the applications-
  merged folder which makes the default wine applications appear in the
  Wine menu, but the user installed applications that are found in the
  ~/.local/share/applications/wine folder still show up in the Other
  menu.

  
  Currently installed Package Versions:
  gnome-menus 3.10.1-0ubuntu2
  gnome-panel 1:3.8.0-1ubuntu10

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

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


[Desktop-packages] [Bug 1307095] [NEW] Black screen when I open an application

2014-04-13 Thread Mehdi Hassanpour
Public bug reported:


I've upgraded to Ubuntu 14.04 and I see a full black screen for a second when I 
open each application... 

The hardware is: NVIDIA Corporation G86 [GeForce 8400 GS] (rev a1)

Using NVIDIA binary driver 331.38 from Additional Drivers

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

** Attachment added: compiz.apport
   
https://bugs.launchpad.net/bugs/1307095/+attachment/4082461/+files/compiz.apport

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

Title:
  Black screen when I open an application

Status in “compiz” package in Ubuntu:
  New

Bug description:
  
  I've upgraded to Ubuntu 14.04 and I see a full black screen for a second when 
I open each application... 

  The hardware is: NVIDIA Corporation G86 [GeForce 8400 GS] (rev a1)

  Using NVIDIA binary driver 331.38 from Additional Drivers

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

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


[Desktop-packages] [Bug 1227034] Re: Default Chinese font changed to fonts-arphic-ukai after completing language support installation for zh-* locales

2014-04-13 Thread Jack Yu
Hi Ping-Wu and Gunnar and All, thanks all your contributions.

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

Title:
  Default Chinese font changed to fonts-arphic-ukai after completing
  language support installation for zh-* locales

Status in Ubuntu Kylin:
  Fix Released
Status in “fonts-android” package in Ubuntu:
  Fix Released
Status in “fonts-takao” package in Ubuntu:
  Fix Released
Status in “language-selector” package in Ubuntu:
  Fix Released

Bug description:
  After completing language support installation, fonts-arphic-ukai and
  fonts-arphic-uming are pulled into user's system and then fontconfig
  chooses Ukai over Droid Sans Fallback for the default sans-serif font.
  This is not the desired behavior as Ukai doesn't fit well into the
  category of screen fonts comparing to Droid Sans.

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

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


[Desktop-packages] [Bug 907381] Re: [Dell Vostro 3550] Display resolution keeps switching with external monitor connected

2014-04-13 Thread Lee Willis
Hi Goran,

Sorry for the delay replying. I've had a couple of chances to test and I
too haven't seen any display switches with those inputs disabled. I will
say though that I've only had chance to perform short tests (A couple of
hours), so not sure it's conclusive, but certainly positive - thanks.

I'll report more as I run a longer test.

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

Title:
  [Dell Vostro 3550] Display resolution keeps switching with external
  monitor connected

Status in “xorg-server” package in Ubuntu:
  Confirmed

Bug description:
  A fresh install of Ubuntu 11.10 on a Dell Vostro 3550 with all updates (OSS 
only - no proprietary drivers). When connecting the laptop to an external 
monitor to extend my desktop the display settings are unstable. I choose to 
enable both the laptop panel, and the external monitor setting appropriate 
resolutions and apply settings. Sometimes the chosen settings do not take. If 
they do apply, and I confirm that I want to keep the settings, at random 
intervals the display settings are auto-changed by the system. This may include:
  - Resetting to mirrored displays at 1024x768
  - Resetting to a single display on the laptop panel
  - Resetting to a single display on the external monitor
  - Some other weird combination.

  E.g. When using my computer in a time range of 10 minutes i could get
  through 5 different dispositions and resolutions. It could be both
  display working fine, then only one but with wrong resolution, then
  the two again but with mirror, then just the second, and so on.

  ---
  .tmp.unity.support.test.0:

  ApportVersion: 2.12.7-0ubuntu6
  Architecture: i386
  CasperVersion: 1.336ubuntu1
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:04cd]
   Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 
6630M/6650M/6750M/7670M/7690M] [1002:6741] (prog-if 00 [VGA controller])
     Subsystem: Dell Radeon HD 6630M [1028:04cd]
  LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140108)
  MachineType: Dell Inc. Vostro 3550
  MarkForUpload: True
  Package: xorg-server (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/hostname.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Tags:  trusty ubuntu compiz-0.9
  Uname: Linux 3.12.0-7-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 07/18/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0DJW0H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A07
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd07/18/2011:svnDellInc.:pnVostro3550:pvrNotSpecified:rvnDellInc.:rn0DJW0H:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Vostro 3550
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.libdrm2: libdrm2 2.4.50-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.0.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.0.1-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.907-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu1
  xserver.bootTime: Wed Jan  8 13:59:41 2014
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 739
   vendor LGD
  xserver.version: 2:1.14.5-1ubuntu2

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

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

[Desktop-packages] [Bug 877932] Re: Windows are moved when resuming from suspend

2014-04-13 Thread Gao Shichao
Still a problem in 14.04

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

Title:
  Windows are moved when resuming from suspend

Status in Compiz:
  Incomplete
Status in Compiz Core:
  Expired
Status in “compiz” package in Ubuntu:
  Expired

Bug description:
  Hi,
  when resuming many windows than were on other workspaces before suspend are 
moved to workspace #1. I couldn't find any related entry on launchpad bugs.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.22.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,resize,mousepoll,imgpng,regex,move,wall,unitymtgrabhandles,gnomecompat,place,snap,grid,animation,workarounds,session,fade,expo,scale,ezoom,switcher,unityshell]
  CompositorRunning: compiz
  Date: Wed Oct 19 08:35:43 2011
  DistUpgraded: Log time: 2011-10-06 14:09:36.389462
  DistroCodename: oneiric
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:040a]
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MachineType: Dell Inc. Latitude E6410
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=5bc31452-4734-4a0c-a06b-b2be47e3a71d ro quiet splash pcie_aspm=force 
vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: Upgraded to oneiric on 2011-10-06 (12 days ago)
  dmi.bios.date: 07/08/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 04373Y
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd07/08/2010:svnDellInc.:pnLatitudeE6410:pvr0001:rvnDellInc.:rn04373Y:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6410
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu5
  version.ia32-libs: ia32-libs 20090808ubuntu26
  version.libdrm2: libdrm2 2.4.26-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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

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


[Desktop-packages] [Bug 382056] Re: Windows moved to wrong workspace after suspend/resume

2014-04-13 Thread Gao Shichao
I 'm seeing this in Ubuntu 13.10 and 14.04. Often the window moved to
wrong workspace after suspend is gnome-terminal. It is just insane, that
I disabled workspace in settings-appearance to avoid this bug. While
last time I resume from suspend, the terminal window just doesn' t
appear on click, then I enabled workspace again, to find it on the
workspace downside. I' m using an external monitor , which might be
related. What information can I provide to help debug this?

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

Title:
  Windows moved to wrong workspace after suspend/resume

Status in “compiz” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: compiz

  Reproducing
  1) Use compiz with Desktop Cube and Rotate Cube with 4 faces (i.e. virtual 
desktops)
  2) Suspend via gnome-power-manager
  3) Resume -- now my windows all end up on what appear to be arbitrary 
desktops (regardless of where I left them before resume)

  Everything works fine using metacity.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  MachineType: LENOVO 2623DDU
  Package: compiz 1:0.8.2-0ubuntu8
  PackageArchitecture: all
  ProcCmdLine: root=UUID=507b53db-e21c-4e3f-834f-023595a06622 ro quiet splash
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.28-11.42-generic
  SourcePackage: compiz

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

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


[Desktop-packages] [Bug 1242367] Re: gnome-control-center user-accounts don't load, only hangs

2014-04-13 Thread Per Vapp
Has anyone tested with 14.04?

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

Title:
  gnome-control-center user-accounts don't load, only hangs

Status in “gst-plugins-good1.0” package in Ubuntu:
  Confirmed

Bug description:
  Description:  Ubuntu 13.10
  Release:  13.10

  gnome-control-center:
Установлен: 1:3.6.3-0ubuntu44
Кандидат:   1:3.6.3-0ubuntu44
Таблица версий:
   *** 1:3.6.3-0ubuntu44 0
  500 http://ru.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
  100 /var/lib/dpkg/status

  Don't load.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu44
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Sun Oct 20 19:26:04 2013
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2013-10-19 (1 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager  0.9.7-0ubuntu4
   deja-dup  27.3.1-0ubuntu1
   gnome-control-center-datetime 13.10.0+13.10.20131016.2-0ubuntu1
   gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
   gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good1.0/+bug/1242367/+subscriptions

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


[Desktop-packages] [Bug 1307102] [NEW] Unable to set autologin

2014-04-13 Thread Elfy
Public bug reported:

In 14.04 Xubuntu I am unable to set autologin

The /usr/lib/lightdm/lightdm-set-defaults --autologin command is now
gone it seems (
https://launchpad.net/ubuntu/+source/lightdm/1.9.4-0ubuntu1 )

I've tried editing the various .conf files with no success.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: lightdm 1.10.0-0ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu2
Architecture: amd64
CurrentDesktop: XFCE
Date: Sun Apr 13 11:09:31 2014
InstallationDate: Installed on 2014-04-06 (6 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140406)
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lightdm (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 lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1307102

Title:
  Unable to set autologin

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  In 14.04 Xubuntu I am unable to set autologin

  The /usr/lib/lightdm/lightdm-set-defaults --autologin command is now
  gone it seems (
  https://launchpad.net/ubuntu/+source/lightdm/1.9.4-0ubuntu1 )

  I've tried editing the various .conf files with no success.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Apr 13 11:09:31 2014
  InstallationDate: Installed on 2014-04-06 (6 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140406)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1217585]

2014-04-13 Thread jwhendy
I'm trying like crazy to figure out why I have GPU lockups, but all the
bugs seem to dead end. What is the current status of this? More
information, not going to fix, unconfirmed? I have an NVA3 card (Quadro
FX 1800M, GT215) which cannot startx with acceleration, even with
firmware.

Let me know if that's applicable to this bug and how I can provide
information, if so. For reference, I'm on Arch 64bit. Trying to track
down similar bugs to decide if I'm a duplicate issue or if I should
start a new report.

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

Title:
  System hangs after some time with nouveau and GT240

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Fedora:
  Unknown

Bug description:
  With the Nouveau driver I get random system hangs in the Live CD - any
  version since it was switched to nouveau up until today's daily
  images. It happens after half an hour to a couple of hours usage and
  affects installed systems as well, until they are switched to the
  proprietary driver.

  This is a well known bug in other trackers but I can't see it anywhere
  on Launchpad, so I'm reporting it and will add bug watches.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-nouveau 1:1.0.8-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic x86_64
  ApportVersion: 2.12.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.336
  Date: Tue Aug 27 22:16:06 2013
  LiveMediaBuild: Xubuntu 13.10 Saucy Salamander - Alpha amd64 (20130827)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1302469] Re: rhythmbox: gtk_menu_tracker_model_changed(): rhythmbox killed by SIGSEGV

2014-04-13 Thread Phil Wyett
Link to commit patch:
https://git.gnome.org/browse/rhythmbox/patch/?id=58bcbff4fcb9a4d6bb385dbbc53126f6b0074f61

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

Title:
  rhythmbox: gtk_menu_tracker_model_changed(): rhythmbox killed by
  SIGSEGV

Status in The Rhythmbox Music Management Application:
  Fix Released
Status in Ubuntu GNOME:
  New
Status in “rhythmbox” package in Ubuntu:
  Triaged

Bug description:
  Segfault crasher for version 3.0.2 under certain circumstances.

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

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


[Desktop-packages] [Bug 1307104] [NEW] package samba-common-bin 2:3.6.18-1ubuntu3.1 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore

2014-04-13 Thread aleanna
Public bug reported:

non riesco ad installare negli Aggiornamenti: common files used by both
the samba server and client

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: nautilus-share 0.7.3-1ubuntu4
ProcVersionSignature: Ubuntu 3.11.0-20.34-generic 3.11.10.6
Uname: Linux 3.11.0-20-generic i686
ApportVersion: 2.12.5-0ubuntu2.2
AptOrdering:
 unity-webapps-facebookmessenger: Install
 samba-common-bin: Configure
 nautilus-share: Configure
 unity-webapps-facebookmessenger: Configure
Architecture: i386
Date: Sun Apr 13 00:51:58 2014
DuplicateSignature: package:nautilus-share:0.7.3-1ubuntu4:problemi con le 
dipendenze - lasciato non configurato
ErrorMessage: problemi con le dipendenze - lasciato non configurato
MarkForUpload: True
SourcePackage: nautilus-share
Title: package nautilus-share 0.7.3-1ubuntu4 failed to install/upgrade: 
problemi con le dipendenze - lasciato non configurato
UpgradeStatus: Upgraded to saucy on 2014-03-05 (38 days ago)

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


** Tags: apport-package i386 saucy

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

Title:
  package samba-common-bin 2:3.6.18-1ubuntu3.1 failed to
  install/upgrade: il sottoprocesso installato script di post-
  installation ha restituito lo stato di errore 2

Status in “nautilus-share” package in Ubuntu:
  New

Bug description:
  non riesco ad installare negli Aggiornamenti: common files used by
  both the samba server and client

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: nautilus-share 0.7.3-1ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-20.34-generic 3.11.10.6
  Uname: Linux 3.11.0-20-generic i686
  ApportVersion: 2.12.5-0ubuntu2.2
  AptOrdering:
   unity-webapps-facebookmessenger: Install
   samba-common-bin: Configure
   nautilus-share: Configure
   unity-webapps-facebookmessenger: Configure
  Architecture: i386
  Date: Sun Apr 13 00:51:58 2014
  DuplicateSignature: package:nautilus-share:0.7.3-1ubuntu4:problemi con le 
dipendenze - lasciato non configurato
  ErrorMessage: problemi con le dipendenze - lasciato non configurato
  MarkForUpload: True
  SourcePackage: nautilus-share
  Title: package nautilus-share 0.7.3-1ubuntu4 failed to install/upgrade: 
problemi con le dipendenze - lasciato non configurato
  UpgradeStatus: Upgraded to saucy on 2014-03-05 (38 days ago)

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

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


[Desktop-packages] [Bug 1307104] Re: package samba-common-bin 2:3.6.18-1ubuntu3.1 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 2

2014-04-13 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 nautilus-share in Ubuntu.
https://bugs.launchpad.net/bugs/1307104

Title:
  package samba-common-bin 2:3.6.18-1ubuntu3.1 failed to
  install/upgrade: il sottoprocesso installato script di post-
  installation ha restituito lo stato di errore 2

Status in “nautilus-share” package in Ubuntu:
  New

Bug description:
  non riesco ad installare negli Aggiornamenti: common files used by
  both the samba server and client

  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: nautilus-share 0.7.3-1ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-20.34-generic 3.11.10.6
  Uname: Linux 3.11.0-20-generic i686
  ApportVersion: 2.12.5-0ubuntu2.2
  AptOrdering:
   unity-webapps-facebookmessenger: Install
   samba-common-bin: Configure
   nautilus-share: Configure
   unity-webapps-facebookmessenger: Configure
  Architecture: i386
  Date: Sun Apr 13 00:51:58 2014
  DuplicateSignature: package:nautilus-share:0.7.3-1ubuntu4:problemi con le 
dipendenze - lasciato non configurato
  ErrorMessage: problemi con le dipendenze - lasciato non configurato
  MarkForUpload: True
  SourcePackage: nautilus-share
  Title: package nautilus-share 0.7.3-1ubuntu4 failed to install/upgrade: 
problemi con le dipendenze - lasciato non configurato
  UpgradeStatus: Upgraded to saucy on 2014-03-05 (38 days ago)

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

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


[Desktop-packages] [Bug 1307105] [NEW] Kernel install fails due PAE checks

2014-04-13 Thread Jii
Public bug reported:

On Thinkpad T42 with Pentium M processor linux image upgrade fails with
message This kernel does not support a non-PAE CPU.. System was
installed from  ubuntu-14.04-beta2-desktop-i386.iso with forcepae
kernel option. After install, system works, but cannot be upgraded to
laters kernel.


root@t42:/boot# apt-get upgrade
Reading package lists... Done
Building dependency tree  
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 linux-image-extra-3.13.0-24-generic : Depends: 
linux-image-3.13.0-24-generic but it is not installed
 linux-image-generic : Depends: linux-image-3.13.0-24-generic but it is not 
installed
E: Unmet dependencies. Try using -f.
 
root@t42:/boot# apt-get install -f
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  linux-image-3.13.0-24-generic
Suggested packages:
  fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
The following NEW packages will be installed:
  linux-image-3.13.0-24-generic
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
Need to get 0 B/14.6 MB of archives.
After this operation, 32.3 MB of additional disk space will be used.
Do you want to continue? [Y/n]
(Reading database ... 196089 files and directories currently installed.)
Preparing to unpack .../linux-image-3.13.0-24-generic_3.13.0-24.46_i386.deb 
...
This kernel does not support a non-PAE CPU.
dpkg: error processing archive 
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.46_i386.deb 
(--unpack):
 subprocess new pre-installation script returned error exit status 1
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
Errors were encountered while processing:
 /var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.46_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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


** Tags: fake-pae forcepae

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

Title:
  Kernel install fails due PAE checks

Status in “linux” package in Ubuntu:
  New

Bug description:
  On Thinkpad T42 with Pentium M processor linux image upgrade fails
  with message This kernel does not support a non-PAE CPU.. System was
  installed from  ubuntu-14.04-beta2-desktop-i386.iso with forcepae
  kernel option. After install, system works, but cannot be upgraded to
  laters kernel.

  
  root@t42:/boot# apt-get upgrade
  Reading package lists... Done
  Building dependency tree  
  Reading state information... Done
  You might want to run 'apt-get -f install' to correct these.
  The following packages have unmet dependencies:
   linux-image-extra-3.13.0-24-generic : Depends: 
linux-image-3.13.0-24-generic but it is not installed
   linux-image-generic : Depends: linux-image-3.13.0-24-generic but it is 
not installed
  E: Unmet dependencies. Try using -f.
   
  root@t42:/boot# apt-get install -f
  Reading package lists... Done
  Building dependency tree  
  Reading state information... Done
  Correcting dependencies... Done
  The following extra packages will be installed:
linux-image-3.13.0-24-generic
  Suggested packages:
fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
  The following NEW packages will be installed:
linux-image-3.13.0-24-generic
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  3 not fully installed or removed.
  Need to get 0 B/14.6 MB of archives.
  After this operation, 32.3 MB of additional disk space will be used.
  Do you want to continue? [Y/n]
  (Reading database ... 196089 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.13.0-24-generic_3.13.0-24.46_i386.deb ...
  This kernel does not support a non-PAE CPU.
  dpkg: error processing archive 
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.46_i386.deb 
(--unpack):
   subprocess new pre-installation script returned error exit status 1
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 
3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 
3.13.0-24-generic 

[Desktop-packages] [Bug 1263704] Re: pci_devices does not terminate at computer shutdown

2014-04-13 Thread Nikolay Morozov
** Tags added: testcase

** Tags added: trusty

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

Title:
  pci_devices does not terminate at computer shutdown

Status in “pm-utils” package in Ubuntu:
  Confirmed

Bug description:
  I have a clean install of 13.10 using the 3.11 kernel. I have
  previously reported this bug with the 2.12 kernel (Bug #1261898), when
  I used apportcollect it instructed me to use standard Kernel and re-
  report if bug persists; it does...

  When I shutdown or restart the process hangs. I press a key and I see:

  **Killing all remaining processes ... [fail]** (fail is in red)
  This is followed by more info (sometime referring to nm-dispatcher or modem 
and always ends:

  mount:/ is busy

  will now restart (or halt as the case may be)
  Then nothing else happens the process hangs there, power on my PC (Dell 5150 
desktop) remains on and I need to do a hard reset to turn my PC off.

  I have seen relatively similar problems but none match mine exactly, I
  have attempted using:

  sudo shutdown -P now

  or

  sudo shutdown -H now

  or

  sudo reboot

  But the results are the same.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: pm-utils 1.4.1-12ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Mon Dec 23 14:15:34 2013
  ExecutablePath: /usr/lib/pm-utils/power.d/pci_devices
  InstallationDate: Installed on 2013-10-19 (64 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  InterpreterPath: /bin/dash
  MarkForUpload: True
  OmitPids: 1093 4435 863 731 4441 726 691 667 4514 759 4473 710 731 4441 726 
691 667 4514 759 710
  PackageArchitecture: all
  ProcCmdline: /bin/sh /usr/lib/pm-utils/power.d/pci_devices false
  ProcEnviron:
   LC_COLLATE=C
   PATH=(custom, no user)
  SourcePackage: pm-utils
  Title: pci_devices does not terminate at computer shutdown
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1307071] Re: Jockey-text not working: AttributeError: 'module' object has no attribute 'InstallProgress'

2014-04-13 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1216193 ***
https://bugs.launchpad.net/bugs/1216193

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

** This bug has been marked a duplicate of bug 1216193
   jockey-text crashes with AttributeError: 'module' object has no attribute 
'InstallProgress'

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

Title:
  Jockey-text not working: AttributeError: 'module' object has no
  attribute 'InstallProgress'

Status in Jockey driver manager:
  New
Status in “jockey” package in Ubuntu:
  New

Bug description:
  Upgraded from Ubuntu 12.04.4 LTS to 14.04 LTS (to jockey-common
  0.9.7-0ubuntu7.14) and I get the following errors in the login
  terminal when trying to execute any sort of jockey-text command
  (jockey-text --list, jockey-text --version, jockey-text etc...):

  Traceback (most recent call last):
    File /usr/bin/jockey-text, line 20, in module
  import jockey.ui
    File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 36, in module
  from jockey.oslib import OSLib
    File /usr/lib/python2.7/dist-packages/jockey/oslib.py, line 29, in 
module
  class _CapturedInstallProgress(apt.InstallProgress):
  AttributeError: 'module' object has no attribute 'InstallProgress'

  And it exits back to the Terminal.

  If you need certain log files you will need to tell me how to get them
  without working graphics (TTY7) (because I can only use the login
  terminals (TTY1-6)).

  Note 1: It mentions Python but loading up a Python (2.7.6) session in
  terminal works fine.

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

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


[Desktop-packages] [Bug 1263704] Re: pci_devices does not terminate at computer shutdown

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

** Changed in: pm-utils (Ubuntu)
   Status: New = Confirmed

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

Title:
  pci_devices does not terminate at computer shutdown

Status in “pm-utils” package in Ubuntu:
  Confirmed

Bug description:
  I have a clean install of 13.10 using the 3.11 kernel. I have
  previously reported this bug with the 2.12 kernel (Bug #1261898), when
  I used apportcollect it instructed me to use standard Kernel and re-
  report if bug persists; it does...

  When I shutdown or restart the process hangs. I press a key and I see:

  **Killing all remaining processes ... [fail]** (fail is in red)
  This is followed by more info (sometime referring to nm-dispatcher or modem 
and always ends:

  mount:/ is busy

  will now restart (or halt as the case may be)
  Then nothing else happens the process hangs there, power on my PC (Dell 5150 
desktop) remains on and I need to do a hard reset to turn my PC off.

  I have seen relatively similar problems but none match mine exactly, I
  have attempted using:

  sudo shutdown -P now

  or

  sudo shutdown -H now

  or

  sudo reboot

  But the results are the same.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: pm-utils 1.4.1-12ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Mon Dec 23 14:15:34 2013
  ExecutablePath: /usr/lib/pm-utils/power.d/pci_devices
  InstallationDate: Installed on 2013-10-19 (64 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  InterpreterPath: /bin/dash
  MarkForUpload: True
  OmitPids: 1093 4435 863 731 4441 726 691 667 4514 759 4473 710 731 4441 726 
691 667 4514 759 710
  PackageArchitecture: all
  ProcCmdline: /bin/sh /usr/lib/pm-utils/power.d/pci_devices false
  ProcEnviron:
   LC_COLLATE=C
   PATH=(custom, no user)
  SourcePackage: pm-utils
  Title: pci_devices does not terminate at computer shutdown
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1263704] Re: pci_devices does not terminate at computer shutdown

2014-04-13 Thread Nikolay Morozov
got the same with trusty 64bit

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

Title:
  pci_devices does not terminate at computer shutdown

Status in “pm-utils” package in Ubuntu:
  Confirmed

Bug description:
  I have a clean install of 13.10 using the 3.11 kernel. I have
  previously reported this bug with the 2.12 kernel (Bug #1261898), when
  I used apportcollect it instructed me to use standard Kernel and re-
  report if bug persists; it does...

  When I shutdown or restart the process hangs. I press a key and I see:

  **Killing all remaining processes ... [fail]** (fail is in red)
  This is followed by more info (sometime referring to nm-dispatcher or modem 
and always ends:

  mount:/ is busy

  will now restart (or halt as the case may be)
  Then nothing else happens the process hangs there, power on my PC (Dell 5150 
desktop) remains on and I need to do a hard reset to turn my PC off.

  I have seen relatively similar problems but none match mine exactly, I
  have attempted using:

  sudo shutdown -P now

  or

  sudo shutdown -H now

  or

  sudo reboot

  But the results are the same.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: pm-utils 1.4.1-12ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Mon Dec 23 14:15:34 2013
  ExecutablePath: /usr/lib/pm-utils/power.d/pci_devices
  InstallationDate: Installed on 2013-10-19 (64 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  InterpreterPath: /bin/dash
  MarkForUpload: True
  OmitPids: 1093 4435 863 731 4441 726 691 667 4514 759 4473 710 731 4441 726 
691 667 4514 759 710
  PackageArchitecture: all
  ProcCmdline: /bin/sh /usr/lib/pm-utils/power.d/pci_devices false
  ProcEnviron:
   LC_COLLATE=C
   PATH=(custom, no user)
  SourcePackage: pm-utils
  Title: pci_devices does not terminate at computer shutdown
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1307105] Re: Kernel install fails due PAE checks

2014-04-13 Thread Jii
Fixed target package.

** Package changed: xserver-xorg-video-savage (Ubuntu) = linux-meta
(Ubuntu)

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

Title:
  Kernel install fails due PAE checks

Status in “linux” package in Ubuntu:
  New

Bug description:
  On Thinkpad T42 with Pentium M processor linux image upgrade fails
  with message This kernel does not support a non-PAE CPU.. System was
  installed from  ubuntu-14.04-beta2-desktop-i386.iso with forcepae
  kernel option. After install, system works, but cannot be upgraded to
  laters kernel.

  
  root@t42:/boot# apt-get upgrade
  Reading package lists... Done
  Building dependency tree  
  Reading state information... Done
  You might want to run 'apt-get -f install' to correct these.
  The following packages have unmet dependencies:
   linux-image-extra-3.13.0-24-generic : Depends: 
linux-image-3.13.0-24-generic but it is not installed
   linux-image-generic : Depends: linux-image-3.13.0-24-generic but it is 
not installed
  E: Unmet dependencies. Try using -f.
   
  root@t42:/boot# apt-get install -f
  Reading package lists... Done
  Building dependency tree  
  Reading state information... Done
  Correcting dependencies... Done
  The following extra packages will be installed:
linux-image-3.13.0-24-generic
  Suggested packages:
fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
  The following NEW packages will be installed:
linux-image-3.13.0-24-generic
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  3 not fully installed or removed.
  Need to get 0 B/14.6 MB of archives.
  After this operation, 32.3 MB of additional disk space will be used.
  Do you want to continue? [Y/n]
  (Reading database ... 196089 files and directories currently installed.)
  Preparing to unpack 
.../linux-image-3.13.0-24-generic_3.13.0-24.46_i386.deb ...
  This kernel does not support a non-PAE CPU.
  dpkg: error processing archive 
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.46_i386.deb 
(--unpack):
   subprocess new pre-installation script returned error exit status 1
  Examining /etc/kernel/postrm.d .
  run-parts: executing /etc/kernel/postrm.d/initramfs-tools 
3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic
  run-parts: executing /etc/kernel/postrm.d/zz-update-grub 
3.13.0-24-generic /boot/vmlinuz-3.13.0-24-generic
  Errors were encountered while processing:
   
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.46_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

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

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


[Desktop-packages] [Bug 1304532] Re: Ubuntu hangs on shutdown/reboot

2014-04-13 Thread Nikolay Morozov
** Attachment added: process.log
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1304532/+attachment/4082496/+files/process.log

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

Title:
  Ubuntu hangs on shutdown/reboot

Status in “upstart” package in Ubuntu:
  New

Bug description:
  Xubuntu hangs on shutdown and reboot on Dell D430 laptop
  even with live USB boot

  13.10 works fine

  got 2 errors

  1) MomemManager did't terminated correctly
  2) mount / is busy

  screnshot in attach

  changing apci=force reboot=force and releated kernel option will not
  help

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: modemmanager 1.0.0-2ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue Apr  8 20:21:25 2014
  InstallationDate: Installed on 2014-04-07 (0 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  SourcePackage: modemmanager
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1304532] Re: Ubuntu hangs on shutdown/reboot

2014-04-13 Thread Nikolay Morozov
i add /etc/rc6.d/S59perso-script
as described here http://ubuntuforums.org/showthread.php?t=2008576

process.log in attach

add
kill -9 9
kill -9 pci_device

now no error about / is busy, but still hangs :(


** Attachment added: process.log
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1304532/+attachment/4082495/+files/process.log

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

Title:
  Ubuntu hangs on shutdown/reboot

Status in “upstart” package in Ubuntu:
  New

Bug description:
  Xubuntu hangs on shutdown and reboot on Dell D430 laptop
  even with live USB boot

  13.10 works fine

  got 2 errors

  1) MomemManager did't terminated correctly
  2) mount / is busy

  screnshot in attach

  changing apci=force reboot=force and releated kernel option will not
  help

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: modemmanager 1.0.0-2ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue Apr  8 20:21:25 2014
  InstallationDate: Installed on 2014-04-07 (0 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  SourcePackage: modemmanager
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1304532] Re: Ubuntu hangs on shutdown/reboot

2014-04-13 Thread Nikolay Morozov
seems to be upstart problem

** Package changed: modemmanager (Ubuntu) = upstart (Ubuntu)

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

Title:
  Ubuntu hangs on shutdown/reboot

Status in “upstart” package in Ubuntu:
  New

Bug description:
  Xubuntu hangs on shutdown and reboot on Dell D430 laptop
  even with live USB boot

  13.10 works fine

  got 2 errors

  1) MomemManager did't terminated correctly
  2) mount / is busy

  screnshot in attach

  changing apci=force reboot=force and releated kernel option will not
  help

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: modemmanager 1.0.0-2ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue Apr  8 20:21:25 2014
  InstallationDate: Installed on 2014-04-07 (0 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  SourcePackage: modemmanager
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1303141] Re: [Regression] Unity Gestures: Launcher doesn't slide in

2014-04-13 Thread Alfred Neumayer
** Changed in: unity
   Status: In Progress = Fix Released

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

Title:
  [Regression] Unity Gestures: Launcher doesn't slide in

Status in Unity:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  I just tried Ubuntu 12.04.4 from a USB stick to compare it to 14.04.
  On 12.04 the launcher does slide in beautifully and in sync with the fingers 
when swiping with 4 fingers from left to right on a touchpad.

  The problem:
  On 14.04 the launcher suddenly appears, giving no hint on whether the gesture 
acually works or how far the launcher is slided in.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140403-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Sat Apr  5 21:32:52 2014
  InstallationDate: Installed on 2014-04-04 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140404)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1303468] Re: [Regression] Unity Gestures: 4 Finger Tap directly after login results in empty dash

2014-04-13 Thread Alfred Neumayer
** Changed in: unity
   Status: In Progress = Fix Released

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

Title:
  [Regression] Unity Gestures: 4 Finger Tap directly after login results
  in empty dash

Status in Unity:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  The problem:
  If the dash has not been opened before using the Super-Key or launcher icon, 
  the 4 finger tap results in showing an empty dash that does not have the home 
scope selected.

  The fix:
  Show the home scope if the dash is opened the first time after login using 
the 4 finger tap.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140403-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Sun Apr  6 22:00:48 2014
  InstallationDate: Installed on 2014-04-04 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140404)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1216193] Re: jockey-text crashes with AttributeError - clean up jockey in upgrades to trusty

2014-04-13 Thread Martin Pitt
jockey has been removed from Ubuntu 14.04 at last. It's been deprecated
in favor of ubuntu-drivers-common and software-properties (KDE has a GUI
for it now, too). It should just be removed during dist-upgrade.

** Summary changed:

- jockey-text crashes with AttributeError: 'module' object has no attribute 
'InstallProgress'
+ jockey-text crashes with AttributeError - clean up jockey in upgrades to 
trusty

** Changed in: jockey (Ubuntu)
   Status: Triaged = Invalid

** Also affects: ubuntu-drivers-common (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  jockey-text crashes with AttributeError - clean up jockey in upgrades
  to trusty

Status in “jockey” package in Ubuntu:
  Invalid
Status in “ubuntu-drivers-common” package in Ubuntu:
  New

Bug description:
  Running jockey-text either as an unpriviledged user or as root results
  in the following error:

  Traceback (most recent call last):
File /usr/bin/jockey-text, line 20, in module
  import jockey.ui
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 36, in module
  from jockey.oslib import OSLib
File /usr/lib/python2.7/dist-packages/jockey/oslib.py, line 27, in 
module
  class _CapturedInstallProgress(apt.InstallProgress):
  AttributeError: 'module' object has no attribute 'InstallProgress'

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: jockey-common 0.9.7-0ubuntu13
  ProcVersionSignature: Ubuntu 3.11.0-3.8-generic 3.11.0-rc6
  Uname: Linux 3.11.0-3-generic x86_64
  ApportVersion: 2.12.1-0ubuntu2
  Architecture: amd64
  Date: Fri Aug 23 22:47:28 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-08-09 (15 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: TOSHIBA Satellite L875D
  MarkForUpload: True
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-3-generic 
root=/dev/mapper/ubuntu--vg-root ro i8042.nomux=1 i8042.reset quiet splash
  SourcePackage: jockey
  UpgradeStatus: Upgraded to saucy on 2013-08-09 (15 days ago)
  dmi.bios.date: 12/06/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: 6.30
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: PLCSC8
  dmi.board.vendor: AMD
  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:bvnInsydeCorp.:bvr6.30:bd12/06/2012:svnTOSHIBA:pnSatelliteL875D:pvrPSKFQU-003034:rvnAMD:rnPLCSC8:rvrBaseBoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite L875D
  dmi.product.version: PSKFQU-003034
  dmi.sys.vendor: TOSHIBA

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

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


[Desktop-packages] [Bug 1263704] Re: pci_devices does not terminate at computer shutdown

2014-04-13 Thread Nikolay Morozov
DELL D430 laptop

** Tags removed: testcase

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

Title:
  pci_devices does not terminate at computer shutdown

Status in “pm-utils” package in Ubuntu:
  Confirmed

Bug description:
  I have a clean install of 13.10 using the 3.11 kernel. I have
  previously reported this bug with the 2.12 kernel (Bug #1261898), when
  I used apportcollect it instructed me to use standard Kernel and re-
  report if bug persists; it does...

  When I shutdown or restart the process hangs. I press a key and I see:

  **Killing all remaining processes ... [fail]** (fail is in red)
  This is followed by more info (sometime referring to nm-dispatcher or modem 
and always ends:

  mount:/ is busy

  will now restart (or halt as the case may be)
  Then nothing else happens the process hangs there, power on my PC (Dell 5150 
desktop) remains on and I need to do a hard reset to turn my PC off.

  I have seen relatively similar problems but none match mine exactly, I
  have attempted using:

  sudo shutdown -P now

  or

  sudo shutdown -H now

  or

  sudo reboot

  But the results are the same.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: pm-utils 1.4.1-12ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Mon Dec 23 14:15:34 2013
  ExecutablePath: /usr/lib/pm-utils/power.d/pci_devices
  InstallationDate: Installed on 2013-10-19 (64 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  InterpreterPath: /bin/dash
  MarkForUpload: True
  OmitPids: 1093 4435 863 731 4441 726 691 667 4514 759 4473 710 731 4441 726 
691 667 4514 759 710
  PackageArchitecture: all
  ProcCmdline: /bin/sh /usr/lib/pm-utils/power.d/pci_devices false
  ProcEnviron:
   LC_COLLATE=C
   PATH=(custom, no user)
  SourcePackage: pm-utils
  Title: pci_devices does not terminate at computer shutdown
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1307114] [NEW] Blank screen after resume if lid closed

2014-04-13 Thread Bruce Merry
Public bug reported:

I have a Lenovo G570 laptop (Intel Sandy Bridge graphics). If I suspend
via the user interface, then resume by pressing the power button,
everything works. However, when closing the lid to suspend, I observe
the following sequence:

1. Close lid, wait a few seconds for suspend.
2. Open lid. Laptop starts up, light-locker screen is visible.
3. Type password into light-locker, hit enter.
4. Screen goes blank. It is totally black i.e. it seems that the backlight is 
off.

Moving the mouse, pressing keys or trying to change the brightness with
the keyboard shortcut does not bring back the display. I can get a
console by C-A-F1 and then restart lightdm to get a working display
again.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu2
Architecture: amd64
CurrentDesktop: XFCE
Date: Sun Apr 13 13:14:37 2014
InstallationDate: Installed on 2014-03-10 (34 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140225)
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty xfce

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

Title:
  Blank screen after resume if lid closed

Status in “xorg” package in Ubuntu:
  New

Bug description:
  I have a Lenovo G570 laptop (Intel Sandy Bridge graphics). If I
  suspend via the user interface, then resume by pressing the power
  button, everything works. However, when closing the lid to suspend, I
  observe the following sequence:

  1. Close lid, wait a few seconds for suspend.
  2. Open lid. Laptop starts up, light-locker screen is visible.
  3. Type password into light-locker, hit enter.
  4. Screen goes blank. It is totally black i.e. it seems that the backlight is 
off.

  Moving the mouse, pressing keys or trying to change the brightness
  with the keyboard shortcut does not bring back the display. I can get
  a console by C-A-F1 and then restart lightdm to get a working display
  again.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Apr 13 13:14:37 2014
  InstallationDate: Installed on 2014-03-10 (34 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140225)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1216193] Re: jockey-text crashes with AttributeError - clean up jockey in upgrades to trusty

2014-04-13 Thread Martin Pitt
I uploaded a new u-d-common which should remove jockey on upgrades.

** Changed in: ubuntu-drivers-common (Ubuntu)
   Importance: Undecided = Medium

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: New = Fix Committed

** Changed in: ubuntu-drivers-common (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

Title:
  jockey-text crashes with AttributeError - clean up jockey in upgrades
  to trusty

Status in “jockey” package in Ubuntu:
  Invalid
Status in “ubuntu-drivers-common” package in Ubuntu:
  Fix Committed

Bug description:
  Running jockey-text either as an unpriviledged user or as root results
  in the following error:

  Traceback (most recent call last):
File /usr/bin/jockey-text, line 20, in module
  import jockey.ui
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 36, in module
  from jockey.oslib import OSLib
File /usr/lib/python2.7/dist-packages/jockey/oslib.py, line 27, in 
module
  class _CapturedInstallProgress(apt.InstallProgress):
  AttributeError: 'module' object has no attribute 'InstallProgress'

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: jockey-common 0.9.7-0ubuntu13
  ProcVersionSignature: Ubuntu 3.11.0-3.8-generic 3.11.0-rc6
  Uname: Linux 3.11.0-3-generic x86_64
  ApportVersion: 2.12.1-0ubuntu2
  Architecture: amd64
  Date: Fri Aug 23 22:47:28 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-08-09 (15 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: TOSHIBA Satellite L875D
  MarkForUpload: True
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-3-generic 
root=/dev/mapper/ubuntu--vg-root ro i8042.nomux=1 i8042.reset quiet splash
  SourcePackage: jockey
  UpgradeStatus: Upgraded to saucy on 2013-08-09 (15 days ago)
  dmi.bios.date: 12/06/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: 6.30
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: PLCSC8
  dmi.board.vendor: AMD
  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:bvnInsydeCorp.:bvr6.30:bd12/06/2012:svnTOSHIBA:pnSatelliteL875D:pvrPSKFQU-003034:rvnAMD:rnPLCSC8:rvrBaseBoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite L875D
  dmi.product.version: PSKFQU-003034
  dmi.sys.vendor: TOSHIBA

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

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


[Desktop-packages] [Bug 1306840] Re: There are dead link in System Settings - Security Privacy - Security

2014-04-13 Thread Hans Joachim Desserud
Thanks for taking your time to report this issue and help making Ubuntu
better.

I am able to reproduce this issue in unity-control-center 
14.04.3+14.04.20140410-0ubuntu1 on Ubuntu Trusty. I got he following error 
messages in the terminal when attempting to click on the links:
** (unity-control-center:3931): WARNING **: security-widget.vala:127: Failed to 
execute child process gnome-control-center (No such file or directory)

** (unity-control-center:3931): WARNING **: security-widget.vala:140:
Failed to execute child process gnome-control-center (No such file or
directory)


** Changed in: unity-control-center (Ubuntu)
   Status: New = Confirmed

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

Title:
  There are dead link in System Settings - Security  Privacy -
  Security

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

Bug description:
  In unity-control-package, there are have deads link. Open System
  Settings - Security  Privacy, then go to Security tab. 'Password
  Settings' and 'Power Settings' are have dead link.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-control-center 14.04.3+14.04.20140410-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sat Apr 12 06:48:21 2014
  ExecutablePath: /usr/bin/unity-control-center
  InstallationDate: Installed on 2014-04-07 (4 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta i386 (20140326)
  SourcePackage: unity-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_unity-control-center:
   activity-log-manager 0.9.7-0ubuntu13
   deja-dup 30.0-0ubuntu4

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

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


[Desktop-packages] [Bug 1307118] [NEW] Unity freezes on resuming from suspend

2014-04-13 Thread Nekhelesh Ramananthan
Public bug reported:

After suspending laptop (by closing the laptop screen) and then
resuming, the screen is black and doesn't seem to take any keyboard or
mouse input. As a result, the only way to fix the situation is to hard
reboot the system.

Steps to reproduce:
1. Suspend laptop
2. Wait for at least 10-15 minutes
3. Try resuming

What happens:
Black screen with the mouse cursor visible. However the whole screen is frozen. 
No keyboard or mouse input is accepted. As a result, I cannot switch to any vt 
to reboot or restart the lightdm process

What should happen:
Unity lockscreen is shown where one can enter the password and return to the 
user session

gnome-screensaver: 3.6.1-0ubuntu13 amd64 [Installed]

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.0+14.04.20140411-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
.tmp.unity.support.test.0:

ApportVersion: 2.14.1-0ubuntu2
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: Sun Apr 13 13:56:56 2014
DistUpgraded: 2014-02-27 11:46:48,360 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:3801]
 NVIDIA Corporation GK107M [GeForce GT 755M] [10de:0fcd] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Lenovo Device [17aa:3801]
InstallationDate: Installed on 2013-09-18 (207 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130802)
MachineType: LENOVO 20217
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=63532c2e-8584-466e-8215-2d6770489a00 ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-02-27 (45 days ago)
dmi.bios.date: 06/04/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: 74CN32WW(V2.02)
dmi.board.asset.tag: YB00228460
dmi.board.name: 20217
dmi.board.vendor: LENOVO
dmi.board.version: 3193WIN8 STD MLT
dmi.chassis.asset.tag: YB00228460
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo IdeaPad Y510P
dmi.modalias: 
dmi:bvnLENOVO:bvr74CN32WW(V2.02):bd06/04/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rn20217:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
dmi.product.name: 20217
dmi.product.version: Lenovo IdeaPad Y510P
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu7
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
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: Sun Apr 13 13:51:07 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)
 NOUVEAU(G0): Failed to initialise context object: 2D_NVC0 (0)
 NOUVEAU(G0): Error initialising acceleration.  Falling back to NoAccel
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 489
 vendor LGD
xserver.version: 2:1.15.0-1ubuntu7

** Affects: unity
 Importance: Undecided
 Status: New

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


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

** Description changed:

  After suspending laptop (by closing the laptop screen) and then
  resuming, the screen is black and doesn't seem to take any keyboard or
  mouse input. As a result, the only way to fix the situation is to hard
  reboot the system.
  
  Steps to reproduce:
  1. Suspend laptop
  2. Wait for at least 10-15 minutes
  3. Try resuming
  
  What happens:
  Black screen with the mouse cursor visible. However the whole screen is 
frozen. No keyboard or mouse input is accepted. As a result, I cannot switch to 
any vt to reboot or restart the lightdm process
  
  What should happen:
  Unity lockscreen is shown where one can enter the password and return to the 
user session
  
+ gnome-screensaver: 3.6.1-0ubuntu13 amd64 [Installed]
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140411-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 

Re: [Desktop-packages] [Bug 1022077] Re: Rhythmbox messes up ID3 tags

2014-04-13 Thread Rockin Mike
Walter,

Thanks for your attention to this.
Unfortunately I won't be able to test as I have switched to a different Linux 
distro and am now using Clementine.

Mike




 From: Walter Garcia-Fontes walter.gar...@upf.edu
To: rockin.m...@yahoo.com 
Sent: Sunday, April 13, 2014 1:39 AM
Subject: [Bug 1022077] Re: Rhythmbox messes up ID3 tags
 

Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  Rhythmbox messes up ID3 tags

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  All my music is located on an external USB drive. In Rhythmbox music
  library location is set to ~/Music. In ~/Music I created a symbolic
  link to a folder on external drive (/media/external/Music). The USB
  cable I use to connect the drive to PC sometimes loses connection.
  After that Rhythmbox pauses playback because it can no longer read the
  file, but when drive reconnects again Rhythmbox rewrites ID3 tags of
  almost all the queued mp3 files.

  Ubuntu version: 12.04 LTS
  Rhythmbox version: 2.96

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

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

Title:
  Rhythmbox messes up ID3 tags

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  All my music is located on an external USB drive. In Rhythmbox music
  library location is set to ~/Music. In ~/Music I created a symbolic
  link to a folder on external drive (/media/external/Music). The USB
  cable I use to connect the drive to PC sometimes loses connection.
  After that Rhythmbox pauses playback because it can no longer read the
  file, but when drive reconnects again Rhythmbox rewrites ID3 tags of
  almost all the queued mp3 files.

  Ubuntu version: 12.04 LTS
  Rhythmbox version: 2.96

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

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


[Desktop-packages] [Bug 1307114] Re: Blank screen after resume if lid closed

2014-04-13 Thread Thaddäus Tintenfisch
*** This bug is a duplicate of bug 1259339 ***
https://bugs.launchpad.net/bugs/1259339

** This bug has been marked a duplicate of bug 1259339
   xfce4 power manager does not restore screen power

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

Title:
  Blank screen after resume if lid closed

Status in “xorg” package in Ubuntu:
  New

Bug description:
  I have a Lenovo G570 laptop (Intel Sandy Bridge graphics). If I
  suspend via the user interface, then resume by pressing the power
  button, everything works. However, when closing the lid to suspend, I
  observe the following sequence:

  1. Close lid, wait a few seconds for suspend.
  2. Open lid. Laptop starts up, light-locker screen is visible.
  3. Type password into light-locker, hit enter.
  4. Screen goes blank. It is totally black i.e. it seems that the backlight is 
off.

  Moving the mouse, pressing keys or trying to change the brightness
  with the keyboard shortcut does not bring back the display. I can get
  a console by C-A-F1 and then restart lightdm to get a working display
  again.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Apr 13 13:14:37 2014
  InstallationDate: Installed on 2014-03-10 (34 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140225)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1307121] [NEW] Repaint of card when moving it through window edges

2014-04-13 Thread SergeyIT
Public bug reported:

AisleRiot in Ubuntu 14.04 (last updated 13.04.2014).
Cards are not be repainting correctly when moving it  through window client 
area edges

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

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

Title:
  Repaint of card when moving it through window edges

Status in “gnome-games” package in Ubuntu:
  New

Bug description:
  AisleRiot in Ubuntu 14.04 (last updated 13.04.2014).
  Cards are not be repainting correctly when moving it  through window client 
area edges

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

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


[Desktop-packages] [Bug 1263704] Re: pci_devices does not terminate at computer shutdown

2014-04-13 Thread Nikolay Morozov
if have discover what causes my problem
you can look my bug
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1304532
try to check if your bug have the same or not

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

Title:
  pci_devices does not terminate at computer shutdown

Status in “pm-utils” package in Ubuntu:
  Confirmed

Bug description:
  I have a clean install of 13.10 using the 3.11 kernel. I have
  previously reported this bug with the 2.12 kernel (Bug #1261898), when
  I used apportcollect it instructed me to use standard Kernel and re-
  report if bug persists; it does...

  When I shutdown or restart the process hangs. I press a key and I see:

  **Killing all remaining processes ... [fail]** (fail is in red)
  This is followed by more info (sometime referring to nm-dispatcher or modem 
and always ends:

  mount:/ is busy

  will now restart (or halt as the case may be)
  Then nothing else happens the process hangs there, power on my PC (Dell 5150 
desktop) remains on and I need to do a hard reset to turn my PC off.

  I have seen relatively similar problems but none match mine exactly, I
  have attempted using:

  sudo shutdown -P now

  or

  sudo shutdown -H now

  or

  sudo reboot

  But the results are the same.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: pm-utils 1.4.1-12ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Mon Dec 23 14:15:34 2013
  ExecutablePath: /usr/lib/pm-utils/power.d/pci_devices
  InstallationDate: Installed on 2013-10-19 (64 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  InterpreterPath: /bin/dash
  MarkForUpload: True
  OmitPids: 1093 4435 863 731 4441 726 691 667 4514 759 4473 710 731 4441 726 
691 667 4514 759 710
  PackageArchitecture: all
  ProcCmdline: /bin/sh /usr/lib/pm-utils/power.d/pci_devices false
  ProcEnviron:
   LC_COLLATE=C
   PATH=(custom, no user)
  SourcePackage: pm-utils
  Title: pci_devices does not terminate at computer shutdown
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1289047] Re: [Trusty] hostapd package is broken

2014-04-13 Thread Mehdi Hassanpour
Simple workaround is to downgrade/re-install the package to saucy
version which is hostapd_1.0-3ubuntu2.1_i386.deb...

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

Title:
  [Trusty] hostapd package is broken

Status in “wpa” package in Ubuntu:
  Confirmed

Bug description:
  When trying to create an access point, I am met with a fatal error
  with hostapd:

  nl80211: Could not configure driver mode
  nl80211 driver initialization failed.
  hostapd_free_hapd_data: Interface wlan0 wasn't started

  What worked before no longer works today after a package upgrade.

  After installing hostapd deb from Ubuntu 13.10, it works.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: hostapd 1:2.1-0ubuntu1
  Uname: Linux 3.14.0-031400rc5-lowlatency x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  Date: Thu Mar  6 16:57:20 2014
  InstallationDate: Installed on 2014-02-01 (33 days ago)
  InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140121.1)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
   SHELL=/bin/bash
  SourcePackage: wpa
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1303468] Re: [Regression] Unity Gestures: 4 Finger Tap directly after login results in empty dash

2014-04-13 Thread Stephen M. Webb
** Changed in: unity
   Status: Fix Released = Fix Committed

** Changed in: unity
Milestone: None = 7.2.1

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

Title:
  [Regression] Unity Gestures: 4 Finger Tap directly after login results
  in empty dash

Status in Unity:
  Fix Committed
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  The problem:
  If the dash has not been opened before using the Super-Key or launcher icon, 
  the 4 finger tap results in showing an empty dash that does not have the home 
scope selected.

  The fix:
  Show the home scope if the dash is opened the first time after login using 
the 4 finger tap.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140403-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Sun Apr  6 22:00:48 2014
  InstallationDate: Installed on 2014-04-04 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140404)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1307128] [NEW] Dash Search Keeps Launching Tomboy Instances When Tomboy Source is ON

2014-04-13 Thread Žygimantas Beručka
Public bug reported:

When Tomboy search source is ENABLED in Unity Dash, a simple search is
enough to trigger launching of new Tomboy instances. Once the source is
DISABLED, no search triggers this bug.

How to reproduce: Enable the Tomboy source, open Dash and start typing
something what might trigger Tomboy. Say, typing Tomboy or just Tom
and so on, and deleting it and typing again, is enough to keep firing
new instances.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.0+14.04.20140411-0ubuntu1
Uname: Linux 3.14.0-031400rc8-generic x86_64
ApportVersion: 2.14.1-0ubuntu2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: GNOME
Date: Sun Apr 13 14:34:16 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-06-19 (297 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=lt_LT.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-04-10 (3 days ago)

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


** Tags: amd64 apport-bug third-party-packages trusty

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

Title:
  Dash Search Keeps Launching Tomboy Instances When Tomboy Source is
  ON

Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  When Tomboy search source is ENABLED in Unity Dash, a simple search is
  enough to trigger launching of new Tomboy instances. Once the source
  is DISABLED, no search triggers this bug.

  How to reproduce: Enable the Tomboy source, open Dash and start typing
  something what might trigger Tomboy. Say, typing Tomboy or just
  Tom and so on, and deleting it and typing again, is enough to keep
  firing new instances.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140411-0ubuntu1
  Uname: Linux 3.14.0-031400rc8-generic x86_64
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: GNOME
  Date: Sun Apr 13 14:34:16 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-06-19 (297 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=lt_LT.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-04-10 (3 days ago)

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

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


[Desktop-packages] [Bug 1303141] Re: [Regression] Unity Gestures: Launcher doesn't slide in

2014-04-13 Thread Stephen M. Webb
** Changed in: unity
   Status: Fix Released = Fix Committed

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

Title:
  [Regression] Unity Gestures: Launcher doesn't slide in

Status in Unity:
  Fix Committed
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  I just tried Ubuntu 12.04.4 from a USB stick to compare it to 14.04.
  On 12.04 the launcher does slide in beautifully and in sync with the fingers 
when swiping with 4 fingers from left to right on a touchpad.

  The problem:
  On 14.04 the launcher suddenly appears, giving no hint on whether the gesture 
acually works or how far the launcher is slided in.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140403-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Sat Apr  5 21:32:52 2014
  InstallationDate: Installed on 2014-04-04 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140404)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1290677] Re: Multiple Tomboy indicators appear

2014-04-13 Thread Žygimantas Beručka
*** This bug is a duplicate of bug 1307128 ***
https://bugs.launchpad.net/bugs/1307128

I believe this is a Unity's bug, not Tomboy's. I found out how it can be
reproduced at will. See
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1307128

** This bug has been marked a duplicate of bug 1307128
   Dash Search Keeps Launching Tomboy Instances When Tomboy Source is ON

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

Title:
  Multiple Tomboy indicators appear

Status in “tomboy” package in Ubuntu:
  Confirmed

Bug description:
  In Trusty, multiple Tomboy indicator icons randomly appear. They seem
  to each be connected to a separate tomboy.exe instance. I've seen up
  to four before I began to close them. I have no clue what causes them
  to start up. This is using the 14.04 daily image as of March 10th and
  Tomboy version 1.15.4.

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

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


[Desktop-packages] [Bug 1307116] [NEW] Caps Lock switches input source several times instead of just one

2014-04-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Ubuntu 14.04 beta, upgraded April 12, 2014 from Ubuntu 13.10

I have two input sources - English and Russian. I've set up Caps Lock
key at Systems Settings-Text Entry-Switch to next source using. Now if
I am pressing Caps Lock the source indicator quickly changes state as
En-Ru-En-Ru-En (or Ru-En-Ru), so actually input source never
changes. Using other keys (or combinations) to change input source works
as intended, changes En to Ru and vice versa.

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


** Tags: bot-comment
-- 
Caps Lock  switches input source several times instead of just one
https://bugs.launchpad.net/bugs/1307116
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to gnome-settings-daemon 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 1216193] Re: jockey-text crashes with AttributeError - clean up jockey in upgrades to trusty

2014-04-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/ubuntu-drivers-common

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

Title:
  jockey-text crashes with AttributeError - clean up jockey in upgrades
  to trusty

Status in “jockey” package in Ubuntu:
  Invalid
Status in “ubuntu-drivers-common” package in Ubuntu:
  Fix Committed

Bug description:
  Running jockey-text either as an unpriviledged user or as root results
  in the following error:

  Traceback (most recent call last):
File /usr/bin/jockey-text, line 20, in module
  import jockey.ui
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 36, in module
  from jockey.oslib import OSLib
File /usr/lib/python2.7/dist-packages/jockey/oslib.py, line 27, in 
module
  class _CapturedInstallProgress(apt.InstallProgress):
  AttributeError: 'module' object has no attribute 'InstallProgress'

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: jockey-common 0.9.7-0ubuntu13
  ProcVersionSignature: Ubuntu 3.11.0-3.8-generic 3.11.0-rc6
  Uname: Linux 3.11.0-3-generic x86_64
  ApportVersion: 2.12.1-0ubuntu2
  Architecture: amd64
  Date: Fri Aug 23 22:47:28 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-08-09 (15 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: TOSHIBA Satellite L875D
  MarkForUpload: True
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-3-generic 
root=/dev/mapper/ubuntu--vg-root ro i8042.nomux=1 i8042.reset quiet splash
  SourcePackage: jockey
  UpgradeStatus: Upgraded to saucy on 2013-08-09 (15 days ago)
  dmi.bios.date: 12/06/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: 6.30
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: PLCSC8
  dmi.board.vendor: AMD
  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:bvnInsydeCorp.:bvr6.30:bd12/06/2012:svnTOSHIBA:pnSatelliteL875D:pvrPSKFQU-003034:rvnAMD:rnPLCSC8:rvrBaseBoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite L875D
  dmi.product.version: PSKFQU-003034
  dmi.sys.vendor: TOSHIBA

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

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


[Desktop-packages] [Bug 1307116] Re: Caps Lock switches input source several times instead of just one

2014-04-13 Thread Basil Titovchenko
I really don't know what package to blame, sorry.

** Package changed: ubuntu = gnome-settings-daemon (Ubuntu)

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

Title:
  Caps Lock  switches input source several times instead of just one

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

Bug description:
  Ubuntu 14.04 beta, upgraded April 12, 2014 from Ubuntu 13.10

  I have two input sources - English and Russian. I've set up Caps
  Lock key at Systems Settings-Text Entry-Switch to next source
  using. Now if I am pressing Caps Lock the source indicator quickly
  changes state as En-Ru-En-Ru-En (or Ru-En-Ru), so actually input
  source never changes. Using other keys (or combinations) to change
  input source works as intended, changes En to Ru and vice versa.

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

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


[Desktop-packages] [Bug 1307132] [NEW] force-quit dialog is not being rendered properly

2014-04-13 Thread Nekhelesh Ramananthan
Public bug reported:

Recently I had some applications freeze and had to be quit forcefully.
At that time, I saw the new force-quit dialog, however it is not being
rendered properly. You can see a screenshot of it at
https://imgur.com/jnGt0IY.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.0+14.04.20140411-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu2
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: Sun Apr 13 14:58:08 2014
DistUpgraded: 2014-02-27 11:46:48,360 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:3801]
 NVIDIA Corporation GK107M [GeForce GT 755M] [10de:0fcd] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Lenovo Device [17aa:3801]
InstallationDate: Installed on 2013-09-18 (207 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130802)
MachineType: LENOVO 20217
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=63532c2e-8584-466e-8215-2d6770489a00 ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-02-27 (45 days ago)
dmi.bios.date: 06/04/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: 74CN32WW(V2.02)
dmi.board.asset.tag: YB00228460
dmi.board.name: 20217
dmi.board.vendor: LENOVO
dmi.board.version: 3193WIN8 STD MLT
dmi.chassis.asset.tag: YB00228460
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo IdeaPad Y510P
dmi.modalias: 
dmi:bvnLENOVO:bvr74CN32WW(V2.02):bd06/04/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rn20217:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
dmi.product.name: 20217
dmi.product.version: Lenovo IdeaPad Y510P
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu7
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
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: Sun Apr 13 13:51:07 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)
 NOUVEAU(G0): Failed to initialise context object: 2D_NVC0 (0)
 NOUVEAU(G0): Error initialising acceleration.  Falling back to NoAccel
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 489 
 vendor LGD
xserver.version: 2:1.15.0-1ubuntu7

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


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

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

Title:
  force-quit dialog is not being rendered properly

Status in “unity” package in Ubuntu:
  New

Bug description:
  Recently I had some applications freeze and had to be quit forcefully.
  At that time, I saw the new force-quit dialog, however it is not being
  rendered properly. You can see a screenshot of it at
  https://imgur.com/jnGt0IY.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140411-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu2
  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: Sun Apr 13 14:58:08 2014
  DistUpgraded: 2014-02-27 11:46:48,360 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3801]
   NVIDIA Corporation GK107M [GeForce GT 755M] [10de:0fcd] (rev a1) 

[Desktop-packages] [Bug 1293058] Re: compiz: PAM unable to dlopen(pam_usb.so): /lib/security/pam_usb.so: cannot open shared object file: No such file or directory

2014-04-13 Thread Karma Dorje
** Also affects: libpam-usb (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  compiz: PAM unable to dlopen(pam_usb.so): /lib/security/pam_usb.so:
  cannot open shared object file: No such file or directory

Status in Unity:
  Incomplete
Status in “libpam-usb” package in Ubuntu:
  New
Status in “lightdm” package in Ubuntu:
  New

Bug description:
  after resume from suspend/sleep mode i can't login via usb-stick and cannot 
login via password because my keyboard is unresponsive — not possible to change 
the input language.
  apt-cache policy compiz
  compiz:
    Installed: 1:0.9.11+14.04.20140310-0ubuntu1
    Candidate: 1:0.9.11+14.04.20140310-0ubuntu1
    Version table:
   *** 1:0.9.11+14.04.20140310-0ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  apt-cache policy libpam-usb
  libpam-usb:
    Installed: 0.5.0-4
    Candidate: 0.5.0-4
    Version table:
   *** 0.5.0-4 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
  100 /var/lib/dpkg/status

  dpkg --listfiles libpam-usb
  /.
  /usr
  /usr/share
  /usr/share/pam-configs
  /usr/share/pam-configs/usb
  /usr/share/doc
  /usr/share/doc/libpam-usb
  /usr/share/doc/libpam-usb/README.Debian
  /usr/share/doc/libpam-usb/copyright
  /usr/share/doc/libpam-usb/NEWS.Debian.gz
  /lib
  /lib/x86_64-linux-gnu
  /lib/x86_64-linux-gnu/security
  /lib/x86_64-linux-gnu/security/pam_usb.so
  /usr/share/doc/libpam-usb/changelog.Debian.gz

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

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


[Desktop-packages] [Bug 1303415] Re: check_gl_texture_size crashed with SIGSEGV in __GI___pthread_mutex_lock()

2014-04-13 Thread Sébastien Maes
** Information type changed from Private to Private Security

** 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 gnome-desktop3 in Ubuntu.
https://bugs.launchpad.net/bugs/1303415

Title:
  check_gl_texture_size crashed with SIGSEGV in
  __GI___pthread_mutex_lock()

Status in “gnome-desktop3” package in Ubuntu:
  New

Bug description:
  gnome-desktop3 has crashed on Trusty just after leaving the login
  screen (LightDM).

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: libgnome-desktop-3-7 3.8.4-0ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  Date: Sun Apr  6 19:37:34 2014
  ExecutablePath: /usr/lib/libgnome-desktop-3-7/check_gl_texture_size
  InstallationDate: Installed on 2014-04-04 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  ProcCmdline: /usr/lib/libgnome-desktop-3-7/check_gl_texture_size
  ProcEnviron:
   
  SegvAnalysis:
   Segfault happened at: 0x7f3b443b4414 __GI___pthread_mutex_lock+4:  mov
0x10(%rdi),%esi
   PC (0x7f3b443b4414) ok
   source 0x10(%rdi) (0x20d8) not located in a known VMA region (needed 
readable region)!
   destination %esi ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-desktop3
  StacktraceTop:
   __GI___pthread_mutex_lock (mutex=0x0) at ../nptl/pthread_mutex_lock.c:66
   ?? () from /usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so
   start_thread (arg=0x7f3b42220700) at pthread_create.c:312
  Title: check_gl_texture_size crashed with SIGSEGV in 
__GI___pthread_mutex_lock()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1305412] Re: After locking screen sometimes must login twice

2014-04-13 Thread Andrea Azzarone
*** This bug is a duplicate of bug 1292451 ***
https://bugs.launchpad.net/bugs/1292451

** This bug has been marked a duplicate of bug 1292451
   screensaver re-locks itself after unlocking if the configured screen-off 
timer goes off while screen is locked

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

Title:
  After locking screen sometimes must login twice

Status in Unity:
  New
Status in “unity” package in Ubuntu:
  Incomplete

Bug description:
  Using Ubuntu 14.04 final beta. Intermittently, when I lock the screen
  then unlock after a period of time the screen locks again by itself
  and I must unlock one more time.

  To date I haven't found a pattern for when this happens other than it
  seems to occur when the computer has been locked for several minutes.
  The computer has not been suspended.

  Steps:
  1. Lock screen
  2. Leave locked for several minutes
  3. Login to unlock

  Screen refreshes to the desktop. Then all of a sudden the screen locks
  itself and I must re-enter my password and unlock the screen yet
  again. After that the system is stable and I can continue to work.

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

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


[Desktop-packages] [Bug 546021] Re: Using Shift+left arrow or right arrow to select characters results in garbage on command line

2014-04-13 Thread Bug Watch Updater
** Changed in: vte
   Status: New = Invalid

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

Title:
  Using Shift+left arrow or right arrow to select characters results in
  garbage on command line

Status in Gnome Virtual Terminal Emulator:
  Invalid
Status in “vte” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gnome-terminal

  I upgraded my system from Karmic to Lucid Beta 1, and now I can't use
  Shift+left arrow or right arrow to select one character at a time.
  These keyboard shortcuts result in garbage on command line:

  - Shift+left arrow prints D
  - Shift+right arrow prints C

  ProblemType: Bug
  Architecture: i386
  Date: Wed Mar 24 09:40:50 2010
  DistroRelease: Ubuntu 10.04
  ExecutablePath: /usr/bin/gnome-terminal
  Package: gnome-terminal 2.29.6-0ubuntu3
  ProcEnviron:
   LANGUAGE=fr_CA:fr
   LANG=fr_CA.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
  SourcePackage: gnome-terminal
  Uname: Linux 2.6.32-16-generic i686

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

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


[Desktop-packages] [Bug 1305586] Re: Lock screen is unusable when a client has a keyboard/mouse grab

2014-04-13 Thread Andrea Azzarone
This happens just with the ssh password dialog. With other grabs the
lock fails to start.

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

** Summary changed:

- Lock screen is unusable when a client has a keyboard/mouse grab
+ Lock screen is unusable when a ssh dialog has a keyboard/mouse grab

** Changed in: unity
   Status: New = Triaged

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

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

Title:
  Lock screen is unusable when a ssh dialog has a keyboard/mouse grab

Status in Unity:
  Triaged
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  My screen just timed out and locked when a password prompt which had a
  grab was displaying.

  I couldn't type my password or interact with the indicators.

  gnome-screensaver just refuses to lock in this situation, perhaps
  unity could do the same unless it's possible to remove and readd the
  grabs yourself, but I don't think XLib lets you do that (you can only
  remove your own grabs AFAIK).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140409-0ubuntu1 [origin: unknown]
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CrashDB: unity
  CurrentDesktop: Unity
  Date: Thu Apr 10 09:39:45 2014
  InstallationDate: Installed on 2012-10-07 (549 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Beta amd64 (20121007)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2013-05-07 (338 days ago)

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

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


[Desktop-packages] [Bug 1293058] Re: compiz: PAM unable to dlopen(pam_usb.so): /lib/security/pam_usb.so: cannot open shared object file: No such file or directory

2014-04-13 Thread Andrea Azzarone
Does it work using gnome-screensaver or other applications/modules using
pam?

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

Title:
  compiz: PAM unable to dlopen(pam_usb.so): /lib/security/pam_usb.so:
  cannot open shared object file: No such file or directory

Status in Unity:
  Incomplete
Status in “libpam-usb” package in Ubuntu:
  New
Status in “lightdm” package in Ubuntu:
  New

Bug description:
  after resume from suspend/sleep mode i can't login via usb-stick and cannot 
login via password because my keyboard is unresponsive — not possible to change 
the input language.
  apt-cache policy compiz
  compiz:
    Installed: 1:0.9.11+14.04.20140310-0ubuntu1
    Candidate: 1:0.9.11+14.04.20140310-0ubuntu1
    Version table:
   *** 1:0.9.11+14.04.20140310-0ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  apt-cache policy libpam-usb
  libpam-usb:
    Installed: 0.5.0-4
    Candidate: 0.5.0-4
    Version table:
   *** 0.5.0-4 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
  100 /var/lib/dpkg/status

  dpkg --listfiles libpam-usb
  /.
  /usr
  /usr/share
  /usr/share/pam-configs
  /usr/share/pam-configs/usb
  /usr/share/doc
  /usr/share/doc/libpam-usb
  /usr/share/doc/libpam-usb/README.Debian
  /usr/share/doc/libpam-usb/copyright
  /usr/share/doc/libpam-usb/NEWS.Debian.gz
  /lib
  /lib/x86_64-linux-gnu
  /lib/x86_64-linux-gnu/security
  /lib/x86_64-linux-gnu/security/pam_usb.so
  /usr/share/doc/libpam-usb/changelog.Debian.gz

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

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


[Desktop-packages] [Bug 1307084] Re: Vino doesn't work from OSX Mavericks Screen Sharing on Ubuntu 14.04

2014-04-13 Thread Sampo Savola
** Summary changed:

- Vino doesn't work from OSX Mavericks Sreen Sharing  on Ubuntu 14.04
+ Vino doesn't work from OSX Mavericks Screen Sharing  on Ubuntu 14.04

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

Title:
  Vino doesn't work from OSX Mavericks Screen Sharing  on Ubuntu 14.04

Status in “vino” package in Ubuntu:
  New

Bug description:
  After upgrading to 14.04 from 13.10 VNC stopped working from Mac OSX Screen 
sharing application.
  At first I thought it was related to issue 
https://bugs.launchpad.net/ubuntu/+source/vino/+bug/1290666 . 
  But that makes other VNC clients such as TightVNC working but issue with OSX 
Screen Sharing still exists, maybe it is because it uses fairly old protocol.

  Logs from vine-server when connecting with TightVNC and with OSX
  Screen Sharing apps:

  TIghtVNC:

  sampo@sampo-htpc:~$ /usr/lib/vino/vino-server

  (vino-server:2799): EggSMClient-CRITICAL **: egg_sm_client_set_mode: 
assertion 'global_client == NULL || global_client_mode == 
EGG_SM_CLIENT_MODE_DISABLED' failed
  13/04/2014 10:45:06 AM Autoprobing TCP port in (all) network interface
  13/04/2014 10:45:06 AM Listening IPv6://[::]:5900
  13/04/2014 10:45:06 AM Listening IPv4://0.0.0.0:5900
  13/04/2014 10:45:06 AM Autoprobing selected port 5900
  13/04/2014 10:45:06 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:45:06 AM Re-binding socket to listen for VNC connections on TCP 
port 5900 in (all) interface
  13/04/2014 10:45:06 AM Listening IPv6://[::]:5900
  13/04/2014 10:45:06 AM Listening IPv4://0.0.0.0:5900
  13/04/2014 10:45:06 AM Clearing securityTypes
  13/04/2014 10:45:06 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:45:06 AM Clearing securityTypes
  13/04/2014 10:45:06 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:45:06 AM Advertising authentication type: 'No Authentication' 
(1)
  13/04/2014 10:45:06 AM Re-binding socket to listen for VNC connections on TCP 
port 5900 in (all) interface
  13/04/2014 10:45:06 AM Listening IPv6://[::]:5900
  13/04/2014 10:45:06 AM Listening IPv4://0.0.0.0:5900
  13/04/2014 10:45:06 AM Clearing securityTypes
  13/04/2014 10:45:06 AM Clearing authTypes
  13/04/2014 10:45:06 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:45:06 AM Advertising authentication type: 'No Authentication' 
(1)
  13/04/2014 10:45:06 AM Advertising security type: 'No Authentication' (1)

  (vino-server:2799): GLib-CRITICAL **: g_variant_new_string: assertion 'string 
!= NULL' failed
  13/04/2014 10:45:21 AM [IPv4] Got connection from client Sampos-Air.lan
  13/04/2014 10:45:21 AM   other clients:
  13/04/2014 10:45:21 AM Client Protocol Version 3.7
  13/04/2014 10:45:21 AM Advertising security type 18
  13/04/2014 10:45:21 AM Advertising security type 1
  13/04/2014 10:45:21 AM Client returned security type 1
  13/04/2014 10:45:21 AM Pixel format for client Sampos-Air.lan:
  13/04/2014 10:45:21 AM   32 bpp, depth 24, little endian
  13/04/2014 10:45:21 AM   true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
  13/04/2014 10:45:21 AM no translation needed
  13/04/2014 10:45:21 AM rfbProcessClientNormalMessage: ignoring unknown 
encoding type 8

  With TightVNC it works normally,

  
  Screen Sharing from Mavericks:

  sampo@sampo-htpc:~$ /usr/lib/vino/vino-server

  (vino-server:2887): EggSMClient-CRITICAL **: egg_sm_client_set_mode: 
assertion 'global_client == NULL || global_client_mode == 
EGG_SM_CLIENT_MODE_DISABLED' failed
  13/04/2014 10:47:47 AM Autoprobing TCP port in (all) network interface
  13/04/2014 10:47:47 AM Listening IPv6://[::]:5900
  13/04/2014 10:47:47 AM Listening IPv4://0.0.0.0:5900
  13/04/2014 10:47:47 AM Autoprobing selected port 5900
  13/04/2014 10:47:47 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:47:47 AM Re-binding socket to listen for VNC connections on TCP 
port 5900 in (all) interface
  13/04/2014 10:47:47 AM Listening IPv6://[::]:5900
  13/04/2014 10:47:47 AM Listening IPv4://0.0.0.0:5900
  13/04/2014 10:47:47 AM Clearing securityTypes
  13/04/2014 10:47:47 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:47:47 AM Clearing securityTypes
  13/04/2014 10:47:47 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:47:47 AM Advertising authentication type: 'No Authentication' 
(1)
  13/04/2014 10:47:47 AM Re-binding socket to listen for VNC connections on TCP 
port 5900 in (all) interface
  13/04/2014 10:47:47 AM Listening IPv6://[::]:5900
  13/04/2014 10:47:47 AM Listening IPv4://0.0.0.0:5900
  13/04/2014 10:47:47 AM Clearing securityTypes
  13/04/2014 10:47:47 AM Clearing authTypes
  13/04/2014 10:47:47 AM Advertising security type: 'TLS' (18)
  13/04/2014 10:47:47 AM Advertising authentication type: 'No Authentication' 
(1)
  13/04/2014 10:47:47 AM Advertising security type: 'No Authentication' (1)

  (vino-server:2887): GLib-CRITICAL **: g_variant_new_string: assertion 

[Desktop-packages] [Bug 1216193] Re: jockey-text crashes with AttributeError - clean up jockey in upgrades to trusty

2014-04-13 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-drivers-common - 1:0.2.91.4

---
ubuntu-drivers-common (1:0.2.91.4) trusty; urgency=medium

  * Force removal of jockey on upgrades. It has been replaced with
ubuntu-drivers-common two cycles ago, removed from trusty, and now just
crashes due to API changes in aptdaemon. (LP: #1216193)
 -- Martin Pitt martin.p...@ubuntu.com   Sun, 13 Apr 2014 13:31:11 +0200

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  jockey-text crashes with AttributeError - clean up jockey in upgrades
  to trusty

Status in “jockey” package in Ubuntu:
  Invalid
Status in “ubuntu-drivers-common” package in Ubuntu:
  Fix Released

Bug description:
  Running jockey-text either as an unpriviledged user or as root results
  in the following error:

  Traceback (most recent call last):
File /usr/bin/jockey-text, line 20, in module
  import jockey.ui
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 36, in module
  from jockey.oslib import OSLib
File /usr/lib/python2.7/dist-packages/jockey/oslib.py, line 27, in 
module
  class _CapturedInstallProgress(apt.InstallProgress):
  AttributeError: 'module' object has no attribute 'InstallProgress'

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: jockey-common 0.9.7-0ubuntu13
  ProcVersionSignature: Ubuntu 3.11.0-3.8-generic 3.11.0-rc6
  Uname: Linux 3.11.0-3-generic x86_64
  ApportVersion: 2.12.1-0ubuntu2
  Architecture: amd64
  Date: Fri Aug 23 22:47:28 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-08-09 (15 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: TOSHIBA Satellite L875D
  MarkForUpload: True
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-3-generic 
root=/dev/mapper/ubuntu--vg-root ro i8042.nomux=1 i8042.reset quiet splash
  SourcePackage: jockey
  UpgradeStatus: Upgraded to saucy on 2013-08-09 (15 days ago)
  dmi.bios.date: 12/06/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: 6.30
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: PLCSC8
  dmi.board.vendor: AMD
  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:bvnInsydeCorp.:bvr6.30:bd12/06/2012:svnTOSHIBA:pnSatelliteL875D:pvrPSKFQU-003034:rvnAMD:rnPLCSC8:rvrBaseBoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite L875D
  dmi.product.version: PSKFQU-003034
  dmi.sys.vendor: TOSHIBA

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

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


[Desktop-packages] [Bug 1307140] [NEW] Obex file transfer via bluetooth hangs

2014-04-13 Thread Michael Mess
Public bug reported:


While copying files via bluetooth, sometimes the file transfer process freezes.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gvfs-backends 1.12.1-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.2.0-60.91-generic-pae 3.2.55
Uname: Linux 3.2.0-60-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
Date: Sun Apr 13 15:51:28 2014
ExecutablePath: /usr/lib/gvfs/gvfsd-obexftp
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
SourcePackage: gvfs
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise

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

Title:
  Obex file transfer via bluetooth hangs

Status in “gvfs” package in Ubuntu:
  New

Bug description:
  
  While copying files via bluetooth, sometimes the file transfer process 
freezes.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gvfs-backends 1.12.1-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic-pae 3.2.55
  Uname: Linux 3.2.0-60-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Sun Apr 13 15:51:28 2014
  ExecutablePath: /usr/lib/gvfs/gvfsd-obexftp
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  MarkForUpload: True
  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/1307140/+subscriptions

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


[Desktop-packages] [Bug 1307140] Re: Obex file transfer via bluetooth hangs

2014-04-13 Thread Michael Mess
Attached screenshot of file copy process.

The File operations window will be redrawn when necessary, but it's
content does not change after the file transfer got frozen, even the
remaining time will not be updated

I would expect that the word stalled is displayed, as long as the
transfer does not proceed.

Also I would expect that the file transport recovers from beeing
stalled.


** Attachment added: Screenshot of frozen file copy
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1307140/+attachment/4082618/+files/file-transfer.png

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

Title:
  Obex file transfer via bluetooth hangs

Status in “gvfs” package in Ubuntu:
  New

Bug description:
  
  While copying files via bluetooth, sometimes the file transfer process 
freezes.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gvfs-backends 1.12.1-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic-pae 3.2.55
  Uname: Linux 3.2.0-60-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Sun Apr 13 15:51:28 2014
  ExecutablePath: /usr/lib/gvfs/gvfsd-obexftp
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  MarkForUpload: True
  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/1307140/+subscriptions

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


[Desktop-packages] [Bug 1307144] [NEW] 'unredirect fullscreen windows' causes tearing

2014-04-13 Thread nastys
Public bug reported:

Ubuntu release: 14.04
Installed compiz version: 1:0.9.11+14.04.20140409-0ubuntu1

The option 'unredirect fullscreen windows', which is enabled by default
in Compiz, causes tearing in games and other fullscreen OpenGL
applications, even with 'sync to vblank' options enabled in ccsm, in the
GPU settings and in the game.

With this option disabled, VSync works as fine as should with
'unredirected fullscreen windows' enabled and there is no tearing (but
this causes performance issues and the Unity panel shadow on top of the
application).

Tested with:
- ASUS NVIDIA GTX 650-E-1GD5 with NVIDIA proprietary driver 331.38 (tested) 
(nvidia-331)
- the same graphics card with NVIDIA proprietary driver 331.38 
(nvidia-331-updates)
- the same graphics card with Nouveau open source driver 
(xserver-xorg-video-nouveau)
- Intel HD 4000 iGPU with default open source drivers

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


** Tags: compiz tearing vblank vsync

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

Title:
  'unredirect fullscreen windows' causes tearing

Status in “compiz” package in Ubuntu:
  New

Bug description:
  Ubuntu release: 14.04
  Installed compiz version: 1:0.9.11+14.04.20140409-0ubuntu1

  The option 'unredirect fullscreen windows', which is enabled by
  default in Compiz, causes tearing in games and other fullscreen OpenGL
  applications, even with 'sync to vblank' options enabled in ccsm, in
  the GPU settings and in the game.

  With this option disabled, VSync works as fine as should with
  'unredirected fullscreen windows' enabled and there is no tearing (but
  this causes performance issues and the Unity panel shadow on top of
  the application).

  Tested with:
  - ASUS NVIDIA GTX 650-E-1GD5 with NVIDIA proprietary driver 331.38 (tested) 
(nvidia-331)
  - the same graphics card with NVIDIA proprietary driver 331.38 
(nvidia-331-updates)
  - the same graphics card with Nouveau open source driver 
(xserver-xorg-video-nouveau)
  - Intel HD 4000 iGPU with default open source drivers

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

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


[Desktop-packages] [Bug 1305877]

2014-04-13 Thread Eike Rathke
That's not a bug. Applying a cell format never changes the cell content.
The ' apostrophe in the input line is prepended so that when editing the
content it stays text. Removing the ' will accept the input as number
then. You can bulk change multiple cells by selecting them, apply a
number format and then invoke FindReplace   Search: ^.   Replace: $0
and in options check regular expression and selection only. Or use the
Convert-Text-To-Number extension from http://extensions.libreoffice.org
/extension-center/ct2n-convert-text-to-number-and-dates

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

Title:
  [Upstream] ' prepended when applying Number Category to Text Category
  cell with a number in it

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  2)  apt-cache policy libreoffice-calc
  libreoffice-calc:
    Installed: 1:4.2.3~rc3-0ubuntu2
    Candidate: 1:4.2.3~rc3-0ubuntu2
    Version table:
   *** 1:4.2.3~rc3-0ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in Calc is secondary click an an empty
  cell - Format Cells... - under Category choose Text - click button
  OK - in that cell type 1 - secondary click the cell - Format
  Cells... - under Category choose Number - click button OK and when
  one clicks the cell the input line just shows 1, as it does in
  Microsoft Excel 2003 (11.5612.8172).

  4) What happens instead is it shows:
  '1

  WORKAROUND: Set the cell Category to Number prior to inserting
  numbers.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-calc 1:3.5.7-0ubuntu5
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
  Uname: Linux 3.2.0-60-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Apr 10 14:10:51 2014
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64+mac 
(20120823.1)
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1305877/+subscriptions

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


[Desktop-packages] [Bug 1305877]

2014-04-13 Thread Christopher M. Penalver
Eike Rathke, thanks for taking a quick look at this.

Given when one comes from using Excel, where if one converted the
Category from a Text to a Number, no apostrophe is appended, and how the
LO code had designed an apostrophe in, this would be an Excel
functionality compatibility expectations report. Hence, would the
WORKAROUND you documented in
https://bugs.freedesktop.org/show_bug.cgi?id=77317#c2 be documented on
the LO wiki at http://help.libreoffice.org/Main_Page ?

m.a.riosv, suggesting the original reporter create now a third report
(one downstream, this one, and your suggested third) because they didn't
know it's an enhancement vs. a bug is a terrible habit of the
OpenOffice.org bugzilla I've seen happen to others and personally
experienced, and that we here at LibreOffice would not want to
replicate.

Hence, I've gone ahead and marked this lowest enhancement given the
advised WORKAROUNDs.

Thank you for your understanding.

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

Title:
  [Upstream] ' prepended when applying Number Category to Text Category
  cell with a number in it

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  2)  apt-cache policy libreoffice-calc
  libreoffice-calc:
    Installed: 1:4.2.3~rc3-0ubuntu2
    Candidate: 1:4.2.3~rc3-0ubuntu2
    Version table:
   *** 1:4.2.3~rc3-0ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in Calc is secondary click an an empty
  cell - Format Cells... - under Category choose Text - click button
  OK - in that cell type 1 - secondary click the cell - Format
  Cells... - under Category choose Number - click button OK and when
  one clicks the cell the input line just shows 1, as it does in
  Microsoft Excel 2003 (11.5612.8172).

  4) What happens instead is it shows:
  '1

  WORKAROUND: Set the cell Category to Number prior to inserting
  numbers.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-calc 1:3.5.7-0ubuntu5
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
  Uname: Linux 3.2.0-60-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Apr 10 14:10:51 2014
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64+mac 
(20120823.1)
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1305877/+subscriptions

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


[Desktop-packages] [Bug 1305877]

2014-04-13 Thread Mariosv
Created attachment 97240
Sample file linking data in a web page

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

Title:
  [Upstream] ' prepended when applying Number Category to Text Category
  cell with a number in it

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  2)  apt-cache policy libreoffice-calc
  libreoffice-calc:
    Installed: 1:4.2.3~rc3-0ubuntu2
    Candidate: 1:4.2.3~rc3-0ubuntu2
    Version table:
   *** 1:4.2.3~rc3-0ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in Calc is secondary click an an empty
  cell - Format Cells... - under Category choose Text - click button
  OK - in that cell type 1 - secondary click the cell - Format
  Cells... - under Category choose Number - click button OK and when
  one clicks the cell the input line just shows 1, as it does in
  Microsoft Excel 2003 (11.5612.8172).

  4) What happens instead is it shows:
  '1

  WORKAROUND: Set the cell Category to Number prior to inserting
  numbers.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-calc 1:3.5.7-0ubuntu5
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
  Uname: Linux 3.2.0-60-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Apr 10 14:10:51 2014
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64+mac 
(20120823.1)
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1305877/+subscriptions

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


[Desktop-packages] [Bug 1305877]

2014-04-13 Thread Mariosv
Hi Michael, even you don't like how it works, it is not a bug as Eike
have explained, and he knows, as expert developer, about what he is
talking.

Changing the cell format never change their content, unintuitive or not,
this is a basic assumption in a spreadsheet, and I hope this will be
always so.

If there are not formulas, you can copy the range and select the unformatted 
text option in the right arrow of the paste button. 
Or if it is only a column with data using Menu/Data/Text to columns.

If you are not agree, please open a new bug as a request for
enhancement, detailing as much as possible what you want.

Next comment I attach a file sample how to extract the data from your web page, 
throuhg Menu/Insert/Link to external data.
You can see and edit the link in Menu/Edit/Links.

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

Title:
  [Upstream] ' prepended when applying Number Category to Text Category
  cell with a number in it

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  2)  apt-cache policy libreoffice-calc
  libreoffice-calc:
    Installed: 1:4.2.3~rc3-0ubuntu2
    Candidate: 1:4.2.3~rc3-0ubuntu2
    Version table:
   *** 1:4.2.3~rc3-0ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in Calc is secondary click an an empty
  cell - Format Cells... - under Category choose Text - click button
  OK - in that cell type 1 - secondary click the cell - Format
  Cells... - under Category choose Number - click button OK and when
  one clicks the cell the input line just shows 1, as it does in
  Microsoft Excel 2003 (11.5612.8172).

  4) What happens instead is it shows:
  '1

  WORKAROUND: Set the cell Category to Number prior to inserting
  numbers.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-calc 1:3.5.7-0ubuntu5
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
  Uname: Linux 3.2.0-60-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Apr 10 14:10:51 2014
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64+mac 
(20120823.1)
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1305877/+subscriptions

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


[Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-04-13 Thread Miguel-Angel QUEVEDO
Hi, I have the same problem with two different bluetooth a2dp devices,
maybe this could be useful:

E: [pulseaudio] bluetooth-util.c: org.bluez.Media.RegisterEndpoint() failed: 
org.freedesktop.DBus.Error.UnknownMethod: Method RegisterEndpoint with 
signature oa{sv} on interface org.bluez.Media doesn't exist
E: [pulseaudio] bluetooth-util.c: org.bluez.Media.RegisterEndpoint() failed: 
org.freedesktop.DBus.Error.UnknownMethod: Method RegisterEndpoint with 
signature oa{sv} on interface org.bluez.Media doesn't exist
E: [pulseaudio] bluetooth-util.c: org.bluez.Media.RegisterEndpoint() failed: 
org.freedesktop.DBus.Error.UnknownMethod: Method RegisterEndpoint with 
signature oa{sv} on interface org.bluez.Media doesn't exist
E: [pulseaudio] bluetooth-util.c: org.bluez.Media.RegisterEndpoint() failed: 
org.freedesktop.DBus.Error.UnknownMethod: Method RegisterEndpoint with 
signature oa{sv} on interface org.bluez.Media doesn't exist
E: [pulseaudio] bluetooth-util.c: Volume change does not have an associated 
transport
E: [pulseaudio] bluetooth-util.c: Volume change does not have an associated 
transpor

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

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

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

Bug description:
  Hi,

  I found a bug in Ubuntu 14.04 !

  I tried to pair a bluetooth stereo headset (A2DP compatible). The
  pairing process goes well, but after that I can't select it on the
  audio preferences.

  When I select it, it only shows the last selected item options and don't do 
anything. (he should switch to the headset output).
  I must mention that it worked very well on Ubuntu 12.04.

  This bug can be in the bluetooth stack or in unity-control-center or
  maybe pulseaudio. I actually have no idea.

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

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


[Desktop-packages] [Bug 1305877]

2014-04-13 Thread Michael Doube
For the record I'd like to note that this is a bizarre, unintuitive
intended behaviour, and the fix you propose is equally bizarre and
unintuitive. Having to install an extension seems way over the top for
what should be a core functionality (I guess at some point someone was
so desperate to do this that they resorted to coding the extension!).

I first attempted a find-replace for ' - [empty], which didn't work.
Your regex example will be totally opaque to nearly all users.

The answer to the pasting some data from a website problem is to Paste
Special... get the delimiters right and make sure to check the box to
detect special numbers (my data are here:
http://physics.nist.gov/PhysRefData/XrayMassCoef/ComTab/pyrex.html ).

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

Title:
  [Upstream] ' prepended when applying Number Category to Text Category
  cell with a number in it

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  2)  apt-cache policy libreoffice-calc
  libreoffice-calc:
    Installed: 1:4.2.3~rc3-0ubuntu2
    Candidate: 1:4.2.3~rc3-0ubuntu2
    Version table:
   *** 1:4.2.3~rc3-0ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in Calc is secondary click an an empty
  cell - Format Cells... - under Category choose Text - click button
  OK - in that cell type 1 - secondary click the cell - Format
  Cells... - under Category choose Number - click button OK and when
  one clicks the cell the input line just shows 1, as it does in
  Microsoft Excel 2003 (11.5612.8172).

  4) What happens instead is it shows:
  '1

  WORKAROUND: Set the cell Category to Number prior to inserting
  numbers.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-calc 1:3.5.7-0ubuntu5
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
  Uname: Linux 3.2.0-60-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Apr 10 14:10:51 2014
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64+mac 
(20120823.1)
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1305877/+subscriptions

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


[Desktop-packages] [Bug 1305877] Re: [Upstream] ' prepended when applying Number Category to Text Category cell with a number in it

2014-04-13 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: New = Confirmed

** Changed in: df-libreoffice
   Importance: Medium = Wishlist

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

Title:
  [Upstream] ' prepended when applying Number Category to Text Category
  cell with a number in it

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  2)  apt-cache policy libreoffice-calc
  libreoffice-calc:
    Installed: 1:4.2.3~rc3-0ubuntu2
    Candidate: 1:4.2.3~rc3-0ubuntu2
    Version table:
   *** 1:4.2.3~rc3-0ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in Calc is secondary click an an empty
  cell - Format Cells... - under Category choose Text - click button
  OK - in that cell type 1 - secondary click the cell - Format
  Cells... - under Category choose Number - click button OK and when
  one clicks the cell the input line just shows 1, as it does in
  Microsoft Excel 2003 (11.5612.8172).

  4) What happens instead is it shows:
  '1

  WORKAROUND: Set the cell Category to Number prior to inserting
  numbers.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-calc 1:3.5.7-0ubuntu5
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
  Uname: Linux 3.2.0-60-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Thu Apr 10 14:10:51 2014
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64+mac 
(20120823.1)
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1305877/+subscriptions

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


[Desktop-packages] [Bug 1247446] Re: Screen Corruption

2014-04-13 Thread Christopher M. Penalver
** Attachment removed: LightdmGreeterLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1247446/+attachment/3941332/+files/LightdmGreeterLog.txt

** Attachment removed: .proc.driver.nvidia.params.txt
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1247446/+attachment/3941324/+files/.proc.driver.nvidia.params.txt

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

Title:
  Screen Corruption

Status in “xorg” package in Ubuntu:
  Expired

Bug description:
  Recently have had several incidents of screen corruption which seem to
  progress  to the point of a total machine lock-up, making a mechanical
  reboot necessary.  after reboot apport has cranked up and sent in
  repeated crash reports usually indicating Xorg.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xorg 1:7.7+1ubuntu6
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.12.5-0ubuntu2.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
  CurrentDmesg:

  Date: Sat Nov  2 11:01:39 2013
  DistUpgraded: 2013-10-20 14:23:16,272 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GT200 [GeForce GTX 260] [10de:05e2] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: eVga.com. Corp. Device [3842:1257]
  InstallationDate: Installed on 2013-08-28 (65 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=92b1aa81-e5f4-4321-9655-241c62af0e68 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to saucy on 2013-10-20 (12 days ago)
  dmi.bios.date: 02/20/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0210
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5Q PRO TURBO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0210:bd02/20/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QPROTURBO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-1
  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: Sat Nov  2 10:54:09 2013
  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/1247446/+subscriptions

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


[Desktop-packages] [Bug 1132063] Re: Mouse settings missing from Mouse Touchpad dialog

2014-04-13 Thread Florian W.
This is really annoying because it makes Ubuntu unusable when using some
of the DPI selections of my new mouse. The mouse speed setting won't
come up with my old mouse, too.

I've added some debug printf() to gnome-control-center gsd-input-helper.c in 
device_type_is_present:
printf(Result %d: name %s type %d\n, i, device_info[i].name, 
device_info[i].type);
printf(Result %d: type %s\n, i, 
XGetAtomName(GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), 
device_info[i].type));

(second line is a memory leak)

And in device_info_is_mouse, where atom is the result of the XInternAtom call 
in that function:
printf(Mouse atom: %s - %d\n, XGetAtomName(GDK_DISPLAY_XDISPLAY 
(gdk_display_get_default ()), atom), atom);


This is the output when opening the mouse panel:
Result 0: name Virtual core pointer type 0
Result 0: type (null)
Mouse atom: MOUSE - 89
Result 1: name Virtual core keyboard type 0
Result 1: type (null)
Mouse atom: MOUSE - 89
Result 2: name Virtual core XTEST pointer type 0
Result 2: type (null)
Mouse atom: MOUSE - 89
Result 3: name Virtual core XTEST keyboard type 0
Result 3: type (null)
Mouse atom: MOUSE - 89
Result 4: name Power Button type 88
Result 4: type KEYBOARD
Mouse atom: MOUSE - 89
Result 5: name Power Button type 88
Result 5: type KEYBOARD
Mouse atom: MOUSE - 89
Result 6: name AT Translated Set 2 keyboard type 88
Result 6: type KEYBOARD
Mouse atom: MOUSE - 89
Result 7: name Holtek USB Gaming Mouse type 88
Result 7: type KEYBOARD
Mouse atom: MOUSE - 89
Result 8: name Holtek USB Gaming Mouse type 88
Result 8: type KEYBOARD
Mouse atom: MOUSE - 89
Result 9: name USB Multi-Smart Mouse type 88
Result 9: type KEYBOARD
Mouse atom: MOUSE - 89

Clearly, all of the mouse entries (old mouse is the Multi-Smart one, new
mouse is the Holtek one) use the KEYBOARD type aka atom 88, while no
device uses the MOUSE atom number 89. So gnome-control-center assumes
there are no mice because mouse_is_present() returns false.

At the same time, xinput --list shows this (so one of the KEYBOARD entries for 
my Holtek mouse was correct, while the second entry should be MOUSE and the 
Multi-Smart mouse should have a MOUSE entry only):
$ xinput --list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ Holtek USB Gaming Mouse   id=9[slave  pointer  (2)]
⎜   ↳ USB Multi-Smart Mouse id=11   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Power Button  id=7[slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=10   [slave  keyboard (3)]
↳ Holtek USB Gaming Mouse   id=8[slave  keyboard (3)]


So XListInputDevices appears to return the wrong device type? I'm afraid of X 
server internals, so I guess this is a dead end for me.

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

Title:
  Mouse settings missing from Mouse  Touchpad dialog

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

Bug description:
  On up to date Raring alpha, on System Settings  Mouse  Touchpad the
  Mouse settings are completely missing.  The General and Touchpad
  sections are there but none for mouse.  See attached screenshot.

  xinput --list shows
  ~$ xinput --list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ MOSART Semi. 2.4G Keyboard Mouseid=11   [slave  pointer 
 (2)]
  ⎜   ↳ SynPS/2 Synaptics TouchPad  id=14   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ MOSART Semi. 2.4G Keyboard Mouseid=10   [slave  
keyboard (3)]
  ↳ Dell Dell USB Keyboard  id=12   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=13   [slave  
keyboard (3)]

  and from lsusb:
  Bus 003 Device 002: ID 062a:3286 Creative Labs Nano Receiver [Sandstrom Laser 
Mouse SMWLL11]

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: 

[Desktop-packages] [Bug 998784] Re: copy titles to iPod Shuffle doesn't work

2014-04-13 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  copy titles to iPod Shuffle doesn't work

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  Moving files onto iPod Shuffle 2nd gen. doesn't work in Rhytmbox.
  Tried to do it via mouse drag and drop, seems to have no effect.

  Also tried running rhytmbox in debug mode, managed to produce the
  attached debug output while trying.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  CheckboxSubmission: e665592ec356650b8c1e4f41698ed522
  CheckboxSystem: 4ed15c40009aa6f7770f606350a390a2
  Date: Sun May 13 16:38:18 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120301)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 992631] Re: rhythmbox crashes at startup

2014-04-13 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  rhythmbox crashes at startup

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  when start Rhythmbox and start searching the playlists that I have in
  mp3 format on network (network hard drive), the application closes
  completely.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May  1 16:03:58 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 992815] Re: rhythmbox crash when managing podcast ipod after Ubuntu 12.04 LTS

2014-04-13 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  rhythmbox crash when managing podcast ipod after Ubuntu 12.04 LTS

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  After upgrading to Ubuntu 12.04 LTS two days ago rhythmbox can no
  longer manage podcast files on an ipod.  Attempting to remove files
  causes the program to crash.  Adding files to the ipod does not show
  in rhythmbox immediately, but attempting to re-add causes multiple
  duplicate instances on the ipod.  This bug does not seem to affect
  music files for whatever reason.

  System Log from crash: http://pastebin.com/raw.php?i=DSEzBebB

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May  1 11:24:57 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   LANGUAGE=en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: Upgraded to precise on 2012-04-29 (2 days ago)

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

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


[Desktop-packages] [Bug 993792] Re: R.Box doesn't show the album art

2014-04-13 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  R.Box doesn't show the album art

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  It doesn't show the album art for the first time clicking on the song,
  and it only does for the second click. It also impact to unity music
  lens, which makes lens doesn't show the album art if i don't click
  twice in R.box.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic-pae 3.2.16
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Thu May  3 14:24:26 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 996344] Re: Podcasts in double

2014-04-13 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  Podcasts in double

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  I use Rhythmbox to manage 15 podcasts.
  Since about 3 month, on each start of Rhythmbox, a lot of already downloaded 
episodes appear with an empty status.

  (See screenshot)

  Double clicking on it mark them first as waiting then downloaded
  (very quick) and the episode appears twice in the list.

  I hoped  Precise Pangolin to fix this but this is not the case.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May  8 07:17:01 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 993248] Re: Ripping CDs to mp3 sometimes crashes

2014-04-13 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  Ripping CDs to mp3 sometimes crashes

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  1) Ubuntu 12.04
  2) rhythmbox 2.96-0ubuntu4
  3) CD tracks are ripped and converted to mp3s in reasonable time
  4) Ripping takes too long, track lengths are reported as say 22minutes rather 
than 4 minutes, rhythmbox frequently crashes after ripping four or five tracks.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Wed May  2 13:57:27 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 991715] Re: Rhythmbox podcast pause if not fully downloaded before start

2014-04-13 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  Rhythmbox podcast pause if not fully downloaded before start

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  Podcasts play fine if they are fully downloaded before I start to
  listen.

  If I start to play when they are only partially downloaded they
  correctly start to play but then stop part way through, even if the
  whole podcast is downloaded at that stage.

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

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


[Desktop-packages] [Bug 1307140] Re: Obex file transfer via bluetooth hangs

2014-04-13 Thread Michael Mess
Attached picture of error message that occurred after turning off
Bluetooth on the mobile phone to end the hanging file transport.

** Attachment added: Error after turning off Bluetooth on the mobile phone 
(counter party) to end the hanging file transport
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1307140/+attachment/4082699/+files/failure-after-turning-off-bluetooth-on-mobile-phone.png

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

Title:
  Obex file transfer via bluetooth hangs

Status in “gvfs” package in Ubuntu:
  New

Bug description:
  
  While copying files via bluetooth, sometimes the file transfer process 
freezes.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gvfs-backends 1.12.1-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic-pae 3.2.55
  Uname: Linux 3.2.0-60-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Sun Apr 13 15:51:28 2014
  ExecutablePath: /usr/lib/gvfs/gvfsd-obexftp
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  MarkForUpload: True
  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/1307140/+subscriptions

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


[Desktop-packages] [Bug 991042] Re: Rhythmbox sound cuts out, then play head goes at super speed before getting stuck

2014-04-13 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  Rhythmbox sound cuts out, then play head goes at super speed before
  getting stuck

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  I'm not sure exactly how to recreate this as I was listening to
  rhythmbox in the background.

  My library (21000 songs) was on shuffle. It reached the end of a song
  then there was no more sound. I opened the rhythmbox window to see
  what happened and the interface made it look as if it was still
  playing (in the middle of a song that I know has no silent parts).
  Then the playback head started going at double or triple speed going
  through random songs very quickly until it froze.

  When I clicked 'pause' and then 'play' again it went back to normal
  without actually crashing the application.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sun Apr 29 12:26:24 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 991490] Re: Enhancement request: save lyrics to music file

2014-04-13 Thread Walter Garcia-Fontes
** Bug watch added: GNOME Bug Tracker #728120
   https://bugzilla.gnome.org/show_bug.cgi?id=728120

** Also affects: rhythmbox via
   https://bugzilla.gnome.org/show_bug.cgi?id=728120
   Importance: Unknown
   Status: Unknown

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

Title:
  Enhancement request: save lyrics to music file

Status in The Rhythmbox Music Management Application:
  Unknown
Status in “rhythmbox” package in Ubuntu:
  Confirmed

Bug description:
  Please enhance Rhythmbox to be able to save lyrics to the music file
  (MP3/ID3: USLT; M4A: ©lyr) and to display lyrics saved in the meta-
  data/tags of music files. This would allow easy music file exchange to
  other audio players (software  hardware; such as Exaile, iTunes,
  iPod, iPhone etc.) without loosing the lyrics informations. Thank you
  for implementing this feature! =)

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

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


[Desktop-packages] [Bug 989777] Re: Song information text is clipped near the progress bar

2014-04-13 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  Song information text is clipped near the progress bar

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  In Rhythmbox version 2.96, on Ubuntu 12.04 LTS, the text just below
  the control dialogs and just above the music progress bar (for
  instance, Song Name by Artist Name from Album Name) is clipped at
  the bottom, so letters like p and q appear almost as o.

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

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


[Desktop-packages] [Bug 989660] Re: Rhythmbox no variable %td

2014-04-13 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  Rhythmbox no variable %td

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  It's not possible to use the variable %td to print the duration of
  the track.

  Tested with Ubuntu 12.04, Xubuntu 12.04 and a buddy tested with Arch.

  Problem is reproducable.

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

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


[Desktop-packages] [Bug 989382] Re: Play/pause button is not changing in Rhythmbox.

2014-04-13 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  Play/pause button is not changing in Rhythmbox.

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  While playing music in Box (Gnome 3) and pressing Pause button it doesnt 
change to Play.
  Video: http://www.youtube.com/watch?v=1pV4D-IL0HY

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu6
  Architecture: i386
  Date: Fri Apr 27 07:38:09 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: rhythmbox
  UpgradeStatus: Upgraded to precise on 2012-04-02 (24 days ago)

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

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


[Desktop-packages] [Bug 985585] Re: Rhythmbox freeze while enabling ReplayGain

2014-04-13 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  Rhythmbox freeze while enabling ReplayGain

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  Enabled ReplayGain plugin and Rhythmbox (was playing local music)
  froze instantly.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu4
  Architecture: amd64
  Date: Thu Apr 19 14:32:58 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: Upgraded to precise on 2012-04-12 (6 days ago)

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

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


[Desktop-packages] [Bug 1307140] Re: Obex file transfer via bluetooth hangs

2014-04-13 Thread Michael Mess
The hang condition, could that be something like a deadlock via the bluetooth 
communication that can be broken only by terminating the bluetooth connection?
Maybe the computer is waiting for something (new data?) without timeout, but 
the counter party still wants previous data to be acknowledged before sending 
new data but the computer cannot do this while waiting for new data?
As I didn't have a look at the code, this is all speculation.

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

Title:
  Obex file transfer via bluetooth hangs

Status in “gvfs” package in Ubuntu:
  New

Bug description:
  
  While copying files via bluetooth, sometimes the file transfer process 
freezes.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gvfs-backends 1.12.1-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic-pae 3.2.55
  Uname: Linux 3.2.0-60-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  Date: Sun Apr 13 15:51:28 2014
  ExecutablePath: /usr/lib/gvfs/gvfsd-obexftp
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  MarkForUpload: True
  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/1307140/+subscriptions

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


[Desktop-packages] [Bug 983013] Re: Rhythmbow keeps playing / running in background if closed while playing

2014-04-13 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  Rhythmbow keeps playing / running in background if closed while
  playing

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  Well, everything is in the title.
  If I want to quit properly, I have to pause the song and then quit. If I 
don't pause before, the song continues playing and rhythmbox is still running 
in background (no indicator in the launcher though).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu3
  Architecture: amd64
  Date: Mon Apr 16 14:15:01 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120328)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 980051] Re: ubuntu one sto wrong url

2014-04-13 Thread Walter Garcia-Fontes
** Changed in: rhythmbox (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  ubuntu one sto wrong url

Status in “rhythmbox” package in Ubuntu:
  Invalid

Bug description:
  ubuntu store not avaible

  
  Unable to load page

  Problem occurred while loading the URL
  
https://one.ubuntu.com/music/login?oauth_consumer_key=XJ4QsN4oauth_nonce=ZsU5cRQlg3BHsSjO72J5oQGdVJDoauth_signature_method
  =HMAC-
  
SHA1oauth_timestamp=1334247962oauth_token=ntKFDyrhAtfIqaCtCndrSrHMFpqlhWyUPSJuXlCpXzYDpOxCRUoauth_version=1.0oauth_signature=XoInKYSPs%2Bll%2FpBB88G7PMA61Xo%3D

  Cannot resolve proxy hostname ()

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu2
  Architecture: amd64
  Date: Thu Apr 12 18:26:51 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  SourcePackage: rhythmbox
  UpgradeStatus: Upgraded to precise on 2012-02-01 (70 days ago)

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

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


[Desktop-packages] [Bug 1132063] Re: Mouse settings missing from Mouse Touchpad dialog

2014-04-13 Thread Florian W.
Another note, the xinput utility uses the XIQueryDevice (apparently
part of xinput2) function instead of XListInputDevices (xinput1?) if
xinput2 is available. gnome-control-center always uses
XListInputDevices. That probably explains the difference between xinput
--list and the debug output above. It does not explain why results
between xinput1 and xinput2 functions differ.

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

Title:
  Mouse settings missing from Mouse  Touchpad dialog

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

Bug description:
  On up to date Raring alpha, on System Settings  Mouse  Touchpad the
  Mouse settings are completely missing.  The General and Touchpad
  sections are there but none for mouse.  See attached screenshot.

  xinput --list shows
  ~$ xinput --list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ MOSART Semi. 2.4G Keyboard Mouseid=11   [slave  pointer 
 (2)]
  ⎜   ↳ SynPS/2 Synaptics TouchPad  id=14   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Power Buttonid=8[slave  
keyboard (3)]
  ↳ Sleep Buttonid=9[slave  
keyboard (3)]
  ↳ MOSART Semi. 2.4G Keyboard Mouseid=10   [slave  
keyboard (3)]
  ↳ Dell Dell USB Keyboard  id=12   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=13   [slave  
keyboard (3)]

  and from lsusb:
  Bus 003 Device 002: ID 062a:3286 Creative Labs Nano Receiver [Sandstrom Laser 
Mouse SMWLL11]

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-control-center 1:3.6.3-0ubuntu13
  ProcVersionSignature: Ubuntu 3.8.0-7.15-generic 3.8.0
  Uname: Linux 3.8.0-7-generic i686
  ApportVersion: 2.8-0ubuntu4
  Architecture: i386
  Date: Sat Feb 23 09:40:41 2013
  InstallationDate: Installed on 2012-08-01 (205 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120730.1)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu6.1
   deja-dup25.5-0ubuntu1
   gnome-control-center-signon 0.1.2bzr12.12.05-0ubuntu1
   gnome-control-center-unity  1.2daily13.02.15-0ubuntu1
   indicator-datetime  12.10.3daily13.02.06-0ubuntu1

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

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


[Desktop-packages] [Bug 1303025] Re: Nautilus properties can't deal with items over 10000.

2014-04-13 Thread JP
** Changed in: nautilus (Ubuntu)
   Status: New = Invalid

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

Title:
  Nautilus properties can't deal with items over 1.

Status in “nautilus” package in Ubuntu:
  Invalid

Bug description:
  Select any number of folders/items whose content is over 1.
  Right click, choose properties.
  Wait.
  The counting of items start over again and again.

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

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


[Desktop-packages] [Bug 1225622] Re: [FUJITSU AMILO La1703, VT1708, playback] No sound at all

2014-04-13 Thread Tuomas Jäntti
This obviously does not help to resolve the bug, but I wonder if there
is a way to make the above mentioned changes permanent or via command
line without having to use the hda-analyzer GUI after every boot?

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

Title:
  [FUJITSU AMILO La1703, VT1708, playback] No sound at all

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

Bug description:
  Description:  Ubuntu 13.04
  Release:  13.04

  The on-board soundcard appears on sound configuration page and on
  alsa-mixer, all the channels have the volume at maximum but it doesn't
  play any sound.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-30.44-generic 3.8.13.6
  Uname: Linux 3.8.0-30-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  emil   2203 F pulseaudio
  Date: Sun Sep 15 11:45:59 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-03-15 (183 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Alpha amd64 (20130311.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:VT82xx failed
  Symptom_Card: VT8237A/VT8251 HDA Controller - HDA VIA VT82xx
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  emil   2203 F pulseaudio
  Symptom_Type: No sound at all
  Title: [HDA-Intel - HDA VIA VT82xx, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2007
  dmi.bios.vendor: Phoenix
  dmi.bios.version: 8.2-0023-M007
  dmi.board.name: E25
  dmi.board.vendor: Inventec
  dmi.board.version: Rev 01
  dmi.chassis.asset.tag: User Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU SIEMENS
  dmi.chassis.version: E25_
  dmi.modalias: 
dmi:bvnPhoenix:bvr8.2-0023-M007:bd08/02/2007:svnFUJITSUSIEMENS:pnAMILOLa1703:pvr1.0:rvnInventec:rnE25:rvrRev01:cvnFUJITSUSIEMENS:ct10:cvrE25_:
  dmi.product.name: AMILO La1703
  dmi.product.version: 1.0
  dmi.sys.vendor: FUJITSU SIEMENS

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

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


[Desktop-packages] [Bug 1307159] [NEW] nvidia-331 331.38-0ubuntu7: nvidia-331 kernel module failed to build

2014-04-13 Thread Pnashdc
Public bug reported:

This may have the same underlying cause as bug #1298016

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331 331.38-0ubuntu7
ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
Uname: Linux 3.13.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu2
Architecture: amd64
DKMSKernelVersion: 3.13.0-24-generic
Date: Sat Apr 12 17:53:06 2014
InstallationDate: Installed on 2012-11-07 (522 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
PackageVersion: 331.38-0ubuntu7
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.38-0ubuntu7: nvidia-331 kernel module failed to build
UpgradeStatus: Upgraded to trusty on 2014-04-01 (11 days ago)
modified.conffile..etc.modprobe.d.nvidia.331.hybrid.conf: [deleted]

** Affects: nvidia-graphics-drivers-331 (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 nvidia-graphics-drivers-331 in Ubuntu.
https://bugs.launchpad.net/bugs/1307159

Title:
  nvidia-331 331.38-0ubuntu7: nvidia-331 kernel module failed to build

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

Bug description:
  This may have the same underlying cause as bug #1298016

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331 331.38-0ubuntu7
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-24-generic
  Date: Sat Apr 12 17:53:06 2014
  InstallationDate: Installed on 2012-11-07 (522 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  PackageVersion: 331.38-0ubuntu7
  SourcePackage: nvidia-graphics-drivers-331
  Title: nvidia-331 331.38-0ubuntu7: nvidia-331 kernel module failed to build
  UpgradeStatus: Upgraded to trusty on 2014-04-01 (11 days ago)
  modified.conffile..etc.modprobe.d.nvidia.331.hybrid.conf: [deleted]

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

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


[Desktop-packages] [Bug 1306840] Re: There are dead link in System Settings - Security Privacy - Security

2014-04-13 Thread Gunnar Hjalmarsson
Ok, so the links work only when gnome-control-center is installed.

@Robert: This sounds like something for you. It's important enough to
fix before final release, isn't it? (Seems like u-c-c is not the correct
package, though.)

** Changed in: unity-control-center (Ubuntu)
   Importance: Undecided = High

** Changed in: unity-control-center (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  There are dead link in System Settings - Security  Privacy -
  Security

Status in “unity-control-center” package in Ubuntu:
  Triaged

Bug description:
  In unity-control-package, there are have deads link. Open System
  Settings - Security  Privacy, then go to Security tab. 'Password
  Settings' and 'Power Settings' are have dead link.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-control-center 14.04.3+14.04.20140410-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sat Apr 12 06:48:21 2014
  ExecutablePath: /usr/bin/unity-control-center
  InstallationDate: Installed on 2014-04-07 (4 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta i386 (20140326)
  SourcePackage: unity-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_unity-control-center:
   activity-log-manager 0.9.7-0ubuntu13
   deja-dup 30.0-0ubuntu4

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

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


[Desktop-packages] [Bug 1231834] Re: USB Mouse clicks are unreliable (missed clicks, accidental double clicks)

2014-04-13 Thread Christopher M. Penalver
** Changed in: xorg (Ubuntu)
   Status: New = Incomplete

** Tags added: needs-trusty-test

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

Title:
  USB Mouse clicks are unreliable (missed clicks, accidental double
  clicks)

Status in “xorg” package in Ubuntu:
  Incomplete

Bug description:
  Since I updated from 10.04 LTS to 12.04 LTS my USB mouse has been
  behaving strangely: clicks are often not recognized properly.

  The most frequent problem is that clicks are not recognized at all. I
  have to click two or three times before a click get recognized. After
  that, the next three or four clicks are recognized without problems.
  Another problem is that simple clicks are misunderstood for double
  clicks.

  This happens with a Logitech USB mouse and other USB mice. All these
  mice are properly working, as I tested them on other computers.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-40.62~precise1-generic 3.5.7.20
  Uname: Linux 3.5.0-40-generic i686
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: i386
  Date: Fri Sep 27 09:13:45 2013
  DistUpgraded: 2013-05-25 01:41:11,103 DEBUG enabling apt cron job
  DistroCodename: precise
  DistroVariant: ubuntu
  InstallationMedia: Ubuntu 10.04.2 LTS Lucid Lynx - Release i386 (20110211.1)
  MachineType: To Be Filled By O.E.M. MS-7276
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=it_IT.utf8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-40-generic 
root=UUID=713376ab-3ede-44a9-9d52-87292eb7b2ff ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to precise on 2013-05-24 (125 days ago)
  dmi.bios.date: 101507
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V3.5
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: MS-7276
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV3.5:bd101507:svnToBeFilledByO.E.M.:pnMS-7276:pvr1.0:rvnMSI:rnMS-7276:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: MS-7276
  dmi.product.version: 1.0
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.7.12-0ubuntu2
  version.libdrm2: libdrm2 2.4.43-0ubuntu0.0.2
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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

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


[Desktop-packages] [Bug 1225622] Re: [FUJITSU AMILO La1703, VT1708, playback] No sound at all

2014-04-13 Thread Tuomas Jäntti
I just realized that  the Exp-button in hda-analyzer does just what I
was asking for.

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

Title:
  [FUJITSU AMILO La1703, VT1708, playback] No sound at all

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

Bug description:
  Description:  Ubuntu 13.04
  Release:  13.04

  The on-board soundcard appears on sound configuration page and on
  alsa-mixer, all the channels have the volume at maximum but it doesn't
  play any sound.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-30.44-generic 3.8.13.6
  Uname: Linux 3.8.0-30-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  emil   2203 F pulseaudio
  Date: Sun Sep 15 11:45:59 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-03-15 (183 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Alpha amd64 (20130311.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:VT82xx failed
  Symptom_Card: VT8237A/VT8251 HDA Controller - HDA VIA VT82xx
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  emil   2203 F pulseaudio
  Symptom_Type: No sound at all
  Title: [HDA-Intel - HDA VIA VT82xx, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2007
  dmi.bios.vendor: Phoenix
  dmi.bios.version: 8.2-0023-M007
  dmi.board.name: E25
  dmi.board.vendor: Inventec
  dmi.board.version: Rev 01
  dmi.chassis.asset.tag: User Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU SIEMENS
  dmi.chassis.version: E25_
  dmi.modalias: 
dmi:bvnPhoenix:bvr8.2-0023-M007:bd08/02/2007:svnFUJITSUSIEMENS:pnAMILOLa1703:pvr1.0:rvnInventec:rnE25:rvrRev01:cvnFUJITSUSIEMENS:ct10:cvrE25_:
  dmi.product.name: AMILO La1703
  dmi.product.version: 1.0
  dmi.sys.vendor: FUJITSU SIEMENS

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

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


[Desktop-packages] [Bug 1159416] Re: GPU error

2014-04-13 Thread Christopher M. Penalver
** Changed in: xorg (Ubuntu)
   Status: Expired = 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/1159416

Title:
  GPU error

Status in “xorg” package in Ubuntu:
  Invalid

Bug description:
  Apport-gpu-error-intel.py crash

  
  ubuntu version 12.10

  what is wrong with the system or the ubuntu
  plz provide a solution

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-26.42-generic 3.5.7.6
  Uname: Linux 3.5.0-26-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Sun Mar 24 19:07:06 2013
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Sony Corporation Device [104d:90a8]
  MachineType: Sony Corporation SVT13113ENS
  MarkForUpload: True
  ProcEnviron:
   TERM=unknown
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-26-generic 
root=UUID=2076A73A76A70F98 loop=/hostname/disks/root.disk ro quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/30/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R0190E4
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0190E4:bd04/30/2012:svnSonyCorporation:pnSVT13113ENS:pvrC903CVBX:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVT13113ENS
  dmi.product.version: C903CVBX
  dmi.sys.vendor: Sony Corporation
  version.compiz: compiz 1:0.9.8.6-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

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

-- 
Mailing list: https://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   >