[Desktop-packages] [Bug 1190602] Re: does not recognize the password

2013-06-17 Thread Fabio Marconi
** Description changed:

  Release of Ubuntu:13.10
  Package Version:
  Expected Results: it recognize the password
  Actual Results: it won't recognize the password
  
  Hallo
- Freshly reinstalled system on an encrypted home on raid1.
+ Freshly reinstalled system with reusing the existing separated encrypted home.
  Gnome-terminal and xterm won't recognize the root password, synaptic 
update-manager and tty do it, so this is a problem related to the them.
  Before reinstalling everything was ok.
  
  Thanks
  fabio
  
  ProblemType: BugDistroRelease: Ubuntu 13.10
  Package: gnome-terminal 3.6.1-0ubuntu4
  ProcVersionSignature: Ubuntu 3.9.0-5.12-generic 3.9.5
  Uname: Linux 3.9.0-5-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
- Date: Thu Jun 13 15:39:52 2013
- EcryptfsInUse: YesMarkForUpload: TrueSourcePackage: gnome-terminal
+ Date: Thu Jun 13 15:39:52 2013EcryptfsInUse: YesMarkForUpload: 
TrueSourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  does not recognize the password

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

Bug description:
  Release of Ubuntu:13.10
  Package Version:
  Expected Results: it recognize the password
  Actual Results: it won't recognize the password

  Hallo
  Freshly reinstalled system with reusing the existing separated encrypted home.
  Gnome-terminal and xterm won't recognize the root password, synaptic 
update-manager and tty do it, so this is a problem related to the them.
  Before reinstalling everything was ok.

  Thanks
  fabio

  ProblemType: BugDistroRelease: Ubuntu 13.10
  Package: gnome-terminal 3.6.1-0ubuntu4
  ProcVersionSignature: Ubuntu 3.9.0-5.12-generic 3.9.5
  Uname: Linux 3.9.0-5-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Thu Jun 13 15:39:52 2013EcryptfsInUse: YesMarkForUpload: 
TrueSourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1191673] [NEW] dvipng crashes even for simple input

2013-06-17 Thread Shriramana Sharma
Public bug reported:

I'm running Kubuntu Raring, with versions as below:
texlive-base: 2012.20120611-5
dvipng: 1.14-1build1

I have this simple document foo.tex:

\documentclass[16pt]{article}
\usepackage{amsmath,amssymb}
\usepackage{breqn}
\pagestyle{empty}
\begin{document}
$ \infty $
\end{document}

I do latex foo.tex and I get the .dvi files with no problems. Then I do:

dvipng -T tight -D 150 -bg Transparent -fg Blue -O 0cm,0cm foo.png
foo.dvi

I get this:

This is dvipng 1.14 Copyright 2002-2010 Jan-Ake Larsson
Segmentation fault (core dumped)

gdb says there are no debugging symbols so I couldn't try that.

Due to this dvipng problem I am not able to use SymPyPrt
(https://github.com/scios/IPyXt) on IPython2/3:
https://groups.google.com/d/msg/sympy/WzwS3578TuU/sZAYDcFQ8cIJ

I did not have a problem with using SymPyPrt on Kubuntu Precise of last
year, and I thought dvipng has practically not changed in Raring since
Precise:
http://packages.ubuntu.com/search?keywords=dvipngsearchon=namessuite=allsection=all
except for a new build. The changelog
http://changelogs.ubuntu.com/changelogs/pool/main/d/dvipng/dvipng_1.14-1build1/changelog
says the new build is for some kpathsea transition.

The upstream author reports that this works in Linux Mint and thinks it
could be some kpathsea problem:
http://lists.nongnu.org/archive/html/dvipng/2013-06/msg1.html.
Surely in Kubuntu Precise there was no problem.

I'm not sure about Quantal since I never used it (directly came
Precise-Raring). However I would imagine the same problem exists there
because the dvipng version is the same.

Please fix this, thank you!

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

** Description changed:

  I'm running Kubuntu Raring, with versions as below:
  texlive-base: 2012.20120611-5
  dvipng: 1.14-1build1
  
  I have this simple document foo.tex:
  
  \documentclass[16pt]{article}
  \usepackage{amsmath,amssymb}
  \usepackage{breqn}
  \pagestyle{empty}
  \begin{document}
  $ \infty $
  \end{document}
  
  I do latex foo.tex and I get the .dvi files with no problems. Then I do:
  
  dvipng -T tight -D 150 -bg Transparent -fg Blue -O 0cm,0cm foo.png
  foo.dvi
  
  I get this:
  
  This is dvipng 1.14 Copyright 2002-2010 Jan-Ake Larsson
  Segmentation fault (core dumped)
  
  gdb says there are no debugging symbols so I couldn't try that.
  
  Due to this dvipng problem I am not able to use SymPyPrt
  (https://github.com/scios/IPyXt) on IPython2/3:
  https://groups.google.com/d/msg/sympy/WzwS3578TuU/sZAYDcFQ8cIJ
  
  I did not have a problem with using SymPyPrt on Kubuntu Precise of last
  year, and I thought dvipng has practically not changed in Raring since
  Precise:
  
http://packages.ubuntu.com/search?keywords=dvipngsearchon=namessuite=allsection=all
  except for a new build. The changelog
  
http://changelogs.ubuntu.com/changelogs/pool/main/d/dvipng/dvipng_1.14-1build1/changelog
  says the new build is for some kpathsea transition.
  
  The upstream author reports that this works in Linux Mint and thinks it
  could be some kpathsea problem:
  http://lists.nongnu.org/archive/html/dvipng/2013-06/msg1.html.
  Surely in Kubuntu Precise there was no problem.
  
+ I'm not sure about Quantal since I never used it (directly came
+ Precise-Raring). However I would imagine the same problem exists there
+ because the dvipng version is the same.
+ 
  Please fix this, thank you!

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

Title:
  dvipng crashes even for simple input

Status in “dvipng” package in Ubuntu:
  New

