[Desktop-packages] [Bug 874535] Re: Volume Slider Jumps, due to rapidly changing hardware jack sense state

2014-03-02 Thread Raymond
refer to pulseaudio verbose log , your headphone seem quite normal

using hda-emu

 jack 0x1b 1
send: NID=0x1b, VERB=0x709(exec_pin_sense), PARM=0x0
receive: 0x0
send: NID=0x1b, VERB=0xf09(get_pin_sense), PARM=0x0
receive: 0x8000
send: NID=0x14, VERB=0x707(set_pin_ctl), PARM=0x0
send: NID=0x15, VERB=0x707(set_pin_ctl), PARM=0x0
send: NID=0x16, VERB=0x707(set_pin_ctl), PARM=0x0
send: NID=0x17, VERB=0x707(set_pin_ctl), PARM=0x0

when headphone is plugged , driver set the pin ctls of  four line out
jacks to zero

CTL Notify: Front Headphone Jack:0, mask=1
JACK report Front Headphone, status 1
JACK report Rear Mic, status 0
JACK report Front Mic, status 0
JACK report Line, status 0
JACK report Line Out Front, status 0
JACK report Line Out Surround, status 0
JACK report Line Out CLFE, status 0
JACK report Line Out Side, status 0

driver update headphone jack status and send ctl notify to user space

when pulseaudio receive the hctl event, pulseaudio mute the four line
out playback switches

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

Title:
  Volume Slider Jumps, due to rapidly changing hardware jack sense state

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

