[Desktop-packages] [Bug 921397] Re: Speaker audio channel goes mute after plugging in the headphone

2013-02-04 Thread David Henningsson
@Martin Roos, could you please submit your alsa-info according to
https://wiki.ubuntu.com/Audio/AlsaInfo ? Thanks!

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

Title:
  Speaker audio channel goes mute after plugging in the headphone

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

Bug description:
  Speaker audio channel goes mute after plugging in the headphone and
  unmute after the headphone is plugged out. By consequence there is no
  sound when trying to listen the sound by headphones.

  This is a pulseaudio problem and can be circumvent by just editing
  /usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf
  and commenting the line as here:

  [Jack_InputDevice]
  #code = Headphone

  This will avoid pulseaudio to change profiles when headphone is
  plugged in.

  Some people affected by this bug don't get the headphones muted, but
  only a very low volume, this workaround could help too. But to some
  computer models this workaround could let the sound play by headphones
  and speaker by the same time (most people don't desire that).

  On my computer model ( HP Pavilion DV-4 2080br ) the workaround works
  well and the sound goes only by the headphone, as expected.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: linux-image-3.0.0-15-generic 3.0.0-15.26
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic x86_64
  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: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  henrique  16836 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xe850 irq 45'
 Mixer name : 'IDT 92HD81B1X5'
 Components : 'HDA:111d7605,103c1409,00100402'
 Controls  : 18
 Simple ctrls  : 10
  Date: Wed Jan 25 02:58:14 2012
  GvfsMonitorLog: Monitoring events. Press Ctrl+C to quit.
  HotplugNewDevices:
   
  HotplugNewMounts:
   
  InstallationMedia: Kubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427)
  MachineType: Hewlett-Packard HP Pavilion dv4 Notebook PC
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-15-generic 
root=UUID=32414ec2-9ef6-46d9-a944-7715529ebc08 ro
  RelatedPackageVersions:
   linux-restricted-modules-3.0.0-15-generic N/A
   linux-backports-modules-3.0.0-15-generic  N/A
   linux-firmware1.60
  SourcePackage: linux
  StagingDrivers: mei
  Symptom: storage
  UdevMonitorLog:
   monitor will print the received events for:
   UDEV - the event which udev sends out after rule processing
  UdisksMonitorLog: Monitoring activity from the disks daemon. Press Ctrl+C to 
cancel.
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (102 days ago)
  dmi.bios.date: 03/30/2010
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.0C
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1409
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 50.17
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsyde:bvrF.0C:bd03/30/2010:svnHewlett-Packard:pnHPPaviliondv4NotebookPC:pvr049C202412203:rvnHewlett-Packard:rn1409:rvr50.17:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv4 Notebook PC
  dmi.product.version: 049C202412203
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1084879] Re: samba shares mounted with nemo/fuse hang on file read

2013-02-04 Thread Matthew Wire
*** This bug is a duplicate of bug 1075923 ***
https://bugs.launchpad.net/bugs/1075923

** This bug has been marked a duplicate of bug 1075923
   nautilus hangs copying large directories from a samba share

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

Title:
  samba shares mounted with nemo/fuse hang on file read

Status in The Linux Mint Distribution:
  New
Status in “gvfs” package in Ubuntu:
  Confirmed

