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
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
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
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
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
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: (
** 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
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
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