I came across this in a Debian bug (https://bugs.debian.org/823195) and
I found a workaround similar to comment #2. This works on Debian Sid,
but not on Jessie, so this might not work on a system more than a year
or two old.
Use normal (non-natural) scrolling in Xfce settings and run a command
li
*** This bug has been marked as a duplicate of bug 93299 ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/485745
Title:
Evince presents PDF with mis-rendered Hebrew
To manage notifications about t
This file would be fixed by my patch in bug 93299. It provides
fontconfig some hints about the character encoding so it can do better
at choosing an appropriate font.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launch
(In reply to Thomas Freitag from comment #5)
> May You have a look at bug 43488 and bug 41104 if Your patch of bug 93299
> fixes them, too? And mark them as duplicate if so?
No, my patch does not fix either of those. The files in both of those
bugs directly use the glyph IDs to look up glyphs. W
The "narrow text" part of this should be fixed with bug 94054.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/667752
Title:
Non-embedded standard fonts in PDF files are not displayed/rendered
corre
Created attachment 121848
Cache result of inner loop in visitDepthFirst
This is an alternative to Brian's patch in comment 65. This speeds up
the visitDepthFirst function by caching the result in the inner loop.
This provides a similar speedup without changing the output of
pdftotext.
--
You re
** Bug watch added: freedesktop.org Bugzilla #92516
https://bugs.freedesktop.org/show_bug.cgi?id=92516
** Also affects: poppler via
https://bugs.freedesktop.org/show_bug.cgi?id=92516
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a membe
*** This bug has been marked as a duplicate of bug 33364 ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/588756
Title:
doesn't render the whole cube/brick pattern
To manage notifications about th
*** Bug 89488 has been marked as a duplicate of this bug. ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404715
Title:
evince crashed with SIGSEGV
To manage notifications about this bug go to:
*** This bug has been marked as a duplicate of bug 66229 ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1456616
Title:
unable to rotate a pdf coming from Firefox (Google maps)
To manage notifica
*** Bug 66569 has been marked as a duplicate of this bug. ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/116453
Title:
evince can not find ü in attached PDF
To manage notifications about this bu
*** Bug 13441 has been marked as a duplicate of this bug. ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/39890
Title:
characters change when selecting text
To manage notifications about
*** Bug 9608 has been marked as a duplicate of this bug. ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/39890
Title:
characters change when selecting text
To manage notifications about t
(In reply to Nelson Benitez from comment #13)
> Hi Jason, thank you very much for the patch, btw, today I was reading this
> pdf:
>
> http://www.compsci.hunter.cuny.edu/~sweiss/course_materials/csci493.70/
> lecture_notes/GTK_textview.pdf
>
> and noticed that lot of words with double f, like 'bu
Created attachment 114485
Combine base characters and diacritical marks
My attempt to improve this.
When you make a diacriticized character with LaTeX, ü for example, it
will make a PDF with separate u and ¨ characters and draw them over each
other. This patch detects when this happens and conve
Created attachment 113036
[draft] combine characters
I might be able to fix this in a better way by combining letters with
nearby diacritic marks so that this document *would* contain ü. It
seems to be a nice improvement for some latex documents. Attached patch
can give you a rough idea of what
I suppose if I add an option to findText, I should also add a flag
(POPPLER_FIND_IGNORE_COMBINING?) to PopplerFindFlags, for the glib front
end's poppler_page_find_text_with_options(). It would be nice if
someone could confirm that evince would actually use this option.
--
You received this bug
hdante: the problem is that, despite appearances, the PDF in the bug
description does not contain the word 'Über'. It contains the word
'Uber', without a diaresis. You can see this if you copy and paste from
the document using any PDF reader, including adobe reader, google
chrome, foxit, etc. Th
Created attachment 112107
Remove combining characters from normalized text
This patch changes normalization so that combining characters are
removed from the normalized text. This makes searching through
TextPage::findText insensitive to these characters.
Also, renames unicodeNormalizeNFKC to un
*** This bug has been marked as a duplicate of bug 46603 ***
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/808894
Title:
Certain characters are not rendered correctly when selected
(highlighted)
Public bug reported:
Binary package hint: mono
When compiled and run, the following program crashes with SIGSEGV
public class Foo {
static void Main() {
new System.IO.Pipes.NamedPipeServerStream("testpipe").Disconnect();
}
}
$ gmcs pipetest.cs
$ mono pipetest.exe
Stacktrace:
I'm at a loss. I have no idea why the kernel would not be recognizing
the /dev/sdXY devices. Sorry that I cannot help more.
--
Kernel panic 2.6.12-8-amd64-k8
https://bugs.launchpad.net/bugs/21481
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subsc
The "error opening volume" message is probably because vol_id needs to
be run as root. But that doesn't matter because the problem is
/dev/sda* entries are not being created.
Maybe scsi drivers are not loaded? You could try running "modprobe
scsi_mod sd_mod sr_mod st sg" from -19 recovery consol
Your fstab and menu.lst look good to me same to me. And if they didn't
match, I would expect the error messages to be different.
So if you boot into -19 recovery console, you see entries in /dev ? Do
you at least have /dev/hda or /dev/sda entries for your drive? If so, I
don't know why it is n
It pauses at "Begin: Waiting for root file system" because the entries
in /dev are not available. It pauses hoping that they will soon appear.
I'm not sure why they are not there. Could be udev not starting?
--
Kernel panic 2.6.12-8-amd64-k8
https://bugs.launchpad.net/bugs/21481
You received t
I suspect that the linker is trying to load libc from from
/lib/libc.so.6 rather than /lib64/libc.so.6, where it reside in the
initrd you provided. Can you show the output of the command "update-
initramfs -uv -k 2.6.24-19-generic"? That may fix the problem depending
on how it updates the initrd.
Sorry, it is 2.6.24-19-generic that is not booting properly? Could you
attach /boot/initrd.img-2.6.24-19-generic then?
--
Kernel panic 2.6.12-8-amd64-k8
https://bugs.launchpad.net/bugs/21481
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
Would you mind attaching /boot/initrd.img-2.6.25-2-amd64 ?
--
Kernel panic 2.6.12-8-amd64-k8
https://bugs.launchpad.net/bugs/21481
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
h
Public bug reported:
Binary package hint: libaudiofile0
version: 0.2.6-6ubuntu3
needs to be configured with ./configure --enable-largefile=yes
** Affects: audiofile (Ubuntu)
Importance: Undecided
Status: New
--
libaudiofile0 does not have large file support
https://bugs.launchpad
29 matches
Mail list logo