Bug description:
  In Oneiric Release,  The volume slider randomly jump down a notch or
  two for fraction of  a second, even when there is no audio playing on
  the system.  If mute is selected, the menu will quickly flip out of
  mute mode and back again.  This change actually affects the audio
  output, resulting in pops correlated with the volume changes.

  nVidia GF106 Audio Controller
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC892 Analog [ALC892 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jfrorie9959 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfb9f8000 irq 54'
 Mixer name : 'Realtek ALC892'
 Components : 'HDA:10ec0892,1462522c,00100302'
 Controls  : 35
 Simple ctrls  : 20
  Card2.Amixer.info:
   Card hw:2 'Generic'/'HD-Audio Generic at 0xfbcf8000 irq 55'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 4
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  DistroRelease: Ubuntu 11.10
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  Package: pulseaudio 1:1.0-0ubuntu3.1
  PackageArchitecture: amd64
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Tags:  oneiric running-unity
  Uname: Linux 3.0.0-14-generic x86_64
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (82 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V25.0
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: X58A-GD45 (MS-7522)
  dmi.board.vendor: MSI
  dmi.board.version: 5.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.chassis.version: 5.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV25.0:bd11/16/2010:svnMSI:pnMS-7522:pvr5.0:rvnMSI:rnX58A-GD45(MS-7522):rvr5.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr5.0:
  dmi.product.name: MS-7522
  dmi.product.version: 5.0
  dmi.sys.vendor: MSI

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

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


[Desktop-packages] [Bug 874535] Re: Volume Slider Jumps, due to rapidly changing hardware jack sense state

2014-03-02 Thread Raymond
the only point is your green line out is not pluuged

when the headphone is unplugged,

do  module-switch-on-port-available  switch to your spdif device ?


hda specification only need GET_PIN_SENSE to get the detection, 

do the driver really need to use SET_PIN_SENSE when pincap support
trigger ?


you can use the following command when headphone is plug and unplugged to find 
out whether the driver really need to execute SET_PIN_SENSE 

sudo hda-verb /dev/snd/hwC0D0 0x1b GET_PIN_SENSE 0

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

Title:
  Volume Slider Jumps, due to rapidly changing hardware jack sense state

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

Bug description:
  In Oneiric Release,  The volume slider randomly jump down a notch or
  two for fraction of  a second, even when there is no audio playing on
  the system.  If mute is selected, the menu will quickly flip out of
  mute mode and back again.  This change actually affects the audio
  output, resulting in pops correlated with the volume changes.

  nVidia GF106 Audio Controller
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC892 Analog [ALC892 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jfrorie9959 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfb9f8000 irq 54'
 Mixer name : 'Realtek ALC892'
 Components : 'HDA:10ec0892,1462522c,00100302'
 Controls  : 35
 Simple ctrls  : 20
  Card2.Amixer.info:
   Card hw:2 'Generic'/'HD-Audio Generic at 0xfbcf8000 irq 55'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 4
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  DistroRelease: Ubuntu 11.10
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  Package: pulseaudio 1:1.0-0ubuntu3.1
  PackageArchitecture: amd64
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Tags:  oneiric running-unity
  Uname: Linux 3.0.0-14-generic x86_64
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (82 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V25.0
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: X58A-GD45 (MS-7522)
  dmi.board.vendor: MSI
  dmi.board.version: 5.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.chassis.version: 5.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV25.0:bd11/16/2010:svnMSI:pnMS-7522:pvr5.0:rvnMSI:rnX58A-GD45(MS-7522):rvr5.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr5.0:
  dmi.product.name: MS-7522
  dmi.product.version: 5.0
  dmi.sys.vendor: MSI

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

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


[Desktop-packages] [Bug 1286737] [NEW] nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed to build

2014-03-02 Thread Giuseppe Iuculano
Public bug reported:

After updating to 14.04 nvidia drivers don't work anymore

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331-updates 331.38-0ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
Uname: Linux 3.13.0-14-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
DKMSKernelVersion: 3.13.0-14-generic
Date: Sat Mar  1 16:10:54 2014
InstallationDate: Installed on 2013-12-28 (63 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
PackageVersion: 331.38-0ubuntu3
SourcePackage: nvidia-graphics-drivers-331-updates
Title: nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module 
failed to build
UpgradeStatus: Upgraded to trusty on 2014-02-15 (14 days ago)
modified.conffile..etc.modprobe.d.nvidia.331.updates.hybrid.conf: [deleted]

** Affects: nvidia-graphics-drivers-331-updates (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-updates in
Ubuntu.
https://bugs.launchpad.net/bugs/1286737

Title:
  nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module
  failed to build

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

Bug description:
  After updating to 14.04 nvidia drivers don't work anymore

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331-updates 331.38-0ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-14-generic
  Date: Sat Mar  1 16:10:54 2014
  InstallationDate: Installed on 2013-12-28 (63 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  PackageVersion: 331.38-0ubuntu3
  SourcePackage: nvidia-graphics-drivers-331-updates
  Title: nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module 
failed to build
  UpgradeStatus: Upgraded to trusty on 2014-02-15 (14 days ago)
  modified.conffile..etc.modprobe.d.nvidia.331.updates.hybrid.conf: [deleted]

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

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


[Desktop-packages] [Bug 874535] Re: Volume Slider Jumps, due to rapidly changing hardware jack sense state

2014-03-02 Thread Raymond
7.3.4.9 Pin Capabilities
The Pin Capabilities parameter returns a bit field describing the capabilities 
of the Pin Complex Widget.

Output Capable indicates whether the pin complex supports output. If Output 
Capable is a 1, the
pin is capable of output.

Headphone Drive Capable indicates that the pin has an amplifier with sufficient 
current drive to
drive headphones. If Output Capable is a 0, then this bit has no meaning and 
must be 0.

Presence Detect Capable indicates whether the pin complex can perform presence 
detect to
determine whether there is anything plugged in. Presence detect does not 
indicate what is plugged
in, only that something is plugged in.

Trigger Required indicates whether a trigger is required for an impedance 
measurement (see
Section 7.3.3.15).

Impedance Sense Capable indicates whether the pin complex supports impedance 
sense on the
attached peripheral to determine what it is. More accurate (possibly sequenced) 
forms of peripheral
discrimination may be supported independent of this capability; however, if 
this bit is a 1, then the
codec must support at least the basic impedance test as described in Section 
7.3.3.15.


the trigger is required for an impedance measurement but your codec does not 
support Impsense

you can disable it by hint

trigger_sense=0


https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/Documentation/sound/alsa/HD-Audio.txt

- jack_detect (bool): specify whether the jack detection is available
  at all on this machine; default true
- inv_jack_detect (bool): indicates that the jack detection logic is
  inverted
- trigger_sense (bool): indicates that the jack detection needs the
  explicit call of AC_VERB_SET_PIN_SENSE verb
- inv_eapd (bool): indicates that the EAPD is implemented in the
  inverted logic



Node 0x1b [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  Control: name=Headphone Playback Switch, index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name=Front Headphone Jack, index=0, device=0
  Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  Amp-In vals:  [0x00 0x00]
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x0001373e: IN OUT HP EAPD Detect Trigger
Vref caps: HIZ 50 GRD 80 100
  EAPD 0x2: EAPD
  Pin Default 0x02214020: [Jack] HP Out at Ext Front
Conn = 1/8, Color = Green
DefAssociation = 0x2, Sequence = 0x0
  Pin-ctls: 0xc0: OUT HP VREF_HIZ
  Unsolicited: tag=01, enabled=1
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0
  Connection: 5
 0x0c 0x0d 0x0e 0x0f 0x26*

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

Title:
  Volume Slider Jumps, due to rapidly changing hardware jack sense state

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

Bug description:
  In Oneiric Release,  The volume slider randomly jump down a notch or
  two for fraction of  a second, even when there is no audio playing on
  the system.  If mute is selected, the menu will quickly flip out of
  mute mode and back again.  This change actually affects the audio
  output, resulting in pops correlated with the volume changes.

  nVidia GF106 Audio Controller
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC892 Analog [ALC892 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jfrorie9959 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfb9f8000 irq 54'
 Mixer name : 'Realtek ALC892'
 Components : 'HDA:10ec0892,1462522c,00100302'
 Controls  : 35
 Simple ctrls  : 20
  Card2.Amixer.info:
   Card hw:2 'Generic'/'HD-Audio Generic at 0xfbcf8000 irq 55'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 4
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  DistroRelease: Ubuntu 11.10
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  Package: pulseaudio 1:1.0-0ubuntu3.1
  PackageArchitecture: amd64
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Tags:  oneiric running-unity
  Uname: Linux 3.0.0-14-generic x86_64
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (82 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V25.0
  dmi.board.asset.tag: To Be Filled By O.E.M.
  

[Desktop-packages] [Bug 1267100] Re: nm-applet is no longer launched at startup on non gnome-shell sessions

2014-03-02 Thread Matthieu Baerts
If you've this bug, it should not be due to this patch because with it, this 
application should be launched at startup except if you're using KDE or GNOME 
with Gnome-Shell.
If the conditions are not respected, it's maybe due to something else (maybe 
Gnome-Session?)

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

Title:
  nm-applet is no longer launched at startup on non gnome-shell sessions

Status in “network-manager-applet” package in Ubuntu:
  Confirmed

Bug description:
  Hello and thank you for maintaining nm-applet packages!

  With the latest version (0.9.8.4-1ubuntu1), nm-applet is no longer launched 
at startup on non Gnome-Shell sessions (e.g. on Cairo-Dock session).
  It seems this is because this patch is no longer applied: 
git_dont_autostart_under_GNOME.patch

  I'm proposing a new version (please see the branch linked to this bug
  report) which re-adds this patch.

  Note that this patch should no longer be needed with the next 0.9.8.8
  version: https://git.gnome.org/browse/network-manager-
  applet/commit/?id=e192e83c1aa136512a9d4f026f81677799af8127

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

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


[Desktop-packages] [Bug 1286397] Re: Window background is black

2014-03-02 Thread Adolfo Jayme
** Also affects: ubuntu-themes (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Window background is black

Status in “gnome-font-viewer” package in Ubuntu:
  New
Status in “ubuntu-themes” package in Ubuntu:
  New

Bug description:
  The window is black. The font thumbnails are also black. The all
  fonts view is less than helpful. Luckily the single font page itself
  is dark-grey on black, so that's not invisible. :)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-font-viewer 3.8.0-1build1
  ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
  Uname: Linux 3.13.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar  1 01:05:11 2014
  InstallationDate: Installed on 2012-03-15 (715 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: gnome-font-viewer
  UpgradeStatus: Upgraded to trusty on 2014-01-22 (37 days ago)

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

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


[Desktop-packages] [Bug 1043068] Re: empathy-auth-client crashed with SIGSEGV in fast_validate()

2014-03-02 Thread Adolfo Jayme
** Information type changed from Private to Public

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

Title:
  empathy-auth-client crashed with SIGSEGV in fast_validate()

Status in “empathy” package in Ubuntu:
  Confirmed

Bug description:
  It happened at bootup, before I tried to open any applications or do
  anything.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.5.90-0ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-13.13-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.5.1-0ubuntu3
  Architecture: amd64
  Date: Tue Aug 28 22:12:36 2012
  ExecutablePath: /usr/lib/empathy/empathy-auth-client
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120627)
  ProcCmdline: /usr/lib/empathy/empathy-auth-client
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7fc8fe80e278 g_utf8_validate+456:  movzbl 
(%rdi),%r8d
   PC (0x7fc8fe80e278) ok
   source (%rdi) (0x0041) not located in a known VMA region (needed 
readable region)!
   destination %r8d ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: empathy
  StacktraceTop:
   g_utf8_validate () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_variant_new_string () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: empathy-auth-client crashed with SIGSEGV in g_utf8_validate()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XsessionErrors:
   gnome-session[2119]: WARNING: Could not parse desktop file 
/home/mdk/.config/autostart/indicator-weather.desktop: No such file or directory
   gnome-session[2119]: WARNING: could not read 
/home/mdk/.config/autostart/indicator-weather.desktop

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

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


[Desktop-packages] [Bug 573691] Re: Chrome bookmarks are cropped when Ambiance theme or Radiance theme is selected

2014-03-02 Thread Adolfo Jayme
** No longer affects: light-themes (Ubuntu)

** Changed in: chromium-browser (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Chrome bookmarks are cropped when Ambiance theme or Radiance theme is
  selected

Status in Chromium Browser:
  Unknown
Status in “chromium-browser” package in Ubuntu:
  Fix Released

Bug description:
  Ubuntu version: Ubuntu 10.04 LTS
  Chrome Version (from the about:version page): 5.0.375.23 (Official Build 
45554) dev

  What steps will reproduce the problem?
  1. Install chromium or chrome-dev on ubuntu 10.04

  What is the expected result?
  Bookmarks added or synced in bookmark bar should be appearing completely. 

  What happens instead?
  I freshly installed chromium on Ubuntu 10.04 and the bookmarks I add in the 
bookmark bar do not appear fully. They are cut from top and from bottom, only 
the middle part of the icon and text (height-wise) is seen. I was having this 
problem when I was using lucid beta too but found no fix or reason. I did a 
fresh install of lucid now and yet the problems seems to be there. I installed 
chrome-dev and chrome-beta and the problem's there too. Then I changed the 
theme to something other than the default Ambiance and Radiance theme and found 
that the bookbark bar has been fixed. I tried it with other desktop themes and 
it was appearing properly. Please note that I do not mean the gtk-theme for 
chrome, I mean the desktop theme. With every chrome theme the bookmarks appear 
fully as long as the desktop theme is not Radiance or Ambiance.

  Also, I am not sure whether its a bug in the theme or chrome. I filed a bug 
similarly for chrome too.
  Screenshot attached.

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

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


[Desktop-packages] [Bug 1276072] Re: Language selection always falls back to English

2014-03-02 Thread Gunnar Hjalmarsson
I agree that the system language as set in /etc/default/locale should be
the fallback language, so I prepared two merge proposals that should fix
it. It would be great if you could fix a 14.04 install and test the
packages I uploaded to my PPA at
https://launchpad.net/~gunnarhj/+archive/default-lang

** Package changed: accountsservice (Ubuntu) = lightdm-gtk-greeter
(Ubuntu)

** Changed in: lightdm-gtk-greeter (Ubuntu)
   Importance: Undecided = Low

** Changed in: lightdm-gtk-greeter (Ubuntu)
   Status: Incomplete = In Progress

** Changed in: lightdm-gtk-greeter (Ubuntu)
 Assignee: (unassigned) = Gunnar Hjalmarsson (gunnarhj)

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

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

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

** Changed in: lightdm (Ubuntu)
 Assignee: (unassigned) = Gunnar Hjalmarsson (gunnarhj)

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

Title:
  Language selection always falls back to English

Status in “lightdm” package in Ubuntu:
  In Progress
Status in “lightdm-gtk-greeter” package in Ubuntu:
  In Progress

Bug description:
  I upgraded two amd64 computers from 13.04 to 13.10, and discovered on both 
that the language is set to English (whereas I selected French language at the 
beginning of the upgrade).
  Moreover, each time I set it back to French, dragging both French (France and 
Canada) and some English (UK  US) on top of the default English in the 
language selection list, default English comes back on top at next login.

  I even tried to modify my .pam_environment (in console mode) and the
  /etc/environment to set fr_FR as the default, no way: gnome-language-
  selector seems to force default English as default at each connection!

  Hopefully, I do understand English, but this is turning me mad.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: language-selector-gnome 0.116
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Tue Feb  4 10:48:33 2014
  InstallationDate: Installed on 2013-07-29 (190 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: language-selector
  UpgradeStatus: Upgraded to saucy on 2014-02-03 (0 days ago)

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

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


[Desktop-packages] [Bug 1286496] Re: most Nautilus features inaccessible to HUD since no menu

2014-03-02 Thread Adolfo Jayme
Ubuntu has already patched in a menu bar. Please update to a newer
Nautilus version.

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

Title:
  most Nautilus features inaccessible to HUD since no menu

Status in “nautilus” package in Ubuntu:
  Invalid

Bug description:
  After GNOME re-design of Nautilus, there is only one menu left in
  Nautilus, with some rarely used entries like About, Preferences, etc.
  The rest of the features are move to toolbar button/menus. As a
  results, many of Nautilus features, like Open a New Tab, Sort by
  Name/Type/Date, and Open in Terminal cannot be accessed through
  HUD. All of them require mouse clicks or shortcut keys.

  My suggestion is to define new menu entries for Nautilus and populate
  it with the functionalities that are currently only available via the
  toolbar buttons. Menu entries like Files, Edit, View, and Help can do
  the job.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
  Uname: Linux 3.13.0-12-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar  1 11:11:47 2014
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']
  InstallationDate: Installed on 2014-02-15 (13 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140211)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1276072] Re: Language selection always falls back to English

2014-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~gunnarhj/lightdm/current-lang-fix

** Branch linked: lp:~gunnarhj/lightdm-gtk-greeter/default-lang

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

Title:
  Language selection always falls back to English

Status in “lightdm” package in Ubuntu:
  In Progress
Status in “lightdm-gtk-greeter” package in Ubuntu:
  In Progress

Bug description:
  I upgraded two amd64 computers from 13.04 to 13.10, and discovered on both 
that the language is set to English (whereas I selected French language at the 
beginning of the upgrade).
  Moreover, each time I set it back to French, dragging both French (France and 
Canada) and some English (UK  US) on top of the default English in the 
language selection list, default English comes back on top at next login.

  I even tried to modify my .pam_environment (in console mode) and the
  /etc/environment to set fr_FR as the default, no way: gnome-language-
  selector seems to force default English as default at each connection!

  Hopefully, I do understand English, but this is turning me mad.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: language-selector-gnome 0.116
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Tue Feb  4 10:48:33 2014
  InstallationDate: Installed on 2013-07-29 (190 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: language-selector
  UpgradeStatus: Upgraded to saucy on 2014-02-03 (0 days ago)

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

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


[Desktop-packages] [Bug 1285935] Re: nautilus crashed with SIGSEGV in magazine_chain_pop_head()

2014-03-02 Thread Adolfo Jayme
** Information type changed from Private to Public

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

Title:
  nautilus crashed with SIGSEGV in magazine_chain_pop_head()

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Nautilis crashed when loading the thumbs of several files I have in a
  directory: pdf, pictures and videos (webm, mp4). Three tabs on the
  window.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-13.33-generic 3.13.5
  Uname: Linux 3.13.0-13-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Thu Feb 27 19:50:23 2014
  ExecutablePath: /usr/bin/nautilus
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'default-zoom-level' b'standard'
   b'org.gnome.nautilus.list-view' b'default-column-order' b['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where']
  InstallationDate: Installed on 2014-01-28 (31 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140127.1)
  ProcCmdline: nautilus -n
  SegvAnalysis:
   Segfault happened at: 0x7fa0c4a572b7 g_slice_alloc+167:mov
(%rbx),%rax
   PC (0x7fa0c4a572b7) ok
   source (%rbx) (0x007259d7) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: nautilus
  StacktraceTop:
   g_slice_alloc () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_list_prepend () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_queue_push_head () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  Title: nautilus crashed with SIGSEGV in g_slice_alloc()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom debian-tor dip lpadmin plugdev sambashare sudo vboxusers

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

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


[Desktop-packages] [Bug 1282356] Re: nautilus crashed with SIGSEGV in g_slist_insert_sorted_real()

2014-03-02 Thread Adolfo Jayme
** Information type changed from Private to Public

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

Title:
  nautilus crashed with SIGSEGV in g_slist_insert_sorted_real()

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Ocurred when moving and sorting several files within a USB flash
  memory, specifically dropping selected files onto a just created
  directory.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-10.30-generic 3.13.3
  Uname: Linux 3.13.0-10-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Wed Feb 19 21:08:32 2014
  ExecutablePath: /usr/bin/nautilus
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']
  InstallationDate: Installed on 2014-01-28 (23 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140127.1)
  ProcCmdline: nautilus -n
  SegvAnalysis:
   Segfault happened at: 0x7ff838568fb7 g_slice_alloc+167:mov
(%rbx),%rax
   PC (0x7ff838568fb7) ok
   source (%rbx) (0x00610d03) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: nautilus
  StacktraceTop:
   g_slice_alloc () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_slice_alloc0 () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_type_create_instance () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_object_newv () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: nautilus crashed with SIGSEGV in g_slice_alloc()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom debian-tor dip lpadmin plugdev sambashare sudo vboxusers

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

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


[Desktop-packages] [Bug 1263591] Re: Add notification-area to panel-default-layout.layout

2014-03-02 Thread Dmitry Shachnev
Sorry, I was not clear enough. Currently indicator-keyboard watches for
org.gnome.desktop.input-sources/current gsettings key. It is usually
set by some kind of settings-daemon, but in Ubuntu desktop that is set
(I believe) by Unity itself.

So if someone writes a script that will watch for Xkb and change that
gsettings key, then indicator-keyboard will react properly.

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

Title:
  Add notification-area to panel-default-layout.layout

Status in “gnome-panel” package in Ubuntu:
  Won't Fix
Status in “gnome-panel” package in Baltix:
  New

Bug description:
  Upstream gnome-panel includes notification-area:
  
https://git.gnome.org/browse/gnome-panel/plain/data/panel-default-layout.layout

  In Ubuntu, debian/patches/01_layout.patch changes that file in order to make 
use of indicator-applet-complete. That patch is Ubuntu-specific, it doesn't 
exist in Debian:
  
http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/

  The problem is that that patch also removes notification-area, so
  applications like pidgin, stardict etc (and even nm-applet in Trusty)
  don't show up at all.

  Please modify that patch so that notification-area is not removed,
  i.e. add the following lines to it:

  [Object notification-area]
  object-iid=NotificationAreaAppletFactory::NotificationArea
  toplevel-id=top-panel
  pack-type=end
  pack-index=1

  I'm attaching an updated 41_classic_layout.patch.

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

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


[Desktop-packages] [Bug 464071] Re: desktopcouch-service crashed with DBusException in call_blocking()

2014-03-02 Thread Adolfo Jayme
** Changed in: desktopcouch (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  desktopcouch-service crashed with DBusException in call_blocking()

Status in “desktopcouch” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: desktopcouch

  desktopcouch-service crashed with DBusException in call_blocking()

  ProblemType: Crash
  Architecture: i386
  Date: Fri Oct 30 03:49:11 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/lib/desktopcouch/desktopcouch-service
  InterpreterPath: /usr/bin/python2.6
  Package: desktopcouch 0.5-0ubuntu1
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/lib/desktopcouch/desktopcouch-service
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.UTF-8
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  PythonArgs: ['/usr/lib/desktopcouch/desktopcouch-service']
  SourcePackage: desktopcouch
  Title: desktopcouch-service crashed with DBusException in call_blocking()
  Uname: Linux 2.6.31-14-generic i686
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  XsessionErrors:
   (gnome-settings-daemon:1689): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
   (gnome-settings-daemon:1689): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
   (nautilus:1734): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
   (polkit-gnome-authentication-agent-1:1748): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
   (gnome-panel:1733): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkdrawable-x11.c:952 drawable is not a 
pixmap or window

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

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


[Desktop-packages] [Bug 1286002] Re: rhythmbox crashed with SIGSEGV in gdk_window_has_impl()

2014-03-02 Thread fossfreedom
From github


Actually, to get it to crash, I need to select an album in the Cover Art 
source, then cause at least the window to lose focus (Alt-Tab out, click on 
another app window, etc).

Output from rhythmbox -d is here since it is huge: 
https://bugs.launchpad.net/coverartbrowser/+bug/1286002/+attachment/4002955/+files/rb-debug.txt


Mike - thanks for your perseverance with this.

In some ways its good that you've managed to reproduce this in a
repeatable manner.

However - the bad news is that myself cannot reproduce this with your
instructions.  Nothing in the traces you have provided indicate where in
the code the issue is occurring.  It is deep in the GDK stuff which to
me looks like a graphics stack issue - Something obviously to do with
focus  defocussing + keyboard interaction.

Try changing to artist view - does alt-tab produce the crash?  If it
still crashes then I'm not convinced this is a plugin issue per-say
because the artist view does not have the same graphics code as the
album-view ; the problem is a more fundamental graphics issue that
should be reproducible with other apps.

Try changing the look of the album view  - say from album info
underneath the tile to within the tile

Other than that I've not really got much more to add but hoping that a
kernel/graphics stack/driver update will resolve your issue in the
future.

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

Title:
  rhythmbox crashed with SIGSEGV in gdk_window_has_impl()

Status in CoverArt Browser:
  New
Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  Crash on some kind of keyboard/mouse input combo. Goes away if I
  disabled the coverart-browser plugin, but possibly a python bindings
  issue?

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: rhythmbox 3.0.1-1ubuntu10
  ProcVersionSignature: Ubuntu 3.13.0-13.33-generic 3.13.5
  Uname: Linux 3.13.0-13-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Feb 28 17:29:35 2014
  ExecutablePath: /usr/bin/rhythmbox
  InstallationDate: Installed on 2011-06-03 (1000 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  ProcCmdline: rhythmbox
  SegvAnalysis:
   Segfault happened at: 0x7f49e49b1952:cmp0x90(%rdi),%rdi
   PC (0x7f49e49b1952) ok
   source 0x90(%rdi) (0x0090) not located in a known VMA region (needed 
readable region)!
   destination %rdi ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: rhythmbox
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
   gdk_x11_window_get_xid () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-xim.so
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
  Title: rhythmbox crashed with SIGSEGV in gdk_x11_window_get_xid()
  UpgradeStatus: Upgraded to trusty on 2014-02-28 (0 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare video

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

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


[Desktop-packages] [Bug 1286751] Re: gst-plugin-scanner hangs, eating CPU time

2014-03-02 Thread martin suc
** Attachment added: gst-inspect-0.10
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1286751/+attachment/4003426/+files/gst-inspect-0.10.log

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

Title:
  gst-plugin-scanner hangs, eating CPU time

Status in “gstreamer1.0” package in Ubuntu:
  New

Bug description:
  Hi,

  gst-plugin-scanner is eating 100% CPU time which leads to unusable Ubuntu. It 
appears couple of times daily. 
  (My guess is that it is causing by application firefox , skype , totem , 
nautilus ).

  Ubuntu 13.10

  apt-cache policy libgstreamer0.10-0
  libgstreamer0.10-0:
Installed: 0.10.36-1.2ubuntu1
Candidate: 0.10.36-1.2ubuntu1
Version table:
   *** 0.10.36-1.2ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
  100 /var/lib/dpkg/status
   0.10.36-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ raring/main amd64 Packages

  apt-cache policy libgstreamer1.0-0
  libgstreamer1.0-0:
Installed: 1.2.0-1
Candidate: 1.2.0-1
Version table:
   *** 1.2.0-1 0
  500 http://archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
  100 /var/lib/dpkg/status
   1.0.6-1 0
  500 http://archive.ubuntu.com/ubuntu/ raring/main amd64 Packages

  dpkg -l gstreamer*plugins* | grep ^ii
  ii  gstreamer0.10-plugins-bad:amd64   0.10.23-7ubuntu2
amd64GStreamer plugins from the bad set
  ii  gstreamer0.10-plugins-bad-multiverse  0.10.21-1ubuntu1
amd64GStreamer plugins from the bad set 
(Multiverse Variant)
  ii  gstreamer0.10-plugins-base:amd64  0.10.36-1.1ubuntu1  
amd64GStreamer plugins from the base set
  ii  gstreamer0.10-plugins-base:i386   0.10.36-1.1ubuntu1  
i386 GStreamer plugins from the base set
  ii  gstreamer0.10-plugins-base-apps   0.10.36-1.1ubuntu1  
amd64GStreamer helper programs from the base set
  ii  gstreamer0.10-plugins-base-dbg:amd64  0.10.36-1.1ubuntu1  
amd64GStreamer plugins from the base set
  ii  gstreamer0.10-plugins-good:amd64  0.10.31-3+nmu1ubuntu3   
amd64GStreamer plugins from the good set
  ii  gstreamer0.10-plugins-good:i386   0.10.31-3+nmu1ubuntu3   
i386 GStreamer plugins from the good set
  ii  gstreamer0.10-plugins-ugly:amd64  0.10.19-2   
amd64GStreamer plugins from the ugly set
  ii  gstreamer1.0-plugins-bad:amd641.2.0-3ubuntu5  
amd64GStreamer plugins from the bad set
  ii  gstreamer1.0-plugins-base:amd64   1.2.0-1ubuntu1  
amd64GStreamer plugins from the base set
  ii  gstreamer1.0-plugins-base-apps1.2.0-1ubuntu1  
amd64GStreamer helper programs from the base set
  ii  gstreamer1.0-plugins-good:amd64   1.2.0-1ubuntu1  
amd64GStreamer plugins from the good set
  ii  gstreamer1.0-plugins-ugly:amd64   1.2.0-1 
amd64GStreamer plugins from the ugly set


  ls -lA `sudo locate gst-plugin-scanner`
 # -rwxr-xr-x 1 u1   ajbos 6240 Mar 22  2013 
/home/u1/.steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/gstreamer0.10/gstreamer-0.10/gst-plugin-scanner
 # -rwxr-xr-x 1 u1   ajbos 5544 Mar 22  2013 
/home/u1/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/gstreamer0.10/gstreamer-0.10/gst-plugin-scanner
 # -rwxr-xr-x 1 u1   ajbos 6240 Mar 22  2013 
/home/u1/.steam/ubuntu12_32/steam-runtime.old/amd64/usr/lib/x86_64-linux-gnu/gstreamer0.10/gstreamer-0.10/gst-plugin-scanner
 # -rwxr-xr-x 1 u1   ajbos 5544 Mar 22  2013 
/home/u1/.steam/ubuntu12_32/steam-runtime.old/i386/usr/lib/i386-linux-gnu/gstreamer0.10/gstreamer-0.10/gst-plugin-scanner
 # -rwxr-xr-x 1 root root  5564 May  7  2013 
/usr/lib/i386-linux-gnu/gstreamer0.10/gstreamer-0.10/gst-plugin-scanner
 # -rwxr-xr-x 1 root root  6288 May  7  2013 
/usr/lib/x86_64-linux-gnu/gstreamer0.10/gstreamer-0.10/gst-plugin-scanner
 # -rwxr-xr-x 1 root root  6288 Oct  1 21:58 
/usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner

  
  Only help is:
  killall -9 gst-plugin-scanner
  (but it appears again sometimes.)

  
  I have attached:
  gst-inspect-1.0  ~/gst-inspect-1.0.log
  gst-inspect-0.10  ~/gst-inspect-0.10.log

  
  Kind Regards,
  Martin

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1286751] [NEW] gst-plugin-scanner hangs, eating CPU time

2014-03-02 Thread martin suc
Public bug reported:

Hi,

gst-plugin-scanner is eating 100% CPU time which leads to unusable Ubuntu. It 
appears couple of times daily. 
(My guess is that it is causing by application firefox , skype , totem , 
nautilus ).

Ubuntu 13.10

apt-cache policy libgstreamer0.10-0
libgstreamer0.10-0:
  Installed: 0.10.36-1.2ubuntu1
  Candidate: 0.10.36-1.2ubuntu1
  Version table:
 *** 0.10.36-1.2ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
100 /var/lib/dpkg/status
 0.10.36-1ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ raring/main amd64 Packages

apt-cache policy libgstreamer1.0-0
libgstreamer1.0-0:
  Installed: 1.2.0-1
  Candidate: 1.2.0-1
  Version table:
 *** 1.2.0-1 0
500 http://archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
100 /var/lib/dpkg/status
 1.0.6-1 0
500 http://archive.ubuntu.com/ubuntu/ raring/main amd64 Packages

dpkg -l gstreamer*plugins* | grep ^ii
ii  gstreamer0.10-plugins-bad:amd64   0.10.23-7ubuntu2  
  amd64GStreamer plugins from the bad set
ii  gstreamer0.10-plugins-bad-multiverse  0.10.21-1ubuntu1  
  amd64GStreamer plugins from the bad set (Multiverse 
Variant)
ii  gstreamer0.10-plugins-base:amd64  0.10.36-1.1ubuntu1
  amd64GStreamer plugins from the base set
ii  gstreamer0.10-plugins-base:i386   0.10.36-1.1ubuntu1
  i386 GStreamer plugins from the base set
ii  gstreamer0.10-plugins-base-apps   0.10.36-1.1ubuntu1
  amd64GStreamer helper programs from the base set
ii  gstreamer0.10-plugins-base-dbg:amd64  0.10.36-1.1ubuntu1
  amd64GStreamer plugins from the base set
ii  gstreamer0.10-plugins-good:amd64  0.10.31-3+nmu1ubuntu3 
  amd64GStreamer plugins from the good set
ii  gstreamer0.10-plugins-good:i386   0.10.31-3+nmu1ubuntu3 
  i386 GStreamer plugins from the good set
ii  gstreamer0.10-plugins-ugly:amd64  0.10.19-2 
  amd64GStreamer plugins from the ugly set
ii  gstreamer1.0-plugins-bad:amd641.2.0-3ubuntu5
  amd64GStreamer plugins from the bad set
ii  gstreamer1.0-plugins-base:amd64   1.2.0-1ubuntu1
  amd64GStreamer plugins from the base set
ii  gstreamer1.0-plugins-base-apps1.2.0-1ubuntu1
  amd64GStreamer helper programs from the base set
ii  gstreamer1.0-plugins-good:amd64   1.2.0-1ubuntu1
  amd64GStreamer plugins from the good set
ii  gstreamer1.0-plugins-ugly:amd64   1.2.0-1   
  amd64GStreamer plugins from the ugly set


ls -lA `sudo locate gst-plugin-scanner`
   # -rwxr-xr-x 1 u1   ajbos 6240 Mar 22  2013 
/home/u1/.steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/gstreamer0.10/gstreamer-0.10/gst-plugin-scanner
   # -rwxr-xr-x 1 u1   ajbos 5544 Mar 22  2013 
/home/u1/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/gstreamer0.10/gstreamer-0.10/gst-plugin-scanner
   # -rwxr-xr-x 1 u1   ajbos 6240 Mar 22  2013 
/home/u1/.steam/ubuntu12_32/steam-runtime.old/amd64/usr/lib/x86_64-linux-gnu/gstreamer0.10/gstreamer-0.10/gst-plugin-scanner
   # -rwxr-xr-x 1 u1   ajbos 5544 Mar 22  2013 
/home/u1/.steam/ubuntu12_32/steam-runtime.old/i386/usr/lib/i386-linux-gnu/gstreamer0.10/gstreamer-0.10/gst-plugin-scanner
   # -rwxr-xr-x 1 root root  5564 May  7  2013 
/usr/lib/i386-linux-gnu/gstreamer0.10/gstreamer-0.10/gst-plugin-scanner
   # -rwxr-xr-x 1 root root  6288 May  7  2013 
/usr/lib/x86_64-linux-gnu/gstreamer0.10/gstreamer-0.10/gst-plugin-scanner
   # -rwxr-xr-x 1 root root  6288 Oct  1 21:58 
/usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner


Only help is:
killall -9 gst-plugin-scanner
(but it appears again sometimes.)


I have attached:
gst-inspect-1.0  ~/gst-inspect-1.0.log
gst-inspect-0.10  ~/gst-inspect-0.10.log


Kind Regards,
Martin

** Affects: gstreamer1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: consumtion cpu gst-plugin-scanner

** Attachment added: gst-inspect
   
https://bugs.launchpad.net/bugs/1286751/+attachment/4003425/+files/gst-inspect-1.0.log

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

Title:
  gst-plugin-scanner hangs, eating CPU time

Status in “gstreamer1.0” package in Ubuntu:
  New

Bug description:
  Hi,

  gst-plugin-scanner is eating 100% CPU time which leads to unusable Ubuntu. It 
appears 

[Desktop-packages] [Bug 1286765] [NEW] [arrandale] GPU lockup IPEHR: 0x02000000

2014-03-02 Thread manu
Public bug reported:

crashed

ProblemType: Crash
DistroRelease: Ubuntu 14.04
Package: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
Uname: Linux 3.13.0-14-generic i686
NonfreeKernelModules: wl
.tmp.unity.support.test.0:
 
ApportVersion: 2.13.2-0ubuntu5
Architecture: i386
Chipset: arrandale
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sun Mar  2 01:59:44 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DuplicateSignature: [arrandale] GPU lockup  IPEHR: 0x0200 Ubuntu 14.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, including running git bisection searches
GpuHangFrequency: Very infrequently
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:3920]
InstallationDate: Installed on 2014-02-16 (13 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140216)
InterpreterPath: /usr/bin/python3.4
MachineType: LENOVO 43308VG
ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-14-generic 
root=UUID=2d24d866-6072-4801-a848-24a409c7eba9 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.7+1ubuntu8
 libdrm2  2.4.52-1
 xserver-xorg-video-intel 2:2.99.910-0ubuntu1
SourcePackage: xserver-xorg-video-intel
Title: [arrandale] GPU lockup  IPEHR: 0x0200
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 07/29/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 39CN16WW
dmi.board.asset.tag: Tag 12345
dmi.board.name: MoutCook
dmi.board.vendor: LENOVO
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnLENOVO:bvr39CN16WW:bd07/29/2010:svnLENOVO:pn43308VG:pvrLenovoB560:rvnLENOVO:rnMoutCook:rvrNotApplicable:cvnLENOVO:ct10:cvrN/A:
dmi.product.name: 43308VG
dmi.product.version: Lenovo B560
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.11+14.04.20140218-0ubuntu1
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0~rc1-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0~rc1-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu6
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 Mar  2 11:11:14 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id8940 
 vendor AUO
xserver.version: 2:1.15.0-1ubuntu6

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash compiz-0.9 freeze i386 need-duplicate-check trusty ubuntu

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

Title:
  [arrandale] GPU lockup  IPEHR: 0x0200

Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  crashed

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic i686
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: i386
  Chipset: arrandale
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sun Mar  2 01:59:44 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DuplicateSignature: [arrandale] GPU lockup  IPEHR: 0x0200 Ubuntu 14.04
  ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3920]
  InstallationDate: Installed on 2014-02-16 (13 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 

[Desktop-packages] [Bug 1278052] Re: Mounted partitons use the same launcher icon as the home folder

2014-03-02 Thread Francesco Tarantini
UPDATE: I recently noticed that the laucher icon for the folder on my
partition starts behaving normally (i.e. clicking on the icon brings up
the opened folder and not my Home folder) if I set up a search or if I
open another tab in that window. When I close the search panel or the
tab, the window reverts to the wrong behaviour and clicking on its icon
opens my Home folder.

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

Title:
  Mounted partitons use the same launcher icon as the home folder

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Ubuntu 13.10. On my launcher I have an icon for my data partition and the 
default icon for my home folder. When I click on the partition icon, a nautilus 
window opens, showing the content of that partition (let's call it 'window A').
  The problem is that 'window A' uses the home icon insted of the partition 
icon (i.e. the home icon is highlighted), so after you minimize 'window A' 
you'd have to click on the home icon to bring it up again, but of course this 
opens your home folder instead. Clicking on the partition icon does nothing, 
not even open a new partition window.
  The only way to bring 'window A' up again is using the scrollwheel, which is 
normally used to switch between different windows of the same application.
  I think that windows for partitions should use their own icons, so it would 
be easier to manage them and understand whether you have your home folder or 
your partition opened.

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

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


[Desktop-packages] [Bug 1207812] Re: iOS 7, Trust Prompt Looping

2014-03-02 Thread Frog
Solved!!!
 I tried to connect iPhone 5 with iOS 7  to Linux (Ubuntu 14.04 64bit), it was 
recognized and it asked me whether I “trust this computer”?

 i have add the following PPA by Ingo Haschler:

sudo apt-add-repository ppa:ingo/ios7support
sudo apt-get update
sudo apt-get upgrade

for solved the “lock down error”, i have using the following commands:

sudo mkdir /var/lib/lockdown
sudo chmod 777 /va7Lib/lockdown

now.. the downloaded .deb file to install it

https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1207812/+attachment/3941542/+files/libimobiledevice4_1.1.6-git20140105_amd64.deb

upgrade... and...

MOUNTED

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

Title:
  iOS 7, Trust Prompt Looping

Status in “libimobiledevice” package in Ubuntu:
  Triaged

Bug description:
  The iPhone reporting Trust the currently connected computer? Trust/Don't 
Trust.
  This then happens in a continous loop when clicking Trust.

  ---
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nrawlins   2068 F pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=f089ceb3-a892-4f99-92d3-a61c99bb2feb
  InstallationDate: Installed on 2013-08-15 (3 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Sony Corporation VGN-SR29XN_S
  MarkForUpload: True
  Package: linux 3.8.0.27.45
  PackageArchitecture: amd64
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=7656e9f3-5437-4e10-a467-62d52144f471 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 08/28/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R1130Y1
  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:bvnAmericanMegatrendsInc.:bvrR1130Y1:bd08/28/2009:svnSonyCorporation:pnVGN-SR29XN_S:pvrC6017UKK:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VGN-SR29XN_S
  dmi.product.version: C6017UKK
  dmi.sys.vendor: Sony Corporation

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

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


[Desktop-packages] [Bug 1286496] Re: most Nautilus features inaccessible to HUD since no menu

2014-03-02 Thread Masoud Pourmoosa
This is great. Thanks to this patch, I can efficiently perform my tasks
using HUD.

The only missing entry in the menu is Open in Terminal. This feature
is related to the package nautilus-open-terminal. I don't know if this
package is installed by default or not, but it is extremely useful. To
have it via HUD would be great.

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

Title:
  most Nautilus features inaccessible to HUD since no menu

Status in “nautilus” package in Ubuntu:
  Invalid

Bug description:
  After GNOME re-design of Nautilus, there is only one menu left in
  Nautilus, with some rarely used entries like About, Preferences, etc.
  The rest of the features are move to toolbar button/menus. As a
  results, many of Nautilus features, like Open a New Tab, Sort by
  Name/Type/Date, and Open in Terminal cannot be accessed through
  HUD. All of them require mouse clicks or shortcut keys.

  My suggestion is to define new menu entries for Nautilus and populate
  it with the functionalities that are currently only available via the
  toolbar buttons. Menu entries like Files, Edit, View, and Help can do
  the job.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
  Uname: Linux 3.13.0-12-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar  1 11:11:47 2014
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']
  InstallationDate: Installed on 2014-02-15 (13 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140211)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1272679] Re: gvfsd-trash hits assertions on (dir-monitor == NULL)

2014-03-02 Thread Bug Watch Updater
** Changed in: gvfs
   Status: New = Fix Released

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

Title:
  gvfsd-trash hits assertions on (dir-monitor == NULL)

Status in GVFS:
  Fix Released
Status in “gvfs” package in Ubuntu:
  Fix Released

Bug description:
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04
  gvfs:
Instalado: 1.19.4+git20140116-0ubuntu1
Candidato: 1.19.4+git20140116-0ubuntu1
Tabela de versão:
   *** 1.19.4+git20140116-0ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gvfs-daemons 1.19.4+git20140116-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-5.20-generic 3.13.0
  Uname: Linux 3.13.0-5-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.1-0ubuntu2
  Architecture: i386
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Sat Jan 25 10:59:17 2014
  ExecutablePath: /usr/lib/gvfs/gvfsd-trash
  InstallationDate: Installed on 2014-01-16 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20131115)
  ProcCmdline: /usr/lib/gvfs/gvfsd-trash --spawner :1.7 
/org/gtk/gvfs/exec_spaw/1
  ProcEnviron:
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
  Signal: 6
  SourcePackage: gvfs
  StacktraceTop:
   g_assertion_message () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? ()
   ?? ()
   ?? ()
  Title: gvfsd-trash crashed with SIGABRT in g_assertion_message()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1286555] Re: totem does not even open

2014-03-02 Thread newuser
** This bug has been marked a duplicate of bug 1285662
   totem is not starting

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

Title:
  totem does not even open

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  unable to open any videos using totem and also unable to open the
  totem interface itself. the only player that works is the mediaplayer
  coreapp from the ubuntu touch project. None of the other players even
  open

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: totem 3.10.1-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar  1 20:05:20 2014
  InstallationDate: Installed on 2013-11-16 (105 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  LogAlsaMixer:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined
 Playback channels: Mono
 Mono: Playback [on]
  SourcePackage: totem
  UpgradeStatus: Upgraded to trusty on 2014-01-06 (53 days ago)

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

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


[Desktop-packages] [Bug 1285662] Re: totem is not starting

2014-03-02 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1286555 ***
https://bugs.launchpad.net/bugs/1286555

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

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

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

Title:
  totem is not starting

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  Totem does not start.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: totem 3.10.1-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
  Uname: Linux 3.13.0-12-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Feb 27 14:05:36 2014
  InstallationDate: Installed on 2013-11-29 (89 days ago)
  InstallationMedia: It
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1286555] Re: totem does not even open

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

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

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

Title:
  totem does not even open

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  unable to open any videos using totem and also unable to open the
  totem interface itself. the only player that works is the mediaplayer
  coreapp from the ubuntu touch project. None of the other players even
  open

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: totem 3.10.1-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar  1 20:05:20 2014
  InstallationDate: Installed on 2013-11-16 (105 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  LogAlsaMixer:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined
 Playback channels: Mono
 Mono: Playback [on]
  SourcePackage: totem
  UpgradeStatus: Upgraded to trusty on 2014-01-06 (53 days ago)

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

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


[Desktop-packages] [Bug 1286555] Re: totem does not even open

2014-03-02 Thread newuser
The bug is affecting me too.
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1285662

** This bug is no longer a duplicate of bug 1285662
   totem is not starting

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

Title:
  totem does not even open

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  unable to open any videos using totem and also unable to open the
  totem interface itself. the only player that works is the mediaplayer
  coreapp from the ubuntu touch project. None of the other players even
  open

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: totem 3.10.1-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar  1 20:05:20 2014
  InstallationDate: Installed on 2013-11-16 (105 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  LogAlsaMixer:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined
 Playback channels: Mono
 Mono: Playback [on]
  SourcePackage: totem
  UpgradeStatus: Upgraded to trusty on 2014-01-06 (53 days ago)

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

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


[Desktop-packages] [Bug 1285662] Re: totem is not starting

2014-03-02 Thread newuser
*** This bug is a duplicate of bug 1286555 ***
https://bugs.launchpad.net/bugs/1286555

** This bug has been marked a duplicate of bug 1286555
   totem does not even open

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

Title:
  totem is not starting

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  Totem does not start.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: totem 3.10.1-1ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
  Uname: Linux 3.13.0-12-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Feb 27 14:05:36 2014
  InstallationDate: Installed on 2013-11-29 (89 days ago)
  InstallationMedia: It
  SourcePackage: totem
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 874535] Re: Volume Slider Jumps, due to rapidly changing hardware jack sense state

2014-03-02 Thread NrNice
I did what David said in #49

I run alsamixer
Flickers are still there but now Master, Headphone PCM and Front sliders do not 
change for full level (before they was going at full) and Front mic slider 
jumps.
Input Front Mic change to Line.

I checked again with hdajackretask, I confirm Green Headphone, Front
side, Jack detection Not present

@Raymond
I don't have speakers. I have headphone on the green front jack and audio 
player on the blue line input, rear side. Nothing else.

Headphone is connected, but above still active Green Headphone, Front side, 
Jack detection Not present
~ $ sudo hda-verb /dev/snd/hwC0D0 0x1b GET_PIN_SENSE 0
nid = 0x1b, verb = 0xf09, param = 0x0
value = 0x8000

Headphone is disconnected, but above still active Green Headphone, Front side, 
Jack detection Not present
 ~ $ sudo hda-verb /dev/snd/hwC0D0 0x1b GET_PIN_SENSE 0
nid = 0x1b, verb = 0xf09, param = 0x0
value = 0x0

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

Title:
  Volume Slider Jumps, due to rapidly changing hardware jack sense state

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

Bug description:
  In Oneiric Release,  The volume slider randomly jump down a notch or
  two for fraction of  a second, even when there is no audio playing on
  the system.  If mute is selected, the menu will quickly flip out of
  mute mode and back again.  This change actually affects the audio
  output, resulting in pops correlated with the volume changes.

  nVidia GF106 Audio Controller
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC892 Analog [ALC892 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jfrorie9959 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfb9f8000 irq 54'
 Mixer name : 'Realtek ALC892'
 Components : 'HDA:10ec0892,1462522c,00100302'
 Controls  : 35
 Simple ctrls  : 20
  Card2.Amixer.info:
   Card hw:2 'Generic'/'HD-Audio Generic at 0xfbcf8000 irq 55'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 4
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  DistroRelease: Ubuntu 11.10
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  Package: pulseaudio 1:1.0-0ubuntu3.1
  PackageArchitecture: amd64
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Tags:  oneiric running-unity
  Uname: Linux 3.0.0-14-generic x86_64
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (82 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V25.0
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: X58A-GD45 (MS-7522)
  dmi.board.vendor: MSI
  dmi.board.version: 5.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.chassis.version: 5.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV25.0:bd11/16/2010:svnMSI:pnMS-7522:pvr5.0:rvnMSI:rnX58A-GD45(MS-7522):rvr5.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr5.0:
  dmi.product.name: MS-7522
  dmi.product.version: 5.0
  dmi.sys.vendor: MSI

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

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


[Desktop-packages] [Bug 1286779] [NEW] Please migrate libjetty-extra-java to tomcat7

2014-03-02 Thread Hans Joachim Desserud
Public bug reported:

libjetty-extra-java still depends on libtomcat6-java which prevents it
from being installed alongside other programs which depend on tomcat7.
According to the Debian bug report, Eclipse is among these programs.

(Another it causes problems for is gradle which cannot currently be
installed at the same time as tomcat7. Gradle's explicit dependency on
tomcat6 has been removed (see bug 997743for details) and should have
fixed it, but since gradle also depends on libjetty-extra-java the issue
is still present. )

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libjetty-extra-java 6.1.26-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0
Uname: Linux 3.13.0-6-generic i686
ApportVersion: 2.13.2-0ubuntu2
Architecture: i386
CurrentDesktop: Unity
Date: Sun Mar  2 11:48:27 2014
InstallationDate: Installed on 2013-10-26 (127 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20131021.1)
PackageArchitecture: all
SourcePackage: jetty
UpgradeStatus: No upgrade log present (probably fresh install)

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

** Affects: jetty (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: apport-bug i386 saucy trusty

** Bug watch added: Debian Bug tracker #686876
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686876

** Also affects: jetty (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686876
   Importance: Unknown
   Status: Unknown

** Description changed:

  libjetty-extra-java still depends on libtomcat6-java which prevents it
  from being installed alongside other programs which depend on tomcat7.
+ 
+ (For instance gradle cannot currently be installed at the same time as
+ tomcat7. Bug 997743 removed the explicit dependency for gradle on
+ tomcat6 which should have fixed it, but since gradle also depends on
+ libjetty-extra-java the issue is still present)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libjetty-extra-java 6.1.26-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0
  Uname: Linux 3.13.0-6-generic i686
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sun Mar  2 11:48:27 2014
  InstallationDate: Installed on 2013-10-26 (127 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20131021.1)
  PackageArchitecture: all
  SourcePackage: jetty
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  libjetty-extra-java still depends on libtomcat6-java which prevents it
  from being installed alongside other programs which depend on tomcat7.
+ According to the Debian bug report, Eclipse is among these programs.
  
- (For instance gradle cannot currently be installed at the same time as
- tomcat7. Bug 997743 removed the explicit dependency for gradle on
- tomcat6 which should have fixed it, but since gradle also depends on
- libjetty-extra-java the issue is still present)
+ (Another it causes problems for is gradle which cannot currently be
+ installed at the same time as tomcat7. Bug 997743 removed the explicit
+ dependency for gradle on tomcat6 which should have fixed it, but since
+ gradle also depends on libjetty-extra-java the issue is still present. )
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libjetty-extra-java 6.1.26-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0
  Uname: Linux 3.13.0-6-generic i686
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sun Mar  2 11:48:27 2014
  InstallationDate: Installed on 2013-10-26 (127 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20131021.1)
  PackageArchitecture: all
  SourcePackage: jetty
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  libjetty-extra-java still depends on libtomcat6-java which prevents it
  from being installed alongside other programs which depend on tomcat7.
  According to the Debian bug report, Eclipse is among these programs.
  
  (Another it causes problems for is gradle which cannot currently be
- installed at the same time as tomcat7. Bug 997743 removed the explicit
- dependency for gradle on tomcat6 which should have fixed it, but since
- gradle also depends on libjetty-extra-java the issue is still present. )
+ installed at the same time as tomcat7. Gradle's explicit dependency on
+ tomcat6 has been removed (see bug 997743for details) and should have
+ fixed it, but since gradle also depends on libjetty-extra-java the issue
+ is still present. )
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libjetty-extra-java 6.1.26-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0
  Uname: Linux 3.13.0-6-generic i686
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sun Mar  2 11:48:27 2014
  InstallationDate: Installed on 2013-10-26 (127 days ago)
  

[Desktop-packages] [Bug 1286394] [NEW] Cheese freezes in Xubuntu 14.04

2014-03-02 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Fresh install of Xubuntu 14.04
All updates
Installed Cheese
Took picture,
cannot take 2nd pic as program freezes and cannot close, have to right click on 
bar on top.
rebooted, still does it.
loaded it in terminal

** (cheese:2684): WARNING **: Couldn't connect to accessibility bus:
Failed to connect to socket /tmp/dbus-bjDZa9mJGg: Connection refused

haven't a clue.

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

-- 
Cheese freezes in Xubuntu 14.04
https://bugs.launchpad.net/bugs/1286394
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to cheese 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 1286394] Re: Cheese freezes in Xubuntu 14.04

2014-03-02 Thread Thaddäus Tintenfisch
** Package changed: xfdesktop4 (Ubuntu) = cheese (Ubuntu)

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

Title:
  Cheese freezes in Xubuntu 14.04

Status in “cheese” package in Ubuntu:
  New

Bug description:
  Fresh install of Xubuntu 14.04
  All updates
  Installed Cheese
  Took picture,
  cannot take 2nd pic as program freezes and cannot close, have to right click 
on bar on top.
  rebooted, still does it.
  loaded it in terminal

  ** (cheese:2684): WARNING **: Couldn't connect to accessibility bus:
  Failed to connect to socket /tmp/dbus-bjDZa9mJGg: Connection refused

  haven't a clue.

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

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


[Desktop-packages] [Bug 1286791] [NEW] Mouse pointer can not be moved to the right-bottom edge of an output, if --scale-from resolution exceeds --mode resolution

2014-03-02 Thread Jarno Suni
Public bug reported:

Provided you have an output called LVDS1 that is capable to show 1024x768 
resolution, after running 
xrandr --fb 1154x864 --output LVDS1 --scale-from 1154x864 --mode 1024x768
try to move mouse pointer to the right-bottom edge of the output. It should 
move there, but it does not.

I want to use the scaling to output to 16:9 TV in right aspect ratio:
xrandr --fb 1024x576 --output LVDS1 --off --output TV1 --scale-from 1024x576 
--set mode PAL --mode 800x600
However, if I run
xrandr --fb 1024x576 --output LVDS1 --mode 1024x768 --output TV1 --scale-from 
1024x576 --set mode PAL --mode 800x600
mouse pointer can be moved to the bottom-right corner of the TV1 output (minus 
possible marginals).

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: x11-xserver-utils 7.7+0ubuntu2
ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
Uname: Linux 3.11.0-17-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Sun Mar  2 13:16:49 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-09-20 (163 days ago)
InstallationMedia: Lubuntu 13.04 Raring Ringtail - Release amd64 (20130423.1)
MarkForUpload: True
SourcePackage: x11-xserver-utils
UpgradeStatus: Upgraded to saucy on 2013-10-18 (134 days ago)

** Affects: x11-xserver-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

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

Title:
  Mouse pointer can not be moved to the right-bottom edge of an output,
  if  --scale-from resolution exceeds --mode resolution

Status in “x11-xserver-utils” package in Ubuntu:
  New

Bug description:
  Provided you have an output called LVDS1 that is capable to show 1024x768 
resolution, after running 
  xrandr --fb 1154x864 --output LVDS1 --scale-from 1154x864 --mode 1024x768
  try to move mouse pointer to the right-bottom edge of the output. It should 
move there, but it does not.

  I want to use the scaling to output to 16:9 TV in right aspect ratio:
  xrandr --fb 1024x576 --output LVDS1 --off --output TV1 --scale-from 1024x576 
--set mode PAL --mode 800x600
  However, if I run
  xrandr --fb 1024x576 --output LVDS1 --mode 1024x768 --output TV1 --scale-from 
1024x576 --set mode PAL --mode 800x600
  mouse pointer can be moved to the bottom-right corner of the TV1 output 
(minus possible marginals).

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: x11-xserver-utils 7.7+0ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
  Uname: Linux 3.11.0-17-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Sun Mar  2 13:16:49 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-09-20 (163 days ago)
  InstallationMedia: Lubuntu 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MarkForUpload: True
  SourcePackage: x11-xserver-utils
  UpgradeStatus: Upgraded to saucy on 2013-10-18 (134 days ago)

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

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


[Desktop-packages] [Bug 1286779] Re: Please migrate libjetty-extra-java to tomcat7

2014-03-02 Thread Bug Watch Updater
** Changed in: jetty (Debian)
   Status: Unknown = New

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

Title:
  Please migrate libjetty-extra-java to tomcat7

Status in “jetty” package in Ubuntu:
  New
Status in “jetty” package in Debian:
  New

Bug description:
  libjetty-extra-java still depends on libtomcat6-java which prevents it
  from being installed alongside other programs which depend on tomcat7.
  According to the Debian bug report, Eclipse is among these programs.

  (Another it causes problems for is gradle which cannot currently be
  installed at the same time as tomcat7. Gradle's explicit dependency on
  tomcat6 has been removed (see bug 997743for details) and should have
  fixed it, but since gradle also depends on libjetty-extra-java the
  issue is still present. )

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libjetty-extra-java 6.1.26-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0
  Uname: Linux 3.13.0-6-generic i686
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sun Mar  2 11:48:27 2014
  InstallationDate: Installed on 2013-10-26 (127 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20131021.1)
  PackageArchitecture: all
  SourcePackage: jetty
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1286805] [NEW] gnome-control-center.real crashed with SIGSEGV in gnome_control_center_show()

2014-03-02 Thread Dennj Osele
Public bug reported:

after upgrade from 13.10 to 14.04
When i try to open gnome-control-center

ProblemType: Crash
DistroRelease: Ubuntu 14.04
Package: gnome-control-center 1:3.6.3-0ubuntu52
Uname: Linux 3.13.0-031300-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CrashCounter: 1
CurrentDesktop: GNOME
Date: Sun Mar  2 15:07:12 2014
ExecutablePath: /usr/bin/gnome-control-center.real
InstallationDate: Installed on 2012-10-23 (495 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
ProcCmdline: /usr/bin/gnome-control-center.real --overview
SegvAnalysis:
 Segfault happened at: 0x409ee1 gnome_control_center_show+17: mov
0x20(%rbx),%rdx
 PC (0x00409ee1) ok
 source 0x20(%rbx) (0x0020) not located in a known VMA region (needed 
readable region)!
 destination %rdx ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: gnome-control-center
Stacktrace:
 #0  0x00409ee1 in gnome_control_center_show ()
 No symbol table info available.
 #1  0x00407306 in _start ()
 No symbol table info available.
StacktraceTop:
 gnome_control_center_show ()
 _start ()
Title: gnome-control-center.real crashed with SIGSEGV in 
gnome_control_center_show()
UpgradeStatus: Upgraded to trusty on 2014-02-27 (2 days ago)
UserGroups: adm cdrom dip libvirtd lpadmin netdev plugdev sambashare sudo

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


** Tags: amd64 apport-crash need-amd64-retrace third-party-packages trusty

** Information type changed from Private to Public

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

Title:
  gnome-control-center.real crashed with SIGSEGV in
  gnome_control_center_show()

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

Bug description:
  after upgrade from 13.10 to 14.04
  When i try to open gnome-control-center

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: gnome-control-center 1:3.6.3-0ubuntu52
  Uname: Linux 3.13.0-031300-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: GNOME
  Date: Sun Mar  2 15:07:12 2014
  ExecutablePath: /usr/bin/gnome-control-center.real
  InstallationDate: Installed on 2012-10-23 (495 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  ProcCmdline: /usr/bin/gnome-control-center.real --overview
  SegvAnalysis:
   Segfault happened at: 0x409ee1 gnome_control_center_show+17:   mov
0x20(%rbx),%rdx
   PC (0x00409ee1) ok
   source 0x20(%rbx) (0x0020) not located in a known VMA region (needed 
readable region)!
   destination %rdx ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-control-center
  Stacktrace:
   #0  0x00409ee1 in gnome_control_center_show ()
   No symbol table info available.
   #1  0x00407306 in _start ()
   No symbol table info available.
  StacktraceTop:
   gnome_control_center_show ()
   _start ()
  Title: gnome-control-center.real crashed with SIGSEGV in 
gnome_control_center_show()
  UpgradeStatus: Upgraded to trusty on 2014-02-27 (2 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin netdev plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1052164] Re: gnome-font-viewer crashed with SIGSEGV in ft_mem_qalloc()

2014-03-02 Thread LAZA
Happened for me with fresh installed Edubuntu 14.04 beta1 32 bit.

** Tags added: trusty

** Tags added: i386

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

Title:
  gnome-font-viewer crashed with SIGSEGV in ft_mem_qalloc()

Status in “gnome-font-viewer” package in Ubuntu:
  Confirmed

Bug description:
  in use

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: gnome-font-viewer 3.5.91-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-14.19-generic 3.5.3
  Uname: Linux 3.5.0-14-generic x86_64
  ApportVersion: 2.5.1-0ubuntu7
  Architecture: amd64
  Date: Mon Sep 17 22:06:07 2012
  Disassembly: = 0xc1: Cannot access memory at address 0xc1
  ExecutablePath: /usr/bin/gnome-font-viewer
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120910)
  ProcCmdline: gnome-font-viewer
  SegvAnalysis:
   Segfault happened at: 0xc1:  Cannot access memory at address 0xc1
   PC (0x00c1) not located in a known VMA region (needed executable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: executing NULL VMA
  Signal: 11
  SourcePackage: gnome-font-viewer
  StacktraceTop:
   ?? ()
   ft_mem_qalloc () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
   ft_mem_alloc () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
   FT_Stream_New () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
   FT_Open_Face () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
  Title: gnome-font-viewer crashed with SIGSEGV in ft_mem_qalloc()
  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-font-viewer/+bug/1052164/+subscriptions

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


[Desktop-packages] [Bug 1286810] [NEW] exporting VPN ppp does fails with unknown error.

2014-03-02 Thread Carla Sella
Public bug reported:

If you try to export your VPN PPTP configuration you get un unkown error and 
you are unable to complete the task.
Click on network manager indicator, select edit connections select your VPN 
entry and click on edit.
Click on the export button, select a name and location, click on save an you 
get the error you see in the attached screenshot.

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

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

Title:
  exporting VPN ppp does fails with unknown error.

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  If you try to export your VPN PPTP configuration you get un unkown error and 
you are unable to complete the task.
  Click on network manager indicator, select edit connections select your VPN 
entry and click on edit.
  Click on the export button, select a name and location, click on save an you 
get the error you see in the attached screenshot.

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

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


[Desktop-packages] [Bug 1286810] Re: exporting VPN ppp does fails with unknown error.

2014-03-02 Thread Carla Sella
** Attachment added: screenshot
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1286810/+attachment/4003744/+files/Screenshot%20from%202014-03-02%2015%3A22%3A29.png

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

Title:
  exporting VPN ppp does fails with unknown error.

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  If you try to export your VPN PPTP configuration you get un unkown error and 
you are unable to complete the task.
  Click on network manager indicator, select edit connections select your VPN 
entry and click on edit.
  Click on the export button, select a name and location, click on save an you 
get the error you see in the attached screenshot.

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

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


[Desktop-packages] [Bug 1286810] Re: exporting VPN ppp does fails with unknown error.

2014-03-02 Thread Carla Sella
I am running Trusty with all updates applied.

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

Title:
  exporting VPN ppp does fails with unknown error.

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  If you try to export your VPN PPTP configuration you get un unkown error and 
you are unable to complete the task.
  Click on network manager indicator, select edit connections select your VPN 
entry and click on edit.
  Click on the export button, select a name and location, click on save an you 
get the error you see in the attached screenshot.

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

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


[Desktop-packages] [Bug 1055166] Re: compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() from dri_set_tex_buffer2() from operator() from compiz::opengl::bindTexImageGLX() from ...

2014-03-02 Thread Amulet
This received first boot after upgrade to 14.04

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

Title:
  compiz crashed with SIGSEGV in memmove() from
  drisw_update_tex_buffer() from dri_set_tex_buffer2() from operator()
  from compiz::opengl::bindTexImageGLX() from ... from
  unity::UnityWindow::DrawWindowDecoration

Status in Mesa:
  Invalid
Status in Unity:
  Triaged
Status in Unity 6.0 series:
  Triaged
Status in “mesa” package in Ubuntu:
  Invalid
Status in “unity” package in Ubuntu:
  Triaged

Bug description:
  See also bug 927168, which was resolved recently.

  Compiz crashed after installed something via Synaptic and just it
  installed that i want it crashed coz i want to see  the black
  installition screen

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: unity 6.6.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4
  Uname: Linux 3.5.0-15-generic x86_64
  ApportVersion: 2.5.2-0ubuntu4
  Architecture: amd64
  Date: Sun Sep 23 21:36:37 2012
  ExecutablePath: /usr/bin/compiz
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120905.2)
  ProcCmdline: compiz
  ProcEnviron:
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f031d57d73c:movntdq %xmm1,-0x10(%rdi)
   PC (0x7f031d57d73c) ok
   source %xmm1 ok
   destination -0x10(%rdi) (0x108d5b170) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   ?? () from /lib/x86_64-linux-gnu/libc.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
   compiz::opengl::bindTexImageGLX(ServerGrabInterface*, unsigned long, 
unsigned long, boost::functionbool (unsigned long) const, 
boost::functionvoid (unsigned long) const, boost::functionvoid () const, 
compiz::opengl::_PixmapSource) () from /usr/lib/compiz/libopengl.so
   TfpTexture::bindTexImage(unsigned long const) () from 
/usr/lib/compiz/libopengl.so
  Title: compiz crashed with SIGSEGV in compiz::opengl::bindTexImageGLX()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XsessionErrors:
   gnome-session[1561]: WARNING: Application 'compiz.desktop' killed by signal 
11
   gnome-session[1561]: WARNING: App 'compiz.desktop' respawning too quickly
   gnome-session[1561]: CRITICAL: We failed, but the fail whale is dead. 
Sorry

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

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


[Desktop-packages] [Bug 1286816] [NEW] brightness control breaks after 13.04 - 13.10 upgrade on lenovo e325

2014-03-02 Thread Sami Sieranoja
Public bug reported:

After upgrading from 13.04 to 13.10 brightness control on unity no
longer works. When pressing the brightness control keys, the brightness
progress bar is shown, but the change has usually no effect.

Sometimes it does change to from 100% brightness to very dim (0%?), but
doesn't change back. Usually it has no effect. In 13.04 it worked fine.

This is very similar problem with these bugs:
https://bugs.launchpad.net/ubuntu/+bug/1245288
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249219

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: gnome-control-center 1:3.6.3-0ubuntu45.2
ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
Uname: Linux 3.11.0-17-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Sun Mar  2 16:40:03 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-06-02 (638 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to saucy on 2014-02-28 (1 days ago)
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.20131023.2-0ubuntu1
 gnome-control-center-signon   0.1.7~+13.10.20130724.1-0ubuntu1
 gnome-control-center-unity1.3+13.10.20131004-0ubuntu1

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


** Tags: amd64 apport-bug saucy

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

Title:
  brightness control breaks after 13.04 - 13.10 upgrade on lenovo e325

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

Bug description:
  After upgrading from 13.04 to 13.10 brightness control on unity no
  longer works. When pressing the brightness control keys, the
  brightness progress bar is shown, but the change has usually no
  effect.

  Sometimes it does change to from 100% brightness to very dim (0%?),
  but doesn't change back. Usually it has no effect. In 13.04 it worked
  fine.

  This is very similar problem with these bugs:
  https://bugs.launchpad.net/ubuntu/+bug/1245288
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249219

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu45.2
  ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
  Uname: Linux 3.11.0-17-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Sun Mar  2 16:40:03 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-06-02 (638 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to saucy on 2014-02-28 (1 days ago)
  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.20131023.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/gnome-control-center/+bug/1286816/+subscriptions

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


[Desktop-packages] [Bug 1276072] Re: Language selection always falls back to English

2014-03-02 Thread Sean Davis
The first of the two merge proposals has been released in lightdm-gtk-
greeter 1.8.2

** Also affects: lightdm-gtk-greeter
   Importance: Undecided
   Status: New

** Changed in: lightdm-gtk-greeter
   Status: New = Fix Released

** Changed in: lightdm-gtk-greeter
   Importance: Undecided = Low

** Changed in: lightdm-gtk-greeter
 Assignee: (unassigned) = Sean Davis (smd-seandavis)

** Changed in: lightdm-gtk-greeter
Milestone: None = 1.8.2

** Changed in: lightdm-gtk-greeter
   Status: Fix Released = In Progress

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

Title:
  Language selection always falls back to English

Status in LightDM GTK+ Greeter:
  In Progress
Status in “lightdm” package in Ubuntu:
  In Progress
Status in “lightdm-gtk-greeter” package in Ubuntu:
  In Progress

Bug description:
  I upgraded two amd64 computers from 13.04 to 13.10, and discovered on both 
that the language is set to English (whereas I selected French language at the 
beginning of the upgrade).
  Moreover, each time I set it back to French, dragging both French (France and 
Canada) and some English (UK  US) on top of the default English in the 
language selection list, default English comes back on top at next login.

  I even tried to modify my .pam_environment (in console mode) and the
  /etc/environment to set fr_FR as the default, no way: gnome-language-
  selector seems to force default English as default at each connection!

  Hopefully, I do understand English, but this is turning me mad.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: language-selector-gnome 0.116
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Tue Feb  4 10:48:33 2014
  InstallationDate: Installed on 2013-07-29 (190 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: language-selector
  UpgradeStatus: Upgraded to saucy on 2014-02-03 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm-gtk-greeter/+bug/1276072/+subscriptions

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


[Desktop-packages] [Bug 1286700] [NEW] Revolutionizing File and Folder Management

2014-03-02 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Since the dawn of graphical user interfaces, there has been almost no
change in now we manage and organize files and folders. The file
managers of today are fundamentally identical to the file managers 20
years ago. All of the file namagers of today - in any operating system,
including mobile - have severe limitations. Two of those limitations are
mention below. A concept for a new, radically different file manager,
free of those limitations is then presented.

1) Suppose you have some personal file or a file from work that you want
to save to your computer. However, you can't quite decide in which of
your folders to put the file. Perhaps you have three directories in
which that file would belong equally well. You have a couple of options.
A) you make a choice and put the file in one of those three folders, or
B) you really want that file to be in those other two folders as well,
so you place shortcuts in those other two folders. Suppose you choose
B). After a year you go back to that file. You find the folder that
contains the actual copy but you want to know in which other folder you
put a shortcut to that file. In some file managers and operating systems
you can do that (although it will take time), in others you cannot.

2) For many of us, one of the most annoying tasks is file management. Many of 
us have external backup drives where at least a couple of times annually we 
simply dump everthing important from our computers. Pehaps we just put 
everthing in a single folder or two, or do some minimal organization, and put 
it in the backup drive. We always think that once we find some free time we 
will organize those files, but we never find that time. As a result, after a 
couple of years our backup drives begin to resemble the contents of a garbage 
truck in terms of how messy everything is. After a certain point, we might even 
begin feeling that organizing the contents in the backup drive is simply a 
hopeless task that would take weeks to accomplish.
Why is that? What makes file management such a difficult and time consuming 
task? The answer I have come to is the following. The file managers of the 
present force us to make one choice when there might be several equally valid 
choice. Here is what I mean. Suppose you have a thousand files - of various 
kinds - that you want to organize. There is probably tens of ways of organizing 
those files. Let's give more specific examples. Suppose you are doing academic 
research and those 1000 files are all related to your research - shortcuts of 
websites, research papers, your papers, videos, pictures, algorithms, code, 
etc. One way of organizing them is by type - you have a folder for each file 
type. Another way is to separate the files by subtopic. Or maybe you want to 
organize them by source - perhaps you want to put the research papers and 
programs from different universities in different folders. Let's suppose you 
overcome this challenge and decide to organize the files by topic - a folde
 r for each topic. Then you come to a second problem. Some files - say some 
research papers - belong to two or more topics (folders). The task of 
organizing the files becomes very difficult, therefore. There are many equally 
valid ways of organizing those 1000 files but the file managers force one to 
make a single choice. What if we did not have this limitation. What if we were 
able to make all of those choices simultaneously.

The aforementioned are two of many limitations that the file managers of
the present have. I came up with a concept of a file manager that is
free from the those and other limitation. A file manager that does not
force the user to make a single choice when organizing files but allows
the user to make all the possible choices. A file manager which would
transform the task of organizing our backup drives from being a dreadful
and impossible task to becoming a task that is enjoyable and quick.

The concept I am proposing is best explained with pictures but I will try my 
best to explain it in words while relying on the reader's imagination.
I am proposing a file manager which displays files in two different ways 
Galactic View and Singular View. These are virtual views - I will explain 
what I mean later.

Galactic View -
imagine a galaxy where each star is a file (this can be either 3D or 2D). You 
have the ability to zoom in and out. The distance between two files represents 
how closely related those files are according to the judgement of the user. 
Suppose you have 1000 files that are unorganized. The picture you should be 
having in your mind is that of the Andromeda Galaxy but with only 1000 stars or 
files. The first step toward organizing those files would be to start moving 
them around. Think of it as moving stars in a galaxy, or maybe creating 
multiple galaxies from those stars. Say you make 5 galaxies from your files. 
You can zoom in and out so you can see any number of files 

[Desktop-packages] [Bug 1286700] Re: Revolutionizing File and Folder Management

2014-03-02 Thread John Kim
Thanks for taking the time to share your opinion!

** Changed in: ubuntu
   Status: New = Opinion

** Package changed: ubuntu = nautilus (Ubuntu)

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

Title:
  Revolutionizing File and Folder Management

Status in “nautilus” package in Ubuntu:
  Opinion

Bug description:
  Since the dawn of graphical user interfaces, there has been almost no
  change in now we manage and organize files and folders. The file
  managers of today are fundamentally identical to the file managers 20
  years ago. All of the file namagers of today - in any operating
  system, including mobile - have severe limitations. Two of those
  limitations are mention below. A concept for a new, radically
  different file manager, free of those limitations is then presented.

  1) Suppose you have some personal file or a file from work that you
  want to save to your computer. However, you can't quite decide in
  which of your folders to put the file. Perhaps you have three
  directories in which that file would belong equally well. You have a
  couple of options. A) you make a choice and put the file in one of
  those three folders, or B) you really want that file to be in those
  other two folders as well, so you place shortcuts in those other two
  folders. Suppose you choose B). After a year you go back to that file.
  You find the folder that contains the actual copy but you want to know
  in which other folder you put a shortcut to that file. In some file
  managers and operating systems you can do that (although it will take
  time), in others you cannot.

  2) For many of us, one of the most annoying tasks is file management. Many of 
us have external backup drives where at least a couple of times annually we 
simply dump everthing important from our computers. Pehaps we just put 
everthing in a single folder or two, or do some minimal organization, and put 
it in the backup drive. We always think that once we find some free time we 
will organize those files, but we never find that time. As a result, after a 
couple of years our backup drives begin to resemble the contents of a garbage 
truck in terms of how messy everything is. After a certain point, we might even 
begin feeling that organizing the contents in the backup drive is simply a 
hopeless task that would take weeks to accomplish.
  Why is that? What makes file management such a difficult and time consuming 
task? The answer I have come to is the following. The file managers of the 
present force us to make one choice when there might be several equally valid 
choice. Here is what I mean. Suppose you have a thousand files - of various 
kinds - that you want to organize. There is probably tens of ways of organizing 
those files. Let's give more specific examples. Suppose you are doing academic 
research and those 1000 files are all related to your research - shortcuts of 
websites, research papers, your papers, videos, pictures, algorithms, code, 
etc. One way of organizing them is by type - you have a folder for each file 
type. Another way is to separate the files by subtopic. Or maybe you want to 
organize them by source - perhaps you want to put the research papers and 
programs from different universities in different folders. Let's suppose you 
overcome this challenge and decide to organize the files by topic - a folder 
for each topic. Then you come to a second problem. Some files - say some 
research papers - belong to two or more topics (folders). The task of 
organizing the files becomes very difficult, therefore. There are many equally 
valid ways of organizing those 1000 files but the file managers force one to 
make a single choice. What if we did not have this limitation. What if we were 
able to make all of those choices simultaneously.

  The aforementioned are two of many limitations that the file managers
  of the present have. I came up with a concept of a file manager that
  is free from the those and other limitation. A file manager that does
  not force the user to make a single choice when organizing files but
  allows the user to make all the possible choices. A file manager which
  would transform the task of organizing our backup drives from being a
  dreadful and impossible task to becoming a task that is enjoyable and
  quick.

  The concept I am proposing is best explained with pictures but I will try my 
best to explain it in words while relying on the reader's imagination.
  I am proposing a file manager which displays files in two different ways 
Galactic View and Singular View. These are virtual views - I will explain 
what I mean later.

  Galactic View -
  imagine a galaxy where each star is a file (this can be either 3D or 2D). You 
have the ability to zoom in and out. The distance between two files represents 
how closely related those files are according to the 

[Desktop-packages] [Bug 1276072] Re: Language selection always falls back to English

2014-03-02 Thread Sean Davis
** Changed in: lightdm-gtk-greeter
   Status: In Progress = Fix Released

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

Title:
  Language selection always falls back to English

Status in LightDM GTK+ Greeter:
  Fix Released
Status in “lightdm” package in Ubuntu:
  In Progress
Status in “lightdm-gtk-greeter” package in Ubuntu:
  In Progress

Bug description:
  I upgraded two amd64 computers from 13.04 to 13.10, and discovered on both 
that the language is set to English (whereas I selected French language at the 
beginning of the upgrade).
  Moreover, each time I set it back to French, dragging both French (France and 
Canada) and some English (UK  US) on top of the default English in the 
language selection list, default English comes back on top at next login.

  I even tried to modify my .pam_environment (in console mode) and the
  /etc/environment to set fr_FR as the default, no way: gnome-language-
  selector seems to force default English as default at each connection!

  Hopefully, I do understand English, but this is turning me mad.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: language-selector-gnome 0.116
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Tue Feb  4 10:48:33 2014
  InstallationDate: Installed on 2013-07-29 (190 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: language-selector
  UpgradeStatus: Upgraded to saucy on 2014-02-03 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm-gtk-greeter/+bug/1276072/+subscriptions

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


[Desktop-packages] [Bug 1276072] Re: Language selection always falls back to English

2014-03-02 Thread A. Scheuer
Hi, thanks for the fix.

I just have a question: what do you mean by fix a 14.04 install?  I do
not have enough disk space to have two systems on my computer: if I want
to try 14.04, I have to upgrade to it, and I am not used to do it before
a few months after the announcement, nor happy to try (as they are
usually a lot of remaining bugs and my computer is my working tool - I
need it to work well).

I could perhaps try to get a 1 GB USB key, and try it on it in
persistent mode.  Do you think that would fit?

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

Title:
  Language selection always falls back to English

Status in LightDM GTK+ Greeter:
  Fix Released
Status in “lightdm” package in Ubuntu:
  In Progress
Status in “lightdm-gtk-greeter” package in Ubuntu:
  In Progress

Bug description:
  I upgraded two amd64 computers from 13.04 to 13.10, and discovered on both 
that the language is set to English (whereas I selected French language at the 
beginning of the upgrade).
  Moreover, each time I set it back to French, dragging both French (France and 
Canada) and some English (UK  US) on top of the default English in the 
language selection list, default English comes back on top at next login.

  I even tried to modify my .pam_environment (in console mode) and the
  /etc/environment to set fr_FR as the default, no way: gnome-language-
  selector seems to force default English as default at each connection!

  Hopefully, I do understand English, but this is turning me mad.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: language-selector-gnome 0.116
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Tue Feb  4 10:48:33 2014
  InstallationDate: Installed on 2013-07-29 (190 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: language-selector
  UpgradeStatus: Upgraded to saucy on 2014-02-03 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm-gtk-greeter/+bug/1276072/+subscriptions

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


[Desktop-packages] [Bug 1207812] Re: iOS 7, Trust Prompt Looping

2014-03-02 Thread Michael
Congratulations Frog. That's good news.  Is anyone working on the 32bit
version for Sausy? 13.10?

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

Title:
  iOS 7, Trust Prompt Looping

Status in “libimobiledevice” package in Ubuntu:
  Triaged

Bug description:
  The iPhone reporting Trust the currently connected computer? Trust/Don't 
Trust.
  This then happens in a continous loop when clicking Trust.

  ---
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nrawlins   2068 F pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=f089ceb3-a892-4f99-92d3-a61c99bb2feb
  InstallationDate: Installed on 2013-08-15 (3 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Sony Corporation VGN-SR29XN_S
  MarkForUpload: True
  Package: linux 3.8.0.27.45
  PackageArchitecture: amd64
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=7656e9f3-5437-4e10-a467-62d52144f471 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 08/28/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R1130Y1
  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:bvnAmericanMegatrendsInc.:bvrR1130Y1:bd08/28/2009:svnSonyCorporation:pnVGN-SR29XN_S:pvrC6017UKK:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VGN-SR29XN_S
  dmi.product.version: C6017UKK
  dmi.sys.vendor: Sony Corporation

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

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


[Desktop-packages] [Bug 989755] Re: No option to turn off encryption

2014-03-02 Thread ftkw
** Changed in: deja-dup (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  No option to turn off encryption

Status in “deja-dup” package in Ubuntu:
  Fix Released

Bug description:
  
  I'm having trouble with the encryption option.  I've submitted another bug(s) 
about that, but as a result of them, I want to turn encryption off. There is no 
visible way to turn off file encryption for the backup.  This should be an 
option in the menu items for managing backup.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: deja-dup 20.1-0ubuntu0.2
  ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
  Uname: Linux 3.0.0-17-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Fri Apr 27 09:56:10 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110921.2)
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 874535] Re: Volume Slider Jumps, due to rapidly changing hardware jack sense state

2014-03-02 Thread Raymond
Node 0x14 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  Control: name=Front Playback Switch, index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name=Line Out Front Jack, index=0, device=0
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x0001003e: IN OUT HP EAPD Detect Trigger
  EAPD 0x2: EAPD
  Pin Default 0x01014010: [Jack] Line Out at Ext Rear
Conn = 1/8, Color = Green
DefAssociation = 0x1, Sequence = 0x0

pulseaudio only check line out Jack but yours are line out front jack

0.240|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Jack' 
succeeded (not found)
(   0.240|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out 
Phantom Jack' succeeded (not found)


only found four jacks which support Jack detect : headphone, front Mic, rear 
Mic and line in

seem did not check line out front Jack

http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa/mixer/paths
/analog-output-lineout.conf?id=ecf3ab2b5788c85c237eeb6429bd1d525b9ac0cc


+[Jack Line Out]
+required-any = any
+
+[Jack Line Out Phantom]
+state.plugged = unknown
+state.unplugged = unknown
+required-any = any
+
+[Jack Line Out Front]
+required-any = any
+


(   0.181|   0.000) D: [pulseaudio] module-alsa-card.c: Found 4 jacks.
(   0.182|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 
'hw:0'
(   0.182|   0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Front Headphone 
Jack' is now plugged in
(   0.182|   0.000) D: [pulseaudio] device-port.c: Setting port 
analog-output-headphones to status yes
(   0.182|   0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event 
due to change event.
(   0.182|   0.000) D: [pulseaudio] module-switch-on-port-available.c: finding 
port analog-output-headphones
(   0.182|   0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Front Mic Jack' 
is now unplugged
(   0.182|   0.000) D: [pulseaudio] device-port.c: Setting port 
analog-input-microphone-front to status no
(   0.182|   0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event 
due to change event.
(   0.182|   0.000) D: [pulseaudio] module-switch-on-port-available.c: finding 
port analog-input-microphone-front
(   0.182|   0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Rear Mic Jack' is 
now unplugged
(   0.182|   0.000) D: [pulseaudio] device-port.c: Setting port 
analog-input-microphone-rear to status no
(   0.182|   0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event 
due to change event.
(   0.182|   0.000) D: [pulseaudio] module-switch-on-port-available.c: finding 
port analog-input-microphone-rear
(   0.182|   0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Line Jack' is now 
plugged in
(   0.182|   0.000) D: [pulseaudio] device-port.c: Setting port 
analog-input-linein to status yes
(   0.182|   0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event 
due to change event.
(   0.182|   0.000) D: [pulseaudio] module-switch-on-port-available.c: finding 
port analog-input-linein


do pulseaudio use  line out.conf or desktop-speaker.conf to differentiate the 
three output path of those business desktop with internal speaker, line out and 
headphone ?

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

Title:
  Volume Slider Jumps, due to rapidly changing hardware jack sense state

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

Bug description:
  In Oneiric Release,  The volume slider randomly jump down a notch or
  two for fraction of  a second, even when there is no audio playing on
  the system.  If mute is selected, the menu will quickly flip out of
  mute mode and back again.  This change actually affects the audio
  output, resulting in pops correlated with the volume changes.

  nVidia GF106 Audio Controller
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC892 Analog [ALC892 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jfrorie9959 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfb9f8000 irq 54'
 Mixer name : 'Realtek ALC892'
 Components : 'HDA:10ec0892,1462522c,00100302'
 Controls  : 35
 Simple ctrls  : 20
  Card2.Amixer.info:
   Card hw:2 'Generic'/'HD-Audio Generic at 0xfbcf8000 irq 55'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 4
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  DistroRelease: Ubuntu 11.10
  

[Desktop-packages] [Bug 949500] Re: invisible pointer when trying to del a pic in fullscreen mode

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

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

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

Title:
  invisible pointer when trying to del a pic in fullscreen mode

Status in “eog” package in Ubuntu:
  Confirmed

Bug description:
  Precise 32-Bit up-to-data

  When using the fullscreen mode and pressing DEL to delete an image the
  mouse is only displayed when over the upcoming delete-dialog-box.

  See attached image: 'bug_eog_fullscreen_delete.png'

  
  PS: if its not an EOG bug, then it could be a compiz bug

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: eog 3.3.91-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-18.28-generic-pae 3.2.9
  Uname: Linux 3.2.0-18-generic-pae i686
  ApportVersion: 1.94.1-0ubuntu1
  Architecture: i386
  Date: Thu Mar  8 00:16:54 2012
  ExecutablePath: /usr/bin/eog
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120227)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: eog
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


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

2014-03-02 Thread Aristotelian
I am also getting this problem. Started immediately after upgrade to
XUbuntu 13.10. Main culprits are browsing in Chrome and playing
Minecraft. System is Celeron G540 and Biostar H77MU3.

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

Title:
  Ubuntu 13.10 random screen freeze while Normal OS activites

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

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

  I,am not sure, whether it is bug ?

  thanks for the expertise support.

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

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


[Desktop-packages] [Bug 1286842] [NEW] Ubuntu HD 4000 drivers occasional flickering

2014-03-02 Thread Andréas Kühne
Public bug reported:

I have been using my lenovo x1 carbon with ubuntu since ubuntu 13.04. I
am currently running 13.10. I am using standard linux kernel packages
for 13.10. The problem I am having is the same as bug
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/1177358. Occasionaly I get a lot of flickering black lines on
the screen. It also happens if I have  an external monitor connected to
the computer.

I think this has something to do with the hd4000 drivers, because the
previous bug was filed from a MacBook air running 13.04.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: xorg 1:7.7+1ubuntu6
ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
Uname: Linux 3.11.0-17-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sun Mar  2 17:31:08 2014
DistUpgraded: 2013-10-18 15:22:26,737 DEBUG enabling apt cron job
DistroCodename: saucy
DistroVariant: ubuntu
DkmsStatus: vboxhost, 4.3.8, 3.11.0-17-generic, x86_64: installed
DpkgLog:
 
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:21f9]
InstallationDate: Installed on 2013-04-20 (315 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: LENOVO 346082G
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-17-generic 
root=UUID=f23ed118-0200-494e-ad7d-80e9242da1c1 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to saucy on 2013-10-18 (135 days ago)
XorgConf:
 Section Device
 Identifier Card0
 Driver intel
 Option AccelMethod sna
 EndSection
dmi.bios.date: 04/29/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: G6ET96WW (2.56 )
dmi.board.asset.tag: Not Available
dmi.board.name: 346082G
dmi.board.vendor: LENOVO
dmi.board.version: Win8 Pro MBR TPG
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrG6ET96WW(2.56):bd04/29/2013:svnLENOVO:pn346082G:pvrThinkPadX1Carbon:rvnLENOVO:rn346082G:rvrWin8ProMBRTPG:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 346082G
dmi.product.version: ThinkPad X1 Carbon
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.46-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2~saucy1
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.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1
xserver.bootTime: Sun Mar  2 17:14:35 2014
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 898 
 vendor LGD
xserver.version: 2:1.14.5-1ubuntu2~saucy1

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


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

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

Title:
  Ubuntu HD 4000 drivers occasional flickering

Status in “xorg” package in Ubuntu:
  New

Bug description:
  I have been using my lenovo x1 carbon with ubuntu since ubuntu 13.04.
  I am currently running 13.10. I am using standard linux kernel
  packages for 13.10. The problem I am having is the same as bug
  https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
  intel/+bug/1177358. Occasionaly I get a lot of flickering black lines
  on the screen. It also happens if I have  an external monitor
  connected to the computer.

  I think this has something to do with the hd4000 drivers, because the
  previous bug was filed from a MacBook air running 13.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xorg 1:7.7+1ubuntu6
  ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
  Uname: Linux 3.11.0-17-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  

[Desktop-packages] [Bug 1286765] Re: [ilk mesa] GPU hang

2014-03-02 Thread Chris Wilson
** Summary changed:

- [arrandale] GPU lockup  IPEHR: 0x0200
+ [ilk mesa] GPU hang

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

Title:
  [ilk mesa] GPU hang

Status in “xserver-xorg-video-intel” package in Ubuntu:
  New

Bug description:
  crashed

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic i686
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: i386
  Chipset: arrandale
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sun Mar  2 01:59:44 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DuplicateSignature: [arrandale] GPU lockup  IPEHR: 0x0200 Ubuntu 14.04
  ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3920]
  InstallationDate: Installed on 2014-02-16 (13 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140216)
  InterpreterPath: /usr/bin/python3.4
  MachineType: LENOVO 43308VG
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gpu-error-intel.py
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-14-generic 
root=UUID=2d24d866-6072-4801-a848-24a409c7eba9 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   xserver-xorg 1:7.7+1ubuntu8
   libdrm2  2.4.52-1
   xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  SourcePackage: xserver-xorg-video-intel
  Title: [arrandale] GPU lockup  IPEHR: 0x0200
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/29/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 39CN16WW
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: MoutCook
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnLENOVO:bvr39CN16WW:bd07/29/2010:svnLENOVO:pn43308VG:pvrLenovoB560:rvnLENOVO:rnMoutCook:rvrNotApplicable:cvnLENOVO:ct10:cvrN/A:
  dmi.product.name: 43308VG
  dmi.product.version: Lenovo B560
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11+14.04.20140218-0ubuntu1
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0~rc1-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0~rc1-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu6
  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 Mar  2 11:11:14 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8940 
   vendor AUO
  xserver.version: 2:1.15.0-1ubuntu6

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

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


[Desktop-packages] [Bug 304148] Re: im getting audio but no video for an rmvb video i downloaded.

2014-03-02 Thread Piotr Darzyn
** Changed in: totem (Ubuntu)
   Status: Invalid = New

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

** Changed in: totem (Ubuntu)
   Status: Incomplete = Opinion

** Changed in: totem (Ubuntu)
   Status: Opinion = Invalid

** Changed in: totem (Ubuntu)
   Status: Invalid = Confirmed

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

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

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

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

Title:
  im getting audio but no video for an rmvb video i downloaded.

Status in “totem” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: totem

  im not realy sure what to post here.  Im just getting audio and no
  video and when i try to open it with totem.

  it says The required software to play this file is not installed. You need 
to install suitable codecs to play media files. Do you want to search for a 
codec that supports the selected file?
  The search will also include software which is not officially supported.

  but after i click search it comes up with this
  There is no matching application available.

  what do i do?

  ProblemType: Bug
  Architecture: i386
  Date: Mon Dec  1 15:48:57 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/totem-gstreamer
  NonfreeKernelModules: nvidia
  Package: totem-gstreamer 2.22.1-0ubuntu2
  PackageArchitecture: i386
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: totem
  Uname: Linux 2.6.24-22-generic i686

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

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


[Desktop-packages] [Bug 1286617] Re: Ubuntu 13.10 AMD64bit constant soft lock on boot

2014-03-02 Thread aimlessbydesign
Very similar behavior with Trusty.   My best luck is to choose recovery
from grub menu and simply resume from there.  That gets me fairly
consistent log in though it's crashed a few times as well.

I have spare drives and a different AMD box I can test with as well as a
Macbook Pro.  Let me know what information/logs you need.

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

Title:
  Ubuntu 13.10 AMD64bit constant soft lock on boot

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

Bug description:
  I reported this earlier on another thread, but perhaps it was the
  wrong place as that user was using kubuntu and doing some different
  stuff.

  AMD64bit install plagued with soft lock CPU on boot up. Sometimes I
  can boot into the desktop and everything seems fine. Other times I'll
  get into the desktop and everything locks up immediately. Most of the
  time, however, I cannot even fully boot. Bootup gets stuck with CPU
  Soft Lock on several cores. I tried boot loooping and can hardly get 2
  successful boots in a row.

  Processor is AMD FX 8120. 16 GB of Ram. Installed on several hard
  drives with same problem.  Nvidia Geforce 550ti Graphics.  Issue
  arises with and without nvidia-current installed.

  Tried clean install. Tried upgrading from 13.04. Tried installing
  13.10 server. All have same issue.

  13.10 works fine on my intel macbook pro.

  What information can I add?

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

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


[Desktop-packages] [Bug 1286845] [NEW] Duplicity crashes with UnicodeEncode error

2014-03-02 Thread Lars Renström
Public bug reported:

When duplicity tries to do an incremental backup today it crashes with
the following Traceback:

Traceback (most recent call last):
  File /usr/bin/duplicity, line 1493, in module
with_tempdir(main)
  File /usr/bin/duplicity, line 1487, in with_tempdir
fn()
  File /usr/bin/duplicity, line 1336, in main
do_backup(action)
  File /usr/bin/duplicity, line 1469, in do_backup
incremental_backup(sig_chain)
  File /usr/bin/duplicity, line 656, in incremental_backup
print_statistics(diffdir.stats, bytes_written)
  File /usr/bin/duplicity, line 594, in print_statistics
print diffdir.stats.get_stats_logstring(_(Backup Statistics))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 
27: ordinal not in range(128)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: duplicity 0.6.23-1ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
Uname: Linux 3.13.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Mar  2 17:40:44 2014
InstallationDate: Installed on 2013-04-30 (305 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
SourcePackage: duplicity
UpgradeStatus: Upgraded to trusty on 2014-01-14 (46 days ago)

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

Title:
  Duplicity crashes with UnicodeEncode error

Status in “duplicity” package in Ubuntu:
  New

Bug description:
  When duplicity tries to do an incremental backup today it crashes with
  the following Traceback:

  Traceback (most recent call last):
File /usr/bin/duplicity, line 1493, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 1487, in with_tempdir
  fn()
File /usr/bin/duplicity, line 1336, in main
  do_backup(action)
File /usr/bin/duplicity, line 1469, in do_backup
  incremental_backup(sig_chain)
File /usr/bin/duplicity, line 656, in incremental_backup
  print_statistics(diffdir.stats, bytes_written)
File /usr/bin/duplicity, line 594, in print_statistics
  print diffdir.stats.get_stats_logstring(_(Backup Statistics))
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 
27: ordinal not in range(128)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: duplicity 0.6.23-1ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Mar  2 17:40:44 2014
  InstallationDate: Installed on 2013-04-30 (305 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  SourcePackage: duplicity
  UpgradeStatus: Upgraded to trusty on 2014-01-14 (46 days ago)

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

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


[Desktop-packages] [Bug 1207812] Re: iOS 7, Trust Prompt Looping

2014-03-02 Thread rulezneon
Hello everybody!!!

@Michale (lockm)

I'm working on mint 16 (Sausy) 32bit, and i have the same problem.

Somebody knows any solution 4 this system???

PS. Sorry for my english.

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

Title:
  iOS 7, Trust Prompt Looping

Status in “libimobiledevice” package in Ubuntu:
  Triaged

Bug description:
  The iPhone reporting Trust the currently connected computer? Trust/Don't 
Trust.
  This then happens in a continous loop when clicking Trust.

  ---
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nrawlins   2068 F pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=f089ceb3-a892-4f99-92d3-a61c99bb2feb
  InstallationDate: Installed on 2013-08-15 (3 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Sony Corporation VGN-SR29XN_S
  MarkForUpload: True
  Package: linux 3.8.0.27.45
  PackageArchitecture: amd64
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-27-generic 
root=UUID=7656e9f3-5437-4e10-a467-62d52144f471 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-27-generic N/A
   linux-backports-modules-3.8.0-27-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 08/28/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R1130Y1
  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:bvnAmericanMegatrendsInc.:bvrR1130Y1:bd08/28/2009:svnSonyCorporation:pnVGN-SR29XN_S:pvrC6017UKK:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VGN-SR29XN_S
  dmi.product.version: C6017UKK
  dmi.sys.vendor: Sony Corporation

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

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


[Desktop-packages] [Bug 1286857] [NEW] epiphany does not import bookmarks from file

2014-03-02 Thread Rafael Laguna
Public bug reported:

Epiphany does not import bookmarks from HTML file

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: epiphany-browser 3.10.3-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-14.34-lowlatency 3.13.5
Uname: Linux 3.13.0-14-lowlatency x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: XFCE
Date: Sun Mar  2 18:23:19 2014
InstallationDate: Installed on 2014-03-01 (0 days ago)
InstallationMedia: Ubuntu-Studio 14.04 Trusty Tahr - Alpha amd64 (20140228)
SourcePackage: epiphany-browser
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  epiphany does not import bookmarks from file

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

Bug description:
  Epiphany does not import bookmarks from HTML file

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: epiphany-browser 3.10.3-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-14.34-lowlatency 3.13.5
  Uname: Linux 3.13.0-14-lowlatency x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Mar  2 18:23:19 2014
  InstallationDate: Installed on 2014-03-01 (0 days ago)
  InstallationMedia: Ubuntu-Studio 14.04 Trusty Tahr - Alpha amd64 (20140228)
  SourcePackage: epiphany-browser
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1286856] [NEW] [13.10 Regression] External screen configuration wrong in login screen

2014-03-02 Thread matteo sisti sette
Public bug reported:

I have an external monitor that I usually connect to my laptop. It's
configured to be the only screen, so when I plug it in, the laptop's
builtin screen automagically turns off and the external screen becomes
the primary and only screen, and when I unplug it, the builtin screen
turns on and becomes the only screen. So far so good.

In 13.04, this used to apply also to the Ubuntu login screen, that is
for example, if I turned on the computer with the external monitor
already connected, I would see the login screen on the external monitor
only.

Since I upgraded to 13.10, when the login screen appears and the
external monitor is connected, the screen shows as an extended screen,
so that the login box is only visible on the builtin screen and the
external monitor is empty (with a background image).

After logging in, it switches to the correct configuration (i.e. the
builtin screen turns off and the external screen becomes the primary
one).

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: unity 7.1.2+13.10.20131014.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
Uname: Linux 3.11.0-17-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Sun Mar  2 18:18:00 2014
InstallationDate: Installed on 2013-10-11 (141 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: unity
UpgradeStatus: Upgraded to saucy on 2014-02-23 (7 days ago)

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


** Tags: amd64 apport-bug saucy

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

Title:
  [13.10 Regression] External screen configuration wrong in login screen

Status in “unity” package in Ubuntu:
  New

Bug description:
  I have an external monitor that I usually connect to my laptop. It's
  configured to be the only screen, so when I plug it in, the laptop's
  builtin screen automagically turns off and the external screen becomes
  the primary and only screen, and when I unplug it, the builtin screen
  turns on and becomes the only screen. So far so good.

  In 13.04, this used to apply also to the Ubuntu login screen, that is
  for example, if I turned on the computer with the external monitor
  already connected, I would see the login screen on the external
  monitor only.

  Since I upgraded to 13.10, when the login screen appears and the
  external monitor is connected, the screen shows as an extended screen,
  so that the login box is only visible on the builtin screen and the
  external monitor is empty (with a background image).

  After logging in, it switches to the correct configuration (i.e. the
  builtin screen turns off and the external screen becomes the primary
  one).

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: unity 7.1.2+13.10.20131014.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
  Uname: Linux 3.11.0-17-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sun Mar  2 18:18:00 2014
  InstallationDate: Installed on 2013-10-11 (141 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: Upgraded to saucy on 2014-02-23 (7 days ago)

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

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


[Desktop-packages] [Bug 276749] Re: Pressing the Continuous button makes evince display the top of the page

2014-03-02 Thread Bug Watch Updater
** Changed in: evince
   Status: Confirmed = Fix Released

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

Title:
  Pressing the Continuous button makes evince display the top of the
  page

Status in Evince document viewer:
  Fix Released
Status in “evince” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: evince

  When reading a document with evince, I can't make it display the
  document continously without switching to the top of the current page.
  That's pretty annoying because it's a confusing new view and even more
  annoying if I've already been at the bottom of the page.

  To reproduce, open a document in evince, 
  make sure that Continuous is unchecked in View Menu
  scroll to the bottom of the page
  click continuous from View Menu
  see evince scrolling up to the top of the page

  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 8.10
  Package: evince 2.24.0-0ubuntu1
  SourcePackage: evince
  Uname: Linux 2.6.27-4-generic x86_64

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

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


[Desktop-packages] [Bug 956956] Re: gnome-settings-daemon crashes when Wacom Tablet is plugged in

2014-03-02 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 956692 ***
https://bugs.launchpad.net/bugs/956692

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

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New = Confirmed

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

Title:
  gnome-settings-daemon crashes when Wacom Tablet is plugged in

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

Bug description:
  when the machine first booted with the tablet connected, g-s-d
  crashes, the only way I noticed was I had the old gnome theme.

  then I started g-s-d form the command line and got the following
  output:

  pgraner@zorak:~$ gnome-settings-daemon

  color-plugin-WARNING **: failed to get edid: unable to get EDID for output
  [1331903731,000,xklavier.c:xkl_engine_start_listen/]  The backend does not 
require manual layout management - but it is provided by the application

  ** WARNING **: Tablet 'usb:056a:0015' has no buttons defined, do
  something!

  ** WARNING **: Tablet 'usb:056a:0014' has no buttons defined, do
  something!

  ** WARNING **: Tablet 'usb:056a:0013' has no buttons defined, do
  something!

  wacom-plugin-WARNING **: Could not set the current stylus ID 0x0 for tablet 
'Wacom Bamboo Pen  Touch', no general pen found
  **
  
wacom-plugin:ERROR:gsd-wacom-device.c:1491:gsd_wacom_device_set_current_stylus: 
assertion failed: (device-priv-styli)
  Aborted (core dumped)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-settings-daemon 3.3.91-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  Date: Fri Mar 16 09:26:03 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120314)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1286863] [NEW] Network manager does not auto-connect to a configured wifi-network

2014-03-02 Thread Ben
Public bug reported:

Network manager (nm) does not auto-connect to a configured wifi-network
(e.g. net-a) after upgrade from 13.04 to 13.10. Before the upgrade nm
auto-connected to the pre-configured wireless network (net-a). Now you
have to manually connect to the configured wifi-network (net-a). After
manual connect, the network performes normal.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: network-manager 0.9.8.0-0ubuntu22
ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
Uname: Linux 3.11.0-17-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Sun Mar  2 18:35:59 2014
EcryptfsInUse: Yes
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2011-10-26 (858 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
IpRoute:
 default via 192.168.2.1 dev wlan0  proto static 
 192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.21  metric 9
MarkForUpload: True
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager
UpgradeStatus: Upgraded to saucy on 2014-01-09 (51 days ago)
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
 eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.0connected   enabled   enabled 
enabledenabled disabled

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


** Tags: amd64 apport-bug saucy

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

Title:
  Network manager does not auto-connect to a configured wifi-network

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  Network manager (nm) does not auto-connect to a configured wifi-
  network (e.g. net-a) after upgrade from 13.04 to 13.10. Before the
  upgrade nm auto-connected to the pre-configured wireless network
  (net-a). Now you have to manually connect to the configured wifi-
  network (net-a). After manual connect, the network performes normal.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: network-manager 0.9.8.0-0ubuntu22
  ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
  Uname: Linux 3.11.0-17-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Sun Mar  2 18:35:59 2014
  EcryptfsInUse: Yes
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2011-10-26 (858 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  IpRoute:
   default via 192.168.2.1 dev wlan0  proto static 
   192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.21  metric 
9
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to saucy on 2014-01-09 (51 days ago)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.0connected   enabled   enabled 
enabledenabled disabled

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

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


[Desktop-packages] [Bug 1286639] Re: Gwibber not adding Twitter account

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

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

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

Title:
  Gwibber not adding Twitter account

Status in “gwibber” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 12.04.4
  Adding a Twitter account from gwibber does not open the twitter authorization 
page.

  Twitter now only accepts SSL connections.

  After inspecting the code on gwibber-service-twitter files i found the
  problem.

  File /usr/share/gwibber/plugins/twitter/gtk/twitter/__init__.py

  Line 78 and 144 - Needs to be https where it states http

  File /usr/share/gwibber/plugins/twitter/__init__.py

  Line 401 - Needs to be https where it states http

  Editing these files with the previous fix makes adding a twitter
  account working again.

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

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


[Desktop-packages] [Bug 1282780] Re: compiz crashed with SIGSEGV

2014-03-02 Thread Cavsfan
I get this error when resizing windows. The whole system freezes and
then apport pops up when it comes back up. The windows decoration check
mark is gone at this time too.

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

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

Title:
  compiz crashed with SIGSEGV

Status in “compiz” package in Ubuntu:
  New

Bug description:
  I got this yesterday and didn't report it because there were compiz
  updates. Today I got all of the updates and after the new kernel
  3.13.0-11-generic was installed and I rebooted. I got this error.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: compiz-core 1:0.9.11+14.04.20140218-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-16ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CrashCounter: 1
  CurrentDesktop: GNOME
  CurrentDmesg:
   [   19.258926] nvidia :01:00.0: irq 45 for MSI/MSI-X
   [   19.859039] r8169 :03:00.0 eth0: link up
   [   19.859047] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
   [   69.652374] show_signal_msg: 183 callbacks suppressed
   [   69.652380] compiz[2152]: segfault at 10 ip 7f2d5edb8845 sp 
7fff49306ba0 error 4 in libnvidia-glcore.so.331.38[7f2d5d7f2000+1b67000]
  Date: Thu Feb 20 16:10:18 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-10-generic, x86_64: installed
   bbswitch, 0.7, 3.13.0-11-generic, x86_64: installed
   nvidia-331, 331.38, 3.13.0-10-generic, x86_64: installed
   nvidia-331, 331.38, 3.13.0-11-generic, x86_64: installed
  ExecutablePath: /usr/bin/compiz
  GraphicsCard:
   NVIDIA Corporation G92 [GeForce 9800 GT] [10de:0614] (rev a2) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. Device [3842:c988]
  InstallationDate: Installed on 2014-01-08 (43 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140108)
  MachineType: MICRO-STAR INTERNATIONAL CO.,LTD MS-7529
  ProcCmdline: compiz
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/sda5 ro quiet splash
  SegvAnalysis:
   Segfault happened at: 0x7f2d5edb8845:movaps 0x10(%rdx),%xmm0
   PC (0x7f2d5edb8845) ok
   source 0x10(%rdx) (0x0010) not located in a known VMA region (needed 
readable region)!
   destination %xmm0 ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: compiz
  StacktraceTop:
   ?? () from /usr/lib/nvidia-331/libnvidia-glcore.so.331.38
   ?? () from /usr/lib/nvidia-331/libnvidia-glcore.so.331.38
   ?? () from /usr/lib/nvidia-331/libnvidia-glcore.so.331.38
   ?? () from /usr/lib/nvidia-331/libnvidia-glcore.so.331.38
   ?? () from /usr/lib/nvidia-331/libnvidia-glcore.so.331.38
  Title: compiz crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 03/11/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.8
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: G31M3-L V2(MS-7529)
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.8:bd03/11/2010:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7529:pvr1.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rnG31M3-LV2(MS-7529):rvr1.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr1.0:
  dmi.product.name: MS-7529
  dmi.product.version: 1.0
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  version.compiz: compiz 1:0.9.11+14.04.20140218-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52+git20140121.46d451c9-0ubuntu0sarvatt
  version.libgl1-mesa-dri: libgl1-mesa-dri 
10.2.0~git20140213.0320ba99-0ubuntu0sarvatt2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 

[Desktop-packages] [Bug 1055166] Re: compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() from dri_set_tex_buffer2() from operator() from compiz::opengl::bindTexImageGLX() from ...

2014-03-02 Thread Dave Gilbert
Same here; unusable -  14.04 in KVM guest, dies immediately after I search for 
'terminal' and select it.
The terminal eventually starts but by that time compiz is dead.

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

Title:
  compiz crashed with SIGSEGV in memmove() from
  drisw_update_tex_buffer() from dri_set_tex_buffer2() from operator()
  from compiz::opengl::bindTexImageGLX() from ... from
  unity::UnityWindow::DrawWindowDecoration

Status in Mesa:
  Invalid
Status in Unity:
  Triaged
Status in Unity 6.0 series:
  Triaged
Status in “mesa” package in Ubuntu:
  Invalid
Status in “unity” package in Ubuntu:
  Triaged

Bug description:
  See also bug 927168, which was resolved recently.

  Compiz crashed after installed something via Synaptic and just it
  installed that i want it crashed coz i want to see  the black
  installition screen

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: unity 6.6.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4
  Uname: Linux 3.5.0-15-generic x86_64
  ApportVersion: 2.5.2-0ubuntu4
  Architecture: amd64
  Date: Sun Sep 23 21:36:37 2012
  ExecutablePath: /usr/bin/compiz
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120905.2)
  ProcCmdline: compiz
  ProcEnviron:
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f031d57d73c:movntdq %xmm1,-0x10(%rdi)
   PC (0x7f031d57d73c) ok
   source %xmm1 ok
   destination -0x10(%rdi) (0x108d5b170) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   ?? () from /lib/x86_64-linux-gnu/libc.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
   compiz::opengl::bindTexImageGLX(ServerGrabInterface*, unsigned long, 
unsigned long, boost::functionbool (unsigned long) const, 
boost::functionvoid (unsigned long) const, boost::functionvoid () const, 
compiz::opengl::_PixmapSource) () from /usr/lib/compiz/libopengl.so
   TfpTexture::bindTexImage(unsigned long const) () from 
/usr/lib/compiz/libopengl.so
  Title: compiz crashed with SIGSEGV in compiz::opengl::bindTexImageGLX()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XsessionErrors:
   gnome-session[1561]: WARNING: Application 'compiz.desktop' killed by signal 
11
   gnome-session[1561]: WARNING: App 'compiz.desktop' respawning too quickly
   gnome-session[1561]: CRITICAL: We failed, but the fail whale is dead. 
Sorry

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

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


[Desktop-packages] [Bug 1241284] Re: iBus has problem recognizing the keyboard shortcut

2014-03-02 Thread Alkis Georgopoulos
I uninstalled ibus and I still had the problem.
I think the Win+Space shortcut to change layouts is handled by 
gnome-settings-daemon, so I've put it in the Affects list.

I also think it's a bad idea to have a DE-specific way to change
keyboard layouts, because then we'd need to press e.g. Win+Space in
Gnome and Alt+Shift in a real console (vt), which is inconsistent...

gnome-settings-daemon should at least respect the xkb shortcut to change
keyboard layouts like it used to until now.

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

** No longer affects: ibus (Ubuntu)

** Summary changed:

- iBus has problem recognizing the keyboard shortcut
+ gnome-settings-daemon has problem recognizing the keyboard shortcut

** Summary changed:

- gnome-settings-daemon has problem recognizing the keyboard shortcut
+ gnome-settings-daemon has problems recognizing the layout switching shortcut

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

Title:
  gnome-settings-daemon has problems recognizing the layout switching
  shortcut

Status in Indicator keyboard:
  New
Status in “gnome-settings-daemon” package in Ubuntu:
  New
Status in “indicator-keyboard” package in Ubuntu:
  Confirmed

Bug description:
  After the upgrade to Ubuntu 13.10, I notice the iBus(or indicator-keyboard 
I'm not sure) does not recognize the keyboard shortcut.
  After some trying, I find that iBus change the way it recognize the keyboard 
shortcut in an really strict way.

  Suppose, I use Ctrl+Space for keyboard shortcut for iBus.
  In order to make iBus recognizing the keyboard shortcut,
  I must do following key sequence.

  1. Press down Ctrl.
  2. Press down Space.
  3. Release Space

  If, for example, after the step 2, released Ctrl before the release of
  Space, iBus doesn't recognize the keyboard shortcut regardless of how
  many seconds you press down both Ctrl and Space.

  This change is so inconvenient for me as I have to constantly switching 
between English and Japanese(Mozc) while typing text.
  (Unification of Keyboard Layout and IME is really bad idea, but that's 
another story.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-keyboard/+bug/1241284/+subscriptions

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


[Desktop-packages] [Bug 1276072] Re: Language selection always falls back to English

2014-03-02 Thread Gunnar Hjalmarsson
Well, I hoped it would be easier for you.. I think the changes fix it.
So then you'll find out in a couple of months if the behavior has
approved. If not, you may want to file another bug. ;)

Thanks for being persistent!

** Changed in: lightdm-gtk-greeter (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Language selection always falls back to English

Status in LightDM GTK+ Greeter:
  Fix Released
Status in “lightdm” package in Ubuntu:
  In Progress
Status in “lightdm-gtk-greeter” package in Ubuntu:
  Fix Committed

Bug description:
  I upgraded two amd64 computers from 13.04 to 13.10, and discovered on both 
that the language is set to English (whereas I selected French language at the 
beginning of the upgrade).
  Moreover, each time I set it back to French, dragging both French (France and 
Canada) and some English (UK  US) on top of the default English in the 
language selection list, default English comes back on top at next login.

  I even tried to modify my .pam_environment (in console mode) and the
  /etc/environment to set fr_FR as the default, no way: gnome-language-
  selector seems to force default English as default at each connection!

  Hopefully, I do understand English, but this is turning me mad.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: language-selector-gnome 0.116
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Tue Feb  4 10:48:33 2014
  InstallationDate: Installed on 2013-07-29 (190 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release amd64 
(20130423.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: language-selector
  UpgradeStatus: Upgraded to saucy on 2014-02-03 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm-gtk-greeter/+bug/1276072/+subscriptions

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


[Desktop-packages] [Bug 1260226] Re: Xorg layout switching shortcut doesn't update indicator

2014-03-02 Thread Alkis Georgopoulos
As Dmitry mentioned in bug 1241284, the layout change is monitored by
some *daemon. It used to be monitored by gnome-settings-daemon, and now
it's monitored by unity*? Dunno I'm not using unity, but I've put gnome-
settings-daemon in the Affects list.

Was the code that we're looking for in
./debian/patches/61_revert_libgnomekbd_drop from gnome-settings-
daemon-3.8.6.1 in Ubuntu 12.04, where this bug didn't exist yet?

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

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

Title:
  Xorg layout switching shortcut doesn't update indicator

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

Bug description:
  When I press the classic Xorg shortcut of Alt+Shift to switch the
  keyboard layout from English to Greek, the layout changes but the
  indicator is still showing En.

  If I use the new indicator-keyboard shortcut of Win+Space, then
  everything is fine.

  So it appears that indicator-keyboard doesn't detect layout changes
  caused by the Xorg layout switching shortcuts.

  
  I'm including some information:

  $ lsb_release -sc
  trusty

  $ dpkg-query -W indicator-keyboard
  indicator-keyboard0.0.0+14.04.20131125-0ubuntu1

  $ egrep -v '^#|^$' /etc/default/keyboard 
  XKBMODEL=pc105
  XKBLAYOUT=us,gr
  XKBVARIANT=,
  XKBOPTIONS=grp:alt_shift_toggle,grp_led:scroll

  $ setxkbmap -print
  xkb_keymap {
xkb_keycodes  { include evdev+aliases(qwerty) };
xkb_types { include complete  };
xkb_compat{ include complete+ledscroll(group_lock)};
xkb_symbols   { include 
pc+us+gr:2+inet(evdev)+group(alt_shift_toggle)};
xkb_geometry  { include pc(pc105) };
  };

  $ echo $DESKTOP_SESSION 
  gnome-fallback

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-keyboard/+bug/1260226/+subscriptions

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


[Desktop-packages] [Bug 969489] Re: lightdm tries (and fails) to start too early?

2014-03-02 Thread D3m0n1q_733rz
I concur!
Though, I think the problem is more-so that there is a race in the first place 
instead of a march which is what I'm hoping we can fix.

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

Title:
  lightdm tries (and fails) to start too early?

Status in Upstart:
  Confirmed
Status in “lightdm” package in Ubuntu:
  Triaged

Bug description:
  Sometimes lightdm comes up fine.  Other times it appears to fail.
  x-0.log shows it tried to load 'nv' (rather than 'nvidia' which is
  what actually exists).  When I then log into console and 'start
  lightdm', it comes up fine (on :1).

  I've not had it come up ok today, so I don't know if, when it comes up
  fine, it starts on :0.  No idea if the lightdm.conf needs a change to
  'start on'clause, or if this is just a case of a bad shipped config
  file (for module 'nv').

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lightdm 1.1.9-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0-0ubuntu1
  Architecture: amd64
  Date: Fri Mar 30 13:40:27 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120323)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1286889] [NEW] low graphic mode

2014-03-02 Thread Sere Ste
Public bug reported:

i can only enter the system helped by recovery mode and the graphic
quality is really poor if i start the laptop normally a window open up
telling that you can enter the system in low graphic mode but only a
sort of terminal is availablei know my HD integrated graphic card is
intel  the driver in use is radeon

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: xorg 1:7.7+1ubuntu6
ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
Uname: Linux 3.11.0-18-generic x86_64
.tmp.unity.support.test.1:
 
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon Mar  3 01:25:49 2014
DistUpgraded: Fresh install
DistroCodename: saucy
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:3800]
   Subsystem: Lenovo Device [17aa:3800]
InstallationDate: Installed on 2014-03-01 (0 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MachineType: LENOVO 20235
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic 
root=UUID=eb913c26-886d-4f4d-ac7f-f45a607b5c76 ro recovery nomodeset
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/17/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: 78CN16WW(V1.04)
dmi.board.asset.tag: No Asset Tag
dmi.board.name: INVALID
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo G400
dmi.modalias: 
dmi:bvnLENOVO:bvr78CN16WW(V1.04):bd04/17/2013:svnLENOVO:pn20235:pvrLenovoG400:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG400:
dmi.product.name: 20235
dmi.product.version: Lenovo G400
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.46-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.14.5-1ubuntu2~saucy1
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.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1
xserver.bootTime: Sun Mar  2 21:20:38 2014
xserver.configfile: default
xserver.errors:
 open /dev/fb0: No such file or directory
 Screen 0 deleted because of no matching config section.
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.14.5-1ubuntu2~saucy1

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


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

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

Title:
  low graphic mode

Status in “xorg” package in Ubuntu:
  New

Bug description:
  i can only enter the system helped by recovery mode and the graphic
  quality is really poor if i start the laptop normally a window open up
  telling that you can enter the system in low graphic mode but only a
  sort of terminal is availablei know my HD integrated graphic card
  is intel  the driver in use is radeon

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xorg 1:7.7+1ubuntu6
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  Uname: Linux 3.11.0-18-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Mar  3 01:25:49 2014
  DistUpgraded: Fresh install
  DistroCodename: saucy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3800]
 Subsystem: Lenovo Device [17aa:3800]
  InstallationDate: Installed on 2014-03-01 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LENOVO 20235
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic 
root=UUID=eb913c26-886d-4f4d-ac7f-f45a607b5c76 ro recovery nomodeset
  

[Desktop-packages] [Bug 1212261] Re: fglrx-installer should not depend on linux-headers

2014-03-02 Thread Tim Gardner
** Changed in: fglrx-installer (Ubuntu Precise)
   Status: In Progress = Fix Released

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

Title:
  fglrx-installer should not depend on linux-headers

Status in “fglrx-installer” package in Ubuntu:
  Fix Released
Status in “fglrx-installer” source package in Precise:
  Fix Released
Status in “fglrx-installer” source package in Saucy:
  Fix Released

Bug description:
  Drop dependency on linux-headers. The solution provided in
  http://bugs.launchpad.net/bugs/284091 was incorrect with respect to
  LTS kernel headers. In order for dkms packages to build without error
  the correct kernel meta package must be used, i.e., one that installs
  the kernel image as well as the headers. For example, linux-generic,
  linux-generic-lts-quantal, linux-generic-lts-raring, etc.

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

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


[Desktop-packages] [Bug 1285543] Re: apt-get remove simple-scan will remove ubuntu-gnome-desktop

2014-03-02 Thread Andreas Olsson
Not neccesarily sure that this is a bug, but if something is to change
it's more likely to be in the ubuntu-gnome-desktop package,  which is
where the dependency  reside.

** Package changed: simple-scan (Ubuntu) = ubuntu-gnome-meta (Ubuntu)

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

Title:
  apt-get remove simple-scan will remove ubuntu-gnome-desktop

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

Bug description:
  When uninstalling simple-scan ubuntu-gnome-desktop will also be
  uninstalled:

  $ sudo apt-get remove simple-scan
  [sudo] password for patrik: 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages will be REMOVED:
simple-scan ubuntu-gnome-desktop
  0 upgraded, 0 newly installed, 2 to remove and 15 not upgraded.
  4 not fully installed or removed.
  After this operation, 671 kB disk space will be freed.
  Do you want to continue? [Y/n] n
  Abort.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: simple-scan 3.11.5-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
  Uname: Linux 3.13.0-12-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Thu Feb 27 08:50:03 2014
  DriverPackageVersions:
   libsane 1.0.23-3ubuntu3
   libsane-extras N/A
   hplip 3.14.1-1
   hpoj N/A
  InstallationDate: Installed on 2014-02-26 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha i386 (20140226)
  MachineType: ASUSTeK Computer INC. 1215N
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-12-generic 
root=UUID=ad95ee31-a262-4713-911b-944bb6afe9bc ro quiet splash vt.handoff=7
  SourcePackage: simple-scan
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0902
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1215N
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0902:bd05/05/2011:svnASUSTeKComputerINC.:pn1215N:pvrx.x:rvnASUSTeKComputerINC.:rn1215N:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1215N
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

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

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


[Desktop-packages] [Bug 1265196] Re: avplay: fails to decode opus

2014-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/libav

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

Title:
  avplay: fails to decode opus

Status in “libav” package in Ubuntu:
  Confirmed
Status in “libav” package in Debian:
  Fix Released

Bug description:
  Also affects some players that use avcodec/format like mpv, audacious, 
deadbeef, ect.
  Test case:
  Try to play an opus file with avplay

  Result:
  avplay version 9.10-6:9.10-1ubuntu7, Copyright (c) 2003-2013 the Libav 
developers
built on Dec 23 2013 20:10:59 with gcc 4.8 (Ubuntu/Linaro 4.8.2-10ubuntu2)
  [ogg @ 0x7f6b78005be0] Codec not found

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libavcodec54 (not installed)
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.12.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 31 09:19:48 2013
  SourcePackage: libav
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1247740] Re: Landscape will not print properly in Libreoffice calc in ubuntu 13.10

2014-03-02 Thread Joshua O'Leary
*** This bug is a duplicate of bug 1243484 ***
https://bugs.launchpad.net/bugs/1243484

I have this problem in Writer, Impress etc. as well as Calc. Changing
the printer output format from PDF to Postscript (level 3 or 2) seems to
fix it

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

Title:
  Landscape will not print properly in Libreoffice calc in ubuntu 13.10

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

Bug description:
  With a brother MFC-7362n, landscape documents print as a sort of over
  wide portrait mode. This bug is new in Ubuntu 13.10, 13.04 was fine.

  WORKAROUND: Export to PDF and then print that.
  ---
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  CupsErrorLog:

  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2012-08-15 (447 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  Lpstat: device for MFC7362N: socket://10.136.169.150:9100
  MachineType: Optima WorkPro/MyPC X860 Series
  MarkForUpload: True
  Package: cups 1.7.0~rc1-0ubuntu5
  PackageArchitecture: amd64
  Papersize: a4
  PpdFiles: MFC7362N: Brother MFC7362N for CUPS
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=a97b302b-ab51-46c9-a629-be381f278843 ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=a97b302b-ab51-46c9-a629-be381f278843 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-30 (7 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 04/05/2007
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: CO96510J.86A.5874.2007.0405.2356
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DQ965GF
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAD41676-402
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrCO96510J.86A.5874.2007.0405.2356:bd04/05/2007:svnOptima:pnWorkPro/MyPCX860Series:pvr913331:rvnIntelCorporation:rnDQ965GF:rvrAAD41676-402:cvn:ct3:cvr:
  dmi.product.name: WorkPro/MyPC X860 Series
  dmi.product.version: 913331
  dmi.sys.vendor: Optima
  mtime.conffile..etc.cups.cupsd.conf: 2013-04-27T14:47:27.216226

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

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


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

2014-03-02 Thread Joshua O'Leary
I have this problem in Libreoffice Writer, Impress etc. Changing the
printer output format from PDF to Postscript (level 3 or 2) seems to fix
it

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

Title:
  Incorrect handling of orientation when printing PDF files

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

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

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

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

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

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

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

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

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

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

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

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

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


[Desktop-packages] [Bug 1286901] [NEW] Language switching shortcuts don't work in the Unity greeter screen

2014-03-02 Thread Mikhail V. Golubev
Public bug reported:

Hotkeys configured in the system Text Entry settings for keyboard
language switching (e.g. Ctrl+Shift or CapsLock) don't work in the Unity
greeter screen.

Steps to reproduce this bug:
1. In the system Text Entry settings:
  1a. add two or more languages to the input sources list (e.g. English and 
Russian);
  1b. Set hotkeys to switch sources (e.g. Ctrl+Shift or CapsLock).
2. Reboot or just log out.
3. In the Unity Greeter screen (logon screen) try to switch keyboard layout 
language using selected shortcut.

Expected: keyboard input language switched
What happened instead: keyboard input language didn't switch

Ubuntu versions affected: Ubuntu 13.10, Ubuntu 14.04 (daily builds)
unity-greeter versions: 13.10.3-0ubuntu1, 14.04.3-0ubuntu2

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


** Tags: hotkey keyboard language layout lightdm-greeter shortcut switch 
unity-greeter

** Package changed: gnome-settings-daemon (Ubuntu) = unity-greeter
(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/1286901

Title:
  Language switching shortcuts don't work in the Unity greeter screen

Status in “unity-greeter” package in Ubuntu:
  New

Bug description:
  Hotkeys configured in the system Text Entry settings for keyboard
  language switching (e.g. Ctrl+Shift or CapsLock) don't work in the
  Unity greeter screen.

  Steps to reproduce this bug:
  1. In the system Text Entry settings:
1a. add two or more languages to the input sources list (e.g. English and 
Russian);
1b. Set hotkeys to switch sources (e.g. Ctrl+Shift or CapsLock).
  2. Reboot or just log out.
  3. In the Unity Greeter screen (logon screen) try to switch keyboard layout 
language using selected shortcut.

  Expected: keyboard input language switched
  What happened instead: keyboard input language didn't switch

  Ubuntu versions affected: Ubuntu 13.10, Ubuntu 14.04 (daily builds)
  unity-greeter versions: 13.10.3-0ubuntu1, 14.04.3-0ubuntu2

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

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


[Desktop-packages] [Bug 1280548] Re: pull new upstream version 20140129-1

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

** Changed in: usb-modeswitch-data (Ubuntu)
   Status: New = Confirmed

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

Title:
  pull new upstream version 20140129-1

Status in “usb-modeswitch-data” package in Ubuntu:
  Confirmed

Bug description:
  The version in saucy is 2 years old (20120815-2)
  since then 7 new versions have been published upstream, adding a whole lot of 
new devices and bugfixes (especially from huawei)
  That might help to cut down quite a few of the other reported bugs on this 
package.

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

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


[Desktop-packages] [Bug 1286903] [NEW] Language switching shortcuts don't work in the lock screen (gnome-screensaver)

2014-03-02 Thread Mikhail V. Golubev
Public bug reported:

Hotkeys configured in the system Text Entry settings for keyboard
language switching (e.g. Ctrl+Shift or CapsLock) don't work in the lock
screen (gnome-screensaver).

Steps to reproduce this bug:
1. In the system Text Entry settings:
  1a. add two or more languages to the input sources list (e.g. English and 
Russian);
  1b. Set hotkeys to switch sources (e.g. Ctrl+Shift or CapsLock).
2. Lock the screen (Ctrl+Alt+L) or just wait idle time.
3. In the lock screen try to switch keyboard layout language using selected 
shortcut.

Expected: keyboard input language switched
What happened instead: keyboard input language didn't switch

Ubuntu versions affected: Ubuntu 13.10, Ubuntu 14.04 (daily builds)
gnome-screensaver versions: 3.6.1-0ubuntu7, 3.6.1-0ubuntu9

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


** Tags: hotkey keyboard language layout lock-screen shortcut switch

** Description changed:

- Hotkeys configured in the system keyboard settings for keyboard language
- switching (e.g. Ctrl+Shift or CapsLock) don't work in the lock screen
- (gnome-screensaver).
+ Hotkeys configured in the system Text Entry settings for keyboard
+ language switching (e.g. Ctrl+Shift or CapsLock) don't work in the lock
+ screen (gnome-screensaver).
  
  Steps to reproduce this bug:
  1. In the system Text Entry settings:
-   1a. add two or more languages to the input sources list (e.g. English and 
Russian);
-   1b. Set hotkeys to switch sources (e.g. Ctrl+Shift or CapsLock).
+   1a. add two or more languages to the input sources list (e.g. English and 
Russian);
+   1b. Set hotkeys to switch sources (e.g. Ctrl+Shift or CapsLock).
  2. Lock the screen (Ctrl+Alt+L) or just wait idle time.
  3. In the lock screen try to switch keyboard layout language using selected 
shortcut.
  
  Expected: keyboard input language switched
  What happened instead: keyboard input language didn't switch
  
  Ubuntu versions affected: Ubuntu 13.10, Ubuntu 14.04 (daily builds)
  gnome-screensaver versions: 3.6.1-0ubuntu7, 3.6.1-0ubuntu9

** Package changed: unity-greeter (Ubuntu) = gnome-screensaver (Ubuntu)

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

Title:
  Language switching shortcuts don't work in the lock screen (gnome-
  screensaver)

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

Bug description:
  Hotkeys configured in the system Text Entry settings for keyboard
  language switching (e.g. Ctrl+Shift or CapsLock) don't work in the
  lock screen (gnome-screensaver).

  Steps to reproduce this bug:
  1. In the system Text Entry settings:
    1a. add two or more languages to the input sources list (e.g. English and 
Russian);
    1b. Set hotkeys to switch sources (e.g. Ctrl+Shift or CapsLock).
  2. Lock the screen (Ctrl+Alt+L) or just wait idle time.
  3. In the lock screen try to switch keyboard layout language using selected 
shortcut.

  Expected: keyboard input language switched
  What happened instead: keyboard input language didn't switch

  Ubuntu versions affected: Ubuntu 13.10, Ubuntu 14.04 (daily builds)
  gnome-screensaver versions: 3.6.1-0ubuntu7, 3.6.1-0ubuntu9

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

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


[Desktop-packages] [Bug 972063] Re: [Dell Inspiron N411Z] Bluetooth Headset pairs but does not show up in Sound Settings profile

2014-03-02 Thread Neal McBurnett
Comment #55 by penalvch seems to give some sense of how this bug is
being tracked, as a Dell Inspiron N411Z issue, and other similar but
different bluetooth bugs related to pulseaudio seem unwelcome here, for
good reason.  More clarity on exactly what this bug covers would be
welcome.

I'll note though that the debugging ideas in here are very valuable for
bluetooth and pulseaudio bugs, so it is worth reading, until that info
is summarized somewhere else.  Especially because bluetooth is way more
complicated than the bug-reporting hints suggest.  Keywords: lsusb,
pactl, hciconfig, module-bluetooth-discover, module-bluetooth-device.

But I'm still puzzled at the current status of this bug.  It has been
described at various times as kernel-related, as bluez related, and as
pulseaudio related.  The current status is confirmed for both bluez
and pulseaudio, and incomplete for linux (ubuntu).  But my sense is
that it is a kernel bug, not a bug in bluez or pulseaudio, Could someone
clear that up?

I'll note in passing that I have a bug in precise 12.04 on a system76
lemu2, with a 0a12:0001 Cambridge Silicon Radio headset, which doesn't
show up in pulseaudio after being paired properly.  But it works fine in
14.04 beta1, and using blueman in 12.04 at least gets it working as A2DP
headphones (but not HSP microphone input).  And I guess I should report
that as a separate bug

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

Title:
  [Dell Inspiron N411Z] Bluetooth Headset pairs but does not show up in
  Sound Settings profile

Status in “bluez” package in Ubuntu:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete
Status in “pulseaudio” package in Ubuntu:
  Confirmed

Bug description:
  Expected Result:

  After pairing bluetooth headset the device should then show up in 
  Sound Settings and work like any other audio device

  Actual Result:

  Jabra Halo v2 Bluetooth Headset pairs fine but does not show up in
  sound settings therefore is unusable

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: pulseaudio 1:1.1-0ubuntu13
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bkerensa   2121 F pulseaudio
  Date: Mon Apr  2 20:07:36 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120325)
  ProcEnviron:
   TERM=xterm
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/24/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A00
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 0VK06J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: FAB1
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd06/24/2011:svnDellInc.:pnDellSystemInspironN411Z:pvr:rvnDellInc.:rn0VK06J:rvrFAB1:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System Inspiron N411Z
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  InterestingModules: btusb rfcomm bnep bluetooth
  MachineType: Dell Inc. Dell System Inspiron N411Z
  Package: pulseaudio
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic 
root=UUID=281cfb17-fceb-4b60-b002-bbadb81bf79b ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  Tags:  precise running-unity
  Uname: Linux 3.2.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/24/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A00
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 0VK06J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: FAB1
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd06/24/2011:svnDellInc.:pnDellSystemInspironN411Z:pvr:rvnDellInc.:rn0VK06J:rvrFAB1:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System Inspiron N411Z
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: AC:72:89:44:9D:8B  ACL MTU: 310:10  SCO MTU: 64:8
UP RUNNING PSCAN 
RX bytes:828 acl:0 sco:0 events:34 errors:0
TX bytes:637 acl:0 sco:0 commands:33 errors:0

To manage notifications about this bug go to:

[Desktop-packages] [Bug 922577] Re: evolution is ignoring fontsize after clicking on send

2014-03-02 Thread Bug Watch Updater
** Changed in: evolution
   Status: New = Incomplete

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

Title:
  evolution is ignoring fontsize after clicking on send

Status in The Evolution Mail  Calendaring Tool:
  Incomplete
Status in “evolution” package in Ubuntu:
  New

Bug description:
  i set the font-size on evolution on 8pt. Which is working fine (see
  http://alpha-unix.de/~iceroot/ubuntu/evolution-small.png)

  When i click on send evolution is still showing my text and also
  showing the status of the send-process. That is ok but evolution is
  ignoring the font-size (see http://alpha-unix.de/~iceroot/ubuntu
  /evolution-big.png) in that process.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: evolution 3.2.3-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-10.18-generic 3.2.1
  Uname: Linux 3.2.0-10-generic i686
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  Date: Fri Jan 27 14:12:21 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: Upgraded to precise on 2011-12-04 (54 days ago)

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

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


[Desktop-packages] [Bug 1286910] [NEW] Lock screen uses last active window's language instead of default keyboard language

2014-03-02 Thread Mikhail V. Golubev
Public bug reported:

Lock screen (gnome-screensaver) uses last active window's language
(keyboard layout) instead of default keyboard language.

Steps to reproduce this bug:
1. In the system Text Entry settings:
  1a. add two or more languages to the input sources list, e.g. English (as 
first and default) and Russian (as second);
  1b. Set hotkeys to switch sources (e.g. Ctrl+Shift or CapsLock).
  1c. Select Allow different sources for each window radio button.
  1d. Select New windows use the default source radio button.
2. Run any application (e.g. gedit) and switch keyboard to second input 
language (Russian).
3. Lock the screen (Ctrl+Alt+L) or just wait idle time.
4. See what language set by default for password input in the lock screen.

Expected: lock screen uses first input language (English) by default.
What happened instead: lock screen uses last active window's language (Russian).

Ubuntu versions affected: Ubuntu 13.10, Ubuntu 14.04 (daily builds)
gnome-screensaver versions: 3.6.1-0ubuntu7, 3.6.1-0ubuntu9

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


** Tags: hotkey keyboard language layout lock-screen shortcut switch

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

Title:
  Lock screen uses last active window's language instead of default
  keyboard language

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

Bug description:
  Lock screen (gnome-screensaver) uses last active window's language
  (keyboard layout) instead of default keyboard language.

  Steps to reproduce this bug:
  1. In the system Text Entry settings:
1a. add two or more languages to the input sources list, e.g. English (as 
first and default) and Russian (as second);
1b. Set hotkeys to switch sources (e.g. Ctrl+Shift or CapsLock).
1c. Select Allow different sources for each window radio button.
1d. Select New windows use the default source radio button.
  2. Run any application (e.g. gedit) and switch keyboard to second input 
language (Russian).
  3. Lock the screen (Ctrl+Alt+L) or just wait idle time.
  4. See what language set by default for password input in the lock screen.

  Expected: lock screen uses first input language (English) by default.
  What happened instead: lock screen uses last active window's language 
(Russian).

  Ubuntu versions affected: Ubuntu 13.10, Ubuntu 14.04 (daily builds)
  gnome-screensaver versions: 3.6.1-0ubuntu7, 3.6.1-0ubuntu9

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

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


[Desktop-packages] [Bug 1286917] [NEW] package thunderbird 1:24.2.0+build1-0ubuntu0.12.04.1 failed to install/upgrade: short read on buffer copy for backend dpkg-deb during `./usr/lib/thunderbird/omni

2014-03-02 Thread Seth
Public bug reported:

just did a re-install of 12.04 LTS and this error occured. no idea...

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: thunderbird 1:24.2.0+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.11.0-15.25~precise1-generic 3.11.10
Uname: Linux 3.11.0-15-generic i686
NonfreeKernelModules: wl
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.11.0-15-generic.
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC9200 Analog [STAC9200 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  i3lackh3art   1785 F pulseaudio
BuildID: 20131206223031
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xefebc000 irq 43'
   Mixer name   : 'SigmaTel STAC9200'
   Components   : 'HDA:83847690,102801cd,00102201 
HDA:14f12bfa,14f100c3,0009'
   Controls  : 27
   Simple ctrls  : 10
Channel: Unavailable
Date: Sun Mar  2 16:27:07 2014
DuplicateSignature: package:thunderbird:1:24.2.0+build1-0ubuntu0.12.04.1:short 
read on buffer copy for backend dpkg-deb during `./usr/lib/thunderbird/omni.ja'
ErrorMessage: short read on buffer copy for backend dpkg-deb during 
`./usr/lib/thunderbird/omni.ja'
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: It
IpRoute:
 default via 192.168.1.1 dev eth1  proto static 
 192.168.1.0/24 dev eth1  proto kernel  scope link  src 192.168.1.20  metric 2
MarkForUpload: True
NoProfiles: True
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RunningIncompatibleAddons: False
SourcePackage: thunderbird
Title: package thunderbird 1:24.2.0+build1-0ubuntu0.12.04.1 failed to 
install/upgrade: short read on buffer copy for backend dpkg-deb during 
`./usr/lib/thunderbird/omni.ja'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/02/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.name: 0FF049
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd04/02/2007:svnDellInc.:pnMP061:pvr:rvnDellInc.:rn0FF049:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: MP061
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-package i386 need-duplicate-check precise

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

Title:
  package thunderbird 1:24.2.0+build1-0ubuntu0.12.04.1 failed to
  install/upgrade: short read on buffer copy for backend dpkg-deb during
  `./usr/lib/thunderbird/omni.ja'

Status in “thunderbird” package in Ubuntu:
  New

Bug description:
  just did a re-install of 12.04 LTS and this error occured. no idea...

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: thunderbird 1:24.2.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.11.0-15.25~precise1-generic 3.11.10
  Uname: Linux 3.11.0-15-generic i686
  NonfreeKernelModules: wl
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.11.0-15-generic.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: STAC9200 Analog [STAC9200 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  i3lackh3art   1785 F pulseaudio
  BuildID: 20131206223031
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xefebc000 irq 43'
 Mixer name : 'SigmaTel STAC9200'
 Components : 'HDA:83847690,102801cd,00102201 
HDA:14f12bfa,14f100c3,0009'
 Controls  : 27
 Simple ctrls  : 10
  Channel: Unavailable
  Date: Sun Mar  2 16:27:07 2014
  DuplicateSignature: 
package:thunderbird:1:24.2.0+build1-0ubuntu0.12.04.1:short read on buffer copy 
for backend dpkg-deb during `./usr/lib/thunderbird/omni.ja'
  ErrorMessage: short read on buffer copy for backend dpkg-deb during 
`./usr/lib/thunderbird/omni.ja'
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: It
  IpRoute:
   default via 192.168.1.1 dev eth1  proto static 
   192.168.1.0/24 dev eth1  proto kernel  scope link  src 192.168.1.20  metric 2
  MarkForUpload: True
  NoProfiles: True
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Title: package thunderbird 

[Desktop-packages] [Bug 1286856] Re: [13.10 Regression] External screen configuration wrong in login screen

2014-03-02 Thread Brad
** Changed in: unity (Ubuntu)
   Status: New = Invalid

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Brad (brad-fowler87)

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

Title:
  [13.10 Regression] External screen configuration wrong in login screen

Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  I have an external monitor that I usually connect to my laptop. It's
  configured to be the only screen, so when I plug it in, the laptop's
  builtin screen automagically turns off and the external screen becomes
  the primary and only screen, and when I unplug it, the builtin screen
  turns on and becomes the only screen. So far so good.

  In 13.04, this used to apply also to the Ubuntu login screen, that is
  for example, if I turned on the computer with the external monitor
  already connected, I would see the login screen on the external
  monitor only.

  Since I upgraded to 13.10, when the login screen appears and the
  external monitor is connected, the screen shows as an extended screen,
  so that the login box is only visible on the builtin screen and the
  external monitor is empty (with a background image).

  After logging in, it switches to the correct configuration (i.e. the
  builtin screen turns off and the external screen becomes the primary
  one).

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: unity 7.1.2+13.10.20131014.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
  Uname: Linux 3.11.0-17-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sun Mar  2 18:18:00 2014
  InstallationDate: Installed on 2013-10-11 (141 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: Upgraded to saucy on 2014-02-23 (7 days ago)

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

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


[Desktop-packages] [Bug 1286737] Re: nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed to build

2014-03-02 Thread Daniel Letzeisen
*** This bug is a duplicate of bug 1268257 ***
https://bugs.launchpad.net/bugs/1268257

** This bug has been marked a duplicate of bug 1268257
   nvidia-331-updates 331.20-0ubuntu9: nvidia-331-updates kernel module failed 
to build [.tmp_nv.o': No such file]

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

Title:
  nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module
  failed to build

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

Bug description:
  After updating to 14.04 nvidia drivers don't work anymore

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331-updates 331.38-0ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-14-generic
  Date: Sat Mar  1 16:10:54 2014
  InstallationDate: Installed on 2013-12-28 (63 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  PackageVersion: 331.38-0ubuntu3
  SourcePackage: nvidia-graphics-drivers-331-updates
  Title: nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module 
failed to build
  UpgradeStatus: Upgraded to trusty on 2014-02-15 (14 days ago)
  modified.conffile..etc.modprobe.d.nvidia.331.updates.hybrid.conf: [deleted]

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

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


[Desktop-packages] [Bug 1268257] Re: nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed to build [.tmp_nv.o': No such file]

2014-03-02 Thread Daniel Letzeisen
** Summary changed:

- nvidia-331-updates 331.20-0ubuntu9: nvidia-331-updates kernel module failed 
to build [.tmp_nv.o': No such file]
+ nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed 
to build [.tmp_nv.o': No such file]

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

Title:
  nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module
  failed to build [.tmp_nv.o': No such file]

Status in “nvidia-graphics-drivers-331” package in Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers-331-updates” package in Ubuntu:
  Confirmed

Bug description:
  Nvidia kernel module failed to build on kernel 3.13.0-2
  Yesterday when the new kernel was pushed, the dkms process failed.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-331-updates 331.20-0ubuntu9
  ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
  Uname: Linux 3.12.0-7-generic x86_64
  ApportVersion: 2.13.1-0ubuntu1
  Architecture: amd64
  DKMSKernelVersion: 3.13.0-2-generic
  Date: Sun Jan 12 01:28:35 2014
  InstallationDate: Installed on 2013-11-03 (69 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  PackageVersion: 331.20-0ubuntu9
  SourcePackage: nvidia-graphics-drivers-331-updates
  Title: nvidia-331-updates 331.20-0ubuntu9: nvidia-331-updates kernel module 
failed to build
  UpgradeStatus: Upgraded to trusty on 2013-12-29 (13 days ago)

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

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


[Desktop-packages] [Bug 1286937] [NEW] gnome-sound-panel.desktop; maybe should be OnlyShowIn=GNOME;

2014-03-02 Thread Doug McMahon
Public bug reported:

Otherwise will show in unity Dash if user has/had a reason to install
gnome-control-center

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gnome-control-center-data 1:3.6.3-0ubuntu52
ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
Uname: Linux 3.13.0-14-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Mar  2 18:39:50 2014
InstallationDate: Installed on 2014-02-22 (8 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140222)
PackageArchitecture: all
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center: activity-log-manager 0.9.7-0ubuntu10

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


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

** Summary changed:

- gnome-sound-panel.desktop; maybe be OnlyShowIn=GNOME;
+ gnome-sound-panel.desktop; maybe should be OnlyShowIn=GNOME;

** Description changed:

  Otherwise will show in unity Dash if user has/had a reason to install
- gnome-control-center (-data
+ gnome-control-center
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-control-center-data 1:3.6.3-0ubuntu52
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Mar  2 18:39:50 2014
  InstallationDate: Installed on 2014-02-22 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140222)
  PackageArchitecture: all
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center: activity-log-manager 0.9.7-0ubuntu10

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

Title:
  gnome-sound-panel.desktop; maybe should be OnlyShowIn=GNOME;

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

Bug description:
  Otherwise will show in unity Dash if user has/had a reason to install
  gnome-control-center

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-control-center-data 1:3.6.3-0ubuntu52
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Mar  2 18:39:50 2014
  InstallationDate: Installed on 2014-02-22 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140222)
  PackageArchitecture: all
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center: activity-log-manager 0.9.7-0ubuntu10

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

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


[Desktop-packages] [Bug 1286917] Re: package thunderbird 1:24.2.0+build1-0ubuntu0.12.04.1 failed to install/upgrade: short read on buffer copy for backend dpkg-deb during `./usr/lib/thunderbird/omni.j

2014-03-02 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: failed-to-read

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

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

Title:
  package thunderbird 1:24.2.0+build1-0ubuntu0.12.04.1 failed to
  install/upgrade: short read on buffer copy for backend dpkg-deb during
  `./usr/lib/thunderbird/omni.ja'

Status in “thunderbird” package in Ubuntu:
  Invalid

Bug description:
  just did a re-install of 12.04 LTS and this error occured. no idea...

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: thunderbird 1:24.2.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.11.0-15.25~precise1-generic 3.11.10
  Uname: Linux 3.11.0-15-generic i686
  NonfreeKernelModules: wl
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.11.0-15-generic.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: STAC9200 Analog [STAC9200 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  i3lackh3art   1785 F pulseaudio
  BuildID: 20131206223031
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xefebc000 irq 43'
 Mixer name : 'SigmaTel STAC9200'
 Components : 'HDA:83847690,102801cd,00102201 
HDA:14f12bfa,14f100c3,0009'
 Controls  : 27
 Simple ctrls  : 10
  Channel: Unavailable
  Date: Sun Mar  2 16:27:07 2014
  DuplicateSignature: 
package:thunderbird:1:24.2.0+build1-0ubuntu0.12.04.1:short read on buffer copy 
for backend dpkg-deb during `./usr/lib/thunderbird/omni.ja'
  ErrorMessage: short read on buffer copy for backend dpkg-deb during 
`./usr/lib/thunderbird/omni.ja'
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: It
  IpRoute:
   default via 192.168.1.1 dev eth1  proto static 
   192.168.1.0/24 dev eth1  proto kernel  scope link  src 192.168.1.20  metric 2
  MarkForUpload: True
  NoProfiles: True
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Title: package thunderbird 1:24.2.0+build1-0ubuntu0.12.04.1 failed to 
install/upgrade: short read on buffer copy for backend dpkg-deb during 
`./usr/lib/thunderbird/omni.ja'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/02/2007
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0FF049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd04/02/2007:svnDellInc.:pnMP061:pvr:rvnDellInc.:rn0FF049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: MP061
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1250174] Re: chromium-browser crashed with SIGSEGV in content::GpuWatchdogThread::DeliberatelyTerminateToRecoverFromHang()

2014-03-02 Thread Chad Miller
** Package changed: ubuntu = chromium-browser

** Changed in: chromium-browser
   Importance: Unknown = Undecided

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

Title:
  chromium-browser crashed with SIGSEGV in
  content::GpuWatchdogThread::DeliberatelyTerminateToRecoverFromHang()

Status in Chromium Browser:
  Unknown
Status in “chromium-browser” package in Ubuntu:
  Incomplete
Status in “libdrm-2.4.23” package in Ubuntu:
  Confirmed

Bug description:
  I was using Google Maps and Chromium froze up and crashed.  After
  this, rendering of the new Google Maps page causes jagged lines to
  appear in the browser page display section, until I reboot the
  computer.  Killing and relaunching Chromium doesn't fix the problem.
  The jagged lines still appear after computer reboot if I visit Google
  Maps again, and again won't disappear until I restart the computer.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: chromium-browser 30.0.1599.114-0ubuntu0.12.04.3
  ProcVersionSignature: Ubuntu 3.8.0-33.48~precise1-generic 3.8.13.11
  Uname: Linux 3.8.0-33-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ChromiumPrefs: can't open profile 
/home/jamesmaz/.config/chromium/Default/Preferences
  Date: Mon Nov 11 13:10:09 2013
  Desktop-Session:
   DESKTOP_SESSION = ubuntu
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  ExecutablePath: /usr/lib/chromium-browser/chromium-browser
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcCmdline: /usr/lib/chromium-browser/chromium-browser\ --type=gpu-process\ 
--channel=4656.10.459810737\ --supports-dual-gpus=false\ 
--gpu-driver-bug-workarounds=0,6,18\ --gpu-vendor-id=0x8086\ 
--gpu-device-id=0x0106\ --gpu-driver-vendor=Mesa\ --gpu-driver-version=9.1.7
  ProcEnviron:

  SegvAnalysis:
   Segfault happened at: 0x7f82c62ad43e:movl   $0x1337,0x0
   PC (0x7f82c62ad43e) ok
   source $0x1337 ok
   destination 0x0 (0x) not located in a known VMA region (needed 
writable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: chromium-browser
  StacktraceTop:
   ?? () from /usr/lib/chromium-browser/libs/libcontent.so
   base::MessageLoop::RunTask(base::PendingTask const) () from 
/usr/lib/chromium-browser/libs/libbase.so
   base::MessageLoop::DeferOrRunPendingTask(base::PendingTask const) () from 
/usr/lib/chromium-browser/libs/libbase.so
   base::MessageLoop::DoDelayedWork(base::TimeTicks*) () from 
/usr/lib/chromium-browser/libs/libbase.so
   ?? () from /usr/lib/chromium-browser/libs/libbase.so
  Title: chromium-browser crashed with SIGSEGV in base::MessageLoop::RunTask()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  chromium-default:
   CHROMIUM_FLAGS=
   . /usr/lib/pepflashplugin-installer/pepflashplayer.sh
  mtime.conffile..etc.chromium.browser.default: 2013-11-10T15:09:15.272458

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

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


[Desktop-packages] [Bug 52153] Re: Opening a new tab opens a new window instead

2014-03-02 Thread Andy Behrens
*** This bug is a duplicate of bug 19552 ***
https://bugs.launchpad.net/bugs/19552

At the time this bug was reported, it was happening to me regularly --
several times a week (See
https://bugs.launchpad.net/baltix/+source/firefox/+bug/19552/comments/79
).

I haven't seen a single occurrence in the last 4 years, so I think this
bug has been fixed by changes to the javascript code, and the bug should
be closed.

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

Title:
  Opening a new tab opens a new window instead

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Binary package hint: firefox

  This has been happening to me approximately once per day.  When I have
  lots (5-25) tabs open in Firefox, sometimes clicking on a link to open
  a new tab opens the page in a new window instead.  However, this new
  window is missing the menubar and the toolbar and the status button,
  and closing the window closes all my firefox windows and tabs without
  confirming.  That's really annoying.

  My workaround so far has been to bookmark all my tabs at once, then
  restart firefox.

  I think this is related to javascript somehow, because sometimes the
  new window is just an ad that should have been on the page.  Also,
  today, it has happened twice with the gmail page.  The new window also
  can't have focus in it.

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

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


[Desktop-packages] [Bug 874535] Re: Volume Slider Jumps, due to rapidly changing hardware jack sense state

2014-03-02 Thread Raymond
http://www.realtek.com.tw/products/productsView.aspx?Langid=1PFid=28Level=5Conn=4ProdID=284

refer to alc892 datasheet

8.2.4 verb execute pin sense (verb id=709h)

payload

bit 0  right(ring) channel select
   1: sense left channel(tip)
0: sense right channel(ring)


the ALC892 does not support hardware impedance sensing and will ignore this 
control

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

Title:
  Volume Slider Jumps, due to rapidly changing hardware jack sense state

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

Bug description:
  In Oneiric Release,  The volume slider randomly jump down a notch or
  two for fraction of  a second, even when there is no audio playing on
  the system.  If mute is selected, the menu will quickly flip out of
  mute mode and back again.  This change actually affects the audio
  output, resulting in pops correlated with the volume changes.

  nVidia GF106 Audio Controller
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC892 Analog [ALC892 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jfrorie9959 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfb9f8000 irq 54'
 Mixer name : 'Realtek ALC892'
 Components : 'HDA:10ec0892,1462522c,00100302'
 Controls  : 35
 Simple ctrls  : 20
  Card2.Amixer.info:
   Card hw:2 'Generic'/'HD-Audio Generic at 0xfbcf8000 irq 55'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 4
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  DistroRelease: Ubuntu 11.10
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  Package: pulseaudio 1:1.0-0ubuntu3.1
  PackageArchitecture: amd64
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Tags:  oneiric running-unity
  Uname: Linux 3.0.0-14-generic x86_64
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (82 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 11/16/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V25.0
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: X58A-GD45 (MS-7522)
  dmi.board.vendor: MSI
  dmi.board.version: 5.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.chassis.version: 5.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV25.0:bd11/16/2010:svnMSI:pnMS-7522:pvr5.0:rvnMSI:rnX58A-GD45(MS-7522):rvr5.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr5.0:
  dmi.product.name: MS-7522
  dmi.product.version: 5.0
  dmi.sys.vendor: MSI

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

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


[Desktop-packages] [Bug 1131664] Re: The default apps should have standard menubars under Unity

2014-03-02 Thread Marcos Vinícius
Can this happen for Empathy as well?

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

Title:
  The default apps should have standard menubars under Unity

Status in Ayatana Design:
  Fix Committed
Status in File Roller:
  New
Status in Mines:
  New
Status in The Gnome Thumbnail Image Viewer:
  New
Status in The Rhythmbox Music Management Application:
  New
Status in “evince” package in Ubuntu:
  Fix Released
Status in “file-roller” package in Ubuntu:
  Fix Released
Status in “gnome-calculator” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” package in Ubuntu:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Fix Released
Status in “rhythmbox” package in Ubuntu:
  Fix Released

Bug description:
  When fixing this bug, also take a look at bug #1130722 at the same
  time if possible.

  
--

  In Raring, the  'Calculator' app should have the following menu items:

  === Edit ===

  Copy
  Paste
  -
  Undo
  Redo
  -
  Preferences
  -
  Quit

  === Mode ===

  Basic
  Advanced
  Financial
  Programming

  === Help ===

  Contents
  About

  


  In Raring, the  'System Settings' app should have the following menu
  items:

  === Help ===

  Contents
  [Optional link to help doc for the currently selected settings panel]
  -
  Quit

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

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


[Desktop-packages] [Bug 1286951] [NEW] blank screen while booting

2014-03-02 Thread nnutter
Public bug reported:

I did a clean install of 14.04, updated, dist-upgraded and then
installed nvidia-current.  When booting I get a black/blank screen.  If
I add nomodeset at boot then I get a purple box that fills up about 75%
of my screen but is otherwise blank.  If I wait a bit I can type in my
encrytion password and then the machine will continue booting and once
it gets to LightDM/X the screen works fine.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nvidia-current 304.117-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
Uname: Linux 3.13.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Mar  2 19:07:03 2014
InstallationDate: Installed on 2014-03-02 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140302)
SourcePackage: nvidia-graphics-drivers-304
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-304 (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 nvidia-graphics-drivers-304 in Ubuntu.
https://bugs.launchpad.net/bugs/1286951

Title:
  blank screen while booting

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

Bug description:
  I did a clean install of 14.04, updated, dist-upgraded and then
  installed nvidia-current.  When booting I get a black/blank screen.
  If I add nomodeset at boot then I get a purple box that fills up about
  75% of my screen but is otherwise blank.  If I wait a bit I can type
  in my encrytion password and then the machine will continue booting
  and once it gets to LightDM/X the screen works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nvidia-current 304.117-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Mar  2 19:07:03 2014
  InstallationDate: Installed on 2014-03-02 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140302)
  SourcePackage: nvidia-graphics-drivers-304
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1286955] [NEW] Resolution detection for external projectors lacks manual overwrite

2014-03-02 Thread Stephan Wissel
Public bug reported:

When pluggin in an external projector the external resolution doesn't
get discovered reliable. This mostly happens in hotels or meeting
facilities where AV equipment has long calbles, low quality cables or
all sorts of switches between PC and projector. This renders the Ubuntu
Laptop useless as presentation machine. To adjust setting for a
previously unknown projector you typically have 30-90 sec, so fiddling
with X11 config files is out of the question.

Suggestion to fix:
In the Gnome control center, Display settings screen (where you discover 
displays and set resolutions) add the ability to manually specify display 
properties. Before doing that manual, display a big fat warning.

There are 2 UI concepts I could imagine:

a) Extend the dropdown list to have the last option Manual overwrite ...
b) Have a button next to the resolution Manual overwrite ...

both would then show a dialog with the most common configurations (the
most probable use case is projector at meeting facitily, so there are
not that many) and the option to memorize that for this user.

Problem occured since I use Ubuntu from 10.04 to 13.10.

** Affects: gnome-control-center-unity
 Importance: Undecided
 Status: New


** Tags: projector public resolutions

** Attachment added: Layout idea
   
https://bugs.launchpad.net/bugs/1286955/+attachment/4004565/+files/ScreenResolution.jpg

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

Title:
  Resolution detection for external projectors lacks manual overwrite

Status in Unity Settings Panels:
  New

Bug description:
  When pluggin in an external projector the external resolution doesn't
  get discovered reliable. This mostly happens in hotels or meeting
  facilities where AV equipment has long calbles, low quality cables or
  all sorts of switches between PC and projector. This renders the
  Ubuntu Laptop useless as presentation machine. To adjust setting for a
  previously unknown projector you typically have 30-90 sec, so fiddling
  with X11 config files is out of the question.

  Suggestion to fix:
  In the Gnome control center, Display settings screen (where you discover 
displays and set resolutions) add the ability to manually specify display 
properties. Before doing that manual, display a big fat warning.

  There are 2 UI concepts I could imagine:

  a) Extend the dropdown list to have the last option Manual overwrite ...
  b) Have a button next to the resolution Manual overwrite ...

  both would then show a dialog with the most common configurations (the
  most probable use case is projector at meeting facitily, so there
  are not that many) and the option to memorize that for this user.

  Problem occured since I use Ubuntu from 10.04 to 13.10.

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

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


[Desktop-packages] [Bug 1286955] Re: Resolution detection for external projectors lacks manual overwrite

2014-03-02 Thread Stephan Wissel
Fixed package - change needs to be in the control center

** Package changed: gtk+3.0 (Ubuntu) = ubuntu

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

Title:
  Resolution detection for external projectors lacks manual overwrite

Status in Unity Settings Panels:
  New

Bug description:
  When pluggin in an external projector the external resolution doesn't
  get discovered reliable. This mostly happens in hotels or meeting
  facilities where AV equipment has long calbles, low quality cables or
  all sorts of switches between PC and projector. This renders the
  Ubuntu Laptop useless as presentation machine. To adjust setting for a
  previously unknown projector you typically have 30-90 sec, so fiddling
  with X11 config files is out of the question.

  Suggestion to fix:
  In the Gnome control center, Display settings screen (where you discover 
displays and set resolutions) add the ability to manually specify display 
properties. Before doing that manual, display a big fat warning.

  There are 2 UI concepts I could imagine:

  a) Extend the dropdown list to have the last option Manual overwrite ...
  b) Have a button next to the resolution Manual overwrite ...

  both would then show a dialog with the most common configurations (the
  most probable use case is projector at meeting facitily, so there
  are not that many) and the option to memorize that for this user.

  Problem occured since I use Ubuntu from 10.04 to 13.10.

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

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


[Desktop-packages] [Bug 1253753] Re: Number of pages and page size not displayed in properties dialog

2014-03-02 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1245637 ***
https://bugs.launchpad.net/bugs/1245637

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

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

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

Title:
  Number of pages and page size not displayed in properties dialog

Status in “evince” package in Ubuntu:
  Confirmed

Bug description:
  In the properties dialog (Alt+Return), the number of pages value
  seems to be 0 always. Likewise, the paper size seems to be 0 x 0 mm.
  Attached is a simple test file containing a single (empty) page in US
  Letter size.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: evince 3.10.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Thu Nov 21 19:54:26 2013
  InstallationDate: Installed on 2013-08-16 (96 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: evince
  UpgradeStatus: Upgraded to saucy on 2013-11-11 (9 days ago)

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

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


[Desktop-packages] [Bug 1241284] Re: gnome-settings-daemon has problems recognizing the layout switching shortcut

2014-03-02 Thread Aron Xu
** Package changed: gnome-settings-daemon (Ubuntu) = unity-settings-
daemon (Ubuntu)

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

Title:
  gnome-settings-daemon has problems recognizing the layout switching
  shortcut

Status in Indicator keyboard:
  New
Status in “indicator-keyboard” package in Ubuntu:
  Confirmed
Status in “unity-settings-daemon” package in Ubuntu:
  New

Bug description:
  After the upgrade to Ubuntu 13.10, I notice the iBus(or indicator-keyboard 
I'm not sure) does not recognize the keyboard shortcut.
  After some trying, I find that iBus change the way it recognize the keyboard 
shortcut in an really strict way.

  Suppose, I use Ctrl+Space for keyboard shortcut for iBus.
  In order to make iBus recognizing the keyboard shortcut,
  I must do following key sequence.

  1. Press down Ctrl.
  2. Press down Space.
  3. Release Space

  If, for example, after the step 2, released Ctrl before the release of
  Space, iBus doesn't recognize the keyboard shortcut regardless of how
  many seconds you press down both Ctrl and Space.

  This change is so inconvenient for me as I have to constantly switching 
between English and Japanese(Mozc) while typing text.
  (Unification of Keyboard Layout and IME is really bad idea, but that's 
another story.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-keyboard/+bug/1241284/+subscriptions

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


[Desktop-packages] [Bug 1241284] Re: gnome-settings-daemon has problems recognizing the layout switching shortcut

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

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

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

Title:
  gnome-settings-daemon has problems recognizing the layout switching
  shortcut

Status in Indicator keyboard:
  New
Status in “indicator-keyboard” package in Ubuntu:
  Confirmed
Status in “unity-settings-daemon” package in Ubuntu:
  New

Bug description:
  After the upgrade to Ubuntu 13.10, I notice the iBus(or indicator-keyboard 
I'm not sure) does not recognize the keyboard shortcut.
  After some trying, I find that iBus change the way it recognize the keyboard 
shortcut in an really strict way.

  Suppose, I use Ctrl+Space for keyboard shortcut for iBus.
  In order to make iBus recognizing the keyboard shortcut,
  I must do following key sequence.

  1. Press down Ctrl.
  2. Press down Space.
  3. Release Space

  If, for example, after the step 2, released Ctrl before the release of
  Space, iBus doesn't recognize the keyboard shortcut regardless of how
  many seconds you press down both Ctrl and Space.

  This change is so inconvenient for me as I have to constantly switching 
between English and Japanese(Mozc) while typing text.
  (Unification of Keyboard Layout and IME is really bad idea, but that's 
another story.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-keyboard/+bug/1241284/+subscriptions

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


[Desktop-packages] [Bug 1278062] Re: firefox crashes on startup (but apparently layunched properly to enable me to post this)

2014-03-02 Thread ianorlin
For those running lubuntu does firefox work in lubuntu netbook for you
as well that could be another workaround.

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

Title:
  firefox crashes on startup (but apparently layunched properly to
  enable me to post this)

Status in “firefox” package in Ubuntu:
  Confirmed

Bug description:
  I tried launching from a terminal window after the first crash and got
  this:

  ~$ firefox

  (process:2974): GLib-CRITICAL **: g_slice_set_config: assertion 
'sys_page_size == 0' failed
  Segmentation fault (core dumped)
  ~$ 

  
  
  ~$ lsb_release -rd
  Description:  Ubuntu Trusty Tahr (development branch)
  Release:  14.04

  ~$ apt-cache policy firefox
  firefox:
Installed: 25.0+build3-0ubuntu0.13.10.1
Candidate: 25.0+build3-0ubuntu0.13.10.1
Version table:
   *** 25.0+build3-0ubuntu0.13.10.1 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status
  ~$

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: firefox 25.0+build3-0ubuntu0.13.10.1
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  a  1919 F pulseaudio
  BuildID: 20131028112446
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Channel: Unavailable
  CrashCounter: 1
  CurrentDesktop: LXDE
  Date: Sun Feb  9 05:43:26 2014
  ExecutablePath: /usr/lib/firefox/firefox
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-11-22 (78 days ago)
  InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha amd64 (20131102)
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.101  
metric 9
  MostRecentCrashID: bp-3359569a-fc3a-40e2-978d-e68d72120711
  PrefSources:
   prefs.js
   
[Profile]/extensions/{3d7eb24f-2740-49df-8937-200b1cc08f8a}/defaults/preferences/flashblock.js
   
[Profile]/extensions/{0545b830-f0aa-4d7e-8820-50a4629a56fe}/defaults/preferences/defaults.js
  ProcCmdline: /usr/lib/firefox/firefox
  Profiles: Profile0 (Default) - LastVersion=25.0/20131028112446
  RelatedPackageVersions: gecko-mediaplayer 1.0.8-4ubuntu1
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  SegvAnalysis: Skipped: missing required field Disassembly
  Signal: 11
  SourcePackage: firefox
  SubmittedCrashIDs: bp-3359569a-fc3a-40e2-978d-e68d72120711
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.12:bd02/17/2009:svnHP-Pavilion:pnFQ578AAR-ABAs3707c:pvr:rvnPEGATRONCORPORATION:rnNutMeg:rvr1.02:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: FQ578AAR-ABA s3707c
  dmi.sys.vendor: HP-Pavilion

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

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


[Desktop-packages] [Bug 1246908] Re: ~/.gimp-2.8 directory and everything inside is owned by root

2014-03-02 Thread Thomas Hotz
I'm sorry but I'm running GIMP 2.8.6 on Saucy and cannot confirm this
bug.

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

Title:
  ~/.gimp-2.8 directory and everything inside is owned by root

Status in “gimp” package in Ubuntu:
  New

Bug description:
  The ~/.gimp-2.8 directory and everything inside it is owned by user
  root, group root. As a consequence the ordinary user does not have the
  adequate access rights to the personal Gimp files.

  Gimp shows the following messages during start:
  ---
  Failed to open file '/home/vbrozik/.gimp-2.8/controllerrc': open() failed: 
Permission denied

  Unable to open a test swap file.

  To avoid data loss, please check the location and permissions of the swap 
directory defined in your Preferences (currently /home/vbrozik/.gimp-2.8).
  ---

  The system was installed as Xubuntu 13.10

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gimp 2.8.6-1ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: i386
  Date: Thu Oct 31 22:36:56 2013
  ExecutablePath: /usr/bin/gimp-2.8
  InstallationDate: Installed on 2013-09-28 (32 days ago)
  InstallationMedia: Xubuntu 13.10 Saucy Salamander - Alpha i386 (20130902.1)
  MarkForUpload: True
  SourcePackage: gimp
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1269275] Re: GIMP 2.8 file save prevented regardless of permissions

2014-03-02 Thread Thomas Hotz
Can you provide a sample image and a screenshot? Thank you very much!

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

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

Title:
  GIMP 2.8 file save prevented regardless of permissions

Status in “gimp” package in Ubuntu:
  Incomplete

Bug description:
  Since upgrading to Ubuntu 13.10 incrementally from 12.04 LTS, package
  system automatically introduced GIMP as 2.8

  BUG: When opening up a jpeg file in GIMP 2.8.6 to start editing,
  saving as existing or new file is impossible.

  Permissions: no indicator that this is a problem

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

-- 
Mailing list: https://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   >