[Desktop-packages] [Bug 1308105] Re: Xfce resets TV mode to NULL when power cycled

2014-05-05 Thread Ernst Sjöstrand
One workaround is to install gnome-settings-daemon and check the box in
Xfce session settings to start gnome services on startup.

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

Title:
  Xfce resets TV mode to NULL when power cycled

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

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

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

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

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

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

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

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

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

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

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


[Desktop-packages] [Bug 576648] Re: package nvidia-* failed to install/upgrade: nvidia-* kernel module failed to build (Unable to determine the target kernel version.)

2014-05-05 Thread dino99
** Tags added: trusty

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

Title:
  package nvidia-* failed to install/upgrade: nvidia-* kernel module
  failed to build (Unable to determine the target kernel version.)

Status in NVIDIA Drivers Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-173” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers-304” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers-304-updates” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-313-updates” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers-96” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-experimental-304” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-experimental-310” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-updates” package in Ubuntu:
  Triaged

Bug description:
  WORKAROUND:

  Revert back to the kernel version that your Ubuntu release came with.

  TEST CASE FOR 10.04:

  Starting with a fresh Ubuntu 10.04.3 installation...

  sudo add-apt-repository ppa:kernel-ppa/ppa
  sudo apt-get update
  sudo apt-get install linux-image-3.0.0-8-generic
  sudo apt-get install linux-headers-3.0.0-8-generic
  # or should that be: install linux-lts-backport-oneiric ?
  # REBOOT
  sudo apt-get install nvidia-173
  # The above command fails with an error.

  # Check the exact error:
  cat /var/lib/dkms/nvidia-173/*/build/make.log

  ORIGINAL DESCRIPTION:

  Brand new install of 10.04 onto a formatted hard drive. The upgrade
  icon said there was a restricted driver available - I clicked it. When
  I was running a Windows XP VMWare image, the video seemed to
  completely reset. I had to shut down and restart.

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: nvidia-current 195.36.15-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Thu May  6 16:43:59 2010
  DkmsStatus:
   nvidia-current, 195.36.15, 2.6.32-21-generic, x86_64: installed
   nvidia-current, 195.36.15, 2.6.32-22-generic, x86_64: installed
  ErrorMessage: nvidia-current kernel module failed to build
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MachineType: LENOVO 64576DU
  PackageVersion: 195.36.15-0ubuntu3
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     3.3V 32-bit PC Card
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=UUID=e48c7906-adfe-4aef-b42f-afbb2328f9c3 ro quiet splash
  SourcePackage: nvidia-graphics-drivers
  Title: package nvidia-current 195.36.15-0ubuntu3 failed to install/upgrade: 
nvidia-current kernel module failed to build
  dmi.bios.date: 08/22/2007
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LET51WW (1.21 )
  dmi.board.name: 64576DU
  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:bvr7LET51WW(1.21):bd08/22/2007:svnLENOVO:pn64576DU:pvrThinkPadT61:rvnLENOVO:rn64576DU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 64576DU
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO
  glxinfo: Error: [Errno 2] No such file or directory
  system:
   distro: Ubuntu
   codename:   lucid
   architecture:   x86_64
   kernel: 2.6.32-22-generic

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

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


[Desktop-packages] [Bug 1315825] Re: [Inspiron N5010, IDT 92HD81B1X5, Speaker, Internal] Underruns, dropouts or crackling sound

2014-05-05 Thread Nikhil
** Description changed:

  [Inspiron N5010, IDT 92HD81B1X5, Speaker, Internal] Underruns, dropouts
  or crackling sound
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: pulseaudio 1:4.0-0ubuntu6
  ProcVersionSignature: Ubuntu 3.11.0-20.34-generic 3.11.10.6
  Uname: Linux 3.11.0-20-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  nikhil 2435 F pulseaudio
-  /dev/snd/controlC0:  nikhil 2435 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  nikhil 2435 F pulseaudio
+  /dev/snd/controlC0:  nikhil 2435 F pulseaudio
  Date: Sun May  4 14:27:40 2014
  MarkForUpload: True
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID successful
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: Underruns, dropouts, or crackling sound
  Title: [Inspiron N5010, IDT 92HD81B1X5, Speaker, Internal] Underruns, 
dropouts or crackling sound
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/17/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 0YXXJJ
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A10
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A10
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd11/17/2010:svnDellInc.:pnInspironN5010:pvrA10:rvnDellInc.:rn0YXXJJ:rvrA10:cvnDellInc.:ct8:cvrA10:
  dmi.product.name: Inspiron N5010
  dmi.product.version: A10
  dmi.sys.vendor: Dell Inc.

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

Title:
  [Inspiron N5010, IDT 92HD81B1X5, Speaker, Internal] Underruns,
  dropouts or crackling sound

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  [Inspiron N5010, IDT 92HD81B1X5, Speaker, Internal] Underruns,
  dropouts or crackling sound

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: pulseaudio 1:4.0-0ubuntu6
  ProcVersionSignature: Ubuntu 3.11.0-20.34-generic 3.11.10.6
  Uname: Linux 3.11.0-20-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  nikhil 2435 F pulseaudio
   /dev/snd/controlC0:  nikhil 2435 F pulseaudio
  Date: Sun May  4 14:27:40 2014
  MarkForUpload: True
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID successful
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: Underruns, dropouts, or crackling sound
  Title: [Inspiron N5010, IDT 92HD81B1X5, Speaker, Internal] Underruns, 
dropouts or crackling sound
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/17/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 0YXXJJ
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A10
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A10
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd11/17/2010:svnDellInc.:pnInspironN5010:pvrA10:rvnDellInc.:rn0YXXJJ:rvrA10:cvnDellInc.:ct8:cvrA10:
  dmi.product.name: Inspiron N5010
  dmi.product.version: A10
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1315996] Re: nm-applet is being autostarted under gnome-shell, Again....

2014-05-05 Thread Dmitry Shachnev
I think this is intended (upstream) behaviour. See
https://git.gnome.org/browse/network-manager-
applet/commit/?id=e192e83c1aa136512a9d4f026f81677799af8127:

Change the shell interaction code so that we only create an
NMSecretAgent if the shell is not running, and we permanently destroy it
if the shell ever starts up.

I.e. nm-applet is autostarted, but immediately destroys itself when
gnome-shell is detected.

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

Title:
  nm-applet is being autostarted under gnome-shell, Again

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

Bug description:
  nm-applet is no longer required under gnome-shell. Yet once again it
  is being autostarted again (I already fixed this once, but seems the
  patch was dropped)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: network-manager-gnome 0.9.8.8-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.2-0ubuntu2
  Architecture: amd64
  Date: Mon May  5 14:37:37 2014
  InstallationDate: Installed on 2012-09-23 (589 days ago)
  InstallationMedia: Ubuntu GNOME Remix 12.10 Quantal Quetzal - Alpha 
amd64(20120922)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0.14vlan  unmanaged 
/org/freedesktop/NetworkManager/Devices/2  
   test   vlan  unmanaged 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunmanaged 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.8connected   enabled   enabled 
disabled   enabled disabled

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

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


[Desktop-packages] [Bug 1315896] Re: In Files (Nautilus), “Select Items Matching” doesn't work in “View items as list” mode

2014-05-05 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = New

** Changed in: nautilus
   Importance: Unknown = Critical

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

Title:
  In Files (Nautilus), “Select Items Matching” doesn't work in “View
  items as list” mode

Status in Nautilus:
  New
Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  [The bug]
  File selection by the “Select Items Matching” tool doesn't work in Files 
(Nautilus) when the view mode is set to “View items as list”. When the pattern 
containing * or ? is entered in the “Select Items Matching” dialogue, only one 
item matching the pattern is selected instead of all matching items. The 
selection works fine in “View items as a grid of icons” mode.

  [Test case]
  1. Open a folder in Nautilus containing, for example, several pdf files.
  2. Switch to “View items as list” mode by pressing Ctrl+1 or by View - List 
or by pressing the corresponding button in the right part of the toolbar.
  3. Open the “Select Items Matching” dialogue by pressing Ctrl+S or by Edit - 
Select Items Matching...
  4. Enter the string “*.pdf” (without quotes) into the “Pattern” input field 
of the “Select Items Matching” dialogue. Press OK.

  [What is expected]
  All the pdf files in the folder should be selected.

  [What happens]
  Only one pdf file is selected.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun May  4 19:31:19 2014
  ExecutablePath: /usr/bin/nautilus
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'where', 'owner', 'group', 
'permissions', 'mime_type', 'date_accessed']
  InstallationDate: Installed on 2012-05-02 (732 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to trusty on 2014-04-21 (12 days ago)

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

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


[Desktop-packages] [Bug 1316021] [NEW] OAuth2 Tokens from providers that don't provide an expiry date are incorrectly expired on first use

2014-05-05 Thread James Henstridge
Public bug reported:

I've been trying to use the Online Accounts system to manage log in to
the SoundCloud web site, and hit a problem: I can sign in without
problem through the control panel, but when I try to retrieve the token
via libsignon-glib, I get an error and the account is marked as signed
out.

Looking at the syslog chatter from signond, it apparently decides that
the token has expired:

May  5 14:11:50 scruffy signonpluginprocess[7357]: oauth2plugin.cpp
206 respondWithStoredToken : Stored token is expired

This was a bit surprising, since SoundCloud says their tokens are not
set to expire.  Looking furtherback to where the token was stored, I
see:

May  5 14:10:03 scruffy signonpluginprocess[7263]: oauth2plugin.cpp
631 storeResponse : QMap((REDACTED_CLIENTID, QVariant(QVariantMap,
QMap((Expiry, QVariant(int, 0) ) ( Scopes ,  QVariant(QStringList,
(non-expiring) ) ) ( Token ,  QVariant(QString, REDACTED_TOKEN) )
( refresh_token ,  QVariant(QString, ) ) ( timestamp ,
QVariant(uint, 1399270203) ) )  ) ) )

In particular, Expiry==0.  This seems to be the code where the expiry is
set, where it reads the expires_in property from the response JSON:

http://code.google.com/p/accounts-
sso/source/browse/src/oauth2plugin.cpp?repo=signon-plugin-oauth2#444

However, looking at the SoundCloud HTTP API reference, it isn't sending
this in their JSON response:

http://developers.soundcloud.com/docs/api/reference#token

It looks like this method needs to check whether expires_in is actually
included in the JSON response.

** Affects: signon-plugin-oauth2 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  OAuth2 Tokens from providers that don't provide an expiry date are
  incorrectly expired on first use

Status in “signon-plugin-oauth2” package in Ubuntu:
  New

Bug description:
  I've been trying to use the Online Accounts system to manage log in to
  the SoundCloud web site, and hit a problem: I can sign in without
  problem through the control panel, but when I try to retrieve the
  token via libsignon-glib, I get an error and the account is marked as
  signed out.

  Looking at the syslog chatter from signond, it apparently decides that
  the token has expired:

  May  5 14:11:50 scruffy signonpluginprocess[7357]:
  oauth2plugin.cpp 206 respondWithStoredToken : Stored token is expired

  This was a bit surprising, since SoundCloud says their tokens are not
  set to expire.  Looking furtherback to where the token was stored, I
  see:

  May  5 14:10:03 scruffy signonpluginprocess[7263]:
  oauth2plugin.cpp 631 storeResponse : QMap((REDACTED_CLIENTID,
  QVariant(QVariantMap, QMap((Expiry, QVariant(int, 0) ) ( Scopes ,
  QVariant(QStringList, (non-expiring) ) ) ( Token ,
  QVariant(QString, REDACTED_TOKEN) ) ( refresh_token ,
  QVariant(QString, ) ) ( timestamp ,  QVariant(uint, 1399270203) )
  )  ) ) )

  In particular, Expiry==0.  This seems to be the code where the expiry
  is set, where it reads the expires_in property from the response
  JSON:

  http://code.google.com/p/accounts-
  sso/source/browse/src/oauth2plugin.cpp?repo=signon-plugin-oauth2#444

  However, looking at the SoundCloud HTTP API reference, it isn't
  sending this in their JSON response:

  http://developers.soundcloud.com/docs/api/reference#token

  It looks like this method needs to check whether expires_in is
  actually included in the JSON response.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/signon-plugin-oauth2/+bug/1316021/+subscriptions

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


[Desktop-packages] [Bug 1316021] Re: OAuth2 Tokens from providers that don't provide an expiry date are incorrectly expired on first use

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

** Changed in: signon-plugin-oauth2 (Ubuntu)
   Status: New = Confirmed

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

Title:
  OAuth2 Tokens from providers that don't provide an expiry date are
  incorrectly expired on first use

Status in “signon-plugin-oauth2” package in Ubuntu:
  Confirmed

Bug description:
  I've been trying to use the Online Accounts system to manage log in to
  the SoundCloud web site, and hit a problem: I can sign in without
  problem through the control panel, but when I try to retrieve the
  token via libsignon-glib, I get an error and the account is marked as
  signed out.

  Looking at the syslog chatter from signond, it apparently decides that
  the token has expired:

  May  5 14:11:50 scruffy signonpluginprocess[7357]:
  oauth2plugin.cpp 206 respondWithStoredToken : Stored token is expired

  This was a bit surprising, since SoundCloud says their tokens are not
  set to expire.  Looking furtherback to where the token was stored, I
  see:

  May  5 14:10:03 scruffy signonpluginprocess[7263]:
  oauth2plugin.cpp 631 storeResponse : QMap((REDACTED_CLIENTID,
  QVariant(QVariantMap, QMap((Expiry, QVariant(int, 0) ) ( Scopes ,
  QVariant(QStringList, (non-expiring) ) ) ( Token ,
  QVariant(QString, REDACTED_TOKEN) ) ( refresh_token ,
  QVariant(QString, ) ) ( timestamp ,  QVariant(uint, 1399270203) )
  )  ) ) )

  In particular, Expiry==0.  This seems to be the code where the expiry
  is set, where it reads the expires_in property from the response
  JSON:

  http://code.google.com/p/accounts-
  sso/source/browse/src/oauth2plugin.cpp?repo=signon-plugin-oauth2#444

  However, looking at the SoundCloud HTTP API reference, it isn't
  sending this in their JSON response:

  http://developers.soundcloud.com/docs/api/reference#token

  It looks like this method needs to check whether expires_in is
  actually included in the JSON response.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/signon-plugin-oauth2/+bug/1316021/+subscriptions

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


[Desktop-packages] [Bug 1316023] Re: package cups 1.7.2-2 failed to install/upgrade: s'està intentant sobreescriure «/usr/share/man/man8/cups-lpd.8.gz», que també està en el paquet cups-bsd 1.7.2-0ubu

2014-05-05 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package cups 1.7.2-2 failed to install/upgrade: s'està intentant
  sobreescriure «/usr/share/man/man8/cups-lpd.8.gz», que també està en
  el paquet cups-bsd 1.7.2-0ubuntu1

Status in “cups” package in Ubuntu:
  New

Bug description:
  Had conflict dist-upgrading

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: cups 1.7.2-2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.2-0ubuntu2
  Architecture: amd64
  CupsErrorLog:
   E [04/May/2014:13:01:34 +0200] Unable to bind socket for address 
[v1.::1]:631 - Cannot assign requested address.
   E [04/May/2014:13:02:33 +0200] [cups-driverd] Bad driver information file 
/usr/share/cups/drv/hpcups.drv!
   E [05/May/2014:09:01:20 +0200] Unable to bind socket for address 
[v1.::1]:631 - Cannot assign requested address.
  Date: Sun May  4 12:47:00 2014
  DuplicateSignature: package:cups:1.7.2-2:s'està intentant sobreescriure 
«/usr/share/man/man8/cups-lpd.8.gz», que també està en el paquet cups-bsd 
1.7.2-0ubuntu1
  ErrorMessage: s'està intentant sobreescriure 
«/usr/share/man/man8/cups-lpd.8.gz», que també està en el paquet cups-bsd 
1.7.2-0ubuntu1
  InstallationDate: Installed on 2011-11-21 (895 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  Lpstat: device for Deskjet_3050A_J611: 
hp:/usb/Deskjet_3050A_J611_series?serial=CN24Q5812205PJ
  MachineType: Dell Inc. Dell System XPS L502X
  Papersize: letter
  PpdFiles: Deskjet_3050A_J611: HP Deskjet 3050a j611 Series, hpcups 3.14.3
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=5a15ae34-5eea-4f4e-8b2a-3bfb20eb9f35 ro quiet splash 
crashkernel=384M-2G:64M,2G-:128M crashkernel=384M-2G:64M,2G-:128M 
crashkernel=384M-2G:64M,2G-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=5a15ae34-5eea-4f4e-8b2a-3bfb20eb9f35 ro quiet splash 
crashkernel=384M-2G:64M,2G-:128M crashkernel=384M-2G:64M,2G-:128M 
crashkernel=384M-2G:64M,2G-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M vt.handoff=7
  SourcePackage: cups
  SystemImageInfo: Error: [Errno 2] El fitxer o directori no existeix: 
'system-image-cli'
  Title: package cups 1.7.2-2 failed to install/upgrade: s'està intentant 
sobreescriure «/usr/share/man/man8/cups-lpd.8.gz», que també està en el paquet 
cups-bsd 1.7.2-0ubuntu1
  UpgradeStatus: Upgraded to utopic on 2012-02-27 (797 days ago)
  dmi.bios.date: 10/20/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0YR8NN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/20/2011:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0YR8NN:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L502X
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.cups.cupsd.conf: [modified]
  mtime.conffile..etc.cups.cupsd.conf: 2013-03-15T13:47:13.238531

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

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


[Desktop-packages] [Bug 1316023] [NEW] package cups 1.7.2-2 failed to install/upgrade: s'està intentant sobreescriure «/usr/share/man/man8/cups-lpd.8.gz», que també està en el paquet cups-bsd 1.7.2-0u

2014-05-05 Thread Albert Astals Cid
Public bug reported:

Had conflict dist-upgrading

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: cups 1.7.2-2
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.2-0ubuntu2
Architecture: amd64
CupsErrorLog:
 E [04/May/2014:13:01:34 +0200] Unable to bind socket for address [v1.::1]:631 
- Cannot assign requested address.
 E [04/May/2014:13:02:33 +0200] [cups-driverd] Bad driver information file 
/usr/share/cups/drv/hpcups.drv!
 E [05/May/2014:09:01:20 +0200] Unable to bind socket for address [v1.::1]:631 
- Cannot assign requested address.
Date: Sun May  4 12:47:00 2014
DuplicateSignature: package:cups:1.7.2-2:s'està intentant sobreescriure 
«/usr/share/man/man8/cups-lpd.8.gz», que també està en el paquet cups-bsd 
1.7.2-0ubuntu1
ErrorMessage: s'està intentant sobreescriure 
«/usr/share/man/man8/cups-lpd.8.gz», que també està en el paquet cups-bsd 
1.7.2-0ubuntu1
InstallationDate: Installed on 2011-11-21 (895 days ago)
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
Lpstat: device for Deskjet_3050A_J611: 
hp:/usb/Deskjet_3050A_J611_series?serial=CN24Q5812205PJ
MachineType: Dell Inc. Dell System XPS L502X
Papersize: letter
PpdFiles: Deskjet_3050A_J611: HP Deskjet 3050a j611 Series, hpcups 3.14.3
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=5a15ae34-5eea-4f4e-8b2a-3bfb20eb9f35 ro quiet splash 
crashkernel=384M-2G:64M,2G-:128M crashkernel=384M-2G:64M,2G-:128M 
crashkernel=384M-2G:64M,2G-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M vt.handoff=7
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=5a15ae34-5eea-4f4e-8b2a-3bfb20eb9f35 ro quiet splash 
crashkernel=384M-2G:64M,2G-:128M crashkernel=384M-2G:64M,2G-:128M 
crashkernel=384M-2G:64M,2G-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M vt.handoff=7
SourcePackage: cups
SystemImageInfo: Error: [Errno 2] El fitxer o directori no existeix: 
'system-image-cli'
Title: package cups 1.7.2-2 failed to install/upgrade: s'està intentant 
sobreescriure «/usr/share/man/man8/cups-lpd.8.gz», que també està en el paquet 
cups-bsd 1.7.2-0ubuntu1
UpgradeStatus: Upgraded to utopic on 2012-02-27 (797 days ago)
dmi.bios.date: 10/20/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A07
dmi.board.name: 0YR8NN
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/20/2011:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0YR8NN:rvrA00:cvnDellInc.:ct8:cvr0.1:
dmi.product.name: Dell System XPS L502X
dmi.sys.vendor: Dell Inc.
modified.conffile..etc.cups.cupsd.conf: [modified]
mtime.conffile..etc.cups.cupsd.conf: 2013-03-15T13:47:13.238531

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


** Tags: amd64 apparmor apport-package utopic

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

Title:
  package cups 1.7.2-2 failed to install/upgrade: s'està intentant
  sobreescriure «/usr/share/man/man8/cups-lpd.8.gz», que també està en
  el paquet cups-bsd 1.7.2-0ubuntu1

Status in “cups” package in Ubuntu:
  New

Bug description:
  Had conflict dist-upgrading

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: cups 1.7.2-2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.2-0ubuntu2
  Architecture: amd64
  CupsErrorLog:
   E [04/May/2014:13:01:34 +0200] Unable to bind socket for address 
[v1.::1]:631 - Cannot assign requested address.
   E [04/May/2014:13:02:33 +0200] [cups-driverd] Bad driver information file 
/usr/share/cups/drv/hpcups.drv!
   E [05/May/2014:09:01:20 +0200] Unable to bind socket for address 
[v1.::1]:631 - Cannot assign requested address.
  Date: Sun May  4 12:47:00 2014
  DuplicateSignature: package:cups:1.7.2-2:s'està intentant sobreescriure 
«/usr/share/man/man8/cups-lpd.8.gz», que també està en el paquet cups-bsd 
1.7.2-0ubuntu1
  ErrorMessage: s'està intentant sobreescriure 
«/usr/share/man/man8/cups-lpd.8.gz», que també està en el paquet cups-bsd 
1.7.2-0ubuntu1
  InstallationDate: Installed on 2011-11-21 (895 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  Lpstat: device for Deskjet_3050A_J611: 
hp:/usb/Deskjet_3050A_J611_series?serial=CN24Q5812205PJ
  MachineType: Dell Inc. Dell System XPS L502X
  Papersize: letter
  PpdFiles: Deskjet_3050A_J611: HP Deskjet 3050a j611 Series, hpcups 3.14.3
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=5a15ae34-5eea-4f4e-8b2a-3bfb20eb9f35 ro quiet splash 
crashkernel=384M-2G:64M,2G-:128M 

[Desktop-packages] [Bug 1105085] Re: duplex printing option unavailable

2014-05-05 Thread Jörg Frings-Fürst
Hi Carsten,

still this bug occurs?

I set the status to Incomplete. 
If the bug still occurs please change the status to 'Confirmed'.

Jörg


** Changed in: foomatic-filters (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  duplex printing option unavailable

Status in “foomatic-filters” package in Ubuntu:
  Incomplete

Bug description:
  Hi everyone,

  I'm using Ubuntu 12.04.1 LTS with Gnome 3 installed via Software
  Centre. My Samsung CLP-315 color-laserjet works fine, except that I
  cannot select duplex printing in any printing options dialogue (it's
  grey and says not available). It used to work when freshly
  installed. Suddenly the option was unavailable. The system-config-
  printer troubleshooting wizard provides the information in the
  attached file. Advanced information can be found there as well.

  I'm not sure which package actually causes the problem. (Might be cups
  or foomatic, I guess.) Bug # 1002699 seems to describe a similar
  problem, but I can change most printer settings - except activation of
  duplex printing mode and order (not sure what this option is called
  in english, in german it's 'Reihenfolge). The latest foomatic-
  filters package (foomatic-filters - 4.0.16-0ubuntu0.2) is installed.

  
  If you need more information, please let me know!

  Thanks in advance,

  Carsten

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

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


[Desktop-packages] [Bug 1309885] Re: Cannot enable IM inside Qt5 apps including webapp-container

2014-05-05 Thread David Planella
** Tags added: touch-cn

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

Title:
  Cannot enable IM inside Qt5 apps including webapp-container

Status in Ubuntu Translations:
  New
Status in “im-config” package in Ubuntu:
  Fix Released
Status in “im-config” source package in Trusty:
  In Progress
Status in “im-config” package in Debian:
  Fix Released

Bug description:
  debdiff for utopic:
https://launchpadlibrarian.net/173673054/im-config_utopic_v2.debdiff
  SRU debdiff for trusty:
https://launchpadlibrarian.net/173673094/im-config_trusty-sru_v2.debdiff

  [Impact]

   * Cannot input languages which need IM(ibus, fcitx) in Qt5 apps, e.g.
  webapp-container, webbrowser-app, friends-app, etc.

  [Test Case]
   1. prepare ibus or fcitx environment with CJK(Chinese, Japanese, Korean) 
language, for example.
   2. install and launch webbrowser-app
   3. confirm that you cannot enable IM inside webbrowser-app
   4. update im-config packages to -proposed one
   5. logout from desktop session and re-login
   6. confirm that now you can enable IM and input CJK language with ibus or 
fcitx.

  [Regression Potential]

   * This patch sets QT_IM_MODULE which might affect Qt4 app behaviour,
  both Qt5 and Qt4 app tests are preferred to make sure there is no
  regression for both sides. I used webbrowser-app(Qt5) and skype(Qt4)
  before attaching the patch.

  [Other Info]
  related discussion is debian bug report.
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732396

  -- original description --

  WORKAROUND:
  launch webapp-container with QT_IM_MODULE variable like the line below.

  $ env QT_IM_MODULE=ibus webapp-container --app-id=Gmailmailgooglecom
  --webapp=XX --enable-back-forward --store-session-cookies

  webapp-container looks like QT5 application, im-config needs to care
  about QT_IM_MODULE in addition to other *_IM_MODULE variables?

  ProblemType: BugDistroRelease: Ubuntu 14.04
  Package: im-config 0.24-1ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr 19 17:23:15 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-10-15 (185 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Beta amd64 (20131014)
  PackageArchitecture: allSourcePackage: im-config
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1309885/+subscriptions

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


[Desktop-packages] [Bug 1315969] [NEW] ftp connections via kde apps take extremely long

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

There is a long delay starting FTP connections from KDE apps. Same
behavior with krusader, konqueror, rekonq and dolphin.

Immediately after establishing a connection with networkmanager FTP
connections are immediate. After letting some time pass the following
message appears in syslog and the FTP connections (and thus the program
trying to establish the connection) hang upon connect:

May  4 20:25:16 viper1 dbus[568]: [system] Activating service 
name='org.freedesktop.nm_dispatcher' (using servicehelper)
May  4 20:25:16 viper1 dbus[568]: [system] Successfully activated service 
'org.freedesktop.nm_dispatcher'

Honestly, I'm not sure if this is a dbus, or network manager issue, but
the kde apps are the only ones I've found affected.

After I get this message, I can choose to disconnect via the plasmoid,
then reconnect to the network and FTP connections are instant again, for
a while, until the dbus nm_dispatcher message is logged again.

sftp, fish, and smb all seem to work fine.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: kde-runtime 4:4.13.0-0ubuntu1
Uname: Linux 3.15.0-031500rc3-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: KDE
Date: Sun May  4 20:29:53 2014
InstallationDate: Installed on 2014-03-21 (44 days ago)
InstallationMedia: It
SourcePackage: kde-runtime
UpgradeStatus: Upgraded to trusty on 2014-03-24 (41 days ago)

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


** Tags: amd64 apport-bug third-party-packages trusty
-- 
ftp connections via kde apps take extremely long
https://bugs.launchpad.net/bugs/1315969
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to network-manager in Ubuntu.

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


[Desktop-packages] [Bug 1304404] Re: Periodic breaks in communication (modem ZTE MF 667)

2014-05-05 Thread Tamir
** Attachment removed: syslog
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1304404/+attachment/4102293/+files/syslog

** Attachment added: syslog(1)
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1304404/+attachment/4105366/+files/syslog%281%29

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

Title:
  Periodic breaks in communication (modem ZTE MF 667)

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

Bug description:
  If you create access to the Internet using usb modem ZTE MF667 then the 
network periodically breaks.
  After connecting the modem ZTE MF 667 works extremely unstable. If when 
loading using a torrent client then the network is stable, if you just look for 
information on the Internet, that is not stable (that disconnection occur very
  often).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: network-manager 0.9.8.8-0ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Apr  8 16:49:01 2014
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-04-06 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140405)
  IpRoute:
   default via 10.64.64.64 dev ppp0  proto static
   10.64.64.64 dev ppp0  proto kernel  scope link  src 10.39.225.164
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-nm:
   ** (process:23293): WARNING **: Could not create object for 
/org/freedesktop/NetworkManager/Settings/2: uid 1000 has no permission to 
perform this operation

   ** (process:23293): WARNING **: handle_property_changed: failed to update 
property 'available-connections' of object type NMDeviceModem.
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   running 0.9.8.8connected   enabled   enabled 
disabled   enabled enabled

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

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


[Desktop-packages] [Bug 1080492] Re: While using Orca, file opporations window becomes inaccessible.

2014-05-05 Thread Sebastien Bacher
Thanks for upstreaming the issue

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

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

** Also affects: nautilus via
   https://bugzilla.gnome.org/show_bug.cgi?id=729416
   Importance: Unknown
   Status: Unknown

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

Title:
  While using Orca, file opporations window becomes inaccessible.

Status in Nautilus:
  Unknown
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  When I copy or move a file in Nautilus the first time durring a
  session, the window reads just fine with the Orca screen reader.
  However, if I copy or move another file, Orca acts like there's
  nothing in the window.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.4.2-0ubuntu5
  ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31
  Uname: Linux 3.2.0-33-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 2.0.1-0ubuntu15
  Architecture: amd64
  Date: Sun Nov 18 17:42:01 2012
  GsettingsChanges:
   org.gnome.nautilus.window-state geometry '800x550+0+24'
   org.gnome.nautilus.window-state start-with-sidebar false
  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: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1311928] Re: Select Items Matching functionality buggy in list view

2014-05-05 Thread Sebastien Bacher
Thanks

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

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

Title:
  Select Items Matching functionality buggy in list view

Status in Nautilus:
  New
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  Since upgrading from 13.10 to 14.04, the 'Select Items Matching'
  functionality is broken - it only selects the first file matching the
  pattern, instead of all.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 24 09:54:16 2014
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'default-visible-columns' b['name', 
'size', 'type', 'date_modified', 'RabbitVCS::age_column', 
'RabbitVCS::author_column']
   b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
   b'org.gnome.nautilus.list-view' b'default-column-order' b['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where', 
'RabbitVCS::age_column', 'RabbitVCS::author_column', 
'RabbitVCS::revision_column', 'RabbitVCS::status_column', 'date_accessed']
  InstallationDate: Installed on 2013-08-15 (251 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to trusty on 2014-04-21 (2 days ago)

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

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


[Desktop-packages] [Bug 1315996] Re: nm-applet is being autostarted under gnome-shell, Again....

2014-05-05 Thread Tim
well that is not working. nm-applet is never getting destroyed here
under gnome-shell

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

Title:
  nm-applet is being autostarted under gnome-shell, Again

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

Bug description:
  nm-applet is no longer required under gnome-shell. Yet once again it
  is being autostarted again (I already fixed this once, but seems the
  patch was dropped)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: network-manager-gnome 0.9.8.8-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.2-0ubuntu2
  Architecture: amd64
  Date: Mon May  5 14:37:37 2014
  InstallationDate: Installed on 2012-09-23 (589 days ago)
  InstallationMedia: Ubuntu GNOME Remix 12.10 Quantal Quetzal - Alpha 
amd64(20120922)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0.14vlan  unmanaged 
/org/freedesktop/NetworkManager/Devices/2  
   test   vlan  unmanaged 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunmanaged 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.8connected   enabled   enabled 
disabled   enabled disabled

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

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


[Desktop-packages] [Bug 1316031] [NEW] i cant login to my gmail account via empathy messanger

2014-05-05 Thread Yogesh
Public bug reported:

i cant login to my gmail account via empathy messanger

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: empathy 3.8.6-0ubuntu9
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon May  5 13:15:33 2014
InstallationDate: Installed on 2014-05-01 (3 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140416.2)
SourcePackage: empathy
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  i cant login to my gmail account via empathy messanger

Status in “empathy” package in Ubuntu:
  New

Bug description:
  i cant login to my gmail account via empathy messanger

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: empathy 3.8.6-0ubuntu9
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Mon May  5 13:15:33 2014
  InstallationDate: Installed on 2014-05-01 (3 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1315969] Re: ftp connections via kde apps take extremely long

2014-05-05 Thread Harald Sitter
** Package changed: kde-runtime (Ubuntu) = network-manager (Ubuntu)

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

Title:
  ftp connections via kde apps take extremely long

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

Bug description:
  There is a long delay starting FTP connections from KDE apps. Same
  behavior with krusader, konqueror, rekonq and dolphin.

  Immediately after establishing a connection with networkmanager FTP
  connections are immediate. After letting some time pass the following
  message appears in syslog and the FTP connections (and thus the
  program trying to establish the connection) hang upon connect:

  May  4 20:25:16 viper1 dbus[568]: [system] Activating service 
name='org.freedesktop.nm_dispatcher' (using servicehelper)
  May  4 20:25:16 viper1 dbus[568]: [system] Successfully activated service 
'org.freedesktop.nm_dispatcher'

  Honestly, I'm not sure if this is a dbus, or network manager issue,
  but the kde apps are the only ones I've found affected.

  After I get this message, I can choose to disconnect via the plasmoid,
  then reconnect to the network and FTP connections are instant again,
  for a while, until the dbus nm_dispatcher message is logged again.

  sftp, fish, and smb all seem to work fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: kde-runtime 4:4.13.0-0ubuntu1
  Uname: Linux 3.15.0-031500rc3-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun May  4 20:29:53 2014
  InstallationDate: Installed on 2014-03-21 (44 days ago)
  InstallationMedia: It
  SourcePackage: kde-runtime
  UpgradeStatus: Upgraded to trusty on 2014-03-24 (41 days ago)

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

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


[Desktop-packages] [Bug 1316023] Re: package cups 1.7.2-2 failed to install/upgrade: s'està intentant sobreescriure «/usr/share/man/man8/cups-lpd.8.gz», que també està en el paquet cups-bsd 1.7.2-0ubu

2014-05-05 Thread Till Kamppeter
*** This bug is a duplicate of bug 1315766 ***
https://bugs.launchpad.net/bugs/1315766

** This bug has been marked a duplicate of bug 1315766
   package cups 1.7.2-0ubuntu1 failed to install/upgrade: trying to overwrite 
'/usr/share/man/man8/cups-lpd.8.gz', which is also in package cups-bsd 
1.7.2-0ubuntu1

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

Title:
  package cups 1.7.2-2 failed to install/upgrade: s'està intentant
  sobreescriure «/usr/share/man/man8/cups-lpd.8.gz», que també està en
  el paquet cups-bsd 1.7.2-0ubuntu1

Status in “cups” package in Ubuntu:
  New

Bug description:
  Had conflict dist-upgrading

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: cups 1.7.2-2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.2-0ubuntu2
  Architecture: amd64
  CupsErrorLog:
   E [04/May/2014:13:01:34 +0200] Unable to bind socket for address 
[v1.::1]:631 - Cannot assign requested address.
   E [04/May/2014:13:02:33 +0200] [cups-driverd] Bad driver information file 
/usr/share/cups/drv/hpcups.drv!
   E [05/May/2014:09:01:20 +0200] Unable to bind socket for address 
[v1.::1]:631 - Cannot assign requested address.
  Date: Sun May  4 12:47:00 2014
  DuplicateSignature: package:cups:1.7.2-2:s'està intentant sobreescriure 
«/usr/share/man/man8/cups-lpd.8.gz», que també està en el paquet cups-bsd 
1.7.2-0ubuntu1
  ErrorMessage: s'està intentant sobreescriure 
«/usr/share/man/man8/cups-lpd.8.gz», que també està en el paquet cups-bsd 
1.7.2-0ubuntu1
  InstallationDate: Installed on 2011-11-21 (895 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  Lpstat: device for Deskjet_3050A_J611: 
hp:/usb/Deskjet_3050A_J611_series?serial=CN24Q5812205PJ
  MachineType: Dell Inc. Dell System XPS L502X
  Papersize: letter
  PpdFiles: Deskjet_3050A_J611: HP Deskjet 3050a j611 Series, hpcups 3.14.3
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=5a15ae34-5eea-4f4e-8b2a-3bfb20eb9f35 ro quiet splash 
crashkernel=384M-2G:64M,2G-:128M crashkernel=384M-2G:64M,2G-:128M 
crashkernel=384M-2G:64M,2G-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=5a15ae34-5eea-4f4e-8b2a-3bfb20eb9f35 ro quiet splash 
crashkernel=384M-2G:64M,2G-:128M crashkernel=384M-2G:64M,2G-:128M 
crashkernel=384M-2G:64M,2G-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M vt.handoff=7
  SourcePackage: cups
  SystemImageInfo: Error: [Errno 2] El fitxer o directori no existeix: 
'system-image-cli'
  Title: package cups 1.7.2-2 failed to install/upgrade: s'està intentant 
sobreescriure «/usr/share/man/man8/cups-lpd.8.gz», que també està en el paquet 
cups-bsd 1.7.2-0ubuntu1
  UpgradeStatus: Upgraded to utopic on 2012-02-27 (797 days ago)
  dmi.bios.date: 10/20/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0YR8NN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd10/20/2011:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0YR8NN:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L502X
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.cups.cupsd.conf: [modified]
  mtime.conffile..etc.cups.cupsd.conf: 2013-03-15T13:47:13.238531

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

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


[Desktop-packages] [Bug 1316035] [NEW] matrox g200eR2 is unclaimed in 14.04

2014-05-05 Thread Zoltán Maróti
Public bug reported:

On a certified Dell PowerEdge T620 server
(http://www.ubuntu.com/certification/hardware/201207-11426/)

The matrox video card is not recognised:
lspci | grep VGA
0a:00.0 VGA compatible controller: Matrox Electronics Systems Ltd. G200eR2

lshw -C display
  *-display UNCLAIMED 
   description: VGA compatible controller
   product: G200eR2
   vendor: Matrox Electronics Systems Ltd.
   physical id: 0
   bus info: pci@:0a:00.0
   version: 00
   width: 32 bits
   clock: 33MHz
   capabilities: pm vga_controller bus_master cap_list
   configuration: latency=64 maxlatency=32 mingnt=16
   resources: memory:d800-d8ff memory:deffc000-deff 
memory:de00-de7f

Thus xserver is not hardver accelerated.

Also /dev/dri and /dev/dri/card0 is missing.

kernel module mga is not loaded, although if i manually load by modprobe it 
works fine
modprobe mga
lsmod | grep mga
mga40811  0 
drm   302817  1 mga

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

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

Title:
  matrox g200eR2 is unclaimed in 14.04

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

Bug description:
  On a certified Dell PowerEdge T620 server
  (http://www.ubuntu.com/certification/hardware/201207-11426/)

  The matrox video card is not recognised:
  lspci | grep VGA
  0a:00.0 VGA compatible controller: Matrox Electronics Systems Ltd. G200eR2

  lshw -C display
*-display UNCLAIMED 
 description: VGA compatible controller
 product: G200eR2
 vendor: Matrox Electronics Systems Ltd.
 physical id: 0
 bus info: pci@:0a:00.0
 version: 00
 width: 32 bits
 clock: 33MHz
 capabilities: pm vga_controller bus_master cap_list
 configuration: latency=64 maxlatency=32 mingnt=16
 resources: memory:d800-d8ff memory:deffc000-deff 
memory:de00-de7f

  Thus xserver is not hardver accelerated.

  Also /dev/dri and /dev/dri/card0 is missing.

  kernel module mga is not loaded, although if i manually load by modprobe it 
works fine
  modprobe mga
  lsmod | grep mga
  mga40811  0 
  drm   302817  1 mga

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

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


[Desktop-packages] [Bug 1304404] Re: Periodic breaks in communication (modem ZTE MF 667)

2014-05-05 Thread Tamir
** Attachment removed: syslog(1)
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1304404/+attachment/4105366/+files/syslog%281%29

** Attachment added: syslog
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1304404/+attachment/4105377/+files/syslog

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

Title:
  Periodic breaks in communication (modem ZTE MF 667)

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

Bug description:
  If you create access to the Internet using usb modem ZTE MF667 then the 
network periodically breaks.
  After connecting the modem ZTE MF 667 works extremely unstable. If when 
loading using a torrent client then the network is stable, if you just look for 
information on the Internet, that is not stable (that disconnection occur very
  often).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: network-manager 0.9.8.8-0ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Apr  8 16:49:01 2014
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-04-06 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140405)
  IpRoute:
   default via 10.64.64.64 dev ppp0  proto static
   10.64.64.64 dev ppp0  proto kernel  scope link  src 10.39.225.164
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-nm:
   ** (process:23293): WARNING **: Could not create object for 
/org/freedesktop/NetworkManager/Settings/2: uid 1000 has no permission to 
perform this operation

   ** (process:23293): WARNING **: handle_property_changed: failed to update 
property 'available-connections' of object type NMDeviceModem.
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   running 0.9.8.8connected   enabled   enabled 
disabled   enabled enabled

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

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


[Desktop-packages] [Bug 1316035] Re: matrox g200eR2 is unclaimed in 14.04

2014-05-05 Thread Zoltán Maróti
I should mention that it was working flawlessly in 12.04, we had harware
acceleration with MGA driver at 1920x1080@60hz resolution.

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

Title:
  matrox g200eR2 is unclaimed in 14.04

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

Bug description:
  On a certified Dell PowerEdge T620 server
  (http://www.ubuntu.com/certification/hardware/201207-11426/)

  The matrox video card is not recognised:
  lspci | grep VGA
  0a:00.0 VGA compatible controller: Matrox Electronics Systems Ltd. G200eR2

  lshw -C display
*-display UNCLAIMED 
 description: VGA compatible controller
 product: G200eR2
 vendor: Matrox Electronics Systems Ltd.
 physical id: 0
 bus info: pci@:0a:00.0
 version: 00
 width: 32 bits
 clock: 33MHz
 capabilities: pm vga_controller bus_master cap_list
 configuration: latency=64 maxlatency=32 mingnt=16
 resources: memory:d800-d8ff memory:deffc000-deff 
memory:de00-de7f

  Thus xserver is not hardver accelerated.

  Also /dev/dri and /dev/dri/card0 is missing.

  kernel module mga is not loaded, although if i manually load by modprobe it 
works fine
  modprobe mga
  lsmod | grep mga
  mga40811  0 
  drm   302817  1 mga

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

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


[Desktop-packages] [Bug 1315679] Re: PDF Formular with Textfield aligned to a Textlabel not filled out

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

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

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

Title:
  PDF Formular with Textfield aligned to a Textlabel not filled out

Status in “evince” package in Ubuntu:
  New

Bug description:
  PDF Formular with Textfield aligned to a Textlabel.
  Textfield fill out is working. But the aligned Textlabel is not updated.

  Textlabel (read only textfield)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evince 3.10.3-0ubuntu10
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat May  3 15:36:41 2014
  ExecutablePath: /usr/bin/evince
  InstallationDate: Installed on 2013-10-18 (196 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: evince
  UpgradeStatus: Upgraded to trusty on 2014-04-26 (6 days ago)

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

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


[Desktop-packages] [Bug 1315690] Re: nautilus crashes while copying file to mtp-device via drag and drop

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

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

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

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

Title:
  nautilus crashes while copying file to mtp-device via drag and drop

Status in “nautilus” package in Ubuntu:
  Invalid

Bug description:
  Nautilus should not crash when mtp-device (nexus5) is unaviable after some 
time (after screenlock).
  Syslog:

  May  3 16:55:00 Arbeits-PC kernel: [ 9693.669563] 
rtl8192c_set_FwPwrMode_cmd(): Mode = 1, SmartPS = 2
  May  3 16:55:02 Arbeits-PC kernel: [ 9695.293974] nautilus[2203]: segfault at 
0 ip 7fa9b305f849 sp 7fff48983750 error 4 in 
libgtk-3.so.0.1000.8[7fa9b2e7d000+4ff000]
  May  3 16:55:02 Arbeits-PC kernel: [ 9695.676146] rtw_set_ps_mode(): Busy 
Traffic , Leave 802.11 power save..
  May  3 16:55:02 Arbeits-PC kernel: [ 9695.676627] 
rtl8192c_set_FwPwrMode_cmd(): Mode = 0, SmartPS = 0
  May  3 16:55:04 Arbeits-PC kernel: [ 9697.682775] rtw_set_ps_mode(): Enter 
802.11 power save mode...
  May  3 16:55:04 Arbeits-PC kernel: [ 9697.682780] 
rtl8192c_set_FwPwrMode_cmd(): Mode = 1, SmartPS = 2
  May  3 16:55:08 Arbeits-PC kernel: [ 9701.696141] rtw_set_ps_mode(): Busy 
Traffic , Leave 802.11 power save..
  May  3 16:55:08 Arbeits-PC kernel: [ 9701.696256] 
rtl8192c_set_FwPwrMode_cmd(): Mode = 0, SmartPS = 0
  May  3 16:55:10 Arbeits-PC kernel: [ 9703.702617] rtw_set_ps_mode(): Enter 
802.11 power save mode...
  May  3 16:55:10 Arbeits-PC kernel: [ 9703.702622] 
rtl8192c_set_FwPwrMode_cmd(): Mode = 1, SmartPS = 2
  May  3 16:55:16 Arbeits-PC kernel: [ 9709.837404] OnAction_back
  May  3 16:55:16 Arbeits-PC kernel: [ 9709.837413] OnAction_back, action=2
  May  3 16:55:16 Arbeits-PC kernel: [ 9709.837414] OnAction_back(): DELBA: 0(0)
  May  3 16:55:23 Arbeits-PC kernel: [ 9716.401708] OnAction_back
  May  3 16:55:23 Arbeits-PC kernel: [ 9716.401712] OnAction_back, action=0
  May  3 16:55:23 Arbeits-PC kernel: [ 9716.401714] issue_action_BA, 
category=3, action=1, status=0
  May  3 14:13:48 Arbeits-PC whoopsie[1031]: online
  May  3 16:55:24 Arbeits-PC whoopsie[1031]: Parsing 
/var/crash/_usr_bin_nautilus.1000.crash.
  May  3 16:55:24 Arbeits-PC whoopsie[1031]: Uploading 
/var/crash/_usr_bin_nautilus.1000.crash.

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

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


[Desktop-packages] [Bug 576648] Re: package nvidia-* failed to install/upgrade: nvidia-* kernel module failed to build (Unable to determine the target kernel version.)

2014-05-05 Thread Alberto Milone
This bug report was filed against Ubuntu 10.04. If the problem affects
14.04, please file a new bug report.

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

Title:
  package nvidia-* failed to install/upgrade: nvidia-* kernel module
  failed to build (Unable to determine the target kernel version.)

Status in NVIDIA Drivers Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-173” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers-304” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers-304-updates” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-313-updates” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers-96” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-experimental-304” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-experimental-310” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-updates” package in Ubuntu:
  Triaged

Bug description:
  WORKAROUND:

  Revert back to the kernel version that your Ubuntu release came with.

  TEST CASE FOR 10.04:

  Starting with a fresh Ubuntu 10.04.3 installation...

  sudo add-apt-repository ppa:kernel-ppa/ppa
  sudo apt-get update
  sudo apt-get install linux-image-3.0.0-8-generic
  sudo apt-get install linux-headers-3.0.0-8-generic
  # or should that be: install linux-lts-backport-oneiric ?
  # REBOOT
  sudo apt-get install nvidia-173
  # The above command fails with an error.

  # Check the exact error:
  cat /var/lib/dkms/nvidia-173/*/build/make.log

  ORIGINAL DESCRIPTION:

  Brand new install of 10.04 onto a formatted hard drive. The upgrade
  icon said there was a restricted driver available - I clicked it. When
  I was running a Windows XP VMWare image, the video seemed to
  completely reset. I had to shut down and restart.

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: nvidia-current 195.36.15-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Thu May  6 16:43:59 2010
  DkmsStatus:
   nvidia-current, 195.36.15, 2.6.32-21-generic, x86_64: installed
   nvidia-current, 195.36.15, 2.6.32-22-generic, x86_64: installed
  ErrorMessage: nvidia-current kernel module failed to build
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MachineType: LENOVO 64576DU
  PackageVersion: 195.36.15-0ubuntu3
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     3.3V 32-bit PC Card
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=UUID=e48c7906-adfe-4aef-b42f-afbb2328f9c3 ro quiet splash
  SourcePackage: nvidia-graphics-drivers
  Title: package nvidia-current 195.36.15-0ubuntu3 failed to install/upgrade: 