Bug description:
  Probably related or identical to  [Ubuntu “gvfs” package Bugs; Bug #1077696]
  mounted samba share stops working for file access

  Starting with Linux Mint 14 “Nadia” I found that read() operations will 
eventually hang. Once this occurs
  the hunk up process cannot be killed. Others have noted that hangs occur when 
playing movies. In my
  particular case I was doing md5sums across files in a samba shared (mounted 
with nemo/fuse) when
  I detected the issue. Other also claim that this only occurs with fuse 
mounted shares, I have not verified
  this. GDB isn't very useful in this situaton because once the process hangs, 
you can't get back to
  the GDB prompt with sig-INT. I determined that the hang occured the a call to 
read() by using a liberal
  number of printf() calls. I have Mint 13 and Mint 12 systems on the same 
network that do not exhibit the
  problem. I suspect that recent changes to fuse have caused it to become 
unstable.

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

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


[Desktop-packages] [Bug 408903] Re: Does not handle microphone mute button (KEY_MICMUTE)

2013-02-04 Thread Thomas Hood
This may also help:

http://www.thinkwiki.org/wiki/Installing_Ubuntu_11.04_(Natty_Narwhal)_on_a_ThinkPad_X220#Fix_for_hotkey_shortcomings

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

Title:
  Does not handle microphone mute button (KEY_MICMUTE)

Status in “gnome-settings-daemon” package in Ubuntu:
  Triaged
Status in “udev” package in Ubuntu:
  Triaged
Status in “xserver-xorg-input-evdev” package in Ubuntu:
  Triaged
Status in “gnome-settings-daemon” source package in Raring:
  Triaged
Status in “udev” source package in Raring:
  Triaged
Status in “xserver-xorg-input-evdev” source package in Raring:
  Triaged

Bug description:
  Ubuntu 9.04

  Pressing the new microphone mute button does not do anything.  It
  should toggle the mute on the current capture device and toggle an led
  that is part of the button.

  acpi_listen output:

  ibm/hotkey HKEY 0080 101b

  
  xev output:

  MappingNotify event, serial 34, synthetic NO, window 0x0,
  request MappingKeyboard, first_keycode 8, count 248  

  MappingNotify event, serial 34, synthetic NO, window 0x0,
  request MappingKeyboard, first_keycode 8, count 247

  KeyPress event, serial 34, synthetic NO, window 0x341,
  root 0x118, subw 0x0, time 10334714, (317,-162), root:(322,207),
  state 0x0, keycode 248 (keysym 0x0, NoSymbol), same_screen YES,
  XLookupString gives 0 bytes:
  XmbLookupString gives 0 bytes:
  XFilterEvent returns: False

  KeyRelease event, serial 34, synthetic NO, window 0x341,
  root 0x118, subw 0x0, time 10334714, (317,-162), root:(322,207),
  state 0x0, keycode 248 (keysym 0x0, NoSymbol), same_screen YES,
  XLookupString gives 0 bytes:
  XFilterEvent returns: False

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

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


[Desktop-packages] [Bug 1083497] Re: Empathy doesn't detect online accounts

2013-02-04 Thread Romuald
I made some additionnal testing. First I removed Empathy by running
sudo apt-get purge empathy*, then, I removed all hidden folder called
empathy in my home, and I restarted the PC.

Reinstalled Empathy with the software center, run it, reconfigured the
online accounts and the result is the same, empathy doesn't see
anything.

I attached the debugger output and the terminal Empathy trace.  What is 
interesting is the last debugger message:
empathyDispatcher-DEBUG: 02/04/2013 09:02:57.321650: empathy_status_icon_new: 
Not started with session, showing contact list which shows, I guess, that 
Empathy doesn't work with an Active Directory session.

** Attachment added: Empathy debugger
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1083497/+attachment/3514126/+files/empathy.log

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

Title:
  Empathy doesn't detect online accounts

Status in “empathy” package in Ubuntu:
  Incomplete

Bug description:
  My professionnal PC was first installed with Ubuntu 12.04 64. Then, I
  setup the system to connect my active directory server. Done.

  In this configuration, I've had some issues with Empathy, each time I
  rebooted the PC, I had to setup all my IM account (Google  MSN). It
  was boring, but it worked.

  Some days ago, I upgraded the PC to 12.10. The upgrade worked
  smoothly, and didn't degrade the AD integration.

  I entered my online accounts in the dedicated applet. But now, Empathy
  doesn't work at all. The Empathy window shows You need to setup an
  account to see contacts here with the Account settings button.

  If I click this button, I see all the accounts I previously setup. For
  each IM account, beside the account Empathy section, I see an
  Options button, if I click it, I get an empty window with just 2
  buttons Cancel  Done.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.6.0.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Tue Nov 27 10:40:57 2012
  InstallationDate: Installed on 2012-07-02 (147 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to quantal on 2012-11-20 (6 days ago)

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

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


[Desktop-packages] [Bug 1083497] Re: Empathy doesn't detect online accounts

2013-02-04 Thread Romuald
The Empathy output.

** Attachment added: empathy.output
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1083497/+attachment/3514127/+files/empathy.output

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

Title:
  Empathy doesn't detect online accounts

Status in “empathy” package in Ubuntu:
  Incomplete

Bug description:
  My professionnal PC was first installed with Ubuntu 12.04 64. Then, I
  setup the system to connect my active directory server. Done.

  In this configuration, I've had some issues with Empathy, each time I
  rebooted the PC, I had to setup all my IM account (Google  MSN). It
  was boring, but it worked.

  Some days ago, I upgraded the PC to 12.10. The upgrade worked
  smoothly, and didn't degrade the AD integration.

  I entered my online accounts in the dedicated applet. But now, Empathy
  doesn't work at all. The Empathy window shows You need to setup an
  account to see contacts here with the Account settings button.

  If I click this button, I see all the accounts I previously setup. For
  each IM account, beside the account Empathy section, I see an
  Options button, if I click it, I get an empty window with just 2
  buttons Cancel  Done.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.6.0.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Tue Nov 27 10:40:57 2012
  InstallationDate: Installed on 2012-07-02 (147 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to quantal on 2012-11-20 (6 days ago)

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

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


[Desktop-packages] [Bug 1115061] [NEW] [quantal] modem-manager doesn't handle usb modem

2013-02-04 Thread Id2ndR
Public bug reported:

Error: port attributes not fully set

Same behavior that
http://forums.gentoo.org/viewtopic-t-941134-start-0.html

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: network-manager 0.9.6.0-0ubuntu7
Uname: Linux 3.4.17-030417-generic i686
ApportVersion: 2.6.1-0ubuntu10
Architecture: i386
Date: Mon Feb  4 10:23:00 2013
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2012-11-11 (84 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
MarkForUpload: True
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 ttyUSB2gsm   connected 
/org/freedesktop/NetworkManager/Devices/2  
 wlan0  802-11-wireless   disconnected  
/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.6.0connected   enabled   enabled 
enabledenabled enabled

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


** Tags: apport-bug i386 quantal running-unity

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

Title:
  [quantal] modem-manager doesn't handle usb modem

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

Bug description:
  Error: port attributes not fully set

  Same behavior that
  http://forums.gentoo.org/viewtopic-t-941134-start-0.html

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: network-manager 0.9.6.0-0ubuntu7
  Uname: Linux 3.4.17-030417-generic i686
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  Date: Mon Feb  4 10:23:00 2013
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2012-11-11 (84 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   ttyUSB2gsm   connected 
/org/freedesktop/NetworkManager/Devices/2  
   wlan0  802-11-wireless   disconnected  
/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.6.0connected   enabled   enabled 
enabledenabled enabled

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

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


[Desktop-packages] [Bug 1115070] [NEW] totem-video-thumbnailer crashed with SIGSEGV in avcodec_decode_video2()

2013-02-04 Thread Léa GRIS
Public bug reported:

Crashed while Nautilus opened a big Download folder:

Related to:
https://bugs.launchpad.net/bugs/404522
and
https://bugs.launchpad.net/bugs/420930

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: totem 3.6.3-0ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
Uname: Linux 3.8.0-4-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
Date: Mon Feb  4 03:39:44 2013
ExecutablePath: /usr/bin/totem-video-thumbnailer
InstallationDate: Installed on 2011-06-22 (592 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
MarkForUpload: True
ProcCmdline: /usr/bin/totem-video-thumbnailer -s 128 
file:///home/username/T%C3%A9l%C3%A9chargements/levent_t1.mov 
/tmp/.gnome_desktop_thumbnail.DG1SRW
Signal: 11
SourcePackage: totem
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/libavcodec.so.53
 ?? () from /usr/lib/x86_64-linux-gnu/libavcodec.so.53
 avcodec_decode_video2 () from /usr/lib/x86_64-linux-gnu/libavcodec.so.53
 ?? () from /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibav.so
 ?? () from /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibav.so
Title: totem-video-thumbnailer crashed with SIGSEGV in avcodec_decode_video2()
UpgradeStatus: Upgraded to raring on 2013-01-16 (18 days ago)
UserGroups: adm admin audio cdrom dialout fax floppy lpadmin plugdev sambashare 
scanner sudo syslog

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


** Tags: amd64 apport-crash need-amd64-retrace raring

** Information type changed from Private to Public

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

Title:
  totem-video-thumbnailer crashed with SIGSEGV in
  avcodec_decode_video2()

Status in “totem” package in Ubuntu:
  New

Bug description:
  Crashed while Nautilus opened a big Download folder:

  Related to:
  https://bugs.launchpad.net/bugs/404522
  and
  https://bugs.launchpad.net/bugs/420930

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: totem 3.6.3-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
  Uname: Linux 3.8.0-4-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.8-0ubuntu4
  Architecture: amd64
  Date: Mon Feb  4 03:39:44 2013
  ExecutablePath: /usr/bin/totem-video-thumbnailer
  InstallationDate: Installed on 2011-06-22 (592 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  MarkForUpload: True
  ProcCmdline: /usr/bin/totem-video-thumbnailer -s 128 
file:///home/username/T%C3%A9l%C3%A9chargements/levent_t1.mov 
/tmp/.gnome_desktop_thumbnail.DG1SRW
  Signal: 11
  SourcePackage: totem
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libavcodec.so.53
   ?? () from /usr/lib/x86_64-linux-gnu/libavcodec.so.53
   avcodec_decode_video2 () from /usr/lib/x86_64-linux-gnu/libavcodec.so.53
   ?? () from /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibav.so
   ?? () from /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibav.so
  Title: totem-video-thumbnailer crashed with SIGSEGV in avcodec_decode_video2()
  UpgradeStatus: Upgraded to raring on 2013-01-16 (18 days ago)
  UserGroups: adm admin audio cdrom dialout fax floppy lpadmin plugdev 
sambashare scanner sudo syslog

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

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


[Desktop-packages] [Bug 1094841] Re: Often when copying large file over cifs mounted network share nautilus freezes after a while

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

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

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

Title:
  Often when copying large file over cifs mounted network share nautilus
  freezes after a while

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  I have a couple of network shares mounted in my system which are
  shared with samba. When I copy to/from it to my laptop, which have the
  share mounted in the file system with cifs, nautilus freezes and gets
  unresponsive, but most of the time only after a while, not
  immediately.

  When I access the mount by navigating to smb://share/ it never freezes
  though. Perhaps it's using a different file system driver? I've had
  this issue in 12.10, 12.04, 11.10 and 11.04. Before that I never had
  this setup.

  Ubuntu 12.10 x64
  nautilus 1:3.5.90.really.3.4.2-0ubuntu4

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

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


[Desktop-packages] [Bug 1083497] Re: Empathy doesn't detect online accounts

2013-02-04 Thread Romuald
Last test: on the same PC, I started a local session (not an Active
Directory one), and the problem remains the same.

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

Title:
  Empathy doesn't detect online accounts

Status in “empathy” package in Ubuntu:
  Incomplete

Bug description:
  My professionnal PC was first installed with Ubuntu 12.04 64. Then, I
  setup the system to connect my active directory server. Done.

  In this configuration, I've had some issues with Empathy, each time I
  rebooted the PC, I had to setup all my IM account (Google  MSN). It
  was boring, but it worked.

  Some days ago, I upgraded the PC to 12.10. The upgrade worked
  smoothly, and didn't degrade the AD integration.

  I entered my online accounts in the dedicated applet. But now, Empathy
  doesn't work at all. The Empathy window shows You need to setup an
  account to see contacts here with the Account settings button.

  If I click this button, I see all the accounts I previously setup. For
  each IM account, beside the account Empathy section, I see an
  Options button, if I click it, I get an empty window with just 2
  buttons Cancel  Done.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.6.0.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Tue Nov 27 10:40:57 2012
  InstallationDate: Installed on 2012-07-02 (147 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to quantal on 2012-11-20 (6 days ago)

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

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


[Desktop-packages] [Bug 1100387] Re: [Dual monitor] One screen is upside-down

2013-02-04 Thread Ingo Gerth
** Information type changed from Private to Public

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

Title:
  [Dual monitor] One screen is upside-down

Status in Compiz:
  Invalid
Status in “nvidia-graphics-drivers” package in Ubuntu:
  New

Bug description:
  NOTE: I hope this is filed correctly against Unity. If not, please
  change it to the appropriate package. Filing against nvidida-current
  or nvidia-graphics-drivers did not work with ubuntu-bug!

  
  When running the latest daily built of 13.04 and choosing Try Ubuntu without 
installing, thus launching the LiveCD, one of the monitors in my 
laptop/external screen dual-monitor set-up is upside down. See the attached 
photo for proof, since when I take a sreenshot everything looks normal.

  Note that up to the screen where you choose between installing right
  away or testing Ubuntu the problem did not exist. However, in that
  screen window decorations did not draw and the monitors were just
  mirrored.

  Unrelated note: I was surprised to see that proprietary drivers are on
  the .iso now, but that is a change I appreciate. Everything works so
  much better this way.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 6.12.0daily13.01.11.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-0.4-generic 3.8.0-rc3
  Uname: Linux 3.8.0-0-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  304.43  Sun Aug 19 20:14:03 
PDT 2012
   GCC version:  gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-18ubuntu1)
  .tmp.unity.support.test.0:

  ApportVersion: 2.8-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.330
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Wed Jan 16 18:25:59 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  DkmsStatus: nvidia-current, 304.43, 3.8.0-0-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GF108GLM [Quadro 1000M] [10de:0dfa] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:1631]
  LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130116)
  MachineType: Hewlett-Packard HP EliteBook 8560w
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/username.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/11/2012
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SVD Ver. F.27
  dmi.board.name: 1631
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 01.3B
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SVDVer.F.27:bd06/11/2012:svnHewlett-Packard:pnHPEliteBook8560w:pvrA0001D02:rvnHewlett-Packard:rn1631:rvrKBCVersion01.3B:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 8560w
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.9~daily13.01.14-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.40-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.1-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.1-0ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.1.901-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.0.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.17-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.6-0ubuntu1
  xserver.bootTime: Wed Jan 16 18:10:44 2013
  xserver.configfile: default
  xserver.errors:
   open /dev/dri/card0: No such file or directory
   open /dev/dri/card0: No such file or directory
   open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.13.1.901-0ubuntu1

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

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


[Desktop-packages] [Bug 1115061] Re: [quantal] modem-manager doesn't handle usb modem

2013-02-04 Thread Id2ndR
** Description changed:

- Error: port attributes not fully set
+ Open  WifiSyslog.txt to see error log. When I killed modem-manager
+ process (kill -9 at 10:12:27) and it started to recognize the GSM modem
+ at 10:13:08.
  
- Same behavior that
- http://forums.gentoo.org/viewtopic-t-941134-start-0.html
+ According to http://forums.gentoo.org/viewtopic-t-941134-start-0.html it
+ seams to be related with a compilation flag introduced in network-
+ manager 0.9.6.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: network-manager 0.9.6.0-0ubuntu7
  Uname: Linux 3.4.17-030417-generic i686
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  Date: Mon Feb  4 10:23:00 2013
  IfupdownConfig:
-  # interfaces(5) file used by ifup(8) and ifdown(8)
-  auto lo
-  iface lo inet loopback
+  # interfaces(5) file used by ifup(8) and ifdown(8)
+  auto lo
+  iface lo inet loopback
  InstallationDate: Installed on 2012-11-11 (84 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
  MarkForUpload: True
  NetworkManager.state:
-  [main]
-  NetworkingEnabled=true
-  WirelessEnabled=true
-  WWANEnabled=true
-  WimaxEnabled=true
+  [main]
+  NetworkingEnabled=true
+  WirelessEnabled=true
+  WWANEnabled=true
+  WimaxEnabled=true
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=fr_FR.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
-  DEVICE TYPE  STATE DBUS-PATH 
 
-  ttyUSB2gsm   connected 
/org/freedesktop/NetworkManager/Devices/2  
-  wlan0  802-11-wireless   disconnected  
/org/freedesktop/NetworkManager/Devices/1  
-  eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
+  DEVICE TYPE  STATE DBUS-PATH
+  ttyUSB2gsm   connected 
/org/freedesktop/NetworkManager/Devices/2
+  wlan0  802-11-wireless   disconnected  
/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.6.0connected   enabled   enabled 
enabledenabled enabled
+  RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
+  running 0.9.6.0connected   enabled   enabled 
enabledenabled enabled

** Description changed:

  Open  WifiSyslog.txt to see error log. When I killed modem-manager
  process (kill -9 at 10:12:27) and it started to recognize the GSM modem
  at 10:13:08.
  
- According to http://forums.gentoo.org/viewtopic-t-941134-start-0.html it
- seams to be related with a compilation flag introduced in network-
- manager 0.9.6.
+ According to http://forums.gentoo.org/viewtopic-t-941134-start-0.html it 
seams to be related with a compilation flag introduced in network-manager 0.9.6.
+ People seams to encounter the same trouble on 
http://ubuntuforums.org/showthread.php?t=2102852. Bug #1071408 may also be 
related.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: network-manager 0.9.6.0-0ubuntu7
  Uname: Linux 3.4.17-030417-generic i686
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  Date: Mon Feb  4 10:23:00 2013
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2012-11-11 (84 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH
   ttyUSB2gsm   connected 
/org/freedesktop/NetworkManager/Devices/2
   wlan0  802-11-wireless   disconnected  
/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.6.0connected   enabled   enabled 
enabledenabled enabled

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

Title:
  [quantal] 

[Desktop-packages] [Bug 956438] Re: qjackctl unable to stop jackd2

2013-02-04 Thread Kaj Ailomaa
** Changed in: jackd2 (Ubuntu)
   Status: Fix Released = New

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

Title:
  qjackctl unable to stop jackd2

Status in “jackd2” package in Ubuntu:
  New

Bug description:
  [Impact] 
  This bug makes jackdbus often freeze when commanding it to stop. 
  It is not possible to kill it from the system monitor, so users often reboot 
in order to be able start jackdbus again.

  [Test Case]
  - Start qjackctl
  - Select an audio device in: Setup/Interface
  - Click Start and Stop a few times to make jackdbus freeze.

  [Regression Potential]
  No apparent one

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

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


[Desktop-packages] [Bug 1115110] [NEW] NEL character doesn't cause gnome terminal to scroll

2013-02-04 Thread Jay Foad
Public bug reported:

Gnome terminal should interpret ESC E  as NEL (0x85) (see the
description of  C1 (8-Bit) Control Characters here:
http://www.xfree86.org/current/ctlseqs.html).

As  I understand it, NEL should be treated pretty much like LF (0x0A).

In gnome terminal, if I run echo -n -e '\eE' near the top of the
window, it prints a blank line, which is good. But if I run it when the
shell prompt is already at the bottom of the window, it doesn't print a
blank line. This seems wrong.

By contrast, echo -n -e '\n' always prints a blank line.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: gnome-terminal 3.6.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic x86_64
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Mon Feb  4 10:14:16 2013
InstallationDate: Installed on 2010-04-15 (1026 days ago)
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100406.1)
MarkForUpload: True
SourcePackage: gnome-terminal
UpgradeStatus: Upgraded to quantal on 2012-10-23 (104 days ago)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  NEL character doesn't cause gnome terminal to scroll

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

Bug description:
  Gnome terminal should interpret ESC E  as NEL (0x85) (see the
  description of  C1 (8-Bit) Control Characters here:
  http://www.xfree86.org/current/ctlseqs.html).

  As  I understand it, NEL should be treated pretty much like LF (0x0A).

  In gnome terminal, if I run echo -n -e '\eE' near the top of the
  window, it prints a blank line, which is good. But if I run it when
  the shell prompt is already at the bottom of the window, it doesn't
  print a blank line. This seems wrong.

  By contrast, echo -n -e '\n' always prints a blank line.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: gnome-terminal 3.6.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  Date: Mon Feb  4 10:14:16 2013
  InstallationDate: Installed on 2010-04-15 (1026 days ago)
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100406.1)
  MarkForUpload: True
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to quantal on 2012-10-23 (104 days ago)

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

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


[Desktop-packages] [Bug 1066404] Re: wireless connection drops

2013-02-04 Thread Jed
The behaviour of the network manager seems to have changed sinced my
last comment. Now I actually see the connection dropping and network
manager reconnecting. Previously, the wireless connection would drop but
network manager would tell me that I was still connected.

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

Title:
  wireless connection drops

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

Bug description:
  I'm using Ubuntu 12.10 (fully updated) and the wireless connection
  keeps dropping.  It appears to be connected in Network Manager but I'm
  unable to reach any web pages or the admin page of my router.

  Clicking on the network manager icon and selecting my network re-
  establishes the connection which is fine for about half an hour then
  it drops again.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: network-manager 0.9.6.0-0ubuntu7
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  Date: Sat Oct 13 23:22:07 2012
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120302)
  IpRoute:
   default via 192.168.1.254 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.65  metric 
9
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to quantal on 2012-10-12 (1 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Wired connection 10e7ba644-1689-4f76-9e6c-89e9e8d12f9b   
802-3-ethernet1350158233   Sat 13 Oct 2012 20:57:13 BST   yes   
no /org/freedesktop/NetworkManager/Settings/1
   David and Emma's Home Network 9c41658a-d48f-48c0-87d3-bcbcbee8d9b8   
802-11-wireless   1350166935   Sat 13 Oct 2012 23:22:15 BST   yes   
no /org/freedesktop/NetworkManager/Settings/0
  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.6.0connected   enabled   enabled 
enabledenabled disabled

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

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


[Desktop-packages] [Bug 992646] Re: LightDM does not use users wallpaper if not selected from default

2013-02-04 Thread Michael Tanner
It is bug as lightdm should copy the wallpaper to a readable directory.
I had an encrypted home and forget about it, that was my fault. But I
still think that this should be handled more properly as it could be
copied to another directory - just for lightdm.

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

Title:
  LightDM does not use users wallpaper if not selected from default

Status in “unity-greeter” package in Ubuntu:
  Fix Released

Bug description:
  In Ubuntu 12.04 LTS (1.2.1-0ubuntu1) the wallpaper of the user is not
  used as long as it's not the right resolution and located under
  /usr/share/backgrounds.

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

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


[Desktop-packages] [Bug 992646] Re: LightDM does not use users wallpaper if not selected from default

2013-02-04 Thread Michael Tanner
I did not want to say that this is bug and it would be the proper
behaviour, it is more a feature request to do the copy process.

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

Title:
  LightDM does not use users wallpaper if not selected from default

Status in “unity-greeter” package in Ubuntu:
  Fix Released

Bug description:
  In Ubuntu 12.04 LTS (1.2.1-0ubuntu1) the wallpaper of the user is not
  used as long as it's not the right resolution and located under
  /usr/share/backgrounds.

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

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


[Desktop-packages] [Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2013-02-04 Thread yannick L
Okay. I downgrade kernel to 3.0.0 (the one of oneiric) and I had no
freeze during 15 days on all my machines

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

Title:
  ubuntu 12.04 completely freezes frequently.

Status in “linux” package in Ubuntu:
  Won't Fix
Status in “xserver-xorg-video-intel” package in Ubuntu:
  Won't Fix
Status in “linux” source package in Precise:
  Won't Fix
Status in “xserver-xorg-video-intel” source package in Precise:
  Won't Fix

Bug description:
  Update: 6/12/2012
  This bug is about a complete system lock-up. No other TTYs can be started. 
Mouse doesn't move. Keyboard doesn't react. The only solution is hard reset.

  Seems to happen on a variety of configurations, including nVidia, ATI
  and Intel graphics.

  If you are still able to TTY or SSH into other sessions, move the
  mouse or use the keyboard, file another bug.

  Thx. Joris V. (brains).

  Update: 5/21/2012
  Updating the kernel to 3.3.6 as suggested by Michael in #91, the system seems 
stable, no freezes yet in 5-6 hrs of using and watching videos for couple of 
hrs.

  Original description:
  I recently installed newly released ubuntu 12.04 LTS 64 bit version on my 
desktop. And it is frequently freezing, for the first few hours it ran smoothly 
and when I started watching videos it started freezing randomly.
  I have to use hard restart every time.
  Initially it was only during videos but now even during normal browsing it is 
freezing.

  I am using on board graphics and do not have any graphics card
  installed.

  Can someone please help me here, I really love the new looks of 12.04
  and it bugs me not being able to use :(

  Below is my hardware configuration:
  Processor: Intel CORE i3 processor (2nd generation)
  Board: Intel® Desktop Board DH67BL
  Ram: 4GB
  Graphics: On board
  HDD: 500 GB

  Please let me know if you need more information, or any specific logs
  I can capture (and how).

  Thanks,
  Ketan Patil

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

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


[Desktop-packages] [Bug 1043336] Re: Swiss keyboard layout with Apple keyboard (period instead of comma)

2013-02-04 Thread Michael Tanner
ceg, do you have updates?

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

Title:
  Swiss keyboard layout with Apple keyboard (period instead of comma)

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

Bug description:
  It is a known bug that two keys on an Apple keyboard are swapped. There is 
another bug which occurs on Swiss keyboards with an Apple model.
  In Switzerland people have a period instead of a comma on their numpad. Also 
there is something weird with the default mapping of the upper left key below 
ESC.
  To correct this there is a workaround with xmodmap:

  keycode 91 = period period
  keycode 94 = section degree

  I think this is not the best solution so I report this as a new bug.

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

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


[Desktop-packages] [Bug 956438] Re: qjackctl unable to stop jackd2

2013-02-04 Thread Kaj Ailomaa
I changed the status for this bug, as from what I read in
https://wiki.ubuntu.com/StableReleaseUpdates the bug should not be in
status fix released until the package has been accepted into -updates.

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

Title:
  qjackctl unable to stop jackd2

Status in “jackd2” package in Ubuntu:
  New

Bug description:
  [Impact] 
  This bug makes jackdbus often freeze when commanding it to stop. 
  It is not possible to kill it from the system monitor, so users often reboot 
in order to be able start jackdbus again.

  [Test Case]
  - Start qjackctl
  - Select an audio device in: Setup/Interface
  - Click Start and Stop a few times to make jackdbus freeze.

  [Regression Potential]
  No apparent one

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

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


[Desktop-packages] [Bug 1066404] Re: wireless connection drops

2013-02-04 Thread Reint Kamp
I had the same bug where network connection was dropping while browsing
and fixing it by reconnecting. My problems where solved by using
chromium in stead of firefox. I can't reafirm this because i downgraded
to 12.04.

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

Title:
  wireless connection drops

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

Bug description:
  I'm using Ubuntu 12.10 (fully updated) and the wireless connection
  keeps dropping.  It appears to be connected in Network Manager but I'm
  unable to reach any web pages or the admin page of my router.

  Clicking on the network manager icon and selecting my network re-
  establishes the connection which is fine for about half an hour then
  it drops again.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: network-manager 0.9.6.0-0ubuntu7
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  Date: Sat Oct 13 23:22:07 2012
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120302)
  IpRoute:
   default via 192.168.1.254 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.65  metric 
9
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to quantal on 2012-10-12 (1 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Wired connection 10e7ba644-1689-4f76-9e6c-89e9e8d12f9b   
802-3-ethernet1350158233   Sat 13 Oct 2012 20:57:13 BST   yes   
no /org/freedesktop/NetworkManager/Settings/1
   David and Emma's Home Network 9c41658a-d48f-48c0-87d3-bcbcbee8d9b8   
802-11-wireless   1350166935   Sat 13 Oct 2012 23:22:15 BST   yes   
no /org/freedesktop/NetworkManager/Settings/0
  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.6.0connected   enabled   enabled 
enabledenabled disabled

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

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


Re: [Desktop-packages] [Bug 987220] Re: System does not power off reliably when Shut Down chosen from GUI

2013-02-04 Thread Etai Sandow-Vandel
I switched to KDE (Unity had not been removed, just not in use) and have
not been suffering from the issue since.

So far this seems to have affected multiple users, multiple kernels and a
broad range of hardware. The only common denominators thus far, seem to be
Unity and either the nVidia driver or fglrx.

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

Title:
  System does not power off reliably when Shut Down chosen from GUI

Status in The Session Menu:
  Invalid
Status in “gnome-session” package in Ubuntu:
  Invalid
Status in “indicator-session” package in Ubuntu:
  Invalid
Status in “linux” package in Ubuntu:
  Confirmed
Status in “upstart” package in Ubuntu:
  Invalid
Status in “gnome-session” source package in Precise:
  Invalid
Status in “indicator-session” source package in Precise:
  Invalid
Status in “linux” source package in Precise:
  Confirmed
Status in “upstart” source package in Precise:
  Invalid

Bug description:
  Shutting down the computer using the menue does not work always correct. It 
often does not complete turn off the computer. The power LED and the LED of the 
bluetooth unit remain on. Also the fan is still running and won't stop.
  Shutting down the computer with sudo shutdown -h now using the terminal 
works fine.

  I am using a Dell Inspiron 1720.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: indicator-session 0.3.96-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: i386
  Date: Mon Apr 23 12:26:10 2012
  ExecutablePath: /usr/lib/indicator-session/gtk-logout-helper
  InstallationMedia: Kubuntu 10.04.1 LTS Lucid Lynx - Release i386 
(20100816.2)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
  SourcePackage: indicator-session
  UpgradeStatus: Upgraded to precise on 2012-04-21 (1 days ago)
  ---
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  NonfreeKernelModules: nvidia
  Package: upstart
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Tags:  precise
  Uname: Linux 3.2.0-24-generic-pae i686
  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/indicator-session/+bug/987220/+subscriptions

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


[Desktop-packages] [Bug 1115177] [NEW] X fails to start

2013-02-04 Thread Amit Kucheria
Public bug reported:

Fresh install of 13.04 dev on this desktop machine with an Nvidia
graphics.

Nouveau only shows the system is running in low-graphics mode dialog and 
doesn't allow reconfiguring.
Nvidia-current drivers give a desktop but X crashes very often.

12.04 worked just fine on this setup. So I consider this a regression.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
Uname: Linux 3.8.0-4-generic x86_64
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,resize,fade,unitymtgrabhandles,scale,session,unityshell]
Date: Mon Feb  4 16:40:45 2013
DistUpgraded: Fresh install
DistroCodename: raring
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation G86 [GeForce 8400 GS] [10de:0422] (rev a1) (prog-if 00 [VGA 
controller])
   Subsystem: eVga.com. Corp. Device [3842:c733]
InstallationDate: Installed on 2013-02-01 (2 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64+mac (20130130)
MachineType: Intel To be filled by O.E.M.
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-4-generic 
root=UUID=0084a9a5-74cd-47ba-afe6-a47d02d0b262 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/29/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4.6.3
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: To be filled by O.E.M.
dmi.board.vendor: Intel
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.3:bd10/29/2009:svnIntel:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnIntel:rnTobefilledbyO.E.M.:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Intel
version.compiz: compiz 1:0.9.9~daily13.01.25-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.41-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.2-0ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.19-0ubuntu3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.6-0ubuntu2
xserver.bootTime: Mon Feb  4 16:32:00 2013
xserver.configfile: default
xserver.devices:

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

xserver.version: 2:1.13.2-0ubuntu1

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


** Tags: amd64 apport-bug raring ubuntu

** Description changed:

  Fresh install of 13.04 dev on this desktop machine with an Nvidia
  graphics.
  
  Nouveau only shows the system is running in low-graphics mode dialog and 
doesn't allow reconfiguring.
  Nvidia-current drivers give a desktop but X crashes very often.
+ 
+ 12.04 worked just fine on this setup. So I consider this a regression.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
  Uname: Linux 3.8.0-4-generic x86_64
  ApportVersion: 2.8-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  Date: Mon Feb  4 16:40:45 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  NVIDIA Corporation G86 [GeForce 8400 GS] [10de:0422] (rev a1) (prog-if 00 
[VGA controller])
-Subsystem: eVga.com. Corp. Device [3842:c733]
+  NVIDIA Corporation G86 [GeForce 8400 GS] [10de:0422] (rev a1) (prog-if 00 
[VGA controller])
+    Subsystem: eVga.com. Corp. Device [3842:c733]
  InstallationDate: Installed on 2013-02-01 (2 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64+mac (20130130)
  MachineType: Intel To be filled by O.E.M.
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-4-generic 
root=UUID=0084a9a5-74cd-47ba-afe6-a47d02d0b262 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.3
  

[Desktop-packages] [Bug 991132] Re: Assertion fails in subtitleeditor when opening video

2013-02-04 Thread Ramaddan
Hi,

I downloaded the source from raring, and it already contained the
patches, and compiled it in Quantal, and all went well.

Working now, thanks :-)

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

Title:
  Assertion fails in subtitleeditor when opening video

Status in Subtitle Editor:
  Fix Released
Status in “gstreamer0.10” package in Ubuntu:
  Invalid
Status in “subtitleeditor” package in Ubuntu:
  Fix Released

Bug description:
  First I opened Subtitleeditor with no subs or video.
  Then I opened subtitle file and everything went nicely.
  Then I opened video file and program crashed.

  Here is backtrace:

  #0  0x74203445 in __GI_raise (sig=optimized out) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
  #1  0x74206bab in __GI_abort () at abort.c:91
  #2  0x7424abed in __malloc_assert (assertion=optimized out, 
file=optimized out, line=optimized out, function=optimized out) at 
malloc.c:300
  #3  0x7424dedd in _int_malloc (av=0x74583720, bytes=24) at 
malloc.c:3795
  #4  0x7424fa45 in __GI___libc_malloc (bytes=24) at malloc.c:2924
  #5  0x75004a39 in g_malloc () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #6  0x7501929e in g_strdup () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #7  0x7753142a in gst_element_class_set_details_simple () from 
/usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
  #8  0x754df419 in g_type_class_ref () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #9  0x754c7cac in g_object_newv () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #10 0x754c81ec in g_object_new () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #11 0x7fffe50c8c3c in ?? () from 
/usr/lib/x86_64-linux-gnu/gstreamer-0.10/libgstplaybin.so
  #12 0x754e1908 in g_type_create_instance () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #13 0x754c60b9 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #14 0x754c76e4 in g_object_newv () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #15 0x7574984a in Glib::Object::Object(Glib::ConstructParams const) 
() from /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
  #16 0x778efbd5 in Gst::Object::Object(Glib::ConstructParams const) 
() from /usr/lib/libgstreamermm-0.10.so.2
  #17 0x778df4bd in Gst::Element::Element(Glib::ConstructParams const) 
() from /usr/lib/libgstreamermm-0.10.so.2
  #18 0x778d4c75 in Gst::Bin::Bin(Glib::ConstructParams const) () from 
/usr/lib/libgstreamermm-0.10.so.2
  #19 0x778f462d in Gst::Pipeline::Pipeline(Glib::ConstructParams 
const) () from /usr/lib/libgstreamermm-0.10.so.2
  #20 0x77926b7b in Gst::PlayBin2::PlayBin2(Glib::ustring const) () 
from /usr/lib/libgstreamermm-0.10.so.2
  #21 0x779273f1 in Gst::PlayBin2::create(Glib::ustring const) () from 
/usr/lib/libgstreamermm-0.10.so.2
  #22 0x00423e8a in ?? ()
  #23 0x00424459 in ?? ()
  #24 0x7fffda160995 in VideoPlayerManagement::on_open() () from 
/usr/lib/subtitleeditor/plugins/actions/libvideoplayermanagement.so
  #25 0x7574ae08 in 
Glib::SignalProxyNormal::slot0_void_callback(_GObject*, void*) () from 
/usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
  #26 0x754c0ca2 in g_closure_invoke () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #27 0x754d1fdd in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #28 0x754da099 in g_signal_emit_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #29 0x754da242 in g_signal_emit () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #30 0x75eb3193 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  #31 0x754c0ca2 in g_closure_invoke () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #32 0x754d2179 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #33 0x754da099 in g_signal_emit_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #34 0x754da242 in g_signal_emit () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #35 0x7608e38e in gtk_widget_activate () from 
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  #36 0x75f890fd in gtk_menu_shell_activate_item () from 
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  #37 0x75f89495 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  #38 0x75f74dd8 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  #39 0x754c0ca2 in g_closure_invoke () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #40 0x754d2339 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #41 0x754d9d7e in g_signal_emit_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #42 0x754da242 in g_signal_emit () from 

[Desktop-packages] [Bug 956438] Re: qjackctl unable to stop jackd2

2013-02-04 Thread Scott Kitterman
It should be fixed released when it's fixed in the development release
(which it is).  Tasks for specific releases shouldn't be marked fixed
released until it's in updates for that release.  Fixing.

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

** Also affects: jackd2 (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: jackd2 (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Changed in: jackd2 (Ubuntu)
Milestone: precise-updates = None

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

Title:
  qjackctl unable to stop jackd2

Status in “jackd2” package in Ubuntu:
  Fix Released
Status in “jackd2” source package in Precise:
  New
Status in “jackd2” source package in Quantal:
  New

Bug description:
  [Impact] 
  This bug makes jackdbus often freeze when commanding it to stop. 
  It is not possible to kill it from the system monitor, so users often reboot 
in order to be able start jackdbus again.

  [Test Case]
  - Start qjackctl
  - Select an audio device in: Setup/Interface
  - Click Start and Stop a few times to make jackdbus freeze.

  [Regression Potential]
  No apparent one

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

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


[Desktop-packages] [Bug 1115193] [NEW] [VGN-TX1XP_B, Realtek ALC260, Black Headphone Out, Rear] No sound at all

2013-02-04 Thread Claire Hickey
Public bug reported:

I cannot make any sound play through the speakers at all.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
Uname: Linux 3.2.0-37-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  claire 1784 F pulseaudio
 /dev/snd/pcmC0D0p:   claire 1784 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xb000 irq 40'
   Mixer name   : 'Realtek ALC260'
   Components   : 'HDA:10ec0260,104d0400,00100300 
HDA:14f12bfa,104d0200,0009'
   Controls  : 16
   Simple ctrls  : 8
Date: Mon Feb  4 12:10:12 2013
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: Built-in Audio - HDA Intel
Symptom_DevicesInUse:
 1784/dev/snd/controlC0:  claireF pulseaudio
 AND
Symptom_Jack: Black Headphone Out, Rear
Symptom_Type: No sound at all
Title: [VGN-TX1XP_B, Realtek ALC260, Black Headphone Out, Rear] No sound at all
UpgradeStatus: Upgraded to precise on 2012-05-14 (265 days ago)
dmi.bios.date: 08/05/2005
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: R0031V1
dmi.chassis.type: 10
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR0031V1:bd08/05/2005:svnSonyCorporation:pnVGN-TX1XP_B:pvrJ001B31A:cvn:ct10:cvr:
dmi.product.name: VGN-TX1XP_B
dmi.product.version: J001B31A
dmi.sys.vendor: Sony Corporation
mtime.conffile..etc.modprobe.d.alsa.base.conf: 2012-06-11T22:23:19.404449

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


** Tags: apport-bug i386 precise running-unity

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

Title:
  [VGN-TX1XP_B, Realtek ALC260, Black Headphone Out, Rear] No sound at
  all

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

Bug description:
  I cannot make any sound play through the speakers at all.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
  Uname: Linux 3.2.0-37-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
 Subdevices: 0/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  claire 1784 F pulseaudio
   /dev/snd/pcmC0D0p:   claire 1784 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xb000 irq 40'
 Mixer name : 'Realtek ALC260'
 Components : 'HDA:10ec0260,104d0400,00100300 
HDA:14f12bfa,104d0200,0009'
 Controls  : 16
 Simple ctrls  : 8
  Date: Mon Feb  4 12:10:12 2013
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   1784/dev/snd/controlC0:  claireF pulseaudio
   AND
  Symptom_Jack: Black Headphone Out, Rear
  Symptom_Type: No sound at all
  Title: [VGN-TX1XP_B, Realtek ALC260, Black Headphone Out, Rear] No sound at 
all
  UpgradeStatus: Upgraded to precise on 2012-05-14 (265 days ago)
  dmi.bios.date: 08/05/2005
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R0031V1
  dmi.chassis.type: 10
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR0031V1:bd08/05/2005:svnSonyCorporation:pnVGN-TX1XP_B:pvrJ001B31A:cvn:ct10:cvr:
  dmi.product.name: VGN-TX1XP_B
  dmi.product.version: J001B31A
  dmi.sys.vendor: Sony Corporation
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2012-06-11T22:23:19.404449

To manage 

[Desktop-packages] [Bug 1080588] Re: jockey suggests not installable packages on renamed stack

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package fglrx-installer-updates -
2:9.000-0ubuntu0.3

---
fglrx-installer-updates (2:9.000-0ubuntu0.3) precise-proposed; urgency=low

  * debian/control:
- Drop all the dependencies on the linux-headers (LP: #1080588).
  * debian/substvars:
- Add an alternative dependency on xserver-xorg-core-lts-quantal
  (LP: #1080588).

fglrx-installer-updates (2:9.000-0ubuntu0.2) precise-proposed;
urgency=low

  * debian/dkms.conf.in,
replace-VM_RESERVED-with-VM_DONTEXPAND-and-VM_DONTDU.patch:
- Add support for Linux 3.7 (LP: #1075937).
 -- Alberto Milone alberto.mil...@canonical.com   Thu, 17 Jan 2013 12:42:50 
+0100

** Changed in: fglrx-installer-updates (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  jockey suggests not installable packages on renamed stack

Status in OEM Priority Project:
  In Progress
Status in OEM Priority Project precise series:
  In Progress
Status in “fglrx-installer-experimental-9” package in Ubuntu:
  New
Status in “fglrx-installer-updates” package in Ubuntu:
  In Progress
Status in “jockey” package in Ubuntu:
  In Progress
Status in “nvidia-graphics-drivers-173-updates” package in Ubuntu:
  In Progress
Status in “nvidia-graphics-drivers-experimental-310” package in Ubuntu:
  In Progress
Status in “nvidia-graphics-drivers-updates” package in Ubuntu:
  In Progress
Status in “fglrx-installer-experimental-9” source package in Precise:
  Fix Committed
Status in “fglrx-installer-updates” source package in Precise:
  Fix Released
Status in “jockey” source package in Precise:
  Fix Released
Status in “nvidia-graphics-drivers-173-updates” source package in Precise:
  Fix Committed
Status in “nvidia-graphics-drivers-experimental-310” source package in Precise:
  Fix Committed
Status in “nvidia-graphics-drivers-updates” source package in Precise:
  Fix Committed

Bug description:
  [Impact]

   * Users of the quantal lts backport stack on precise will not be able to 
install nvidia 
 drivers
   * This is because we have not renamed these drivers with the proper changed 
package 
 names in the nvidia drivers

  [Test Case]

  # LANG=C apt-get install nvidia-experimental-304
  The following packages have unmet dependencies:
   nvidia-experimental-304 : Depends: xserver-xorg-core (= 2:1.10.99.901)
  E: Unable to correct problems, you have held broken packages.

  [Regression Potential]

  Low. The backports stack is new functionality that is coming in
  12.04.2, so changes that affect this will have no impact on earlier
  versions of 12.04

  [Original Text]

  None of the nvidia and fglrx drivers can be installed through the gui,
  because they have a versioned depends on xserver-xorg-core.

  For example:

  # LANG=C apt-get install nvidia-experimental-304
  The following packages have unmet dependencies:
   nvidia-experimental-304 : Depends: xserver-xorg-core (= 2:1.10.99.901)
  E: Unable to correct problems, you have held broken packages.

  Furthermore even some packages are shown that cannot be installed on
  the renamed x server, because the drivers haven't been updated to work
  on them. For example nvidia-current:

   nvidia-current : Depends: xorg-video-abi-11
    Depends: xserver-xorg-core (= 2:1.10.99.901)
  E: Unable to correct problems, you have held broken packages.

  nvidia-common needs to be updated to hide versions of nvidia drivers that 
won't work on x 1.13 or later, and make them installable.
  I think the xserver-xorg-core version check can be removed, in favor of 
checking the video abi version.

  Furthermore drivers should have an alternative dependency on the new
  xserver

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

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


[Desktop-packages] [Bug 1075937] Re: Add support for Linux 3.7 to various DKMS binary drivers

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package fglrx-installer-updates -
2:9.000-0ubuntu0.3

---
fglrx-installer-updates (2:9.000-0ubuntu0.3) precise-proposed; urgency=low

  * debian/control:
- Drop all the dependencies on the linux-headers (LP: #1080588).
  * debian/substvars:
- Add an alternative dependency on xserver-xorg-core-lts-quantal
  (LP: #1080588).

fglrx-installer-updates (2:9.000-0ubuntu0.2) precise-proposed;
urgency=low

  * debian/dkms.conf.in,
replace-VM_RESERVED-with-VM_DONTEXPAND-and-VM_DONTDU.patch:
- Add support for Linux 3.7 (LP: #1075937).
 -- Alberto Milone alberto.mil...@canonical.com   Thu, 17 Jan 2013 12:42:50 
+0100

** Changed in: fglrx-installer-updates (Ubuntu Precise)
   Status: Fix Committed = 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/1075937

Title:
  Add support for Linux 3.7 to various DKMS binary drivers

Status in “fglrx-installer” package in Ubuntu:
  Fix Released
Status in “fglrx-installer-updates” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers-experimental-310” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers-updates” package in Ubuntu:
  Fix Released
Status in “fglrx-installer” source package in Precise:
  New
Status in “fglrx-installer-updates” source package in Precise:
  Fix Released
Status in “nvidia-graphics-drivers” source package in Precise:
  New
Status in “nvidia-graphics-drivers-experimental-310” source package in Precise:
  Fix Released
Status in “nvidia-graphics-drivers-updates” source package in Precise:
  Fix Released
Status in “fglrx-installer” source package in Quantal:
  New
Status in “fglrx-installer-updates” source package in Quantal:
  New
Status in “nvidia-graphics-drivers” source package in Quantal:
  New
Status in “nvidia-graphics-drivers-experimental-310” source package in Quantal:
  New
Status in “nvidia-graphics-drivers-updates” source package in Quantal:
  New

Bug description:
  [Impact]
  Nvidia and fglrx drivers need to be updated in order to build against Linux 
3.7

  [Test case]
  1. Install the latest upstream kernel as described at 
https://wiki.ubuntu.com/Kernel/MainlineBuilds
  2. confirm that the nvidia and fglrx drivers fail to compile against this 
kernel, and that rebooting to this kernel gives no binary driver.
  3. upgrade to the packages in precise-proposed.
  4. confirm that the new version of the package successfully builds the kernel 
module.

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

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


[Desktop-packages] [Bug 1115198] Re: nautilus crashed with SIGSEGV

2013-02-04 Thread Apport retracing service
*** This bug is a duplicate of bug 102 ***
https://bugs.launchpad.net/bugs/102

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1115198/+attachment/3514348/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1115198/+attachment/3514350/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1115198/+attachment/3514351/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1115198/+attachment/3514352/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1115198/+attachment/3514353/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1115198/+attachment/3514354/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1115198/+attachment/3514355/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  nautilus crashed with SIGSEGV

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  crashed while browsing home dir

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: nautilus 1:3.6.3-0ubuntu5
  ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
  Uname: Linux 3.8.0-4-generic i686
  ApportVersion: 2.8-0ubuntu4
  Architecture: i386
  Date: Mon Feb  4 13:22:59 2013
  ExecutablePath: /usr/bin/nautilus
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b'1000x652+129+24'
   b'org.gnome.nautilus.window-state' b'maximized' b'true'
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'252'
  InstallationDate: Installed on 2011-01-04 (761 days ago)
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  MarkForUpload: True
  ProcCmdline: nautilus /home/username
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0xb732c474:movsbl (%edi),%eax
   PC (0xb732c474) ok
   source (%edi) (0x0010) not located in a known VMA region (needed 
readable region)!
   destination %eax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: nautilus
  StacktraceTop:
   ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
  Title: nautilus crashed with SIGSEGV
  UpgradeStatus: Upgraded to raring on 2013-02-03 (0 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare vboxusers

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

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


[Desktop-packages] [Bug 898136] Re: Colord suddenly takes 100% of CPU

2013-02-04 Thread ctvoigt
affects me as well, ubuntu 12.04 (server)

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

Title:
  Colord suddenly takes 100% of CPU

Status in “colord” package in Ubuntu:
  Confirmed

Bug description:
  I'm not sure what happened, but I noticed my CPU fan humming loudly. I
  checked with top and noticed that colord used 100% CPU. After a couple
  of minutes I grew impatient and just killed it. I haven't noticed any
  difference in the system's operation after killing it.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: colord 0.1.12-1ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Wed Nov 30 14:43:29 2011
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: colord
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1073372] Re: Xorg produces high CPU usage, slow gnome-terminal

2013-02-04 Thread Brain
I'm have Ubuntu Raring, but I don't watch this bug.

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

Title:
  Xorg produces high CPU usage, slow gnome-terminal

Status in “cairo” package in Ubuntu:
  Confirmed

Bug description:
  Thinkpad X220 (Intel video, chipsets, etc)

  After a few days of uptime and usage on this laptop, the xorg process
  will start randomly (but consistently over time) producing high CPU
  usage, even with all applications closed.  CPU according to top will
  vary between about 10% and 90%, and at high CPU times, the system fans
  will be running rather high.  Also, the UIs will slow down and there
  will be a lot of latency on keypresses (sometimes up to 1 second),
  with the occasional loss of keypresses.  In gnome-terminal, this has
  the effect of feeling like you're over a cellular modem, even on a
  local terminal.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,decor,vpswitch,move,gnomecompat,compiztoolbox,imgpng,mousepoll,regex,place,snap,unitymtgrabhandles,resize,grid,session,animation,workarounds,expo,wall,ezoom,fade,scale,unityshell]
  CompositorRunning: compiz
  Date: Tue Oct 30 16:30:09 2012
  DistUpgraded: 2012-09-15 22:41:29,902 DEBUG enabling apt cron job
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.1.18, 3.5.0-17-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:21da]
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  Lsusb:
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0a5c:217f Broadcom Corp. Bluetooth Controller
  MachineType: LENOVO 4286CTO
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-17-generic 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to quantal on 2012-09-16 (44 days ago)
  dmi.bios.date: 04/25/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET61WW (1.31 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4286CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET61WW(1.31):bd04/25/2012:svnLENOVO:pn4286CTO:pvrThinkPadX220:rvnLENOVO:rn4286CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4286CTO
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.8.4-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

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

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


[Desktop-packages] [Bug 1042456] Re: Huawei e398 doesn't work

2013-02-04 Thread Bjørn Mork
FWIW, I have never had any problems using PPP with my Huawei E392 modem
on LTE, except for upstream bandwidth being limited around 8 Mbits/s.
But that is a somewhat different firmware with a different set of bugs
from the E398

The issue sounds like a firmware problem.  Which  isn't unexpected.  The
PPP firmware support is probably completely untested, as the Windows
drivers don't use it.  If you are lucky then it works.  If not, then
there isn't much you can do about it.  The only sensible workaround is
using the newer ModemManager with QMI support.

But I'm biased of course :-)

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

Title:
  Huawei e398 doesn't work

Status in “gvfs” package in Ubuntu:
  Invalid
Status in “modemmanager” package in Ubuntu:
  Incomplete

Bug description:
  After configuring in Network Manager all parameters specific to my ISP
  I can't connect to the network with such results:

  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
starting connection 'Cyfrowy Polsat Default'
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info (ttyUSB0): device state 
change: disconnected - prepare (reason 'none') [30 40 0]
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 1 of 5 (Device Prepare) scheduled...
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 1 of 5 (Device Prepare) started...
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 1 of 5 (Device Prepare) complete.
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 2 of 5 (Device Configure) scheduled...
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 2 of 5 (Device Configure) starting...
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info (ttyUSB0): device state 
change: prepare - config (reason 'none') [40 50 0]
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 2 of 5 (Device Configure) successful.
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 3 of 5 (IP Configure Start) scheduled.
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 2 of 5 (Device Configure) complete.
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 3 of 5 (IP Configure Start) started...
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info (ttyUSB0): device state 
change: config - ip-config (reason 'none') [50 70 0]
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info starting PPP connection
  Aug 28 00:01:07 ubuntu pppd[2849]: Plugin 
/usr/lib/pppd/2.4.5/nm-pppd-plugin.so loaded.
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info pppd started with pid 2849
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 3 of 5 (IP Configure Start) complete.
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 4 of 5 (IPv6 Configure Timeout) started...
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 4 of 5 (IPv6 Configure Timeout) complete.
  Aug 28 00:01:07 ubuntu pppd[2849]: pppd 2.4.5 started by root, uid 0
  Aug 28 00:01:07 ubuntu pppd[2849]: Using interface ppp0
  Aug 28 00:01:07 ubuntu pppd[2849]: Connect: ppp0 -- /dev/ttyUSB0
  Aug 28 00:01:07 ubuntu NetworkManager[1152]:SCPlugin-Ifupdown: devices 
added (path: /sys/devices/virtual/net/ppp0, iface: ppp0)
  Aug 28 00:01:07 ubuntu NetworkManager[1152]:SCPlugin-Ifupdown: device 
added (path: /sys/devices/virtual/net/ppp0, iface: ppp0): no ifupdown 
configuration found.
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: warn 
/sys/devices/virtual/net/ppp0: couldn't determine device driver; ignoring...
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: warn pppd timed out or didn't 
initialize our dbus module
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 4 of 5 (IPv4 Configure Timeout) scheduled...
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 4 of 5 (IPv4 Configure Timeout) started...
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: info (ttyUSB0): device state 
change: ip-config - failed (reason 'ip-config-unavailable') [70 120 5]
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: warn Activation (ttyUSB0) 
failed for connection 'Cyfrowy Polsat Default'
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 4 of 5 (IPv4 Configure Timeout) complete.
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: info (ttyUSB0): device state 
change: failed - disconnected (reason 'none') [120 30 0]
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: info (ttyUSB0): deactivating 
device (reason 'none') [0]
  Aug 28 00:01:27 ubuntu pppd[2849]: Terminating on 

[Desktop-packages] [Bug 741111] Re: Errors in review windows are cut off short

2013-02-04 Thread Chris Wilson
Why is the Software Centre task being marked as Invalid?

** Changed in: software-center (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  Errors in review windows are cut off short

Status in One Hundred Paper Cuts:
  Triaged
Status in “software-center” package in Ubuntu:
  Confirmed

Bug description:
  software-center 3.1.24, Ubuntu 11.04

  In Software center reviews the error for trying to send a second
  review on a single application is cut short.  Screenshot:
  https://launchpadlibrarian.net/67096653/rnr-error.png

  https://wiki.ubuntu.com/SoftwareCenter/RatingsAndReviews#submit-
  progress: If the submission is unsuccessful because of an error,
  then: ... The dialog should lengthen to make room for a mini error
  icon and error message just above the “Cancel” and “Try Again”
  buttons.

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

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


[Desktop-packages] [Bug 898136] Re: Colord suddenly takes 100% of CPU

2013-02-04 Thread Gert van Dijk
Initially marked myself as affected, but I haven't seen this for at
least half a year (maybe even more) on 12.04.

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

Title:
  Colord suddenly takes 100% of CPU

Status in “colord” package in Ubuntu:
  Confirmed

Bug description:
  I'm not sure what happened, but I noticed my CPU fan humming loudly. I
  checked with top and noticed that colord used 100% CPU. After a couple
  of minutes I grew impatient and just killed it. I haven't noticed any
  difference in the system's operation after killing it.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: colord 0.1.12-1ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Wed Nov 30 14:43:29 2011
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: colord
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1115225] [NEW] after switch to kdm, lightdm stars and stops at boot

2013-02-04 Thread pp
Public bug reported:

lightdm was installed on my system, after it came with kubunut release upgrade. 
I set kdm as standart display manager again, by dpkg-reconfigure kdm.

all went fine, and kdm works properly.
recently i noticed that lightdm is started at boot, just to become stopped 
right after that. i searched for, but did not find any sense for this behavior.

boot.log:
 * Starting LightDM Display Manager^[[174G[ OK ]
 * Stopping LightDM Display Manager^[[174G[ OK ]


i think lightdm sould not even be started, after i set an other default display 
manager.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: lightdm 1.4.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic i686
ApportVersion: 2.6.1-0ubuntu10
Architecture: i386
Date: Mon Feb  4 12:45:42 2013
InstallationDate: Installed on 2011-11-11 (450 days ago)
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release i386 (20111011)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=de_DE
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: lightdm
UpgradeStatus: Upgraded to quantal on 2012-11-13 (83 days ago)

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


** Tags: apport-bug i386 quantal

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

Title:
  after switch to kdm, lightdm stars and stops at boot

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  lightdm was installed on my system, after it came with kubunut release 
upgrade. 
  I set kdm as standart display manager again, by dpkg-reconfigure kdm.

  all went fine, and kdm works properly.
  recently i noticed that lightdm is started at boot, just to become stopped 
right after that. i searched for, but did not find any sense for this behavior.

  boot.log:
   * Starting LightDM Display Manager^[[174G[ OK ]
   * Stopping LightDM Display Manager^[[174G[ OK ]

  
  i think lightdm sould not even be started, after i set an other default 
display manager.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: lightdm 1.4.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic i686
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  Date: Mon Feb  4 12:45:42 2013
  InstallationDate: Installed on 2011-11-11 (450 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release i386 (20111011)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to quantal on 2012-11-13 (83 days ago)

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

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


[Desktop-packages] [Bug 1115236] [NEW] screen does not lock or dim after configured time

2013-02-04 Thread Paulo Lopes
Public bug reported:

The screen never dims or gets locked although i have a timeout of 5
minutes. I can always reproduce it either with AC power or Battery.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-screensaver 3.4.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
Uname: Linux 3.2.0-37-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Mon Feb  4 14:28:25 2013
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GsettingsGnomeSession:
 org.gnome.desktop.session idle-delay uint32 600
 org.gnome.desktop.session session-name 'ubuntu'
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-screensaver
UpgradeStatus: No upgrade log present (probably fresh install)
WindowManager: No value set for 
`/desktop/gnome/session/required_components/windowmanager'

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


** Tags: amd64 apport-bug precise running-unity

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

Title:
  screen does not lock or dim after configured time

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

Bug description:
  The screen never dims or gets locked although i have a timeout of 5
  minutes. I can always reproduce it either with AC power or Battery.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-screensaver 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
  Uname: Linux 3.2.0-37-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Mon Feb  4 14:28:25 2013
  GnomeSessionIdleInhibited: No
  GnomeSessionInhibitors: None
  GsettingsGnomeSession:
   org.gnome.desktop.session idle-delay uint32 600
   org.gnome.desktop.session session-name 'ubuntu'
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-screensaver
  UpgradeStatus: No upgrade log present (probably fresh install)
  WindowManager: No value set for 
`/desktop/gnome/session/required_components/windowmanager'

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

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


[Desktop-packages] [Bug 910143] Re: libreoffice-nlpsolver (0.9~beta1-6) not working

2013-02-04 Thread DailyFrankPeter
Perhaps getting a Windows/generalised OOO donwload (with .oxt extension)
and pointing Libre Office to the files from Extension Manager will help.
This worked for me. Download page below:

http://sourceforge.net/projects/aoo-extensions/?source=dlp

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

Title:
  libreoffice-nlpsolver (0.9~beta1-6) not working

Status in “nlpsolver” package in Ubuntu:
  Incomplete

Bug description:
  I have Ubuntu 11.10 Unity, Libreoffice by default. I need this package work 
for non-linear solver. I installed it from Ubuntu software center. After 
installation, I went to Calc--Tools--Extension Manager..., I can see that it 
reports error like the following
  Solver for Nonlinear Programming 0.9  Sun Microsystems
  Error: The status of this extension is unknown
  And if I try to use it from Calc--Tools--Solver..., from Options, you can 
see this Solver Engine from the drop down box.

  According to this website,
  http://packages.ubuntu.com/oneiric/math/libreoffice-nlpsolver
  It needs openjdk-6-jdk. I have it on my machine.

  The libreOffice is from default package, which version is 3.4.4. I
  don't have any special setup, configuration for it or for Ubuntu
  11.10.

  Unreproducible in Xubuntu:

  sb_release -rd
  Description: Ubuntu 11.10
  Release: 11.10

  apt-cache policy libreoffice-calc
  libreoffice-calc:
    Installed: 1:3.4.4-0ubuntu1
    Candidate: 1:3.4.4-0ubuntu1
    Version table:
   *** 1:3.4.4-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.4.3-3ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages

  apt-cache policy libreoffice-nlpsolver
  libreoffice-nlpsolver:
    Installed: 0.9~beta1-6
    Candidate: 0.9~beta1-6
    Version table:
   *** 0.9~beta1-6 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
  100 /var/lib/dpkg/status

  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  DistroRelease: Ubuntu 11.10
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  Package: libreoffice 1:3.4.4-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Tags: oneiric
  Uname: Linux 3.0.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

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


[Desktop-packages] [Bug 1115225] Re: after switch to kdm, lightdm stars and stops at boot

2013-02-04 Thread pp
** Tags removed: quantal
** Tags added: lightdm

** Summary changed:

- after switch to kdm, lightdm stars and stops at boot
+ after switch to kdm, lightdm starts and stops at boot

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

Title:
  after switch to kdm, lightdm starts and stops at boot

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  lightdm was installed on my system, after it came with kubunut release 
upgrade. 
  I set kdm as standart display manager again, by dpkg-reconfigure kdm.

  all went fine, and kdm works properly.
  recently i noticed that lightdm is started at boot, just to become stopped 
right after that. i searched for, but did not find any sense for this behavior.

  boot.log:
   * Starting LightDM Display Manager^[[174G[ OK ]
   * Stopping LightDM Display Manager^[[174G[ OK ]

  
  i think lightdm sould not even be started, after i set an other default 
display manager.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: lightdm 1.4.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic i686
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: i386
  Date: Mon Feb  4 12:45:42 2013
  InstallationDate: Installed on 2011-11-11 (450 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release i386 (20111011)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to quantal on 2012-11-13 (83 days ago)

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

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


[Desktop-packages] [Bug 1115193] Re: [VGN-TX1XP_B, Realtek ALC260, Black Headphone Out, Rear] No sound at all

2013-02-04 Thread Raymond
http://git.kernel.org/?p=linux/kernel/git/tiwai/sound.git;a=commitdiff;h=c3c2c9e7ff3e38bd9ff5b721b6ae8634fce42802;hp=c29b3f6dd7798964d77199af4925be72a3a48349


alc260_basic model was removed

you need to pin fixup to clear miSC bit to allow auto parser to enable
headphone Jack detection and change [Ficed] Line Out to Speaker at int


Node 0x0f [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
  Control: name=Headphone Playback Switch, index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name=Headphone Jack, index=0, device=0
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x00 0x00]
  Pincap 0x0001003f: IN OUT HP EAPD Detect Trigger ImpSense
  EAPD 0x2: EAPD
  Pin Default 0x01211120: [Jack] HP Out at Ext Rear
Conn = 1/8, Color = Black
DefAssociation = 0x2, Sequence = 0x0
Misc = NO_PRESENCE
  Pin-ctls: 0xc0: OUT HP
  Unsolicited: tag=01, enabled=1
  Connection: 1
 0x08
Node 0x10 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
  Control: name=Speaker Playback Switch, index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  Amp-Out vals:  [0x80 0x80]
  Pincap 0x0001003f: IN OUT HP EAPD Detect Trigger ImpSense
  EAPD 0x2: EAPD
  Pin Default 0xb7031110: [Fixed] Line Out at Oth Mobile-In
Conn = ATAPI, Color = Black
DefAssociation = 0x1, Sequence = 0x0
Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=00, enabled=0
  Connection: 1
 0x09

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

Title:
  [VGN-TX1XP_B, Realtek ALC260, Black Headphone Out, Rear] No sound at
  all

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

Bug description:
  I cannot make any sound play through the speakers at all.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
  Uname: Linux 3.2.0-37-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
 Subdevices: 0/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  claire 1784 F pulseaudio
   /dev/snd/pcmC0D0p:   claire 1784 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xb000 irq 40'
 Mixer name : 'Realtek ALC260'
 Components : 'HDA:10ec0260,104d0400,00100300 
HDA:14f12bfa,104d0200,0009'
 Controls  : 16
 Simple ctrls  : 8
  Date: Mon Feb  4 12:10:12 2013
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   1784/dev/snd/controlC0:  claireF pulseaudio
   AND
  Symptom_Jack: Black Headphone Out, Rear
  Symptom_Type: No sound at all
  Title: [VGN-TX1XP_B, Realtek ALC260, Black Headphone Out, Rear] No sound at 
all
  UpgradeStatus: Upgraded to precise on 2012-05-14 (265 days ago)
  dmi.bios.date: 08/05/2005
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R0031V1
  dmi.chassis.type: 10
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR0031V1:bd08/05/2005:svnSonyCorporation:pnVGN-TX1XP_B:pvrJ001B31A:cvn:ct10:cvr:
  dmi.product.name: VGN-TX1XP_B
  dmi.product.version: J001B31A
  dmi.sys.vendor: Sony Corporation
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2012-06-11T22:23:19.404449

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

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


[Desktop-packages] [Bug 1115236] Re: screen does not lock or dim after configured time

2013-02-04 Thread Paulo Lopes
Oddly enough if i kill gnome-screensaver and then restart it in a
console then it seems to work

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

Title:
  screen does not lock or dim after configured time

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

Bug description:
  The screen never dims or gets locked although i have a timeout of 5
  minutes. I can always reproduce it either with AC power or Battery.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-screensaver 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
  Uname: Linux 3.2.0-37-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Mon Feb  4 14:28:25 2013
  GnomeSessionIdleInhibited: No
  GnomeSessionInhibitors: None
  GsettingsGnomeSession:
   org.gnome.desktop.session idle-delay uint32 600
   org.gnome.desktop.session session-name 'ubuntu'
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-screensaver
  UpgradeStatus: No upgrade log present (probably fresh install)
  WindowManager: No value set for 
`/desktop/gnome/session/required_components/windowmanager'

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

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


[Desktop-packages] [Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2013-02-04 Thread Leander Fiedler
Hello,
I have the same problem (referring to the original post) under 12.04 LTS with 
Nautilus 3.4.2 and  a 2GB Kingston USB stick.

Copying via console and thunar (which I installed for testing) went
fine. dmesg shows nothing strange, i.e.

[18395.837494] usb 2-1.2: new high-speed USB device number 11 using ehci_hcd
[18395.933263] scsi14 : usb-storage 2-1.2:1.0
[18396.932891] scsi 14:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP 
PQ: 0 ANSI: 0 CCS
[18396.934224] sd 14:0:0:0: Attached scsi generic sg2 type 0
[18397.773851] sd 14:0:0:0: [sdb] 4030464 512-byte logical blocks: (2.06 
GB/1.92 GiB)
[18397.774426] sd 14:0:0:0: [sdb] Write Protect is off
[18397.774437] sd 14:0:0:0: [sdb] Mode Sense: 23 00 00 00
[18397.775093] sd 14:0:0:0: [sdb] No Caching mode page present
[18397.775103] sd 14:0:0:0: [sdb] Assuming drive cache: write through
[18397.778319] sd 14:0:0:0: [sdb] No Caching mode page present
[18397.778330] sd 14:0:0:0: [sdb] Assuming drive cache: write through
[18397.779229]  sdb: sdb1
[18397.781520] sd 14:0:0:0: [sdb] No Caching mode page present
[18397.781532] sd 14:0:0:0: [sdb] Assuming drive cache: write through
[18397.781542] sd 14:0:0:0: [sdb] Attached SCSI removable disk

so far, so bad...

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

Title:
  Nautilus says the USB stick is read only when it is not

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  First time I use an USB drive since I updated to 12.04 and I found a
  really annoying bug on Nautilus. Nautilus claims that the destination
  drive is read-only when in fact it is not.

  How to reproduce:

  1. Connect a USB stick drive to your competer.
  2. The USB will appear in the desktop.
  3. Open two Nautilus windows one in your home folder, other in the USB stick 
drive.
  4. Select any file from your home folder (small enough to fit the free space 
in the USB drive)
  5. Drag the file and drop it in the USB drive window.

  -- Nautilus will say that it cannot copy the file because the
  destination is read ony --

  If you try the copy the same file with the terminal you will see that
  the file is copied without problem, other programs like gedit or
  LibreOffice can write in the usb stick drive just fine.

  It is not a problem with the USB stick, as shown here:

  [ 6232.288064] usb 2-1: new high-speed USB device number 6 using ehci_hcd
  [ 6232.426378] scsi8 : usb-storage 2-1:1.0
  [ 6233.468489] scsi 8:0:0:0: Direct-Access Kingston DT 101 IIPMAP 
PQ: 0 ANSI: 0 CCS
  [ 6233.469862] sd 8:0:0:0: Attached scsi generic sg2 type 0
  [ 6234.178262] sd 8:0:0:0: [sdb] 3909632 512-byte logical blocks: (2.00 
GB/1.86 GiB)
  [ 6234.178735] sd 8:0:0:0: [sdb] Write Protect is off
  [ 6234.178740] sd 8:0:0:0: [sdb] Mode Sense: 23 00 00 00
  [ 6234.179251] sd 8:0:0:0: [sdb] No Caching mode page present
  [ 6234.179256] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [ 6234.183369] sd 8:0:0:0: [sdb] No Caching mode page present
  [ 6234.183376] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [ 6234.210138]  sdb: sdb1
  [ 6234.212732] sd 8:0:0:0: [sdb] No Caching mode page present
  [ 6234.212736] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [ 6234.212740] sd 8:0:0:0: [sdb] Attached SCSI removable disk

  The permisions on the removable drive are set correctly:

  sergio@shana:/media$ ls -lah
  total 12K
  drwxr-xr-x  3 root   root   4,0K jul  5 10:20 .
  drwxr-xr-x 23 root   root   4,0K jul  3 11:01 ..
  drwx--  5 sergio sergio 4,0K dic 31  1969 DESIGNPLUS

  There is enough free space in the drive:

  sergio@shana:/media/DESIGNPLUS$ df -h
  S.ficheros Tamaño Usado  Disp Uso% Montado en
  /dev/sda2 50G  5,5G   42G  12% /
  udev 1,5G  4,0K  1,5G   1% /dev
  tmpfs579M  872K  579M   1% /run
  none 5,0M 0  5,0M   0% /run/lock
  none 1,5G  1,1M  1,5G   1% /run/shm
  /dev/sda1497M  113M  360M  24% /boot
  /dev/sda5245G  111G  122G  48% /home
  /dev/sdb11,9G  681M  1,2G  36% /media/DESIGNPLUS

  A file can be copied to the USB stick using the cp command for
  example.

  sergio@shana:~/Trash$ cp wireless.txt /media/DESIGNPLUS
  sergio@shana:~/Trash$ cd /media/DESIGNPLUS
  sergio@shana:/media/DESIGNPLUS$ ls -lah
  total 204K
  drwx-- 5 sergio sergio 4,0K jul  5 10:38 .
  drwxr-xr-x 3 root   root   4,0K jul  5 10:20 ..
  -rw-r--r-- 1 sergio sergio 117K jul  5 10:14 ._Screen Shot 2012-06-30 at 
8.50.37 AM.png
  -rw-r--r-- 1 sergio sergio  55K jun 30 08:51 Screen Shot 2012-06-30 at 
8.50.37 AM.png
  drwx-- 4 sergio sergio 4,0K jul  5 10:05 .Spotlight-V100
  drwx-- 2 sergio sergio 4,0K jul  5 10:05 .Trashes
  -rw-r--r-- 1 sergio sergio 4,0K jul  5 10:05 ._.Trashes
  -rw-r--r-- 1 sergio sergio   73 jul  5 10:38 wireless.txt

  But nautilus just dennies to copy the file 

[Desktop-packages] [Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2013-02-04 Thread Leander Fiedler
ah, forgot: ctrl-v and ctrl-c don't work under nautilus. gksu nautilus
didn't help.

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

Title:
  Nautilus says the USB stick is read only when it is not

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  First time I use an USB drive since I updated to 12.04 and I found a
  really annoying bug on Nautilus. Nautilus claims that the destination
  drive is read-only when in fact it is not.

  How to reproduce:

  1. Connect a USB stick drive to your competer.
  2. The USB will appear in the desktop.
  3. Open two Nautilus windows one in your home folder, other in the USB stick 
drive.
  4. Select any file from your home folder (small enough to fit the free space 
in the USB drive)
  5. Drag the file and drop it in the USB drive window.

  -- Nautilus will say that it cannot copy the file because the
  destination is read ony --

  If you try the copy the same file with the terminal you will see that
  the file is copied without problem, other programs like gedit or
  LibreOffice can write in the usb stick drive just fine.

  It is not a problem with the USB stick, as shown here:

  [ 6232.288064] usb 2-1: new high-speed USB device number 6 using ehci_hcd
  [ 6232.426378] scsi8 : usb-storage 2-1:1.0
  [ 6233.468489] scsi 8:0:0:0: Direct-Access Kingston DT 101 IIPMAP 
PQ: 0 ANSI: 0 CCS
  [ 6233.469862] sd 8:0:0:0: Attached scsi generic sg2 type 0
  [ 6234.178262] sd 8:0:0:0: [sdb] 3909632 512-byte logical blocks: (2.00 
GB/1.86 GiB)
  [ 6234.178735] sd 8:0:0:0: [sdb] Write Protect is off
  [ 6234.178740] sd 8:0:0:0: [sdb] Mode Sense: 23 00 00 00
  [ 6234.179251] sd 8:0:0:0: [sdb] No Caching mode page present
  [ 6234.179256] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [ 6234.183369] sd 8:0:0:0: [sdb] No Caching mode page present
  [ 6234.183376] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [ 6234.210138]  sdb: sdb1
  [ 6234.212732] sd 8:0:0:0: [sdb] No Caching mode page present
  [ 6234.212736] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [ 6234.212740] sd 8:0:0:0: [sdb] Attached SCSI removable disk

  The permisions on the removable drive are set correctly:

  sergio@shana:/media$ ls -lah
  total 12K
  drwxr-xr-x  3 root   root   4,0K jul  5 10:20 .
  drwxr-xr-x 23 root   root   4,0K jul  3 11:01 ..
  drwx--  5 sergio sergio 4,0K dic 31  1969 DESIGNPLUS

  There is enough free space in the drive:

  sergio@shana:/media/DESIGNPLUS$ df -h
  S.ficheros Tamaño Usado  Disp Uso% Montado en
  /dev/sda2 50G  5,5G   42G  12% /
  udev 1,5G  4,0K  1,5G   1% /dev
  tmpfs579M  872K  579M   1% /run
  none 5,0M 0  5,0M   0% /run/lock
  none 1,5G  1,1M  1,5G   1% /run/shm
  /dev/sda1497M  113M  360M  24% /boot
  /dev/sda5245G  111G  122G  48% /home
  /dev/sdb11,9G  681M  1,2G  36% /media/DESIGNPLUS

  A file can be copied to the USB stick using the cp command for
  example.

  sergio@shana:~/Trash$ cp wireless.txt /media/DESIGNPLUS
  sergio@shana:~/Trash$ cd /media/DESIGNPLUS
  sergio@shana:/media/DESIGNPLUS$ ls -lah
  total 204K
  drwx-- 5 sergio sergio 4,0K jul  5 10:38 .
  drwxr-xr-x 3 root   root   4,0K jul  5 10:20 ..
  -rw-r--r-- 1 sergio sergio 117K jul  5 10:14 ._Screen Shot 2012-06-30 at 
8.50.37 AM.png
  -rw-r--r-- 1 sergio sergio  55K jun 30 08:51 Screen Shot 2012-06-30 at 
8.50.37 AM.png
  drwx-- 4 sergio sergio 4,0K jul  5 10:05 .Spotlight-V100
  drwx-- 2 sergio sergio 4,0K jul  5 10:05 .Trashes
  -rw-r--r-- 1 sergio sergio 4,0K jul  5 10:05 ._.Trashes
  -rw-r--r-- 1 sergio sergio   73 jul  5 10:38 wireless.txt

  But nautilus just dennies to copy the file claming that the
  destination is read only, when it is not.

  I tested it with two different USB sticks in two different computers
  running Ubuntu 12.04 and the same result.

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

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


[Desktop-packages] [Bug 1111853] Re: Smooth (per-pixel) scrolling unavailable on X230 touchpad

2013-02-04 Thread Alan Pope
** Description changed:

- This is the same hardware as in #1042069, but is a different issue.
+ This is the same hardware as in bug 1042069, but is a different issue.
  
  Two-finger and edge scrolling work correctly in both horizontal and
  vertical directions. However, there doesn't appear to be any
  smooth/pixel scrolling: scrolling actions still register as clicks of
  the mouse wheel and there don't appear to be any smooth-scrolling axes.
  
  It should be noted that I'm using the workaround in comment #5 in the
  above bug (copied below), but smooth scrolling is not present without
  the configuration either. It may just be a detection issue: I haven't
  booted Windows on this laptop since I purchased it, but per-pixel
  scrolling did work there, and it worked on my previous laptop with a
  Synaptics touchpad. Please let me know if you need any extra
  information.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-input-synaptics 1.6.2-1ubuntu5
  ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
  Uname: Linux 3.5.0-22-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  Date: Thu Jan 31 16:45:16 2013
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-12-06 (56 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: LENOVO 2306CTO
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-22-generic.efi.signed 
root=UUID=9387a883-4b95-4b1d-ae8c-66bd6e514602 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-input-synaptics
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET82WW (2.02 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2306CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 STD DPK 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:bvrG2ET82WW(2.02):bd09/11/2012:svnLENOVO:pn2306CTO:pvrThinkPadX230:rvnLENOVO:rn2306CTO:rvrWin8STDDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2306CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.8.6-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

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

Title:
  Smooth (per-pixel) scrolling unavailable on X230 touchpad

Status in “xserver-xorg-input-synaptics” package in Ubuntu:
  New

Bug description:
  This is the same hardware as in bug 1042069, but is a different issue.

  Two-finger and edge scrolling work correctly in both horizontal and
  vertical directions. However, there doesn't appear to be any
  smooth/pixel scrolling: scrolling actions still register as clicks
  of the mouse wheel and there don't appear to be any smooth-scrolling
  axes.

  It should be noted that I'm using the workaround in comment #5 in the
  above bug (copied below), but smooth scrolling is not present without
  the configuration either. It may just be a detection issue: I haven't
  booted Windows on this laptop since I purchased it, but per-pixel
  scrolling did work there, and it worked on my previous laptop with a
  Synaptics touchpad. Please let me know if you need any extra
  information.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-input-synaptics 1.6.2-1ubuntu5
  ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
  Uname: Linux 3.5.0-22-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  Date: Thu Jan 31 16:45:16 2013
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-12-06 (56 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: LENOVO 2306CTO
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-22-generic.efi.signed 
root=UUID=9387a883-4b95-4b1d-ae8c-66bd6e514602 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-input-synaptics
  UpgradeStatus: No 

[Desktop-packages] [Bug 1042456] Re: Huawei e398 doesn't work

2013-02-04 Thread Marius B. Kotsbak
If you want to test the QMI stuff, I have a PPA with newer packages:

https://launchpad.net/~mariusko/+archive/network-manager-snapshots

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

Title:
  Huawei e398 doesn't work

Status in “gvfs” package in Ubuntu:
  Invalid
Status in “modemmanager” package in Ubuntu:
  Incomplete

Bug description:
  After configuring in Network Manager all parameters specific to my ISP
  I can't connect to the network with such results:

  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
starting connection 'Cyfrowy Polsat Default'
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info (ttyUSB0): device state 
change: disconnected - prepare (reason 'none') [30 40 0]
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 1 of 5 (Device Prepare) scheduled...
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 1 of 5 (Device Prepare) started...
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 1 of 5 (Device Prepare) complete.
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 2 of 5 (Device Configure) scheduled...
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 2 of 5 (Device Configure) starting...
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info (ttyUSB0): device state 
change: prepare - config (reason 'none') [40 50 0]
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 2 of 5 (Device Configure) successful.
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 3 of 5 (IP Configure Start) scheduled.
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 2 of 5 (Device Configure) complete.
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 3 of 5 (IP Configure Start) started...
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info (ttyUSB0): device state 
change: config - ip-config (reason 'none') [50 70 0]
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info starting PPP connection
  Aug 28 00:01:07 ubuntu pppd[2849]: Plugin 
/usr/lib/pppd/2.4.5/nm-pppd-plugin.so loaded.
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info pppd started with pid 2849
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 3 of 5 (IP Configure Start) complete.
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 4 of 5 (IPv6 Configure Timeout) started...
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 4 of 5 (IPv6 Configure Timeout) complete.
  Aug 28 00:01:07 ubuntu pppd[2849]: pppd 2.4.5 started by root, uid 0
  Aug 28 00:01:07 ubuntu pppd[2849]: Using interface ppp0
  Aug 28 00:01:07 ubuntu pppd[2849]: Connect: ppp0 -- /dev/ttyUSB0
  Aug 28 00:01:07 ubuntu NetworkManager[1152]:SCPlugin-Ifupdown: devices 
added (path: /sys/devices/virtual/net/ppp0, iface: ppp0)
  Aug 28 00:01:07 ubuntu NetworkManager[1152]:SCPlugin-Ifupdown: device 
added (path: /sys/devices/virtual/net/ppp0, iface: ppp0): no ifupdown 
configuration found.
  Aug 28 00:01:07 ubuntu NetworkManager[1152]: warn 
/sys/devices/virtual/net/ppp0: couldn't determine device driver; ignoring...
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: warn pppd timed out or didn't 
initialize our dbus module
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 4 of 5 (IPv4 Configure Timeout) scheduled...
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 4 of 5 (IPv4 Configure Timeout) started...
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: info (ttyUSB0): device state 
change: ip-config - failed (reason 'ip-config-unavailable') [70 120 5]
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: warn Activation (ttyUSB0) 
failed for connection 'Cyfrowy Polsat Default'
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: info Activation (ttyUSB0) 
Stage 4 of 5 (IPv4 Configure Timeout) complete.
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: info (ttyUSB0): device state 
change: failed - disconnected (reason 'none') [120 30 0]
  Aug 28 00:01:27 ubuntu NetworkManager[1152]: info (ttyUSB0): deactivating 
device (reason 'none') [0]
  Aug 28 00:01:27 ubuntu pppd[2849]: Terminating on signal 15
  Aug 28 00:01:27 ubuntu modem-manager[1140]: info  Modem 
/org/freedesktop/ModemManager/Modems/0: state changed (connected - 
disconnecting)
  Aug 28 00:01:27 ubuntu modem-manager[1140]: info  Modem 
/org/freedesktop/ModemManager/Modems/0: state changed (disconnecting - 
connected)

  
  It's also not possible to successfully launch this device under Server 
version using wvdial. ppp connection is dissconnected imediatly after first 

[Desktop-packages] [Bug 999645] Re: Freeze with unity 3d (12.04)

2013-02-04 Thread Tamlin
This bug, or one very similar, also affects me.

The freeze only occurs when using dash.

The mouse pointer still moves but nothing responds and the rest of the
screen including clock, pannel, dash, all programs, etc are frozen.

HOWEVER, Ctr+Alt+F1-7 still work to open other tty's.

The quick workaround that works for me is to kill compiz like so.

1) Press Ctrl+Alt+F3
2) Log in to a terminal
3) type ps -A | grep compiz
 and make note of the process id (pid)
4) type kill (pid)
 replacing (pid) with the process id of compiz for your session eg. kill 
1274
5) Press Ctrl+Alt+F7

You should be returned to your desktop which will be missing a panel,
dash, etc. These will automatically reload in a few moments.

P.S. The following command could be substituted for steps 2 and 3. I have made 
it into a bash script called killcompiz
sudo kill $(ps -A | grep compiz | awk '{ print $1 }')

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

Title:
  Freeze with unity 3d (12.04)

Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  The problem is a total random freeze with unity 3d, i solve the
  problem with unity 2d. I suspect radeon driver (Gallium 0.4 on ATI
  RV515) don't interpret correctly 3d instructions.

  It's a fresh install of Ubuntu Precise

  lspci output:
  00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub 
(rev 02)
  00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port 
(rev 02)
  00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition 
Audio Controller (rev 01)
  00:1d.0 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #1 (rev 01)
  00:1d.1 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #2 (rev 01)
  00:1d.2 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #3 (rev 01)
  00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #4 (rev 01)
  00:1d.7 USB controller: Intel Corporation N10/ICH 7 Family USB2 EHCI 
Controller (rev 01)
  00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
  00:1f.0 ISA bridge: Intel Corporation 82801GH (ICH7DH) LPC Interface Bridge 
(rev 01)
  00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller 
(rev 01)
  00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA Controller [IDE 
mode] (rev 01)
  00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
  01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV516 
XT Radeon X1600 Series (Primary)
  01:00.1 Display controller: Advanced Micro Devices [AMD] nee ATI RV516 XT 
Radeon X1600 Series (Secondary)
  02:01.0 FireWire (IEEE 1394): LSI Corporation FW322/323 (rev 70)
  02:03.0 Ethernet controller: Atheros Communications Inc. AR5413/AR5414 
Wireless Network Adapter [AR5006X(S) 802.11abg] (rev 01)
  02:04.0 Multimedia controller: Philips Semiconductors SAA7131/SAA7133/SAA7135 
Video Broadcast Decoder (rev d1)
  02:08.0 Ethernet controller: Intel Corporation N10/ICH 7 Family LAN 
Controller (rev 01)

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

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


[Desktop-packages] [Bug 997630] Re: evince and eog broken on remote sessions (X, NX, x2go and VNC)

2013-02-04 Thread ferro
I can not able to relate why this bug is marked fixed? It is certainly NOT 
fixed!
I use gnome2d desktop and it does not work.
On my terminal servers here it takes evince 45 s to start up - this is a show 
stopper.
ii  libgeis1   2.2.9.2-0ubuntu1
ii  libgrip0   0.3.5-0ubuntu1~12.04.1

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

Title:
  evince and eog broken on remote sessions (X, NX, x2go and VNC)

Status in Open Input Framework Geis C API:
  Fix Released
Status in “evince” package in Ubuntu:
  Invalid
Status in “geis” package in Ubuntu:
  Fix Released
Status in “evince” source package in Precise:
  Invalid
Status in “geis” source package in Precise:
  Fix Released

Bug description:
  libgrip has some troubles when accessing a Ubuntu 12.04 desktop via
  x2go, which uses libnx-x11.

  The applications (evince and eog) start up very slowly. It takes about
  50 seconds to open a 900k pdf document.

  The following output makes me think that the problem is libgrip-
  related. A way to avoid the issue is running evince in preview mode
  (-w).

  $ evince

  (evince:15833): GRIP-WARNING **: failed to determine device types

  
  (evince:15833): GRIP-WARNING **: Failed to initialize gesture manager.

  (evince:15833): GRIP-WARNING **: Failed to initialize gesture manager.

  (evince:15833): GRIP-WARNING **: Failed to initialize gesture manager.

  (evince:15833): GRIP-WARNING **: Failed to initialize gesture manager.

  (evince:15833): GRIP-WARNING **: Failed to initialize gesture manager.

  (evince:15833): GRIP-WARNING **: Failed to initialize gesture manager.

  (evince:15833): GRIP-WARNING **: Failed to initialize gesture manager.

  (evince:15833): GRIP-WARNING **: Failed to initialize gesture manager.

  (evince:15833): GRIP-WARNING **: Failed to initialize gesture manager.

  $ lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04

  $ apt-cache policy libgrip0
  libgrip0:
Installed: 0.3.4-0ubuntu1

  $ apt-cache policy evince
  evince:
Installed: 3.4.0-0ubuntu1

  $ apt-cache policy eog
  eog:
Installed: 3.4.1-0ubuntu1

  $ apt-cache policy libnx-x11
  libnx-x11:
Installed: 2:3.5.0.12-0~234~oneiric1
Candidate: 2:3.5.0.12-0~234~oneiric1
Version table:
   *** 2:3.5.0.12-0~234~oneiric1 0
  500 http://ppa.launchpad.net/x2go/stable/ubuntu/ oneiric/main amd64 
Packages

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

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


[Desktop-packages] [Bug 1095823] Re: Incorrect path for oem descriptor

2013-02-04 Thread Steve Magoun
** Changed in: oem-priority/precise
   Status: New = Fix Committed

** Changed in: oem-priority
   Status: New = Fix Committed

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

Title:
  Incorrect path for oem descriptor

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Fix Committed
Status in “software-center” package in Ubuntu:
  Fix Released
Status in “software-center” source package in Precise:
  Fix Committed
Status in “software-center” source package in Quantal:
  Fix Committed

Bug description:
  Recent versions of SW Center include the Distribution Channel
  Descriptor in the user agent string passed to the server. This feature
  was introduced for bug 1042749. However the original implementation
  used an incorrect path and the DCD information will never be passed to
  SW Center. The DCD is referred to as the oem channel descriptor in SW
  Center. The spec for the DCD is here:
  https://wiki.ubuntu.com/FoundationsTeam/Specs/OemTrackingId

  = Test Case =

  grep OEM_CHANNEL /usr/share/software-center/softwarecenter/paths.py

  The affected file is /usr/share/software-
  center/softwarecenter/paths.py

  Incorrect:
  # OEM
  OEM_CHANNEL_DESCRIPTOR = /var/lib/ubuntu-dist-channel

  Correct (change hyphens to underscores):
  # OEM
  OEM_CHANNEL_DESCRIPTOR = /var/lib/ubuntu_dist_channel

  The problem was introduced in this branch:
  
https://code.launchpad.net/~mvo/software-center/oem-descriptor-in-user-agent-5.2

  Note that the tests in that branch use the correct path, but the path
  in OEM_CHANNEL_DESCRIPTOR is incorrect.

  The following versions of sw center contain the bug:
  precise: 5.2.7
  quantal: 5.4.1.2

  I believe the bug is in raring too. Please SRU a fix to precise and
  quantal.

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

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


[Desktop-packages] [Bug 999645] Re: Freeze with unity 3d (12.04)

2013-02-04 Thread Tamlin
# Correction #

The shortcut command would be better as:

sudo kill $(ps -A | grep  compiz$ | awk '{ print $1 }')

The preceding space and end of line '$' ensure that you do not match
other processes with compiz in their name such as a bash script called
kill_compiz.sh for instance. ;-)

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

Title:
  Freeze with unity 3d (12.04)

Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  The problem is a total random freeze with unity 3d, i solve the
  problem with unity 2d. I suspect radeon driver (Gallium 0.4 on ATI
  RV515) don't interpret correctly 3d instructions.

  It's a fresh install of Ubuntu Precise

  lspci output:
  00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub 
(rev 02)
  00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port 
(rev 02)
  00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition 
Audio Controller (rev 01)
  00:1d.0 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #1 (rev 01)
  00:1d.1 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #2 (rev 01)
  00:1d.2 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #3 (rev 01)
  00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI 
Controller #4 (rev 01)
  00:1d.7 USB controller: Intel Corporation N10/ICH 7 Family USB2 EHCI 
Controller (rev 01)
  00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
  00:1f.0 ISA bridge: Intel Corporation 82801GH (ICH7DH) LPC Interface Bridge 
(rev 01)
  00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller 
(rev 01)
  00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA Controller [IDE 
mode] (rev 01)
  00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
  01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV516 
XT Radeon X1600 Series (Primary)
  01:00.1 Display controller: Advanced Micro Devices [AMD] nee ATI RV516 XT 
Radeon X1600 Series (Secondary)
  02:01.0 FireWire (IEEE 1394): LSI Corporation FW322/323 (rev 70)
  02:03.0 Ethernet controller: Atheros Communications Inc. AR5413/AR5414 
Wireless Network Adapter [AR5006X(S) 802.11abg] (rev 01)
  02:04.0 Multimedia controller: Philips Semiconductors SAA7131/SAA7133/SAA7135 
Video Broadcast Decoder (rev d1)
  02:08.0 Ethernet controller: Intel Corporation N10/ICH 7 Family LAN 
Controller (rev 01)

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

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


[Desktop-packages] [Bug 692444] Re: Launcher - clicking trash or device icons multiple times opens multiple instances

2013-02-04 Thread Stephen M. Webb
Evidently this was fixed in Unity-2D some time ago but not properly
marked in the release.

** Changed in: unity-2d (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Marco Trevisan (Treviño) (3v1n0)

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

Title:
  Launcher - clicking trash or device icons multiple times opens
  multiple instances

Status in Ayatana Design:
  Fix Committed
Status in Unity:
  Triaged
Status in Unity 2D:
  Fix Released
Status in “bamf” package in Ubuntu:
  Invalid
Status in “nautilus” package in Ubuntu:
  In Progress
Status in “unity” package in Ubuntu:
  Triaged
Status in “unity-2d” package in Ubuntu:
  Fix Released

Bug description:
  When you click on the trash icon multiple times, it will keep opening
  new windows.

  Instead it should bring the open window to focus. I can not think of
  any circumstances where two trash windows are necessary. But in case
  it ever is, a Open new window entry should be in it's quicklist.

  ---
  Desired Solution:

  - If a 'trash' Nautilus window is already open, clicking on the Trash
  Launcher icon should focus the already open Nautilus window that is
  currently displaying the trash

  - However 'window open' or 'running' triangles *should not* be
  displayed (on either side of the Trash icon)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/692444/+subscriptions

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


[Desktop-packages] [Bug 1072120] Re: ~/.Xmodmap not read on login

2013-02-04 Thread rubax
Hi,

I have no luck with this workaround. I have tried to add the following entry to 
.xinitrc, .xsessionrc and startup applications with no luck:
xmodmap /home/rubak/.Xmodmap
It works as expected when executed from a terminal. Is there some other place I 
can try to put this which you know for sure is loaded on startup?

I have a fresh install of 12.10 (a few hours old).

Linux 3.5.0-23-generic #35-Ubuntu SMP Thu Jan 24 13:15:40 UTC 2013
x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  ~/.Xmodmap not read on login

Status in “lightdm” package in Ubuntu:
  Confirmed

Bug description:
  In most previous Ubuntu version I can remember, settings in ~/.Xmodmap
  were read upon login.

  In Quantal Quetzal, this is no longer the case.

  (Sorry, I don't know what package this issue belongs to)

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

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


Re: [Desktop-packages] [Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-04 Thread Simon Kelley
On 03/02/13 07:48, Thomas Hood wrote:
 there's still the unresolved question
 of whether re-enabling --strict-order
 will suffice as a workaround, since
 12.10 relies on DBus to populate the
 nameservers. Is there any extra
 information on this?
 
 Please try it and report back.  :-)
 
 (Put strict-order  in a file in /etc/NetworkManager/dnsmasq.d/; stop
 network-manager; make sure all dnsmasq processes are dead; start
 network-manager.)
 

It doesn't work: It will always use the same server first, but the order
of servers given to the DBus interface isn't preserved internally, and
actually changes each time the DBus interface is used.


Cheers,

Simon.

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

Status in “dnsmasq” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  In Progress
Status in “dnsmasq” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Triaged
Status in “dnsmasq” package in Debian:
  New

Bug description:
  A number of reports already filed against network-manager seem to
  reflect this problem, but to make things very clear I am opening a new
  report.  Where appropriate I will mark other reports as duplicates of
  this one.

  Consider a pre-Precise system with the following /etc/resolv.conf:

  nameserver 192.168.0.1
  nameserver 8.8.8.8

  The first address is the address of a nameserver on the LAN that can
  resolve both private and public domain names.  The second address is
  the address of a nameserver on the Internet that can resolve only
  public names.

  This setup works fine because the GNU resolver always tries the first-
  listed address first.

  Now the administrator upgrades to Precise and instead of writing the
  above to resolv.conf, NetworkManager writes

  server=192.168.0.1
  server=8.8.8.8

  to /var/run/nm-dns-dnsmasq.conf and nameserver 127.0.0.1 to
  resolv.conf.  Resolution of private domain names is now broken because
  dnsmasq treats the two upstream nameservers as equals and uses the
  faster one, which could be 8.8.8.8.

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

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


[Desktop-packages] [Bug 1115289] [NEW] evolution crashed with SIGSEGV

2013-02-04 Thread HAL 9000
Public bug reported:

Crashed on exit. Before the crash, I was trying to import an addressbook
using CardDAV, which froze evolution.

ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: evolution 3.6.2-0ubuntu0.1
Uname: Linux 3.7.5-zen+ x86_64
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Mon Feb  4 15:40:43 2013
Disassembly: = 0x7fe39fbbe1c7: Cannot access memory at address 0x7fe39fbbe1c7
ExecutablePath: /usr/bin/evolution
InstallationDate: Installed on 2012-06-05 (243 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
ProcCmdline: evolution
ProcEnviron:
 PATH=(custom, user)
 XDG_RUNTIME_DIR=set
 LANG=de_DE.UTF-8
 SHELL=/usr/bin/fish
SegvAnalysis:
 Segfault happened at: 0x7fe39fbbe1c7:  Cannot access memory at address 
0x7fe39fbbe1c7
 PC (0x7fe39fbbe1c7) ok
 SP (0x7fff2fa88720) ok
 Reason could not be automatically determined.
Signal: 11
SourcePackage: evolution
Stacktrace:
 #0  0x7fe39fbbe1c7 in ?? ()
 No symbol table info available.
 Cannot access memory at address 0x7fff2fa88720
StacktraceTop: ?? ()
ThreadStacktrace:
 .
 Thread 13 (LWP 19775):
 #0  0x7fe39eef70fe in ?? ()
 No symbol table info available.
 Cannot access memory at address 0x7fe353ffeb20
Title: evolution crashed with SIGSEGV
UpgradeStatus: Upgraded to quantal on 2012-10-19 (107 days ago)
UserGroups: adm cdrom dialout dip kvm libvirtd lpadmin plugdev sambashare src 
sudo tracing vboxusers wireshark

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


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

** Information type changed from Private to Public

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

Title:
  evolution crashed with SIGSEGV

Status in “evolution” package in Ubuntu:
  New

Bug description:
  Crashed on exit. Before the crash, I was trying to import an
  addressbook using CardDAV, which froze evolution.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: evolution 3.6.2-0ubuntu0.1
  Uname: Linux 3.7.5-zen+ x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  Date: Mon Feb  4 15:40:43 2013
  Disassembly: = 0x7fe39fbbe1c7:   Cannot access memory at address 
0x7fe39fbbe1c7
  ExecutablePath: /usr/bin/evolution
  InstallationDate: Installed on 2012-06-05 (243 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  ProcCmdline: evolution
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/usr/bin/fish
  SegvAnalysis:
   Segfault happened at: 0x7fe39fbbe1c7:Cannot access memory at address 
0x7fe39fbbe1c7
   PC (0x7fe39fbbe1c7) ok
   SP (0x7fff2fa88720) ok
   Reason could not be automatically determined.
  Signal: 11
  SourcePackage: evolution
  Stacktrace:
   #0  0x7fe39fbbe1c7 in ?? ()
   No symbol table info available.
   Cannot access memory at address 0x7fff2fa88720
  StacktraceTop: ?? ()
  ThreadStacktrace:
   .
   Thread 13 (LWP 19775):
   #0  0x7fe39eef70fe in ?? ()
   No symbol table info available.
   Cannot access memory at address 0x7fe353ffeb20
  Title: evolution crashed with SIGSEGV
  UpgradeStatus: Upgraded to quantal on 2012-10-19 (107 days ago)
  UserGroups: adm cdrom dialout dip kvm libvirtd lpadmin plugdev sambashare src 
sudo tracing vboxusers wireshark

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

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


[Desktop-packages] [Bug 1111853] Re: Smooth (per-pixel) scrolling unavailable on X230 touchpad

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

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: New = Confirmed

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

Title:
  Smooth (per-pixel) scrolling unavailable on X230 touchpad

Status in “xserver-xorg-input-synaptics” package in Ubuntu:
  Confirmed

Bug description:
  This is the same hardware as in bug 1042069, but is a different issue.

  Two-finger and edge scrolling work correctly in both horizontal and
  vertical directions. However, there doesn't appear to be any
  smooth/pixel scrolling: scrolling actions still register as clicks
  of the mouse wheel and there don't appear to be any smooth-scrolling
  axes.

  It should be noted that I'm using the workaround in comment #5 in the
  above bug (copied below), but smooth scrolling is not present without
  the configuration either. It may just be a detection issue: I haven't
  booted Windows on this laptop since I purchased it, but per-pixel
  scrolling did work there, and it worked on my previous laptop with a
  Synaptics touchpad. Please let me know if you need any extra
  information.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-input-synaptics 1.6.2-1ubuntu5
  ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
  Uname: Linux 3.5.0-22-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  Date: Thu Jan 31 16:45:16 2013
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-12-06 (56 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: LENOVO 2306CTO
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-22-generic.efi.signed 
root=UUID=9387a883-4b95-4b1d-ae8c-66bd6e514602 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-input-synaptics
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET82WW (2.02 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2306CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 STD DPK 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:bvrG2ET82WW(2.02):bd09/11/2012:svnLENOVO:pn2306CTO:pvrThinkPadX230:rvnLENOVO:rn2306CTO:rvrWin8STDDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2306CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.8.6-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.2-0ubuntu3

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

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


[Desktop-packages] [Bug 1115308] [NEW] Chromium webapps block functionality of other Chromium windows

2013-02-04 Thread Dan Doel
Public bug reported:

The chromium webapp plugin seems to cause some odd locked down behavior
of other chromium windows. Steps to reproduce are as follows:

  1) Launch a webapp in chromium. GMail or Google+ cause this, at least, for 
reference.
  2) Open a normal chromium window

The second chromium window will now not function properly. Typing
anything into the omnibox and pressing enter will just clear the
omnibox, not navigate anywhere. And keyboard shortcuts to open new tabs
and jump to the omnibox (ctrl-t, ctrl-l) will not do anything.

Presumably this is due to the webapp plugin locking down chromium to act
like a stand-alone application, but it affects _all_ chromium windows
opened after a chromium webapp (at least), not just the webapp window.
The ill effects go away by closing all chromium windows.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: chromium-browser 24.0.1312.56-0ubuntu0.12.10.3
ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic x86_64
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Mon Feb  4 09:55:18 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
InstallationDate: Installed on 2013-01-19 (15 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
SourcePackage: chromium-browser
UpgradeStatus: No upgrade log present (probably fresh install)
chromium-default: CHROMIUM_FLAGS=
gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'ubuntu-mono-dark\n'/desktop/gnome/interface/gtk_theme = b'Ambiance\n'

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Chromium webapps block functionality of other Chromium windows

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

Bug description:
  The chromium webapp plugin seems to cause some odd locked down
  behavior of other chromium windows. Steps to reproduce are as follows:

1) Launch a webapp in chromium. GMail or Google+ cause this, at least, for 
reference.
2) Open a normal chromium window

  The second chromium window will now not function properly. Typing
  anything into the omnibox and pressing enter will just clear the
  omnibox, not navigate anywhere. And keyboard shortcuts to open new
  tabs and jump to the omnibox (ctrl-t, ctrl-l) will not do anything.

  Presumably this is due to the webapp plugin locking down chromium to
  act like a stand-alone application, but it affects _all_ chromium
  windows opened after a chromium webapp (at least), not just the webapp
  window. The ill effects go away by closing all chromium windows.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: chromium-browser 24.0.1312.56-0ubuntu0.12.10.3
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  Date: Mon Feb  4 09:55:18 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
  InstallationDate: Installed on 2013-01-19 (15 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/usr/bin/zsh
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  chromium-default: CHROMIUM_FLAGS=
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 

[Desktop-packages] [Bug 1112560] Re: Wrong description in Dconf key com.canonical.unity.launcher.favorites

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  Wrong description in Dconf key com.canonical.unity.launcher.favorites

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

Bug description:
  When you open dconf-editor to edit the key
  com.canonical.unity.launcher.favorites, in order to add a show-desktop
  icon to the panel, the description of the key is :

  These items can be application://desktop-id.desktop, device://uiid
  and unity://special-id (including unity://running-apps that specifies
  the position of the ran applications, unity://devices the position of
  the attached devices, unity://expo-icon the position of the workspace
  switcher and unity://show-desktop-icon the position of the show-
  desktop icon); the order of this list determines the launcher items
  position.

  But unity://show-desktop-icon does not work. In order to get the icon
  in the launcher, you have to write unity://desktop-icon .

  So the description is wrong, and the user start wondering what's
  happening, and if this is not a more important bug.

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

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


[Desktop-packages] [Bug 1111389] Re: unmounting any gvfs-mounted device from unity menu crashes compiz

2013-02-04 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1102926 ***
https://bugs.launchpad.net/bugs/1102926

This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  unmounting any gvfs-mounted device from unity menu crashes compiz

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

Bug description:
  right click on device on unity menu and compiz will freeze, die and be
  restarted. Same behaviour with iOS and Android devices.

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

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


[Desktop-packages] [Bug 1109805] Re: Spread - Window glow is incorrectly painted in the screen when switching spreaded application

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz -
1:0.9.9~daily13.02.04-0ubuntu1

---
compiz (1:0.9.9~daily13.02.04-0ubuntu1) raring; urgency=low

  [ Marco Trevisan (Treviño) ]
  * Spread - Window glow is incorrectly painted in the screen when
switching spreaded application (LP: #1109805)

  [ MC Return ]
  * Coverity MISSING_BREAK - CID 12463 (LP: #1101561)
  * Thumbnail plugin: Window title text is rendered into transparency
and glow/background are too large (LP: #1099100)
  * Showmouse plugin code: Needs cleanup (LP: #1105969)
  * Coverity SECURE_CODING - CID 10019 (LP: #957582)
  * Coverity SECURE_CODING - CID 12511 (LP: #1101605)
  * Coverity SECURE_CODING - CID 12512 (LP: #1101571)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)
  * Coverity SECURE_CODING - CID 10020 (LP: #957587)
  * Coverity SECURE_CODING - CID 12529 (LP: #1101641)
  * Coverity MISSING_BREAK - CID 12464 (LP: #1101549)
  * Coverity SECURE_CODING - CID 12519 (LP: #1101565)
  * Coverity SECURE_CODING - CID 12516 (LP: #1101499)
  * [GLES] Showmouse plugin needs port to OpenGL|ES (LP: #1106270)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3594
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
04:01:58 +

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

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

Title:
  Spread - Window glow is incorrectly painted in the screen when
  switching spreaded application

Status in Compiz:
  Fix Committed
Status in “compiz” package in Ubuntu:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Committed

Bug description:
  1) Open 2 or more windows of an app (i.e. gedit)
  2) Open 2 or more windows of an app (i.e. gnome-terminal)
  3) Select a gedit window and press on its launcher icon to fire the spread
  4) On spread, move the mouse over a window, so that the glow is shown
  5) Select the terminal icon on the launcher.

  Expected behavior:

  6) The terminal windows are now spreaded and no glow is shown
 as on the attached screenshot.

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

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


[Desktop-packages] [Bug 1111471] Re: Quicklist items need a way to be ellipsized

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  Quicklist items need a way to be ellipsized

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

Bug description:
  For bug #893652 and bug #1107866 we need a way to define the maximum
  with of a quicklist item so that it can be ellipsized by unity.

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

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


[Desktop-packages] [Bug 1111620] Re: [regression] Alt+Tab/Alt+grave brings other window to the front but loses focus entirely.

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  [regression] Alt+Tab/Alt+grave brings other window to the front but
  loses focus entirely.

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

Bug description:
  This is a regression of bug #1035628. It happens when using the
  switcher *very* quickly:

  [Impact]

  Focus losing possibility when alt-`/alt-tab:ing.

  [Test Case]

  Alt+Tab doesn't lose window focus
  -
  This tests ensures that a racing condition is not possible anymore when 
alt+tabing.

  Setup:
  #. Have 2 windows of different types open. (gedit, nautilus)

  Actions:
  #. Press quicky Alt+Tab. (so that the switcher window is not shown)
  #. Repeat 10 times.

  Expected Results:
  No window loses focuses at all. The panel should alway show the title of the 
window.

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

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


[Desktop-packages] [Bug 1111314] Re: [MIR] indicator-bluetooth

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  [MIR] indicator-bluetooth

Status in “indicator-bluetooth” package in Ubuntu:
  Fix Committed
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  indicator-bluetooth is destined to replace the current bluetooth
  indicator (which is provided by a distro patch over the fallback icon
  of gnome-bluetooth)

  * Built on all arches: https://launchpad.net/ubuntu/+source/indicator-
  bluetooth/0.0.4-0ubuntu1

  * Rational: provide a proper bluetooth indicator for Unity, reduce
  hacks/patches over GNOME components

  * Security: no known issue, it's new code, the codebase is relatively
  small and mostly an UI on top of our current bluetooth stack so it
  shouldn't be an issue

  * The Ubuntu Desktop team is subscribed to the component on launchpad
  and will be maintaining it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-bluetooth/+bug/314/+subscriptions

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


[Desktop-packages] [Bug 1109192] Re: SwitcherControllerImpl autopilot test failures in unity - 6.12.0daily13.01.29.2-0ubuntu1

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  SwitcherControllerImpl autopilot test failures in unity -
  6.12.0daily13.01.29.2-0ubuntu1

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

Bug description:
  The ps unity daily release job [1] is failing with error similar to:
  17:41:16.579 ERROR testresult:23 - ERROR: 
unity.tests.test_switcher.SwitcherTests.test_switcher_starts_in_normal_mode(show_desktop_icon_true)
  17:41:16.580 ERROR testresult:23 - traceback: {{{
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/unity/tests/test_switcher.py, line 
84, in test_switcher_starts_in_normal_mode
  self.assertProperty(self.switcher, mode=SwitcherMode.NORMAL)
File /usr/lib/python2.7/dist-packages/autopilot/testcase.py, line 551, in 
assertProperty
  attr = getattr(obj, prop_name, none_val)
File /usr/lib/python2.7/dist-packages/unity/emulators/switcher.py, line 
89, in mode
  if self.controller.model.detail_selection and not 
self.controller.model.only_detail_on_viewport:
File /usr/lib/python2.7/dist-packages/unity/emulators/switcher.py, line 
240, in model
  i = self.get_children_by_type(SwitcherControllerImpl)[0]
  IndexError: list index out of range
  }}}

  
  The failures are believed to be caused by some switcher refactoring changes 
in [2].

  [1] - https://jenkins.qa.ubuntu.com/job/ps-unity-autopilot-release-testing/59/
  [2] - 
https://code.launchpad.net/~bregma/unity/refactor-switcher-controller-2/+merge/145025

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

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


[Desktop-packages] [Bug 1102410] Re: Speed up dash blur

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  Speed up dash blur

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

Bug description:
  Speeding up the blur used by the unity dashboard.

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

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


[Desktop-packages] [Bug 1102387] Re: API changes to FindKeyFocusArea in the Preview class stops more complicated previous fom setting the correct focus

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  API changes to FindKeyFocusArea in the Preview class stops more
  complicated previous fom setting the correct focus

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

Bug description:
  When the tab navigation was added it was assumed that all previous
  will use the BuildGridActionsLayout method to generate the layout that
  contained the actions. This perse had was not problem until the tab
  navigation was added and the tab iterator was the one that would
  return the FindKeyFocusArea. This change means that more complicated
  previews that required actions not to be in the grid returned by
  BuildGridActionsLayout will not be able to interact with the tab
  iterator meaning that the FindKeyFocusArea is complicated to obtain.

  Ideally the API should be changed so that children classes can modify
  the tab iterator so that different InputAreas can be added to the
  navigation.

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

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


[Desktop-packages] [Bug 1104043] Re: Dragging down a window from the panel on an external monitor, restores it at wrong offset

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  Dragging down a window from the panel on an external monitor, restores
  it at wrong offset

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

Bug description:
  Dragging down from panel a window maximized on an external monitor
  (put on the right of the main one), does not restores it at the proper
  position, as it does not consider the panel offset.

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

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


[Desktop-packages] [Bug 1105382] Re: Launcher can have smaller size on monitor resolution change

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  Launcher can have smaller size on monitor resolution change

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

Bug description:
  It can happen that changing the resolution of a monitor to smaller
  values, and then restoring a bigger one the unity launcher is not
  correctly resized vertically.

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

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


[Desktop-packages] [Bug 1109150] Re: [regression] Clicking on the indicators when the Dash is open no longer closes the Dash.

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  [regression] Clicking on the indicators when the Dash is open no
  longer closes the Dash.

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

Bug description:
  To Reproduce:
  1) Open the Dash
  2) Click on any indicator

  Result:
    Nothing (The dash stays open).

  Expected:
    The dash should close.
The indicator which was clicked on should open.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1109150/+subscriptions

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


[Desktop-packages] [Bug 1102926] Re: compiz crashed with SIGSEGV in async_wrapper_callback() from g_simple_async_result_complete() from _g_simple_async_result_complete_with_cancellable() from unmount_

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  compiz crashed with SIGSEGV in async_wrapper_callback() from
  g_simple_async_result_complete() from
  _g_simple_async_result_complete_with_cancellable() from
  unmount_reply()

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

Bug description:
  This seems similar to the already fixed bug 1055812, but I get it on
  today's raring. This crash happened when unmounting a PtP camera
  through right-click Unmount in the Launcher.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: compiz-core 1:0.9.9~daily13.01.21-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-1.5-generic 3.8.0-rc4
  Uname: Linux 3.8.0-1-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.8-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Tue Jan 22 11:48:11 2013
  Disassembly: = 0x0:  Cannot access memory at address 0x0
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/compiz
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:215a]
  InstallationDate: Installed on 2012-07-12 (194 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120627)
  MachineType: LENOVO 3323REG
  MarkForUpload: True
  PlymouthDebug: Error: [Errno 13] Keine Berechtigung: 
'/var/log/plymouth-debug.log'
  ProcCmdline: compiz
  ProcEnviron:
   PATH=(custom, user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-1-generic 
root=UUID=8f327c01-56d7-401c-8bd1-5442854e3c85 ro quiet splash vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x0:   Cannot access memory at address 0x0
   PC (0x) not located in a known VMA region (needed executable region)!
  SegvReason: executing NULL VMA
  Signal: 11
  SourcePackage: compiz
  StacktraceTop:
   ?? ()
   async_wrapper_callback (source_object=optimized out, res=optimized out, 
user_data=0x456e780) at gproxyshadowmount.c:315

[Desktop-packages] [Bug 1101310] Re: [staging][raring] Dash Maximise/Restore button depends on the launcher icon size.

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  [staging][raring] Dash Maximise/Restore button depends on the launcher
  icon size.

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

Bug description:
  unity:
Installed: 6.12.0daily13.01.17bzr3048pkg0raring142

  STR:

  1. Install the latest Unity
  2. Open Dash
  3. Click the center of maximize/restore button

  Expected results:
  Dash maximizes/restores

  Actual results:
  Dash closes

  It looks like the sensitive area of that button is just 1/4th of the
  image, if you click on the left side of the button image, then dash
  will restore/maximize properly.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 6.12.0daily13.01.17bzr3048pkg0raring142 [origin: 
LP-PPA-unity-team-staging]
  ProcVersionSignature: Ubuntu 3.8.0-0.4-generic 3.8.0-rc3
  Uname: Linux 3.8.0-0-generic x86_64
  ApportVersion: 2.8-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CrashDB: unity
  Date: Fri Jan 18 19:23:40 2013
  InstallationDate: Installed on 2013-01-04 (14 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130104)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1053482] Re: Install indicator-sync by default

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  Install indicator-sync by default

Status in “indicator-sync” package in Ubuntu:
  Invalid
Status in “ubuntuone-client” package in Ubuntu:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Released
Status in “indicator-sync” source package in Quantal:
  Won't Fix
Status in “ubuntuone-client” source package in Quantal:
  Won't Fix
Status in “unity” source package in Quantal:
  Won't Fix
Status in “indicator-sync” source package in Raring:
  Invalid
Status in “ubuntuone-client” source package in Raring:
  Fix Released
Status in “unity” source package in Raring:
  Fix Released

Bug description:
  The sync menu indicator needs to be installed by default, so that
  other applications on the default install can appropriately include
  support for the service and include a Recommends: on the API or
  indicator packages as needed.

  Mail archive links:
  https://lists.ubuntu.com/archives/ubuntu-doc/2012-September/016895.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sync/+bug/1053482/+subscriptions

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


[Desktop-packages] [Bug 1019457] Re: The Dash closes when trying to switch to the Command lens (Alt+F2)

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  The Dash closes when trying to switch to the Command lens (Alt+F2)

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

Bug description:
  When trying to switch from the Dash to the Command lens it closes.

  How to reproduce:
  1. Open the dash
  2. Press Alt+F2

  What happens:
  Dash Closes

  What should happen:
  The Dash should not close, rather command lens should open

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

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


[Desktop-packages] [Bug 986875] Re: the GObject subclasses in tests/ don't dispose() properly

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 6.12.0daily13.02.04.1-0ubuntu1

---
unity (6.12.0daily13.02.04.1-0ubuntu1) raring; urgency=low

  * debian/control:
- recommends indicator-sync so it gets installed by default
  (lp: #1053482)
- recommends indicator-bluetooth as well (lp: #314)

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- bump compiz build-dep due to the last ABI break

  [ Brandon Schaefer ]
  * [regression] Clicking on the indicators when the Dash is open no
longer closes the Dash. (LP: #1109150)
  * [staging][raring] Dash Maximise/Restore button depends on the
launcher icon size. (LP: #1101310)

  [ Romain Perier ]
  * The Dash closes when trying to switch to the Command lens (Alt+F2)
(LP: #1019457)

  [ Marco Trevisan (Treviño) ]
  * Launcher can have smaller size on monitor resolution change (LP:
#1105382)
  * Dragging down a window from the panel on an external monitor,
restores it at wrong offset (LP: #1104043)
  * [regression] Alt+Tab/Alt+grave brings other window to the front but
loses focus entirely.  (LP: #620)
  * Quicklist items need a way to be ellipsized (LP: #471)

  [ Charles Kerr charles.k...@canonical.com, Andrea Azzarone ]
  * the GObject subclasses in tests/ don't dispose() properly (LP:
#986875)

  [ Nicolas d'Offay ]
  * Speed up dash blur (LP: #1102410)

  [ Manuel de la Pena ]
  * API changes to FindKeyFocusArea in the Preview class stops more
complicated previous fom setting the correct focus (LP: #1102387)

  [ MC Return ]
  * Wrong description in Dconf key
com.canonical.unity.launcher.favorites (LP: #1112560)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)

  [ Andrea Azzarone ]
  * unmounting any gvfs-mounted device from unity menu crashes compiz
(LP: #389)
  * compiz crashed with SIGSEGV in async_wrapper_callback() from
g_simple_async_result_complete() from
_g_simple_async_result_complete_with_cancellable() from
unmount_reply() (LP: #1102926)

  [ Łukasz 'sil2100' Zemczak ]
  * SwitcherControllerImpl autopilot test failures in unity -
6.12.0daily13.01.29.2-0ubuntu1 (LP: #1109192)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3117
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
09:59:13 +

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

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

Title:
  the GObject subclasses in tests/ don't dispose() properly

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

Bug description:
  The subclasses in these files override their parents' dispose() method
  without invoking it:

   * tests/test_service_gdbus_wrapper.c
   * tests/test_service_hud.c
   * tests/test_service_lens.c
   * tests/test_service_model.c

  This is a very low priority -- it's test scaffolding and doesn't
  affect end users (or, apparently, the tests) -- but figured it
  couldn't hurt to send a patch.

  I found this while grepping after seeing a similar issue in the
  indicator code. :)

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

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


[Desktop-packages] [Bug 966099] Re: Keyboard shortcut overlay says Ctrl+Super+Down minimises the current window, but it doesn't

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz -
1:0.9.9~daily13.02.04-0ubuntu1

---
compiz (1:0.9.9~daily13.02.04-0ubuntu1) raring; urgency=low

  [ Marco Trevisan (Treviño) ]
  * Spread - Window glow is incorrectly painted in the screen when
switching spreaded application (LP: #1109805)

  [ MC Return ]
  * Coverity MISSING_BREAK - CID 12463 (LP: #1101561)
  * Thumbnail plugin: Window title text is rendered into transparency
and glow/background are too large (LP: #1099100)
  * Showmouse plugin code: Needs cleanup (LP: #1105969)
  * Coverity SECURE_CODING - CID 10019 (LP: #957582)
  * Coverity SECURE_CODING - CID 12511 (LP: #1101605)
  * Coverity SECURE_CODING - CID 12512 (LP: #1101571)
  * Keyboard shortcut overlay says Ctrl+Super+Down minimises the
current window, but it doesn't (LP: #966099)
  * Coverity SECURE_CODING - CID 10020 (LP: #957587)
  * Coverity SECURE_CODING - CID 12529 (LP: #1101641)
  * Coverity MISSING_BREAK - CID 12464 (LP: #1101549)
  * Coverity SECURE_CODING - CID 12519 (LP: #1101565)
  * Coverity SECURE_CODING - CID 12516 (LP: #1101499)
  * [GLES] Showmouse plugin needs port to OpenGL|ES (LP: #1106270)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 3594
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Mon, 04 Feb 2013 
04:01:58 +

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

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

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

Title:
  Keyboard shortcut overlay says Ctrl+Super+Down minimises the current
  window, but it doesn't

Status in Ayatana Design:
  Fix Committed
Status in Compiz:
  Fix Committed
Status in Unity:
  Fix Committed
Status in “compiz” package in Ubuntu:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  Acoording to the short cut keys lists, ctrl + super + down should restore a 
window and then minimize.
  It does restore from full maximize, but it no longer minimizes the window.
  Also, super+ (any arrow key) now also bring up the shortcuts cheat sheet (the 
one you get when you long hold the super key)
  and the only way to make it go away is to tap super twice again.
  It is mildly annoying, and I'm pretty sure that's not intended behavior.

  -
  Desired Solution:

  - If the focused window is in the 'restored' state, pressing ctrl +
  super + down should minimise the window.

  - If the focused window is in the 'maximised' state, pressing ctrl +
  super + down should restore the window.

  - See https://docs.google.com/a/canonical.com/document/d
  /1jqeKtIJwqLtl58Wk_fqjr9Rrgxn9zsouCYOo-cZsLSE/edit for the full list
  of Unity keyboard shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/966099/+subscriptions

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


[Desktop-packages] [Bug 1115319] [NEW] Graphic problem

2013-02-04 Thread Matthieu
Public bug reported:

The écrant settles very often and does not answer any more.
Saddened for my angais not well

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

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

Title:
  Graphic problem

Status in “xorg” package in Ubuntu:
  New

Bug description:
  The écrant settles very often and does not answer any more.
  Saddened for my angais not well

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

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


[Desktop-packages] [Bug 1095823] Re: Incorrect path for oem descriptor

2013-02-04 Thread Steve Magoun
The updated path is correct in software-center 5.4.1.4 from quantal-
proposed


** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Incorrect path for oem descriptor

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project precise series:
  Fix Committed
Status in “software-center” package in Ubuntu:
  Fix Released
Status in “software-center” source package in Precise:
  Fix Committed
Status in “software-center” source package in Quantal:
  Fix Committed

Bug description:
  Recent versions of SW Center include the Distribution Channel
  Descriptor in the user agent string passed to the server. This feature
  was introduced for bug 1042749. However the original implementation
  used an incorrect path and the DCD information will never be passed to
  SW Center. The DCD is referred to as the oem channel descriptor in SW
  Center. The spec for the DCD is here:
  https://wiki.ubuntu.com/FoundationsTeam/Specs/OemTrackingId

  = Test Case =

  grep OEM_CHANNEL /usr/share/software-center/softwarecenter/paths.py

  The affected file is /usr/share/software-
  center/softwarecenter/paths.py

  Incorrect:
  # OEM
  OEM_CHANNEL_DESCRIPTOR = /var/lib/ubuntu-dist-channel

  Correct (change hyphens to underscores):
  # OEM
  OEM_CHANNEL_DESCRIPTOR = /var/lib/ubuntu_dist_channel

  The problem was introduced in this branch:
  
https://code.launchpad.net/~mvo/software-center/oem-descriptor-in-user-agent-5.2

  Note that the tests in that branch use the correct path, but the path
  in OEM_CHANNEL_DESCRIPTOR is incorrect.

  The following versions of sw center contain the bug:
  precise: 5.2.7
  quantal: 5.4.1.2

  I believe the bug is in raring too. Please SRU a fix to precise and
  quantal.

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

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


Re: [Desktop-packages] [Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-04 Thread Sergio Callegari
On 04/02/2013 15:40, Simon Kelley wrote:
 On 03/02/13 07:48, Thomas Hood wrote:
 there's still the unresolved question
 of whether re-enabling --strict-order
 will suffice as a workaround, since
 12.10 relies on DBus to populate the
 nameservers. Is there any extra
 information on this?
 Please try it and report back.  :-)

 (Put strict-order  in a file in /etc/NetworkManager/dnsmasq.d/; stop
 network-manager; make sure all dnsmasq processes are dead; start
 network-manager.)

 It doesn't work: It will always use the same server first, but the order
 of servers given to the DBus interface isn't preserved internally, and
 actually changes each time the DBus interface is used.


 Cheers,

 Simon.
Isn't it possible to change dnsmasq behavior to query the servers in any order 
or in parallel and in the case the first server to reply says I don't know 
avoid relying on that information, rather wait and see if in a reasonable time 
some other server answers I do?

With the current behavior, whenever I need to access a captive portal, I 
basically have to press the reload page button 50 times until for some 
reasons 
the order in which the nameservers reply becomes the good one.

Cheers,

Sergio

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

Status in “dnsmasq” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  In Progress
Status in “dnsmasq” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Triaged
Status in “dnsmasq” package in Debian:
  New

Bug description:
  A number of reports already filed against network-manager seem to
  reflect this problem, but to make things very clear I am opening a new
  report.  Where appropriate I will mark other reports as duplicates of
  this one.

  Consider a pre-Precise system with the following /etc/resolv.conf:

  nameserver 192.168.0.1
  nameserver 8.8.8.8

  The first address is the address of a nameserver on the LAN that can
  resolve both private and public domain names.  The second address is
  the address of a nameserver on the Internet that can resolve only
  public names.

  This setup works fine because the GNU resolver always tries the first-
  listed address first.

  Now the administrator upgrades to Precise and instead of writing the
  above to resolv.conf, NetworkManager writes

  server=192.168.0.1
  server=8.8.8.8

  to /var/run/nm-dns-dnsmasq.conf and nameserver 127.0.0.1 to
  resolv.conf.  Resolution of private domain names is now broken because
  dnsmasq treats the two upstream nameservers as equals and uses the
  faster one, which could be 8.8.8.8.

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

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


[Desktop-packages] [Bug 1097096] Re: can't scan more after scan all from document feeder

2013-02-04 Thread Anonymous Linux User
Just to note: the version I'm now running is

simple-scan 3.4.1-0ubuntu1.1

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

Title:
  can't scan more after scan all from document feeder

Status in “simple-scan” package in Ubuntu:
  Incomplete

Bug description:
  Steps to reproduce:
  * scan a single page
  * scan another page
  * scan all from feeder
  * scan another single page
  * scan all from feeder again

  
  Expected results:
  * all pages are scanned in correctly

  
  Current results:
  * can't scan anything more after scanning from the document feeder

  Attached please find a debug log (stripped from extraneous sane_read
  - GOOD lines).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: simple-scan 3.6.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-22.33-generic 3.5.7.2
  Uname: Linux 3.5.0-22-generic x86_64
  NonfreeKernelModules: wl nvidia
  ApportVersion: 2.6.1-0ubuntu9
  Architecture: amd64
  Date: Tue Jan  8 01:51:18 2013
  DriverPackageVersions:
   libsane 1.0.23-0ubuntu1
   libsane-extras N/A
   hplip 3.12.6-3ubuntu4
   hpoj N/A
  MachineType: Dell Inc. Latitude E6420
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-22-generic 
root=/dev/mapper/username--laptop-ubuntu--root ro rootflags=subvol=@ splash 
quiet vt.handoff=7
  SourcePackage: simple-scan
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/18/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd10/18/2011:svnDellInc.:pnLatitudeE6420:pvr01:rvnDellInc.:rn:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6420
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1115193] Re: [VGN-TX1XP_B, Realtek ALC260, Black Headphone Out, Rear] No sound at all

2013-02-04 Thread Raymond
http://git.kernel.org/?p=linux/kernel/git/tiwai/hda-
emu.git;a=blob;f=codecs/alc260-sony-tgn-tx2xp;hb=HEAD

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

Title:
  [VGN-TX1XP_B, Realtek ALC260, Black Headphone Out, Rear] No sound at
  all

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

Bug description:
  I cannot make any sound play through the speakers at all.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
  Uname: Linux 3.2.0-37-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
 Subdevices: 0/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  claire 1784 F pulseaudio
   /dev/snd/pcmC0D0p:   claire 1784 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xb000 irq 40'
 Mixer name : 'Realtek ALC260'
 Components : 'HDA:10ec0260,104d0400,00100300 
HDA:14f12bfa,104d0200,0009'
 Controls  : 16
 Simple ctrls  : 8
  Date: Mon Feb  4 12:10:12 2013
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Built-in Audio - HDA Intel
  Symptom_DevicesInUse:
   1784/dev/snd/controlC0:  claireF pulseaudio
   AND
  Symptom_Jack: Black Headphone Out, Rear
  Symptom_Type: No sound at all
  Title: [VGN-TX1XP_B, Realtek ALC260, Black Headphone Out, Rear] No sound at 
all
  UpgradeStatus: Upgraded to precise on 2012-05-14 (265 days ago)
  dmi.bios.date: 08/05/2005
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R0031V1
  dmi.chassis.type: 10
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR0031V1:bd08/05/2005:svnSonyCorporation:pnVGN-TX1XP_B:pvrJ001B31A:cvn:ct10:cvr:
  dmi.product.name: VGN-TX1XP_B
  dmi.product.version: J001B31A
  dmi.sys.vendor: Sony Corporation
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2012-06-11T22:23:19.404449

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

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


[Desktop-packages] [Bug 1107824] Re: Not obvious how to access payment support from the UI

2013-02-04 Thread Matthew Paul Thomas
** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Matthew Paul Thomas (mpt)

** Changed in: software-center (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Not obvious how to access payment support from the UI

Status in “software-center” package in Ubuntu:
  New

Bug description:
  From legal advice: When you purchase software, the e-mail confirmation
  message provides a pay-support@ e-mail address. It would be better if
  the USC UI also made clear how to access support for payments.

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

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


[Desktop-packages] [Bug 1107802] Re: USC doesn't prompt about major Terms of Use changes

2013-02-04 Thread David Pitkin
** Changed in: software-center (Ubuntu)
   Importance: Undecided = Medium

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Matthew Paul Thomas (mpt)

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

Title:
  USC doesn't prompt about major Terms of Use changes

Status in Online service used by software center:
  Confirmed
Status in “software-center” package in Ubuntu:
  New

Bug description:
  From legal advice: When the Terms of Use for purchases change
  slightly, we can rely on its current statement that We may
  occasionally change the terms of this agreement by posting an updated
  version, and all changes will go into effect at the time we post the
  updated agreement.

  But when the terms change substantially, it would be better for USC to
  prompt you to accept them in the same way that it does before your
  first purchase.

  I guess this would require USC and SCA, together, to decide whether
  the current version of the terms is substantially different from the
  version you agreed to. For example, USC could send, with each
  purchase, the version number of the terms you agreed to, or the date
  you agreed to them. Then SCA could return a flag for whether the terms
  need to be shown.

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

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


[Desktop-packages] [Bug 1054070] Re: software-center-dbus crashed with MemoryError in _dump_bsddbm_for_unity(): (12, 'Cannot allocate memory -- Lock table is out of available locker entries')

2013-02-04 Thread David Pitkin
** Changed in: software-center
   Importance: Undecided = High

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

Title:
  software-center-dbus crashed with MemoryError in
  _dump_bsddbm_for_unity(): (12, 'Cannot allocate memory -- Lock table
  is out of available locker entries')

Status in Ubuntu Software Center:
  New
Status in “software-center” package in Ubuntu:
  Fix Released
Status in “software-center” source package in Precise:
  Fix Committed

Bug description:
  [Impact] Software center is force closing (Quantal). Receiving an
  apport error message that Software center crashed but it stays open
  (Precise).

  [Test Case] Simply start software center with reviews enabled. If you
  had them enabled before this bug also comes up when disabling reviews.

  This is also https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fshare
  %2Fsoftware-center%2Fsoftware-
  
center%3AMemoryError%3A_on_review_stats_data%3Asave_review_stats_cache_file%3Arun%3A_save_review_stats_cache_blocking%3A_dump_bsddbm_for_unity
  so we can see if this drops off after the SRU.

  [Regression Potential] Failing to repair the DB is possible.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.14.2
  ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4
  Uname: Linux 3.5.0-15-generic i686
  ApportVersion: 2.5.2-0ubuntu4
  Architecture: i386
  Date: Fri Sep 21 19:39:30 2012
  ExecutablePath: /usr/share/software-center/software-center-dbus
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/share/software-center/software-center-dbus
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANGUAGE=en_IN:en
   LANG=en_IN
  PythonArgs: ['/usr/share/software-center/software-center-dbus']
  SourcePackage: software-center
  Title: software-center-dbus crashed with MemoryError in 
_dump_bsddbm_for_unity(): (12, 'Cannot allocate memory -- Lock table is out of 
available locker entries')
  UpgradeStatus: Upgraded to quantal on 2012-08-19 (33 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

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


[Desktop-packages] [Bug 1041032] Re: An error occurred Location not found after automatically installing the missing gstreamer plugins.

2013-02-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~eric.tsai/ubuntu/precise/totem/fix-lp-1041032

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

Title:
  An error occurred Location not found after automatically installing
  the missing gstreamer plugins.

Status in OEM Priority Project:
  Incomplete
Status in OEM Priority Project precise series:
  Incomplete
Status in Totem Movie Player:
  New
Status in “totem” package in Ubuntu:
  In Progress
Status in “totem” source package in Quantal:
  In Progress

Bug description:
  Ubuntu: 12.04
  totem: 3.0.1-0ubuntu21

  There is a feature of totem that it can detect the missing gstreamer plugins
  and install them automatically.
  It will pop out this message after it finished the installation of gstreamer
  plugins.
  However totem will work normally after we reopen it.

  Reproduce steps:
  1. Remove gstreamer0.10-ffmpeg and gstreamer0.10-plugins-ugly if they are 
installed.
  2. Download Wildlife.wmv from 
http://archive.org/details/Windows7WildlifeSampleVideo
  3. Open Wildlife.wmv by totem.

  Relative to Bug #1041287.

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

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


[Desktop-packages] [Bug 1115358] [NEW] Xorg crashed with SIGABRT in raise()

2013-02-04 Thread Daniel Winzen
Public bug reported:

After starting Ubuntu, a Message showed up, that I'm running in low
graphics mode. In the console I realized that the /etc/X11/xorg.conf
file was deleted, so I copied a backup and after restarting Ubuntu this
Apport-bug came up.

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: xserver-xorg-core 2:1.13.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
Uname: Linux 3.8.0-4-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CurrentDmesg:
 [   39.467095] tg3 :03:00.0 eth0: Link is up at 100 Mbps, full duplex
 [   39.467104] tg3 :03:00.0 eth0: Flow control is on for TX and on for RX
 [   39.467117] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 [   48.096376] init: plymouth-stop pre-start process (2199) terminated with 
status 1
Date: Mon Feb  4 16:20:19 2013
DistUpgraded: Fresh install
DistroCodename: raring
DistroVariant: ubuntu
ExecutablePath: /usr/bin/Xorg
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI Madison [Radeon HD 5000M Series] 
[1002:68c1] (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Device [1025:0379]
InstallationDate: Installed on 2012-04-03 (306 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120403)
MachineType: Packard Bell EasyNote LM85
MarkForUpload: True
ProcCmdline: /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp 
vt7 -novtswitch
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-4-generic 
root=UUID=0A320B17320B0781 loop=/hostname/disks/root.disk ro quiet splash 
vt.handoff=7
Signal: 6
SourcePackage: xorg-server
StacktraceTop:
 raise () from /lib/x86_64-linux-gnu/libc.so.6
 abort () from /lib/x86_64-linux-gnu/libc.so.6
 OsAbort ()
 ?? ()
 FatalError ()
Title: Xorg crashed with SIGABRT in raise()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 04/28/2011
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.26
dmi.board.asset.tag: No Asset Tag
dmi.board.name: SJV71_CP
dmi.board.vendor: Packard Bell
dmi.board.version: V1.26
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Packard Bell
dmi.chassis.version: V1.26
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.26:bd04/28/2011:svnPackardBell:pnEasyNoteLM85:pvrV1.26:rvnPackardBell:rnSJV71_CP:rvrV1.26:cvnPackardBell:ct10:cvrV1.26:
dmi.product.name: EasyNote LM85
dmi.product.version: V1.26
dmi.sys.vendor: Packard Bell
version.compiz: compiz 1:0.9.9~daily13.02.04-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.41-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.2-0ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.19-0ubuntu3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.6-0ubuntu2
xserver.bootTime: Mon Feb  4 17:47:22 2013
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs: Output  HDMI-0LVDS 
  VGA-0
xserver.version: 2:1.13.2-0ubuntu1
xserver.video_driver: radeon

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


** Tags: amd64 apport-crash compiz-0.9 need-amd64-retrace raring ubuntu

** Information type changed from Private to Public

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

Title:
  Xorg crashed with SIGABRT in raise()

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

Bug description:
  After starting Ubuntu, a Message showed up, that I'm running in low
  graphics mode. In the console I realized that the /etc/X11/xorg.conf
  file was deleted, so I copied a backup and after restarting Ubuntu
  this Apport-bug came up.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-core 2:1.13.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
  Uname: Linux 3.8.0-4-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.8-0ubuntu4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   39.467095] tg3 :03:00.0 eth0: Link is up at 100 Mbps, full duplex
   [   39.467104] tg3 :03:00.0 eth0: Flow control is on for TX and on for RX
   [   39.467117] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 

Re: [Desktop-packages] [Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-04 Thread Simon Kelley
On 04/02/13 15:36, Sergio Callegari wrote:
 On 04/02/2013 15:40, Simon Kelley wrote:
 On 03/02/13 07:48, Thomas Hood wrote:
 there's still the unresolved question
 of whether re-enabling --strict-order
 will suffice as a workaround, since
 12.10 relies on DBus to populate the
 nameservers. Is there any extra
 information on this?
 Please try it and report back.  :-)

 (Put strict-order  in a file in /etc/NetworkManager/dnsmasq.d/; stop
 network-manager; make sure all dnsmasq processes are dead; start
 network-manager.)

 It doesn't work: It will always use the same server first, but the order
 of servers given to the DBus interface isn't preserved internally, and
 actually changes each time the DBus interface is used.


 Cheers,

 Simon.
 Isn't it possible to change dnsmasq behavior to query the servers in any 
 order 
 or in parallel and in the case the first server to reply says I don't know 
 avoid relying on that information, rather wait and see if in a reasonable 
 time 
 some other server answers I do?

You're far from the first person to ask that question. The answer is
that there is no possible response in the DNS protocol which means I
don't know. NXDOMAIN or NODATA answers _don't_ mean that; they mean I
know that this domain doesn't exist. They also make up quite a large
proportion of the DNS results returned to the average host, so that all
of those queries would suddenly take much longer.

 
 With the current behavior, whenever I need to access a captive portal, I 
 basically have to press the reload page button 50 times until for some 
 reasons 
 the order in which the nameservers reply becomes the good one.

The fundamental problem lies with the captive portal, and no good
solution which can be implemented by dnsmasq has so far been devised.


Cheers,

Simon.

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

Status in “dnsmasq” package in Ubuntu:
  Confirmed
Status in “network-manager” package in Ubuntu:
  In Progress
Status in “dnsmasq” source package in Precise:
  Confirmed
Status in “network-manager” source package in Precise:
  Triaged
Status in “dnsmasq” package in Debian:
  New

Bug description:
  A number of reports already filed against network-manager seem to
  reflect this problem, but to make things very clear I am opening a new
  report.  Where appropriate I will mark other reports as duplicates of
  this one.

  Consider a pre-Precise system with the following /etc/resolv.conf:

  nameserver 192.168.0.1
  nameserver 8.8.8.8

  The first address is the address of a nameserver on the LAN that can
  resolve both private and public domain names.  The second address is
  the address of a nameserver on the Internet that can resolve only
  public names.

  This setup works fine because the GNU resolver always tries the first-
  listed address first.

  Now the administrator upgrades to Precise and instead of writing the
  above to resolv.conf, NetworkManager writes

  server=192.168.0.1
  server=8.8.8.8

  to /var/run/nm-dns-dnsmasq.conf and nameserver 127.0.0.1 to
  resolv.conf.  Resolution of private domain names is now broken because
  dnsmasq treats the two upstream nameservers as equals and uses the
  faster one, which could be 8.8.8.8.

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

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


[Desktop-packages] [Bug 518056] Re: cedilla appears as accented c (ć instead of ç) when typing 'c

2013-02-04 Thread Alexandre Heitor Schmidt
This solution worked for me, although it sounds like hammering...

https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/518056/comments/8

Thanks anyway!

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

Title:
  cedilla appears as accented c (ć instead of ç) when typing 'c

Status in “gtk+2.0” package in Ubuntu:
  Confirmed

Bug description:
  
  When typing in a US-international keyboard with dead-keys (or 
UK-international), 
  typing 'c results in an accented c instead of a cedilla.

  There is a workaround, which is editing the

  /usr/lib/gtk-2.0/2.10.0/immodule-files.d/libgtk2.0-0.immodules

  file and changing the line

  cedilla Cedilla gtk20 /usr/share/locale
  az:ca:co:fr:gv:oc:pt:sq:tr:wa

  to

  cedilla Cedilla gtk20 /usr/share/locale
  az:ca:co:fr:gv:oc:pt:sq:tr:wa:en

  (add the 'en' at the end).

  However, every time some update on this file is applied, one looses the 
change,
  and we get back to the accented c. That means having to modify the file again,
  logout and login.

  For me this is no problem. But for my brother, mom, dad, etc, it is always 
something
  that at least makes me less proud of having convinced them to use Ubuntu, 
because
  they don't know what to do each time this happens.

  I think we really need a configurable keyboard layout, or at least (and that 
would
  be very easy), the inclusion of alternate layouts on install that for the 
dead-key
  options (as US-deadkey and UK-deakey), alternate layouts as 
US-deadkey-cedilla.

  This change is relevant for at least Portuguese and French.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/518056/+subscriptions

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


[Desktop-packages] [Bug 1111314] Re: [MIR] indicator-bluetooth

2013-02-04 Thread Adam Conrad
Override component to main
indicator-bluetooth 0.0.5-0ubuntu1 in raring: universe/gnome - main
indicator-bluetooth 0.0.5-0ubuntu1 in raring amd64: universe/gnome/extra - main
indicator-bluetooth 0.0.5-0ubuntu1 in raring armhf: universe/gnome/extra - main
indicator-bluetooth 0.0.5-0ubuntu1 in raring i386: universe/gnome/extra - main
indicator-bluetooth 0.0.5-0ubuntu1 in raring powerpc: universe/gnome/extra - 
main
Override [y|N]? y
5 publications overridden.


** Changed in: indicator-bluetooth (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [MIR] indicator-bluetooth

Status in “indicator-bluetooth” package in Ubuntu:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  indicator-bluetooth is destined to replace the current bluetooth
  indicator (which is provided by a distro patch over the fallback icon
  of gnome-bluetooth)

  * Built on all arches: https://launchpad.net/ubuntu/+source/indicator-
  bluetooth/0.0.4-0ubuntu1

  * Rational: provide a proper bluetooth indicator for Unity, reduce
  hacks/patches over GNOME components

  * Security: no known issue, it's new code, the codebase is relatively
  small and mostly an UI on top of our current bluetooth stack so it
  shouldn't be an issue

  * The Ubuntu Desktop team is subscribed to the component on launchpad
  and will be maintaining it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-bluetooth/+bug/314/+subscriptions

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


[Desktop-packages] [Bug 757419] Re: Gwibber doesn't update Facebook news

2013-02-04 Thread Avery
Continuing to happen in fresh install of 12.10 amd64.

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

Title:
  Gwibber doesn't update Facebook news

Status in “gwibber” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gwibber

  As described above. Even if I click on Update it does nothing.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: gwibber 3.0.0.1-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Mon Apr 11 13:21:40 2011
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=de_DE:en
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gwibber
  UpgradeStatus: Upgraded to natty on 2011-04-07 (3 days ago)

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

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


[Desktop-packages] [Bug 1088775] Re: gwibber does not refresh Facebook feeds

2013-02-04 Thread Avery
This still affects 12.10. Fresh install of 64-bit, all packages up-to-
date. No facebook feed.

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

Title:
  gwibber does not refresh Facebook feeds

Status in Gwibber:
  Fix Released
Status in “gwibber” package in Ubuntu:
  Fix Released
Status in “python-imaging” package in Ubuntu:
  Confirmed
Status in “gwibber” source package in Precise:
  Confirmed
Status in “gwibber” source package in Quantal:
  Confirmed
Status in “python-imaging” source package in Quantal:
  Invalid

Bug description:
  Since around November 28th, Gwibber stopped updating my Facebook
  feeds. First, I tried to delete my facebook account from online
  accounts and than uninstall and reinstall gwibber. Then, I removed
  ubuntu from facebook app settings after doing all of the above. Then I
  checked my proxy settings, and my proxy is on none. When I open
  gwibber, I see feeds that are 12-13 days old and when I try to
  refresh, it does not do anything. I mean it does not even write
  refreshing... at the bottom of the screen. When I check if gwibber-
  service is running correctly I get no mistake in the terminal. I've
  looked a lot around bugs sections in many sites but none of them had
  an answer.

  
  Steps to verify this SRU:

  Ensure gwibber-service has restarted since the update by either a
  logout/login or killall gwibber-service, then verify there is feed
  data for your facebook account.

  Regression potential is really low, it simply checks that the dict
  returned has a key, and if it doesn't use an empty value for the
  result.

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

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


[Desktop-packages] [Bug 1093970] Re: [nightlies] TypeError: Argument given by name ('data') and position (3) in backend/spawn_helper.py

2013-02-04 Thread Pavan Kiran Pulapalli
** Changed in: software-center (Ubuntu)
   Status: Fix Committed = New

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

Title:
  [nightlies] TypeError: Argument given by name ('data') and position
  (3) in backend/spawn_helper.py

Status in “software-center” package in Ubuntu:
  New

Bug description:
  software-center:
Installed: 5.5.3~r3281~quantal1
Version table:
   *** 5.5.3~r3281~quantal1 0
  500 http://ppa.launchpad.net/ubuntuone/nightlies/ubuntu/ quantal/main 
amd64 Packages

  Fails to start:

  $ software-center
  2012-12-27 09:21:31,898 - softwarecenter.ui.gtk3.app - INFO - setting up 
proxy 'None'
  Traceback (most recent call last):
File /usr/bin/software-center, line 130, in module
  app = SoftwareCenterAppGtk3(options, args)
File /usr/share/software-center/softwarecenter/ui/gtk3/app.py, line 427, 
in __init__
  self.review_loader.refresh_review_stats()
File /usr/share/software-center/softwarecenter/backend/reviews/rnr.py, 
line 155, in refresh_review_stats
  RatingsAndReviewsAPI, review_stats, days=days_delta)
File /usr/share/software-center/softwarecenter/backend/spawn_helper.py, 
line 89, in run_generic_piston_helper
  self.run(cmd)
File /usr/share/software-center/softwarecenter/backend/spawn_helper.py, 
line 102, in run
  data=(stdout, stderr))
  TypeError: Argument given by name ('data') and position (3)

  5.4.1.3 from quantal-proposed is working properly.

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

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


[Desktop-packages] [Bug 1115377] Re: Xorg crashed with SIGABRT in raise()

2013-02-04 Thread Apport retracing service
*** This bug is a duplicate of bug 1065288 ***
https://bugs.launchpad.net/bugs/1065288

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1115377/+attachment/3514477/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1115377/+attachment/3514480/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1115377/+attachment/3514490/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1115377/+attachment/3514492/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1115377/+attachment/3514493/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1115377/+attachment/3514494/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1115377/+attachment/3514495/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1065288
   Xorg crashed with SIGABRT Cannot run in framebuffer mode

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  Xorg crashed with SIGABRT in raise()

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

Bug description:
  dont knw

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-core 2:1.13.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
  Uname: Linux 3.8.0-4-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.8-0ubuntu4
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CrashCounter: 1
  Date: Mon Feb  4 21:07:35 2013
  DistUpgraded: 2013-02-04 17:16:41,605 DEBUG enabling apt cron job
  DistroCodename: raring
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics 
Controller [8086:27a2] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Lenovo ThinkPad T60/R60 series [17aa:201a]
 Subsystem: Lenovo ThinkPad T60/R60 series [17aa:201a]
  InstallationDate: Installed on 2012-05-27 (252 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: LENOVO 1952VR1
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdline: /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp 
vt7 -novtswitch
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-4-generic 
root=UUID=7dab3236-c6b5-4f14-aa78-7e8838973600 ro quiet splash vt.handoff=7
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   OsAbort ()
   ?? ()
   FatalError ()
  Title: Xorg crashed with SIGABRT in raise()
  UpgradeStatus: Upgraded to raring on 2013-02-04 (0 days ago)
  UserGroups:
   
  dmi.bios.date: 04/30/2007
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79ETD3WW (2.13 )
  dmi.board.name: 1952VR1
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr79ETD3WW(2.13):bd04/30/2007:svnLENOVO:pn1952VR1:pvrThinkPadT60:rvnLENOVO:rn1952VR1:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 1952VR1
  dmi.product.version: ThinkPad T60
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.9~daily13.01.25-0ubuntu1
  version.libdrm2: libdrm2 2.4.41-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu1
  version.xserver-xorg-core: 

[Desktop-packages] [Bug 991002] Re: Change name for bn-BD from 'Bengali(Bangladesh)' to 'Bangla(Bangladesh)')

2013-02-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/langpack-locales

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

Title:
  Change name for bn-BD from 'Bengali(Bangladesh)' to
  'Bangla(Bangladesh)')

Status in The GNU C Library:
  Confirmed
Status in “iso-codes” package in Ubuntu:
  Fix Released
Status in “langpack-locales” package in Ubuntu:
  In Progress
Status in “language-selector” package in Ubuntu:
  Fix Released
Status in “localechooser” package in Ubuntu:
  In Progress
Status in “iso-codes” package in Debian:
  Fix Released

Bug description:
  The official name for the state language for Bangladesh is Bangla, as
  detailed on section 3, part 1 of the Bangladesh constitution
  (http://www1.umn.edu/humanrts/research/bangladesh-constitution.pdf).
  However, language selector continues to refer to this language as
  Bengali (Bangladeh). While Bengali has been historically used as the
  english name for the language during colonial periods, the name
  'Bangla' is more widely used nowadays. It is also the name with which
  native speakers identify the language.

  This package uses Bengali(Bangladesh) as the identifier for language
  code bn-BD. Please change the name to Bangla(Bangladesh).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: language-selector-gnome 0.79
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  Date: Sun Apr 29 16:14:25 2012
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=bn_BD:bn:en_IN:en_GB:en
   PATH=(custom, no user)
   LANG=bn_BD.UTF-8
   SHELL=/bin/bash
  SourcePackage: language-selector
  UpgradeStatus: Upgraded to precise on 2012-03-19 (41 days ago)

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

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


[Desktop-packages] [Bug 1070581] Re: Name of the language spoken in Bangladesh

2013-02-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/langpack-locales

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

Title:
  Name of the language spoken in Bangladesh

Status in The GNU C Library:
  Confirmed
Status in “langpack-locales” package in Ubuntu:
  In Progress

Bug description:
  When querying nl_langinfo() for the language name of bn_BD.UTF-8, it
  outputs the string BengaliBangla, which of course looks a little
  weird. The source file locales/bn_BD states the language
  Bengali/Bangla with a slash.

  A better name would be just Bangla, since that's the official name
  of the language spoken in Bangladesh, and the native Bangla speakers
  seems to prefer it; please see bug #991002. The iso-codes package will
  soon provide translations of the name Bangla, bug AFAIK noone
  provides translations of the string Bengali/Bangla.

  But at least the bn_BD locale should be corrected so nl_langinfo()
  returns the string Bengali/Bangla including the slash.

  Two alternative patches have been attached to this bug report. One
  just escapes the slash (Bengali//Bangla) to address the slash issue.
  The other patch changes the language in both bn_BD and bn_IN to
  Bangla. I involve bn_IN, since it's confusing in e.g. lists of locales
  that two locales use different English names for the same language.

  Please pick the patch that fits best. ;-)

  Let's talk about possible forwarding upstream when it has been decided
  which route to take.

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

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


[Desktop-packages] [Bug 475773] Re: Some category lists are too long

2013-02-04 Thread Matthew Paul Thomas
** Description changed:

  Not so much a bug, more of a feature request: the category lists are too
  long, they could be split down a bit to make software a bit easier to
  find - this could be done with subcategories. Having to sift through a
  long list of applications, 3/4 of which aren't relevant to the task in
  mind, is a long and laborious process - splitting the lists into small
  bite size chunks makes it easier to navigate (and is less
  intimidating), especially for novices.
  
  Example: Sound and video could open up into Sound Editing, Video
  Editing, Media Playback and Music Creation.
  
- https://wiki.ubuntu.com/SoftwareCenter#Genre: These are the
- departments and subsections, in the order in which they should be
- presented when presented together...
+ https://wiki.ubuntu.com/SoftwareCenter#Genre: These are the departments 
and subsections, in the order in which they should be presented when presented 
together...
+ 
+ 
+ 2013-02-04: These are the remaining over-long categories, and a basic
+ plan for splitting them up.
+ 
+ * Accessories: Card-sort them into subcategories for Automation,
+ Note-Taking, File Management, Clocks  Calendars, etc. Propose
+ these as XDG category names, get them adopted, then introduce into USC.
+ (This might result in retiring Accessories altogether.)
+ 
+ * Books  Magazines: Subcategorize by publication, e.g. Full Circle
+ Magazine, Linux Format Magazine, Revista Espirito Livre, etc.
+ 
+ * Education: Retire the category. Card-sort and redistribute items into
+ the various Science  Engineering and Developer Tools categories,
+ plus new categories/subcategories for Music, Languages, etc.
+ 
+ * Fonts: Card-sort them into subcategories for Serif Classic, Serif
+ Modern, Handwritten, Language-Specific, Symbols, etc. Introduce
+ these as debtags, get them adopted, then introduce into USC.
+ 
+ * Graphics  Viewers: Propose separate XDG Health, Medicine, and
+ Fitness categories, get them adopted, then introduce into USC,
+ possibly as public Health  Fitness vs. practitioner Medicine.
+ 
+ * Office: Rename to Productivity, with subcategories for Finance,
+ Word Processing, Databases, etc. Possibly also a Maps  Reference
+ category.
+ 
+ * Sound  Video: Propose XDG categories for Jukebox, Music
+ Composition, Media Recording, Codecs, Media Server, etc.
+ 
+ * System: Fix the various bugs that cause items to show up here when
+ they're already showing up in another category.
+ 
+ * Themes  Tweaks  All

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

Title:
  Some category lists are too long

Status in “software-center” package in Ubuntu:
  In Progress

Bug description:
  Not so much a bug, more of a feature request: the category lists are
  too long, they could be split down a bit to make software a bit easier
  to find - this could be done with subcategories. Having to sift
  through a long list of applications, 3/4 of which aren't relevant to
  the task in mind, is a long and laborious process - splitting the
  lists into small bite size chunks makes it easier to navigate (and
  is less intimidating), especially for novices.

  Example: Sound and video could open up into Sound Editing, Video
  Editing, Media Playback and Music Creation.

  https://wiki.ubuntu.com/SoftwareCenter#Genre: These are the departments 
and subsections, in the order in which they should be presented when presented 
together...
  

  2013-02-04: These are the remaining over-long categories, and a basic
  plan for splitting them up.

  * Accessories: Card-sort them into subcategories for Automation,
  Note-Taking, File Management, Clocks  Calendars, etc. Propose
  these as XDG category names, get them adopted, then introduce into
  USC. (This might result in retiring Accessories altogether.)

  * Books  Magazines: Subcategorize by publication, e.g. Full Circle
  Magazine, Linux Format Magazine, Revista Espirito Livre, etc.

  * Education: Retire the category. Card-sort and redistribute items
  into the various Science  Engineering and Developer Tools
  categories, plus new categories/subcategories for Music,
  Languages, etc.

  * Fonts: Card-sort them into subcategories for Serif Classic, Serif
  Modern, Handwritten, Language-Specific, Symbols, etc. Introduce
  these as debtags, get them adopted, then introduce into USC.

  * Graphics  Viewers: Propose separate XDG Health, Medicine, and
  Fitness categories, get them adopted, then introduce into USC,
  possibly as public Health  Fitness vs. practitioner Medicine.

  * Office: Rename to Productivity, with subcategories for Finance,
  Word Processing, Databases, etc. Possibly also a Maps 
  Reference category.

  * Sound  Video: Propose XDG categories for Jukebox, Music
  Composition, Media Recording, Codecs, Media Server, etc.

  * System: Fix the various bugs that cause items to show up 

[Desktop-packages] [Bug 1112496] Re: python-imaging broken in raring

2013-02-04 Thread Brian Murray
python-imaging version 1.1.7-4build1 which used to be available in
raring does not have this issue.

** Changed in: python-imaging (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: python-imaging (Ubuntu)
 Assignee: (unassigned) = Matthias Klose (doko)

** Also affects: python-imaging (Ubuntu Raring)
   Importance: High
 Assignee: Matthias Klose (doko)
   Status: Triaged

** Also affects: gwibber (Ubuntu Raring)
   Importance: Undecided
   Status: 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/1112496

Title:
  python-imaging broken in raring

Status in “gwibber” package in Ubuntu:
  Confirmed
Status in “python-imaging” package in Ubuntu:
  Triaged
Status in “gwibber” source package in Raring:
  Confirmed
Status in “python-imaging” source package in Raring:
  Triaged

Bug description:
  python-imaging in raring doesn't include a PIL.pth to point python at
  the library, so attempts to import modules from the package fail with,
  eg:

  rachel@rarity:/etc$ python -m ImageMode  echo ok
  /usr/bin/python: No module named Image

  When the PIL.pth file is manually created, so python can find it, the
  Image module itself still fails to load:

  rachel@rarity:/etc$ python -m Image
  Traceback (most recent call last):
File /usr/lib/python2.7/runpy.py, line 162, in _run_module_as_main
  __main__, fname, loader, pkg_name)
File /usr/lib/python2.7/runpy.py, line 72, in _run_code
  exec code in run_globals
File /usr/lib/python2.7/dist-packages/PIL/Image.py, line 75, in module
  from . import ImageMode
  ValueError: Attempted relative import in non-package

  The ImageMode module that line seems to be trying to import, however,
  seems to import fine by itself:

  rachel@rarity:/etc$ python -m ImageMode  echo ok
  ok

  (I've confirmed that ImageMode comes from the same place, as if I
  remove PIL.pth again, the above line just returns the No module named
  ImageMode error)

  I've tried reinstalling python-imaging already. I note in any case the
  PIL.pth file is missing on the file list available at
  packages.ubuntu.com for raring.

  This is on Ubuntu Raring as updated from Ubuntu Quantal a few days
  ago:

  rachel@rarity:/etc$ lsb_release -rd
  Description:  Ubuntu Raring Ringtail (development branch)
  Release:  13.04
  rachel@rarity:/etc$ apt-cache policy python
  python:
Installed: 2.7.3-10ubuntu5
Candidate: 2.7.3-10ubuntu5
Version table:
   *** 2.7.3-10ubuntu5 0
  500 http://gb.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
  100 /var/lib/dpkg/status
  rachel@rarity:/etc$ apt-cache policy python-imaging
  python-imaging:
Installed: 1.1.7+1.7.8-1ubuntu1
Candidate: 1.1.7+1.7.8-1ubuntu1
Version table:
   *** 1.1.7+1.7.8-1ubuntu1 0
  500 http://gb.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
  100 /var/lib/dpkg/status

  Affects me as it affects building/packaging XBMC post-frodo for
  raring. :-)

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

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


[Desktop-packages] [Bug 1103236] Re: Choppy and pixelated video on Macbook Air 5, 1. Unable to run/view HD videos at all

2013-02-04 Thread Charles Lease
** Tags added: ubuntu

** Tags added: i915 intel

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

Title:
  Choppy and pixelated video on Macbook Air 5,1. Unable to run/view HD
  videos at all

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

Bug description:
  *** I reported this as a question on Ask Ubuntu and was told this is a
  bug. http://askubuntu.com/questions/245584/choppy-and-pixelated-video-
  on-macbook-air-5-1-unable-to-run-view-hd-videos-at-a ***

  I'm currently running 13.04  and the video is extremely choppy and
  pixelated on any video program I run (vlc, mplayer, totem etc.), any
  flash or html5 videos, and HD videos won't play in a reasonable way at
  all (entire frames get skipped and video footage is completely
  distorted; I would say it's about 10 FPS on HD videos, really
  extremely bad quality). Also, I had this exact problem on 12.04 and
  12.10 and was kind of hoping 13.04 would be better, but it is not.
  Video in Mac OSX works excellent, no lag or quality loss, works
  perfect in that OS. I would attach some sort of log file but I don't
  know how and would need directions to do so.

  Specs - Macbook Air 5,1 ,8 gig ram , 256 ssd , Intel® Core™ i7-3667U
  CPU @ 2.00GHz × 4 , Intel® Ivybridge Mobile

*-display   
 description: VGA compatible controller
 product: 3rd Gen Core processor Graphics Controller
 vendor: Intel Corporation
 physical id: 2
 bus info: pci@:00:02.0
 version: 09
 width: 64 bits
 clock: 33MHz
 capabilities: msi pm vga_controller bus_master cap_list rom
 configuration: driver=i915 latency=0
 resources: irq:46 memory:a000-a03f memory:9000-9fff 
ioport:2000(size=64)

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

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


[Desktop-packages] [Bug 1067876] Re: [quantal] Missing Safely Remove Drive and Eject options from Quicklists. Only have Unmount.

2013-02-04 Thread tecknomage
Lisa,

[Safely Remove] = eject + REMOVE POWER from USB device.

The 'remove power' is the main issue.  Removing/disconnecting ANY
electronic device with power still applied is dangerous.  This is the
reason for [Safely Remove] option for mounted USB sticks.

Without the [Safely Remove] option, the only way to SAFELY
remove/disconnect a USB stick is to shutdown your system first.

As I said before, the reasoning given for NOT putting [Safely Remove] is
bogus and dangerous thinking.  It is evidence that  those who made the
decision to remove the option are saying they are dumber than Windoz or
other Linux OS which HAVE the option.

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

Title:
  [quantal] Missing Safely Remove Drive and Eject options from
  Quicklists. Only have Unmount.

Status in GVFS:
  New
Status in Unity:
  Invalid
Status in “gvfs” package in Ubuntu:
  Invalid
Status in “udisks2” package in Ubuntu:
  Won't Fix

Bug description:
  In Ubuntu 12.04, I could right-click on my usb-external-harddrive's
  Unity-Task-Bar icon (launcher icon) and select Safely Remove. Upon
  doing this, the icon would disappear and I would proceed in unplugging
  my external hard drive.

  However, since upgrading to Ubuntu 12.10, this option is no longer
  available in the context menus (Quicklists) for external drives.

  Instead, all I see is Unmount, and after clicking Unmount the icon
  remains on the task-bar (launcher) and no indication is given that
  would imply that the unmount occurred successfully.

  The intent of this report is to bring back the Safely Remove option
  which (by making the icon disappear after selected) indicates that you
  may now safely removal your USB external hard drive (by unplugging its
  usb connector).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.8.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Wed Oct 17 14:55:17 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to quantal on 2012-10-04 (13 days ago)

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

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


[Desktop-packages] [Bug 1043031] Re: ja/zh fontconfig configuration only applied when locale is set 'natively'

2013-02-04 Thread Iain Lane
Alright, there - I've added this to 65-ttf-wqy-microhei in my PPA.
Please let me know how it goes! (make sure you reset 65-nonlatin back to
how it was)

Cheers

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

Title:
  ja/zh fontconfig configuration only applied when locale is set
  'natively'

Status in “language-selector” package in Ubuntu:
  Confirmed
Status in “ubiquity” package in Ubuntu:
  Fix Released

Bug description:
  When I try to use fontconfig-voodoo in Ubuntu 12.10 from terminal,
  it told me:

  The program 'fontconfig-voodoo' is currently not installed. You can 
install it by typing:
  sudo apt-get install language-selector-common

  Actually, I have language-selector-common package installed in my
  Ubuntu.

  Where is fontconfig-voodoo? Without it, I can't config the correct
  Chinese fonts under English locale.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1043031/+subscriptions

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


[Desktop-packages] [Bug 1115384] Re: nautilus crashed with SIGABRT in raise()

2013-02-04 Thread Apport retracing service
*** This bug is a duplicate of bug 1047971 ***
https://bugs.launchpad.net/bugs/1047971

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1115384/+attachment/3514506/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1115384/+attachment/3514508/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1115384/+attachment/3514509/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1115384/+attachment/3514510/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1115384/+attachment/3514511/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1115384/+attachment/3514512/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1115384/+attachment/3514513/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  nautilus crashed with SIGABRT in raise()

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  nautilus crashed with SIGABRT in raise()

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: nautilus 1:3.6.3-0ubuntu5
  ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
  Uname: Linux 3.8.0-4-generic i686
  ApportVersion: 2.8-0ubuntu4
  Architecture: i386
  Date: Mon Feb  4 20:24:15 2013
  ExecutablePath: /usr/bin/nautilus
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'800x540+110+26'
  InstallationDate: Installed on 2013-01-05 (30 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130104)
  MarkForUpload: True
  ProcCmdline: nautilus -n
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: nautilus
  StacktraceTop:
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   ?? () from /lib/i386-linux-gnu/libc.so.6
   __assert_fail () from /lib/i386-linux-gnu/libc.so.6
   _XAllocID () from /usr/lib/i386-linux-gnu/libX11.so.6
  Title: nautilus crashed with SIGABRT in raise()
  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/nautilus/+bug/1115384/+subscriptions

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


Re: [Desktop-packages] [Bug 1114520] Re: Graphical Wine applications fail to load

2013-02-04 Thread Ken Sharp
As I have clearly stated it is not an error with Wine: it affects Wine.

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

Title:
  Graphical Wine applications fail to load

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

Bug description:
  Graphical applications that run under Wine, such as the SlingPlayer 1.5 will 
fail to load with the fglrx package installed.
  http://appdb.winehq.org/objectManager.php?sClass=versioniId=11492

  Using fglrx-updates used to allow everything to run correctly, and
  with a significant improvement in native graphics quality and speed.
  This is now blocked by Bug #1058040 and Bug #1113331.

  Although these two .debs appear to be the same, there is something
  fundamentally different.

  Works: 
http://gb.archive.ubuntu.com/ubuntu/pool/restricted/f/fglrx-installer-updates/fglrx-updates_8.960-0ubuntu1_amd64.deb
  Fails: 
http://gb.archive.ubuntu.com/ubuntu/pool/restricted/f/fglrx-installer/fglrx_8.960-0ubuntu1.1_amd64.deb

  $ glxinfo
  X Error of failed request:  BadRequest (invalid request code or no such 
operation)
Major opcode of failed request:  139 (ATIFGLEXTENSION)
Minor opcode of failed request:  66 ()
Serial number of failed request:  242
Current serial number in output stream:  242

  This works fine with the old fglrx-update package.

  Workaround is to install this old fglrx-update package manually and
  lock the version.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: fglrx 2:8.960-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
  Uname: Linux 3.2.0-37-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: None
  Date: Sun Feb  3 17:24:06 2013
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.20.155.1+bdcom, 3.2.0-36-generic, x86_64: installed
   bcmwl, 6.20.155.1+bdcom, 3.2.0-37-generic, x86_64: installedError! Could not 
locate dkms.conf file.
   File:  does not exist.
   
   fglrx, 8.960, 3.2.0-37-generic, x86_64: installed
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RS880M [Mobility Radeon HD 4200 Series] 
[1002:9712] (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:036e]
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  MachineType: Acer Aspire 5551
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-37-generic 
root=UUID=bcf30c65-9b6f-492c-896c-332ab1682c02 ro 
crashkernel=384M-2G:64M,2G-:128M
  SourcePackage: fglrx-installer
  UnitySupportTest:
   Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 1: X Error of failed request:  BadRequest (invalid request code or no 
such operation)
 Major opcode of failed request:  139 (ATIFGLEXTENSION)
 Minor opcode of failed request:  66 ()
 Serial number of failed request:  23
 Current serial number in output stream:  23
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/27/2011
  dmi.bios.vendor: Acer
  dmi.bios.version: V2.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JE50_DN
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.14
  dmi.modalias: 
dmi:bvnAcer:bvrV2.14:bd07/27/2011:svnAcer:pnAspire5551:pvrV2.14:rvnAcer:rnJE50_DN:rvrBaseBoardVersion:cvnAcer:ct10:cvrV2.14:
  dmi.product.name: Aspire 5551
  dmi.product.version: V2.14
  dmi.sys.vendor: Acer
  drirc:
   driconf
   /driconf
  version.compiz: compiz 1:0.9.7.12-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.39-0ubuntu0.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.8
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

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

[Desktop-packages] [Bug 972537] Re: lightdm doesn't allow expired passwords

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package lightdm - 1.2.3-0ubuntu1

---
lightdm (1.2.3-0ubuntu1) precise-proposed; urgency=low

  * New upstream release:
- Correctly implement and test autologin timeouts (LP: #902852)
- Move from QString::fromLocal8Bit to QString::fromUtf8 when converting from
  gchar
- Support multiple simultaneous PAM prompts (LP: #972537)
- Write utmp records for sessions
- Add missing regression test script
  * debian/liblightdm-gobject-1-0.symbols:
- Updated
  * debian/patches/05_utmp.patch:
- Applied upstream
 -- Robert Ancell robert.anc...@canonical.com   Wed, 21 Nov 2012 15:43:29 
+1300

** Changed in: lightdm (Ubuntu Precise)
   Status: Fix Committed = 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/972537

Title:
  lightdm doesn't allow expired passwords

Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “unity-greeter” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Precise:
  Triaged
Status in “unity-greeter” source package in Precise:
  Fix Committed

Bug description:
  [Impact]
  Kerberos accounts on Ubuntu 12.04.1 can't force password changes via 
unity-greeter.

  [Test Case]
  1. Set up a Kerberos server and client machine (see 
http://bobthegnome.blogspot.co.nz/2012/11/testing-kerberos-in-ubuntu.html)
  2. Log into unity-greeter on client machine
  Expected result:
  Unity Greeter shows appropriate prompts to change password and can log in 
once password changed/
  Observed result:
  Some prompts skipped, password not changed and unable to log in.

  [Regression Potential]
  Potential of breaking other authentication. This has been tested with the 
lightdm regression tests.

  In Ubuntu 12.04, when logging in using the unity greeter in lightdm
  (1.1.9-0ubuntu1) with a user using Kerberos with an expired password,
  the login screen doesn't give the user the appropriate feedback to set
  their new password.  The text console works correctly.  The previous
  LTS used GDM, which behaved correctly.

  The normal prompting for this is:
  Username: cmo-test
  Password:  
  Password expired.  You must change it now.
  Enter new password:  
  Enter it again:  

  Instead, in lightdm, it is:
  Username: cmo-test
  Password: 
  Enter it again: 

  The Password expired message is never shown, and Enter it again is
  shown in the box instead of Enter new password.  If you use lighdm-
  gtk-greeter, you get the password expired message printed under the
  box, but still have the same prompting, never asking for the new
  password.

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

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


[Desktop-packages] [Bug 972537] Re: lightdm doesn't allow expired passwords

2013-02-04 Thread Colin Watson
And reopening since, as explained in previous comments, this bug does
not appear to be fixed yet.

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

** Changed in: lightdm (Ubuntu Precise)
Milestone: ubuntu-12.04.2 = ubuntu-12.04.3

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

Title:
  lightdm doesn't allow expired passwords

Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “unity-greeter” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Precise:
  Triaged
Status in “unity-greeter” source package in Precise:
  Fix Committed

Bug description:
  [Impact]
  Kerberos accounts on Ubuntu 12.04.1 can't force password changes via 
unity-greeter.

  [Test Case]
  1. Set up a Kerberos server and client machine (see 
http://bobthegnome.blogspot.co.nz/2012/11/testing-kerberos-in-ubuntu.html)
  2. Log into unity-greeter on client machine
  Expected result:
  Unity Greeter shows appropriate prompts to change password and can log in 
once password changed/
  Observed result:
  Some prompts skipped, password not changed and unable to log in.

  [Regression Potential]
  Potential of breaking other authentication. This has been tested with the 
lightdm regression tests.

  In Ubuntu 12.04, when logging in using the unity greeter in lightdm
  (1.1.9-0ubuntu1) with a user using Kerberos with an expired password,
  the login screen doesn't give the user the appropriate feedback to set
  their new password.  The text console works correctly.  The previous
  LTS used GDM, which behaved correctly.

  The normal prompting for this is:
  Username: cmo-test
  Password:  
  Password expired.  You must change it now.
  Enter new password:  
  Enter it again:  

  Instead, in lightdm, it is:
  Username: cmo-test
  Password: 
  Enter it again: 

  The Password expired message is never shown, and Enter it again is
  shown in the box instead of Enter new password.  If you use lighdm-
  gtk-greeter, you get the password expired message printed under the
  box, but still have the same prompting, never asking for the new
  password.

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

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


[Desktop-packages] [Bug 1049522] Re: auctex installs emacs23 even when emacs24 is installed

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

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

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

Title:
  auctex installs emacs23 even when emacs24 is installed

Status in “auctex” package in Ubuntu:
  Confirmed
Status in “ecb” package in Ubuntu:
  Confirmed
Status in “auctex” package in Debian:
  Fix Released

Bug description:
  i have emacs24 installed. if i install the auctex-package, it installs
  emacs23 alongside and, unfortunately, installs the scripts in
  /usr/share/emacs23/site-lisp, instead of /usr/share/emacs/site-lisp

  sudo apt-get install auctex emacs24

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following extra packages will be installed:
doc-base emacs23 emacs23-bin-common emacs23-common emacs23-common-non-dfsg 
libm17n-0 libotf0 libuuid-perl libyaml-tiny-perl m17n-contrib
m17n-db preview-latex-style
  Suggested packages:
catdvi dvipng lacheck rarian-compat emacs23-el m17n-docs
  The following packages will be REMOVED:
emacs24-nox
  The following NEW packages will be installed:
auctex doc-base emacs23 emacs23-bin-common emacs23-common 
emacs23-common-non-dfsg emacs24 libm17n-0 libotf0 libuuid-perl
libyaml-tiny-perl m17n-contrib m17n-db preview-latex-style
  0 upgraded, 14 newly installed, 1 to remove and 0 not upgraded.
  Need to get 34.2 MB of archives.
  After this operation, 92.2 MB of additional disk space will be used.
  Do you want to continue [Y/n]?

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

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


  1   2   3   >