Bug description:
  I'm running Kubuntu Raring, with versions as below:
  texlive-base: 2012.20120611-5
  dvipng: 1.14-1build1

  I have this simple document foo.tex:

  \documentclass[16pt]{article}
  \usepackage{amsmath,amssymb}
  \usepackage{breqn}
  \pagestyle{empty}
  \begin{document}
  $ \infty $
  \end{document}

  I do latex foo.tex and I get the .dvi files with no problems. Then I
  do:

  dvipng -T tight -D 150 -bg Transparent -fg Blue -O 0cm,0cm foo.png
  foo.dvi

  I get this:

  This is dvipng 1.14 Copyright 2002-2010 Jan-Ake Larsson
  Segmentation fault (core dumped)

  gdb says there are no debugging symbols so I couldn't try that.

  Due to this dvipng problem I am not able to use SymPyPrt
  (https://github.com/scios/IPyXt) on IPython2/3:
  https://groups.google.com/d/msg/sympy/WzwS3578TuU/sZAYDcFQ8cIJ

  I did not have a problem with using SymPyPrt on Kubuntu Precise of
  last year, and I thought dvipng has practically not changed in Raring
  since Precise:
  
http://packages.ubuntu.com/search?keywords=dvipngsearchon=namessuite=allsection=all
  except for a new build. The changelog
  
http://changelogs.ubuntu.com/changelogs/pool/main/d/dvipng/dvipng_1.14-1build1/changelog
  says the new build is for some kpathsea transition.

  The upstream author reports that 

[Desktop-packages] [Bug 1191680] [NEW] nameserver in /etc/resolv.conf didn't update when changing network

2013-06-17 Thread northar
Public bug reported:

When changeing network and connecting to a new router,(sitecom cfe88) i
couldn't surf. Surfing worked in windows in my dual boot, and in another
lan a home, so i knew it should work. Everything seemed ok in nw-
manager - connected fine, got an ip and so on - and i had turned off
ipv6 just to be sure. Then i had a look at /etc/resolv.conf - and there
it was - it had one nameserver entry, and it was the one from my
homenetwork - wtf. I changed that manually to the router i was
connecting to - and it worked.

Now, why didn't it update this by itself when switching networks. A less
techical user would be stuck.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: network-manager 0.9.8.0-0ubuntu6
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
Date: Mon Jun 17 08:13:26 2013
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-04-09 (68 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130409)
IpRoute:
 default via 192.168.0.1 dev wlan0  proto static 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.107  metric 9
MarkForUpload: True
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=sv_SE.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/1  
 wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.0connected   enabled   enabled 
enabledenabled enabled

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


** Tags: amd64 apport-bug raring

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

Title:
  nameserver in /etc/resolv.conf didn't update when changing network

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

Bug description:
  When changeing network and connecting to a new router,(sitecom cfe88)
  i couldn't surf. Surfing worked in windows in my dual boot, and in
  another lan a home, so i knew it should work. Everything seemed ok
  in nw-manager - connected fine, got an ip and so on - and i had turned
  off ipv6 just to be sure. Then i had a look at /etc/resolv.conf - and
  there it was - it had one nameserver entry, and it was the one from my
  homenetwork - wtf. I changed that manually to the router i was
  connecting to - and it worked.

  Now, why didn't it update this by itself when switching networks. A
  less techical user would be stuck.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: network-manager 0.9.8.0-0ubuntu6
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  Uname: Linux 3.8.0-25-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  Date: Mon Jun 17 08:13:26 2013
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-04-09 (68 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130409)
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.107  
metric 9
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=sv_SE.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/1  
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.0connected   enabled   enabled 
enabledenabled enabled

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

-- 
Mailing list: 

[Desktop-packages] [Bug 1178502] Re: Update Depends on Uninstallable xorg-input-abi-19

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

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

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

Title:
  Update Depends on Uninstallable xorg-input-abi-19

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

Bug description:
  The following packages have unmet dependencies:
   xserver-xorg-input-synaptics : Depends: xorg-input-abi-19 but it is not 
installable
  Depends: xserver-xorg-core (= 2:1.13.99.901) 
but 2:1.13.4~git20130508+server-1.13-branch.10c42f57-0ubuntu0ricotz~raring is 
to be installed
  E: Unable to correct problems, you have held broken packages.

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

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


[Desktop-packages] [Bug 1180297] Re: Opening facebook Success page in external browser

2013-06-17 Thread Alberto Mardegan
Hi Katie, I'm attaching another screenshot. This one looks much better, IMHO :-)
Meanwhile I'll be working on the help page.

** Also affects: signon-ui
   Importance: Undecided
   Status: New

** Attachment added: New screenshot
   
https://bugs.launchpad.net/signon-ui/+bug/1180297/+attachment/3705357/+files/insecure-warning.png

** Changed in: signon-ui
 Assignee: (unassigned) = Alberto Mardegan (mardy)

** Changed in: signon-ui
   Status: New = Confirmed

** Changed in: signon-ui
   Status: Confirmed = In Progress

** Changed in: signon-ui
   Importance: Undecided = Medium

** No longer affects: account-plugins

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

Title:
  Opening facebook Success page in external browser

Status in Online Accounts: Sign-on UI:
  In Progress
Status in Ubuntu UX bugs:
  Triaged
Status in “account-plugins” package in Ubuntu:
  Fix Released
Status in “account-plugins” source package in Quantal:
  Fix Committed
Status in “account-plugins” source package in Raring:
  Fix Committed

Bug description:
  [Test Case]
  1. Open Online Accounts
  2. Click Add account…
  3. Select Facebook
  4. Observe that a facebook login form loads in the control center panel 
instead of an external browser, with a security warning.

  [Regression Potential] None: the current situation is completely
  broken as long as facebook does this http redirect during auth.  This
  fix just allows that http request.

  -
  Desired resolution:

  Users should be warned about security passively with a notice of the
  security status on the page, rather than interrupting the page-flow.

  The security status should be displayed as an icon  text. The best place for 
the status is to the bottom left of the frame, balancing the legal notice link. 
Alternatively the status could be displayed at the bottom of the 
web-authentication area.
  - The icon should be similar to the icon used in the browser (browser phablet 
app).
  - The text should be a description of the page security.

To manage notifications about this bug go to:
https://bugs.launchpad.net/signon-ui/+bug/1180297/+subscriptions

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


[Desktop-packages] [Bug 1191628] Re: Unable to authorize facebook account.

2013-06-17 Thread Sebastien Bacher
** Package changed: gnome-control-center (Ubuntu) = gnome-control-
center-signon (Ubuntu)

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

Title:
  Unable to authorize facebook account.

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

Bug description:
  Open up online accunts.  Select add account  facebook account, my
  chromium browser opens up to this page
  https://www.facebook.com/connect/blank.html#_=_ and nothing happens, I
  cannot connect my facebook account.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-control-center 1:3.6.3-0ubuntu24
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  Uname: Linux 3.8.0-25-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  Date: Sun Jun 16 22:50:17 2013
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2013-05-04 (43 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu6.1
   deja-dup26.0-0ubuntu1
   gnome-control-center-signon 0.1.6bzr13.04.05-0ubuntu1.1
   gnome-control-center-unity  1.2daily13.04.09-0ubuntu1
   indicator-datetime  12.10.3daily13.03.26-0ubuntu1

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

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


[Desktop-packages] [Bug 1069531] Re: Cannot login to Empathy after setting up Google online account

2013-06-17 Thread Chow Loong Jin
Interestingly, I just noticed that if I kill all signonpluginprocess
instances, and then select available from Empathy's IM status
dropdown, it logs in successfully.

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

Title:
  Cannot login to Empathy after setting up Google online account

Status in “empathy” package in Ubuntu:
  Confirmed

Bug description:
  Description:  Ubuntu 12.10
  Release:  12.10

  empathy:
Installed: 3.6.0.3-0ubuntu1
Candidate: 3.6.0.3-0ubuntu1
Version table:
   *** 3.6.0.3-0ubuntu1 0
  500 http://gb.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
  100 /var/lib/dpkg/status

  Expected behaviour:

  * New installation of 12.10 Ubuntu
  * Expected to be able to use Google Talk in Empathy after adding a Google 
account under Online Accounts

  Actual behaviour:

  * Account can be added successfully, however Empathy displays Google Talk 
Account requires authorisation
  * Clicking on the icon opens Online Accounts but does not offer an option to 
perform any further authorisation.

  Investigation:

  * Seahorse shows two entries for the Google account, one of which lists the 
correct password, the other of which lists a seemingly random collection of 
characters separated by percentage symbols
  * Checked Google account, Ubuntu has permission to access: Picasa Web Albums, 
Profile Information, Google Docs, Google Talk
  * Google account is not set up to use 2-step verification
  * Removed account and seahorse entries, set up from scratch
  * If possible, will use non-alphanumeric characters in passwords, so tested 
with only alphanumeric password - no difference
  * Not going through a proxy

  Activating empathy-debugger shows:

  wocky/-DEBUG: 21/10/12 11:22:20.784214: _end_element_ns: Received stanza
  * failure xmlns='urn:ietf:params:xml:ns:xmpp-sasl'
  * not-authorized
  * missing-username xmlns='google:auth'
  wocky/-DEBUG: 21/10/12 11:22:20.784320: auth_failed: wocky-sasl-auth.c:274: 
Authentication failed!: Authentication failed: not-authorized
  gabbleauthentication-DEBUG: 21/10/12 11:22:20.784421: 
gabble_server_sasl_channel_fail (server-sasl-channel.c:929): auth failed: 
WOCKY_AUTH_ERROR_FAILURE (#6): Authentication failed: not-authorized
  gabbleconnection-DEBUG: 21/10/12 11:22:20.784534: connector_error_disconnect 
(connection.c:1760): Interactive authentication error, reason 3, dbus error 
org.freedesktop.Telepathy.Error.AuthenticationFailed

  So, it seems that seahorse has the correct password in place, and the
  Google account is set up in such a way as to allow the application to
  work. That being the case, it makes no sense to be getting an
  authorisation error, unless there is something else that isn't
  immediately obvious.

  Have checked for open bugs here:

  * https://bugs.launchpad.net/ubuntu/+source/empathy/+bugs
  * https://bugs.freedesktop.org/buglist.cgi?quicksearch=telepathy

  However nothing that matched this exact problem jumped out - a lot of
  issues seem to be with 2-step verification (but as mentioned earlier
  this has not been enabled).

  Asked for advice here:
  * 
http://askubuntu.com/questions/204062/cannot-login-to-empathy-after-setting-up-google-online-account

  Was advised to log a bug report.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.6.0.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 21 21:21:36 2012
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.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/1069531/+subscriptions

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


[Desktop-packages] [Bug 1191468] Re: User Accounts: Can add a new user but it cannot be enabled successfully

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

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

Title:
  User Accounts: Can add a new user but  it cannot  be enabled
  successfully

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

Bug description:
   Test Case:
  System settings  User Accounts
  unlock, add a new user, set an acceptable password
  See if account has been enabled, aometimes it is other times not.
  Once showing as enabled try to log in with password, never works

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu28
  ProcVersionSignature: Ubuntu 3.9.0-6.13-generic 3.9.6
  Uname: Linux 3.9.0-6-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Sun Jun 16 02:14:22 2013
  InstallationDate: Installed on 2013-06-16 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130615)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu6.1
   deja-dup26.0-0ubuntu2
   gnome-control-center-signon 0.1.7~daily13.06.05.1-0ubuntu1
   gnome-control-center-unity  1.3daily13.06.14.1-0ubuntu1
   indicator-datetime  12.10.3daily13.06.07-0ubuntu1

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

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


[Desktop-packages] [Bug 70230] Re: Search result window in nautilus doesn't permit opening a file's directory

2013-06-17 Thread Sebastien Bacher
the bug got fixed upstream in
https://git.gnome.org/browse/nautilus/commit/?id=b8d80ba9502ef0d42b3ab5b29ab89bb04d62aced

** Changed in: nautilus (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

** Changed in: nautilus (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  Search result window in nautilus doesn't permit opening a file's
  directory

Status in Nautilus:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Fix Committed

Bug description:
  In the search result window in nautilus, a right click action open
  the files's directory is missing, while it's very important.

  Besides that, this action should present the corresponding directory,
  with the corresponding found file selected.

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

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


[Desktop-packages] [Bug 1189843] Re: Rotated pages are incorrectly printed when multiple pages per side are printed

2013-06-17 Thread Sebastien Bacher
 This bug is now reported in bugzilla as #702410

thanks

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

** Bug watch added: GNOME Bug Tracker #700861
   https://bugzilla.gnome.org/show_bug.cgi?id=700861

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

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

Title:
  Rotated pages are incorrectly printed when multiple pages per side are
  printed

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

Bug description:
  I have a large document where most pages are portrait oriented but
  some pages with figures are landscape oriented to ease on screen
  reading. When that document is printed out with the option to print
  two pages per side, then the pages in ladscape orientation are printed
  incorrectly. One half of the pages is cut off and the printed half is
  in the wrong location. This is already visible in the print preview.
  It could be fixed by letting evince rotate all pages into the same
  orientation before printing or by shrinking the rotated pages.
  Printing works fine with Acrobat reader, which shrinks the rotated
  pages.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: evince 3.6.1-1ubuntu3
  ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
  Uname: Linux 3.8.0-23-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Tue Jun 11 09:37:48 2013
  MarkForUpload: True
  SourcePackage: evince
  UpgradeStatus: Upgraded to raring on 2013-05-03 (39 days ago)

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

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


[Desktop-packages] [Bug 1191323] Re: Annoying dialog appears each time I compress files

2013-06-17 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: file-roller (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Annoying dialog appears each time I compress files

Status in “file-roller” package in Ubuntu:
  New

Bug description:
  I am using Ubuntu 13.04, and, each time I compress some files and
  create an archive, an annoying dialog shows up: X has been
  successfully created with buttons Open archive and Close.

  So, each time I create an archive, I have one extra click to do. If I
  remember well, this didn't happen with older versions.

  I think it is really annoying, because in the 99% of the times you
  compress some files, the last thing you want to do is open the new
  archive. And if you want to do so, you just have to double-click the
  new file, because you will have it just in front of you.

  Instead of this dialog, it should just show up a notification, so the
  user knows that the compression has finished (I think this was the way
  it worked before).

  (P.S.: I have Ubuntu with Basque interface, so the message in the
  dialog may not be exact, but I hope you will understand which dialog I
  am refering to)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1191323/+subscriptions

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


[Desktop-packages] [Bug 308174] Re: Evince should centralize Ebooks in two page mode

2013-06-17 Thread Sebastien Bacher
** Changed in: evince (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

** Bug watch added: GNOME Bug Tracker #169676
   https://bugzilla.gnome.org/show_bug.cgi?id=169676

** Changed in: evince
   Importance: Wishlist = Unknown

** Changed in: evince
   Status: Invalid = Unknown

** Changed in: evince
 Remote watch: GNOME Bug Tracker #567626 = GNOME Bug Tracker #169676

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

Title:
  Evince should centralize Ebooks in two page mode

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

Bug description:
  Binary package hint: evince

  I use evince in two page mode as an ebook viewer. Most ebook have a
  broad rim. I can't cut out this useless rim in two page mode, and
  consequently, both double pages are shifted to the right side. I can
  correct this by using the stroke keys, but every time I scroll to the
  next double page, the ebook is shifted to the right side once again.
  That is enervating!

  It would make much more sense, if evince could centralice the ebook!
  This would make evince much better for ebook reading.

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

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


[Desktop-packages] [Bug 38297] Re: Best fit zoom should be renamed Fit Page.

2013-06-17 Thread Sebastien Bacher
** Changed in: evince (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

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

Title:
  Best fit zoom should be renamed Fit Page.

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

Bug description:
  When I select the Best Fit zoom level, it never selects what's best. 
Instead, it aper to always zoom out until it can fit the page completely.
  So I think that Best fit is misleading, and that it would be good to rename 
this zoom option to reflect what it actually does: Fit (whole) Page

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

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


[Desktop-packages] [Bug 796188] Re: Feature Request: Tool: Save screenshot of area to clipboard

2013-06-17 Thread Sebastien Bacher
that feature is provided by the screenshot application, evince
developers rejected adding it to evince as well

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

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

Title:
  Feature Request: Tool: Save screenshot of area to clipboard

Status in Evince document viewer:
  Invalid
Status in “evince” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: evince

  I'm curious whether it's possible to add a feature to evince which
  allows the user the following:

  1. select the screenshot tool
  2. select a specific area of the document with your mouse (a rectangle: press 
to start selection and release mouse button when finished)
  3. the selected area will be saved to the clipboard as an image which can be 
pasted e.g. in Openoffice.org Writer or comparable office software

  I'm inquiring about this feature because I know it from Acrobat Reader
  and it's the last feature that's keeping me from uninstalling Acrobat.
  I know a lot of people at university who use this tool on a regular
  basis when creating summaries of lectures. It's a very pleasant way to
  copy  paste important parts of PDF documents, mainly diagrams and
  illustrations and imo this won't be too much of a hassle to implement.

  I attached a screenshot of the desired functionality as observed while
  using Acrobat Reader. I hope this clears it up a bit.

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

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


[Desktop-packages] [Bug 1191628] Re: Unable to authorize facebook account.

2013-06-17 Thread Alberto Mardegan
Hi Alexander, thanks for your bug report. Can you please tell me what
version of account-plugin-facebook is installed in your systtem?

** Changed in: gnome-control-center-signon (Ubuntu)
 Assignee: (unassigned) = Alberto Mardegan (mardy)

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

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

Title:
  Unable to authorize facebook account.

Status in “gnome-control-center-signon” package in Ubuntu:
  Incomplete

Bug description:
  Open up online accunts.  Select add account  facebook account, my
  chromium browser opens up to this page
  https://www.facebook.com/connect/blank.html#_=_ and nothing happens, I
  cannot connect my facebook account.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-control-center 1:3.6.3-0ubuntu24
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  Uname: Linux 3.8.0-25-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  Date: Sun Jun 16 22:50:17 2013
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2013-05-04 (43 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu6.1
   deja-dup26.0-0ubuntu1
   gnome-control-center-signon 0.1.6bzr13.04.05-0ubuntu1.1
   gnome-control-center-unity  1.2daily13.04.09-0ubuntu1
   indicator-datetime  12.10.3daily13.03.26-0ubuntu1

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

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


[Desktop-packages] [Bug 780109] Re: [regression] Page#+Enter shortcut not working

2013-06-17 Thread Sebastien Bacher
the issue is fixed with 3.8 in saucy

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

** Changed in: evince (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  [regression] Page#+Enter shortcut not working

Status in Evince document viewer:
  Expired
Status in “evince” package in Ubuntu:
  Fix Released
Status in “evince” package in Fedora:
  Unknown

Bug description:
  Binary package hint: evince

  Test case:
  1. Open a PDF that has more than one page.
  2. Hit F5, then type 2 and hit ENTER.

  Expected result: Page 2 shown on screen.
  Observed result: Page 1 still on display. A floating text box showing Go to 
page: [2] is shown on top of that page, but ENTER does not make it go away 
and work.

  This works on 2.30.3 but does not work on 2.32.0 (the only versions I
  have right now).

  == Regression details ==
  Discovered in version: 2.32.0-0ubuntu1.1 (Ubuntu 10.10)
  Last known good version: 2.30.3-0ubuntu1.2 (Ubuntu 10.04)

  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: evince 2.32.0-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.35-28.50-generic-pae 2.6.35.11
  Uname: Linux 2.6.35-28-generic-pae i686
  Architecture: i386
  Date: Mon May  9 22:00:16 2011
  ExecutablePath: /usr/bin/evince
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.utf8
  SourcePackage: evince

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

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


[Desktop-packages] [Bug 1191692] [NEW] (evince:30857): EvinceDocument-CRITICAL **: ev_document_get_n_pages: assertion 'EV_IS_DOCUMENT (document)' failed

2013-06-17 Thread dino99
Public bug reported:

After having saved a pdf file, i've tried to print it: but got an error saying 
the document cant be loaded or so.
Then from a terminal (logged as gnome-shell) the command warns:

(evince:30857): EvinceDocument-CRITICAL **: ev_document_get_n_pages: assertion 
'EV_IS_DOCUMENT (document)' failed
(evince:30857): dconf-CRITICAL **: unable to create file 
'/home/oem/.cache/dconf/user': Permission denied.  dconf will not work properly.

so it looks like that evince needs to know about the recent dconf split
(dconf-cli/dconf-editor)

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: evince 3.8.2-0ubuntu4
ProcVersionSignature: Ubuntu 3.9.0-6.13-generic 3.9.6
Uname: Linux 3.9.0-6-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.10.2-0ubuntu1
Architecture: i386
Date: Mon Jun 17 10:00:40 2013
MarkForUpload: True
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apparmor apport-bug i386 saucy third-party-packages

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

Title:
  (evince:30857): EvinceDocument-CRITICAL **: ev_document_get_n_pages:
  assertion 'EV_IS_DOCUMENT (document)' failed

Status in “evince” package in Ubuntu:
  New

Bug description:
  After having saved a pdf file, i've tried to print it: but got an error 
saying the document cant be loaded or so.
  Then from a terminal (logged as gnome-shell) the command warns:

  (evince:30857): EvinceDocument-CRITICAL **: ev_document_get_n_pages: 
assertion 'EV_IS_DOCUMENT (document)' failed
  (evince:30857): dconf-CRITICAL **: unable to create file 
'/home/oem/.cache/dconf/user': Permission denied.  dconf will not work properly.

  so it looks like that evince needs to know about the recent dconf
  split (dconf-cli/dconf-editor)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: evince 3.8.2-0ubuntu4
  ProcVersionSignature: Ubuntu 3.9.0-6.13-generic 3.9.6
  Uname: Linux 3.9.0-6-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: i386
  Date: Mon Jun 17 10:00:40 2013
  MarkForUpload: True
  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/1191692/+subscriptions

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


[Desktop-packages] [Bug 1191692] Re: (evince:30857): EvinceDocument-CRITICAL **: ev_document_get_n_pages: assertion 'EV_IS_DOCUMENT (document)' failed

2013-06-17 Thread dino99
Evince cant be blamed; that was a saved pdf file that was corrupted.
Downloaded and saved again that pdf, and evince has opened it as
expected.

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

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

Title:
  (evince:30857): EvinceDocument-CRITICAL **: ev_document_get_n_pages:
  assertion 'EV_IS_DOCUMENT (document)' failed

Status in “evince” package in Ubuntu:
  Invalid

Bug description:
  After having saved a pdf file, i've tried to print it: but got an error 
saying the document cant be loaded or so.
  Then from a terminal (logged as gnome-shell) the command warns:

  (evince:30857): EvinceDocument-CRITICAL **: ev_document_get_n_pages: 
assertion 'EV_IS_DOCUMENT (document)' failed
  (evince:30857): dconf-CRITICAL **: unable to create file 
'/home/oem/.cache/dconf/user': Permission denied.  dconf will not work properly.

  so it looks like that evince needs to know about the recent dconf
  split (dconf-cli/dconf-editor)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: evince 3.8.2-0ubuntu4
  ProcVersionSignature: Ubuntu 3.9.0-6.13-generic 3.9.6
  Uname: Linux 3.9.0-6-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: i386
  Date: Mon Jun 17 10:00:40 2013
  MarkForUpload: True
  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/1191692/+subscriptions

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


[Desktop-packages] [Bug 972942] Re: Search field still shows up when switched to another window

2013-06-17 Thread Stuart Harrell
Upstream bug report: https://bugzilla.gnome.org/show_bug.cgi?id=702427

** Bug watch added: GNOME Bug Tracker #702427
   https://bugzilla.gnome.org/show_bug.cgi?id=702427

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

Title:
  Search field still shows up when switched to another window

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  Open any window and then nautilus
  In nautilus start to type with pops up searchfield in right bottom of 
nautilus.
  Switch to other window when searchfiel appears
  Approowe you see searchfield still in front.

  Makes to think it is now for other programm.

  See screenshot

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: nautilus 1:2.30.1-0ubuntu1.2
  ProcVersionSignature: Ubuntu 2.6.32-40.87-generic 2.6.32.57+drm33.23
  Uname: Linux 2.6.32-40-generic i686
  Architecture: i386
  Date: Wed Apr  4 01:51:31 2012
  InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Release i386 
(20100429.4)
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: nautilus

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

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


[Desktop-packages] [Bug 1131456] Re: soffice.bin crashed with SIGSEGV in LatinLookupTree::suggestAutoCompletion()

2013-06-17 Thread Endre Kollár
Reproduced.

Crash report:

** Attachment added: crash report
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1131456/+attachment/3705412/+files/_usr_lib_libreoffice_program_soffice.bin.1000.crash

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

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

Title:
  soffice.bin crashed with SIGSEGV in
  LatinLookupTree::suggestAutoCompletion()

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  Description:  Ubuntu Raring Ringtail (development branch)
  Release:  13.04

  libreoffice: 1:4.0.0~beta2-0ubuntu2 0
  libreoffice-writer: 1:4.0.0~beta2-0ubuntu2

  I was translating the attached document to hungarian document while
  crash happend. The last thing I see was a kanji or something else from
  asian language.

  All my unsaved changes lost.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: libreoffice-core 1:4.0.0~beta2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-6.13-generic 3.8.0-rc7
  Uname: Linux 3.8.0-6-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.8-0ubuntu4
  Architecture: amd64
  Date: Thu Feb 21 23:37:06 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2013-02-19 (2 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130216)
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --writer 
/home/username/Dropbox/Dokumentumok/FullCricleMagazine/FCM67-Graphics-InkscapePt7.odt.odt
 --splash-pipe=6
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=hu_HU.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fa5876df7cd 
_ZNK15LatinLookupTree21suggestAutoCompletionEv+125:   movzwl 0x8(%rbx),%eax
   PC (0x7fa5876df7cd) ok
   source 0x8(%rbx) (0x7fa58500697b) in non-readable VMA region: 
0x7fa584e67000-0x7fa585067000 ---p /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
   destination %eax ok
  SegvReason: reading VMA /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   LatinLookupTree::suggestAutoCompletion() const () from 
/usr/lib/libreoffice/program/libmergedlo.so
   ?? () from /usr/lib/libreoffice/program/../program/libswlo.so
   ?? () from /usr/lib/libreoffice/program/../program/libswlo.so
   ?? () from /usr/lib/libreoffice/program/../program/libswlo.so
   ?? () from /usr/lib/libreoffice/program/../program/libswlo.so
  Title: soffice.bin crashed with SIGSEGV in 
LatinLookupTree::suggestAutoCompletion()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XsessionErrors: (exe:2529): Gdk-WARNING **: XID collision, trouble ahead

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

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


[Desktop-packages] [Bug 1191190] Re: Sync esound 0.2.41-11 (main) from Debian unstable (main)

2013-06-17 Thread Daniel Holbach
This bug was fixed in the package esound - 0.2.41-11
Sponsored for Logan Rosen (logan)

---
esound (0.2.41-11) unstable; urgency=low

  [ Josselin Mouette ]
  * Remove incorrect m-a: same stanza for libesd0-dev.

  [ Emilio Pozuelo Monfort ]
  * debian/patches/05_libm.patch:
+ New patch stolen from Fedora; fix build with new binutils
  by explicitly linking to libm. Closes: #711536.
  * debian/control.in,
debian/rules:
+ Add dh-autoreconf magic.
  * debian/patches/03_hurd.patch:
+ Stop patching configure now that we run autoreconf.
  * debian/control.in:
+ Bump debhelper build dependency as we're using compat 9.
+ Bump Standards-Version to 3.9.4, no changes needed.

 -- Emilio Pozuelo Monfort po...@debian.org  Wed, 12 Jun 2013 21:17:42
+0200

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

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

Title:
  Sync esound 0.2.41-11 (main) from Debian unstable (main)

Status in “esound” package in Ubuntu:
  Fix Released

Bug description:
  Please sync esound 0.2.41-11 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
* Link esd with -lm.
  Debian now links against libm as well.

  Changelog entries since current saucy version 0.2.41-10ubuntu1:

  esound (0.2.41-11) unstable; urgency=low

[ Josselin Mouette ]
* Remove incorrect m-a: same stanza for libesd0-dev.

[ Emilio Pozuelo Monfort ]
* debian/patches/05_libm.patch:
  + New patch stolen from Fedora; fix build with new binutils
by explicitly linking to libm. Closes: #711536.
* debian/control.in,
  debian/rules:
  + Add dh-autoreconf magic.
* debian/patches/03_hurd.patch:
  + Stop patching configure now that we run autoreconf.
* debian/control.in:
  + Bump debhelper build dependency as we're using compat 9.
  + Bump Standards-Version to 3.9.4, no changes needed.

   -- Emilio Pozuelo Monfort po...@debian.org  Wed, 12 Jun 2013
  21:17:42 +0200

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

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


[Desktop-packages] [Bug 972942] Re: Search field still shows up when switched to another window

2013-06-17 Thread Sebastien Bacher
** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Triaged

** Also affects: nautilus via
   https://bugzilla.gnome.org/show_bug.cgi?id=702427
   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/972942

Title:
  Search field still shows up when switched to another window

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

Bug description:
  Open any window and then nautilus
  In nautilus start to type with pops up searchfield in right bottom of 
nautilus.
  Switch to other window when searchfiel appears
  Approowe you see searchfield still in front.

  Makes to think it is now for other programm.

  See screenshot

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: nautilus 1:2.30.1-0ubuntu1.2
  ProcVersionSignature: Ubuntu 2.6.32-40.87-generic 2.6.32.57+drm33.23
  Uname: Linux 2.6.32-40-generic i686
  Architecture: i386
  Date: Wed Apr  4 01:51:31 2012
  InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Release i386 
(20100429.4)
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: nautilus

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

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


[Desktop-packages] [Bug 1189088] Re: Unity Dash, left mouse button starts preview instead of directly the application

2013-06-17 Thread John Lea
** Changed in: ayatana-design
   Status: Confirmed = Won't Fix

** Changed in: unity (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  Unity Dash, left mouse button starts preview instead of directly the
  application

Status in Ayatana Design:
  Won't Fix
Status in “unity” package in Ubuntu:
  Won't Fix

Bug description:
  Release of Ubuntu:13.10
  Package Version: unity 7.0.0daily13.06.07-0ubuntu1
  Expected Results: app is started
  Actual Results: preview is started

  TESTCASE
  -Open Dash
  -Click an app
  -Preview will open instead lauch the app

  ProblemType: BugDistroRelease: Ubuntu 13.10
  Package: unity 7.0.0daily13.06.07-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-13.23-generic 3.8.3
  Uname: Linux 3.8.0-13-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.10.2-0ubuntu1
  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
  Date: Sun Jun  9 08:33:30 2013
  DistUpgraded: 2013-05-01 20:34:06,287 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus:
   open-vm-tools, 2013.04.16, 3.9.0-3-generic, x86_64: installed
   open-vm-tools, 2013.04.16, 3.9.0-4-generic, x86_64: installed
   vboxhost, 4.2.12, 3.9.0-2-generic, x86_64: installed
   vboxhost, 4.2.12, 3.9.0-3-generic, x86_64: installed
   vboxhost, 4.2.12, 3.9.0-4-generic, x86_64: installed
  EcryptfsInUse: Yes
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0042] 
(rev 12) (prog-if 00 [VGA controller])
     Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000]
  InstallationDate: Installed on 2012-10-12 (239 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20121011)
  MachineType: Gigabyte Technology Co., Ltd. H55M-S2H
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-13-generic 
root=UUID=874a505d-d121-4029-b543-ef8ce5fb9498 ro quiet splash 
vt.handoff=7SourcePackage: unity
  UpgradeStatus: Upgraded to saucy on 2013-05-01 (38 days ago)
  dmi.bios.date: 08/20/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F7
  dmi.board.name: H55M-S2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF7:bd08/20/2010:svnGigabyteTechnologyCo.,Ltd.:pnH55M-S2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnH55M-S2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: H55M-S2H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.45-2ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.3-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.3-0ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu10
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.9-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Sun Jun  9 07:08:49 2013
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   input  USB Keyboard   KEYBOARD, id 8
   input  USB Keyboard   KEYBOARD, id 9
   inputPIXART USB OPTICAL MOUSE MOUSE, id 10
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu10
  xserver.video_driver: intel

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

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


[Desktop-packages] [Bug 870297] Re: Lightdm logins not being logged in utmp

2013-06-17 Thread Adam Funk
Unless I'm misunderstanding something, I don't see that this bug has
been fixed.  I'm running Ubuntu 13.04 with lightdm and the last
command's output still doesn't show lightdm logins.

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

Title:
  Lightdm logins not being logged in utmp

Status in Light Display Manager:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Oneiric:
  Won't Fix
Status in “lightdm” source package in Precise:
  Fix Released

Bug description:
  Impact:
  Systems using LightDM have no entries in the utmp record for logins, so tools 
like 'w' and 'who' do not show LightDM sessions.

  Testcase:
  1. Start Ubuntu system
  2. Log into session
  3. Open gnome-terminal
  4. Run 'who' command
  Expected result:
  You should see TWO entries (the first is from LightDM, the second is from 
gnome-terminal):
  username  tty7   -MM-DD HH:MM
  username  pts/0  -MM-DD HH:MM (:0)
  Observed result:
  You see only one entry:
  username  pts/0  -MM-DD HH:MM (:0)

  Regression potential:
  Bugs in utmp code cause cause issues logging in

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

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


[Desktop-packages] [Bug 1185400] [NEW] USC won't open local files with commas in the filenames

2013-06-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

With Ubuntu Software Center 5.6.0 (Ubuntu 13.04)

NOTE:
This bug first manifested itself when I found myself unable to install from 
gvfs (nautilus mounted) CIFS shares. This could possibly (probably?) be due to 
an USC identifying legal dir/file name characters as illegal, or interpreting 
the dir/filename as a search request rather than as a file location

To replicate this bug:

I have a CIFS server named oldman, a share called completed. When I
browse to this share in nautilus it creates the GVFS mount as:
/var/run/user/michael/gvfs/smb-share:server=oldman,share=completed/

When I open the .deb file (double click in Nautilus) i get the following error:
'No items match 
/var/run/user/michael/gvfs/smb-share:server=oldman,share=completed/uplink-linux-1.6.0-2-amd64-1344894496.deb
Suggestions:
- Check that your spelling is correct. Did you mean: such and such*'

* can't be buggered typing the whole thing

See first error image (attached to this post). Note that the file
location is in the top right of the image in the search box. This is the
full valid file location/name. If I copy and paste the contents of the
search box into a terminal (it is not nautilus mangling it):

michael@neffo:~$ ls -l 
/var/run/user/michael/gvfs/smb-share:server=oldman,share=completed/uplink-linux-1.6.0-2-amd64-1344894496.deb
-rwx-- 1 michael michael 21907452 May 29 21:34 
/var/run/user/michael/gvfs/smb-share:server=oldman,share=completed/uplink-linux-1.6.0-2-amd64-1344894496.deb
michael@neffo:~$ 

If I copy the .deb file to the local disk (~/Downloads), it allows me to
install as expected (see a second post for an image). This is not a file
permissions issue either:

michael@neffo:~$ ls -l ~/Downloads/uplink-linux-1.6.0-2-amd64-1344894496.deb
-rwx-- 1 michael michael 21907452 May 29 21:34 
/home/michael/Downloads/uplink-linux-1.6.0-2-amd64-1344894496.deb
michael@neffo:~$

Renaming the local file as bleh=uplink-
linux-1.6.0-2-amd64-1344894496.deb and bleh:uplink-
linux-1.6.0-2-amd64-1344894496.deb did not produce the bug. Renaming
the file with a comma as bleh,uplink-
linux-1.6.0-2-amd64-1344894496.deb produced the bug as seen in this
post. It seems as though the comma is the problem character.

** Affects: software-center (Ubuntu)
 Importance: Wishlist
 Status: Confirmed


** Tags: u1-notrack
-- 
USC won't open local files with commas in the filenames
https://bugs.launchpad.net/bugs/1185400
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to software-center in Ubuntu.

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


[Desktop-packages] [Bug 1124632] Re: Backspace key does not work anymore.

2013-06-17 Thread Stefano Bagnatica
*** This bug is a duplicate of bug 1108637 ***
https://bugs.launchpad.net/bugs/1108637

** This bug has been marked a duplicate of bug 1108637
   backspace key no longer works in nautilus

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

Title:
  Backspace key does not work anymore.

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

Bug description:
  In previous versions of nautilus (the one shipped in 12.10),
  In the file list, pressing the backspace in the keyboard browses to the upper 
directory in the tree.
  For instance if you're in /home/me and press backspace, you go to /home

  Now the backspace key does nothing.

  This shortcut key worked in recent versions of Windows, so removing it
  is an annoyance for new Ubuntu users.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: nautilus 1:3.6.3-0ubuntu5
  ProcVersionSignature: Ubuntu 3.8.0-6.11-generic 3.8.0-rc7
  Uname: Linux 3.8.0-6-generic i686
  ApportVersion: 2.8-0ubuntu4
  Architecture: i386
  Date: Wed Feb 13 18:05:20 2013
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'800x550+65+24'
  InstallationDate: Installed on 2013-02-13 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130213)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1185400] Re: USC won't open local files with commas in the filenames

2013-06-17 Thread Matthew Paul Thomas
USC doesn't use the Opinion status, and even if it did, it wouldn't
apply to a straightforward parsing error.

This might be a side-effect of the use of commas to separate package
names in custom lists. https://wiki.ubuntu.com/SoftwareCenter#custom-
list

** Project changed: software-center = software-center (Ubuntu)

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

** Changed in: software-center (Ubuntu)
   Importance: Wishlist = Medium

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

Title:
  USC won't open local files with commas in the filenames

Status in “software-center” package in Ubuntu:
  Confirmed

Bug description:
  With Ubuntu Software Center 5.6.0 (Ubuntu 13.04)

  NOTE:
  This bug first manifested itself when I found myself unable to install from 
gvfs (nautilus mounted) CIFS shares. This could possibly (probably?) be due to 
an USC identifying legal dir/file name characters as illegal, or interpreting 
the dir/filename as a search request rather than as a file location

  To replicate this bug:

  I have a CIFS server named oldman, a share called completed. When
  I browse to this share in nautilus it creates the GVFS mount as:
  /var/run/user/michael/gvfs/smb-share:server=oldman,share=completed/

  When I open the .deb file (double click in Nautilus) i get the following 
error:
  'No items match 
/var/run/user/michael/gvfs/smb-share:server=oldman,share=completed/uplink-linux-1.6.0-2-amd64-1344894496.deb
  Suggestions:
  - Check that your spelling is correct. Did you mean: such and such*'

  * can't be buggered typing the whole thing

  See first error image (attached to this post). Note that the file
  location is in the top right of the image in the search box. This is
  the full valid file location/name. If I copy and paste the contents of
  the search box into a terminal (it is not nautilus mangling it):

  michael@neffo:~$ ls -l 
/var/run/user/michael/gvfs/smb-share:server=oldman,share=completed/uplink-linux-1.6.0-2-amd64-1344894496.deb
  -rwx-- 1 michael michael 21907452 May 29 21:34 
/var/run/user/michael/gvfs/smb-share:server=oldman,share=completed/uplink-linux-1.6.0-2-amd64-1344894496.deb
  michael@neffo:~$ 

  If I copy the .deb file to the local disk (~/Downloads), it allows me
  to install as expected (see a second post for an image). This is not a
  file permissions issue either:

  michael@neffo:~$ ls -l ~/Downloads/uplink-linux-1.6.0-2-amd64-1344894496.deb
  -rwx-- 1 michael michael 21907452 May 29 21:34 
/home/michael/Downloads/uplink-linux-1.6.0-2-amd64-1344894496.deb
  michael@neffo:~$

  Renaming the local file as bleh=uplink-
  linux-1.6.0-2-amd64-1344894496.deb and bleh:uplink-
  linux-1.6.0-2-amd64-1344894496.deb did not produce the bug. Renaming
  the file with a comma as bleh,uplink-
  linux-1.6.0-2-amd64-1344894496.deb produced the bug as seen in this
  post. It seems as though the comma is the problem character.

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

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


[Desktop-packages] [Bug 1180297] Re: Opening facebook Success page in external browser

2013-06-17 Thread Katie Taylor
** Changed in: ubuntu-ux
 Assignee: (unassigned) = Katie Taylor (katie-t)

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

Title:
  Opening facebook Success page in external browser

Status in Online Accounts: Sign-on UI:
  In Progress
Status in Ubuntu UX bugs:
  Triaged
Status in “account-plugins” package in Ubuntu:
  Fix Released
Status in “account-plugins” source package in Quantal:
  Fix Committed
Status in “account-plugins” source package in Raring:
  Fix Committed

Bug description:
  [Test Case]
  1. Open Online Accounts
  2. Click Add account…
  3. Select Facebook
  4. Observe that a facebook login form loads in the control center panel 
instead of an external browser, with a security warning.

  [Regression Potential] None: the current situation is completely
  broken as long as facebook does this http redirect during auth.  This
  fix just allows that http request.

  -
  Desired resolution:

  Users should be warned about security passively with a notice of the
  security status on the page, rather than interrupting the page-flow.

  The security status should be displayed as an icon  text. The best place for 
the status is to the bottom left of the frame, balancing the legal notice link. 
Alternatively the status could be displayed at the bottom of the 
web-authentication area.
  - The icon should be similar to the icon used in the browser (browser phablet 
app).
  - The text should be a description of the page security.

To manage notifications about this bug go to:
https://bugs.launchpad.net/signon-ui/+bug/1180297/+subscriptions

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


[Desktop-packages] [Bug 1189843] Re: Rotated pages are incorrectly printed when multiple pages per side are printed

2013-06-17 Thread Bug Watch Updater
** Changed in: evince
   Status: Unknown = New

** Changed in: evince
   Importance: Unknown = Medium

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

Title:
  Rotated pages are incorrectly printed when multiple pages per side are
  printed

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

Bug description:
  I have a large document where most pages are portrait oriented but
  some pages with figures are landscape oriented to ease on screen
  reading. When that document is printed out with the option to print
  two pages per side, then the pages in ladscape orientation are printed
  incorrectly. One half of the pages is cut off and the printed half is
  in the wrong location. This is already visible in the print preview.
  It could be fixed by letting evince rotate all pages into the same
  orientation before printing or by shrinking the rotated pages.
  Printing works fine with Acrobat reader, which shrinks the rotated
  pages.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: evince 3.6.1-1ubuntu3
  ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
  Uname: Linux 3.8.0-23-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Tue Jun 11 09:37:48 2013
  MarkForUpload: True
  SourcePackage: evince
  UpgradeStatus: Upgraded to raring on 2013-05-03 (39 days ago)

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

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


[Desktop-packages] [Bug 796188] Re: Feature Request: Tool: Save screenshot of area to clipboard

2013-06-17 Thread bf
Thank you all for your feedback.

Sebastien Bacher: I just found out that selective screenshots can be
taken via the native screenshot application in Ubuntu, therefore marking
this bug as invalid is acceptable and I can see your reasons for this.

I filed this feature request about two years ago while using Ubuntu
11.04 and I am quite sure that in the last years this feature was not
implemented in the native screenshot application, which made me install
and use shutter.

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

Title:
  Feature Request: Tool: Save screenshot of area to clipboard

Status in Evince document viewer:
  Invalid
Status in “evince” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: evince

  I'm curious whether it's possible to add a feature to evince which
  allows the user the following:

  1. select the screenshot tool
  2. select a specific area of the document with your mouse (a rectangle: press 
to start selection and release mouse button when finished)
  3. the selected area will be saved to the clipboard as an image which can be 
pasted e.g. in Openoffice.org Writer or comparable office software

  I'm inquiring about this feature because I know it from Acrobat Reader
  and it's the last feature that's keeping me from uninstalling Acrobat.
  I know a lot of people at university who use this tool on a regular
  basis when creating summaries of lectures. It's a very pleasant way to
  copy  paste important parts of PDF documents, mainly diagrams and
  illustrations and imo this won't be too much of a hassle to implement.

  I attached a screenshot of the desired functionality as observed while
  using Acrobat Reader. I hope this clears it up a bit.

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

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


[Desktop-packages] [Bug 308174] Re: Evince should centralize Ebooks in two page mode

2013-06-17 Thread Bug Watch Updater
** Changed in: evince
   Status: Unknown = Confirmed

** Changed in: evince
   Importance: Unknown = Wishlist

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

Title:
  Evince should centralize Ebooks in two page mode

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

Bug description:
  Binary package hint: evince

  I use evince in two page mode as an ebook viewer. Most ebook have a
  broad rim. I can't cut out this useless rim in two page mode, and
  consequently, both double pages are shifted to the right side. I can
  correct this by using the stroke keys, but every time I scroll to the
  next double page, the ebook is shifted to the right side once again.
  That is enervating!

  It would make much more sense, if evince could centralice the ebook!
  This would make evince much better for ebook reading.

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

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


[Desktop-packages] [Bug 972942] Re: Search field still shows up when switched to another window

2013-06-17 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = New

** Changed in: nautilus
   Importance: Unknown = Medium

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

Title:
  Search field still shows up when switched to another window

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

Bug description:
  Open any window and then nautilus
  In nautilus start to type with pops up searchfield in right bottom of 
nautilus.
  Switch to other window when searchfiel appears
  Approowe you see searchfield still in front.

  Makes to think it is now for other programm.

  See screenshot

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: nautilus 1:2.30.1-0ubuntu1.2
  ProcVersionSignature: Ubuntu 2.6.32-40.87-generic 2.6.32.57+drm33.23
  Uname: Linux 2.6.32-40-generic i686
  Architecture: i386
  Date: Wed Apr  4 01:51:31 2012
  InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Release i386 
(20100429.4)
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: nautilus

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

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


[Desktop-packages] [Bug 1010909] Re: permission denied: /usr/bin/{mktexpk, mktextfm}

2013-06-17 Thread Sam Yates
Just got bitten by this!

My workaround/possible fix: applied the following diff to
/etc/apparmor.d/abstractions/ubuntu-helpers

===
RCS file: ubuntu-helpers,v
retrieving revision 1.1
diff -u -r1.1 ubuntu-helpers
--- ubuntu-helpers  2013/06/17 09:16:44 1.1
+++ ubuntu-helpers  2013/06/17 09:17:53
@@ -49,6 +49,9 @@
   # Allow exec of libexec applications in /usr/lib* and /usr/local/lib*
   /usr/{,local/}lib*/{,**/}* Pixr,
 
+  # Allow texlive font build scripts etc.
+  /usr/share/texlive/texmf/web2c/{,**}/* Pixr,
+
   # Allow exec of software-center scripts. We may need to allow wider
   # permissions for /usr/share, but for now just do this. (LP: #972367)
   /usr/share/software-center/* Pixr,

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

Title:
  permission denied: /usr/bin/{mktexpk,mktextfm}

Status in “texlive-bin” package in Ubuntu:
  Confirmed

Bug description:
  I think there's a bug with mktexpk and mktextfm:
  I get the following:
  kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 cmtt7
  mktexpk: don't know how to create bitmap font for cmtt7.
  kpathsea: Appending font creation commands to missfont.log.
  page: Warning: font `cmtt7' at 600x600 not found, trying `cmr10' instead

  kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 
cmcsc14
  /usr/bin/mktexpk: 1: /usr/bin/mktexpk: /usr/share/texmf/web2c/mktexnam: 
Permission denied
  mktexpk: / already exists.
  /usr/bin/mktexpk: 210: /usr/bin/mktexpk: /usr/share/texmf/web2c/mktexupd: 
Permission denied
  [...]

  and later on:
  kpathsea: Running mktextfm cmssbx20
  /usr/bin/mktextfm: 1: /usr/bin/mktextfm: /usr/share/texmf/web2c/mktexnam: 
Permission denied
  /usr/bin/mktextfm: 75: /usr/bin/mktextfm: /usr/share/texmf/web2c/mktexdir: 
Permission denied
  mktextfm: mktexdir  failed.

  System is:
  Description:  Ubuntu 12.04 LTS
  Release:  12.04

  Package is:
  texlive-binaries:
Installiert: 2009-11ubuntu2
Kandidat:2009-11ubuntu2
Versionstabelle:
   *** 2009-11ubuntu2 0
  500 http://de.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: texlive-binaries 2009-11ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Sat Jun  9 17:05:03 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/zsh
  SourcePackage: texlive-bin
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-bin/+bug/1010909/+subscriptions

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


[Desktop-packages] [Bug 1185489] Re: soundcloud will not play in chromium on ubuntu 13.04

2013-06-17 Thread Bob
Solved my issue as well, thank murthy!

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

Title:
  soundcloud will not play in chromium on ubuntu 13.04

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

Bug description:
  soundcloud will not play in chromium 13.04

  firefox 21.0 is working fine

  maybe because of the ubuntu restricted extras i installed?
   
  never a problem before

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: chromium-browser 25.0.1364.160-0ubuntu3
  ProcVersionSignature: Ubuntu 3.8.0-22.33-generic 3.8.11
  Uname: Linux 3.8.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Wed May 29 17:24:40 2013
  Desktop-Session:
   DESKTOP_SESSION = ubuntu
   XDG_CONFIG_DIRS = /etc/xdg/xdg-ubuntu:/etc/xdg
   XDG_DATA_DIRS = 
/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/
  Env:
   MOZ_PLUGIN_PATH = None
   LD_LIBRARY_PATH = None
  InstallationDate: Installed on 2013-05-10 (18 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  chromium-default: CHROMIUM_FLAGS=
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = b''/desktop/gnome/interface/gtk_theme 
= b''

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

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


[Desktop-packages] [Bug 1131456] Re: soffice.bin crashed with SIGSEGV in LatinLookupTree::suggestAutoCompletion()

2013-06-17 Thread Christopher M. Penalver
Endre Kollár, please follow these instructions to have apport report a new bug 
about your crash that can be dealt with by the automatic retracer. First, 
execute at a terminal:
cd /var/crash  sudo rm * ; sudo apt-get update  sudo apt-get -y upgrade  
sudo apt-get -y install libreoffice-dbg uno-libs3-dbg ure-dbg  sudo service 
apport start force_start=1

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

Now reproduce the crash, then open your file manager, navigate to your 
/var/crash directory and open the crash report you wish to submit.
If this fails you will have to open a terminal and file your report with 
'ubuntu-bug /var/crash/_my_crash_report.crash' where _my_crash_report.crash is 
the crash you would like to report. If you get an error that you aren't allowed 
to access this report you will have to file it with 'sudo ubuntu-bug 
/var/crash/_my_crash_report.crash'. If you run the command against the crash 
report and it does nothing, you may be affected by 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/994921 . In order to 
WORKAROUND this, one would need to open the following file via a command line:
gksudo gedit /etc/apport/crashdb.conf

and comment out the line:
'problem_types': ['Bug', 'Package'],

by changing it to:
# 'problem_types': ['Bug', 'Package'],

Save, close, and try to file the crash report again via:
ubuntu-bug /var/crash/_my_crash_report.crash

Please follow https://wiki.ubuntu.com/LibreOfficeBugWrangling when you
file this crash report so the necessary information is provided.

I'm closing this bug report since the process outlined above will
automatically open a new bug report which can then dealt with more
efficiently.

Thank you for your understanding.

Helpful bug reporting tips:
https://help.ubuntu.com/community/ReportingBugs

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

** Attachment removed: crash report
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1131456/+attachment/3705412/+files/_usr_lib_libreoffice_program_soffice.bin.1000.crash

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

Title:
  soffice.bin crashed with SIGSEGV in
  LatinLookupTree::suggestAutoCompletion()

Status in “libreoffice” package in Ubuntu:
  Invalid

Bug description:
  Description:  Ubuntu Raring Ringtail (development branch)
  Release:  13.04

  libreoffice: 1:4.0.0~beta2-0ubuntu2 0
  libreoffice-writer: 1:4.0.0~beta2-0ubuntu2

  I was translating the attached document to hungarian document while
  crash happend. The last thing I see was a kanji or something else from
  asian language.

  All my unsaved changes lost.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: libreoffice-core 1:4.0.0~beta2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-6.13-generic 3.8.0-rc7
  Uname: Linux 3.8.0-6-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.8-0ubuntu4
  Architecture: amd64
  Date: Thu Feb 21 23:37:06 2013
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationDate: Installed on 2013-02-19 (2 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130216)
  MarkForUpload: True
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --writer 
/home/username/Dropbox/Dokumentumok/FullCricleMagazine/FCM67-Graphics-InkscapePt7.odt.odt
 --splash-pipe=6
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=hu_HU.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fa5876df7cd 
_ZNK15LatinLookupTree21suggestAutoCompletionEv+125:   movzwl 0x8(%rbx),%eax
   PC (0x7fa5876df7cd) ok
   source 0x8(%rbx) (0x7fa58500697b) in non-readable VMA region: 
0x7fa584e67000-0x7fa585067000 ---p /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
   destination %eax ok
  SegvReason: reading VMA /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   LatinLookupTree::suggestAutoCompletion() const () from 
/usr/lib/libreoffice/program/libmergedlo.so
   ?? () from /usr/lib/libreoffice/program/../program/libswlo.so
   ?? () from /usr/lib/libreoffice/program/../program/libswlo.so
   ?? () from /usr/lib/libreoffice/program/../program/libswlo.so
   ?? () from /usr/lib/libreoffice/program/../program/libswlo.so
  Title: soffice.bin crashed with SIGSEGV in 
LatinLookupTree::suggestAutoCompletion()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XsessionErrors: (exe:2529): Gdk-WARNING **: XID collision, trouble ahead

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

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

[Desktop-packages] [Bug 1179659] Update Released

2013-06-17 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  Gnome Control Center Crashes when attempting to open Details (Ubuntu
  13.10)

Status in GNOME Control Center:
  Incomplete
Status in “gnome-control-center” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Raring:
  Fix Released

Bug description:
  [Impact]
  * Gnome control center will crash when Clicking on the Details tab.
  * only affects the virtualbox glX driver

  [Testcase]
  - Load VirtualBox VM with 3D enabled.
  - Open gnome-control-center and click 'details'
  - This will crash gnome-control-center, 100% reproducible

  [Regression Potential]
  Very low, this patch adds a glXQueryVersion call, which forces the virtualbox 
glX driver to correctly initialise before calling glXChooseFBConfig. This is 
entirely redundant on any other glX drivers and unlikely to cause any 
regressions.

  === Original Bug Report ===
  On Ubuntu 13.10, when I search for Details  in the dash, I see the mouse 
cursor (meaning it's loading something). But then gnome-control-panel crashes 
and I get Ubuntu 13.10 has encountered an internal error.

  This also happens when I go to System Settings from the launcher and
  then to Details.

  NOTE: I'm running 13.10 in a virtual machine on Ubuntu 12.04.

  Bug Details
  
  1) Ubuntu version: Ubuntu 13.10 x64
  2) Package version: gnome-control-center 1:3.6.3-0ubuntu25
  3) Expectation: I expected that the Details section of the Control Panel 
would open.
  4) Reality: Nothing happened; not even a window opened. I only get an error 
(mentioned above).

  Virtual Machine Details
  
  - Dedicated four CPU Cores (CPU: AMD FX-8150 8 core CPU @ 3.6 GHz) to OS.
  - Dedicated 5 GB RAM to OS.
  - Dedicated 128 MB Video Memory (Maximum) to OS.
  - 40 GB Virtual Hard Drive

  Native System Details
  -
  - CPU: AMD FX-8150 8 Core CPU @ 3.6 Ghz
  - GPU: Nividia GTX 550Ti 1024 MB
  - PSU: Antec High Current Gamer Bronze 620 Watts
  - Motherboard: ASUS Sabertooth 990 FX
  - OS: Ubuntu 12.04.2 LTS

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

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


[Desktop-packages] [Bug 1179659] Re: Gnome Control Center Crashes when attempting to open Details (Ubuntu 13.10)

2013-06-17 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-control-center -
1:3.6.3-0ubuntu24.1

---
gnome-control-center (1:3.6.3-0ubuntu24.1) raring; urgency=low

  * debian/patches/git_no_glxinfo.patch:
updated to fix details panel crash on vbox glx driver (LP: #1179659)
 -- Tim Lunn t...@feathertop.org   Thu, 30 May 2013 15:20:27 -0700

** Changed in: gnome-control-center (Ubuntu Raring)
   Status: Fix Committed = Fix Released

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

Title:
  Gnome Control Center Crashes when attempting to open Details (Ubuntu
  13.10)

Status in GNOME Control Center:
  Incomplete
Status in “gnome-control-center” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” source package in Raring:
  Fix Released

Bug description:
  [Impact]
  * Gnome control center will crash when Clicking on the Details tab.
  * only affects the virtualbox glX driver

  [Testcase]
  - Load VirtualBox VM with 3D enabled.
  - Open gnome-control-center and click 'details'
  - This will crash gnome-control-center, 100% reproducible

  [Regression Potential]
  Very low, this patch adds a glXQueryVersion call, which forces the virtualbox 
glX driver to correctly initialise before calling glXChooseFBConfig. This is 
entirely redundant on any other glX drivers and unlikely to cause any 
regressions.

  === Original Bug Report ===
  On Ubuntu 13.10, when I search for Details  in the dash, I see the mouse 
cursor (meaning it's loading something). But then gnome-control-panel crashes 
and I get Ubuntu 13.10 has encountered an internal error.

  This also happens when I go to System Settings from the launcher and
  then to Details.

  NOTE: I'm running 13.10 in a virtual machine on Ubuntu 12.04.

  Bug Details
  
  1) Ubuntu version: Ubuntu 13.10 x64
  2) Package version: gnome-control-center 1:3.6.3-0ubuntu25
  3) Expectation: I expected that the Details section of the Control Panel 
would open.
  4) Reality: Nothing happened; not even a window opened. I only get an error 
(mentioned above).

  Virtual Machine Details
  
  - Dedicated four CPU Cores (CPU: AMD FX-8150 8 core CPU @ 3.6 GHz) to OS.
  - Dedicated 5 GB RAM to OS.
  - Dedicated 128 MB Video Memory (Maximum) to OS.
  - 40 GB Virtual Hard Drive

  Native System Details
  -
  - CPU: AMD FX-8150 8 Core CPU @ 3.6 Ghz
  - GPU: Nividia GTX 550Ti 1024 MB
  - PSU: Antec High Current Gamer Bronze 620 Watts
  - Motherboard: ASUS Sabertooth 990 FX
  - OS: Ubuntu 12.04.2 LTS

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

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


[Desktop-packages] [Bug 1029289] Re: Need to authorize my google account each time I boot the computer

2013-06-17 Thread Rene Pieters
I'm running an uptodate Raring, and I have this issue at every boot. I
checked:

rene@trololo:~$ dpkg-query -s signon-plugin-oauth2
Package: signon-plugin-oauth2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 210
Maintainer: Ubuntu Desktop Team ubuntu-desk...@lists.ubuntu.com
Architecture: amd64
Version: 0.15-0ubuntu1
Depends: libc6 (= 2.2.5), libqjson0 (= 0.7.1), libqt4-network (= 4:4.5.3), 
libqtcore4 (= 4:4.7.0~beta1), libstdc++6 (= 4.1.1), signon-ui
Description: Single Signon oauth2 plugin
 Oauth2 plugin for the Single Signon framework
Homepage: http://code.google.com/p/accounts-sso/

I'm uncertain about the version: does this contain the fix? It appears
it would not. Anyring I can do to gather info, let me know.

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

Title:
  Need to authorize my google account each time I boot the computer

Status in Online Accounts: Account plugins:
  In Progress
Status in Online Accounts: OAuth2 plug-in:
  Unknown
Status in Online Accounts: Sign-on UI:
  Fix Released
Status in “account-plugins” package in Ubuntu:
  Fix Released
Status in “signon-plugin-oauth2” package in Ubuntu:
  Fix Released
Status in “account-plugins” source package in Quantal:
  Fix Released
Status in “signon-plugin-oauth2” source package in Quantal:
  Fix Released

Bug description:
  [Test Case] Sometimes after one day, sometimes after one week, the
  system indicator will turn red and the Google account will be marked
  as needing reauthentication. Time can vary, but any period shorter
  than one month is a symptom of the bug.

  [Regression Potential] Minimal: the change to the Google plugin (in
  account-plugins) simply changes the authentication method, in a way
  that is well-documented. The change in signon-plugin-oauth2 affects
  only those accounts/providers which use the OAuth refresh tokens --
  which is only Google, at the moment -- and in a way that can't
  possibly break any existing functionality; if the new code had some
  mistake, the refresh token would be unusable and the system would
  automatically fall back to requesting a new access token (which is
  exactly what happens now, with this bug).

  I'll try to find why the account-plugins package was not uploaded;
  indeed, both are required in order to fix this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1029289/+subscriptions

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


[Desktop-packages] [Bug 1051559]

2013-06-17 Thread Edwin-d
Created attachment 763342
Enable gstreamer by default, preffed off v2

Addressed comment 64 and moved flag to build on desktop firefox only for
now (i.e. not desktop b2g yet) since those build slaves don't yet have
the right gstreamer packages.

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

Title:
  Build Firefox with GStreamer support

Status in The Mozilla Firefox Browser:
  Confirmed
Status in “firefox” package in Ubuntu:
  Triaged
Status in “iceweasel” package in Debian:
  Confirmed
Status in “firefox” package in Fedora:
  Unknown

Bug description:
  Building Firefox with GStreamer support would provide support for a lot of 
websites that use h264.
  To build Firefox with GStreamer support you should use the 
--enable-gstreamer option.

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

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


[Desktop-packages] [Bug 1051559]

2013-06-17 Thread Edwin-d
All green: https://tbpl.mozilla.org/?tree=Tryrev=1539685e2272

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

Title:
  Build Firefox with GStreamer support

Status in The Mozilla Firefox Browser:
  Confirmed
Status in “firefox” package in Ubuntu:
  Triaged
Status in “iceweasel” package in Debian:
  Confirmed
Status in “firefox” package in Fedora:
  Unknown

Bug description:
  Building Firefox with GStreamer support would provide support for a lot of 
websites that use h264.
  To build Firefox with GStreamer support you should use the 
--enable-gstreamer option.

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

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


[Desktop-packages] [Bug 1182366] Re: [snb 13.04] Random hard hang

2013-06-17 Thread Christopher M. Penalver
Luís Nabais, after some searching I stumbled upon what may be how to obtain the 
i915_error_state:
https://01.org/linuxgraphics/documentation/collecting-gpu-state-hangs-0

Would this allow you to attach the requested file?

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

Title:
  [snb 13.04] Random hard hang

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

Bug description:
  Computer: HP ProBook 6460b Laptop
  VGA: Intel HD 3000
  OS: Ubuntu 13.04 64-bit

  Xorg.0.log.old:
  
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1182366/+attachment/3682840/+files/Xorg.0.log.old

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-21.32-generic 3.8.8
  Uname: Linux 3.8.0-21-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:

  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Tue May 21 09:51:55 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  DkmsStatus:
   acpi-call, 1.1.1, 3.8.0-21-generic, x86_64: installed
   bcmwl, 6.20.155.1+bdcom, 3.8.0-21-generic, x86_64: installed
   vboxhost, 4.2.12, 3.8.0-21-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:161d]
  InstallationDate: Installed on 2013-04-28 (22 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Hewlett-Packard HP ProBook 6460b
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-21-generic 
root=UUID=20c2866c-0c37-4ee1-a3fe-f07aaf225075 ro persistent quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/26/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SCE Ver. F.08
  dmi.board.name: 161D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 97.45
  dmi.chassis.asset.tag: CNU1373FP2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SCEVer.F.08:bd08/26/2011:svnHewlett-Packard:pnHPProBook6460b:pvrA0001D02:rvnHewlett-Packard:rn161D:rvrKBCVersion97.45:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 6460b
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.43-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Tue May 21 09:42:20 2013
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu6
  xserver.video_driver: intel

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

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


[Desktop-packages] [Bug 1191673] Re: dvipng crashes even for simple input

2013-06-17 Thread Shriramana Sharma
Turns out that the bug is partially topstream and partially in the
Debian packaging. See
http://lists.nongnu.org/archive/html/dvipng/2013-06/threads.html
especially
http://lists.nongnu.org/archive/html/dvipng/2013-06/msg4.html.

The program as it stands depends on latex-xcolor, however the author
intends to later on make it only a recommends and not a dependency.
Until such time, it should be added as depends.

I have hence changed the bug title and linked to the upstream Debian bug
I reported.

Thanks.


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

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

** Summary changed:

- dvipng crashes even for simple input
+ dvipng should depend on latex-xcolor

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

Title:
  dvipng should depend on latex-xcolor

Status in “dvipng” package in Ubuntu:
  New
Status in “dvipng” package in Debian:
  Unknown

Bug description:
  I'm running Kubuntu Raring, with versions as below:
  texlive-base: 2012.20120611-5
  dvipng: 1.14-1build1

  I have this simple document foo.tex:

  \documentclass[16pt]{article}
  \usepackage{amsmath,amssymb}
  \usepackage{breqn}
  \pagestyle{empty}
  \begin{document}
  $ \infty $
  \end{document}

  I do latex foo.tex and I get the .dvi files with no problems. Then I
  do:

  dvipng -T tight -D 150 -bg Transparent -fg Blue -O 0cm,0cm foo.png
  foo.dvi

  I get this:

  This is dvipng 1.14 Copyright 2002-2010 Jan-Ake Larsson
  Segmentation fault (core dumped)

  gdb says there are no debugging symbols so I couldn't try that.

  Due to this dvipng problem I am not able to use SymPyPrt
  (https://github.com/scios/IPyXt) on IPython2/3:
  https://groups.google.com/d/msg/sympy/WzwS3578TuU/sZAYDcFQ8cIJ

  I did not have a problem with using SymPyPrt on Kubuntu Precise of
  last year, and I thought dvipng has practically not changed in Raring
  since Precise:
  
http://packages.ubuntu.com/search?keywords=dvipngsearchon=namessuite=allsection=all
  except for a new build. The changelog
  
http://changelogs.ubuntu.com/changelogs/pool/main/d/dvipng/dvipng_1.14-1build1/changelog
  says the new build is for some kpathsea transition.

  The upstream author reports that this works in Linux Mint and thinks
  it could be some kpathsea problem:
  http://lists.nongnu.org/archive/html/dvipng/2013-06/msg1.html.
  Surely in Kubuntu Precise there was no problem.

  I'm not sure about Quantal since I never used it (directly came
  Precise-Raring). However I would imagine the same problem exists
  there because the dvipng version is the same.

  Please fix this, thank you!

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

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


[Desktop-packages] [Bug 1029289] Re: Need to authorize my google account each time I boot the computer

2013-06-17 Thread Alberto Mardegan
Hi Rene, your version of the signon-plugin-oauth2 definitely contains
the fix. What about account-plugin-google?

Also, did you try deleting the account and re-creating it? That might
help as well.

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

Title:
  Need to authorize my google account each time I boot the computer

Status in Online Accounts: Account plugins:
  In Progress
Status in Online Accounts: OAuth2 plug-in:
  Unknown
Status in Online Accounts: Sign-on UI:
  Fix Released
Status in “account-plugins” package in Ubuntu:
  Fix Released
Status in “signon-plugin-oauth2” package in Ubuntu:
  Fix Released
Status in “account-plugins” source package in Quantal:
  Fix Released
Status in “signon-plugin-oauth2” source package in Quantal:
  Fix Released

Bug description:
  [Test Case] Sometimes after one day, sometimes after one week, the
  system indicator will turn red and the Google account will be marked
  as needing reauthentication. Time can vary, but any period shorter
  than one month is a symptom of the bug.

  [Regression Potential] Minimal: the change to the Google plugin (in
  account-plugins) simply changes the authentication method, in a way
  that is well-documented. The change in signon-plugin-oauth2 affects
  only those accounts/providers which use the OAuth refresh tokens --
  which is only Google, at the moment -- and in a way that can't
  possibly break any existing functionality; if the new code had some
  mistake, the refresh token would be unusable and the system would
  automatically fall back to requesting a new access token (which is
  exactly what happens now, with this bug).

  I'll try to find why the account-plugins package was not uploaded;
  indeed, both are required in order to fix this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1029289/+subscriptions

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


[Desktop-packages] [Bug 1191673] Re: dvipng should depend on latex-xcolor

2013-06-17 Thread Bug Watch Updater
** Changed in: dvipng (Debian)
   Status: Unknown = New

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

Title:
  dvipng should depend on latex-xcolor

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

Bug description:
  I'm running Kubuntu Raring, with versions as below:
  texlive-base: 2012.20120611-5
  dvipng: 1.14-1build1

  I have this simple document foo.tex:

  \documentclass[16pt]{article}
  \usepackage{amsmath,amssymb}
  \usepackage{breqn}
  \pagestyle{empty}
  \begin{document}
  $ \infty $
  \end{document}

  I do latex foo.tex and I get the .dvi files with no problems. Then I
  do:

  dvipng -T tight -D 150 -bg Transparent -fg Blue -O 0cm,0cm foo.png
  foo.dvi

  I get this:

  This is dvipng 1.14 Copyright 2002-2010 Jan-Ake Larsson
  Segmentation fault (core dumped)

  gdb says there are no debugging symbols so I couldn't try that.

  Due to this dvipng problem I am not able to use SymPyPrt
  (https://github.com/scios/IPyXt) on IPython2/3:
  https://groups.google.com/d/msg/sympy/WzwS3578TuU/sZAYDcFQ8cIJ

  I did not have a problem with using SymPyPrt on Kubuntu Precise of
  last year, and I thought dvipng has practically not changed in Raring
  since Precise:
  
http://packages.ubuntu.com/search?keywords=dvipngsearchon=namessuite=allsection=all
  except for a new build. The changelog
  
http://changelogs.ubuntu.com/changelogs/pool/main/d/dvipng/dvipng_1.14-1build1/changelog
  says the new build is for some kpathsea transition.

  The upstream author reports that this works in Linux Mint and thinks
  it could be some kpathsea problem:
  http://lists.nongnu.org/archive/html/dvipng/2013-06/msg1.html.
  Surely in Kubuntu Precise there was no problem.

  I'm not sure about Quantal since I never used it (directly came
  Precise-Raring). However I would imagine the same problem exists
  there because the dvipng version is the same.

  Please fix this, thank you!

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

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


[Desktop-packages] [Bug 1180297] Re: Opening facebook Success page in external browser

2013-06-17 Thread Katie Taylor
Looks great!
One adjustment: I think the 16px icon would look better. Its designed to fit 
with that size text. 
If you would like me to read over the help page, give me a ping :)

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

Title:
  Opening facebook Success page in external browser

Status in Online Accounts: Sign-on UI:
  In Progress
Status in Ubuntu UX bugs:
  Triaged
Status in “account-plugins” package in Ubuntu:
  Fix Released
Status in “account-plugins” source package in Quantal:
  Fix Committed
Status in “account-plugins” source package in Raring:
  Fix Committed

Bug description:
  [Test Case]
  1. Open Online Accounts
  2. Click Add account…
  3. Select Facebook
  4. Observe that a facebook login form loads in the control center panel 
instead of an external browser, with a security warning.

  [Regression Potential] None: the current situation is completely
  broken as long as facebook does this http redirect during auth.  This
  fix just allows that http request.

  -
  Desired resolution:

  Users should be warned about security passively with a notice of the
  security status on the page, rather than interrupting the page-flow.

  The security status should be displayed as an icon  text. The best place for 
the status is to the bottom left of the frame, balancing the legal notice link. 
Alternatively the status could be displayed at the bottom of the 
web-authentication area.
  - The icon should be similar to the icon used in the browser (browser phablet 
app).
  - The text should be a description of the page security.

To manage notifications about this bug go to:
https://bugs.launchpad.net/signon-ui/+bug/1180297/+subscriptions

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


[Desktop-packages] [Bug 1029289] Re: Need to authorize my google account each time I boot the computer

2013-06-17 Thread Rene Pieters
No joy: 
rene@trololo:~$ dpkg-query -s account-plugin-google
Package: account-plugin-google
Status: install ok installed
Priority: optional
Section: gnome
Installed-Size: 56
Maintainer: Ubuntu Desktop Team ubuntu-desk...@lists.ubuntu.com
Architecture: all
Source: account-plugins
Version: 0.11daily13.06.06-0ubuntu1~raring1
Depends: libaccount-plugin-google, signon-keyring-extension, 
signon-plugin-oauth2, unity-asset-pool ( 0.8.24daily12.12.05-0ubuntu1)
Conffiles:
 /etc/signon-ui/webkit-options.d/accounts.google.com.conf 
3e4d5858d7818564f15e6906d10ef487
Description: GNOME Control Center account plugin for single signon
 GNOME Control Center account plugins for single signon
Homepage: https://launchpad.net/account-plugins


I deleted the google account, rebooted, added the google account. Rebooted, and 
the error came back up. 

Some probably superfluous irrelevant info: I'm using 2-factor auth (but
reauthorizing the account only requires my password, not a token. Makes
sense) Also, in syslog:

Jun 17 13:39:38 trololo/192.168.20.20 signond[3733]:
../../../../src/signond/signondaemon.cpp 360 init Failed to SUID root.
Secure storage will not be available.


I cannot determine whether this is relevant or not. I haven't seen this error 
connected to this problem yet.

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

Title:
  Need to authorize my google account each time I boot the computer

Status in Online Accounts: Account plugins:
  In Progress
Status in Online Accounts: OAuth2 plug-in:
  Unknown
Status in Online Accounts: Sign-on UI:
  Fix Released
Status in “account-plugins” package in Ubuntu:
  Fix Released
Status in “signon-plugin-oauth2” package in Ubuntu:
  Fix Released
Status in “account-plugins” source package in Quantal:
  Fix Released
Status in “signon-plugin-oauth2” source package in Quantal:
  Fix Released

Bug description:
  [Test Case] Sometimes after one day, sometimes after one week, the
  system indicator will turn red and the Google account will be marked
  as needing reauthentication. Time can vary, but any period shorter
  than one month is a symptom of the bug.

  [Regression Potential] Minimal: the change to the Google plugin (in
  account-plugins) simply changes the authentication method, in a way
  that is well-documented. The change in signon-plugin-oauth2 affects
  only those accounts/providers which use the OAuth refresh tokens --
  which is only Google, at the moment -- and in a way that can't
  possibly break any existing functionality; if the new code had some
  mistake, the refresh token would be unusable and the system would
  automatically fall back to requesting a new access token (which is
  exactly what happens now, with this bug).

  I'll try to find why the account-plugins package was not uploaded;
  indeed, both are required in order to fix this bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1029289/+subscriptions

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


[Desktop-packages] [Bug 1153902] Re: desktop background - colors gradients not working

2013-06-17 Thread papukaija
*** This bug is a duplicate of bug 1173818 ***
https://bugs.launchpad.net/bugs/1173818

** This bug is no longer a duplicate of bug 1138251
   Desktop wallpaper Colors  Gradients will not change color
** This bug has been marked a duplicate of bug 1173818
   Unable to set solid colors and gradients as desktop background in 
gnome-control-center

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

Title:
  desktop background - colors  gradients not working

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

Bug description:
  Gnome-control-center  Appearance  Look  Color  Gradients

  I can't pick solid colors except from black  dark purple.
  In the screenshot attached, I chose Blue as background color, but the 
desktop remained black. 
  Vertical gradient and Horizontal gradient are not working too.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-control-center 1:3.6.3-0ubuntu13
  ProcVersionSignature: Ubuntu 3.8.0-12.21-generic 3.8.2
  Uname: Linux 3.8.0-12-generic i686
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: i386
  Date: Mon Mar 11 21:57:31 2013
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2013-03-11 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130310)
  MarkForUpload: True
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu6.1
   deja-dup25.5-0ubuntu1
   gnome-control-center-signon 0.1.2bzr12.12.05-0ubuntu1
   gnome-control-center-unity  1.2daily13.02.15-0ubuntu1
   indicator-datetime  12.10.3daily13.03.07-0ubuntu1

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

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


[Desktop-packages] [Bug 1138251] Re: Desktop wallpaper Colors Gradients will not change color

2013-06-17 Thread papukaija
*** This bug is a duplicate of bug 1173818 ***
https://bugs.launchpad.net/bugs/1173818

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

** This bug has been marked a duplicate of bug 1173818
   Unable to set solid colors and gradients as desktop background in 
gnome-control-center

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

Title:
  Desktop wallpaper Colors  Gradients will not change color

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

Bug description:
  To reproduce

  - System Settings
  - Appearances
  - Background  Colors  Gradients
  - Set a new sold color

  What happens

  - Background remains black. This is the same for solid colors and
  gradients

  What should happen

  - Background should change to new color

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 6.12.0daily13.03.01-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-8.17-generic 3.8.0
  Uname: Linux 3.8.0-8-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.9-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Fri Mar  1 17:43:58 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0446]
   NVIDIA Corporation GF108 [GeForce GT 540M] [10de:0df5] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Dell Device [1028:0446]
  InstallationDate: Installed on 2013-02-11 (18 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130210)
  MachineType: Dell Inc. Dell System XPS 15Z
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-8-generic 
root=UUID=93acc5a7-d531-4af3-a215-472a7bd065d6 ro acpi_backlight=vendor 
dell_laptop.backlight=0 quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/27/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 060G42
  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.:bvrA04:bd07/27/2011:svnDellInc.:pnDellSystemXPS15Z:pvr:rvnDellInc.:rn060G42:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS 15Z
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.9~daily13.03.01-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.42-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.2-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.3-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.6-0ubuntu3

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

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


[Desktop-packages] [Bug 1191452] Re: Dash: Desktop users should have lmb to open, rmb to preview

2013-06-17 Thread Fabio Marconi
*** This bug is a duplicate of bug 1189088 ***
https://bugs.launchpad.net/bugs/1189088

** This bug has been marked a duplicate of bug 1189088
   Unity Dash, left mouse button starts preview instead of directly the 
application

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

Title:
  Dash: Desktop users should have lmb to open, rmb to preview

Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  Not the current single lmb  preview, rmb  preview, d. click lmb to
  open

  Honestly it's just plain annoying as currently implemented on a
  desktop install

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: unity 7.0.0daily13.06.07-0ubuntu1
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic i686
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sat Jun 15 22:41:43 2013
  InstallationDate: Installed on 2013-05-29 (17 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha i386 (20130529)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1189634] Re: Writer AutoCorrect does not set superscript on ordinal numbers

2013-06-17 Thread Alessandro Ceschini
Mr. Penalver, here's the answer to your questions:

+Only extension: presentation Minimizer but I think it's a default one since I 
didn't install it
+I did change the layout to English in the screencast, but to no avail.
+I tried uninstalling through Software Centre and then reinstalling but to no 
avail.

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

Title:
  Writer AutoCorrect does not set superscript on ordinal numbers

Status in “libreoffice” package in Ubuntu:
  Incomplete

Bug description:
  Hello everybody,

  This is a new bug report, since this one:
  https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/992807 has
  been marked as fixed, but I'm still experiencing the same issue on LO
  4.0.2.2 on Raring.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: libreoffice-writer 1:4.0.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  Uname: Linux 3.8.0-25-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  Date: Mon Jun 10 23:09:36 2013
  InstallationDate: Installed on 2012-05-08 (398 days ago)
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120425-15:28
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to raring on 2013-05-20 (21 days ago)

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

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


[Desktop-packages] [Bug 1191784] [NEW] rhythmbox playback stops after dragging song-position slider

2013-06-17 Thread NeilGreenwood
Public bug reported:

Not sure this is a gstreamer problem, but that was chosen by ubuntu-bug.

Steps to reproduce:
1. I have a play queue set up.
2. While playing a song, I use the song-position slider to move within the 
track.
3. That track finishes playing, and the next track is selected.
4. The new track plays a short (sub-second) fragment, then playback stops.

I can resume playback of this track by dragging the song-position slider
to the left or to the right (I think I have to move it more than one
second to the right though). However, the next track will have the same
problem.

I can resume correct playback of all tracks in the play queue by
stopping and restarting rhythmbox.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: libgstreamer0.10-0 0.10.36-1ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
Date: Mon Jun 17 13:44:51 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-04-27 (416 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120328)
MarkForUpload: True
SourcePackage: gstreamer0.10
UpgradeStatus: Upgraded to raring on 2013-04-26 (51 days ago)

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


** Tags: amd64 apport-bug raring

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

Title:
  rhythmbox playback stops after dragging song-position slider

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

Bug description:
  Not sure this is a gstreamer problem, but that was chosen by ubuntu-
  bug.

  Steps to reproduce:
  1. I have a play queue set up.
  2. While playing a song, I use the song-position slider to move within the 
track.
  3. That track finishes playing, and the next track is selected.
  4. The new track plays a short (sub-second) fragment, then playback stops.

  I can resume playback of this track by dragging the song-position
  slider to the left or to the right (I think I have to move it more
  than one second to the right though). However, the next track will
  have the same problem.

  I can resume correct playback of all tracks in the play queue by
  stopping and restarting rhythmbox.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: libgstreamer0.10-0 0.10.36-1ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  Uname: Linux 3.8.0-25-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  Date: Mon Jun 17 13:44:51 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-04-27 (416 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120328)
  MarkForUpload: True
  SourcePackage: gstreamer0.10
  UpgradeStatus: Upgraded to raring on 2013-04-26 (51 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1191784/+subscriptions

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


[Desktop-packages] [Bug 1191784] Re: rhythmbox playback stops after dragging song-position slider

2013-06-17 Thread Daniel Letzeisen
Rhythmbox now uses gstreamer1.0, so we'll change to that (for now).

** Package changed: gstreamer0.10 (Ubuntu) = gstreamer1.0 (Ubuntu)

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

Title:
  rhythmbox playback stops after dragging song-position slider

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

Bug description:
  Not sure this is a gstreamer problem, but that was chosen by ubuntu-
  bug.

  Steps to reproduce:
  1. I have a play queue set up.
  2. While playing a song, I use the song-position slider to move within the 
track.
  3. That track finishes playing, and the next track is selected.
  4. The new track plays a short (sub-second) fragment, then playback stops.

  I can resume playback of this track by dragging the song-position
  slider to the left or to the right (I think I have to move it more
  than one second to the right though). However, the next track will
  have the same problem.

  I can resume correct playback of all tracks in the play queue by
  stopping and restarting rhythmbox.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: libgstreamer0.10-0 0.10.36-1ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  Uname: Linux 3.8.0-25-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  Date: Mon Jun 17 13:44:51 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-04-27 (416 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120328)
  MarkForUpload: True
  SourcePackage: gstreamer0.10
  UpgradeStatus: Upgraded to raring on 2013-04-26 (51 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1191784/+subscriptions

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


[Desktop-packages] [Bug 861268] Re: text corruption in terminals (xterm, urxvt) and emacs

2013-06-17 Thread Margarita Manterola
Hi,

In our team, we've been doing some testing through the plugin that shows
compiz redraws.  The main result that our testing got was that compiz
*is redrawing* the window when the bug occurs.  This means that compiz
is getting the redraw signal correctly, but when it redraws, the
buffer still contains the old or partially old content.  Doing any
change in the environment but not the content, like moving the window
affected, triggers another redraw and this time with the right content.

We also found that unaffected programs, like terminator or konsole, do
more redraws.  So it's possible that the first redraw is corrupted (it
flashes way too fast to tell) but then the second one is not corrupted.

Current working hypothesis:
Certain programs (gnome-terminal, gvim, xterm) when being used in a compositing 
environment send the please redraw signal before they have finished drawing 
to their buffer and so the compositing window manager draws a partially/totally 
corrupted screen.

We've found that we can reproduce this bug with 1 or 2 monitors, running
under several different environments (unity, gnome, cinnamon), in our
case always with nVidia cards.

When using Unity, the current workaround is to enable Force full screen
redraws (buffer swap) on repaint through ccsm.   When using cinnamon
we've tried the workaround listed in the previous post (CLUTTER_PAINT
=disable-clipped-redraws:disable-culling command) helps but doesn't
solve it 100%.

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

Title:
  text corruption in terminals (xterm, urxvt) and emacs

Status in Compiz:
  Confirmed
Status in Compiz Core:
  Confirmed
Status in “compiz” package in Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers” package in Ubuntu:
  Confirmed

Bug description:
  Using tmux with urxvt results in frequent screen corruption.

  I am running tmux as tmux -2 to enable 256 colour mode and my
  .tmux.conf contains:

  set-option -g default-terminal screen-256color

  ... to enable 256 colours for apps running inside tmux. When
  corruption occurs, neither clearing the screen with clear or tput
  clear helps. What does seem to help is switching to another tmux
  window and back to the problematic one.

  This configuration used to work fine in natty.
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86 Kernel Module  280.13  Wed Jul 27 16:55:43 PDT 
2011
   GCC version:  gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
  .tmp.unity.support.test.0:
   
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  DistUpgraded: Log time: 2011-09-25 10:58:52.659181
  DistroCodename: oneiric
  DistroRelease: Ubuntu 11.10
  DistroVariant: ubuntu
  GraphicsCard:
   nVidia Corporation GT218 [NVS 3100M] [10de:0a6c] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Lenovo ThinkPad T410 [17aa:2142]
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  JockeyStatus:
   xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
   xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Disabled, Not in use)
  MachineType: LENOVO 2516CTO
  NonfreeKernelModules: nvidia
  Package: unity 4.24.0-0ubuntu2b1
  PackageArchitecture: i386
  PlymouthDebug: Error: [Errno 13] Permission denied: 
'/var/log/plymouth-debug.log'
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic-pae 
root=UUID=7ad192e9-7b26-49d1-8e1c-fefc7dc495cb ro acpi_sleep=nonvs quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
  Tags:  oneiric running-unity ubuntu compiz-0.9 oneiric running-unity oneiric 
running-unity oneiric running-unity ubuntu compiz-0.9
  Uname: Linux 3.0.0-12-generic-pae i686
  UpgradeStatus: Upgraded to oneiric on 2011-09-25 (43 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare sbuild
  dmi.bios.date: 08/27/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6IET72WW (1.32 )
  dmi.board.name: 2516CTO
  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:bvr6IET72WW(1.32):bd08/27/2010:svnLENOVO:pn2516CTO:pvrThinkPadT410:rvnLENOVO:rn2516CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  

[Desktop-packages] [Bug 1191786] [NEW] Horizontal scrool in mouse test screen

2013-06-17 Thread Marcos Henrique Esteves Barbosa
Public bug reported:

Actually the test screen for mouse functions (the screen with a  little
girl) just show if vertical scroll is working. Today many touchpads and
some mouses come with support to horizontal screen. Is a excellent idea
support configuration and test for this feature.

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

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

Title:
  Horizontal scrool in mouse test screen

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

Bug description:
  Actually the test screen for mouse functions (the screen with a
  little girl) just show if vertical scroll is working. Today many
  touchpads and some mouses come with support to horizontal screen. Is a
  excellent idea support configuration and test for this feature.

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

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


[Desktop-packages] [Bug 963157] Re: gnome panels disappear

2013-06-17 Thread JeanLucLocutus
I am having the same problem here

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

Title:
  gnome panels disappear

Status in “gnome-panel” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 12.04 beta

  To reproduce:
  -Install gnome-panel package
  -Start Gnome classic session
  -Change workspaces preferences (I've set 4 workspaces in 1 row)
  -Try to change workspaces by clicking on its icon in panel

  Then both top and bottom panels disappear (and all windows too). To make them 
visible, I launch Terminal via Ctrl+Alt+T.
  Also, workspace switch works via Ctrl+Alt+arrows, but the workspace 
configuration is 2 col x 2 row, not 4col x 1 row

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-panel 1:3.3.92-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  ApportVersion: 1.95-0ubuntu1
  Architecture: amd64
  Date: Fri Mar 23 18:45:15 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  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/gnome-panel/+bug/963157/+subscriptions

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


[Desktop-packages] [Bug 922968] Re: shouldn't queue a second suspend if the machine is already suspending

2013-06-17 Thread James M. Leddy
Hi Ryan,

Can the same fix be applied to the equivalent packages in precise? If
so, I will be requesting that we SRU these changes once upstream agrees
to them.

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

Title:
  shouldn't queue a second suspend if the machine is already suspending

Status in Gnome Powermanager:
  New
Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project precise series:
  Confirmed
Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed
Status in “linux” package in Ubuntu:
  Invalid
Status in “gnome-settings-daemon” source package in Precise:
  Confirmed
Status in “linux” source package in Precise:
  Invalid

Bug description:
  Reproduce:
  This only triggers when you suspend with (Fn-F4) then quickly close the 
laptop lid. The power settings are setup such that the laptop lid close will 
suspend the laptop as well. So we're getting two suspend events in a row.

  Workaround:
  Either close the lid to suspend and not use Fn-F4. Or suspend using Fn-F4 
then wait a few seconds before closing the lid.

  Version:
  Ubuntu 3.2.0-11.19-generic 3.2.1

  After suspending the computer using Fn-F4, and for an extended period
  of time, I then wake the computer up by opening the lid and pressing
  the 'Fn' key. The computer starts to resume, and I am prompted for my
  password. Then the computer suspends again, and I have to wake it up
  again to resume the computer. This is with the computer charged
  sufficiently, but not plugged into an AC source.

  In addition I've also confirmed that using pm-suspend and resuming by
  pressing 'Fn' will still cause the machine to suspend again after
  resume.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-11-generic 3.2.0-11.19
  ProcVersionSignature: Ubuntu 3.2.0-11.19-generic 3.2.1
  Uname: Linux 3.2.0-11-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  arges  2127 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf262 irq 46'
     Mixer name : 'Intel CougarPoint HDMI'
     Components : 'HDA:14f1506e,17aa21ce,0012 
HDA:80862805,80860101,0010'
     Controls  : 26
     Simple ctrls  : 8
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
     Mixer name : 'ThinkPad EC (unknown)'
     Components : ''
     Controls  : 1
     Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Date: Fri Jan 27 23:00:48 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MachineType: LENOVO 4177CTO
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-11-generic 
root=UUID=0f84abde-0eb0-405f-a8c6-b09dd4c4dae9 ro quiet splash 
i915.i915_enable_rc6=1 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-11-generic N/A
   linux-backports-modules-3.2.0-11-generic  N/A
   linux-firmware1.68
  SourcePackage: linux
  StagingDrivers: mei
  UpgradeStatus: Upgraded to precise on 2011-12-21 (37 days ago)
  dmi.bios.date: 07/29/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 83ET63WW (1.33 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4177CTO
  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:bvr83ET63WW(1.33):bd07/29/2011:svnLENOVO:pn4177CTO:pvrThinkPadT420:rvnLENOVO:rn4177CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4177CTO
  dmi.product.version: ThinkPad T420
  dmi.sys.vendor: LENOVO

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

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


[Desktop-packages] [Bug 1059113] Re: [System Product Name, Realtek ALC883, Green Line Out, Rear] Pulseaudio fails to detect card

2013-06-17 Thread J.One
I found the solution!!

To get rid of this annoying problem I 'purged' Pulseaudio, restarted my 
computer, installed pulseaudio again, and after that installed the 'volume 
indicator'.  
Sinds then (2-3 months  ago) its working perfect!!  It never worked for so 
long, even after a fresh reinstall I had the same problem after a week.

So for those of you who don't understand:

sudo apt-get purge pulseaudio -y
Restart
sudo apt-get install pulseaudio -y
sudo apt-get install indicator-sound -y
restart

Cheers

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

Title:
  [System Product Name, Realtek ALC883, Green Line Out, Rear] Pulseaudio
  fails to detect card

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  So sound after system start. pulseaudio, pulseaudio --start,
  pulseaudio -k Don't seem to have any effect. After some time
  thought, (sometimes) my soundcard appears in sound settings, but its
  not always the case.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: pulseaudio 1:1.1-0ubuntu15.1
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jimmy  4264 F pulseaudio
   /dev/snd/pcmC2D3p:   jimmy  4264 F...m pulseaudio
   /dev/snd/pcmC0D0p:   jimmy  3141 F...m chromium-browse
   /dev/snd/pcmC1D0c:   jimmy  4264 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xfe02 irq 20'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,147b8e01,0012'
 Controls  : 48
 Simple ctrls  : 23
  Card1.Amixer.info:
   Card hw:1 'U0x46d0x8c1'/'USB Device 0x46d:0x8c1 at usb-:00:02.1-4, high 
speed'
 Mixer name : 'USB Mixer'
 Components : 'USB046d:08c1'
 Controls  : 2
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'Mic',0
 Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
 Capture channels: Mono
 Limits: Capture 0 - 3072
 Mono: Capture 1536 [50%] [24.00dB] [on]
  Card2.Amixer.info:
   Card hw:2 'NVidia_1'/'HDA NVidia at 0xfcffc000 irq 16'
 Mixer name : 'Nvidia GPU 1c HDMI/DP'
 Components : 'HDA:10de001c,104383c1,00100100'
 Controls  : 12
 Simple ctrls  : 2
  Date: Sun Sep 30 16:53:55 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: HDA-Intel - HDA NVidia
  Symptom_Jack: Green Line Out, Rear
  Title: [System Product Name, Realtek ALC883, Green Line Out, Rear] Pulseaudio 
fails to detect card
  UpgradeStatus: Upgraded to precise on 2012-08-17 (44 days ago)
  dmi.bios.date: 11/19/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: KN9(NF-MCP55 series)
  dmi.board.vendor: http://www.abit.com.tw/
  dmi.board.version: 1.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: System Enclosure Manufacter
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd11/19/2007:svnSystemManufacter:pnSystemProductName:pvrSystemVersion:rvnhttp//www.abit.com.tw/:rnKN9(NF-MCP55series):rvr1.x:cvnSystemEnclosureManufacter:ct3:cvr:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System Manufacter

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

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


[Desktop-packages] [Bug 1059113] Re: [System Product Name, Realtek ALC883, Green Line Out, Rear] Pulseaudio fails to detect card

2013-06-17 Thread J.One
** Description changed:

  So sound after system start. pulseaudio, pulseaudio --start,
  pulseaudio -k Don't seem to have any effect. After some time thought,
  (sometimes) my soundcard appears in sound settings, but its not always
  the case.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: pulseaudio 1:1.1-0ubuntu15.1
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC2:  jimmy  4264 F pulseaudio
-  /dev/snd/pcmC2D3p:   jimmy  4264 F...m pulseaudio
-  /dev/snd/pcmC0D0p:   jimmy  3141 F...m chromium-browse
-  /dev/snd/pcmC1D0c:   jimmy  4264 F...m pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  jimmy  4264 F pulseaudio
+  /dev/snd/pcmC2D3p:   jimmy  4264 F...m pulseaudio
+  /dev/snd/pcmC0D0p:   jimmy  3141 F...m chromium-browse
+  /dev/snd/pcmC1D0c:   jimmy  4264 F...m pulseaudio
  Card0.Amixer.info:
-  Card hw:0 'NVidia'/'HDA NVidia at 0xfe02 irq 20'
-Mixer name : 'Realtek ALC883'
-Components : 'HDA:10ec0883,147b8e01,0012'
-Controls  : 48
-Simple ctrls  : 23
+  Card hw:0 'NVidia'/'HDA NVidia at 0xfe02 irq 20'
+    Mixer name : 'Realtek ALC883'
+    Components : 'HDA:10ec0883,147b8e01,0012'
+    Controls  : 48
+    Simple ctrls  : 23
  Card1.Amixer.info:
-  Card hw:1 'U0x46d0x8c1'/'USB Device 0x46d:0x8c1 at usb-:00:02.1-4, high 
speed'
-Mixer name : 'USB Mixer'
-Components : 'USB046d:08c1'
-Controls  : 2
-Simple ctrls  : 1
+  Card hw:1 'U0x46d0x8c1'/'USB Device 0x46d:0x8c1 at usb-:00:02.1-4, high 
speed'
+    Mixer name : 'USB Mixer'
+    Components : 'USB046d:08c1'
+    Controls  : 2
+    Simple ctrls  : 1
  Card1.Amixer.values:
-  Simple mixer control 'Mic',0
-Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
-Capture channels: Mono
-Limits: Capture 0 - 3072
-Mono: Capture 1536 [50%] [24.00dB] [on]
+  Simple mixer control 'Mic',0
+    Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
+    Capture channels: Mono
+    Limits: Capture 0 - 3072
+    Mono: Capture 1536 [50%] [24.00dB] [on]
  Card2.Amixer.info:
-  Card hw:2 'NVidia_1'/'HDA NVidia at 0xfcffc000 irq 16'
-Mixer name : 'Nvidia GPU 1c HDMI/DP'
-Components : 'HDA:10de001c,104383c1,00100100'
-Controls  : 12
-Simple ctrls  : 2
+  Card hw:2 'NVidia_1'/'HDA NVidia at 0xfcffc000 irq 16'
+    Mixer name : 'Nvidia GPU 1c HDMI/DP'
+    Components : 'HDA:10de001c,104383c1,00100100'
+    Controls  : 12
+    Simple ctrls  : 2
  Date: Sun Sep 30 16:53:55 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: HDA-Intel - HDA NVidia
  Symptom_Jack: Green Line Out, Rear
  Title: [System Product Name, Realtek ALC883, Green Line Out, Rear] Pulseaudio 
fails to detect card
  UpgradeStatus: Upgraded to precise on 2012-08-17 (44 days ago)
  dmi.bios.date: 11/19/2007
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: KN9(NF-MCP55 series)
  dmi.board.vendor: http://www.abit.com.tw/
  dmi.board.version: 1.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: System Enclosure Manufacter
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd11/19/2007:svnSystemManufacter:pnSystemProductName:pvrSystemVersion:rvnhttp//www.abit.com.tw/:rnKN9(NF-MCP55series):rvr1.x:cvnSystemEnclosureManufacter:ct3:cvr:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System Manufacter

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

Title:
  [System Product Name, Realtek ALC883, Green Line Out, Rear] Pulseaudio
  fails to detect card

Status in “pulseaudio” package in Ubuntu:
  New

Bug description:
  So sound after system start. pulseaudio, pulseaudio --start,
  pulseaudio -k Don't seem to have any effect. After some time
  thought, (sometimes) my soundcard appears in sound settings, but its
  not always the case.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: pulseaudio 1:1.1-0ubuntu15.1
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: 

[Desktop-packages] [Bug 1188208] Re: Version Logo in Detail dialog of About this computer on Saucy(13.10) is still 13.04

2013-06-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/gnome-control-center

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

Title:
  Version Logo  in Detail dialog of About this computer on
  Saucy(13.10) is still 13.04

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

Bug description:
  The version logo in Detail dialog on Saucy (13.10) is still 13.04.

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

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


[Desktop-packages] [Bug 1166529] Re: Creative Recon3d, No Sound At All on 64-bit

2013-06-17 Thread Paulo Narciso
Doesn't work for Z cards.

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

Title:
  Creative Recon3d, No Sound At All on 64-bit

Status in The Linux Kernel:
  New
Status in “alsa-driver” package in Ubuntu:
  Triaged

Bug description:
  [WORKAROUND] Run the following command:

  echo options snd-hda-intel position_fix=1 | sudo tee -a
  /etc/modprobe.d/alsa-base.conf

  
  [ORIGINAL REPORT]
  No sound, no jacks; It is detected by Linux however.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  Date: Mon Apr  8 18:56:44 2013
  InstallationDate: Installed on 2013-04-07 (1 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130402.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Creative failed
  Symptom_Card: HDA Creative - HDA Creative
  Symptom_Type: No sound at all
  Title: [To be filled by O.E.M., Creative CA0132, Green Line Out, Rear] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/12/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1102
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: SABERTOOTH 990FX
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1102:bd03/12/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnSABERTOOTH990FX:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.

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

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


[Desktop-packages] [Bug 1191436] [NEW] Ubuntu 13.04: message notification shows Pidgin new messages even after read

2013-06-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

In Ubuntu 13.04, new message notifications do not go away for Pidgin
after clicking on the Pidgin chat window and reading the message.
Instead, you have to click on each notification in the notification menu
to get it to go away, or click clear at the bottom of the menu.

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


** Tags: bot-comment
-- 
Ubuntu 13.04: message notification shows Pidgin new messages even after read
https://bugs.launchpad.net/bugs/1191436
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to pidgin 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 1182366] Re: [snb 13.04] Random hard hang

2013-06-17 Thread Luís Nabais
$ sudo cat /sys/kernel/debug/dri/0/i915_error_state
no error state collected


Even after:
$ sudo mount -t debugfs debugfs /sys/kernel/debug
mount: debugfs already mounted or /sys/kernel/debug busy
mount: according to mtab, none is already mounted on /sys/kernel/debug

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

Title:
  [snb 13.04] Random hard hang

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

Bug description:
  Computer: HP ProBook 6460b Laptop
  VGA: Intel HD 3000
  OS: Ubuntu 13.04 64-bit

  Xorg.0.log.old:
  
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1182366/+attachment/3682840/+files/Xorg.0.log.old

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-21.32-generic 3.8.8
  Uname: Linux 3.8.0-21-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:

  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Tue May 21 09:51:55 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  DkmsStatus:
   acpi-call, 1.1.1, 3.8.0-21-generic, x86_64: installed
   bcmwl, 6.20.155.1+bdcom, 3.8.0-21-generic, x86_64: installed
   vboxhost, 4.2.12, 3.8.0-21-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:161d]
  InstallationDate: Installed on 2013-04-28 (22 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Hewlett-Packard HP ProBook 6460b
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-21-generic 
root=UUID=20c2866c-0c37-4ee1-a3fe-f07aaf225075 ro persistent quiet splash 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/26/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SCE Ver. F.08
  dmi.board.name: 161D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 97.45
  dmi.chassis.asset.tag: CNU1373FP2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SCEVer.F.08:bd08/26/2011:svnHewlett-Packard:pnHPProBook6460b:pvrA0001D02:rvnHewlett-Packard:rn161D:rvrKBCVersion97.45:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 6460b
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.43-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Tue May 21 09:42:20 2013
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu6
  xserver.video_driver: intel

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

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


[Desktop-packages] [Bug 1191436] Re: Ubuntu 13.04: message notification shows Pidgin new messages even after read

2013-06-17 Thread Brian Murray
** Package changed: ubuntu = pidgin (Ubuntu)

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

Title:
  Ubuntu 13.04: message notification shows Pidgin new messages even
  after read

Status in “pidgin” package in Ubuntu:
  New

Bug description:
  In Ubuntu 13.04, new message notifications do not go away for Pidgin
  after clicking on the Pidgin chat window and reading the message.
  Instead, you have to click on each notification in the notification
  menu to get it to go away, or click clear at the bottom of the menu.

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

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


[Desktop-packages] [Bug 1188208] Re: Version Logo in Detail dialog of About this computer on Saucy(13.10) is still 13.04

2013-06-17 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-control-center -
1:3.6.3-0ubuntu29

---
gnome-control-center (1:3.6.3-0ubuntu29) saucy; urgency=low

  * debian/UbuntuLogo.png:
- updated logo for 13.10 (lp: #1188208), Thanks Xi Zhu!
 -- Sebastien Bacher seb...@ubuntu.com   Mon, 17 Jun 2013 15:35:17 +0200

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

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

Title:
  Version Logo  in Detail dialog of About this computer on
  Saucy(13.10) is still 13.04

Status in “gnome-control-center” package in Ubuntu:
  Fix Released

Bug description:
  The version logo in Detail dialog on Saucy (13.10) is still 13.04.

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

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


[Desktop-packages] [Bug 1100326]

2013-06-17 Thread Bastien Nocera
(In reply to Launchpad from comment #21)
 Marius B. Kotsbak added the following comment to Launchpad bug report
 1100326:
 
 See also https://bugs.freedesktop.org/show_bug.cgi?id=58952

Unrelated. It's never going to get merged, as Geoclue 1 is dead.

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

Title:
  Location requested by websites should be able to use GPS/mobile
  positioning

Status in Chromium Browser:
  Fix Committed
Status in The Mozilla Firefox Browser:
  Confirmed
Status in GeoClue: The Geoinformation Service:
  Confirmed
Status in “chromium-browser” package in Ubuntu:
  New
Status in “firefox” package in Ubuntu:
  New
Status in “geoclue-providers” package in Ubuntu:
  New

Bug description:
  It would be nice if location requested by websites could use location
  found from GPS or GSM/CDMA positioning.

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

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


[Desktop-packages] [Bug 1169664] [NEW] Ubuntu 13.4, Rhythmbox. Audiofiles .wav sound distorted.

2013-06-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I just installed Ubuntu 13.4 and updated it. When I tried with Rhythmbox
to play audio-files with extention .wav they sound distorted. With VLC
it sounds good.

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


** Tags: bot-comment raring
-- 
Ubuntu 13.4, Rhythmbox. Audiofiles .wav sound distorted.
https://bugs.launchpad.net/bugs/1169664
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to rhythmbox 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 1191624] Re: [HP Pavilion dv4 Notebook PC, IDT 92HD71B7X, Pink Mic, Front] fails after a while

2013-06-17 Thread Jeff Wingo
is this a comment for me? or for tracking? I am not sure what all that
means.

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

Title:
  [HP Pavilion dv4 Notebook PC, IDT 92HD71B7X, Pink Mic, Front] fails
  after a while

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

Bug description:
  Since adding Ubuntu to this laptop I have had intermittent sound issues. I am 
new to Ubuntu so much of it might be me. The sound will go out from time to 
time and when I reboot it will come back. the mute button on the soundpad works 
but doesn't change in colors when it is used. The internal mic has never 
worked. I wsas starting to install recording studio software to test and it 
took me many tries to get anything to playback  on the jack tool and once it 
did, my speakers decided to stop working like they have been apt to do. I am 
sure I just need the right driver, but I having an issue finding it. If anyone 
could help me, that would make my month
  thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
  Uname: Linux 3.8.0-25-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  Date: Sun Jun 16 20:24:37 2013
  InstallationDate: Installed on 2013-04-04 (73 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA ATI SB
  Symptom_Jack: Pink Mic, Front
  Symptom_Type: Sound works for a while, then breaks
  Title: [HP Pavilion dv4 Notebook PC, IDT 92HD71B7X, Pink Mic, Front] fails 
after a while
  UpgradeStatus: Upgraded to raring on 2013-04-27 (50 days ago)
  dmi.bios.date: 08/19/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.4A
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 30FB
  dmi.board.vendor: Compal
  dmi.board.version: 01.9A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Compal
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.4A:bd08/19/2009:svnHewlett-Packard:pnHPPaviliondv4NotebookPC:pvr1:rvnCompal:rn30FB:rvr01.9A:cvnCompal:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv4 Notebook PC
  dmi.product.version: 1
  dmi.sys.vendor: Hewlett-Packard

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

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


[Desktop-packages] [Bug 1169664] Re: Ubuntu 13.4, Rhythmbox. Audiofiles .wav sound distorted.

2013-06-17 Thread papukaija
The requested information has been provided and the issue seems to be
Rhythmbox specific.

** Tags added: raring

** Package changed: ubuntu = rhythmbox (Ubuntu)

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

** Summary changed:

- Ubuntu 13.4, Rhythmbox. Audiofiles .wav sound distorted.
+ Distorted sound with wav files in Rhythmbox

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

Title:
  Distorted sound with wav files in Rhythmbox

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  I just installed Ubuntu 13.4 and updated it. When I tried with
  Rhythmbox to play audio-files with extention .wav they sound
  distorted. With VLC it sounds good.

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

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


[Desktop-packages] [Bug 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-06-17 Thread Serge Hallyn
Fix verified on precise.

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

Title:
  libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

Status in “libvirt” package in Ubuntu:
  Fix Released
Status in “lxc” package in Ubuntu:
  Fix Released
Status in “network-manager” package in Ubuntu:
  Triaged
Status in “libvirt” source package in Precise:
  Fix Committed
Status in “lxc” source package in Precise:
  Fix Released
Status in “network-manager” source package in Precise:
  Triaged
Status in “libvirt” source package in Quantal:
  Fix Committed
Status in “lxc” source package in Quantal:
  Fix Released
Status in “network-manager” source package in Quantal:
  Triaged
Status in “libvirt” source package in Raring:
  Fix Released
Status in “lxc” source package in Raring:
  Fix Released
Status in “network-manager” source package in Raring:
  Triaged

Bug description:
  == Rationale ==
  Back in quantal we introduced a new /etc/dnsmasq.d/package.

  That file is meant to avoid conflicts between the various dnsmasq
  daemons and a main system wide dnsmasq (as provided by the dnsmasq
  package).

  Unfortunately the design of the /etc/dnsmasq.d/package logic had one flaw.
  To allow restoring the original dnsmasq behaviour as quickly as possible, we 
put the removal of that file in the remove target of the postrm, which means 
that if removing and then reinstalling the package, the file would vanish.

  The new implementation uses a separate /etc/dnsmasq.d-available
  directory which contains standard conffiles (only removed on purge)
  and we now have postinst and postrm hooks to create/remove symlinks
  from /etc/dnsmasq.d-available/package to /etc/dnsmasq.d/package.

  == Test case ==
  1) Install current version from the archive
  2) Remove it
  3) Install it again
  4) Confirm that the file in /etc/dnsmasq.d disappeared (that's the bug)
  5) dpkg --purge package
  6) Reinstall the current version from the archive
  7) Update to the version from -proposed
  8) Check that /etc/dnsmasq.d/package is now a symlink to 
/etc/dnsmasq.d-available/package. You may also want to check with some extra 
changes in the file prior to upgrade to confirm that it's being moved properly.

  == Regression potential ==
  It's not the simplest conffile handling code you can think of and it's 
possible we missed something, though in testing, the solution appears reliable, 
properly transitions any user made change and allows for the user to remove the 
conffile if they wish.
  If something goes completely wrong, the worst we can end up with is a missing 
configuration (what we have currently anyway) or a configuration file where it 
was previously removed by the user.
  It's worth noting however that most of our users don't have the system wide 
dnsmasq daemon installed and those who do, typically want that configuration 
file anyway (or they'll get quite a mess at boot time), so I consider the risk 
to be minimal here.

  -- original report ---

  libvirt-bin deletes its own NON-obsolete conffile /etc/dnsmasq.d
  /libvirt-bin in its postrm with rm, but postrm runs on upgrade, so
  this causes libvirt-bin to delete its own conffile on upgrade. Hence,
  anything that relies on /etc/dnsmasq.d/libvirt-bin will break whenever
  upgrading libvirt-bin to a newer version.

  libvirt-bin probably should use dpkg-maintscript-helper rm_conffile.

  Repro steps:

  1) Install latest version of libvirt-bin. Observe that 
/etc/dnsmasq.d/libvirt-bin is present.
  2) Purge libvirt-bin and install an old version. Observe that 
/etc/dnsmasq.d/libvirt-bin is present.
  3) Upgrade libvirt-bit to latest version. Observe that 
/etc/dnsmasq.d/libvirt-bin is gone.

  Expected:

  /etc/dnsmasq.d/libvirt-bin should be present on disk after each step,
  since it is shipped in both versions of the package.

  Actual:

  /etc/dnsmasq.d/libvirt-bin is gone after step 3.

  $ sudo apt-get install libvirt-bin
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following extra packages will be installed:
    augeas-lenses bridge-utils cgroup-lite ebtables gawk libaugeas0 libnetcf1
    libsigsegv2 libvirt0 libxenstore3.0
  Suggested packages:
    augeas-doc gawk-doc augeas-tools qemu-kvm qemu radvd lvm2
  The following NEW packages will be installed:
    augeas-lenses bridge-utils cgroup-lite ebtables gawk libaugeas0 libnetcf1
    libsigsegv2 libvirt-bin libvirt0 libxenstore3.0
  0 upgraded, 11 newly installed, 0 to remove and 65 not upgraded.
  Need to get 5,061 kB of archives.
  After this operation, 17.2 MB of additional disk space will be used.
  Do you want to continue [Y/n]? Y
  Get:1 http://us.archive.ubuntu.com/ubuntu/ quantal/main augeas-lenses all 
0.10.0-1fakesync1ubuntu1 [179 kB]
  Get:2 http://us.archive.ubuntu.com/ubuntu/ quantal/main bridge-utils amd64 
1.5-4ubuntu2 

[Desktop-packages] [Bug 1191426] Re: logout is slow, profiling reveals lots of CPU time in nouveau_connector_detect

2013-06-17 Thread Joseph Salisbury
Did this issue occur in a previous version of Ubuntu, or is this a new
issue?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.10 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10-rc6-saucy/


** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  logout is slow, profiling reveals lots of CPU time in
  nouveau_connector_detect

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  New

Bug description:
  I'm running Ubuntu 13.10 (Saucy) on a MacbookPro9,1, which has both an
  Nvidia GeForce GT 650M and an integrated Intel HD Graphics 4000
  controller.  I boot with EFI and use the Nouveau driver.

  On this machine logging out is slow, taking maybe 10 seconds or so.
  'top' shows that the X server process uses lots of CPU during logout.
  I ran sysprof and it attributes much of the CPU time to
  nouveau_connector_detect, called via the following:

  system_call_fastpath [48.98%]
   sys_ioctl [41.90%]
do_vfs_ioctl [41.87%]
 drm_ioctl [41.47%]
  drm_mode_getconnector [34.14%]
   drm_helper_probe_single_connector_modes [34.14%]
nouveau_connector_detect [28.84%]
nouveau_connector_detect_lvds [3.83%]
intel_crt_detect [1.48%]

  The percentages above are of the total CPU time used in the shutdown 
sequence, so I think several seconds of time is being spent in the path above.  
That doesn't seem right.
  --- 
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  adam   1744 F pulseaudio
   /dev/snd/controlC0:  adam   1744 F pulseaudio
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  DistUpgraded: Fresh install
  DistroCodename: saucy
  DistroRelease: Ubuntu 13.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.30+bdcom, 3.9.0-4-generic, x86_64: installed
   bcmwl, 6.30.223.30+bdcom, 3.9.0-5-generic, x86_64: installed
   bcmwl, 6.30.223.30+bdcom, 3.9.0-6-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Apple Inc. Device [106b:00fb]
   NVIDIA Corporation GK107M [GeForce GT 650M Mac Edition] [10de:0fd5] (rev a1) 
(prog-if 00 [VGA controller])
 Subsystem: Apple Inc. Device [106b:00fc]
  HibernationDevice: RESUME=UUID=97a27f76-3baf-42fe-b6fc-5bee91c831ca
  InstallationDate: Installed on 2013-06-10 (5 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130609)
  MachineType: Apple Inc. MacBookPro9,1
  MarkForUpload: True
  NonfreeKernelModules: wl
  Package: xserver-xorg-video-nouveau 1:1.0.8-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 nouveaufb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.0-6-generic 
root=UUID=3ca362e9-34d3-4c77-8a5a-07ecf66b8619 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.9.0-6.13-generic 3.9.6
  RelatedPackageVersions:
   linux-restricted-modules-3.9.0-6-generic N/A
   linux-backports-modules-3.9.0-6-generic  N/A
   linux-firmware   1.109
  Tags:  saucy saucy ubuntu reproducible
  Uname: Linux 3.9.0-6-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 08/08/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP91.88Z.00D3.B08.1208081132
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-4B7AC7E43945597E
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro9,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-4B7AC7E43945597E
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP91.88Z.00D3.B08.1208081132:bd08/08/2012:svnAppleInc.:pnMacBookPro9,1:pvr1.0:rvnAppleInc.:rnMac-4B7AC7E43945597E:rvrMacBookPro9,1:cvnAppleInc.:ct10:cvrMac-4B7AC7E43945597E:
  dmi.product.name: MacBookPro9,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  version.compiz: 

[Desktop-packages] [Bug 1166529] Re: Creative Recon3d, No Sound At All on 64-bit

2013-06-17 Thread Daniel Letzeisen
It may be coincidence, but both of you have onboard or HDMI audio
devices that force disabling of MSI (message signaled interrupts)

@Paulo: I would try disabling the hdmi audio:
sudo echo blacklist snd-hda-codec-hdmi  /etc/modprobe.d/blacklist-hdmi.conf
sudo depmod -a

See if sound works after rebooting

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

Title:
  Creative Recon3d, No Sound At All on 64-bit

Status in The Linux Kernel:
  New
Status in “alsa-driver” package in Ubuntu:
  Triaged

Bug description:
  [WORKAROUND] Run the following command:

  echo options snd-hda-intel position_fix=1 | sudo tee -a
  /etc/modprobe.d/alsa-base.conf

  
  [ORIGINAL REPORT]
  No sound, no jacks; It is detected by Linux however.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  Date: Mon Apr  8 18:56:44 2013
  InstallationDate: Installed on 2013-04-07 (1 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130402.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Creative failed
  Symptom_Card: HDA Creative - HDA Creative
  Symptom_Type: No sound at all
  Title: [To be filled by O.E.M., Creative CA0132, Green Line Out, Rear] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/12/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1102
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: SABERTOOTH 990FX
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1102:bd03/12/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnSABERTOOTH990FX:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.

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

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


[Desktop-packages] [Bug 1169437] Re: network-manager dnsmasq openvpn DNS issue

2013-06-17 Thread Aaron_Seibert
The workaound of commenting dns=dnsmasq worked for me

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

Title:
  network-manager dnsmasq openvpn DNS issue

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

Bug description:
  NetworkManager/dnsmasq does not set the DNS servers given by openvpn
  server when I connect. I can see in my syslog that I do receive the
  name servers correctly along with all the routes:

  Apr 16 08:14:09 homer NetworkManager[4014]: info   Internal DNS: 
192.168.11.90
  Apr 16 08:14:09 homer NetworkManager[4014]: info   Internal DNS: 
192.168.11.190

  However they are not used:
  oscar@homer:~$ nmcli -f IP4 dev list | grep DNS
  IP4.DNS[1]: 192.168.0.1
  oscar@homer:~$

  (That is my default DNS/Gateway and it should still be queried for all
  DNS queries outside of VPN network)

  If I comment out dns=dnsmasq in
  /etc/NetworkManager/NetworkManager.conf and oc restart NetworkManager
  all DNS start to work properly again, VPN DNS's are used for those
  resources on the VPN network and others through my default DNS. Let me
  know if I kan provide further info about this issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: network-manager 0.9.6.0-0ubuntu7
  ProcVersionSignature: Ubuntu 3.5.0-28.47-generic 3.5.7.9
  Uname: Linux 3.5.0-28-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Tue Apr 16 08:16:42 2013
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2012-11-22 (144 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  IpRoute:
   default via 192.168.0.1 dev eth1  proto static
   192.168.0.0/24 dev eth1  proto kernel  scope link  src 192.168.0.44  metric 9
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2013-04-16T08:12:17.691993
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH
   Wired connection 1179bc6d7-cd13-4cfb-b73f-e8da8362a511   
802-3-ethernet1364485020   tor 28 mar 2013 16:37:00   yes   
no /org/freedesktop/NetworkManager/Settings/2
   Wiggum2a818c4e-494c-4b91-be56-630636608f07   
802-11-wireless   1366092808   tis 16 apr 2013 08:13:28   yes   
no /org/freedesktop/NetworkManager/Settings/1
     81e14bde-0b0b-42be-8b56-3bfda6ca60fc   vpn   
1366092850   tis 16 apr 2013 08:14:10   yes   no 
/org/freedesktop/NetworkManager/Settings/0
      aad98317-a8e1-4ff7-b3b5-7c43c1bcfd32   802-11-wireless   
1358879064   tis 22 jan 2013 19:24:24   yes   no 
/org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH
   eth1   802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   running 0.9.6.0connected   enabled   enabled 
enabledenabled disabled

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

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


[Desktop-packages] [Bug 1190575] Re: Twitter doesn't work anymore after retirement of v1 api on 12.04

2013-06-17 Thread Realramnit
Robert, can you see how long it will take you to fix that? 
If you need more than a few days to fix this I've to swap the client for the 
meantime. :(

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

Title:
  Twitter doesn't work anymore after retirement of v1 api on 12.04

Status in Gwibber:
  New
Status in “gwibber” package in Ubuntu:
  Confirmed
Status in “gwibber” source package in Precise:
  Triaged

Bug description:
  Gwibber does NOT work with twitter anymore as Twitter abandoned their
  v1 api.

  On Ubuntu 12.04 gwibber (3.4.2) still uses twitter api v1. This can be
  confirmed by running following commands:

  cat /usr/share/gwibber/plugins/twitter/__init__.py | grep 'API_PREFIX ='
  API_PREFIX = https://api.twitter.com/1;

  On twitter developer page it says:
  Authenticated  unauthenticated requests to api.twitter.com/1/* will receive 
HTTP 410 Gone. Use API v1.1 instead.

  Hence it is unable to receive any tweets.

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

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


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

2013-06-17 Thread James M. Leddy
Okay, Thanks for your help Sebastien.

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

Title:
  Does not handle microphone mute button (KEY_MICMUTE)

Status in OEM Priority Project:
  Triaged
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project raring series:
  Won't Fix
Status in central project for keyboard configuration:
  Fix Released
Status in “gnome-settings-daemon” package in Ubuntu:
  Triaged
Status in “udev” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-input-evdev” package in Ubuntu:
  Triaged
Status in “gnome-settings-daemon” source package in Raring:
  Triaged
Status in “udev” source package in Raring:
  Triaged
Status in “xserver-xorg-input-evdev” source package in Raring:
  Triaged

Bug description:
  [Impact] 
   * People buying thinkpad hardware are not able to use a mic mute key, that 
comes with 
 their machine

  [Test Case]

   * Press mic mute key
   * Observe that nothing happens

  [Regression Potential]

   * Very low. This is very isolated code. All it does is add functionality. In 
fact there 
 are very few deletions in the diffs.

   * There is an existing acpi solution, that's already been mentioned in this 
bug. I'm 
 not sure how these users would be affected once the upgrade hits, but it 
was never 
 released as an official fix.

  [Original Report]

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

  acpi_listen output:

  ibm/hotkey HKEY 0080 101b

  xev output:

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

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

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

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

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

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


[Desktop-packages] [Bug 1191883] [NEW] nautilus crashed with SIGSEGV in g_type_check_instance()

2013-06-17 Thread Andrea Azzarone
Public bug reported:

Nautilus crashed when I closed the 'Trash' window.

TEST CASE:
1. Click on the Trash Icon on the launcher.
2. Close the trash window that just opened.

ACTUAL RESULT:
This crash.

EXPECTED RESULT:
Trash closes without crashing.

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: nautilus 1:3.6.3-0ubuntu18
ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
Uname: Linux 3.9.0-4-generic x86_64
ApportVersion: 2.10.2-0ubuntu1
Architecture: amd64
Date: Mon Jun 17 18:59:50 2013
ExecutablePath: /usr/bin/nautilus
ExecutableTimestamp: 1370884687
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'geometry' b'1123x852+65+24'
 b'org.gnome.nautilus.window-state' b'sidebar-width' b'175'
InstallationDate: Installed on 2013-01-05 (163 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcCmdline: nautilus trash:///
ProcCwd: /home/andrea
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x7f8c55d9f7b9 g_type_check_instance+25:   mov
(%rax),%rdi
 PC (0x7f8c55d9f7b9) ok
 source (%rax) (0x) not located in a known VMA region (needed 
readable region)!
 destination %rdi ok
SegvReason: reading unknown VMA
Signal: 11
SourcePackage: nautilus
StacktraceTop:
 g_type_check_instance (type_instance=type_instance@entry=0xf40370) at 
/build/buildd/glib2.0-2.37.1/./gobject/gtype.c:4082
 g_signal_handler_disconnect (instance=0xf40370, handler_id=2327) at 
/build/buildd/glib2.0-2.37.1/./gobject/gsignal.c:2580
 nautilus_trash_bar_dispose (obj=0xee46a0) at nautilus-trash-bar.c:109
 g_object_run_dispose (object=0xee46a0) at 
/build/buildd/glib2.0-2.37.1/./gobject/gobject.c:1062
 ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
Title: nautilus crashed with SIGSEGV in g_type_check_instance()
UpgradeStatus: Upgraded to saucy on 2013-05-28 (20 days ago)
UserGroups: adm autopilot cdrom dip lpadmin plugdev sambashare sudo
usr_lib_nautilus:
 brasero3.8.0-1ubuntu2
 evince 3.8.2-0ubuntu4
 file-roller3.8.2-0ubuntu1
 totem  3.8.2-0ubuntu1
 ubuntuone-client-gnome 4.2.0-0ubuntu1

** Affects: nautilus (Ubuntu)
 Importance: Medium
 Status: New


** Tags: amd64 apport-crash regression-retracer saucy third-party-packages

** Information type changed from Private to Public

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance()

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Nautilus crashed when I closed the 'Trash' window.

  TEST CASE:
  1. Click on the Trash Icon on the launcher.
  2. Close the trash window that just opened.

  ACTUAL RESULT:
  This crash.

  EXPECTED RESULT:
  Trash closes without crashing.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: nautilus 1:3.6.3-0ubuntu18
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Mon Jun 17 18:59:50 2013
  ExecutablePath: /usr/bin/nautilus
  ExecutableTimestamp: 1370884687
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b'1123x852+65+24'
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'175'
  InstallationDate: Installed on 2013-01-05 (163 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcCmdline: nautilus trash:///
  ProcCwd: /home/andrea
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f8c55d9f7b9 g_type_check_instance+25: mov
(%rax),%rdi
   PC (0x7f8c55d9f7b9) ok
   source (%rax) (0x) not located in a known VMA region 
(needed readable region)!
   destination %rdi ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: nautilus
  StacktraceTop:
   g_type_check_instance (type_instance=type_instance@entry=0xf40370) at 
/build/buildd/glib2.0-2.37.1/./gobject/gtype.c:4082
   g_signal_handler_disconnect (instance=0xf40370, handler_id=2327) at 
/build/buildd/glib2.0-2.37.1/./gobject/gsignal.c:2580
   nautilus_trash_bar_dispose (obj=0xee46a0) at nautilus-trash-bar.c:109
   g_object_run_dispose (object=0xee46a0) at 
/build/buildd/glib2.0-2.37.1/./gobject/gobject.c:1062
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: nautilus crashed with SIGSEGV in g_type_check_instance()
  UpgradeStatus: Upgraded to saucy on 2013-05-28 (20 days ago)
  UserGroups: adm autopilot cdrom dip lpadmin plugdev sambashare sudo
  usr_lib_nautilus:
   brasero3.8.0-1ubuntu2
   evince 3.8.2-0ubuntu4
   file-roller3.8.2-0ubuntu1
   totem 

[Desktop-packages] [Bug 1191883]

2013-06-17 Thread Apport retracing service
StacktraceTop:
 g_type_check_instance (type_instance=type_instance@entry=0xf40370) at 
/build/buildd/glib2.0-2.37.1/./gobject/gtype.c:4082
 g_signal_handler_disconnect (instance=0xf40370, handler_id=2327) at 
/build/buildd/glib2.0-2.37.1/./gobject/gsignal.c:2580
 nautilus_trash_bar_dispose (obj=0xee46a0) at nautilus-trash-bar.c:109
 g_object_run_dispose (object=0xee46a0) at 
/build/buildd/glib2.0-2.37.1/./gobject/gobject.c:1062
 gtk_box_forall (container=optimized out, include_internals=optimized out, 
callback=0x7f8c58556550 gtk_widget_destroy, callback_data=0x0) at 
/build/buildd/gtk+3.0-3.8.2/./gtk/gtkbox.c:1865

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance()

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Nautilus crashed when I closed the 'Trash' window.

  TEST CASE:
  1. Click on the Trash Icon on the launcher.
  2. Close the trash window that just opened.

  ACTUAL RESULT:
  This crash.

  EXPECTED RESULT:
  Trash closes without crashing.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: nautilus 1:3.6.3-0ubuntu18
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Mon Jun 17 18:59:50 2013
  ExecutablePath: /usr/bin/nautilus
  ExecutableTimestamp: 1370884687
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b'1123x852+65+24'
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'175'
  InstallationDate: Installed on 2013-01-05 (163 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcCmdline: nautilus trash:///
  ProcCwd: /home/andrea
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f8c55d9f7b9 g_type_check_instance+25: mov
(%rax),%rdi
   PC (0x7f8c55d9f7b9) ok
   source (%rax) (0x) not located in a known VMA region 
(needed readable region)!
   destination %rdi ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: nautilus
  StacktraceTop:
   g_type_check_instance (type_instance=type_instance@entry=0xf40370) at 
/build/buildd/glib2.0-2.37.1/./gobject/gtype.c:4082
   g_signal_handler_disconnect (instance=0xf40370, handler_id=2327) at 
/build/buildd/glib2.0-2.37.1/./gobject/gsignal.c:2580
   nautilus_trash_bar_dispose (obj=0xee46a0) at nautilus-trash-bar.c:109
   g_object_run_dispose (object=0xee46a0) at 
/build/buildd/glib2.0-2.37.1/./gobject/gobject.c:1062
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: nautilus crashed with SIGSEGV in g_type_check_instance()
  UpgradeStatus: Upgraded to saucy on 2013-05-28 (20 days ago)
  UserGroups: adm autopilot cdrom dip lpadmin plugdev sambashare sudo
  usr_lib_nautilus:
   brasero3.8.0-1ubuntu2
   evince 3.8.2-0ubuntu4
   file-roller3.8.2-0ubuntu1
   totem  3.8.2-0ubuntu1
   ubuntuone-client-gnome 4.2.0-0ubuntu1

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

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


[Desktop-packages] [Bug 1191883] Possible regression detected

2013-06-17 Thread Apport retracing service
This crash has the same stack trace characteristics as bug #1182307.
However, the latter was already fixed in an earlier package version than
the one in this report. This might be a regression or because the
problem is in a dependent package.

** Tags added: regression-retracer

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance()

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Nautilus crashed when I closed the 'Trash' window.

  TEST CASE:
  1. Click on the Trash Icon on the launcher.
  2. Close the trash window that just opened.

  ACTUAL RESULT:
  This crash.

  EXPECTED RESULT:
  Trash closes without crashing.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: nautilus 1:3.6.3-0ubuntu18
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Mon Jun 17 18:59:50 2013
  ExecutablePath: /usr/bin/nautilus
  ExecutableTimestamp: 1370884687
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b'1123x852+65+24'
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'175'
  InstallationDate: Installed on 2013-01-05 (163 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcCmdline: nautilus trash:///
  ProcCwd: /home/andrea
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f8c55d9f7b9 g_type_check_instance+25: mov
(%rax),%rdi
   PC (0x7f8c55d9f7b9) ok
   source (%rax) (0x) not located in a known VMA region 
(needed readable region)!
   destination %rdi ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: nautilus
  StacktraceTop:
   g_type_check_instance (type_instance=type_instance@entry=0xf40370) at 
/build/buildd/glib2.0-2.37.1/./gobject/gtype.c:4082
   g_signal_handler_disconnect (instance=0xf40370, handler_id=2327) at 
/build/buildd/glib2.0-2.37.1/./gobject/gsignal.c:2580
   nautilus_trash_bar_dispose (obj=0xee46a0) at nautilus-trash-bar.c:109
   g_object_run_dispose (object=0xee46a0) at 
/build/buildd/glib2.0-2.37.1/./gobject/gobject.c:1062
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: nautilus crashed with SIGSEGV in g_type_check_instance()
  UpgradeStatus: Upgraded to saucy on 2013-05-28 (20 days ago)
  UserGroups: adm autopilot cdrom dip lpadmin plugdev sambashare sudo
  usr_lib_nautilus:
   brasero3.8.0-1ubuntu2
   evince 3.8.2-0ubuntu4
   file-roller3.8.2-0ubuntu1
   totem  3.8.2-0ubuntu1
   ubuntuone-client-gnome 4.2.0-0ubuntu1

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

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


[Desktop-packages] [Bug 1191883] Stacktrace.txt

2013-06-17 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1191883/+attachment/3705843/+files/Stacktrace.txt

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance()

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Nautilus crashed when I closed the 'Trash' window.

  TEST CASE:
  1. Click on the Trash Icon on the launcher.
  2. Close the trash window that just opened.

  ACTUAL RESULT:
  This crash.

  EXPECTED RESULT:
  Trash closes without crashing.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: nautilus 1:3.6.3-0ubuntu18
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Mon Jun 17 18:59:50 2013
  ExecutablePath: /usr/bin/nautilus
  ExecutableTimestamp: 1370884687
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b'1123x852+65+24'
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'175'
  InstallationDate: Installed on 2013-01-05 (163 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcCmdline: nautilus trash:///
  ProcCwd: /home/andrea
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f8c55d9f7b9 g_type_check_instance+25: mov
(%rax),%rdi
   PC (0x7f8c55d9f7b9) ok
   source (%rax) (0x) not located in a known VMA region 
(needed readable region)!
   destination %rdi ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: nautilus
  StacktraceTop:
   g_type_check_instance (type_instance=type_instance@entry=0xf40370) at 
/build/buildd/glib2.0-2.37.1/./gobject/gtype.c:4082
   g_signal_handler_disconnect (instance=0xf40370, handler_id=2327) at 
/build/buildd/glib2.0-2.37.1/./gobject/gsignal.c:2580
   nautilus_trash_bar_dispose (obj=0xee46a0) at nautilus-trash-bar.c:109
   g_object_run_dispose (object=0xee46a0) at 
/build/buildd/glib2.0-2.37.1/./gobject/gobject.c:1062
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: nautilus crashed with SIGSEGV in g_type_check_instance()
  UpgradeStatus: Upgraded to saucy on 2013-05-28 (20 days ago)
  UserGroups: adm autopilot cdrom dip lpadmin plugdev sambashare sudo
  usr_lib_nautilus:
   brasero3.8.0-1ubuntu2
   evince 3.8.2-0ubuntu4
   file-roller3.8.2-0ubuntu1
   totem  3.8.2-0ubuntu1
   ubuntuone-client-gnome 4.2.0-0ubuntu1

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

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


[Desktop-packages] [Bug 1191883] ThreadStacktrace.txt

2013-06-17 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1191883/+attachment/3705844/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1191883/+attachment/3705835/+files/CoreDump.gz

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

** Tags removed: need-amd64-retrace

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance()

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Nautilus crashed when I closed the 'Trash' window.

  TEST CASE:
  1. Click on the Trash Icon on the launcher.
  2. Close the trash window that just opened.

  ACTUAL RESULT:
  This crash.

  EXPECTED RESULT:
  Trash closes without crashing.

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: nautilus 1:3.6.3-0ubuntu18
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Mon Jun 17 18:59:50 2013
  ExecutablePath: /usr/bin/nautilus
  ExecutableTimestamp: 1370884687
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b'1123x852+65+24'
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'175'
  InstallationDate: Installed on 2013-01-05 (163 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcCmdline: nautilus trash:///
  ProcCwd: /home/andrea
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f8c55d9f7b9 g_type_check_instance+25: mov
(%rax),%rdi
   PC (0x7f8c55d9f7b9) ok
   source (%rax) (0x) not located in a known VMA region 
(needed readable region)!
   destination %rdi ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: nautilus
  StacktraceTop:
   g_type_check_instance (type_instance=type_instance@entry=0xf40370) at 
/build/buildd/glib2.0-2.37.1/./gobject/gtype.c:4082
   g_signal_handler_disconnect (instance=0xf40370, handler_id=2327) at 
/build/buildd/glib2.0-2.37.1/./gobject/gsignal.c:2580
   nautilus_trash_bar_dispose (obj=0xee46a0) at nautilus-trash-bar.c:109
   g_object_run_dispose (object=0xee46a0) at 
/build/buildd/glib2.0-2.37.1/./gobject/gobject.c:1062
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: nautilus crashed with SIGSEGV in g_type_check_instance()
  UpgradeStatus: Upgraded to saucy on 2013-05-28 (20 days ago)
  UserGroups: adm autopilot cdrom dip lpadmin plugdev sambashare sudo
  usr_lib_nautilus:
   brasero3.8.0-1ubuntu2
   evince 3.8.2-0ubuntu4
   file-roller3.8.2-0ubuntu1
   totem  3.8.2-0ubuntu1
   ubuntuone-client-gnome 4.2.0-0ubuntu1

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

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


[Desktop-packages] [Bug 1179583] Re: Xorg freeze

2013-06-17 Thread Joseph Ishac
I have experienced the same issue.  Logging in remotely still works, and
will show Xorg at 100% CPU utilization.  It seems to be related to the
nvidia driver.

My card: VGA compatible controller: NVIDIA Corporation GF106GL [Quadro
2000] (rev a1)

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

Title:
  Xorg freeze

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

Bug description:
  The system freezes under a specific but not consistent circumstance.

  System freeze means: complete lock-up except for mouse movement
  (only, no response to mouse-button); windows cannot be opened or
  closed, console cannot be changed (via ctrl-alt-fN), etc.

  The specific circumstance (but not consistent, meaning that it doesn't
  always happen but only happens during) is linking a URL from
  Thunderbird 12.0 to Firefox 20.0. The link is accessed (via mouse-
  button click), no tab opens in Firefox, with the system freezing
  immediately. In other words, the response of the system to linking the
  URL is the freeze.

  Thank you.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-41.66-generic 3.2.42
  Uname: Linux 3.2.0-41-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.88  Wed Mar 27 14:26:46 
PDT 2013
   GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu17.2
  Architecture: amd64
  CompizPlugins: 
[core,composite,decor,mousepoll,vpswitch,session,imgpng,move,gnomecompat]
  CompositorRunning: None
  Date: Mon May 13 10:20:38 2013
  DistUpgraded: 2012-05-02 15:35:46,278 DEBUG enabling apt cron job
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-current, 304.88, 3.2.0-40-generic, x86_64: installed
   nvidia-current, 304.88, 3.2.0-41-generic, x86_64: installed
  ExtraDebuggingInterest: Yes,
  GpuHangFrequency: Several times a week
  GpuHangReproducibility: Occurs more often under certain circumstances
  GpuHangStarted: Within the last week or two
  GraphicsCard:
   NVIDIA Corporation GF106GL [Quadro 2000] [10de:0dd8] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:084a]
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  JockeyStatus:
   xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
   xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Disabled, Not in use)
   xorg:nvidia_experimental_304 - NVIDIA accelerated graphics driver 
(**experimental** beta) (Proprietary, Disabled, Not in use)
   xorg:nvidia_experimental_310 - NVIDIA accelerated graphics driver 
(**experimental** beta) (Proprietary, Disabled, Not in use)
  MachineType: Dell Inc. Precision WorkStation T5500
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-41-generic 
root=UUID=6a593eec-e632-46cf-bbb8-890502944daa ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to precise on 2012-05-02 (375 days ago)
  dmi.bios.date: 04/20/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0CRH6C
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.asset.tag: 1284503
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd04/20/2011:svnDellInc.:pnPrecisionWorkStationT5500:pvr:rvnDellInc.:rn0CRH6C:rvrA01:cvnDellInc.:ct7:cvr:
  dmi.product.name: Precision WorkStation T5500
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.7.12-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.43-0ubuntu0.0.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.5
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.13
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
  version.xserver-xorg-video-ati: 

[Desktop-packages] [Bug 1190575] Re: Twitter doesn't work anymore after retirement of v1 api on 12.04

2013-06-17 Thread Robert Bruce Park
Yeah, this is not exactly my top priority right now.

Ken, do you know offhand if 1.1 is implemented in later versions of
gwibber? Can I just SRU a newer version or do I actually have to
implement twitter 1.1 from scratch here?

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

Title:
  Twitter doesn't work anymore after retirement of v1 api on 12.04

Status in Gwibber:
  New
Status in “gwibber” package in Ubuntu:
  Confirmed
Status in “gwibber” source package in Precise:
  Triaged

Bug description:
  Gwibber does NOT work with twitter anymore as Twitter abandoned their
  v1 api.

  On Ubuntu 12.04 gwibber (3.4.2) still uses twitter api v1. This can be
  confirmed by running following commands:

  cat /usr/share/gwibber/plugins/twitter/__init__.py | grep 'API_PREFIX ='
  API_PREFIX = https://api.twitter.com/1;

  On twitter developer page it says:
  Authenticated  unauthenticated requests to api.twitter.com/1/* will receive 
HTTP 410 Gone. Use API v1.1 instead.

  Hence it is unable to receive any tweets.

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

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


[Desktop-packages] [Bug 1134028] Re: [Dell Vostro 3560, Inspiron 5520] fglrx does not provide glx for Radeon HD 7600M Series

2013-06-17 Thread Anthony Wong
@kaxing
Does jockey suggests fglrx-experimental-12 to you? Please try 
fglrx-experimental-12 and report if it works or not, thanks.

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

Title:
  [Dell Vostro 3560, Inspiron 5520] fglrx does not provide glx for
  Radeon HD 7600M Series

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

Bug description:
  cid:201202-10402, 201201-10378

  There are no glx support with fglrx_experimental_9 for Advanced Micro
  Devices [AMD] nee ATI Thames XT/GL [Radeon HD 7600M Series]
  [1002:6840].

  Checking unity compatibility by following command:
  $ /usr/lib/nux/unity_support_test -c -p
  X Error of failed request:  BadRequest (invalid request code or no such 
operation)
Major opcode of failed request:  154 (GLX)
Minor opcode of failed request:  19 (X_GLXQueryServerString)
Serial number of failed request:  22
Current serial number in output stream:  22

  Pacakages that installed by jockey:
  ii  fglrx-amdcccle-experimental-92:9.010-0ubuntu0.3   
Catalyst Control Center for the AMD graphics accelerators
  ii  fglrx-experimental-9 2:9.010-0ubuntu0.3   
Experimental AMD binary Xorg driver and kernel module
  rc  fglrx-updates2:9.000-0ubuntu0.3   
Video driver for the AMD graphics accelerators

  
  However it can be fix by using latest stable driver[0] from amd website[1], 
following this guide: 
  https://help.ubuntu.com/community/BinaryDriverHowto/ATI

  GLX will be loaded without error.


  
[0]http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-13.1-linux-x86.x86_64.zip
  [1]http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: fglrx (not installed)
  ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  NonfreeKernelModules: fglrx
  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: Wed Feb 27 01:37:19 2013
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus: fglrx-experimental-9, 9.010, 3.5.0-23-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation Ivy Bridge Graphics Controller [8086:0166] (rev 08) 
(prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:056e]
   Advanced Micro Devices [AMD] nee ATI Thames XT/GL [Radeon HD 7600M Series] 
[1002:6840] (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:056e]
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
  JockeyStatus:
   xorg:fglrx_experimental_9 - ATI/AMD proprietary FGLRX graphics driver 
(**experimental** beta) (Proprietary, Enabled, Not in use)
   xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
  MachineType: Dell Inc. Vostro 3560
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-23-generic 
root=UUID=644b13de-02c4-40f5-afa6-3b8cbcf262c9 ro quiet splash initcall_debug 
vt.handoff=7
  SourcePackage: fglrx-installer
  UnitySupportTest:
   Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 1: X Error of failed request:  BadRequest (invalid request code or no 
such operation)
 Major opcode of failed request:  154 (GLX)
 Minor opcode of failed request:  19 (X_GLXQueryServerString)
 Serial number of failed request:  22
 Current serial number in output stream:  22
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/03/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: X44
  dmi.board.name: 0C05GV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X01
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: X44
  dmi.modalias: 
dmi:bvnDellInc.:bvrX44:bd08/03/2012:svnDellInc.:pnVostro3560:pvrX44:rvnDellInc.:rn0C05GV:rvrX01:cvnDellInc.:ct8:cvrX44:
  dmi.product.name: Vostro 3560
  dmi.product.version: X44
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.7.12-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.39-0ubuntu0.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  

[Desktop-packages] [Bug 1112405] Re: Error in printing pdf file from Evince (HP LazerJet 4250 printer)

2013-06-17 Thread Francisco Cribari
The same happens to me. Printer: HP Lasetjet P3015. Ubuntu Linux 13.04
64bit.

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

Title:
  Error in printing pdf file from Evince (HP LazerJet 4250 printer)

Status in “evince” package in Ubuntu:
  Confirmed

Bug description:
  Printing attached pdf file ends with printer error at page 16. The
  same file can be printed correctly with Adobe Reader in Windows. It is
  HP LaserJet 4250 printer and it prints error:

  ERROR:
  typecheck
  OFFENDING COMMAND:
  known

  System Ubuntu 12.10
  Evince 3.6.0-0ubuntu2

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

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


[Desktop-packages] [Bug 1191898] [NEW] [USB-Audio - USB Sound Blaster HD, playback] fails after reboot

2013-06-17 Thread Vasco Alves
Public bug reported:

To get the sound card to work, I have to go through this complicated
process of:

1) Starting the computer without the card plugged in;
2) Plugging it in;
3) At this point, it does NOT work. I have to select it in the audio settings, 
try to make it lay a test sound, which it fails, and then select the on-board 
sound;
4) Reboot with onboard sound selected. Just logging out does NOT work;
5) After reboot, select USB Analogue Output, and it will work, however
6) After a subsequent reboot, it will fail again, and I have to unplug the card 
and reboot again, starting the whole cycle over.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.9.0-6.13-generic 3.9.6
Uname: Linux 3.9.0-6-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  vasco  2151 F pulseaudio
 /dev/snd/controlC1:  vasco  2151 F pulseaudio
 /dev/snd/pcmC1D0p:   vasco  2151 F...m pulseaudio
Date: Mon Jun 17 18:57:29 2013
InstallationDate: Installed on 2012-01-20 (514 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: USB Sound Blaster HD - USB Sound Blaster HD
Symptom_Type: Sound works for a while, then breaks
Title: [USB-Audio - USB Sound Blaster HD, playback] fails after a while
UpgradeStatus: Upgraded to raring on 2013-05-06 (42 days ago)
dmi.bios.date: 05/24/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4.6.5
dmi.board.asset.tag: Tag 12345
dmi.board.name: W240EU/W250EUQ/W270EUQ
dmi.board.vendor: CLEVO CO.
dmi.board.version: V3.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd05/24/2012:svnCLEVOCO.:pnW240EU/W250EUQ/W270EUQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EU/W250EUQ/W270EUQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
dmi.product.name: W240EU/W250EUQ/W270EUQ
dmi.product.version: Not Applicable
dmi.sys.vendor: CLEVO CO.

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


** Tags: amd64 apport-bug raring third-party-packages ubuntu-audio

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

Title:
  [USB-Audio - USB Sound Blaster HD, playback] fails after reboot

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

Bug description:
  To get the sound card to work, I have to go through this complicated
  process of:

  1) Starting the computer without the card plugged in;
  2) Plugging it in;
  3) At this point, it does NOT work. I have to select it in the audio 
settings, try to make it lay a test sound, which it fails, and then select the 
on-board sound;
  4) Reboot with onboard sound selected. Just logging out does NOT work;
  5) After reboot, select USB Analogue Output, and it will work, however
  6) After a subsequent reboot, it will fail again, and I have to unplug the 
card and reboot again, starting the whole cycle over.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.9.0-6.13-generic 3.9.6
  Uname: Linux 3.9.0-6-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vasco  2151 F pulseaudio
   /dev/snd/controlC1:  vasco  2151 F pulseaudio
   /dev/snd/pcmC1D0p:   vasco  2151 F...m pulseaudio
  Date: Mon Jun 17 18:57:29 2013
  InstallationDate: Installed on 2012-01-20 (514 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: USB Sound Blaster HD - USB Sound Blaster HD
  Symptom_Type: Sound works for a while, then breaks
  Title: [USB-Audio - USB Sound Blaster HD, playback] fails after a while
  UpgradeStatus: Upgraded to raring on 2013-05-06 (42 days ago)
  dmi.bios.date: 05/24/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W240EU/W250EUQ/W270EUQ
  dmi.board.vendor: CLEVO CO.
  dmi.board.version: V3.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd05/24/2012:svnCLEVOCO.:pnW240EU/W250EUQ/W270EUQ:pvrNotApplicable:rvnCLEVOCO.:rnW240EU/W250EUQ/W270EUQ:rvrV3.0:cvnNoEnclosure:ct10:cvrN/A:
  dmi.product.name: W240EU/W250EUQ/W270EUQ
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO CO.

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1011073] Re: NetworkManager submenus sometimes unpopulated

2013-06-17 Thread James M. Leddy
** Also affects: libdbusmenu
   Importance: Undecided
   Status: New

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

Title:
  NetworkManager submenus sometimes unpopulated

Status in DBus Menu:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project precise series:
  New
Status in OEM Priority Project quantal series:
  New
Status in OEM Priority Project raring series:
  New
Status in “libdbusmenu” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” package in Ubuntu:
  Invalid
Status in “libdbusmenu” source package in Precise:
  Triaged
Status in “network-manager-applet” source package in Precise:
  Invalid
Status in “libdbusmenu” source package in Quantal:
  Triaged
Status in “network-manager-applet” source package in Quantal:
  Invalid
Status in “libdbusmenu” source package in Raring:
  Triaged
Status in “network-manager-applet” source package in Raring:
  Invalid

Bug description:
  [Impact]

   * Affected applications with a high number of menu updates reach the maximum 
value allowed for the ID of a menuitem, and rejects further menu changes. 
Because the application underneath the menu has already removed the underlying 
actual GtkMenuItem objects, it is impossible to activate the items -- to effect 
the actions linked to the menuitems.
   * Some indicators have a relatively high and climbing memory usage due to 
the way they build menus to be displayed in the panel.

  [Test Case]

   * Run nm-applet for a while (multiple days without shutdown, without killing 
the application), notice whether the menus are still usable.
   * Run indicators for a while, observe memory usage.

  [Regression Potential]

  Indicators with a very high amount of updates may be affected as circling 
back past the maximum value, if a new menu item is created with an ID still in 
use by a menuitem that has not been removed yet, neither or only one of the two 
menu items might be available to be clicked -- this could confuse users or 
cause error messages to be displayed.
  Risk is low however since network-manager-gnome (nm-applet) is currently the 
application with the most menu updates.

  [Other Info]
   
  Submenus in Network Manager are sometimes unusable as they are not populated. 
 This happens both with the list of available networks and with the VPN list.  
When the bug happens, it occurs for *both* the wireless submenu and the VPN 
menu.  I know there are entries for those submenus as I can see them with other 
network UI mechanisms.  The issue is intermittent.

  Expected:
  Dropping down the menu then hovering over the submenu trigger-point (example: 
More networks) shows the additional expected entries (example: more wifi 
networks to choose from).

  Actual:
  Dropping down the menu and hovering over the submenu trigger displays a 
submenu but the submenu has nothing in it and is unusable.

  Ubuntu 12.04
  network-manager 0.9.4.0-0ubuntu4.1
  Apple Macbook Pro 8,1

  03:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 
02)
  02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765 Gigabit 
Ethernet PCIe (rev 10)

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

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


[Desktop-packages] [Bug 1181442] Re: gnome-control-center reads 'Ubuntu 13.04' on Saucy

2013-06-17 Thread Adolfo Jayme Barrientos
*** This bug is a duplicate of bug 1188208 ***
https://bugs.launchpad.net/bugs/1188208

 Why wasn't the image open sourced?

Sorry, but that's nonsense. A pixel image has no source. It has an
open source license, of course, because it's included in the package,
and you're free to modify it. But Why wasn't the image open
sourced?... Wow.

** This bug has been marked a duplicate of bug 1188208
   Version Logo  in Detail dialog of About this computer on Saucy(13.10) is 
still 13.04

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

Title:
  gnome-control-center reads 'Ubuntu 13.04' on Saucy

Status in GNOME Control Center:
  Won't Fix
Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  On the terminal,

  $ ls_usb -a

  shows 'Ubuntu 13.10,' but the gnome-control-center application reads
  as 'Ubuntu 13.04.'  The image needs to be updated.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu25
  ProcVersionSignature: Ubuntu 3.9.0-2.6-generic 3.9.2
  Uname: Linux 3.9.0-2-generic x86_64
  ApportVersion: 2.10.1-0ubuntu1
  Architecture: amd64
  Date: Fri May 17 17:30:59 2013
  InstallationDate: Installed on 2013-04-27 (20 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to saucy on 2013-05-12 (5 days ago)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu6.1
   deja-dup26.0-0ubuntu1
   gnome-control-center-signon 0.1.6bzr13.04.05-0ubuntu2
   gnome-control-center-unity  1.2daily13.04.09-0ubuntu1
   indicator-datetime  12.10.3daily13.05.06.1-0ubuntu1

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

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


[Desktop-packages] [Bug 1191903] Re: nautilus crashed with SIGSEGV in gtk_icon_info_get_attach_points()

2013-06-17 Thread Apport retracing service
*** This bug is a duplicate of bug 1187709 ***
https://bugs.launchpad.net/bugs/1187709

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1191903/+attachment/3705880/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1191903/+attachment/3705882/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1191903/+attachment/3705883/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1191903/+attachment/3705884/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1191903/+attachment/3705885/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1191903/+attachment/3705886/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1191903/+attachment/3705887/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  nautilus crashed with SIGSEGV in gtk_icon_info_get_attach_points()

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  It crashed after i did an software update

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: nautilus 1:3.6.3-0ubuntu18
  ProcVersionSignature: Ubuntu 3.9.0-5.12-generic 3.9.5
  Uname: Linux 3.9.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Mon Jun 17 20:17:00 2013
  ExecutablePath: /usr/bin/nautilus
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'800x550+101+61'
  InstallationDate: Installed on 2013-06-16 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130613)
  MarkForUpload: True
  ProcCmdline: nautilus -n
  ProcEnviron:
   LANGUAGE=nl_NL
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f9995cc8dc7 gtk_icon_info_get_attach_points+183:  
mov(%rdi),%esi
   PC (0x7f9995cc8dc7) ok
   source (%rdi) (0x1) not located in a known VMA region (needed 
readable region)!
   destination %esi ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: nautilus
  StacktraceTop:
   gtk_icon_info_get_attach_points () from 
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: nautilus crashed with SIGSEGV in gtk_icon_info_get_attach_points()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1077696] Re: mounted samba share stops working for file access

2013-06-17 Thread cholldorff
This also affects me on Xubuntu 13.04 :(
Solution in #10 works, though.

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

Title:
  mounted samba share stops working for file access

Status in “gvfs” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 12.10 - same problem when acessing SMB shares from two computers
  same for shares both on Ubuntu 12.10 server, and a windows server.

  Reproduce;
  it helps if you play a video/movie using vlc or mplayer from share.   the 
file should be open for hours. (use pause)
  - when unpaused, the file will play fine.
  -no new big files on that share will open, small files may work.
  unmounting + remounting  the SMB share may fixe the problem, but other 
processes may be affected:
  VLC - while stuck with such samba problem,  is impossible to kill, same for 
smplayer
  sudo killall vlc -s KILL
  .. will not kill it.
  and so unmounting the share takes 10 attempts..

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: gvfs-backends 1.14.0-0ubuntu6
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Sun Nov 11 20:30:49 2012
  ExecutablePath: /usr/lib/gvfs/gvfsd-smb
  MarkForUpload: True
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=set
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SourcePackage: gvfs
  UpgradeStatus: Upgraded to quantal on 2012-10-17 (25 days ago)

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

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


[Desktop-packages] [Bug 1011073] Re: NetworkManager submenus sometimes unpopulated

2013-06-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~jm-leddy/ubuntu/precise/libdbusmenu/fixmenu

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

Title:
  NetworkManager submenus sometimes unpopulated

Status in DBus Menu:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project precise series:
  New
Status in OEM Priority Project quantal series:
  New
Status in OEM Priority Project raring series:
  New
Status in “libdbusmenu” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” package in Ubuntu:
  Invalid
Status in “libdbusmenu” source package in Precise:
  Triaged
Status in “network-manager-applet” source package in Precise:
  Invalid
Status in “libdbusmenu” source package in Quantal:
  Triaged
Status in “network-manager-applet” source package in Quantal:
  Invalid
Status in “libdbusmenu” source package in Raring:
  Triaged
Status in “network-manager-applet” source package in Raring:
  Invalid

Bug description:
  [Impact]

   * Affected applications with a high number of menu updates reach the maximum 
value allowed for the ID of a menuitem, and rejects further menu changes. 
Because the application underneath the menu has already removed the underlying 
actual GtkMenuItem objects, it is impossible to activate the items -- to effect 
the actions linked to the menuitems.
   * Some indicators have a relatively high and climbing memory usage due to 
the way they build menus to be displayed in the panel.

  [Test Case]

   * Run nm-applet for a while (multiple days without shutdown, without killing 
the application), notice whether the menus are still usable.
   * Run indicators for a while, observe memory usage.

  [Regression Potential]

  Indicators with a very high amount of updates may be affected as circling 
back past the maximum value, if a new menu item is created with an ID still in 
use by a menuitem that has not been removed yet, neither or only one of the two 
menu items might be available to be clicked -- this could confuse users or 
cause error messages to be displayed.
  Risk is low however since network-manager-gnome (nm-applet) is currently the 
application with the most menu updates.

  [Other Info]
   
  Submenus in Network Manager are sometimes unusable as they are not populated. 
 This happens both with the list of available networks and with the VPN list.  
When the bug happens, it occurs for *both* the wireless submenu and the VPN 
menu.  I know there are entries for those submenus as I can see them with other 
network UI mechanisms.  The issue is intermittent.

  Expected:
  Dropping down the menu then hovering over the submenu trigger-point (example: 
More networks) shows the additional expected entries (example: more wifi 
networks to choose from).

  Actual:
  Dropping down the menu and hovering over the submenu trigger displays a 
submenu but the submenu has nothing in it and is unusable.

  Ubuntu 12.04
  network-manager 0.9.4.0-0ubuntu4.1
  Apple Macbook Pro 8,1

  03:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 
02)
  02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765 Gigabit 
Ethernet PCIe (rev 10)

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

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


[Desktop-packages] [Bug 1011073] Re: NetworkManager submenus sometimes unpopulated

2013-06-17 Thread James M. Leddy
I'm not sure I did this right, I've created a new branch based off the
ubuntu project, but I see Mathieu further up did a merge directly
against the dbus menu project. Anyway, let me know if this works or if I
need to do something else. I'm subscribing -sponsors too.

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

Title:
  NetworkManager submenus sometimes unpopulated

Status in DBus Menu:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project precise series:
  New
Status in OEM Priority Project quantal series:
  New
Status in OEM Priority Project raring series:
  New
Status in “libdbusmenu” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” package in Ubuntu:
  Invalid
Status in “libdbusmenu” source package in Precise:
  Triaged
Status in “network-manager-applet” source package in Precise:
  Invalid
Status in “libdbusmenu” source package in Quantal:
  Triaged
Status in “network-manager-applet” source package in Quantal:
  Invalid
Status in “libdbusmenu” source package in Raring:
  Triaged
Status in “network-manager-applet” source package in Raring:
  Invalid

Bug description:
  [Impact]

   * Affected applications with a high number of menu updates reach the maximum 
value allowed for the ID of a menuitem, and rejects further menu changes. 
Because the application underneath the menu has already removed the underlying 
actual GtkMenuItem objects, it is impossible to activate the items -- to effect 
the actions linked to the menuitems.
   * Some indicators have a relatively high and climbing memory usage due to 
the way they build menus to be displayed in the panel.

  [Test Case]

   * Run nm-applet for a while (multiple days without shutdown, without killing 
the application), notice whether the menus are still usable.
   * Run indicators for a while, observe memory usage.

  [Regression Potential]

  Indicators with a very high amount of updates may be affected as circling 
back past the maximum value, if a new menu item is created with an ID still in 
use by a menuitem that has not been removed yet, neither or only one of the two 
menu items might be available to be clicked -- this could confuse users or 
cause error messages to be displayed.
  Risk is low however since network-manager-gnome (nm-applet) is currently the 
application with the most menu updates.

  [Other Info]
   
  Submenus in Network Manager are sometimes unusable as they are not populated. 
 This happens both with the list of available networks and with the VPN list.  
When the bug happens, it occurs for *both* the wireless submenu and the VPN 
menu.  I know there are entries for those submenus as I can see them with other 
network UI mechanisms.  The issue is intermittent.

  Expected:
  Dropping down the menu then hovering over the submenu trigger-point (example: 
More networks) shows the additional expected entries (example: more wifi 
networks to choose from).

  Actual:
  Dropping down the menu and hovering over the submenu trigger displays a 
submenu but the submenu has nothing in it and is unusable.

  Ubuntu 12.04
  network-manager 0.9.4.0-0ubuntu4.1
  Apple Macbook Pro 8,1

  03:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 
02)
  02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765 Gigabit 
Ethernet PCIe (rev 10)

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

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


[Desktop-packages] [Bug 1011073] Re: NetworkManager submenus sometimes unpopulated

2013-06-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~jm-leddy/ubuntu/precise/libdbusmenu/menuitem-max-
id

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

Title:
  NetworkManager submenus sometimes unpopulated

Status in DBus Menu:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project precise series:
  New
Status in OEM Priority Project quantal series:
  New
Status in OEM Priority Project raring series:
  New
Status in “libdbusmenu” package in Ubuntu:
  Fix Released
Status in “network-manager-applet” package in Ubuntu:
  Invalid
Status in “libdbusmenu” source package in Precise:
  Triaged
Status in “network-manager-applet” source package in Precise:
  Invalid
Status in “libdbusmenu” source package in Quantal:
  Triaged
Status in “network-manager-applet” source package in Quantal:
  Invalid
Status in “libdbusmenu” source package in Raring:
  Triaged
Status in “network-manager-applet” source package in Raring:
  Invalid

Bug description:
  [Impact]

   * Affected applications with a high number of menu updates reach the maximum 
value allowed for the ID of a menuitem, and rejects further menu changes. 
Because the application underneath the menu has already removed the underlying 
actual GtkMenuItem objects, it is impossible to activate the items -- to effect 
the actions linked to the menuitems.
   * Some indicators have a relatively high and climbing memory usage due to 
the way they build menus to be displayed in the panel.

  [Test Case]

   * Run nm-applet for a while (multiple days without shutdown, without killing 
the application), notice whether the menus are still usable.
   * Run indicators for a while, observe memory usage.

  [Regression Potential]

  Indicators with a very high amount of updates may be affected as circling 
back past the maximum value, if a new menu item is created with an ID still in 
use by a menuitem that has not been removed yet, neither or only one of the two 
menu items might be available to be clicked -- this could confuse users or 
cause error messages to be displayed.
  Risk is low however since network-manager-gnome (nm-applet) is currently the 
application with the most menu updates.

  [Other Info]
   
  Submenus in Network Manager are sometimes unusable as they are not populated. 
 This happens both with the list of available networks and with the VPN list.  
When the bug happens, it occurs for *both* the wireless submenu and the VPN 
menu.  I know there are entries for those submenus as I can see them with other 
network UI mechanisms.  The issue is intermittent.

  Expected:
  Dropping down the menu then hovering over the submenu trigger-point (example: 
More networks) shows the additional expected entries (example: more wifi 
networks to choose from).

  Actual:
  Dropping down the menu and hovering over the submenu trigger displays a 
submenu but the submenu has nothing in it and is unusable.

  Ubuntu 12.04
  network-manager 0.9.4.0-0ubuntu4.1
  Apple Macbook Pro 8,1

  03:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 
02)
  02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765 Gigabit 
Ethernet PCIe (rev 10)

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

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


[Desktop-packages] [Bug 1093582] Re: gnome-system-monitor display without grid

2013-06-17 Thread Robert Roth
Marking as Invalid based on comment #5.

** Changed in: gnome-system-monitor (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  gnome-system-monitor display without grid

Status in The GNOME System Monitor:
  Confirmed
Status in “gnome-system-monitor” package in Ubuntu:
  Invalid

Bug description:
  gnome-system-monitor display without grid lines after refreshing or
  starting the application (cf. attached screenshot)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: gnome-system-monitor 3.6.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
  Uname: Linux 3.5.0-21-generic x86_64
  ApportVersion: 2.6.1-0ubuntu9
  Architecture: amd64
  Date: Tue Dec 25 09:26:55 2012
  InstallationDate: Installed on 2012-05-16 (222 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: gnome-system-monitor
  UpgradeStatus: Upgraded to quantal on 2012-10-20 (65 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/1093582/+subscriptions

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


[Desktop-packages] [Bug 953215] Re: even if using unity, the system monitor says that I'm using gnome

2013-06-17 Thread Robert Roth
As the latest System Monitor does not display system information
anymore, I am marking this as Invalid. The system information is
displayed in Control Center's Details panel, there's no need to
duplicate that in System Monitor.

** Changed in: gnome-system-monitor (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  even if using unity, the system monitor says that I'm using gnome

Status in “gnome-system-monitor” package in Ubuntu:
  Invalid

Bug description:
  I'm using ubuntu with unity and only unity, I have never installed
  gnome, but the system monitor says that I'm using gnome and shows also
  the gnome-foot logo.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-system-monitor 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
  Uname: Linux 3.0.0-16-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Mon Mar 12 18:27:41 2012
  ExecutablePath: /usr/bin/gnome-system-monitor
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-system-monitor
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 332060] Re: [Feature Request] Add Service Tag and support URL in System Monitor under System

2013-06-17 Thread Robert Roth
As the System tab has been removed from System Monitor due to
duplicating the information from System Settings-Details panel, I am
marking this as Invalid. If you still need this, please open another bug
for the System Settings package (gnome-control-center)

** Changed in: gnome-system-monitor (Ubuntu)
   Status: New = Invalid

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

Title:
  [Feature Request] Add Service Tag and support URL in System Monitor
  under System

Status in The Dell Project:
  Won't Fix
Status in “gnome-system-monitor” package in Ubuntu:
  Invalid

Bug description:
  I am attaching a mockup of how Service tag and support URL could be
  integrated to System Monitor, when the system has been detected to be
  a Dell.

  My screenshot doesn't show this but the support URL could also be
  clickable.

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

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


[Desktop-packages] [Bug 1191436] Re: Ubuntu 13.04: message notification shows Pidgin new messages even after read

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

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

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

Title:
  Ubuntu 13.04: message notification shows Pidgin new messages even
  after read

Status in “pidgin” package in Ubuntu:
  Confirmed

Bug description:
  In Ubuntu 13.04, new message notifications do not go away for Pidgin
  after clicking on the Pidgin chat window and reading the message.
  Instead, you have to click on each notification in the notification
  menu to get it to go away, or click clear at the bottom of the menu.

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

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


[Desktop-packages] [Bug 1190065] Re: [ASRock A75M, Realtek ALC892, Green Line Out, Rear] No sound at all

2013-06-17 Thread Markus Frick
Installed the latest driver as described in your link, but there is still no 
sound...
The further info is here:  
http://www.alsa-project.org/db/?f=ef7c4434dfff6ac657d64dc894b920bd49341854

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

Title:
  [ASRock A75M, Realtek ALC892, Green Line Out, Rear] No sound at all

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

Bug description:
  Ubuntu 12.04 LTS

  aplay -l
   Liste der Hardware-Geräte (PLAYBACK) 
  Karte 0: Generic [HD-Audio Generic], Gerät 0: ALC892 Analog [ALC892 Analog]
Sub-Geräte: 1/1
Sub-Gerät #0: subdevice #0
  Karte 0: Generic [HD-Audio Generic], Gerät 1: ALC892 Digital [ALC892 Digital]
Sub-Geräte: 1/1
Sub-Gerät #0: subdevice #0

  aplay -L
  null
  Discard all samples (playback) or generate zero samples (capture)
  pulse
  PulseAudio Sound Server
  default
  Playback/recording through the PulseAudio sound server
  sysdefault:CARD=Generic
  HD-Audio Generic, ALC892 Analog
  Default Audio Device
  front:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  Front speakers
  surround40:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  4.0 Surround output to Front and Rear speakers
  surround41:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  4.1 Surround output to Front, Rear and Subwoofer speakers
  surround50:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  5.0 Surround output to Front, Center and Rear speakers
  surround51:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  surround71:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  iec958:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Digital
  IEC958 (S/PDIF) Digital Audio Output
  dmix:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  Direct sample mixing device
  dmix:CARD=Generic,DEV=1
  HD-Audio Generic, ALC892 Digital
  Direct sample mixing device
  dsnoop:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  Direct sample snooping device
  dsnoop:CARD=Generic,DEV=1
  HD-Audio Generic, ALC892 Digital
  Direct sample snooping device
  hw:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  Direct hardware device without any conversions
  hw:CARD=Generic,DEV=1
  HD-Audio Generic, ALC892 Digital
  Direct hardware device without any conversions
  plughw:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  Hardware device with all software conversions
  plughw:CARD=Generic,DEV=1
  HD-Audio Generic, ALC892 Digital
  Hardware device with all software conversions

  lspci | grep Audio
  00:14.2 Audio device: Advanced Micro Devices [AMD] Hudson Azalia Controller 
(rev 01)
  02:05.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 
11)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-45.70-generic 3.2.44
  Uname: Linux 3.2.0-45-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  markus 1871 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xfef4 irq 16'
 Mixer name : 'Realtek ALC892'
 Components : 'HDA:10ec0892,18498892,00100302'
 Controls  : 43
 Simple ctrls  : 21
  Date: Tue Jun 11 23:02:13 2013
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120817.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=de_AT:de
   PATH=(custom, no user)
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic failed
  Symptom_Card: Internes Audio - HD-Audio Generic
  Symptom_DevicesInUse:
   1871  markusF pulseaudio
   PID ACCESS COMMAND
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: No sound at all
  Title: [To Be Filled By O.E.M., Realtek ALC892, Green Line Out, Rear] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/15/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.20
  dmi.board.name: A75M
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 

[Desktop-packages] [Bug 1190065] Re: [ASRock A75M, Realtek ALC892, Green Line Out, Rear] No sound at all

2013-06-17 Thread Daniel Letzeisen
Driver version: 1.0.24
You did not install the driver correctly...

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

Title:
  [ASRock A75M, Realtek ALC892, Green Line Out, Rear] No sound at all

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

Bug description:
  Ubuntu 12.04 LTS

  aplay -l
   Liste der Hardware-Geräte (PLAYBACK) 
  Karte 0: Generic [HD-Audio Generic], Gerät 0: ALC892 Analog [ALC892 Analog]
Sub-Geräte: 1/1
Sub-Gerät #0: subdevice #0
  Karte 0: Generic [HD-Audio Generic], Gerät 1: ALC892 Digital [ALC892 Digital]
Sub-Geräte: 1/1
Sub-Gerät #0: subdevice #0

  aplay -L
  null
  Discard all samples (playback) or generate zero samples (capture)
  pulse
  PulseAudio Sound Server
  default
  Playback/recording through the PulseAudio sound server
  sysdefault:CARD=Generic
  HD-Audio Generic, ALC892 Analog
  Default Audio Device
  front:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  Front speakers
  surround40:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  4.0 Surround output to Front and Rear speakers
  surround41:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  4.1 Surround output to Front, Rear and Subwoofer speakers
  surround50:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  5.0 Surround output to Front, Center and Rear speakers
  surround51:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  surround71:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  iec958:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Digital
  IEC958 (S/PDIF) Digital Audio Output
  dmix:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  Direct sample mixing device
  dmix:CARD=Generic,DEV=1
  HD-Audio Generic, ALC892 Digital
  Direct sample mixing device
  dsnoop:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  Direct sample snooping device
  dsnoop:CARD=Generic,DEV=1
  HD-Audio Generic, ALC892 Digital
  Direct sample snooping device
  hw:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  Direct hardware device without any conversions
  hw:CARD=Generic,DEV=1
  HD-Audio Generic, ALC892 Digital
  Direct hardware device without any conversions
  plughw:CARD=Generic,DEV=0
  HD-Audio Generic, ALC892 Analog
  Hardware device with all software conversions
  plughw:CARD=Generic,DEV=1
  HD-Audio Generic, ALC892 Digital
  Hardware device with all software conversions

  lspci | grep Audio
  00:14.2 Audio device: Advanced Micro Devices [AMD] Hudson Azalia Controller 
(rev 01)
  02:05.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 
11)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-45.70-generic 3.2.44
  Uname: Linux 3.2.0-45-generic x86_64
  NonfreeKernelModules: fglrx
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  markus 1871 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xfef4 irq 16'
 Mixer name : 'Realtek ALC892'
 Components : 'HDA:10ec0892,18498892,00100302'
 Controls  : 43
 Simple ctrls  : 21
  Date: Tue Jun 11 23:02:13 2013
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120817.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=de_AT:de
   PATH=(custom, no user)
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic failed
  Symptom_Card: Internes Audio - HD-Audio Generic
  Symptom_DevicesInUse:
   1871  markusF pulseaudio
   PID ACCESS COMMAND
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: No sound at all
  Title: [To Be Filled By O.E.M., Realtek ALC892, Green Line Out, Rear] No 
sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/15/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.20
  dmi.board.name: A75M
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.20:bd06/15/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnA75M:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  

[Desktop-packages] [Bug 1181442] Re: gnome-control-center reads 'Ubuntu 13.04' on Saucy

2013-06-17 Thread John Kim
*** This bug is a duplicate of bug 1188208 ***
https://bugs.launchpad.net/bugs/1188208

 But Why wasn't the image open sourced?... Wow.

Sorry, I didn't realize that.  I know better now. :-)

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

Title:
  gnome-control-center reads 'Ubuntu 13.04' on Saucy

Status in GNOME Control Center:
  Won't Fix
Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  On the terminal,

  $ ls_usb -a

  shows 'Ubuntu 13.10,' but the gnome-control-center application reads
  as 'Ubuntu 13.04.'  The image needs to be updated.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu25
  ProcVersionSignature: Ubuntu 3.9.0-2.6-generic 3.9.2
  Uname: Linux 3.9.0-2-generic x86_64
  ApportVersion: 2.10.1-0ubuntu1
  Architecture: amd64
  Date: Fri May 17 17:30:59 2013
  InstallationDate: Installed on 2013-04-27 (20 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to saucy on 2013-05-12 (5 days ago)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu6.1
   deja-dup26.0-0ubuntu1
   gnome-control-center-signon 0.1.6bzr13.04.05-0ubuntu2
   gnome-control-center-unity  1.2daily13.04.09-0ubuntu1
   indicator-datetime  12.10.3daily13.05.06.1-0ubuntu1

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

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


[Desktop-packages] [Bug 1191468] Re: User Accounts: Can add a new user but it cannot be enabled successfully

2013-06-17 Thread Doug McMahon
If no one else does, (upstream), I guess I will though it would seem quite 
possible this works fine on the dev's installs.
(searched bugzilla  didn't find anything  related

On a side note,  using the Action  Choose password at next login works fine.
While maybe not a factor, it doesn't appear to use the same method to determine 
an acceptable password as the panel does when entering password directly in the 
panel 
(only a min of any 6 chars from login screen

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

Title:
  User Accounts: Can add a new user but  it cannot  be enabled
  successfully

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

Bug description:
   Test Case:
  System settings  User Accounts
  unlock, add a new user, set an acceptable password
  See if account has been enabled, aometimes it is other times not.
  Once showing as enabled try to log in with password, never works

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu28
  ProcVersionSignature: Ubuntu 3.9.0-6.13-generic 3.9.6
  Uname: Linux 3.9.0-6-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Sun Jun 16 02:14:22 2013
  InstallationDate: Installed on 2013-06-16 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130615)
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu6.1
   deja-dup26.0-0ubuntu2
   gnome-control-center-signon 0.1.7~daily13.06.05.1-0ubuntu1
   gnome-control-center-unity  1.3daily13.06.14.1-0ubuntu1
   indicator-datetime  12.10.3daily13.06.07-0ubuntu1

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

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


[Desktop-packages] [Bug 1181442] Re: gnome-control-center reads 'Ubuntu 13.04' on Saucy

2013-06-17 Thread John Kim
*** This bug is a duplicate of bug 1188208 ***
https://bugs.launchpad.net/bugs/1188208

By the way, can someone explain why this bug report has been marked
duplicate despite having been reported a month before 1188208?

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

Title:
  gnome-control-center reads 'Ubuntu 13.04' on Saucy

Status in GNOME Control Center:
  Won't Fix
Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  On the terminal,

  $ ls_usb -a

  shows 'Ubuntu 13.10,' but the gnome-control-center application reads
  as 'Ubuntu 13.04.'  The image needs to be updated.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-control-center 1:3.6.3-0ubuntu25
  ProcVersionSignature: Ubuntu 3.9.0-2.6-generic 3.9.2
  Uname: Linux 3.9.0-2-generic x86_64
  ApportVersion: 2.10.1-0ubuntu1
  Architecture: amd64
  Date: Fri May 17 17:30:59 2013
  InstallationDate: Installed on 2013-04-27 (20 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to saucy on 2013-05-12 (5 days ago)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu6.1
   deja-dup26.0-0ubuntu1
   gnome-control-center-signon 0.1.6bzr13.04.05-0ubuntu2
   gnome-control-center-unity  1.2daily13.04.09-0ubuntu1
   indicator-datetime  12.10.3daily13.05.06.1-0ubuntu1

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

-- 
Mailing list: https://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   >