nvidia-current kernel module failed to build
  dmi.bios.date: 08/22/2007
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LET51WW (1.21 )
  dmi.board.name: 64576DU
  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:bvr7LET51WW(1.21):bd08/22/2007:svnLENOVO:pn64576DU:pvrThinkPadT61:rvnLENOVO:rn64576DU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 64576DU
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO
  glxinfo: Error: [Errno 2] No such file or directory
  system:
   distro: Ubuntu
   codename:   lucid
   architecture:   x86_64
   kernel: 2.6.32-22-generic

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

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


[Desktop-packages] [Bug 1055874] Re: Automatic sleep settings are not followed precisely

2014-05-05 Thread Ara Pulido
** Changed in: oem-priority/precise
   Status: In Progress = Fix Released

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

Title:
  Automatic sleep settings are not followed precisely

Status in Gnome Settings Daemon:
  Fix Released
Status in OEM Priority Project:
  In Progress
Status in OEM Priority Project precise series:
  Fix Released
Status in “gnome-power-manager” package in Ubuntu:
  Invalid
Status in “gnome-settings-daemon” package in Ubuntu:
  Fix Released
Status in “gnome-power-manager” source package in Precise:
  Confirmed
Status in “gnome-settings-daemon” source package in Precise:
  Fix Released

Bug description:
  [Impact]

  According to the current design in Ubuntu Precise, users can choose
  the suspend time and blank time in the gnome control center (system
  settings). However, there's another gsetting called org.gnome
  .settings-daemon.plugins.power idle-dim-time which controls the
  screen dim time. The default value of idle-dim-time in Ubuntu is 30
  secs and this makes the screen dim after idle for 30 secs. This part
  (idle-dim-time) is not accessible to users in the default UI but can
  only be accessed by using the CLI.

 This two categories of values (dim time/suspendblank time) should
  not be related at all, however, the current Ubuntu Precise (12.04)'s
  gnome settings daemon (3.4.2) it actually suspend or blank the screen
  on user set time plus the dim time, which added additional 30 secs
  by default. Since dim time is not accessible by users in default UI,
  this confusing users why extra 30 secs is added to the total time on
  top of the selected suspend/blank time.

 In some OEM projects, in order to fulfill the OEM requests for
  Energy Star standard, the dim time is set to 5 minutes default
  (instead of 30 secs), and this make the suspend time and screen blank
  time very inaccurate, because user will have additional 5 minutes to
  wait before the screen blank or system suspend. (Inactive time to
  suspend is about 5 minutes more than setting.)

   * User do not need modify anything for this patch.

  [Test Case]

  * Please use Ubuntu Precise (12.04) to test, this issue is already
  fixed in Ubuntu Raring (13.04)

  * Set idle-dim-time to 300 first (5 minutes), it's much easier to find out 
this issue.
  (the default is 30 secs and it's somehow not as easy to observe, but the 
result should be same.)
  Command:
  #gsettings set org.gnome.settings-daemon.plugins.power idle-dim-time 300

  *In settings:
  Turn screen off: 10 minutes
  Suspend: 10 minutes on battery power, 30 minutes when plugged in.

  Actual:
  On battery: Screen turned off after 10 minutes, suspend after about 5 more 
minutes(15 minutes total).
  When plugged in: Screen turned off after 10 minutes, suspend after about 25 
