[Bug 116453]

2015-04-15 Thread Jason Crain
(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 'buffer',

[Touch-packages] [Bug 116453]

2015-04-15 Thread Jason Crain
(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 'buffer',

[Bug 116453]

2015-03-24 Thread Jason Crain
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

[Bug 116453]

2015-03-24 Thread Jason Crain
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

[Desktop-packages] [Bug 116453]

2015-03-24 Thread Jason Crain
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

[Touch-packages] [Bug 116453]

2015-03-24 Thread Jason Crain
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

[Okular-devel] [okular] [Bug 344849] PDF metadata is displayed incorrectly in File - Properties

2015-03-05 Thread Jason Crain
https://bugs.kde.org/show_bug.cgi?id=344849 Jason Crain ja...@aquaticape.us changed: What|Removed |Added CC||ja...@aquaticape.us

[Bug 116453]

2015-02-03 Thread Jason Crain
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

[Desktop-packages] [Bug 116453]

2015-02-03 Thread Jason Crain
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

[Touch-packages] [Bug 116453]

2015-02-03 Thread Jason Crain
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

[Bug 116453]

2015-02-03 Thread Jason Crain
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

[Desktop-packages] [Bug 116453]

2015-01-27 Thread Jason Crain
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

[Bug 116453]

2015-01-27 Thread Jason Crain
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

[Touch-packages] [Bug 116453]

2015-01-27 Thread Jason Crain
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

[Bug 116453]

2015-01-27 Thread Jason Crain
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

[Desktop-packages] [Bug 116453] Re: evince can not find ü in attached PDF

2015-01-21 Thread Jason Crain
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.

[Touch-packages] [Bug 116453] Re: evince can not find ü in attached PDF

2015-01-21 Thread Jason Crain
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.

[Bug 116453] Re: evince can not find ü in attached PDF

2015-01-21 Thread Jason Crain
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.

[Bug 116453] Re: evince can not find ü in attached PDF

2015-01-21 Thread Jason Crain
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.

[Bug 116453]

2015-01-13 Thread Jason Crain
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

[Desktop-packages] [Bug 116453]

2015-01-13 Thread Jason Crain
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

[Bug 116453]

2015-01-13 Thread Jason Crain
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

[Touch-packages] [Bug 808894]

2014-12-19 Thread Jason Crain
*** This bug has been marked as a duplicate of bug 46603 *** -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to poppler in Ubuntu. https://bugs.launchpad.net/bugs/808894 Title: Certain characters are not rendered correctly

[Desktop-packages] [Bug 808894]

2014-12-19 Thread Jason Crain
*** This bug has been marked as a duplicate of bug 46603 *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to poppler in Ubuntu. https://bugs.launchpad.net/bugs/808894 Title: Certain characters are not rendered correctly when selected

[Bug 808894]

2014-12-19 Thread Jason Crain
*** This bug has been marked as a duplicate of bug 46603 *** -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to poppler in Ubuntu. https://bugs.launchpad.net/bugs/808894 Title: Certain characters are not rendered correctly when

[Bug 808894]

2014-12-19 Thread Jason Crain
*** 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)

Re: [poppler] poppler-qt5 Ubuntu 13.10 failed to load .pdf files...

2014-02-19 Thread Jason Crain
On 2014-02-19 05:52, JIA Pei wrote: And, I just want to open an .pdf file with the following line: Poppler::Document* m_pDocument = Poppler::Document::load(); this-m_qtFileName is of value \home\jiapei\Documents\CloudStorage.pdf the value of m_pDocument is always NULL, namely 0x0. Did

Re: [evince] Bug in Document Viewer

2014-01-31 Thread Jason Crain
On Thu, Jan 30, 2014 at 10:23:57AM +, Mick Sulley wrote: I would like to report a bug in Document Viewer, not sure if this is the correct way to do it, if not can you advise please. I am running Debian Jessie, with Document Viewer 3.10.0 but I have tested in Debian Wheezy as well with

Re: [evince] embedded type 3 font issue

2014-01-19 Thread Jason Crain
On Sun, Jan 19, 2014 at 09:17:48AM -0500, Bob Tennent wrote: I've compared ldd outputs and the following are used on the system with the issue: libEGL.so.1 = /usr/lib/libEGL.so.1 (0x007a4000) libxcb-shm.so.0 = /usr/lib/libxcb-shm.so.0 (0x07c5f000) libxcb-render.so.0 =

Re: [evince] Evince

2013-10-21 Thread Jason Crain
On Mon, Oct 21, 2013 at 01:46:01PM +0200, Sandra Nazé wrote: To see pdf documents, I use Evince version and I'm very happy with it but today, on a site of the Belgian administration, I read this : To view the full contents of this document, you need a later version of the PDF viewer. You can

Re: [poppler] Linking Poppler to Code::Blocks

2013-04-30 Thread Jason Crain
, or if ENABLE_CPP is disabled, it will not build the CPP frontend. The only dependency I am aware of is Iconv. CMake should state whether the 'cpp wrapper' is being built when you configure it. On Mon, Apr 22, 2013 at 4:46 AM, Jason Crain ja...@aquaticape.us wrote: On Sat, Apr 20, 2013 at 08:20

Re: [poppler] Linking Poppler to Code::Blocks

2013-04-21 Thread Jason Crain
On Sat, Apr 20, 2013 at 08:20:42PM +0200, Christopher Icely wrote: Good Day All, Firstly, I do apologize if this is the incorrect forum in which to ask my questions however, I'm really at my wit's end with this problem and I was hoping one of you could perhaps help me. Basically I wish to

[Bug 700504] [NEW] calling NamedPipeServerStream.Disconnect causes SIGSEGV

2011-01-08 Thread Jason Crain
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:   

Re: Problems with debug packages on ubuntu 9.10 karmic

2010-02-11 Thread Jason Crain
Quoting Thomas Mittelstaedt tmsta...@t-mittelstaedt.de: I have problems producing bug reports containing backtraces with all debug symbols. Even though I do have the dbg packages installed, gdb 7 doesn't pick them up automatically, neither for an installed app like rhythmbox nor for a custom

Re: [Rhythmbox-devel] Feature request: Archived music files

2009-05-09 Thread Jason Crain
sw wrote: there's one feature I am missing right now: with foobar and a couple of other music players there's the possibilty to play and browse zipped/rarerd/7zipped music files directly as if they were folders. Why would you zip or rar a music file? They don't compress well, do they?

Re: cdrtools vs cdrkit: flogging the dead horse

2009-01-14 Thread Jason Crain
On Wed, January 14, 2009 7:08 am, Odysseus Flappington wrote: The reason it's not in non-free (i.e. multiverse, in Ubuntu), is that distributing it is currently believed to be a contravention of the copyright interests of the owners of the elements licensed under the GPL. When we believe that

Re: cdrtools vs cdrkit: flogging the dead horse

2009-01-14 Thread Jason Crain
On Wed, January 14, 2009 7:21 am, Jason Crain wrote: On Wed, January 14, 2009 7:08 am, Odysseus Flappington wrote: The reason it's not in non-free (i.e. multiverse, in Ubuntu), is that distributing it is currently believed to be a contravention of the copyright interests of the owners

[Bug 21481] Re: Kernel panic 2.6.12-8-amd64-k8

2008-07-28 Thread Jason Crain
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

[Bug 21481] Re: Kernel panic 2.6.12-8-amd64-k8

2008-07-25 Thread Jason Crain
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

[Bug 21481] Re: Kernel panic 2.6.12-8-amd64-k8

2008-07-25 Thread Jason Crain
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 console

[Bug 21481] Re: Kernel panic 2.6.12-8-amd64-k8

2008-07-24 Thread Jason Crain
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

[Bug 21481] Re: Kernel panic 2.6.12-8-amd64-k8

2008-07-23 Thread Jason Crain
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

[Bug 21481] Re: Kernel panic 2.6.12-8-amd64-k8

2008-07-23 Thread Jason Crain
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

[Bug 21481] Re: Kernel panic 2.6.12-8-amd64-k8

2008-07-23 Thread Jason Crain
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.

Re: Cloned virtual test machines

2008-07-07 Thread Jason Crain
: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.8.1.15) Gecko/20080622 SeaMonkey/1.1.10 (PmW) Really? Someone is still using OS2? :-) -- Jason Crain -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman

