Public bug reported:
There are several bug reports related to crashes in this package, but
all reports are quite old. I believe this is a new issue.
[Linux:yankovich-new-desktop ~]# sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information...
I created an upstream bug at bugzilla.gnome.com.
http://bugzilla.gnome.org/show_bug.cgi?id=568553
--
evince fails to start with strange .recently-used.xbel entries
https://bugs.launchpad.net/bugs/319274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribe
Public bug reported:
Binary package hint: evince
I'm running Ubuntu 8.10 with Evince 2.24.1-0ubuntu1. I also have autofs
setup to automount filesystems from both my home and my work.
If I open a PDF from a filesystem at home, for example
/mnt/caseserver/home/mlcase/InterestPaid.pdf, an entry fo
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/19940335/Dependencies.txt
** Attachment added: "ProcMaps.txt"
http://launchpadlibrarian.net/19940336/ProcMaps.txt
** Attachment added: "ProcStatus.txt"
http://launchpadlibrarian.net/19940337/ProcStatus.txt
--
calcul
Public bug reported:
Binary package hint: gcalctool
I am a C programmer and expect the calculator to honor similar operator
precedence. Typing "~D AND D" should therefore yield 0 since bitwise
negation is usually interpreted as the most tightly binding. However,
this gets parsed as "~(D AND D)"