more minutes(35 minutes total).

  Steps:
  1. Check power settings and brightness settings
  2. Leave the system inactive

  Expected results: Inactive time to suspend is same as setting

  Actual results: Inactive time to suspend is about 5 minutes more than
  setting

  [Regression Potential]

  * This do not need to modify any user settings.

  * The impact should be minimal for an inaccurate timing of
  suspend/blanking.

  [Other Info]

  Original bug description:

  When I set the various timeouts via dconf-editor, my computer does not
  follow them precisely. I'm referring to these settings:

  org.gnome.settings-daemon.plugins.power sleep-display-ac
  org.gnome.settings-daemon.plugins.power sleep-display-battery
  org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout
  org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout

  For example if I set all to 5, then the display sleeps at 30 seconds,
  and the computer at 70 seconds. Similarly, if I set them all to 60,
  the computer suspends around 90 seconds. I've only tried these shorter
  settings. These are clearly values that are low for normal usage, but
  this bug is very frustrating if one attempts to troubleshoot unrelated
  automatic-sleep bugs. Firstly, I think I missed the case when
  automatic sleep might have worked. Secondly, it increases the time it
  takes to troubleshoot by a lot.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-power-manager 3.4.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  Date: Tue Sep 25 09:43:50 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: gnome-power-manager
  UpgradeStatus: Upgraded to precise on 2012-04-29 (148 days ago)

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

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

[Desktop-packages] [Bug 819796]

2014-05-05 Thread Christopher M. Penalver
Foss:

Hi Christopher, I do not understand the reproduce steps of this bug.

If you don't understand the click-for-click reproduction steps provided
in the Description, then you shouldn't toggle the Status of this bug.

Is this bug still valid / reproducible with the latest LO release?
Currently 4.2.3: http://www.libreoffice.org/download/libreoffice-fresh/;

As the reproduction steps are trivial to follow, did you try this? Despite 
this, reproducible in:
Microsoft Windows Vista Business x86 6.0.6002 Service Pack 2 Build 6002
Version: 4.3.0.0.alpha1+
Build ID: a3c00ee3c7b3b0fbcde32baeb7023c7e8526b908
TinderBox: Win-x86@47-TDF, Branch:MASTER, Time: 2014-04-28_07:22:55
 
Please also try resetting your user profile and let us know if that helps: 
https://wiki.documentfoundation.org/UserProfile;

I don't ever modify my profile so that is silly to do here.

In that case please attach a test file with which this can easily be
reproduced.

Please read the Description for the attachment.

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

Title:
  [Upstream] overline automatic color incorrect in pdf

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

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 11.04
  Release:  11.04

  2) apt-cache policy libreoffice-writer
  libreoffice-writer:
Installed: 1:3.3.3-1ubuntu2
Candidate: 1:3.3.3-1ubuntu2
Version table:
   *** 1:3.3.3-1ubuntu2 0
  100 /var/lib/dpkg/status
   1:3.3.2-1ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
   1:3.3.2-1ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

  apt-cache policy acroread
  acroread:
Installed: 9.4.2-0natty1
Candidate: 9.4.2-0natty1
Version table:
   *** 9.4.2-0natty1 0
  500 http://archive.canonical.com/ubuntu/ natty/partner i386 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in LibreOffice Writer via the Terminal:

  cd ~/Desktop  wget -c
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/819796/+attachment/2251624/+files/overline%20color%20test.odt
  -O test.odt  lowriter -nologo test.odt

  File - Export as PDF - Export button and open in Adobe Reader is the
  overline above B remains red.

  4) What happens is it is black.

  WORKAROUND: Highlight B - Secondary click - click character... -
  Font Effects tab - change Overline color from Automatic to Light red
  - OK button

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-core 1:3.3.2-1ubuntu5
  ProcVersionSignature: Ubuntu 2.6.39-0.5~20110427-generic-pae 2.6.39-rc5
  Uname: Linux 2.6.39-0-generic-pae i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Tue Aug  2 08:34:40 2011
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to natty on 2011-05-30 (63 days ago)

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

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


[Desktop-packages] [Bug 819796]

2014-05-05 Thread Foss-4
Hi Christopher, I do not understand the reproduce steps of this bug.

Is this bug still valid / reproducible with the latest LO release?
Currently 4.2.3: http://www.libreoffice.org/download/libreoffice-fresh/

Please also try resetting your user profile and let us know if that
helps: https://wiki.documentfoundation.org/UserProfile

Should this be still reproducible for you with the latest LO release
please set this bug back to UNCONFIRMED. Should this issue be solved set
it to WORKSFORME. In that case please attach a test file with which this
can easily be reproduced. Thanks :)

Setting to NEEDINFO until more detail is provided.

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

Title:
  [Upstream] overline automatic color incorrect in pdf

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

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 11.04
  Release:  11.04

  2) apt-cache policy libreoffice-writer
  libreoffice-writer:
Installed: 1:3.3.3-1ubuntu2
Candidate: 1:3.3.3-1ubuntu2
Version table:
   *** 1:3.3.3-1ubuntu2 0
  100 /var/lib/dpkg/status
   1:3.3.2-1ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
   1:3.3.2-1ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

  apt-cache policy acroread
  acroread:
Installed: 9.4.2-0natty1
Candidate: 9.4.2-0natty1
Version table:
   *** 9.4.2-0natty1 0
  500 http://archive.canonical.com/ubuntu/ natty/partner i386 Packages
  100 /var/lib/dpkg/status

  3) What is expected to happen in LibreOffice Writer via the Terminal:

  cd ~/Desktop  wget -c
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/819796/+attachment/2251624/+files/overline%20color%20test.odt
  -O test.odt  lowriter -nologo test.odt

  File - Export as PDF - Export button and open in Adobe Reader is the
  overline above B remains red.

  4) What happens is it is black.

  WORKAROUND: Highlight B - Secondary click - click character... -
  Font Effects tab - change Overline color from Automatic to Light red
  - OK button

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-core 1:3.3.2-1ubuntu5
  ProcVersionSignature: Ubuntu 2.6.39-0.5~20110427-generic-pae 2.6.39-rc5
  Uname: Linux 2.6.39-0-generic-pae i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Tue Aug  2 08:34:40 2011
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to natty on 2011-05-30 (63 days ago)

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

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


[Desktop-packages] [Bug 576648] Re: package nvidia-* failed to install/upgrade: nvidia-* kernel module failed to build (Unable to determine the target kernel version.)

2014-05-05 Thread Daniel van Vugt
Today's duplicate was from nvidia-graphics-drivers-304-updates, for
which there's no record of a fix (yet). Or is it implicit in already
being fixed in nvidia-graphics-drivers-304?

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

Title:
  package nvidia-* failed to install/upgrade: nvidia-* kernel module
  failed to build (Unable to determine the target kernel version.)

Status in NVIDIA Drivers Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-173” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers-304” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers-304-updates” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-313-updates” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers-96” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-experimental-304” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-experimental-310” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-updates” package in Ubuntu:
  Triaged

Bug description:
  WORKAROUND:

  Revert back to the kernel version that your Ubuntu release came with.

  TEST CASE FOR 10.04:

  Starting with a fresh Ubuntu 10.04.3 installation...

  sudo add-apt-repository ppa:kernel-ppa/ppa
  sudo apt-get update
  sudo apt-get install linux-image-3.0.0-8-generic
  sudo apt-get install linux-headers-3.0.0-8-generic
  # or should that be: install linux-lts-backport-oneiric ?
  # REBOOT
  sudo apt-get install nvidia-173
  # The above command fails with an error.

  # Check the exact error:
  cat /var/lib/dkms/nvidia-173/*/build/make.log

  ORIGINAL DESCRIPTION:

  Brand new install of 10.04 onto a formatted hard drive. The upgrade
  icon said there was a restricted driver available - I clicked it. When
  I was running a Windows XP VMWare image, the video seemed to
  completely reset. I had to shut down and restart.

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: nvidia-current 195.36.15-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Thu May  6 16:43:59 2010
  DkmsStatus:
   nvidia-current, 195.36.15, 2.6.32-21-generic, x86_64: installed
   nvidia-current, 195.36.15, 2.6.32-22-generic, x86_64: installed
  ErrorMessage: nvidia-current kernel module failed to build
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MachineType: LENOVO 64576DU
  PackageVersion: 195.36.15-0ubuntu3
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     3.3V 32-bit PC Card
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=UUID=e48c7906-adfe-4aef-b42f-afbb2328f9c3 ro quiet splash
  SourcePackage: nvidia-graphics-drivers
  Title: package nvidia-current 195.36.15-0ubuntu3 failed to install/upgrade: 
nvidia-current kernel module failed to build
  dmi.bios.date: 08/22/2007
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LET51WW (1.21 )
  dmi.board.name: 64576DU
  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:bvr7LET51WW(1.21):bd08/22/2007:svnLENOVO:pn64576DU:pvrThinkPadT61:rvnLENOVO:rn64576DU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 64576DU
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO
  glxinfo: Error: [Errno 2] No such file or directory
  system:
   distro: Ubuntu
   codename:   lucid
   architecture:   x86_64
   kernel: 2.6.32-22-generic

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

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


[Desktop-packages] [Bug 1315579] Re: When using scim-m17n in gedit, the backspace and delete keys are dysfunctional

2014-05-05 Thread Sebastien Bacher
** Changed in: gedit (Ubuntu)
   Importance: Undecided = Low

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

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

Title:
  When using scim-m17n in gedit, the backspace and delete keys are
  dysfunctional

Status in Light-Weight Text Editor for Gnome:
  New
Status in “gedit” package in Ubuntu:
  Triaged

Bug description:
  scim-m17n is an input method used for typing many languages,
  especially those with complex characters.

  With scim-m17n enabled in gedit, when one presses the backspace or
  delete key, then instead of performing the expected work, the cursor
  simply moves one space ahead and places   there. Actually when
  I paste that sign here, it is just an empty box. But there in gedit
  the box contains four digits arranged in two rows: 0008 for
  backspace, and 007F for delete. I have attached a screenshot to
  illustrate more clearly.

  With scim-m17n is enabled, when one presses the backspace key when
  gets a result equivalent to typing: Ctrl+Shift+U 0008 Enter

  With scim-m17n is enabled, when one presses the delete key when gets a
  result equivalent to typing: Ctrl+Shift+U 007F Enter

  This behaviour is evident only in gedit. When using scim-m17n in Libre
  Office, Thunderbird, and other applications, the backspace and delete
  keys work normally.

  In gedit with scim-m17n enabled, all the other instructional keys like
  insert, home, end, page up, page down-- these all work normally.

  I have been using scim-m17n since 2007, and this was never an issue
  until installing Ubuntu 14.04 which ships with gedit version 3.10.4.

  This issue is a serious problem for those working with scim in gedit.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gedit 3.10.4-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri May  2 21:10:18 2014
  ExecutablePath: /usr/bin/gedit
  InstallationDate: Installed on 2014-04-24 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 981248] Re: Activate smooth scrolling in Evince [SRU]

2014-05-05 Thread Bug Watch Updater
** Changed in: evince
   Status: New = Fix Released

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

Title:
  Activate smooth scrolling in Evince [SRU]

Status in Evince document viewer:
  Fix Released
Status in “evince” package in Ubuntu:
  Fix Released
Status in “evince” source package in Precise:
  Incomplete
Status in “evince” source package in Quantal:
  Won't Fix

Bug description:
  [Problem]
  Gtk+ 3.3.18 introduced smooth scrolling via the GDK_SCROLL_SMOOTH event, which
  is activated by default for most widgets, but opt-in for custom widgets that
  handle scroll events themselves.

  Evince's document view is a custom widget that does not have
  GDK_SMOOTH_SCROLL_MASK in its enabled events mask, and as such does
  not benefit from this. This results in a rather jarring behaviour in
  scrolling experience from the rest of the Gtk3 applications using
  GtkScrolledWindow, and also from the scrolling experience in the
  thumbnail view.

  [Impact]
  This bug affects all touchpad users in Precise. Touchscreen users may also be 
affected.

  [Development Fix]
  Not fixed.

  [Stable Fix]
  Upstream patch is currently under review in the upstream bugtracker. Once 
that patch is accepted, I will update the debdiff.

  [Text Case]
  1. Open a multipage document in Evince
  2. Open the thumbnail view
  3. Scroll in the thumbnail view using a touchpad's scroll implementation 
(circular, side scrolling, or two finger scrolling)
  4. Notice that the scrolling is smooth, without the jerky behaviour present 
in Gtk2 applications and applications in previous Ubuntu releases.
  5. Repeat #3 in the document view
  6. Notice that scrolling is jerky, like the behaviour in previous releases.

  [Regression Potential]
  There isn't much regression potential, as the codepath for smooth scrolling 
in GtkScrolledWindow has already been activated by default for all Gtk3 
applications and is well tested in Precise.

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

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


[Desktop-packages] [Bug 1315828] Re: Failed to delete the item from the trash

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

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

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

Title:
  Failed to delete the item from the trash

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  1) Failed to delete the item from the trash error message during empting 
trash on USB stick.
  2) Key delete does no functione during nautilus window of USB stick.
  3) Keys delete+thift does too no functione during nautilus window of USB 
stick..
  4) No delete popup avaible on files in nautilus window of USB stick.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu8
  ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
  Uname: Linux 3.11.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun May  4 11:03:22 2014
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']
  InstallationDate: Installed on 2014-02-12 (80 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (14 days ago)

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

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


[Desktop-packages] [Bug 1315832] Re: package gnome-control-center-shared-data (not installed) failed to install/upgrade: Versuch, »/usr/share/pixmaps/faces/coffee.jpg« zu überschreiben, welches auch i

2014-05-05 Thread Sebastien Bacher
** Package changed: gnome-control-center (Ubuntu) = ubuntu-gnome

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

Title:
  package gnome-control-center-shared-data (not installed) failed to
  install/upgrade: Versuch, »/usr/share/pixmaps/faces/coffee.jpg« zu
  überschreiben, welches auch in Paket gnome-control-center-data
  1:3.10.1-0ubuntu1~saucy4 ist

Status in Ubuntu GNOME:
  New

Bug description:
  system crash report

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: gnome-control-center-shared-data (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  Date: Sun Apr 27 17:23:11 2014
  DuplicateSignature: package:gnome-control-center-shared-data:(not 
installed):Versuch, »/usr/share/pixmaps/faces/coffee.jpg« zu überschreiben, 
welches auch in Paket gnome-control-center-data 1:3.10.1-0ubuntu1~saucy4 ist
  ErrorMessage: Versuch, »/usr/share/pixmaps/faces/coffee.jpg« zu 
überschreiben, welches auch in Paket gnome-control-center-data 
1:3.10.1-0ubuntu1~saucy4 ist
  InstallationDate: Installed on 2011-09-11 (965 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  SourcePackage: gnome-control-center
  Title: package gnome-control-center-shared-data (not installed) failed to 
install/upgrade: Versuch, »/usr/share/pixmaps/faces/coffee.jpg« zu 
überschreiben, welches auch in Paket gnome-control-center-data 
1:3.10.1-0ubuntu1~saucy4 ist
  UpgradeStatus: Upgraded to trusty on 2014-04-26 (7 days ago)

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

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


[Desktop-packages] [Bug 1315896] Re: In Files (Nautilus), “Select Items Matching” doesn't work in “View items as list” mode

2014-05-05 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1311928 ***
https://bugs.launchpad.net/bugs/1311928

** This bug has been marked a duplicate of bug 1311928
   Select Items Matching functionality buggy in list view

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

Title:
  In Files (Nautilus), “Select Items Matching” doesn't work in “View
  items as list” mode

Status in Nautilus:
  New
Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  [The bug]
  File selection by the “Select Items Matching” tool doesn't work in Files 
(Nautilus) when the view mode is set to “View items as list”. When the pattern 
containing * or ? is entered in the “Select Items Matching” dialogue, only one 
item matching the pattern is selected instead of all matching items. The 
selection works fine in “View items as a grid of icons” mode.

  [Test case]
  1. Open a folder in Nautilus containing, for example, several pdf files.
  2. Switch to “View items as list” mode by pressing Ctrl+1 or by View - List 
or by pressing the corresponding button in the right part of the toolbar.
  3. Open the “Select Items Matching” dialogue by pressing Ctrl+S or by Edit - 
Select Items Matching...
  4. Enter the string “*.pdf” (without quotes) into the “Pattern” input field 
of the “Select Items Matching” dialogue. Press OK.

  [What is expected]
  All the pdf files in the folder should be selected.

  [What happens]
  Only one pdf file is selected.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun May  4 19:31:19 2014
  ExecutablePath: /usr/bin/nautilus
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'where', 'owner', 'group', 
'permissions', 'mime_type', 'date_accessed']
  InstallationDate: Installed on 2012-05-02 (732 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to trusty on 2014-04-21 (12 days ago)

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

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


[Desktop-packages] [Bug 1315985] Re: nautilus stops allowing cut paste

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

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

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

Title:
  nautilus stops allowing cut paste

Status in “evince” package in Ubuntu:
  New

Bug description:
  I am doing this series of actions in Nautilus:
  1) Have 2 windows open, a source and a destination.
  2) I do F2 on a file in the destination directory and then hit Ctrl+C to copy 
the name.
  3) Move to the source window and F2 on the file I want to rename.
  4) Use Ctrl+V, then slightly modify the name. Press enter.
  5) Ctrl+X on the source item.

  - It will not cut (it does not gray) and if I Ctrl+V in the
  destination, the file does not paste.

  If I do nautilus -q to restart Nautilus, it will start working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evince 3.10.3-0ubuntu10
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun May  4 22:05:42 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-04-28 (6 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  KernLog:
   
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1316035] Re: matrox g200eR2 is unclaimed in 14.04

2014-05-05 Thread Zoltán Maróti
Some relevant information from Xorg.0.log

12.04 Xorg.0.log
[ 4.534] (--) PCI:*(0:10:0:0) 102b:0534:1028:04cf rev 0, Mem @ 
0xd800/16777216, 0xdeffc000/16384, 0xde00/8388608
[ 4.557] (--) MGA(0): Chipset: mgag200 ER SH7757
[ 4.557] (--) MGA(0): Linear framebuffer at 0xD800
[ 4.557] (--) MGA(0): MMIO registers at 0xDEFFC000
[ 4.557] (--) MGA(0): Pseudo-DMA transfer window at 0xDE00

14.04 Xorg.0.log
[74.002] (--) PCI:*(0:10:0:0) 102b:0534:1028:04cf rev 0, Mem @ 
0xd800/16777216, 0xdeffc000/16384, 0xde00/8388608
[74.831] (II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, 
mga2164w,
mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI,
mgag200 SE A PCI, mgag200 SE B PCI, mgag200 EV Maxim,
mgag200 ER SH7757, mgag200 eW Nuvoton, mgag200eH, mgag400, mgag550
[74.831] (--) using VT number 7

[75.105] (EE) No devices detected.

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

Title:
  matrox g200eR2 is unclaimed in 14.04

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

Bug description:
  On a certified Dell PowerEdge T620 server
  (http://www.ubuntu.com/certification/hardware/201207-11426/)

  The matrox video card is not recognised:
  lspci | grep VGA
  0a:00.0 VGA compatible controller: Matrox Electronics Systems Ltd. G200eR2

  lshw -C display
*-display UNCLAIMED 
 description: VGA compatible controller
 product: G200eR2
 vendor: Matrox Electronics Systems Ltd.
 physical id: 0
 bus info: pci@:0a:00.0
 version: 00
 width: 32 bits
 clock: 33MHz
 capabilities: pm vga_controller bus_master cap_list
 configuration: latency=64 maxlatency=32 mingnt=16
 resources: memory:d800-d8ff memory:deffc000-deff 
memory:de00-de7f

  Thus xserver is not hardver accelerated.

  Also /dev/dri and /dev/dri/card0 is missing.

  kernel module mga is not loaded, although if i manually load by modprobe it 
works fine
  modprobe mga
  lsmod | grep mga
  mga40811  0 
  drm   302817  1 mga

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

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


[Desktop-packages] [Bug 1315966] Re: banshee crashes on startup

2014-05-05 Thread jen0f0nte
This is the new backtrace with the sysctl option disabled:


[Info  11:19:18.418] Running Banshee 2.6.2: [Ubuntu Trusty Tahr (development 
branch) (linux-gnu, x86_64) @ 2014-03-25 10:44:19 UTC]

(Banshee:3898): GLib-GObject-WARNING **: attempting to add an interface
(AtkComponent) to class (__gtksharp_49_Hyena_Gui_BaseWidgetAccessible)
after class_init

(Banshee:3898): GLib-GObject-WARNING **: attempting to add an interface
(AtkSelection) to class
(__gtksharp_50_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_TrackInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:3898): GLib-GObject-WARNING **: attempting to add an interface
(AtkTable) to class
(__gtksharp_50_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_TrackInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:3898): GLib-GObject-WARNING **: attempting to add an interface
(AtkSelection) to class
(__gtksharp_56_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_Database_QueryFilterInfo+601+5b+5bSystem_String+2c+20mscorlib+2c+20Version+3d4_0_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3db77a5c561934e089+5d+5d+2c+20Banshee_Services+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:3898): GLib-GObject-WARNING **: attempting to add an interface
(AtkTable) to class
(__gtksharp_56_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_Database_QueryFilterInfo+601+5b+5bSystem_String+2c+20mscorlib+2c+20Version+3d4_0_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3db77a5c561934e089+5d+5d+2c+20Banshee_Services+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:3898): GLib-GObject-WARNING **: attempting to add an interface
(AtkSelection) to class
(__gtksharp_62_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_ArtistInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:3898): GLib-GObject-WARNING **: attempting to add an interface
(AtkTable) to class
(__gtksharp_62_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_ArtistInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:3898): GLib-GObject-WARNING **: attempting to add an interface
(AtkSelection) to class
(__gtksharp_68_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_YearInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:3898): GLib-GObject-WARNING **: attempting to add an interface
(AtkTable) to class
(__gtksharp_68_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_YearInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:3898): GLib-GObject-WARNING **: attempting to add an interface
(AtkSelection) to class
(__gtksharp_74_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_AlbumInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:3898): GLib-GObject-WARNING **: attempting to add an interface 
(AtkTable) to class 
(__gtksharp_74_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_AlbumInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
 after class_init
[Info  11:19:20.338] Updating web proxy from GConf
[Info  11:19:20.417] All services are started 1,576135

(Banshee:3898): GLib-CRITICAL **: Source ID 143 was not found when
attempting to remove it

(Banshee:3898): GLib-CRITICAL **: Source ID 112 was not found when attempting 
to remove it
*** Error in `banshee': free(): invalid pointer: 0x7f5cb007a1b0 ***
Stacktrace:

  at unknown 0x
  at (wrapper managed-to-native) Hyena.Data.Sqlite.Native.sqlite3_exec 
(intptr,byte[],intptr,intptr,intptr) 0x
  at Hyena.Data.Sqlite.Connection.Execute (string) 0x00043
  at Hyena.Data.Sqlite.HyenaSqliteCommand.Execute 
(Hyena.Data.Sqlite.HyenaSqliteConnection,Hyena.Data.Sqlite.Connection) 0x002f7
  at Hyena.Data.Sqlite.HyenaSqliteConnection.ProcessQueue () 0x001f3
  at System.Threading.Thread.StartInternal () 0x00071
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ 
(object,intptr,intptr,intptr) 0x

Native stacktrace:

banshee() [0x4b73d8]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f5ccb050340]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x39) [0x7f5ccacb0f79]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7f5ccacb4388]

[Desktop-packages] [Bug 1251193] Re: Language issue from the unity lense screen

2014-05-05 Thread Treviño
** Also affects: unity
   Importance: Undecided
   Status: New

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

** Changed in: unity
   Status: New = In Progress

** Changed in: unity
   Importance: Undecided = Medium

** Changed in: unity
 Assignee: (unassigned) = Jinkyu Yi (jincreator)

** Changed in: unity
Milestone: None = 7.2.1

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

Title:
  Language issue from the unity lense screen

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

Bug description:
  [Impact]
  Every characters over U+AA60 will shown as '?' in dash.
  It's critical to Korean user because every hangul character(Korean alphabet) 
is over U+AA60.

  [Test Case]
  1. Install Ubuntu with Korean language.
  2. Open dash.
  3. See if dash show application's name as set of '?'.

  [Regression Potential]

  

  Form the Unity lens , There are several characters of 
  There should be displayed name of certain package , files, etc

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20131106.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.12.0-2.7-generic 3.12.0
  Uname: Linux 3.12.0-2-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.6-0ubuntu1
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,staticswitcher,workarounds,scale,expo,ezoom,dbus]
  Date: Thu Nov 14 19:38:05 2013
  InstallationDate: Installed on 2013-11-13 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20131113)
  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/1251193/+subscriptions

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


[Desktop-packages] [Bug 1316021] Re: OAuth2 Tokens from providers that don't provide an expiry date are incorrectly expired on first use

2014-05-05 Thread James Henstridge
** Branch linked: lp:~mardy/signon-plugin-oauth2/lp1316021

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

Title:
  OAuth2 Tokens from providers that don't provide an expiry date are
  incorrectly expired on first use

Status in “signon-plugin-oauth2” package in Ubuntu:
  Confirmed

Bug description:
  I've been trying to use the Online Accounts system to manage log in to
  the SoundCloud web site, and hit a problem: I can sign in without
  problem through the control panel, but when I try to retrieve the
  token via libsignon-glib, I get an error and the account is marked as
  signed out.

  Looking at the syslog chatter from signond, it apparently decides that
  the token has expired:

  May  5 14:11:50 scruffy signonpluginprocess[7357]:
  oauth2plugin.cpp 206 respondWithStoredToken : Stored token is expired

  This was a bit surprising, since SoundCloud says their tokens are not
  set to expire.  Looking furtherback to where the token was stored, I
  see:

  May  5 14:10:03 scruffy signonpluginprocess[7263]:
  oauth2plugin.cpp 631 storeResponse : QMap((REDACTED_CLIENTID,
  QVariant(QVariantMap, QMap((Expiry, QVariant(int, 0) ) ( Scopes ,
  QVariant(QStringList, (non-expiring) ) ) ( Token ,
  QVariant(QString, REDACTED_TOKEN) ) ( refresh_token ,
  QVariant(QString, ) ) ( timestamp ,  QVariant(uint, 1399270203) )
  )  ) ) )

  In particular, Expiry==0.  This seems to be the code where the expiry
  is set, where it reads the expires_in property from the response
  JSON:

  http://code.google.com/p/accounts-
  sso/source/browse/src/oauth2plugin.cpp?repo=signon-plugin-oauth2#444

  However, looking at the SoundCloud HTTP API reference, it isn't
  sending this in their JSON response:

  http://developers.soundcloud.com/docs/api/reference#token

  It looks like this method needs to check whether expires_in is
  actually included in the JSON response.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/signon-plugin-oauth2/+bug/1316021/+subscriptions

-- 
Mailing list: https://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 1315966] Re: banshee crashes on startup

2014-05-05 Thread Chow Loong Jin
On Mon, May 05, 2014 at 09:21:47AM -, jen0f0nte wrote:
 This is the new backtrace with the sysctl option disabled:

Thanks. This looks a lot better, but you're missing debug symbols (see the 
??s). Could you
install libsqlite3-0-dbg and try again please?

 #6  0x7f5ccacfa4ae in malloc_printerr (ptr=optimized out, 
 str=0x7f5ccadf8b03 free(): invalid pointer, action=1) at malloc.c:4996
 #7  _int_free (av=optimized out, p=optimized out, have_lock=0) at 
 malloc.c:3840
 #8  0x7f5cb876a9ee in sqlite3_free () from 
 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
 #9  0x7f5cb8771d74 in ?? () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
 #10 0x7f5cb8775df5 in ?? () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
 #11 0x7f5cb87a6279 in ?? () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
 #12 0x7f5cb87d04b5 in ?? () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
 #13 0x7f5cb87b9a2e in ?? () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
 #14 0x7f5cb87bd43f in ?? () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
 #15 0x7f5cb87bda22 in ?? () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
 #16 0x7f5cb87bdcd5 in ?? () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
 #17 0x7f5cb87bdf68 in sqlite3_prepare_v2 () from 
 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
 #18 0x7f5cb87be015 in sqlite3_exec () from 
 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
 #19 0x41beae9b in ?? ()
 #20 0x7f5cb0002540 in ?? ()
 #21 0x7f5cb8c2eac0 in ?? ()
 #22 0x7f5cb00025c0 in ?? ()
 #23 0x7f5cb8c2eac0 in ?? ()
 #24 0x7f5cb8c2e920 in ?? ()
 #25 0x in ?? ()

-- 
Kind regards,
Loong Jin

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

Title:
  banshee crashes on startup

Status in “banshee” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I'm on a fresh install of Ubuntu 14.04 and Banshee seems not to work.
  It crashes after adding some podcast feeds. This what I get when
  running on terminal:

  [Info  02:35:45.015] Running Banshee 2.6.2: [Ubuntu Trusty Tahr
  (development branch) (linux-gnu, x86_64) @ 2014-03-25 10:44:19 UTC]

  (Banshee:18821): GLib-GObject-WARNING **: attempting to add an
  interface (AtkComponent) to class
  (__gtksharp_49_Hyena_Gui_BaseWidgetAccessible) after class_init

  (Banshee:18821): GLib-GObject-WARNING **: attempting to add an
  interface (AtkTable) to class
  
(__gtksharp_50_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_TrackInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
  after class_init

  (Banshee:18821): GLib-GObject-WARNING **: attempting to add an
  interface (AtkSelection) to class
  
(__gtksharp_50_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_TrackInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
  after class_init

  (Banshee:18821): GLib-GObject-WARNING **: attempting to add an
  interface (AtkTable) to class
  
(__gtksharp_56_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_Database_QueryFilterInfo+601+5b+5bSystem_String+2c+20mscorlib+2c+20Version+3d4_0_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3db77a5c561934e089+5d+5d+2c+20Banshee_Services+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
  after class_init

  (Banshee:18821): GLib-GObject-WARNING **: attempting to add an
  interface (AtkSelection) to class
  
(__gtksharp_56_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_Database_QueryFilterInfo+601+5b+5bSystem_String+2c+20mscorlib+2c+20Version+3d4_0_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3db77a5c561934e089+5d+5d+2c+20Banshee_Services+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
  after class_init

  (Banshee:18821): GLib-GObject-WARNING **: attempting to add an
  interface (AtkTable) to class
  
(__gtksharp_62_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_ArtistInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
  after class_init

  (Banshee:18821): GLib-GObject-WARNING **: attempting to add an
  interface (AtkSelection) to class
  
(__gtksharp_62_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_ArtistInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
  after class_init

  (Banshee:18821): GLib-GObject-WARNING **: attempting to add an
  interface (AtkTable) to class
  
(__gtksharp_68_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_YearInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
  after class_init

  (Banshee:18821): GLib-GObject-WARNING **: 

[Desktop-packages] [Bug 1315985] Re: nautilus stops allowing cut paste

2014-05-05 Thread Adam Jordan
I filed it as Bug 729557.

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

Title:
  nautilus stops allowing cut paste

Status in “evince” package in Ubuntu:
  New

Bug description:
  I am doing this series of actions in Nautilus:
  1) Have 2 windows open, a source and a destination.
  2) I do F2 on a file in the destination directory and then hit Ctrl+C to copy 
the name.
  3) Move to the source window and F2 on the file I want to rename.
  4) Use Ctrl+V, then slightly modify the name. Press enter.
  5) Ctrl+X on the source item.

  - It will not cut (it does not gray) and if I Ctrl+V in the
  destination, the file does not paste.

  If I do nautilus -q to restart Nautilus, it will start working.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: evince 3.10.3-0ubuntu10
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun May  4 22:05:42 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-04-28 (6 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  KernLog:
   
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1164702] Re: Can not create SIP account in raring ringtail

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

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

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

Title:
  Can not create SIP account in raring ringtail

Status in “empathy” package in Ubuntu:
  Incomplete

Bug description:
  I installed account-plugin-sip, and tried to create a new SIP account.
  First, the dialog is empty, but for Cancel and Done buttons; no configuration 
field.
  Then, whether I click on Cancel or Done, credentials-preferences stops with a 
segmentation fault.

  NB: I'm using gnome-shell rather than unity, not sure if that makes a
  difference.

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

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


[Desktop-packages] [Bug 1315966] Re: banshee crashes on startup

2014-05-05 Thread jen0f0nte
done, here is the new code! Thank you for your patience!

[Info  11:57:33.635] Running Banshee 2.6.2: [Ubuntu Trusty Tahr
(development branch) (linux-gnu, x86_64) @ 2014-03-25 10:44:19 UTC]

(Banshee:4809): GLib-GObject-WARNING **: attempting to add an interface
(AtkComponent) to class (__gtksharp_49_Hyena_Gui_BaseWidgetAccessible)
after class_init

(Banshee:4809): GLib-GObject-WARNING **: attempting to add an interface
(AtkSelection) to class
(__gtksharp_50_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_TrackInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:4809): GLib-GObject-WARNING **: attempting to add an interface
(AtkTable) to class
(__gtksharp_50_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_TrackInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:4809): GLib-GObject-WARNING **: attempting to add an interface
(AtkSelection) to class
(__gtksharp_56_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_Database_QueryFilterInfo+601+5b+5bSystem_String+2c+20mscorlib+2c+20Version+3d4_0_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3db77a5c561934e089+5d+5d+2c+20Banshee_Services+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:4809): GLib-GObject-WARNING **: attempting to add an interface
(AtkTable) to class
(__gtksharp_56_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_Database_QueryFilterInfo+601+5b+5bSystem_String+2c+20mscorlib+2c+20Version+3d4_0_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3db77a5c561934e089+5d+5d+2c+20Banshee_Services+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:4809): GLib-GObject-WARNING **: attempting to add an interface
(AtkSelection) to class
(__gtksharp_62_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_ArtistInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:4809): GLib-GObject-WARNING **: attempting to add an interface
(AtkTable) to class
(__gtksharp_62_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_ArtistInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:4809): GLib-GObject-WARNING **: attempting to add an interface
(AtkSelection) to class
(__gtksharp_68_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_YearInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:4809): GLib-GObject-WARNING **: attempting to add an interface
(AtkTable) to class
(__gtksharp_68_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_YearInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:4809): GLib-GObject-WARNING **: attempting to add an interface
(AtkSelection) to class
(__gtksharp_74_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_AlbumInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:4809): GLib-GObject-WARNING **: attempting to add an interface 
(AtkTable) to class 
(__gtksharp_74_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_AlbumInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
 after class_init
[Info  11:57:34.501] Updating web proxy from GConf
[Info  11:57:34.526] All services are started 0,738462

(Banshee:4809): GLib-CRITICAL **: Source ID 143 was not found when
attempting to remove it

(Banshee:4809): GLib-CRITICAL **: Source ID 112 was not found when attempting 
to remove it
*** Error in `banshee': double free or corruption (!prev): 0x7f94d4083f80 
***
Stacktrace:

  at unknown 0x
*** Error in `banshee': free(): invalid pointer: 0x7f94d40843d0 ***
Abortado (`core' generado)

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

Title:
  banshee crashes on startup

Status in “banshee” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I'm on a fresh install of Ubuntu 14.04 and Banshee seems not to work.
  It crashes after adding some podcast feeds. This what I get when
  running on terminal:

  [Info  02:35:45.015] Running Banshee 2.6.2: [Ubuntu Trusty Tahr
  (development branch) (linux-gnu, x86_64) @ 2014-03-25 10:44:19 UTC]

  (Banshee:18821): GLib-GObject-WARNING **: attempting to add an
  interface (AtkComponent) to class
  

[Desktop-packages] [Bug 1161209] Re: (stderr) Failed to parse new birthday string

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

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

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

Title:
  (stderr) Failed to parse new birthday string

Status in “empathy” package in Ubuntu:
  Incomplete

Bug description:
  When I run empathy from command line, I can see following in my
  console window:

  alex@umbrella:~$ empathy 
  [1] 3786
  alex@umbrella:~$ 
  (empathy:3786): telepathy-WARNING **: tpf-persona.vala:841: Failed to parse 
new birthday string '11.06.1981'

  (empathy:3786): telepathy-WARNING **: tpf-persona.vala:841: Failed to parse 
new birthday string '1/01/1981'
  alex@umbrella:~$ 

  Is it a problem to parse these date strings? Seems it would be clear.
  The first one:

  11.06.1981 is standard form of date in Russia.   (day.month.year)

  The second is American one:

  1/01/1981   ( month/day/year ).

  As a programmer, I understand we are expected another date format
  here, but  why just don't parse it properly in case of exception
  occured?

  If it already parsed properly may be its not usefull to print out this
  warning.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.2.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
  Uname: Linux 3.2.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Thu Mar 28 12:31:30 2013
  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: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1158451] Re: empathy-call crashed with SIGABRT in g_assertion_message()

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

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

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

Title:
  empathy-call crashed with SIGABRT in g_assertion_message()

Status in “empathy” package in Ubuntu:
  Incomplete

Bug description:
  Not sure what this is. Happened with bug #1158450. Might be the same.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: empathy 3.6.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-13.23-generic 3.8.3
  Uname: Linux 3.8.0-13-generic x86_64
  ApportVersion: 2.9.2-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Thu Mar 21 19:40:03 2013
  ExecutablePath: /usr/lib/empathy/empathy-call
  InstallationDate: Installed on 2012-03-31 (355 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120331)
  MarkForUpload: True
  ProcCmdline: /usr/lib/empathy/empathy-call
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=de_DE.UTF-8
  Signal: 6
  SourcePackage: empathy
  StacktraceTop:
   raise () from /lib/x86_64-linux-gnu/libc.so.6
   abort () from /lib/x86_64-linux-gnu/libc.so.6
   g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? ()
  Title: empathy-call crashed with SIGABRT in raise()
  UpgradeStatus: Upgraded to raring on 2013-01-23 (57 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1160272] Re: Cannot add IM account (empty setup dialog)

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

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

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

Title:
  Cannot add IM account (empty setup dialog)

Status in “empathy” package in Ubuntu:
  Incomplete
Status in “empathy” package in Arch Linux:
  New

Bug description:
  Since I upgraded to Raring, I cannot add any IM accounts (such as ICQ
  or AIM) in the Ubuntu Online Accounts panel of the System Settings.
  Whenever I choose to do so, the dialog for adding credentials is
  blank, with just the top cancel/done bar being visible. Clicking
  on either of these buttons crashes System Settings.

  When running the settings panel from the terminal, the following error
  messages can be found:

  (gnome-control-center:3260): credentials-cc-panel-CRITICAL **:
  cc_credentials_account_application_switch_on_app_account_enabled:
  assertion `service != NULL' failed

  (gnome-control-center:3260): credentials-cc-panel-WARNING **: cc-
  credentials-login-capture.vala:61: Could not register service.

  (gnome-control-center:3260): credentials-cc-panel-WARNING **: cc-
  credentials-login-capture.vala:33: Could not acquire name.

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

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


[Desktop-packages] [Bug 1144204] Re: Empathy asks for account authorisation, but fails

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

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

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

Title:
  Empathy asks for account authorisation, but fails

Status in “empathy” package in Ubuntu:
  Incomplete

Bug description:
  Bug found in raring (empathy 3.6.3)

  Reproducible: always

  Empathy asks for authorization for my Google Talk and Jabber account,
  when I click on the 'planet + keys' icon, I'm redirected to the
  'Online accounts' settings that show my Google account as active.

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

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


[Desktop-packages] [Bug 1315916] Re: Undo does not work

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

** Changed in: gnome-sudoku (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Undo does not work

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

Bug description:
  Undo button does not work.  In 12.04 I could press undo an unlimited
  number of times.  With 14.04 version it doesn't work for even one
  undo.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-sudoku 1:3.10.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun May  4 12:56:36 2014
  InstallationDate: Installed on 2014-04-25 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  PackageArchitecture: all
  SourcePackage: gnome-sudoku
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1293606] [NEW] print icon frozen

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

In Xubuntu 13.10, the printer icon freeze when a print job is queue. It
doesn't respond to click or any other interacion.

** Affects: system-config-printer (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: bot-comment
-- 
print icon frozen
https://bugs.launchpad.net/bugs/1293606
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to system-config-printer in Ubuntu.

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


[Desktop-packages] [Bug 576648] Re: package nvidia-* failed to install/upgrade: nvidia-* kernel module failed to build (Unable to determine the target kernel version.)

2014-05-05 Thread Alberto Milone
@Daniel: if you're referring to LP: #1315433, that's not really the same
issue, as it refers to Linux 3.15 (it looks like a custom kernel), that
is not in 14.04 (at least not yet), as per the bug's description:

DKMSKernelVersion: 3.15.0-rc2-eudyptula-00206-g9310072

I haven't added support for 3.15 in Utopic in any of the binary drivers
yet.

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

Title:
  package nvidia-* failed to install/upgrade: nvidia-* kernel module
  failed to build (Unable to determine the target kernel version.)

Status in NVIDIA Drivers Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-173” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers-304” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers-304-updates” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-313-updates” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers-96” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-experimental-304” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-experimental-310” package in Ubuntu:
  Triaged
Status in “nvidia-graphics-drivers-updates” package in Ubuntu:
  Triaged

Bug description:
  WORKAROUND:

  Revert back to the kernel version that your Ubuntu release came with.

  TEST CASE FOR 10.04:

  Starting with a fresh Ubuntu 10.04.3 installation...

  sudo add-apt-repository ppa:kernel-ppa/ppa
  sudo apt-get update
  sudo apt-get install linux-image-3.0.0-8-generic
  sudo apt-get install linux-headers-3.0.0-8-generic
  # or should that be: install linux-lts-backport-oneiric ?
  # REBOOT
  sudo apt-get install nvidia-173
  # The above command fails with an error.

  # Check the exact error:
  cat /var/lib/dkms/nvidia-173/*/build/make.log

  ORIGINAL DESCRIPTION:

  Brand new install of 10.04 onto a formatted hard drive. The upgrade
  icon said there was a restricted driver available - I clicked it. When
  I was running a Windows XP VMWare image, the video seemed to
  completely reset. I had to shut down and restart.

  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: nvidia-current 195.36.15-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Thu May  6 16:43:59 2010
  DkmsStatus:
   nvidia-current, 195.36.15, 2.6.32-21-generic, x86_64: installed
   nvidia-current, 195.36.15, 2.6.32-22-generic, x86_64: installed
  ErrorMessage: nvidia-current kernel module failed to build
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MachineType: LENOVO 64576DU
  PackageVersion: 195.36.15-0ubuntu3
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     3.3V 32-bit PC Card
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=UUID=e48c7906-adfe-4aef-b42f-afbb2328f9c3 ro quiet splash
  SourcePackage: nvidia-graphics-drivers
  Title: package nvidia-current 195.36.15-0ubuntu3 failed to install/upgrade: 