Re: [Rhythmbox-devel] [Patch] Minimize to tray on close

2008-07-01 Thread Jason Crain
Brian J. Murrell wrote: Given that your patch makes the behaviour optional for those that want it and status quo for those that don't, I would be greatly disheartened to see the continued resistance to the feature. Certainly I can understand resistance to a change in SOP, but given that this

Re: Compiling subversion 1.5.0

2008-06-27 Thread Jason Crain
(version 1.4.6) being built? Or how else do I fix this problem? -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss -- Jason Crain -- Ubuntu-devel-discuss mailing list

Re: Compiling subversion 1.5.0

2008-06-27 Thread Jason Crain
27, 2008 2:15 pm, Benno Korn wrote: I tried with the -W option. But the same error occured again. Jason Crain schrieb: Those look like fairly benign warnings that could be ignored. I'm not too familiar with debuild, but you could try running it with the -W option. That might set

Re: Hardy Alpha-4 synaptic error

2008-02-03 Thread Jason Crain
Richard Mancusi wrote: On Feb 3, 2008 9:13 AM, Lars Wirzenius [EMAIL PROTECTED] wrote: On su, 2008-02-03 at 09:05 -0600, Richard Mancusi wrote: [EMAIL PROTECTED]:~$ gksu update-manager warning: could not initiate dbus You don't need to run update-manager as root. It will

Re: Hardy Alpha-4 synaptic error

2008-02-03 Thread Jason Crain
Richard Mancusi wrote: -- Forwarded message -- From: Richard Mancusi [EMAIL PROTECTED] Date: Feb 3, 2008 9:46 AM Subject: Re: Hardy Alpha-4 synaptic error To: Jason Crain [EMAIL PROTECTED] On Feb 3, 2008 9:35 AM, Jason Crain [EMAIL PROTECTED] wrote: Could you run

Re: [Rhythmbox-devel] RB Plugin area

2007-12-27 Thread Jason Crain
/RhythmboxPlugins/ThirdParty -- Jason Crain ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: Easy Add/Remove Porgrams for non-sudoers with local PREFIX?

2007-12-21 Thread Jason Crain
Mackenzie Morgan wrote: You'd have to have special packages for local and for system-wide. ./configure is during compile, not during installation, so you'd have to compile twice for each package to have one that goes in ~ On Dec 20, 2007 11:24 AM, Carsten Agger [EMAIL PROTECTED]

[Bug 173334] libaudiofile0 does not have large file support

2007-12-01 Thread Jason Crain
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

<    1   2   3   4   5