[Bug 1324800] Re: network-manager does not save vpn (openvpn) password anymore

2015-02-23 Thread Xavier Martinez-Hidalgo
I am experiencing the same issue. This seems to be related to a recent gnome-keyring upgrade. As a workaround, downgrading gnome-keyring from 3.10.1-1ubuntu4.2 to 3.10.1-1ubuntu4: sudo apt-get install gnome-keyring=3.10.1-1ubuntu4 solves the problem for me. -- You received this bug notificati

[Bug 921071] Re: daap served files sometimes stop playing when going from an mp3 to an ogg

2012-04-09 Thread Xavier Martinez-Hidalgo
I have the same issue with local files. There is a discontinuity when playing an ogg after having played an mp3. As a workaround, enabling "Crossfade between tracks" in Rhythmbox Playback preferences seems to solve the issue. -- You received this bug notification because you are a member of Ub

[Bug 636586] Re: dpkg complains about non-existing lines in /var/lib/dpkg/ files

2010-10-16 Thread Xavier Martinez-HIdalgo
Running: {{{ $ sudo dpkg --clear-avail }}} will only fix /var/lib/dpkg/available. Invalid entries in /var/lib/dpkg/status will still cause warnings. In my case, the invalid entry was virtualbox-2.1: {{{ $ dpkg -l > /dev/null warning, in file '/var/lib/dpkg/status' near line 61502 package 'virtu

[Bug 488715] Re: missing Python 2.5 documentation Info entries after upgrade to karmic

2009-11-27 Thread Xavier Martinez-HIdalgo
As a workaround, using the old dpkg install-info does create the entries: $ cd /tmp $ wget http://se.archive.ubuntu.com/ubuntu/pool/main/d/dpkg/dpkg_1.14.24ubuntu1_i386.deb $ dpkg -X dpkg_1.14.24ubuntu1_i386.deb dpkg-1.14 $ sudo bash -c \ 'PATH=/tmp/dpkg-1.14/usr/sbin:$PATH /var/lib/dpkg/info/p

[Bug 488715] Re: missing Python 2.5 documentation Info entries after upgrade to karmic

2009-11-27 Thread Xavier Martinez-HIdalgo
The issue is already reported in Debian (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528882). The info files do not ship info dir sections, so GNU install-info does not create an entry for them in the directory. ** Bug watch added: Debian Bug tracker #528882 http://bugs.debian.org/cg

[Bug 488715] [NEW] missing Python 2.5 documentation Info entries after upgrade to karmic

2009-11-26 Thread Xavier Martinez-HIdalgo
Public bug reported: Binary package hint: python2.5-doc After upgrading from jaunty to karmic, the following Info entries: Python * Python2.5-api: (python2.5-api). Python/C 2.5 API Reference Manual * Python2.5-dist: (python2.5-dist). Distributing Python Modules (2.5) * Python2.5-ext: (

[Bug 327588] Re: ssh-askpass-fullscreen cannot grab keyboard

2009-02-10 Thread Xavier Martinez-HIdalgo
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/22441231/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/22441232/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/22441233/ProcStatus.txt -- ssh-as

[Bug 327588] [NEW] ssh-askpass-fullscreen cannot grab keyboard

2009-02-10 Thread Xavier Martinez-HIdalgo
Public bug reported: Binary package hint: ssh-askpass-fullscreen When ssh-askpass-fullscreen is started to ask for a password, a dialog containing the following message is shown: Could not grab keyboard. A malicious client may be eavesdropping on your session. The password can still be ente

[Bug 155681] Re: emacs22 and python-mode do not play together

2007-11-04 Thread Xavier Martinez-HIdalgo
Removing python-mode is not enough to solve the issue, "purge" must be used to ensure that configuration files are also removed, as suggested by Brad Crittenden. The following worked for me: % sudo aptitude purge python-mode However, this also removes pyrex-mode, as it depends on python-mode, so