nvidia-current kernel module failed to build
  dmi.bios.date: 08/22/2007
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LET51WW (1.21 )
  dmi.board.name: 64576DU
  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:bvr7LET51WW(1.21):bd08/22/2007:svnLENOVO:pn64576DU:pvrThinkPadT61:rvnLENOVO:rn64576DU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 64576DU
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO
  glxinfo: Error: [Errno 2] No such file or directory
  system:
   distro: Ubuntu
   codename:   lucid
   architecture:   x86_64
   kernel: 2.6.32-22-generic

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

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


[Desktop-packages] [Bug 1315433] Re: nvidia-304-updates 304.117-0ubuntu1: nvidia-304-updates kernel module failed to build

2014-05-05 Thread Alberto Milone
** This bug is no longer a duplicate of bug 576648
   package nvidia-* failed to install/upgrade: nvidia-* kernel module failed to 
build (Unable to determine the target kernel version.)

** Summary changed:

- nvidia-304-updates 304.117-0ubuntu1: nvidia-304-updates kernel module failed 
to build
+ nvidia-304-updates 304.117-0ubuntu1 fails to build with Linux 3.15

** Changed in: nvidia-graphics-drivers-304-updates (Ubuntu)
   Status: New = Triaged

** Changed in: nvidia-graphics-drivers-304-updates (Ubuntu)
   Importance: Undecided = Medium

** Changed in: nvidia-graphics-drivers-304-updates (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

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

Title:
  nvidia-304-updates 304.117-0ubuntu1 fails to build with Linux 3.15

Status in “nvidia-graphics-drivers-304-updates” package in Ubuntu:
  Triaged

Bug description:
  After compling last linux kernel i restarted with my stable version

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-304-updates 304.117-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  DKMSKernelVersion: 3.15.0-rc2-eudyptula-00206-g9310072
  Date: Fri May  2 15:03:28 2014
  InstallationDate: Installed on 2012-09-23 (585 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  PackageVersion: 304.117-0ubuntu1
  SourcePackage: nvidia-graphics-drivers-304-updates
  Title: nvidia-304-updates 304.117-0ubuntu1: nvidia-304-updates kernel module 
failed to build
  UpgradeStatus: Upgraded to trusty on 2014-04-21 (11 days ago)

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

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


[Desktop-packages] [Bug 1293606] Re: print icon frozen

2014-05-05 Thread Thaddäus Tintenfisch
Xubuntu uses system-config-printer-applet to display a tray icon for the
printer queue.

** Package changed: indicator-printers (Ubuntu) = system-config-printer
(Ubuntu)

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

Title:
  print icon frozen

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

Bug description:
  In Xubuntu 13.10, the printer icon freeze when a print job is queue.
  It doesn't respond to click or any other interacion.

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

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


[Desktop-packages] [Bug 1315530] Re: apport-retrace doesn't work with qemu

2014-05-05 Thread Martin Pitt
Nothing specific to QEMU. After /usr/share/apport/apport creates the
initial .crash file you need to run that through the UI data collection
by clicking on Details... or the first step of Report  (but then not
actually send it to Launchpad). This will add all the necessary fields,
package versions, etc.

If you run apport-retrace right afterwards, on the same machine, without
changing any packages, you can also use apport-retrace's -R option (see
manpage).

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

** Summary changed:

- apport-retrace doesn't work with qemu
+ apport-retrace needs initial data collection

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

Title:
  apport-retrace needs initial data collection

Status in “apport” package in Ubuntu:
  Invalid

Bug description:
  I have only tested this on trusty so far.

  Steps to reproduce:

  Install apport apport-retrace and setup ddeb apt.sources.
  Launch a vm
  sudo kill -SIGABRT qemu pid
  wait for /var/crash/_usr_bin_qemu-system-x86_64*.crash to finish
  apport-retrace -g -S system _usr_bin_qemu-system-x86_64.106.crash 

  What happens:
  ERROR: report file does not contain one of the required fields: CoreDump 
DistroRelease Package ExecutablePath

  What I expect to happen:
  gdb session to be launched

  Additional Information:

  $ egrep (CoreDump|DistroRelease|Package|ExecutablePath) 
/var/crash/_usr_bin_qemu-system-x86_64.106.crash 
  DistroRelease: Ubuntu 14.04
  ExecutablePath: /usr/bin/qemu-system-x86_64
  CoreDump: base64

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: apport 2.14.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  Uname: Linux 3.13.0-18-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CrashReports: 640:106:106:63267160:2014-05-02 15:43:47.066079864 
-0500:2014-05-02 15:45:05.950082517 
-0500:/var/crash/_usr_bin_qemu-system-x86_64.106.crash
  Date: Fri May  2 15:48:59 2014
  InstallationDate: Installed on 2014-03-17 (46 days ago)
  InstallationMedia: Ubuntu-Server 14.04 LTS Trusty Tahr - Alpha amd64 
(20140313)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1307102] Re: Unable to set autologin

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

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

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

Title:
  Unable to set autologin

Status in “lightdm” package in Ubuntu:
  Confirmed

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

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

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

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

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

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


[Desktop-packages] [Bug 1308323] Re: Shutdown/reboot/login/logout dialogs not scaled after toggling UI scale Edit

2014-05-05 Thread Ara Pulido
** Also affects: unity (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

Title:
  Shutdown/reboot/login/logout dialogs not scaled after toggling UI
  scale Edit

Status in OEM Priority Project:
  Triaged
Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress
Status in “unity” source package in Trusty:
  New

Bug description:
  1. Install Ubuntu-trusty image and boot into OS
  2. Go to System settings  Display
  3. Toggle UI scale up or down
  4. Press power button to launch poweroff notification prompt
  5. Check if the contents of the prompt is also scaled in accordance to the UI 
scale settings

  [Expected results]
  Contents of the poweroff notification prompt should be scaled in accordance 
to the UI scale settings

  [Actual results]
  Contents of the poweroff notification prompt is not scaled

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

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


[Desktop-packages] [Bug 1055874] Re: Automatic sleep settings are not followed precisely

2014-05-05 Thread Ara Pulido
** Changed in: oem-priority
   Status: In Progress = Fix Released

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

Title:
  Automatic sleep settings are not followed precisely

Status in Gnome Settings Daemon:
  Fix Released
Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project precise series:
  Fix Released
Status in “gnome-power-manager” package in Ubuntu:
  Invalid
Status in “gnome-settings-daemon” package in Ubuntu:
  Fix Released
Status in “gnome-power-manager” source package in Precise:
  Confirmed
Status in “gnome-settings-daemon” source package in Precise:
  Fix Released

Bug description:
  [Impact]

  According to the current design in Ubuntu Precise, users can choose
  the suspend time and blank time in the gnome control center (system
  settings). However, there's another gsetting called org.gnome
  .settings-daemon.plugins.power idle-dim-time which controls the
  screen dim time. The default value of idle-dim-time in Ubuntu is 30
  secs and this makes the screen dim after idle for 30 secs. This part
  (idle-dim-time) is not accessible to users in the default UI but can
  only be accessed by using the CLI.

 This two categories of values (dim time/suspendblank time) should
  not be related at all, however, the current Ubuntu Precise (12.04)'s
  gnome settings daemon (3.4.2) it actually suspend or blank the screen
  on user set time plus the dim time, which added additional 30 secs
  by default. Since dim time is not accessible by users in default UI,
  this confusing users why extra 30 secs is added to the total time on
  top of the selected suspend/blank time.

 In some OEM projects, in order to fulfill the OEM requests for
  Energy Star standard, the dim time is set to 5 minutes default
  (instead of 30 secs), and this make the suspend time and screen blank
  time very inaccurate, because user will have additional 5 minutes to
  wait before the screen blank or system suspend. (Inactive time to
  suspend is about 5 minutes more than setting.)

   * User do not need modify anything for this patch.

  [Test Case]

  * Please use Ubuntu Precise (12.04) to test, this issue is already
  fixed in Ubuntu Raring (13.04)

  * Set idle-dim-time to 300 first (5 minutes), it's much easier to find out 
this issue.
  (the default is 30 secs and it's somehow not as easy to observe, but the 
result should be same.)
  Command:
  #gsettings set org.gnome.settings-daemon.plugins.power idle-dim-time 300

  *In settings:
  Turn screen off: 10 minutes
  Suspend: 10 minutes on battery power, 30 minutes when plugged in.

  Actual:
  On battery: Screen turned off after 10 minutes, suspend after about 5 more 
minutes(15 minutes total).
  When plugged in: Screen turned off after 10 minutes, suspend after about 25 
more minutes(35 minutes total).

  Steps:
  1. Check power settings and brightness settings
  2. Leave the system inactive

  Expected results: Inactive time to suspend is same as setting

  Actual results: Inactive time to suspend is about 5 minutes more than
  setting

  [Regression Potential]

  * This do not need to modify any user settings.

  * The impact should be minimal for an inaccurate timing of
  suspend/blanking.

  [Other Info]

  Original bug description:

  When I set the various timeouts via dconf-editor, my computer does not
  follow them precisely. I'm referring to these settings:

  org.gnome.settings-daemon.plugins.power sleep-display-ac
  org.gnome.settings-daemon.plugins.power sleep-display-battery
  org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout
  org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout

  For example if I set all to 5, then the display sleeps at 30 seconds,
  and the computer at 70 seconds. Similarly, if I set them all to 60,
  the computer suspends around 90 seconds. I've only tried these shorter
  settings. These are clearly values that are low for normal usage, but
  this bug is very frustrating if one attempts to troubleshoot unrelated
  automatic-sleep bugs. Firstly, I think I missed the case when
  automatic sleep might have worked. Secondly, it increases the time it
  takes to troubleshoot by a lot.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-power-manager 3.4.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  Date: Tue Sep 25 09:43:50 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: gnome-power-manager
  UpgradeStatus: Upgraded to precise on 2012-04-29 (148 days ago)

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

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

[Desktop-packages] [Bug 1247712] Re: Unable to install Broadcom STA wireless dirver on 3.8 / 3.11 kernel via jockey-gtk

2014-05-05 Thread Po-Hsu Lin
Verified on:
201206-11158 with Broadcom 43228 [14e4:4359]
201302-12682 with Broadcom 43228 [14e4:4359]
201108-8942 with Broadcom 43227 [14e4:4358]
201012-6925 with Broadcom 4313 [14e4:4727] 

Steps:
1. Install 12.04.4, enable proposed, run update and reboot.
2. Install the Broadcom driver via jockey

VERIFICATION DONE
Driver installation complete successfully

But for 
201307-13942 with Broadcom 4352 [14e4:43b1]
201307-13942 with Broadcom 4352 [14e4:43b1]

From jockey.log, it will stuck on:
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.11.0-20-generic

And error messages could be found in dmesg
[  344.878100] RIP: 0010:[a05a1020]  [a05a1020] 
wdev_priv.part.7+0x4/0x6 [wl]
...(see attachment)

There is a bug for this component [14e4:43b1], #1279690, since the error
message is different from what I posted in the bug description, maybe
this is another issue?

** Attachment added: dmesg-201307-13942.log
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1247712/+attachment/4105475/+files/dmesg-201307-13942.log

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

Title:
  Unable to install Broadcom STA wireless dirver on 3.8 / 3.11 kernel
  via jockey-gtk

Status in Jockey driver manager:
  Invalid
Status in “bcmwl” package in Ubuntu:
  Confirmed
Status in “jockey” package in Ubuntu:
  Invalid
Status in “linux-lts-raring” package in Ubuntu:
  Confirmed
Status in “bcmwl” source package in Precise:
  Confirmed
Status in “jockey” source package in Precise:
  Fix Committed
Status in “linux-lts-raring” source package in Precise:
  Confirmed

Bug description:
  SRU request:

  Please accept jockey_0.9.7-0ubuntu7.15 into precise-proposed.

  [Impact]

  Kernel versions higher than 3.8 fail to rebind the Broadcom device to
  the driver thus compromising system stability. While rebinding is a
  nice feature it can't come at the cost of system stability. For this
  reason we'll disable this feature when dealing with Linux = 3.8 and
  preserve it in the other cases.

  [Test Case]

  Install and reboot into Linux 3.8 or higher (linux-lts-saucy or linux-
  lts-trusty), then use Jockey to install the broadcom wireless driver.
  Jockey will hang and the system will probably hang on shutdown.

  [Regression Potential]

  It should be minimal i.e. there won't be device rebinding on the
  livecd. This, however, shouldn't be an issue since the open broadcom
  driver should already work out of the box.

  Furthermore the test suite now covers this test case.


  == Description ==

  CID: 201303-13027 Dell Inspiron 5535
  CID: 201012-6925 Dell Latitude E6320
  CID: 201208-11536 Dell Latitude 6430u

  Affected chipsets:
  Broadcom 4365
  Broadcom 4313 [14e4:4727] (rev 01)
  Broadcom 43132

  The bcmwl (6.20.155.1+bdcom-0ubuntu0.0.2) cannot be installed on
  12.04.4 (3.11.0-15), 12.04.3 (3.8.0-29)

  Steps:
  1. Install Ubuntu 12.04.3 (or 12.04.4) + update
  2. Boot to desktop
  3. Install the Broadcom STA wireless driver via jockey-gtk

  Driver cannot be installed, jockey-gtk will stuck at Downloading and 
installing driver
  The last message from jockey.jog is:
  unbind/rebind on driver /sys/module/wl/drivers/pci:wl: device :02:00.0

  Error message could be found in dmesg:
  Nov  3 21:34:14 201012-6925 kernel: [  528.104653] 
wlc_lcnphy_rx_gain_tbl_free_entry = 5
  Nov  3 21:34:14 201012-6925 kernel: [  528.104863] BUG: unable to handle 
kernel paging request at a045d020
  Nov  3 21:34:14 201012-6925 kernel: [  528.104906] IP: [a045d020] 
0xa045d01f
  Nov  3 21:34:14 201012-6925 kernel: [  528.104936] PGD 1c0f067 PUD 1c13063 
PMD 2ea40067 PTE 0
  Nov  3 21:34:14 201012-6925 kernel: [  528.104967] Oops: 0010 [#1] SMP
  Nov  3 21:34:14 201012-6925 kernel: [  528.104988] Modules linked in: 
lib80211_crypt_tkip(F) wl(POF) lib80211(F) rfcomm(F) bnep(F) bluetooth(F) 
snd_hda_codec_hdmi(F) snd_hda_codec_idt(F) coretemp(F) kvm_intel(F) arc4(F) 
kvm(F) joydev(F) ghash_clmulni_intel(F) aesni_intel(F) ablk_helper(F) cryptd(F) 
lrw(F) mac80211(F) snd_hda_intel(F) brcmutil(F) snd_hda_codec(F) snd_hwdep(F) 
snd_pcm(F) i915(F) snd_seq_midi(F) snd_rawmidi(F) snd_seq_midi_event(F) 
snd_seq(F) aes_x86_64(F) snd_timer(F) snd_seq_device(F) cfg80211(F) snd(F) 
cordic(F) drm_kms_helper(F) drm(F) mei(F) psmouse(F) soundcore(F) xts(F) 
ppdev(F) gf128mul(F) parport_pc(F) i2c_algo_bit(F) dell_laptop(F) dcdbas(F) 
dell_wmi(F) video(F) lpc_ich(F) serio_raw(F) mac_hid(F) sparse_keymap(F) 
snd_page_alloc(F) wmi(F) microcode(F) lp(F) parport(F) ahci(F) libahci(F) 
sdhci_pci(F) sdhci(F) e1000e(F) [last unloaded: bcma]
  Nov  3 21:34:14 201012-6925 kernel: [  528.105424] CPU 0
  Nov  3 21:34:14 201012-6925 kernel: [  528.105438] Pid: 2695, comm: 
jockey-backend Tainted: PF  O 3.8.0-33-generic #48~precise1-Ubuntu Dell 
Inc. Latitude 

[Desktop-packages] [Bug 1247712] Re: Unable to install Broadcom STA wireless dirver on 3.8 / 3.11 kernel via jockey-gtk

2014-05-05 Thread Po-Hsu Lin
Note, for comment 58, another system I have test with is:
201303-13030 with Broadcom 4352 [14e4:43b1]


** Attachment added: jockey-201307-13942.log
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1247712/+attachment/4105476/+files/jockey-201307-13942.log

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

Title:
  Unable to install Broadcom STA wireless dirver on 3.8 / 3.11 kernel
  via jockey-gtk

Status in Jockey driver manager:
  Invalid
Status in “bcmwl” package in Ubuntu:
  Confirmed
Status in “jockey” package in Ubuntu:
  Invalid
Status in “linux-lts-raring” package in Ubuntu:
  Confirmed
Status in “bcmwl” source package in Precise:
  Confirmed
Status in “jockey” source package in Precise:
  Fix Committed
Status in “linux-lts-raring” source package in Precise:
  Confirmed

Bug description:
  SRU request:

  Please accept jockey_0.9.7-0ubuntu7.15 into precise-proposed.

  [Impact]

  Kernel versions higher than 3.8 fail to rebind the Broadcom device to
  the driver thus compromising system stability. While rebinding is a
  nice feature it can't come at the cost of system stability. For this
  reason we'll disable this feature when dealing with Linux = 3.8 and
  preserve it in the other cases.

  [Test Case]

  Install and reboot into Linux 3.8 or higher (linux-lts-saucy or linux-
  lts-trusty), then use Jockey to install the broadcom wireless driver.
  Jockey will hang and the system will probably hang on shutdown.

  [Regression Potential]

  It should be minimal i.e. there won't be device rebinding on the
  livecd. This, however, shouldn't be an issue since the open broadcom
  driver should already work out of the box.

  Furthermore the test suite now covers this test case.


  == Description ==

  CID: 201303-13027 Dell Inspiron 5535
  CID: 201012-6925 Dell Latitude E6320
  CID: 201208-11536 Dell Latitude 6430u

  Affected chipsets:
  Broadcom 4365
  Broadcom 4313 [14e4:4727] (rev 01)
  Broadcom 43132

  The bcmwl (6.20.155.1+bdcom-0ubuntu0.0.2) cannot be installed on
  12.04.4 (3.11.0-15), 12.04.3 (3.8.0-29)

  Steps:
  1. Install Ubuntu 12.04.3 (or 12.04.4) + update
  2. Boot to desktop
  3. Install the Broadcom STA wireless driver via jockey-gtk

  Driver cannot be installed, jockey-gtk will stuck at Downloading and 
installing driver
  The last message from jockey.jog is:
  unbind/rebind on driver /sys/module/wl/drivers/pci:wl: device :02:00.0

  Error message could be found in dmesg:
  Nov  3 21:34:14 201012-6925 kernel: [  528.104653] 
wlc_lcnphy_rx_gain_tbl_free_entry = 5
  Nov  3 21:34:14 201012-6925 kernel: [  528.104863] BUG: unable to handle 
kernel paging request at a045d020
  Nov  3 21:34:14 201012-6925 kernel: [  528.104906] IP: [a045d020] 
0xa045d01f
  Nov  3 21:34:14 201012-6925 kernel: [  528.104936] PGD 1c0f067 PUD 1c13063 
PMD 2ea40067 PTE 0
  Nov  3 21:34:14 201012-6925 kernel: [  528.104967] Oops: 0010 [#1] SMP
  Nov  3 21:34:14 201012-6925 kernel: [  528.104988] Modules linked in: 
lib80211_crypt_tkip(F) wl(POF) lib80211(F) rfcomm(F) bnep(F) bluetooth(F) 
snd_hda_codec_hdmi(F) snd_hda_codec_idt(F) coretemp(F) kvm_intel(F) arc4(F) 
kvm(F) joydev(F) ghash_clmulni_intel(F) aesni_intel(F) ablk_helper(F) cryptd(F) 
lrw(F) mac80211(F) snd_hda_intel(F) brcmutil(F) snd_hda_codec(F) snd_hwdep(F) 
snd_pcm(F) i915(F) snd_seq_midi(F) snd_rawmidi(F) snd_seq_midi_event(F) 
snd_seq(F) aes_x86_64(F) snd_timer(F) snd_seq_device(F) cfg80211(F) snd(F) 
cordic(F) drm_kms_helper(F) drm(F) mei(F) psmouse(F) soundcore(F) xts(F) 
ppdev(F) gf128mul(F) parport_pc(F) i2c_algo_bit(F) dell_laptop(F) dcdbas(F) 
dell_wmi(F) video(F) lpc_ich(F) serio_raw(F) mac_hid(F) sparse_keymap(F) 
snd_page_alloc(F) wmi(F) microcode(F) lp(F) parport(F) ahci(F) libahci(F) 
sdhci_pci(F) sdhci(F) e1000e(F) [last unloaded: bcma]
  Nov  3 21:34:14 201012-6925 kernel: [  528.105424] CPU 0
  Nov  3 21:34:14 201012-6925 kernel: [  528.105438] Pid: 2695, comm: 
jockey-backend Tainted: PF  O 3.8.0-33-generic #48~precise1-Ubuntu Dell 
Inc. Latitude E6320/
  Nov  3 21:34:14 201012-6925 kernel: [  528.105493] RIP: 
0010:[a045d020]  [a045d020] 0xa045d01f
  Nov  3 21:34:14 201012-6925 kernel: [  528.105533] RSP: 0018:88001b405d50 
 EFLAGS: 00010282
  Nov  3 21:34:14 201012-6925 kernel: [  528.105558] RAX: 0001 RBX: 
880031788000 RCX: 
  Nov  3 21:34:14 201012-6925 kernel: [  528.105590] RDX:  RSI: 
a0861ec0 RDI: 880031788000
  Nov  3 21:34:14 201012-6925 kernel: [  528.105623] RBP: 88001b405d78 R08: 
 R09: 
  Nov  3 21:34:14 201012-6925 kernel: [  528.105657] R10: 3684 R11: 
0293 R12: 88001b405da0
  Nov  3 21:34:14 201012-6925 kernel: [  528.105690] R13: a08643e0 R14: 
880031788098 R15: 8800317880f8

Re: [Desktop-packages] [Bug 1160272] Re: Cannot add IM account (empty setup dialog)

2014-05-05 Thread Urgulak
Hello, and thank you very much for your answer. It looks now, like the 
bud has gone. Have a nice day.

Urg

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

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



-- 
Urg
urgulak.blogspot.com
flarerpg.org

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

Title:
  Cannot add IM account (empty setup dialog)

Status in “empathy” package in Ubuntu:
  Incomplete
Status in “empathy” package in Arch Linux:
  New

Bug description:
  Since I upgraded to Raring, I cannot add any IM accounts (such as ICQ
  or AIM) in the Ubuntu Online Accounts panel of the System Settings.
  Whenever I choose to do so, the dialog for adding credentials is
  blank, with just the top cancel/done bar being visible. Clicking
  on either of these buttons crashes System Settings.

  When running the settings panel from the terminal, the following error
  messages can be found:

  (gnome-control-center:3260): credentials-cc-panel-CRITICAL **:
  cc_credentials_account_application_switch_on_app_account_enabled:
  assertion `service != NULL' failed

  (gnome-control-center:3260): credentials-cc-panel-WARNING **: cc-
  credentials-login-capture.vala:61: Could not register service.

  (gnome-control-center:3260): credentials-cc-panel-WARNING **: cc-
  credentials-login-capture.vala:33: Could not acquire name.

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

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


[Desktop-packages] [Bug 1316090] [NEW] Unable to drop/ place files and links on second screen in dual screen set up

2014-05-05 Thread Goth Queen
Public bug reported:

After updating from Xubuntu 13.10 (amd64) to Xubuntu 14.04 LTS (amd64) I
have encountered a bug with my dual screen set up.

Running the XOrg screen driver (xserver-xorg-video-nouveau), it is
possible to place/ drag and drop files and links on my left screen
desktop. This is also the desktop that contains the system icons (e.g.
removable drives, rubbish bin).

However, I I try to drag and drop a file or link on the right screen
desktop, it will not stick and fly back to its original location on
the left screen. Additionally, I noticed that, when dragging the file
over the troubled desktop, the placement squares don't show up. They
do on the functioning left screen.

Although I have a NVIDIA Corporation GK107 [GeForce GTX 650] Geforce I
do run the XOrg driver since it gives me the best results with the
software I'm using frequently. However, when I tested this during my
initial install of Trusty, I noticed that I did not encounter this bug
with the proprietary NVidia 304.117 driver (331.38 did not work for me
at all). Running the NVidia 304.117 driver, it was possible to drag and
drop/ place files and links on both screen desktops. Also the placement
squares appeared on both screens when a file was dragged over it.

After returning to the XOrg driver, the problem reoccurred, and
placement on the right screen was again not possible.

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

Title:
  Unable to drop/ place files and links on second screen in dual screen
  set up

Status in “xorg” package in Ubuntu:
  New

Bug description:
  After updating from Xubuntu 13.10 (amd64) to Xubuntu 14.04 LTS (amd64)
  I have encountered a bug with my dual screen set up.

  Running the XOrg screen driver (xserver-xorg-video-nouveau), it is
  possible to place/ drag and drop files and links on my left screen
  desktop. This is also the desktop that contains the system icons (e.g.
  removable drives, rubbish bin).

  However, I I try to drag and drop a file or link on the right screen
  desktop, it will not stick and fly back to its original location
  on the left screen. Additionally, I noticed that, when dragging the
  file over the troubled desktop, the placement squares don't show up.
  They do on the functioning left screen.

  Although I have a NVIDIA Corporation GK107 [GeForce GTX 650] Geforce I
  do run the XOrg driver since it gives me the best results with the
  software I'm using frequently. However, when I tested this during my
  initial install of Trusty, I noticed that I did not encounter this bug
  with the proprietary NVidia 304.117 driver (331.38 did not work for me
  at all). Running the NVidia 304.117 driver, it was possible to drag
  and drop/ place files and links on both screen desktops. Also the
  placement squares appeared on both screens when a file was dragged
  over it.

  After returning to the XOrg driver, the problem reoccurred, and
  placement on the right screen was again not possible.

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

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


[Desktop-packages] [Bug 1316088] [NEW] Window can get maximized on the wrong monitor with a dual monitor setup, when more than half of it is on the second monitor

2014-05-05 Thread Dan
Public bug reported:

Reproducible: always

Requirements:
 - Dual monitor setup

Steps to reproduce:
1. Open any window
2. Position more than half of it on one monitor (Will call this one Monitor1), 
while the rest is on the second monitor  (Will call this one Monitor2).
3. Now, snap the window to the top bar of Monitor2.
4. Before releasing the mouse click, an maximizing animation will show on 
Monitor2.
5. When mouse button is released, the window is maximized on Monitor1.

Expectation:
Since the animation is shown on Monitor2, I would expect the window to get 
maximized on Monitor2.

---
My opinion is that it was probably made like so by design, so when clicking the 
maximize button, the window gets maximized on the monitor where the majority of 
it resides. But it is confusing to show the maximize animation on one screen 
and maximize it on another.

---
unity 7.2.0+14.04.20140423-0ubuntu1.2
Ubuntu 14.04 x64

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-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]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Mon May  5 13:56:25 2014
DistUpgraded: 2014-04-22 10:23:56,269 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: CLEVO/KAPOK Computer Device [1558:1550]
 NVIDIA Corporation GK107M [GeForce GT 650M] [10de:0fd1] (rev ff) (prog-if ff)
InstallationDate: Installed on 2012-07-14 (659 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MachineType: CLEVO CO. W150ER
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=700d27a1-aa67-467b-9630-88109a916f1f ro
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-04-22 (13 days ago)
dmi.bios.date: 03/14/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4.6.5
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: W150ER
dmi.board.vendor: CLEVO CO.
dmi.board.version: N/A
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 9
dmi.chassis.vendor: CLEVO CO.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd03/14/2012:svnCLEVOCO.:pnW150ER:pvrN/A:rvnCLEVOCO.:rnW150ER:rvrN/A:cvnCLEVOCO.:ct9:cvrN/A:
dmi.product.name: W150ER
dmi.product.version: N/A
dmi.sys.vendor: CLEVO CO.
version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Mon May  5 10:00:55 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 729 
 vendor LGD
xserver.version: 2:1.15.1-0ubuntu2

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


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

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

Title:
  Window can get maximized on the wrong monitor with a dual monitor
  setup, when more than half of it is on the second monitor

Status in “unity” package in Ubuntu:
  New

Bug description:
  Reproducible: always

  Requirements:
   - Dual monitor setup

  Steps to reproduce:
  1. Open any window
  2. Position more than half of it on one monitor (Will call this one 
Monitor1), while the rest is on the second monitor  (Will call this one 
Monitor2).
  3. Now, snap the window to the top bar of Monitor2.
  4. Before releasing the mouse click, an maximizing animation will show on 
Monitor2.
  5. When mouse button is released, the window is maximized on Monitor1.

  Expectation:
  Since the animation is shown on Monitor2, I would expect the window to get 
maximized on Monitor2.

  ---
  My opinion is that it was 

[Desktop-packages] [Bug 1284521] Re: unity-settings-daemon crashed with SIGSEGV in g_bit_lock()

2014-05-05 Thread Ara Pulido
** Changed in: oem-priority
   Importance: Medium = Low

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

Title:
  unity-settings-daemon crashed with SIGSEGV in g_bit_lock()

Status in OEM Priority Project:
  New
Status in “unity-settings-daemon” package in Ubuntu:
  Confirmed

Bug description:
  by starting up  ubuntu it comes this report but system has no
  problems, i think it is a report bug.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140221.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
  Uname: Linux 3.13.0-12-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: i386
  Date: Tue Feb 25 00:05:16 2014
  ExecutablePath: /usr/lib/unity-settings-daemon/unity-settings-daemon
  InstallationDate: Installed on 2014-02-16 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140216)
  ProcCmdline: /usr/lib/unity-settings-daemon/unity-settings-daemon
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/false
  SegvAnalysis:
   Segfault happened at: 0xb6f5f4d0 g_bit_lock+64:lock bts %ebp,(%esi)
   PC (0xb6f5f4d0) ok
   source %ebp ok
   destination (%esi) (0x0010) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: unity-settings-daemon
  StacktraceTop:
   g_bit_lock () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_variant_n_children () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_variant_iter_init () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/unity-settings-daemon-1.0/libkeyboard.so
   g_cclosure_marshal_VOID__PARAM () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
  Title: unity-settings-daemon crashed with SIGSEGV in g_bit_lock()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

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


[Desktop-packages] [Bug 1316092] [NEW] When the launcher is hidden, tearing occurs when scrolling/switching contents inside one window

2014-05-05 Thread Oleg O Andreev
Public bug reported:

When launcher is hidden, scrolling or switching in the maximized window
tears along the vertical line, where the launcher would've ended if it
was shown (i.e. (48, 0) - (48, screen height) if the launcher is 48px
wide). The easiest way to see is opening two tabs with black and white
backgrounds correspondingly and constantly switching between them.

I am not certain, but it looks like redrawing the part under the
hidden launcher is sometimes delayed for one frame.

Neither fullscreen windows nor switching between windows exhibit the
problem.

The bug did not manifest in Ubuntu 13.10.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Mon May  5 15:16:01 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
EcryptfsInUse: Yes
GraphicsCard:
 Intel Corporation Mobile 945GSE Express Integrated Graphics Controller 
[8086:27ae] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c062]
   Subsystem: Samsung Electronics Co Ltd Device [144d:c062]
InstallationDate: Installed on 2014-05-05 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
MachineType: SAMSUNG ELECTRONICS CO., LTD. N140
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=0fd5a4c0-0a6d-41c9-8357-70d5248f49b2 ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/30/2009
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 04CU.M010.20090930.CYH
dmi.board.name: N140
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr04CU.M010.20090930.CYH:bd09/30/2009:svnSAMSUNGELECTRONICSCO.,LTD.:pnN140:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN140:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
dmi.product.name: N140
dmi.product.version: Not Applicable
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.11+14.04.20140423-0ubuntu1
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Mon May  5 13:39:03 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1001 
 vendor HSD
xserver.version: 2:1.15.1-0ubuntu2

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


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

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

Title:
  When the launcher is hidden, tearing occurs when scrolling/switching
  contents inside one window

Status in “unity” package in Ubuntu:
  New

Bug description:
  When launcher is hidden, scrolling or switching in the maximized
  window tears along the vertical line, where the launcher would've
  ended if it was shown (i.e. (48, 0) - (48, screen height) if the
  launcher is 48px wide). The easiest way to see is opening two tabs
  with black and white backgrounds correspondingly and constantly
  switching between them.

  I am not certain, but it looks like redrawing the part under the
  hidden launcher is sometimes delayed for one frame.

  Neither fullscreen windows nor switching between windows exhibit the
  problem.

  The bug did not manifest in Ubuntu 13.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  

[Desktop-packages] [Bug 1316090] Re: Unable to drop/ place files and links on second screen in dual screen set up

2014-05-05 Thread Goth Queen
PS: I forgot to mention - it is possible to place a program window on both 
screens and work in it. 
The reported behaviour only concerns files and links (e.g the removable drive 
links) placed/ saved on the desktop.

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

Title:
  Unable to drop/ place files and links on second screen in dual screen
  set up

Status in “xorg” package in Ubuntu:
  New

Bug description:
  After updating from Xubuntu 13.10 (amd64) to Xubuntu 14.04 LTS (amd64)
  I have encountered a bug with my dual screen set up.

  Running the XOrg screen driver (xserver-xorg-video-nouveau), it is
  possible to place/ drag and drop files and links on my left screen
  desktop. This is also the desktop that contains the system icons (e.g.
  removable drives, rubbish bin).

  However, I I try to drag and drop a file or link on the right screen
  desktop, it will not stick and fly back to its original location
  on the left screen. Additionally, I noticed that, when dragging the
  file over the troubled desktop, the placement squares don't show up.
  They do on the functioning left screen.

  Although I have a NVIDIA Corporation GK107 [GeForce GTX 650] Geforce I
  do run the XOrg driver since it gives me the best results with the
  software I'm using frequently. However, when I tested this during my
  initial install of Trusty, I noticed that I did not encounter this bug
  with the proprietary NVidia 304.117 driver (331.38 did not work for me
  at all). Running the NVidia 304.117 driver, it was possible to drag
  and drop/ place files and links on both screen desktops. Also the
  placement squares appeared on both screens when a file was dragged
  over it.

  After returning to the XOrg driver, the problem reoccurred, and
  placement on the right screen was again not possible.

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

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


[Desktop-packages] [Bug 1315833] Re: Not possible to start application again with left mouse click

2014-05-05 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1291362 ***
https://bugs.launchpad.net/bugs/1291362

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

** This bug has been marked a duplicate of bug 1291362
   Apps locked to launcher only launch once per session on dual monitor system.

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

Title:
  Not possible to start application again with left mouse click

Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  When set to show the Launcher only on second display, it's not
  possible to start an application a second time with left mouse click,
  in the same session, after close the first instance.

  It works when the laucher is shown on primary display only or on all displays.
  --- 
  .tmp.unity.support.test.0:
   
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
  InstallationDate: Installed on 2014-05-04 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=dbeb389c-dfe0-42ff-b8dc-01f140d88f29 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Renderer: Software
  Tags:  trusty trusty trusty ubuntu compiz-0.9
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sun May  4 13:47:10 2014
  xserver.configfile: default
  xserver.errors:
   AIGLX error: vboxvideo does not export required DRI extension
   AIGLX: reverting to software rendering
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2
  xserver.video_driver: vboxvideo

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

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


[Desktop-packages] [Bug 1289818] Re: gst-plugins-good0.10: FTBFS: XML parser errors

2014-05-05 Thread Bug Watch Updater
** Changed in: gst-plugins-good0.10 (Debian)
   Status: Confirmed = Fix Released

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

Title:
  gst-plugins-good0.10: FTBFS: XML parser errors

Status in “gst-plugins-good0.10” package in Ubuntu:
  Fix Released
Status in “gst-plugins-good1.0” package in Ubuntu:
  Fix Released
Status in “gst-plugins-good0.10” package in Debian:
  Fix Released

Bug description:
  Imported from Debian bug http://bugs.debian.org/739810:

  Source: gst-plugins-good0.10
  Version: 0.10.31-3+nmu2
  Severity: serious

  From my pbuilder build log:

  ...
DOC   Building HTML
  xml/element-audiocheblimit.xml:79: parser error : Opening and ending tag 
mismatch: refsect1 line 66 and para
  /para/para
^
  xml/element-audiocheblimit.xml:96: parser error : Opening and ending tag 
mismatch: para line 84 and refsect1
  /refsect1
 ^
  gst-plugins-good-plugins-docs.sgml:36: element include: XInclude error : 
could not load xml/element-audiocheblimit.xml, and no fallback was found
  xml/element-mp4mux.xml:135: element refsect2: validity error : ID GstMP4Mux 
already defined
  refsect2 id=GstMP4Mux role=typedef
 ^
  xml/element-udpsrc.xml:127: parser error : Opening and ending tag mismatch: 
refsect1 line 80 and para
  /para/para
^
  xml/element-udpsrc.xml:155: parser error : Opening and ending tag mismatch: 
para line 128 and refsect1
  /refsect1
 ^
  gst-plugins-good-plugins-docs.sgml:166: element include: XInclude error : 
could not load xml/element-udpsrc.xml, and no fallback was found
  warning: failed to load external entity xml/element-v4l2sink-details.xml
  make[4]: *** [html-build.stamp] Error 6
  make[4]: Leaving directory 
`/tmp/buildd/gst-plugins-good0.10-0.10.31/docs/plugins'
  make[3]: *** [all-recursive] Error 1
  make[3]: Leaving directory `/tmp/buildd/gst-plugins-good0.10-0.10.31/docs'
  make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory `/tmp/buildd/gst-plugins-good0.10-0.10.31'
  make[1]: *** [all] Error 2
  make[1]: Leaving directory `/tmp/buildd/gst-plugins-good0.10-0.10.31'
  make: *** [debian/stamp-makefile-build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2
  -- 
  Daniel Schepler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good0.10/+bug/1289818/+subscriptions

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


[Desktop-packages] [Bug 1316095] [NEW] [Nvidia GF117M] 10de:1140 3D Controller disapear after reboot

2014-05-05 Thread Yung Shen
Public bug reported:


Unable to switch back to nvidia graphic chip after reboot. 

Switching graphics does not requires reboot, but it does cause issue
when user had to reboot for some reason, and will not able to use nvidia
graphic until reboot.


Step to reporduce:

Switch to intel integrated graphic driver first if you were not,
open nvidia settings from dash or use following command:
$ sudo prime-select intel
then reboot 


Expected result:

Able to switch back to nvidia graphic chip using nvidia settings.


Actuall result:

unable to swich back to nvidia driver, the 3D controller disapeared in
pci list.


Workaround:

Shutdown the system then turn on, the 3D controller will be back.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 1750 F pulseaudio
CRDA:
 country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
CurrentDesktop: Unity
Date: Mon May  5 07:02:04 2014
HibernationDevice: RESUME=UUID=c19bacd6-a604-4c9b-9a21-5d0a2d9cef5c
InstallationDate: Installed on 2014-04-29 (6 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: Dell Inc. Vostro 5460
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=15cbb6aa-65e8-4596-be71-2ff7431000be ro rootdelay=60 quiet splash 
initcall_debug
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-24-generic N/A
 linux-backports-modules-3.13.0-24-generic  N/A
 linux-firmware 1.127
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/04/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A07
dmi.board.name: TIE3C2
dmi.board.vendor: Dell Inc.
dmi.board.version: X00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd09/04/2013:svnDellInc.:pnVostro5460:pvr:rvnDellInc.:rnTIE3C2:rvrX00:cvnDellInc.:ct8:cvr0.1:
dmi.product.name: Vostro 5460
dmi.sys.vendor: Dell Inc.

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

** Affects: nvidia-prime (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug blocks-hwcert taipei-lab trusty

** Also affects: nvidia-prime (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [Nvidia GF117M] 10de:1140 3D Controller disapear after reboot

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

Bug description:
  
  Unable to switch back to nvidia graphic chip after reboot. 

  Switching graphics does not requires reboot, but it does cause issue
  when user had to reboot for some reason, and will not able to use
  nvidia graphic until reboot.

  
  Step to reporduce:

  Switch to intel integrated graphic driver first if you were not,
  open nvidia settings from dash or use following command:
  $ sudo prime-select intel
  then reboot 

  
  Expected result:

  Able to switch back to nvidia graphic chip using nvidia settings.

  
  Actuall result:

  unable to swich back to nvidia driver, the 3D controller disapeared in
  pci list.

  
  Workaround:

  Shutdown the system then turn on, the 3D controller will be back.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1750 F pulseaudio
  CRDA:
   country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Mon May  5 07:02:04 2014
  HibernationDevice: RESUME=UUID=c19bacd6-a604-4c9b-9a21-5d0a2d9cef5c
  InstallationDate: Installed on 2014-04-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Dell Inc. Vostro 5460
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=15cbb6aa-65e8-4596-be71-2ff7431000be ro rootdelay=60 quiet splash 
initcall_debug
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade 

[Desktop-packages] [Bug 1316095] Status changed to Confirmed

2014-05-05 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  [Nvidia GF117M] 10de:1140 3D Controller disapear after reboot

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

Bug description:
  
  Unable to switch back to nvidia graphic chip after reboot. 

  Switching graphics does not requires reboot, but it does cause issue
  when user had to reboot for some reason, and will not able to use
  nvidia graphic until reboot.

  
  Step to reporduce:

  Switch to intel integrated graphic driver first if you were not,
  open nvidia settings from dash or use following command:
  $ sudo prime-select intel
  then reboot 

  
  Expected result:

  Able to switch back to nvidia graphic chip using nvidia settings.

  
  Actuall result:

  unable to swich back to nvidia driver, the 3D controller disapeared in
  pci list.

  
  Workaround:

  Shutdown the system then turn on, the 3D controller will be back.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1750 F pulseaudio
  CRDA:
   country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Mon May  5 07:02:04 2014
  HibernationDevice: RESUME=UUID=c19bacd6-a604-4c9b-9a21-5d0a2d9cef5c
  InstallationDate: Installed on 2014-04-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Dell Inc. Vostro 5460
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=15cbb6aa-65e8-4596-be71-2ff7431000be ro rootdelay=60 quiet splash 
initcall_debug
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: TIE3C2
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd09/04/2013:svnDellInc.:pnVostro5460:pvr:rvnDellInc.:rnTIE3C2:rvrX00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Vostro 5460
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1316095] Re: [Nvidia GF117M] 10de:1140 3D Controller disapear after reboot

2014-05-05 Thread Yung Shen
** Description changed:

- 
- Unable to switch back to nvidia graphic chip after reboot. 
+ Unable to switch back to nvidia graphic chip after reboot.
  
  Switching graphics does not requires reboot, but it does cause issue
  when user had to reboot for some reason, and will not able to use nvidia
  graphic until reboot.
- 
  
  Step to reporduce:
  
  Switch to intel integrated graphic driver first if you were not,
  open nvidia settings from dash or use following command:
  $ sudo prime-select intel
- then reboot 
- 
+ then reboot
  
  Expected result:
  
  Able to switch back to nvidia graphic chip using nvidia settings.
  
- 
  Actuall result:
  
  unable to swich back to nvidia driver, the 3D controller disapeared in
  pci list.
+ 
+ nvidia-settings will give you empty warning prompt,
+ checking from console gives you unkown result:
+ $ sudo prime-select query
+ unknown
  
  
  Workaround:
  
  Shutdown the system then turn on, the 3D controller will be back.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  ubuntu 1750 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 1750 F pulseaudio
  CRDA:
-  country TW:
-   (2402 - 2472 @ 40), (3, 27)
-   (5270 - 5330 @ 40), (3, 17), DFS
-   (5735 - 5815 @ 40), (3, 30)
+  country TW:
+   (2402 - 2472 @ 40), (3, 27)
+   (5270 - 5330 @ 40), (3, 17), DFS
+   (5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Mon May  5 07:02:04 2014
  HibernationDevice: RESUME=UUID=c19bacd6-a604-4c9b-9a21-5d0a2d9cef5c
  InstallationDate: Installed on 2014-04-29 (6 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Dell Inc. Vostro 5460
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=15cbb6aa-65e8-4596-be71-2ff7431000be ro rootdelay=60 quiet splash 
initcall_debug
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-24-generic N/A
-  linux-backports-modules-3.13.0-24-generic  N/A
-  linux-firmware 1.127
+  linux-restricted-modules-3.13.0-24-generic N/A
+  linux-backports-modules-3.13.0-24-generic  N/A
+  linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: TIE3C2
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd09/04/2013:svnDellInc.:pnVostro5460:pvr:rvnDellInc.:rnTIE3C2:rvrX00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Vostro 5460
  dmi.sys.vendor: Dell Inc.

** Attachment added: syslog - switch to intel driver and reboot
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1316095/+attachment/4105550/+files/syslog

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

Title:
  [Nvidia GF117M] 10de:1140 3D Controller disapear after reboot

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

Bug description:
  Unable to switch back to nvidia graphic chip after reboot.

  Switching graphics does not requires reboot, but it does cause issue
  when user had to reboot for some reason, and will not able to use
  nvidia graphic until reboot.

  Step to reporduce:

  Switch to intel integrated graphic driver first if you were not,
  open nvidia settings from dash or use following command:
  $ sudo prime-select intel
  then reboot

  Expected result:

  Able to switch back to nvidia graphic chip using nvidia settings.

  Actuall result:

  unable to swich back to nvidia driver, the 3D controller disapeared in
  pci list.

  nvidia-settings will give you empty warning prompt,
  checking from console gives you unkown result:
  $ sudo prime-select query
  unknown

  
  Workaround:

  Shutdown the system then turn on, the 3D controller will be back.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46 [modified: 
boot/vmlinuz-3.13.0-24-generic]
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1750 F pulseaudio
  CRDA:
   country TW:
    (2402 - 2472 @ 40), (3, 27)
    (5270 - 5330 @ 40), (3, 17), DFS
    (5735 - 5815 @ 40), (3, 30)
  

[Desktop-packages] [Bug 1255835] Re: Incomplete Lanugage Support dialog on first bootup

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

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

** Changed in: language-selector (Ubuntu)
   Status: New = Confirmed

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

Title:
  Incomplete Lanugage Support dialog on first bootup

Status in “language-selector” package in Ubuntu:
  Confirmed
Status in “xubuntu-meta” package in Ubuntu:
  Incomplete

Bug description:
  After installing the daily 64-bit Xubuntu Desktop image from
  2013-11-27 I logged into the desktop and immediately got an
  Incomplete Language Support Update information dialog.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1255835/+subscriptions

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


[Desktop-packages] [Bug 1314723] Re: gnome-panel crash

2014-05-05 Thread Dmitry Shachnev
Thanks for your report. Unfortunately we (gnome-panel maintainers) no
longer support Ubuntu 12.04, do you get the same bug with 14.04 LTS?

** Changed in: gnome-panel (Ubuntu)
   Status: New = Incomplete

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

Title:
  gnome-panel crash

Status in “gnome-panel” package in Ubuntu:
  Incomplete

Bug description:
  gnome-panel crashes infrequently (about every 2 weeks) for one user.
  This user has 4 panels, one with the menus and clock, one with the
  window switcher, one with launchers, and one with the virtual desktop
  switcher. After the crash, logging out or rebooting, then logging back
  in results in gnome-panel settings reverted to defaults. The user must
  recreate his 4 panel configuration.

  I have scoured the web for anyone else with this issue, but have found
  nothing. It may be important to note that the user's home directory is
  on a mounted NFS share.

  /var/log/syslog shows the following:
  Apr 29 15:34:23 milner2 kernel: [  178.563806] gnome-panel[2264]: segfault at 
2036a6544a ip 7f8602dfed9c sp 7
  fffeefe7c40 error 4 in libgobject-2.0.so.0.3200.4[7f8602dcd000+4d000]
  Apr 29 15:34:26 milner2 gnome-session[2175]: WARNING: Application 
'gnome-panel.desktop' killed by signal

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-panel 1:3.4.1-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
  Uname: Linux 3.2.0-60-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Apr 30 11:57:07 2014
  InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US
   LANGUAGE=en_US:
   SHELL=/bin/bash
  SourcePackage: gnome-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

  SegvAnalysis:
   Segfault happened at: 0x7f8602dfed9c g_type_check_instance_cast+28:  mov   
 (%rax),%rbp
   PC (0x7f8602dfed9c) ok
   source (%rax) (0x2036a6544a) not located in a known VMA region (needed 
readable region)!
   destination %rbp ok
  SegvReason: reading unknown VMA
  SourcePackage: gnome-panel
  Stacktrace:
   #0  0x7f8602dfed9c in g_type_check_instance_cast () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   No symbol table info available.
   #1  0x7f85f882f72b in ?? () from /usr/lib/libpanel-applet-4.so.0
   No symbol table info available.
   #2  0x7f86030d657b in ?? () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   No symbol table info available.
   #3  0x7f8602b1fd13 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
   No symbol table info available.
   #4  0x7f8602b20060 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   No symbol table info available.
   #5  0x7f8602b2045a in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
   No symbol table info available.
   #6  0x7f86046fd48d in gtk_main () from 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   No symbol table info available.
   #7  0x0042233f in main ()
   No symbol table info available.
  StacktraceAddressSignature: 
/usr/bin/gnome-panel:11:x86_64:/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.4+31d9c:/usr/lib/libpanel-applet-4.so.0.1.0+b72b:/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.4+ba57b:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4+47d13:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4+48060:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4+4845a:/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.400.2+17a48d:/usr/bin/gnome-panel+2233f
  StacktraceTop:
   g_type_check_instance_cast () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/libpanel-applet-4.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0

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

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


[Desktop-packages] [Bug 1314723] Re: gnome-panel crash

2014-05-05 Thread Alberts Muktupāvels
gnome-panel loads configuration from gsettings/dconf, but dconf file
(database or whatever it is called) is stored in users home dir - /home
/[user-name]/.config/dconf/user.

Problem might be that when gnome-panel starts his home directory is not
mounted yet. So there is no way gnome-panel could load user's config.

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

Title:
  gnome-panel crash

Status in “gnome-panel” package in Ubuntu:
  Incomplete

Bug description:
  gnome-panel crashes infrequently (about every 2 weeks) for one user.
  This user has 4 panels, one with the menus and clock, one with the
  window switcher, one with launchers, and one with the virtual desktop
  switcher. After the crash, logging out or rebooting, then logging back
  in results in gnome-panel settings reverted to defaults. The user must
  recreate his 4 panel configuration.

  I have scoured the web for anyone else with this issue, but have found
  nothing. It may be important to note that the user's home directory is
  on a mounted NFS share.

  /var/log/syslog shows the following:
  Apr 29 15:34:23 milner2 kernel: [  178.563806] gnome-panel[2264]: segfault at 
2036a6544a ip 7f8602dfed9c sp 7
  fffeefe7c40 error 4 in libgobject-2.0.so.0.3200.4[7f8602dcd000+4d000]
  Apr 29 15:34:26 milner2 gnome-session[2175]: WARNING: Application 
'gnome-panel.desktop' killed by signal

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-panel 1:3.4.1-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
  Uname: Linux 3.2.0-60-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Wed Apr 30 11:57:07 2014
  InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US
   LANGUAGE=en_US:
   SHELL=/bin/bash
  SourcePackage: gnome-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

  SegvAnalysis:
   Segfault happened at: 0x7f8602dfed9c g_type_check_instance_cast+28:  mov   
 (%rax),%rbp
   PC (0x7f8602dfed9c) ok
   source (%rax) (0x2036a6544a) not located in a known VMA region (needed 
readable region)!
   destination %rbp ok
  SegvReason: reading unknown VMA
  SourcePackage: gnome-panel
  Stacktrace:
   #0  0x7f8602dfed9c in g_type_check_instance_cast () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   No symbol table info available.
   #1  0x7f85f882f72b in ?? () from /usr/lib/libpanel-applet-4.so.0
   No symbol table info available.
   #2  0x7f86030d657b in ?? () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   No symbol table info available.
   #3  0x7f8602b1fd13 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
   No symbol table info available.
   #4  0x7f8602b20060 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   No symbol table info available.
   #5  0x7f8602b2045a in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
   No symbol table info available.
   #6  0x7f86046fd48d in gtk_main () from 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   No symbol table info available.
   #7  0x0042233f in main ()
   No symbol table info available.
  StacktraceAddressSignature: 
/usr/bin/gnome-panel:11:x86_64:/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.4+31d9c:/usr/lib/libpanel-applet-4.so.0.1.0+b72b:/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.4+ba57b:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4+47d13:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4+48060:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4+4845a:/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.400.2+17a48d:/usr/bin/gnome-panel+2233f
  StacktraceTop:
   g_type_check_instance_cast () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/libpanel-applet-4.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0

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

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


[Desktop-packages] [Bug 1226430] Re: /usr/sbin/unity-greeter: symbol lookup error: /usr/lib/i386-linux-gnu/libido3-0.1.so.0: undefined symbol: ubuntu_menu_item_factory_get_type

2014-05-05 Thread quequotion
Exactly which package provides the symbol
ubuntu_menu_item_factory_get_type?

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

Title:
  /usr/sbin/unity-greeter: symbol lookup error: /usr/lib/i386-linux-
  gnu/libido3-0.1.so.0: undefined symbol:
  ubuntu_menu_item_factory_get_type

Status in “unity-greeter” package in Ubuntu:
  Invalid

Bug description:
  Logged inside /var/log/lightdm/x-0-greeter.log

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: unity-greeter 13.10.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-7.13-generic 3.11.0
  Uname: Linux 3.11.0-7-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.1-0ubuntu4
  Architecture: i386
  Date: Tue Sep 17 08:22:10 2013
  MarkForUpload: True
  SourcePackage: unity-greeter
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1256961] Re: new glib (2.39.1) causes some indicators nautilus to not load promptly

2014-05-05 Thread Alberts Muktupāvels
** Changed in: glib2.0 (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  new glib (2.39.1) causes some indicators  nautilus to not load
  promptly

Status in “glib2.0” package in Ubuntu:
  Invalid
Status in “gnome-panel” package in Ubuntu:
  Fix Released

Bug description:
  Test case:
  updated 14.04 install with glib (2.39.1)  default installed 
indicator-applet-complete
  Log into either flashback session
  indicators session, datetime  sound will not be present
  additionally  nautilus will have not been started (handling the Desktop), can 
be seen by absence of r. click on Desktop

  Wait 1-2 min, then the indicators will load  nautilus will have started
  (nautilus can be started prior to from places

  With previous glib (2.38+) none of this occurs

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-flashback (not installed)
  ProcVersionSignature: Ubuntu 3.12.0-4.12-generic 3.12.1
  Uname: Linux 3.12.0-4-generic x86_64
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  2 10:29:31 2013
  SourcePackage: gnome-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1201127] Re: support logging in on any screen when using separate x screens

2014-05-05 Thread Alberts Muktupāvels
** Changed in: unity-greeter (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  support logging in on any screen when using separate x screens

Status in “unity-greeter” package in Ubuntu:
  Invalid

Bug description:
  Currently lightdm shows up on primary monitor in separate x screen
  setup. All other screens (in my case two screens) are black. I can
  move mouse between all screens, but standart mouse cursor becomes a
  cross.

  If i change config from separate x screens to twinview, than lightdm
  works as it should. lightdm is available in all screens.

  Shouldn't lightdm work same in both cases?

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

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


[Desktop-packages] [Bug 1287296] Re: Folder sharing stuck when installing services

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

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

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

Title:
  Folder sharing stuck when installing services

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

Bug description:
  Ubuntu 14.04 daily image.

  When sharing a folder on local network asks to install sharing
  services. A window opens to install samba and installs ok. Then
  another window appears asking to install libpam-smbpass but is greyed
  out and cannot complete the sharing services install.

  This bug is also present on 13.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus-share 0.7.3-1ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar  3 18:04:13 2014
  InstallationDate: Installed on 2014-03-03 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140303)
  SourcePackage: nautilus-share
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1158862] Re: Xorg freeze

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

** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: New = Confirmed

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

Title:
  Xorg freeze

Status in “nvidia-graphics-drivers” package in Ubuntu:
  Confirmed

Bug description:
  my nvidia geforge 260 GTX 
  and driver is version is now 
  310.32 is sometimes crashing lots
  and shut down slow dont know when 
  new version 310.40 is coming

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-27.45~precise1-generic 3.5.7.7
  Uname: Linux 3.5.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] On hakemisto: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  310.32  Mon Jan 14 14:41:13 
PST 2013
   GCC version:  gcc-versio 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: None
  Date: Fri Mar 22 18:09:48 2013
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-310, 310.32, 3.5.0-26-generic, x86_64: installed
   nvidia-310, 310.32, 3.5.0-27-generic, x86_64: installed
  ExtraDebuggingInterest: Yes,
  GpuHangFrequency: This is the first time
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Today
  GraphicsCard:
   NVIDIA Corporation GT200 [GeForce GTX 260] [10de:05e2] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: XFX Pine Group Inc. Device [1682:2390]
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
  JockeyStatus:
   kmod:nvidia_304 - NVIDIA binary Xorg driver, kernel module and VDPAU library 
(Free, Disabled, Not in use)
   kmod:nvidia_310 - nvidia_310 (Proprietary, Enabled, Not in use)
   kmod:nvidia_313 - NVIDIA binary Xorg driver, kernel module and VDPAU library 
(Free, Disabled, Not in use)
   xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Disabled, Not in use)
   xorg:nvidia_experimental_310 - NVIDIA accelerated graphics driver 
(**experimental** beta) (Proprietary, Disabled, Not in use)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-27-generic 
root=UUID=61aed86e-3e1d-46d8-92ac-71255f212848 ro quiet splash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 08/04/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0301
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QD TURBO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0301:bd08/04/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QDTURBO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.7.12-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.42+git20130211.20c5607b-0ubuntu0sarvatt~precise
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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

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

[Desktop-packages] [Bug 1313188] Re: chromium forgets opened tabs between sessions

2014-05-05 Thread Bernmeister
*** This bug is a duplicate of bug 1310849 ***
https://bugs.launchpad.net/bugs/1310849

** This bug is no longer a duplicate of bug 1312601
   Chromium is reordering and losing tabs acroos restarts
** This bug has been marked a duplicate of bug 1310849
   Chromium not remembering all tabs and running slow

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

Title:
  chromium forgets opened tabs between sessions

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

Bug description:
  I have chromium remember my tabs between sessions.
  Since chromium 24 it forgets some of them from one session to another.
  I use multiple chromium profile/users and frequently leave multiple tabs open 
in one (work) profile and close it over the weekend, leaving another (personal) 
profile open. When Monday morning comes around I open the work profile and 
discover tabs missing.

  I just tested it and had more than 20 tabs open previously, closed and
  re-opened and found 18, next I had 15 then 10 on each restart.

  To reproduce
  Open chromium and set settings to On start-up - Continue where you left 
off
  open a bunch of tabs, noting how many are open.
  close chromium
  Re-open chromium
  Note fewer tabs open.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 34.0.1847.116-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Apr 26 21:19:46 2014
  Desktop-Session:
   DESKTOP_SESSION = ubuntu
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
  EcryptfsInUse: Yes
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationDate: Installed on 2012-06-29 (665 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: chromium-browser
  UpgradeStatus: Upgraded to trusty on 2014-01-20 (96 days ago)
  chromium-default:
   CHROMIUM_FLAGS=
   . /usr/lib/pepflashplugin-installer/pepflashplayer.sh
  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'
  modified.conffile..etc.default.chromium.browser: [deleted]
  mtime.conffile..etc.chromium.browser.default: 2014-01-12T14:42:24.250431

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

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


[Desktop-packages] [Bug 1312601] Re: Chromium is reordering and losing tabs acroos restarts

2014-05-05 Thread Bernmeister
*** This bug is a duplicate of bug 1310849 ***
https://bugs.launchpad.net/bugs/1310849

** This bug has been marked a duplicate of bug 1310849
   Chromium not remembering all tabs and running slow

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

Title:
  Chromium is reordering and losing tabs acroos restarts

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

Bug description:
  Trying with a fresh profile:
  $ d=$(mktemp -d)
  $ chromium-browser --user-data-dir=$d

  Opens 20 tabs
  quit (ensuring there is no indicator as well that will mean a process is 
still running)
  restart chromium
  Do that multiple times and you will lose some tabs after a while.

  As well:
  opens 20 tabs (the number isn't important here)
  go to a tab that isn't the latest (like 8)
  middle click to open a new link at new tab 9
  restart chromium
  - this new tab will be set as tab 21 instead 9.

  (PS: Note the one o at lose ;))

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 34.0.1847.116-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 25 10:41:49 2014
  Desktop-Session:
   DESKTOP_SESSION = ubuntu
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
  EcryptfsInUse: Yes
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationDate: Installed on 2012-05-28 (696 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  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'gnome\n'/desktop/gnome/interface/gtk_theme = b'Clearlooks\n'
  modified.conffile..etc.default.chromium.browser: [deleted]
  mtime.conffile..etc.chromium.browser.default: 2014-01-23T11:28:50.317334

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

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


[Desktop-packages] [Bug 1288206] Re: vlc crashed with SIGSEGV in memcpy()

2014-05-05 Thread Bug Watch Updater
** Changed in: libav (Debian)
   Status: Confirmed = Fix Released

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

Title:
  vlc crashed with SIGSEGV in memcpy()

Status in the libav multimedia framework:
  Confirmed
Status in “libav” package in Ubuntu:
  Confirmed
Status in “vlc” package in Ubuntu:
  Invalid
Status in “libav” package in Debian:
  Fix Released

Bug description:
  was playing and all of a sudden it stopped playing and my system
  froze.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: vlc-nox 2.1.2-2build1
  ProcVersionSignature: Ubuntu 3.13.0-15.35-generic 3.13.5
  Uname: Linux 3.13.0-15-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Mar  5 11:31:42 2014
  ExecutablePath: /usr/bin/vlc
  ProcCmdline: /usr/bin/vlc --started-from-file
  SegvAnalysis:
   Segfault happened at: 0x7f7d5cc25c70 __memcpy_sse2_unaligned+32:   movdqu 
(%rsi),%xmm8
   PC (0x7f7d5cc25c70) ok
   source (%rsi) (0x) not located in a known VMA region (needed 
readable region)!
   destination %xmm8 ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: vlc
  StacktraceTop:
   ?? () from /usr/lib/vlc/plugins/codec/libavcodec_plugin.so
   ?? () from /usr/lib/libvlccore.so.7
   ?? () from /usr/lib/libvlccore.so.7
   start_thread (arg=0x7f7d01d0c700) at pthread_create.c:312
   clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  Title: vlc crashed with SIGSEGV in start_thread()
  UpgradeStatus: Upgraded to trusty on 2014-01-07 (57 days ago)
  UserGroups: adm autopilot cdrom dip libvirtd lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1316123] [NEW] Blank screen on resolution change

2014-05-05 Thread Yanpas
Public bug reported:

Description of problem:

Changing the photo resolution in cheese's preferences makes the screen
go blank with there was an error playing video from the webcam

Running it in the terminal, it prints this error message when that
happens:

(cheese:21750): cheese-WARNING **: Internal data flow error.: 
gstbasesrc.c(2865): gst_base_src_loop (): 
/GstCameraBin:camerabin/GstWrapperCameraBinSrc:camera_source/GstBin:bin24/GstV4l2Src:video_source:
streaming task paused, reason not-negotiated (-4)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: cheese 3.10.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Mon May  5 16:20:43 2014
InstallationDate: Installed on 2014-01-14 (110 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
SourcePackage: cheese
UpgradeStatus: Upgraded to trusty on 2014-04-18 (16 days ago)

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


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

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

Title:
  Blank screen on resolution change

Status in “cheese” package in Ubuntu:
  New

Bug description:
  Description of problem:

  Changing the photo resolution in cheese's preferences makes the screen
  go blank with there was an error playing video from the webcam

  Running it in the terminal, it prints this error message when that
  happens:

  (cheese:21750): cheese-WARNING **: Internal data flow error.: 
gstbasesrc.c(2865): gst_base_src_loop (): 
/GstCameraBin:camerabin/GstWrapperCameraBinSrc:camera_source/GstBin:bin24/GstV4l2Src:video_source:
  streaming task paused, reason not-negotiated (-4)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: cheese 3.10.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May  5 16:20:43 2014
  InstallationDate: Installed on 2014-01-14 (110 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: cheese
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (16 days ago)

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

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


[Desktop-packages] [Bug 1287296] Re: Folder sharing stuck when installing services

2014-05-05 Thread Greg Conquest
When I upgraded two of my ubuntu PCs that had been folder sharing with
no problem, the ability to share folders was lost. My nautilus bookmarks
across the network now return: Failed to mount Windows share: invalid
argument When i tried to set a new folder to be shared, I was prompted
to go through the same installation of samba, I believe, that Ruben
wrote about.

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

Title:
  Folder sharing stuck when installing services

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

Bug description:
  Ubuntu 14.04 daily image.

  When sharing a folder on local network asks to install sharing
  services. A window opens to install samba and installs ok. Then
  another window appears asking to install libpam-smbpass but is greyed
  out and cannot complete the sharing services install.

  This bug is also present on 13.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus-share 0.7.3-1ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar  3 18:04:13 2014
  InstallationDate: Installed on 2014-03-03 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140303)
  SourcePackage: nautilus-share
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1309705] Re: empathy fail to conntect gtalk. authontication error

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

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

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

Title:
  empathy fail to conntect gtalk. authontication error

Status in “empathy” package in Ubuntu:
  Confirmed

Bug description:
  talk not able to connect. Authorization error is coming. i removed and
  install empathy, removed all account but still same error is coming. i
  tried to install pidgin but in that also same issue is cming.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: empathy 3.8.6-0ubuntu9
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sat Apr 19 00:42:29 2014
  InstallationDate: Installed on 2014-04-18 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 767745] Re: Audio stream to Apple airport express stutters

2014-05-05 Thread Dirk Seidel
For me the streaming to the airport express box worked fine from 11.04
till 13.10. Since the upgrade to 14.04 streaming is unusable because of
the stuttering. My setup: Kubuntu, phonon-backend-gstreamer, amarok.
With phonon-backend-vlc the stuttering is even worse.

I downgraded  pulseaudio-module-raop from 1:4.0-0ubuntu10 (14.04) to
1:4.0-0ubuntu6 (13.10), but it doesn't help. My attempt to downgrade all
pulseaudio/phonon  related packages resulted in a broken sound system,
even though the installation of the older packages succeeded. In the end
I downgraded to 13.10 again :-(

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

Title:
  Audio stream to Apple airport express stutters

Status in “pulseaudio” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: pulseaudio-module-raop

  During streaming of mp3 files to a apple airport express the audio frequently 
stutters. Usually the audio stops for just a fraction of a second before audio 
resumes again.
  What can I do to remedy this or what can I do to narrow the problem down 
further?

  Ubuntu 10.10

  pulseaudio-module-raop 1:0.9.22~0.9.21

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

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


[Desktop-packages] [Bug 1315825] Re: [Inspiron N5010, IDT 92HD81B1X5, Speaker, Internal] Underruns, dropouts or crackling sound

2014-05-05 Thread Nikhil
Please HELP

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

Title:
  [Inspiron N5010, IDT 92HD81B1X5, Speaker, Internal] Underruns,
  dropouts or crackling sound

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  [Inspiron N5010, IDT 92HD81B1X5, Speaker, Internal] Underruns,
  dropouts or crackling sound

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: pulseaudio 1:4.0-0ubuntu6
  ProcVersionSignature: Ubuntu 3.11.0-20.34-generic 3.11.10.6
  Uname: Linux 3.11.0-20-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  nikhil 2435 F pulseaudio
   /dev/snd/controlC0:  nikhil 2435 F pulseaudio
  Date: Sun May  4 14:27:40 2014
  MarkForUpload: True
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID successful
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: Underruns, dropouts, or crackling sound
  Title: [Inspiron N5010, IDT 92HD81B1X5, Speaker, Internal] Underruns, 
dropouts or crackling sound
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/17/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 0YXXJJ
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A10
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A10
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd11/17/2010:svnDellInc.:pnInspironN5010:pvrA10:rvnDellInc.:rn0YXXJJ:rvrA10:cvnDellInc.:ct8:cvrA10:
  dmi.product.name: Inspiron N5010
  dmi.product.version: A10
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1312902] Re: Update from 12.04 to 14.04 breaks latex-related packages and leaves them unconfigurable

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

** Changed in: texlive-base (Ubuntu)
   Status: New = Confirmed

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

Title:
  Update from 12.04 to 14.04 breaks latex-related packages and leaves
  them unconfigurable

Status in “texlive-base” package in Ubuntu:
  Confirmed

Bug description:
  During the system upgrade to 14.04 many tex/latex-related packages
  seem to be broken that relate to 0ad.

  If I run aptitude in the console I currently get:
  snip
  Die folgenden teilweise installierten Pakete werden konfiguriert:
0ad 0ad-data-common fonts-lmodern fonts-texgyre kile latex-beamer 
latex-xcolor lmodern luatex tex-common tex-gyre texlive-extra-utils 
texlive-font-utils texlive-fonts-recommended texlive-fonts-recommended-doc 
texlive-generic-recommended texlive-latex-base 
texlive-latex-base-doc texlive-latex-recommended 
texlive-latex-recommended-doc texlive-luatex texlive-pstricks 
texlive-pstricks-doc tipa 
  Es werden keine Pakete installiert, aktualisiert oder entfernt.
  0 Pakete aktualisiert, 0 zusätzlich installiert, 0 werden entfernt und 26 
nicht aktualisiert.
  0 B an Archiven müssen heruntergeladen werden. Nach dem Entpacken werden 0 B 
zusätzlich belegt sein.
  tex-common (4.04) wird eingerichtet ... 
  Ignoring /etc/texmf/texmf.d/05TeXMF.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/15Plain.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/45TeXinputs.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/55Fonts.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/65BibTeX.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/75DviPS.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/80DVIPDFMx.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/85Misc.cnf during generation of texmf.cnf, please 
remove manually!
  Ignoring /etc/texmf/texmf.d/90TeXDoc.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/95NonPath.cnf during generation of texmf.cnf, 
please remove manually!
  Running mktexlsr. This may take some time... done.
  Running updmap-sys. This may take some time... 
  updmap-sys failed. Output has been stored in
  /tmp/updmap.2pljEDhG
  Please include this file if you report a bug.

  Sometimes, not accepting conffile updates in /etc/texmf/updmap.d
  causes updmap-sys to fail.  Please check for files with extension
  .dpkg-dist or .ucf-dist in this directory

  Es wurde kein Apport-Bericht verfasst, da die Fehlermeldung darauf hindeutet, 
dass dies lediglich ein Folgefehler eines vorherigen Problems ist.

  Es wurde kein 
Apport-Bericht verfasst, da die Fehlermeldung darauf hindeutet, dass dies 
lediglich ein Folgefehler eines vorherigen Problems ist.
   Es wurde kein Apport-Bericht verfasst, da das Limit 
MaxReports bereits erreicht ist.

   Es wurde kein Apport-Bericht verfasst, da das Limit 
MaxReports bereits erreicht ist.
  


   Es wurde kein Apport-Bericht verfasst, da das Limit 
MaxReports bereits erreicht ist.  



   Es wurde kein Apport-Bericht verfasst, da das 
Limit MaxReports bereits erreicht ist.  

   

Es wurde kein Apport-Bericht verfasst, da das Limit MaxReports bereits 
erreicht ist.   
  


Es wurde kein Apport-Bericht verfasst, da 

[Desktop-packages] [Bug 1303086] Re: Pointer Speed Missing in Unity Settings for Mouse Trackpad

2014-05-05 Thread Zta77
I need the pointer speed and pointer acceleration settings too.

(It's a bit scary how such functionality can disappear without anyone
taking notice (or reacting to bug reports).  Who knows what else, more
critical features, have been removed?)

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

Title:
  Pointer Speed Missing in Unity Settings for Mouse  Trackpad

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

Bug description:
  On updated Ubuntu 14.04 final, the System Settings  Mouse  Touchpad
  dialog is missing several mouse settings, like the pointer Speed
  setting. See attached screenshot.

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

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


[Desktop-packages] [Bug 1315769] Re: WSJT v 1.1 and Rigblaster compability issue

2014-05-05 Thread Hveem
** Also affects: wsjtx (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  WSJT v 1.1 and Rigblaster compability issue

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

Bug description:
  Hello, i am running Linux ubuntu with the latest updates, and wsjtx 
  installed from  ppa:jnogatch/wsjtx

  Running the program results in:
  Portaudio says the requested soundcard format is not supported
  Failed to start audio input stream.
  Wsjt is set to use the correct soundcard in its configuration menu.

  Output form command prompt:
  wsjtx
  ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
  ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
  ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
  ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
  bt_audio_service_open: connect() failed: Oppkobling nektes (111)
  bt_audio_service_open: connect() failed: Oppkobling nektes (111)
  bt_audio_service_open: connect() failed: Oppkobling nektes (111)
  bt_audio_service_open: connect() failed: Oppkobling nektes (111)
  ALSA lib pcm_dmix.c:961:(snd_pcm_dmix_open) The dmix plugin supports 
  only playback stream
  ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
  Cannot connect to server socket err = Ingen slik fil eller filkatalog
  Cannot connect to server request channel
  jack server is not running or cannot be started

  Expression 'SetApproximateSampleRate( pcm, hwParams, sr )' failed in 
  'src/hostapi/alsa/pa_linux_alsa.c', line: 1968
  Expression 'PaAlsaStreamComponent_InitialConfigure( self-capture, 
  inParams, self-primeBuffers, hwParamsCapture, realSr )' failed in 
  'src/hostapi/alsa/pa_linux_alsa.c', line: 2643
  Expression 'PaAlsaStream_Configure( stream, inputParameters, 
  outputParameters, sampleRate, framesPerBuffer, inputLatency, 
  outputLatency, hostBufferSizeMode )' failed in 
  'src/hostapi/alsa/pa_linux_alsa.c', line: 2767

  Relevant information from dmesg output:
  [11428.050146] usb 3-1: New USB device found, idVendor=0451, idProduct=2036
  [11428.050151] usb 3-1: New USB device strings: Mfr=0, Product=1, 
  SerialNumber=0
  [11428.050154] usb 3-1: Product: General Purpose USB Hub
  [11428.050320] usb 3-1: ep 0x81 - rounding interval to 1024 microframes, 
  ep desc says 2040 microframes
  [11428.050797] hub 3-1:1.0: USB hub found
  [11428.050865] hub 3-1:1.0: 2 ports detected
  [11428.321277] usb 3-1.1: new full-speed USB device number 13 using xhci_hcd
  [11428.338983] usb 3-1.1: New USB device found, idVendor=2405, 
  idProduct=0003
  [11428.338988] usb 3-1.1: New USB device strings: Mfr=1, Product=2, 
  SerialNumber=3
  [11428.338991] usb 3-1.1: Product: West Mountain Radio RIGblaster Advantage
  [11428.338994] usb 3-1.1: Manufacturer: Silicon Labs
  [11428.338996] usb 3-1.1: SerialNumber: 54ddaac5
  [11428.339800] cp210x 3-1.1:1.0: cp210x converter detected
  [11428.409286] usb 3-1.1: reset full-speed USB device number 13 using 
  xhci_hcd
  [11428.425923] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called 
  with disabled ep ea835c2c
  [11428.425928] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called 
  with disabled ep ea835c00
  [11428.426287] usb 3-1.1: cp210x converter now attached to ttyUSB0
  [11428.497116] usb 3-1.2: new full-speed USB device number 14 using xhci_hcd
  [11428.518056] usb 3-1.2: New USB device found, idVendor=2405, 
  idProduct=0002
  [11428.518062] usb 3-1.2: New USB device strings: Mfr=1, Product=2, 
  SerialNumber=0
  [11428.518065] usb 3-1.2: Product: RIGblaster Advantage Audio
  [11428.518067] usb 3-1.2: Manufacturer: West Mountain Radio
  [11428.526215] input: West Mountain Radio RIGblaster Advantage Audio as 
  /devices/pci:00/:00:14.0/usb3/3-1/3-1.2/3-1.2:1.3/input/input22
  [11428.526410] hid-generic 0003:2405:0002.0007: input,hidraw3: USB HID 
  v1.00 Device [West Mountain Radio RIGblaster Advantage Audio] on 
  usb-:00:14.0-1.2/input3

  It works with Fldigi, it uses portaudio.
  73 DE LA1RMA.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  haaken 2044 F pulseaudio
   /dev/snd/controlC2:  haaken 2044 F pulseaudio
   /dev/snd/controlC0:  haaken 2044 F pulseaudio
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2014-04-27 (6 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  NonfreeKernelModules: nvidia
  Package: alsa-driver (not installed)
  ProcEnviron:
   LANGUAGE=nb_NO:nb:no_NO:no:nn_NO:nn:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=nb_NO.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  PulseList:
  

[Desktop-packages] [Bug 1315769] Re: WSJT v 1.1 and Rigblaster compability issue

2014-05-05 Thread Hveem
** Description changed:

- Hello, i am running Linux ubuntu with the latest updates, and wsjtx 
+ Hello, i am running Linux ubuntu with the latest updates, and wsjtx
  installed from  ppa:jnogatch/wsjtx
  
  Running the program results in:
  Portaudio says the requested soundcard format is not supported
  Failed to start audio input stream.
  Wsjt is set to use the correct soundcard in its configuration menu.
  
  Output form command prompt:
  wsjtx
  ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
  ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
  ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
  ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
  bt_audio_service_open: connect() failed: Oppkobling nektes (111)
  bt_audio_service_open: connect() failed: Oppkobling nektes (111)
  bt_audio_service_open: connect() failed: Oppkobling nektes (111)
  bt_audio_service_open: connect() failed: Oppkobling nektes (111)
- ALSA lib pcm_dmix.c:961:(snd_pcm_dmix_open) The dmix plugin supports 
+ ALSA lib pcm_dmix.c:961:(snd_pcm_dmix_open) The dmix plugin supports
  only playback stream
  ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
  Cannot connect to server socket err = Ingen slik fil eller filkatalog
  Cannot connect to server request channel
  jack server is not running or cannot be started
  
- Expression 'SetApproximateSampleRate( pcm, hwParams, sr )' failed in 
+ Expression 'SetApproximateSampleRate( pcm, hwParams, sr )' failed in
  'src/hostapi/alsa/pa_linux_alsa.c', line: 1968
- Expression 'PaAlsaStreamComponent_InitialConfigure( self-capture, 
- inParams, self-primeBuffers, hwParamsCapture, realSr )' failed in 
+ Expression 'PaAlsaStreamComponent_InitialConfigure( self-capture,
+ inParams, self-primeBuffers, hwParamsCapture, realSr )' failed in
  'src/hostapi/alsa/pa_linux_alsa.c', line: 2643
- Expression 'PaAlsaStream_Configure( stream, inputParameters, 
- outputParameters, sampleRate, framesPerBuffer, inputLatency, 
- outputLatency, hostBufferSizeMode )' failed in 
+ Expression 'PaAlsaStream_Configure( stream, inputParameters,
+ outputParameters, sampleRate, framesPerBuffer, inputLatency,
+ outputLatency, hostBufferSizeMode )' failed in
  'src/hostapi/alsa/pa_linux_alsa.c', line: 2767
  
  Relevant information from dmesg output:
  [11428.050146] usb 3-1: New USB device found, idVendor=0451, idProduct=2036
- [11428.050151] usb 3-1: New USB device strings: Mfr=0, Product=1, 
+ [11428.050151] usb 3-1: New USB device strings: Mfr=0, Product=1,
  SerialNumber=0
  [11428.050154] usb 3-1: Product: General Purpose USB Hub
- [11428.050320] usb 3-1: ep 0x81 - rounding interval to 1024 microframes, 
+ [11428.050320] usb 3-1: ep 0x81 - rounding interval to 1024 microframes,
  ep desc says 2040 microframes
  [11428.050797] hub 3-1:1.0: USB hub found
  [11428.050865] hub 3-1:1.0: 2 ports detected
  [11428.321277] usb 3-1.1: new full-speed USB device number 13 using xhci_hcd
- [11428.338983] usb 3-1.1: New USB device found, idVendor=2405, 
+ [11428.338983] usb 3-1.1: New USB device found, idVendor=2405,
  idProduct=0003
- [11428.338988] usb 3-1.1: New USB device strings: Mfr=1, Product=2, 
+ [11428.338988] usb 3-1.1: New USB device strings: Mfr=1, Product=2,
  SerialNumber=3
  [11428.338991] usb 3-1.1: Product: West Mountain Radio RIGblaster Advantage
  [11428.338994] usb 3-1.1: Manufacturer: Silicon Labs
  [11428.338996] usb 3-1.1: SerialNumber: 54ddaac5
  [11428.339800] cp210x 3-1.1:1.0: cp210x converter detected
- [11428.409286] usb 3-1.1: reset full-speed USB device number 13 using 
+ [11428.409286] usb 3-1.1: reset full-speed USB device number 13 using
  xhci_hcd
- [11428.425923] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called 
+ [11428.425923] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called
  with disabled ep ea835c2c
- [11428.425928] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called 
+ [11428.425928] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called
  with disabled ep ea835c00
  [11428.426287] usb 3-1.1: cp210x converter now attached to ttyUSB0
  [11428.497116] usb 3-1.2: new full-speed USB device number 14 using xhci_hcd
- [11428.518056] usb 3-1.2: New USB device found, idVendor=2405, 
+ [11428.518056] usb 3-1.2: New USB device found, idVendor=2405,
  idProduct=0002
- [11428.518062] usb 3-1.2: New USB device strings: Mfr=1, Product=2, 
+ [11428.518062] usb 3-1.2: New USB device strings: Mfr=1, Product=2,
  SerialNumber=0
  [11428.518065] usb 3-1.2: Product: RIGblaster Advantage Audio
  [11428.518067] usb 3-1.2: Manufacturer: West Mountain Radio
- [11428.526215] input: West Mountain Radio RIGblaster Advantage Audio as 
+ [11428.526215] input: West Mountain Radio RIGblaster Advantage Audio as
  /devices/pci:00/:00:14.0/usb3/3-1/3-1.2/3-1.2:1.3/input/input22
- [11428.526410] hid-generic 0003:2405:0002.0007: input,hidraw3: USB HID 
- v1.00 Device [West Mountain Radio RIGblaster 

[Desktop-packages] [Bug 1239037] Re: circular build-dependency between mesa, mir

2014-05-05 Thread Alexandros Frantzis
** Changed in: mir
 Assignee: Alexandros Frantzis (afrantzis) = (unassigned)

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

Title:
  circular build-dependency between mesa, mir

Status in Mir:
  Triaged
Status in “mesa” package in Ubuntu:
  Triaged
Status in “mir” package in Ubuntu:
  Triaged

Bug description:
  While testing cross-building of mir, I noticed that mir and mesa have
  a build-dependency loop: installing the build-dependencies of mir
  installs libmirclient-dev.

  This is because mir build-depends on libegl1-mesa-dev, and libegl1
  -mesa-dev depends on libmirclient-dev.

  The libegl1-mesa runtime package does *not* depend on libmirclient3,
  so this dependency looks spurious to me.  Is there a reason this
  dependency loop shouldn't be broken by dropping the dep from libegl1
  -mesa-dev - libmirclient-dev?  As near as I can tell, the dependency
  on libmirclient-dev is because of this section of
  /usr/include/EGL/eglplatform.h:

  #elif defined(MIR_EGL_PLATFORM)

  #include mir_toolkit/mir_client_library.h
  typedef MirEGLNativeDisplayType EGLNativeDisplayType;
  typedef void   *EGLNativePixmapType;
  typedef MirEGLNativeWindowType  EGLNativeWindowType;

  [...]

  But that's optional, and anybody defining MIR_EGL_PLATFORM would
  presumably need to depend on mir themselves, no?

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

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


[Desktop-packages] [Bug 1316147] [NEW] fglrx (not installed): fglrx kernel module failed to build

2014-05-05 Thread bob1z
Public bug reported:

I've just upgraded to Ubuntu 14.04 from Ubuntu 13.10 and was trying to
reinstall the AMD Legacy driver when it failed.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: fglrx 2:8.970-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
.tmp.unity.support.test.0:
 
.tmp.unity.support.test.1:
 
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
DKMSBuildLog:
 DKMS make.log for fglrx-8.970 for kernel 3.13.0-24-generic (x86_64)
 Mon May  5 14:25:57 BST 2014
 AMD kernel module generator version 2.1
 kernel includes at /lib/modules/3.13.0-24-generic/build/include not found or 
incomplete
 file: /lib/modules/3.13.0-24-generic/build/include/linux/version.h
DKMSKernelVersion: 3.13.0-24-generic
Date: Mon May  5 14:26:01 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus: fglrx, 8.970: added
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RS880 [Radeon HD 4200] [1002:9710] 
(prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:043b]
InstallationDate: Installed on 2014-04-15 (19 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
MachineType: Dell Inc. Inspiron 570
PackageVersion: (not installed)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=f657e1bb-088f-4f81-b783-9b30df779b18 ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer
Title: fglrx (not installed): fglrx kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/20/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A05
dmi.board.name: 04GJJT
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd12/20/2010:svnDellInc.:pnInspiron570:pvr00:rvnDellInc.:rn04GJJT:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
dmi.product.name: Inspiron 570
dmi.product.version: 00
dmi.sys.vendor: Dell Inc.
make.log:
 DKMS make.log for fglrx-8.970 for kernel 3.13.0-24-generic (x86_64)
 Mon May  5 14:25:57 BST 2014
 AMD kernel module generator version 2.1
 kernel includes at /lib/modules/3.13.0-24-generic/build/include not found or 
incomplete
 file: /lib/modules/3.13.0-24-generic/build/include/linux/version.h
version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Mon May  5 14:02:45 2014
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputMicrosoft Microsoft® 2.4GHz Transceiver v7.0 KEYBOARD, id 8
 inputMicrosoft Microsoft® 2.4GHz Transceiver v7.0 KEYBOARD, id 9
 inputMicrosoft Microsoft® 2.4GHz Transceiver v7.0 KEYBOARD, id 10
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2
xserver.video_driver: radeon

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


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

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

Title:
  fglrx (not installed): fglrx kernel module failed to build

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

Bug description:
  I've just upgraded to Ubuntu 14.04 from Ubuntu 13.10 and was trying to
  reinstall the AMD Legacy driver when it failed.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: fglrx 2:8.970-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  DKMSBuildLog:
   DKMS make.log for fglrx-8.970 for kernel 3.13.0-24-generic (x86_64)
   Mon May  5 14:25:57 BST 2014
   AMD kernel 

[Desktop-packages] [Bug 1247712] Re: Unable to install Broadcom STA wireless dirver on 3.8 / 3.11 kernel via jockey-gtk

2014-05-05 Thread Alberto Milone
Something goes wrong when modprobing the module (which jockey does when
installing the driver).

The log shows that while the module segfaults, the installation is
complete. Does Jockey report that the driver was installed? Or does it
just hang?

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

Title:
  Unable to install Broadcom STA wireless dirver on 3.8 / 3.11 kernel
  via jockey-gtk

Status in Jockey driver manager:
  Invalid
Status in “bcmwl” package in Ubuntu:
  Confirmed
Status in “jockey” package in Ubuntu:
  Invalid
Status in “linux-lts-raring” package in Ubuntu:
  Confirmed
Status in “bcmwl” source package in Precise:
  Confirmed
Status in “jockey” source package in Precise:
  Fix Committed
Status in “linux-lts-raring” source package in Precise:
  Confirmed

Bug description:
  SRU request:

  Please accept jockey_0.9.7-0ubuntu7.15 into precise-proposed.

  [Impact]

  Kernel versions higher than 3.8 fail to rebind the Broadcom device to
  the driver thus compromising system stability. While rebinding is a
  nice feature it can't come at the cost of system stability. For this
  reason we'll disable this feature when dealing with Linux = 3.8 and
  preserve it in the other cases.

  [Test Case]

  Install and reboot into Linux 3.8 or higher (linux-lts-saucy or linux-
  lts-trusty), then use Jockey to install the broadcom wireless driver.
  Jockey will hang and the system will probably hang on shutdown.

  [Regression Potential]

  It should be minimal i.e. there won't be device rebinding on the
  livecd. This, however, shouldn't be an issue since the open broadcom
  driver should already work out of the box.

  Furthermore the test suite now covers this test case.


  == Description ==

  CID: 201303-13027 Dell Inspiron 5535
  CID: 201012-6925 Dell Latitude E6320
  CID: 201208-11536 Dell Latitude 6430u

  Affected chipsets:
  Broadcom 4365
  Broadcom 4313 [14e4:4727] (rev 01)
  Broadcom 43132

  The bcmwl (6.20.155.1+bdcom-0ubuntu0.0.2) cannot be installed on
  12.04.4 (3.11.0-15), 12.04.3 (3.8.0-29)

  Steps:
  1. Install Ubuntu 12.04.3 (or 12.04.4) + update
  2. Boot to desktop
  3. Install the Broadcom STA wireless driver via jockey-gtk

  Driver cannot be installed, jockey-gtk will stuck at Downloading and 
installing driver
  The last message from jockey.jog is:
  unbind/rebind on driver /sys/module/wl/drivers/pci:wl: device :02:00.0

  Error message could be found in dmesg:
  Nov  3 21:34:14 201012-6925 kernel: [  528.104653] 
wlc_lcnphy_rx_gain_tbl_free_entry = 5
  Nov  3 21:34:14 201012-6925 kernel: [  528.104863] BUG: unable to handle 
kernel paging request at a045d020
  Nov  3 21:34:14 201012-6925 kernel: [  528.104906] IP: [a045d020] 
0xa045d01f
  Nov  3 21:34:14 201012-6925 kernel: [  528.104936] PGD 1c0f067 PUD 1c13063 
PMD 2ea40067 PTE 0
  Nov  3 21:34:14 201012-6925 kernel: [  528.104967] Oops: 0010 [#1] SMP
  Nov  3 21:34:14 201012-6925 kernel: [  528.104988] Modules linked in: 
lib80211_crypt_tkip(F) wl(POF) lib80211(F) rfcomm(F) bnep(F) bluetooth(F) 
snd_hda_codec_hdmi(F) snd_hda_codec_idt(F) coretemp(F) kvm_intel(F) arc4(F) 
kvm(F) joydev(F) ghash_clmulni_intel(F) aesni_intel(F) ablk_helper(F) cryptd(F) 
lrw(F) mac80211(F) snd_hda_intel(F) brcmutil(F) snd_hda_codec(F) snd_hwdep(F) 
snd_pcm(F) i915(F) snd_seq_midi(F) snd_rawmidi(F) snd_seq_midi_event(F) 
snd_seq(F) aes_x86_64(F) snd_timer(F) snd_seq_device(F) cfg80211(F) snd(F) 
cordic(F) drm_kms_helper(F) drm(F) mei(F) psmouse(F) soundcore(F) xts(F) 
ppdev(F) gf128mul(F) parport_pc(F) i2c_algo_bit(F) dell_laptop(F) dcdbas(F) 
dell_wmi(F) video(F) lpc_ich(F) serio_raw(F) mac_hid(F) sparse_keymap(F) 
snd_page_alloc(F) wmi(F) microcode(F) lp(F) parport(F) ahci(F) libahci(F) 
sdhci_pci(F) sdhci(F) e1000e(F) [last unloaded: bcma]
  Nov  3 21:34:14 201012-6925 kernel: [  528.105424] CPU 0
  Nov  3 21:34:14 201012-6925 kernel: [  528.105438] Pid: 2695, comm: 
jockey-backend Tainted: PF  O 3.8.0-33-generic #48~precise1-Ubuntu Dell 
Inc. Latitude E6320/
  Nov  3 21:34:14 201012-6925 kernel: [  528.105493] RIP: 
0010:[a045d020]  [a045d020] 0xa045d01f
  Nov  3 21:34:14 201012-6925 kernel: [  528.105533] RSP: 0018:88001b405d50 
 EFLAGS: 00010282
  Nov  3 21:34:14 201012-6925 kernel: [  528.105558] RAX: 0001 RBX: 
880031788000 RCX: 
  Nov  3 21:34:14 201012-6925 kernel: [  528.105590] RDX:  RSI: 
a0861ec0 RDI: 880031788000
  Nov  3 21:34:14 201012-6925 kernel: [  528.105623] RBP: 88001b405d78 R08: 
 R09: 
  Nov  3 21:34:14 201012-6925 kernel: [  528.105657] R10: 3684 R11: 
0293 R12: 88001b405da0
  Nov  3 21:34:14 201012-6925 kernel: [  528.105690] R13: a08643e0 R14: 
880031788098 R15: 8800317880f8
  Nov  3 21:34:14 201012-6925 

[Desktop-packages] [Bug 1237404] Re: Baobab shows 0 byte file size on smb mounts

2014-05-05 Thread Willy-Bas Loos
boaobab also shows all file sizes 0 when scanning a remote server with sftp, in 
ubuntu 14.04
like described above, only when scanning a server using sftp, not with a smb 
mount.

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

Title:
  Baobab shows 0 byte file size on smb mounts

Status in “baobab” package in Ubuntu:
  Confirmed

Bug description:
  Baobab shows 0 byte size on smb mounts. See attached screenshot. The pie 
chart is correct but the file size colomn on the left side is incorrect.
  In my case I was using Baobab to take a look at a Windows XP shared directory 
(smb).
  I'm running Ubuntu 13.04 x64 on my computer.
  Update: I just tried to use Baobab on a Ubuntu 12.04 samba share with the 
same result. So Baobab is faulty on both Windows and Linux shares.

  (Translation for the screenshot: Méret=size, bájt=byte)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: baobab 3.6.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  Date: Wed Oct  9 15:15:14 2013
  InstallationDate: Installed on 2013-07-22 (78 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=hu_HU.UTF-8
   SHELL=/bin/bash
  SourcePackage: baobab
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1316151] [NEW] Compiz Grid plugin places the window in the wrong display

2014-05-05 Thread Huji Lee
Public bug reported:

After upgrading to 14.04 LTS, compiz Grid plugin is not producing the
expected behavior. I am using the defalut keyboard shortcts to place
windows on the left/right of the current display. Placing on the left
side works properly; however, when I have a window on my left-side
Display, and I press ControlAltKP6 to put it on the right side of
the display, one of these three events happen at random:

* Sometimes it works correctly and places the window on the right half of the 
screen.
* More often, it puts the window on the right-half of the *other display*.
* Sometimes it puts the window on the right side of the same dispaly, but with 
a one-inch margin on the right side (so not touching the edge of the display).

This problem didn't exist with 12.04 LTS or 13.10 on the same machine
with the same config.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: compiz 1:0.9.11+14.04.20140409-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,decor,resize,compiztoolbox,put,move,vpswitch,imgpng,regex,snap,mousepoll,gnomecompat,grid,place,session,animation,workarounds,expo,wall,fade,ezoom,scale,unityshell]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Mon May  5 09:43:06 2014
DistUpgraded: 2014-04-28 16:01:31,465 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.7, 3.11.0-20-generic, x86_64: installed
 bbswitch, 0.7, 3.13.0-24-generic, x86_64: installed
 virtualbox, 4.3.10, 3.11.0-20-generic, x86_64: installed
 virtualbox, 4.3.10, 3.13.0-24-generic, x86_64: installed
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV620 PRO [Radeon HD 3470] [1002:95c0] 
(prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:3243]
InstallationDate: Installed on 2012-04-28 (737 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MachineType: Dell Inc. OptiPlex 780
PackageArchitecture: all
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
SourcePackage: compiz
UpgradeStatus: Upgraded to trusty on 2014-04-28 (6 days ago)
dmi.bios.date: 04/30/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 0C27VV
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 6
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd04/30/2010:svnDellInc.:pnOptiPlex780:pvr:rvnDellInc.:rn0C27VV:rvrA01:cvnDellInc.:ct6:cvr:
dmi.product.name: OptiPlex 780
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Tue Apr 29 11:08:56 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2
xserver.video_driver: radeon

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


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

** Attachment removed: BootDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1316151/+attachment/4105667/+files/BootDmesg.txt

** Attachment removed: CurrentDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1316151/+attachment/4105669/+files/CurrentDmesg.txt

** Attachment removed: ProcModules.txt
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1316151/+attachment/4105679/+files/ProcModules.txt

** Attachment removed: UdevDb.txt
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1316151/+attachment/4105680/+files/UdevDb.txt

** Attachment removed: UdevLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1316151/+attachment/4105681/+files/UdevLog.txt

** Attachment removed: XorgLogOld.txt
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1316151/+attachment/4105684/+files/XorgLogOld.txt

** Attachment removed: XorgLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1316151/+attachment/4105683/+files/XorgLog.txt

** Attachment removed: BootLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1316151/+attachment/4105668/+files/BootLog.txt

-- 
You received this bug notification because you are 

[Desktop-packages] [Bug 1310849] Re: Chromium not remembering all tabs and running slow

2014-05-05 Thread Mario S.
hi again in this duplicate pinned tabs are affected much more often
/ with a higher probability. I managed to loose smthg like only 1 or 2
tabs in a few days, and today I pinned two tabs and both of them were
lost after the next restart.

so please help!

thankx

Mario S.

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

Title:
  Chromium not remembering all tabs and running slow

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

Bug description:
  I've installed Ubuntu 14.04 64 bit and Chromium 34.0.1847.116 Ubuntu
  14.04 aura (260972). I've noticed a few problems...

  1) Despite having the setting Continue where you left off checked,
  only some of the tabs are reopened when I start up Chromium. I
  typically have about 10 tabs open when I close Chromium so I can't see
  that being some limit - hasn't been a problem in the past.

  2) If I right click a link and open in a new window, that window can
  take up to a minute to load the page and once loaded, runs sluggishly
  (scrolling is slow or if a YouTube video, runs as though I've got poor
  bandwidth).

  I've removed Chromium (apt-get purge) and then also removed the
  directories ~/.cache/chromium and ~/.config/chromium and then did a
  reinstall of Chromium but to no avail. Interestingly after running
  what should be a clean Chromium, I hit CTRL + H and all my browser
  history was there...

  FWIW, I also tried changing video drivers - switching from Nouveau to
  Nvidia (all three versions which available to me) and the problem
  persists.

  I finally decided to reinstall 14.04 and the problem returns.

  I've got the pepper flash plugin installed so I don't know if that has
  something to do with this, although this is the first time I've
  (knowingly) installed this plugin. I've never had this problem on
  13.10 with Chromium and have had no problems with Firefox. I also have
  the webmail ad blocker plugin installed but that's never given me
  trouble in the past either.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: chromium-browser 34.0.1847.116-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Apr 22 09:29:55 2014
  Desktop-Session:
   DESKTOP_SESSION = ubuntu
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
  DetectedPlugins:
   
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationDate: Installed on 2014-04-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  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'gnome\n'/desktop/gnome/interface/gtk_theme = b'Clearlooks\n'
  modified.conffile..etc.default.chromium.browser: [deleted]
  mtime.conffile..etc.chromium.browser.default: 2014-04-21T09:10:03.078925

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

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


[Desktop-packages] [Bug 1312902] Re: Update from 12.04 to 14.04 breaks latex-related packages and leaves them unconfigurable

2014-05-05 Thread SammyB.
Had the same problem.
After deleting /root/.texmf-config/ and /root/.texmf-var/ everything worked 
fine for me.

I guess the problem is due to getnonfreefonts (- fonts like Arial...)
which must not be run using sudo.

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

Title:
  Update from 12.04 to 14.04 breaks latex-related packages and leaves
  them unconfigurable

Status in “texlive-base” package in Ubuntu:
  Confirmed

Bug description:
  During the system upgrade to 14.04 many tex/latex-related packages
  seem to be broken that relate to 0ad.

  If I run aptitude in the console I currently get:
  snip
  Die folgenden teilweise installierten Pakete werden konfiguriert:
0ad 0ad-data-common fonts-lmodern fonts-texgyre kile latex-beamer 
latex-xcolor lmodern luatex tex-common tex-gyre texlive-extra-utils 
texlive-font-utils texlive-fonts-recommended texlive-fonts-recommended-doc 
texlive-generic-recommended texlive-latex-base 
texlive-latex-base-doc texlive-latex-recommended 
texlive-latex-recommended-doc texlive-luatex texlive-pstricks 
texlive-pstricks-doc tipa 
  Es werden keine Pakete installiert, aktualisiert oder entfernt.
  0 Pakete aktualisiert, 0 zusätzlich installiert, 0 werden entfernt und 26 
nicht aktualisiert.
  0 B an Archiven müssen heruntergeladen werden. Nach dem Entpacken werden 0 B 
zusätzlich belegt sein.
  tex-common (4.04) wird eingerichtet ... 
  Ignoring /etc/texmf/texmf.d/05TeXMF.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/15Plain.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/45TeXinputs.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/55Fonts.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/65BibTeX.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/75DviPS.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/80DVIPDFMx.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/85Misc.cnf during generation of texmf.cnf, please 
remove manually!
  Ignoring /etc/texmf/texmf.d/90TeXDoc.cnf during generation of texmf.cnf, 
please remove manually!
  Ignoring /etc/texmf/texmf.d/95NonPath.cnf during generation of texmf.cnf, 
please remove manually!
  Running mktexlsr. This may take some time... done.
  Running updmap-sys. This may take some time... 
  updmap-sys failed. Output has been stored in
  /tmp/updmap.2pljEDhG
  Please include this file if you report a bug.

  Sometimes, not accepting conffile updates in /etc/texmf/updmap.d
  causes updmap-sys to fail.  Please check for files with extension
  .dpkg-dist or .ucf-dist in this directory

  Es wurde kein Apport-Bericht verfasst, da die Fehlermeldung darauf hindeutet, 
dass dies lediglich ein Folgefehler eines vorherigen Problems ist.

  Es wurde kein 
Apport-Bericht verfasst, da die Fehlermeldung darauf hindeutet, dass dies 
lediglich ein Folgefehler eines vorherigen Problems ist.
   Es wurde kein Apport-Bericht verfasst, da das Limit 
MaxReports bereits erreicht ist.

   Es wurde kein Apport-Bericht verfasst, da das Limit 
MaxReports bereits erreicht ist.
  


   Es wurde kein Apport-Bericht verfasst, da das Limit 
MaxReports bereits erreicht ist.  



   Es wurde kein Apport-Bericht verfasst, da das 
Limit MaxReports bereits erreicht ist.  

   

Es wurde kein Apport-Bericht verfasst, da das Limit MaxReports bereits 
erreicht ist.   
  

   

[Desktop-packages] [Bug 1316155] [NEW] vdpau_drv_video.so should be linked by {r600, nouveau, radeonsi}_drv_video.so

2014-05-05 Thread Treviño
Public bug reported:

Since the r600, nouveau and radeonsi drivers now have working vdpau
drivers, we should probably add sym-links to vdpau_drv_video.so for them
to be recognized by VA-API and to work without any user interaction.

Not sure if this actually applies to mesa-vdpau-drivers or vdpau-video
package (I'd say the first).

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

** Affects: vdpau-video (Ubuntu)
 Importance: Undecided
 Status: New

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

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

Title:
  vdpau_drv_video.so should be linked by
  {r600,nouveau,radeonsi}_drv_video.so

Status in “mesa” package in Ubuntu:
  New
Status in “vdpau-video” package in Ubuntu:
  New

Bug description:
  Since the r600, nouveau and radeonsi drivers now have working vdpau
  drivers, we should probably add sym-links to vdpau_drv_video.so for
  them to be recognized by VA-API and to work without any user
  interaction.

  Not sure if this actually applies to mesa-vdpau-drivers or vdpau-video
  package (I'd say the first).

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

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


[Desktop-packages] [Bug 1316156] [NEW] speakers audio won't work - pavucontrol is switching continually between speakers and headphones

2014-05-05 Thread Alessandro Ignis
Public bug reported:

The port is continually switching between Speakers and Heaphones and no audio 
is outputting from the speakers. I have tried various distributions and have 
found that this problems is NOT present in Ubuntu 11.04, 12.04, 13.04. I have 
not tried 11.10, or 12.10. But have found 13.10 and 14.04 to show this 
identical problem.
My main concern is for the 14.04 LTS version I am currently using.

- I tried regulating the audio from alsamixer -by disabling auto-mute in 
alsamixer i managed to stop it switching from one port to the other. Still, no 
audio from speakers (only a regular and low-volume BUMP comes out)
- I tried modifying the /etc/modprobe.d/alsa-base.conf file. Since i could not 
find my pc (Packard Bell EasyNote MX45) in the alsa-configuration list, i have 
tried using only the audio boards main info as referral (Intel HDA AD1986A 
NM10/ICH7). Thus i have added to the alsa-base.conf the following and rebooted 
after trying each and every new line (added only once per try, not all of them 
together).
  -options snd-hda-intel model=laptop
  -options snd-hda-intel model=laptop-eapd
  -options snd-hda-intel model=3stack 
  -options snd-hda-intel model=generic

- Also tried the position_fix quirking suggested on the ubuntu documentation 
pages
 -options snd-hda-intel position_fix= 1 
 -options snd-hda-intel position_fix= 2

The audio outputted from the speakers kept being a regular BUMP and
nothing more, regardless of the input.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: pulseaudio 1:4.0-0ubuntu11
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
ApportVersion: 2.14.1-0ubuntu3
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  xubuntu3690 F pulseaudio
CasperVersion: 1.340
Date: Mon May  5 13:48:40 2014
LiveMediaBuild: Xubuntu 14.04 LTS Trusty Tahr - Release i386 (20140416.2)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
SourcePackage: pulseaudio
Symptom: audio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/11/2006
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: T12FvNC.203
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: EasyNote_MX45
dmi.board.vendor: Packard Bell BV
dmi.board.version: 1.0
dmi.chassis.type: 10
dmi.chassis.vendor: Packard Bell BV
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrT12FvNC.203:bd10/11/2006:svnPackardBellBV:pnEasyNote_MX45:pvrPB64H00206:rvnPackardBellBV:rnEasyNote_MX45:rvr1.0:cvnPackardBellBV:ct10:cvr:
dmi.product.name: EasyNote_MX45
dmi.product.version: PB64H00206
dmi.sys.vendor: Packard Bell BV

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


** Tags: apport-bug i386 trusty

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

Title:
  speakers audio won't work - pavucontrol is switching continually
  between speakers and headphones

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  The port is continually switching between Speakers and Heaphones and no audio 
is outputting from the speakers. I have tried various distributions and have 
found that this problems is NOT present in Ubuntu 11.04, 12.04, 13.04. I have 
not tried 11.10, or 12.10. But have found 13.10 and 14.04 to show this 
identical problem.
  My main concern is for the 14.04 LTS version I am currently using.

  - I tried regulating the audio from alsamixer -by disabling auto-mute in 
alsamixer i managed to stop it switching from one port to the other. Still, no 
audio from speakers (only a regular and low-volume BUMP comes out)
  - I tried modifying the /etc/modprobe.d/alsa-base.conf file. Since i could 
not find my pc (Packard Bell EasyNote MX45) in the alsa-configuration list, i 
have tried using only the audio boards main info as referral (Intel HDA AD1986A 
NM10/ICH7). Thus i have added to the alsa-base.conf the following and rebooted 
after trying each and every new line (added only once per try, not all of them 
together).
-options snd-hda-intel model=laptop
-options snd-hda-intel model=laptop-eapd
-options snd-hda-intel model=3stack 
-options snd-hda-intel model=generic

  - Also tried the position_fix quirking suggested on the ubuntu documentation 
pages
   -options snd-hda-intel position_fix= 1 
   -options snd-hda-intel position_fix= 2

  The audio outputted from the speakers kept being a regular BUMP and
  nothing more, regardless of the input.

  ProblemType: Bug
  

[Desktop-packages] [Bug 1247712] Re: Unable to install Broadcom STA wireless dirver on 3.8 / 3.11 kernel via jockey-gtk

2014-05-05 Thread Po-Hsu Lin
It just hang there, the log stopped as attached in comment 59
and the downloading and installing small dialog still running

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

Title:
  Unable to install Broadcom STA wireless dirver on 3.8 / 3.11 kernel
  via jockey-gtk

Status in Jockey driver manager:
  Invalid
Status in “bcmwl” package in Ubuntu:
  Confirmed
Status in “jockey” package in Ubuntu:
  Invalid
Status in “linux-lts-raring” package in Ubuntu:
  Confirmed
Status in “bcmwl” source package in Precise:
  Confirmed
Status in “jockey” source package in Precise:
  Fix Committed
Status in “linux-lts-raring” source package in Precise:
  Confirmed

Bug description:
  SRU request:

  Please accept jockey_0.9.7-0ubuntu7.15 into precise-proposed.

  [Impact]

  Kernel versions higher than 3.8 fail to rebind the Broadcom device to
  the driver thus compromising system stability. While rebinding is a
  nice feature it can't come at the cost of system stability. For this
  reason we'll disable this feature when dealing with Linux = 3.8 and
  preserve it in the other cases.

  [Test Case]

  Install and reboot into Linux 3.8 or higher (linux-lts-saucy or linux-
  lts-trusty), then use Jockey to install the broadcom wireless driver.
  Jockey will hang and the system will probably hang on shutdown.

  [Regression Potential]

  It should be minimal i.e. there won't be device rebinding on the
  livecd. This, however, shouldn't be an issue since the open broadcom
  driver should already work out of the box.

  Furthermore the test suite now covers this test case.


  == Description ==

  CID: 201303-13027 Dell Inspiron 5535
  CID: 201012-6925 Dell Latitude E6320
  CID: 201208-11536 Dell Latitude 6430u

  Affected chipsets:
  Broadcom 4365
  Broadcom 4313 [14e4:4727] (rev 01)
  Broadcom 43132

  The bcmwl (6.20.155.1+bdcom-0ubuntu0.0.2) cannot be installed on
  12.04.4 (3.11.0-15), 12.04.3 (3.8.0-29)

  Steps:
  1. Install Ubuntu 12.04.3 (or 12.04.4) + update
  2. Boot to desktop
  3. Install the Broadcom STA wireless driver via jockey-gtk

  Driver cannot be installed, jockey-gtk will stuck at Downloading and 
installing driver
  The last message from jockey.jog is:
  unbind/rebind on driver /sys/module/wl/drivers/pci:wl: device :02:00.0

  Error message could be found in dmesg:
  Nov  3 21:34:14 201012-6925 kernel: [  528.104653] 
wlc_lcnphy_rx_gain_tbl_free_entry = 5
  Nov  3 21:34:14 201012-6925 kernel: [  528.104863] BUG: unable to handle 
kernel paging request at a045d020
  Nov  3 21:34:14 201012-6925 kernel: [  528.104906] IP: [a045d020] 
0xa045d01f
  Nov  3 21:34:14 201012-6925 kernel: [  528.104936] PGD 1c0f067 PUD 1c13063 
PMD 2ea40067 PTE 0
  Nov  3 21:34:14 201012-6925 kernel: [  528.104967] Oops: 0010 [#1] SMP
  Nov  3 21:34:14 201012-6925 kernel: [  528.104988] Modules linked in: 
lib80211_crypt_tkip(F) wl(POF) lib80211(F) rfcomm(F) bnep(F) bluetooth(F) 
snd_hda_codec_hdmi(F) snd_hda_codec_idt(F) coretemp(F) kvm_intel(F) arc4(F) 
kvm(F) joydev(F) ghash_clmulni_intel(F) aesni_intel(F) ablk_helper(F) cryptd(F) 
lrw(F) mac80211(F) snd_hda_intel(F) brcmutil(F) snd_hda_codec(F) snd_hwdep(F) 
snd_pcm(F) i915(F) snd_seq_midi(F) snd_rawmidi(F) snd_seq_midi_event(F) 
snd_seq(F) aes_x86_64(F) snd_timer(F) snd_seq_device(F) cfg80211(F) snd(F) 
cordic(F) drm_kms_helper(F) drm(F) mei(F) psmouse(F) soundcore(F) xts(F) 
ppdev(F) gf128mul(F) parport_pc(F) i2c_algo_bit(F) dell_laptop(F) dcdbas(F) 
dell_wmi(F) video(F) lpc_ich(F) serio_raw(F) mac_hid(F) sparse_keymap(F) 
snd_page_alloc(F) wmi(F) microcode(F) lp(F) parport(F) ahci(F) libahci(F) 
sdhci_pci(F) sdhci(F) e1000e(F) [last unloaded: bcma]
  Nov  3 21:34:14 201012-6925 kernel: [  528.105424] CPU 0
  Nov  3 21:34:14 201012-6925 kernel: [  528.105438] Pid: 2695, comm: 
jockey-backend Tainted: PF  O 3.8.0-33-generic #48~precise1-Ubuntu Dell 
Inc. Latitude E6320/
  Nov  3 21:34:14 201012-6925 kernel: [  528.105493] RIP: 
0010:[a045d020]  [a045d020] 0xa045d01f
  Nov  3 21:34:14 201012-6925 kernel: [  528.105533] RSP: 0018:88001b405d50 
 EFLAGS: 00010282
  Nov  3 21:34:14 201012-6925 kernel: [  528.105558] RAX: 0001 RBX: 
880031788000 RCX: 
  Nov  3 21:34:14 201012-6925 kernel: [  528.105590] RDX:  RSI: 
a0861ec0 RDI: 880031788000
  Nov  3 21:34:14 201012-6925 kernel: [  528.105623] RBP: 88001b405d78 R08: 
 R09: 
  Nov  3 21:34:14 201012-6925 kernel: [  528.105657] R10: 3684 R11: 
0293 R12: 88001b405da0
  Nov  3 21:34:14 201012-6925 kernel: [  528.105690] R13: a08643e0 R14: 
880031788098 R15: 8800317880f8
  Nov  3 21:34:14 201012-6925 kernel: [  528.105724] FS:  
7fc348968700() GS:88010020() knlGS:
  Nov  3 21:34:14 

[Desktop-packages] [Bug 1316161] [NEW] notification area icon is gone in 14.04

2014-05-05 Thread Andrew Schulman
Public bug reported:

I have the notification area icon plugin enabled.  I just upgraded from
Ubuntu 12.04 to 14.04, and the notification area icon is gone.  I have
other applets in that area, but not Banshee's.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: banshee 2.9.0+really2.6.2-2ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Mon May  5 10:07:31 2014
InstallationDate: Installed on 2010-03-04 (1522 days ago)
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
SourcePackage: banshee
UpgradeStatus: Upgraded to trusty on 2014-05-03 (2 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  notification area icon is gone in 14.04

Status in “banshee” package in Ubuntu:
  New

Bug description:
  I have the notification area icon plugin enabled.  I just upgraded
  from Ubuntu 12.04 to 14.04, and the notification area icon is gone.  I
  have other applets in that area, but not Banshee's.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: banshee 2.9.0+really2.6.2-2ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May  5 10:07:31 2014
  InstallationDate: Installed on 2010-03-04 (1522 days ago)
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  SourcePackage: banshee
  UpgradeStatus: Upgraded to trusty on 2014-05-03 (2 days ago)

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

-- 
Mailing list: https://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   >