[Bug 456093] Re: Duplicated entries of Okular in Open With - Other Application

2009-10-23 Thread Albert Astals Cid
Have you ever heard of the NoDisplay entry? If not i suggest you to have a look at http://standards.freedesktop.org/desktop-entry-spec/desktop- entry-spec-latest.html ** Package changed: okular (Ubuntu) = nautilus (Ubuntu) -- Duplicated entries of Okular in Open With - Other Application

[Bug 838856]

2012-04-30 Thread Albert Astals Cid
Pushed :-) -- 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/838856 Title: cannot show pdf file from one sender but WIN Acrobat reader can show. To manage notifications about this

[Bug 12613]

2012-05-11 Thread Albert Astals Cid
Marking fixed, if you still have a pdf file that has a huge cpu use please open a new bug and attach the pdf file there -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://bugs.launchpad.net/bugs/12613 Title: Xpdf renders

[Bug 893920] [NEW] Install poppler-data by default

2011-11-23 Thread Albert Astals Cid
Public bug reported: Since poppler-data is no longer non free it should be part of the default install (or at least a direct dependency of poppler itself) since otherwise there are files that won't be readable. ** Affects: poppler (Ubuntu) Importance: Undecided Status: New -- You

[Bug 969256] Re: Keyboard shortcuts - The HUD keyboard shortcut should be configurable

2012-04-02 Thread Albert Astals Cid
** Branch linked: lp:~aacid/unity-2d/unity-2d_hud_configuration_key -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/969256 Title: Keyboard shortcuts - The HUD keyboard

[Bug 969256] Re: Keyboard shortcuts - The HUD keyboard shortcut should be configurable

2012-04-04 Thread Albert Astals Cid
** Changed in: unity-2d Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/969256 Title: Keyboard shortcuts - The HUD keyboard shortcut

[Bug 953801] Re: Word order error in RTL language

2012-04-24 Thread Albert Astals Cid
Adding Pango to this bug then, since it seems a problem there and not in unity-2d as far as i see it ** Also affects: pango1.0 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 947249] [NEW] metacity should support struts in the middle of the workarea

2012-03-05 Thread Albert Astals Cid
Public bug reported: To be able of having always visible launchers on the left of each screen in a Unity-2d multimonitor setup Metacity needs to support struts that are placed in the middle of the bigger workarea. ** Affects: metacity (Ubuntu) Importance: High Assignee: Albert Astals

[Bug 950774] [NEW] metacity should report union of workspaces in _NET_WORKAREA instead of just one

2012-03-09 Thread Albert Astals Cid
Public bug reported: Reporting of _NET_WORKAREA -- - Metacity reports just one (the first) of the multiple regions available - Compiz returns the bounding rect of the multiple regions available (that might contain a strut). Both are wrong (as you can't express multiple

[Bug 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2012-01-23 Thread Albert Astals Cid
As poppler maintainer i want to mention that this is not going to happen upstream anytime soon unless the huge regressions in speed (some files go to 0.5 sec in rendering to 5 sec) are fixed in lcms2. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 39890]

2012-08-12 Thread Albert Astals Cid
You are comparing the pointers of the font infos, shouldn't you be comparing the contents of the pointers? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/39890 Title: characters

[Bug 39890]

2012-08-12 Thread Albert Astals Cid
The patch changes (breaks) the behaviour of pdftotext so that is not acceptable. You can see that in the attached pdf bold strike: changes to be extracted to bold strike : -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to the bug

[Bug 39890]

2012-08-12 Thread Albert Astals Cid
Created attachment 43455 The pdf with the pdftotext regression -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/39890 Title: characters change when selecting text To manage

[Bug 39890]

2012-08-12 Thread Albert Astals Cid
I tend to agree with Paul that is fine for a word to have different fonts, but on the other hand one can argue if the : in that situation is part of the word or not. I'd say 1 is a better solution but if you can get 2 with a clean enough code i won't be oposed to it either. Personally i think

[Bug 39890]

2012-08-12 Thread Albert Astals Cid
Paul: Of course, i never said this is an acceptable behaviour. (What makes you think i did?) I only said that from the technical point of view you can argue that : is of course a different word since you won't find the word strike: in a dictionary. -- You received this bug notification because

[Bug 39890]

2012-08-12 Thread Albert Astals Cid
Dmitry please to not modify those fields, that's not for users to choose. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/39890 Title: characters change when selecting text To manage

[Bug 39890]

2012-08-15 Thread Albert Astals Cid
Sure, on my todo (man i'm behind again in poppler :-() -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/39890 Title: characters change when selecting text To manage notifications

[Bug 39890]

2012-08-22 Thread Albert Astals Cid
Good news first, it does not change the output of pdftotext (well it does it in a file, but i don't consider it a regression) Yay :-) Now onto the review of the code itself. From what i can read it seems it is possible to have in the same word fonts with different WMode (i.e. fonts written

[Bug 39890]

2012-08-22 Thread Albert Astals Cid
There's also a weird thing. If i get all the character positions and dump them to file, sometimes there's minor changes, e.g. in https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/881407/+attachment/2571595/+files /Manning-ExtJS_in_Action.pdf the diff says --- old/foo 2012-08-17

[Bug 39890]

2012-08-22 Thread Albert Astals Cid
(In reply to comment #32) The difference in character width is because of this change: @@ -863,7 +839,7 @@ void TextLine::coalesce(UnicodeMap *uMap) { word0-spaceAfter = gTrue; word0 = word1; word1 = word1-next; - } else if (word0-font == word1-font + } else if

[Bug 39890]

2012-08-22 Thread Albert Astals Cid
Ok, let's not worry about that for the moment. I'm more concerned about Carlos not being able to verify this indeed fixes the problem it's supposed to be fixing. Carlos can you give it a second try? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 39890]

2012-08-26 Thread Albert Astals Cid
Jason want me to have another look at your patch or you want to try to fix the issue by Dmitry first? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/39890 Title: characters change

[Bug 1043349] [NEW] User Accounts reports wrong Automatic Login status when upgading from 12.04

2012-08-29 Thread Albert Astals Cid
Public bug reported: How to reproduce: * Have a user with automatic logon in 12.04 * Update to 12.10 * Automatic logon still works * the Users Account reports Automatic logon is Off ** Affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New -- You received

[Bug 183271]

2012-08-31 Thread Albert Astals Cid
Works fine now. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/183271 Title: evince and kpdf fail to open a pdf which works in Adobe Reader 7 To manage notifications about this

[Bug 183271]

2012-08-31 Thread Albert Astals Cid
Somehow it stopped working :-/ -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/183271 Title: evince and kpdf fail to open a pdf which works in Adobe Reader 7 To manage

[Bug 39890]

2012-09-01 Thread Albert Astals Cid
(In reply to comment #37) Created attachment 65992 [details] [review] Allow multiple fonts in a TextWord It was possible for a TextWord to have fonts for both horizontal and vertical writing modes. This version of the patch starts a new word when the WMode changes. When running pdftotext

[Bug 39890]

2012-09-01 Thread Albert Astals Cid
Created attachment 66375 The pdf where the patch crashes -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/39890 Title: characters change when selecting text To manage notifications

[Bug 1018896] Re: nautilus crashed with SIGSEGV in gtk_ui_manager_new_merge_id()

2012-09-05 Thread Albert Astals Cid
Marking as invalid in nautilus (Ubuntu) as suggested by Sebastien Bacher since it was a gtk issue ** Changed in: nautilus (Ubuntu Quantal) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus

[Bug 740506]

2012-09-10 Thread Albert Astals Cid
Haven't looked at the code yet, but thanks anyway for trying to solve this. openssl is not compatible with GPLv2 code (or at least its compatibility is discussed by some) any change you guys can use GNU TLS or Mozilla NSS which seem to be more in the clear? -- You received this bug notification

[Bug 740506]

2012-09-10 Thread Albert Astals Cid
Andre: what's missing regarding PCKS#7 in http://www.gnu.org/software/gnutls/manual/html_node/X509-certificate- API.html#X509-certificate-API ? (note i'm a total noob regarding PCKS :D) From what i see you can go gnutls_pkcs7_export + gnutls_x509_crl_import and then the x509 thing offers lots of

[Bug 740506]

2012-09-10 Thread Albert Astals Cid
What is missing in gnutls? I think that you have to use the pcks7 export and pass the data to the x509 import and then you have all those useful functions. If none of the options is enough, we can do what big projects do (e.g. Qt) and dlopen openssl, if it works for them, it ought to work for us.

[Bug 740506]

2012-09-10 Thread Albert Astals Cid
Doh, there was a glitch in bugzilla and it created both my yesterday comment that i got an error when pasting and today's one :-S -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to poppler in Ubuntu.

[Bug 33288]

2012-09-10 Thread Albert Astals Cid
Can you please attach a patch without unnecessary spacing changes like -before = gTrue; + before = gTrue; Thanks :-) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/33288

[Bug 33288]

2012-09-10 Thread Albert Astals Cid
Brian, your patch changes the output of pdftotext in a file, is this to be expected? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/33288 Title: Evince doesn't handle columns

[Bug 183271]

2012-09-14 Thread Albert Astals Cid
Commited -- 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/183271 Title: evince and kpdf fail to open a pdf which works in Adobe Reader 7 To manage notifications about this bug go

[Bug 740506]

2012-09-17 Thread Albert Astals Cid
Maintainer hat on: I think it'd be easier for all if you can use NSS (now that gnutls has been ruled out because of lack of functionality). https://wiki.mozilla.org/NSS_Shared_DB_And_LINUX states a way to use the shared nss certificate, and seems that chrome is using that too

[Bug 39890]

2012-09-17 Thread Albert Astals Cid
I've commited this patch to master (what will be 0.22) and not to 0.20 since it breaks the public glib api I'm closing this bug since it fixes the original reported issue. If there are issues not fixed by this bug please open a new one, big bugs get difficult to keep track of otherwise. -- You

[Bug 39890]

2012-09-17 Thread Albert Astals Cid
Oh, wait, didn't realize the functions it's adding new parameters are private, ignore my breaks API part. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/39890 Title: characters

[Bug 896740] Re: With appmenus context-menu shortcut options in nautilus do not work properly. E.g. I need to press R twice to select Rename and then hit Return to select it.

2012-09-19 Thread Albert Astals Cid
** Changed in: appmenu-gtk Assignee: Ted Gould (ted) = Albert Astals Cid (aacid) ** Changed in: appmenu-gtk Status: Confirmed = In Progress ** Branch linked: lp:~aacid/gtk/ubuntugtk3_nmenomic_patch -- You received this bug notification because you are a member of Ubuntu Desktop

[Bug 896740] Re: With appmenus context-menu shortcut options in nautilus do not work properly. E.g. I need to press R twice to select Rename and then hit Return to select it.

2012-09-20 Thread Albert Astals Cid
(Ubuntu) Status: Triaged = Invalid ** Changed in: nautilus (Ubuntu Precise) Status: Triaged = Invalid ** Changed in: appmenu-gtk Status: In Progress = Invalid ** Changed in: appmenu-gtk Assignee: Albert Astals Cid (aacid) = (unassigned) ** Changed in: gtk+3.0 (Ubuntu

[Bug 896740] Re: With appmenus context-menu shortcut options in nautilus do not work properly. E.g. I need to press R twice to select Rename and then hit Return to select it.

2012-09-20 Thread Albert Astals Cid
** Changed in: gtk+3.0 (Ubuntu) Assignee: (unassigned) = Albert Astals Cid (aacid) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/896740 Title: With appmenus context-menu

[Bug 1043349] Re: User Accounts reports wrong Automatic Login status when upgading from 12.04

2012-10-11 Thread Albert Astals Cid
** Changed in: accountsservice (Ubuntu) Status: New = In Progress ** Changed in: accountsservice (Ubuntu) Assignee: (unassigned) = Albert Astals Cid (aacid) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center

[Bug 1043349] Re: User Accounts reports wrong Automatic Login status when upgading from 12.04

2012-10-11 Thread Albert Astals Cid
Diff over the existing 0007-add-lightdm-support.patch You can create almost any dbus proxy and it will be non null even if there is nothing there, that's why i added the check that there is an owner ** Attachment added: DIFF

[Bug 1043349] Re: User Accounts reports wrong Automatic Login status when upgading from 12.04

2012-10-11 Thread Albert Astals Cid
Whole new 0007-add-lightdm-support.patch (result of applying the patch in the previous comment to the existing 0007-add-lightdm-support.patch) ** Patch added: 0007-add-lightdm-support.patch

[Bug 1043349] Re: User Accounts reports wrong Automatic Login status when upgading from 12.04

2012-10-11 Thread Albert Astals Cid
New partial diff, old one is wrong ** Attachment added: DIFF https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1043349/+attachment/3394689/+files/DIFF ** Patch removed: DIFF

[Bug 1043349] Re: User Accounts reports wrong Automatic Login status when upgading from 12.04

2012-10-11 Thread Albert Astals Cid
New full diff, the old one was wrong ** Patch added: 0007-add-lightdm-support.patch https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1043349/+attachment/3394690/+files/0007-add-lightdm-support.patch -- You received this bug notification because you are a member of Ubuntu

[Bug 1064992] Re: Unity menubar crashes when activating a submenu in LibreOffice while using Orca screen reader

2012-10-15 Thread Albert Astals Cid
) = Albert Astals Cid (aacid) ** Changed in: unity Assignee: Albert Astals Cid (aacid) = (unassigned) ** Changed in: unity Status: In Progress = Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu. https

[Bug 1053670] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast(), from settings_notify_cb(), in dbusmenu's parser.c

2012-10-16 Thread Albert Astals Cid
** Changed in: dbusmenu Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1053670 Title: nautilus crashed with SIGSEGV in

[Bug 740506]

2012-11-05 Thread Albert Astals Cid
weibo? -- 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/740506 Title: verify digital signatures To manage notifications about this bug go to:

[Bug 321720]

2012-11-09 Thread Albert Astals Cid
*** Bug 56913 has been marked as a duplicate of this bug. *** -- 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/321720 Title: PDF v1.7 asks to upgrade Adobe Reader To manage

[Bug 1020162]

2012-11-15 Thread Albert Astals Cid
Will be fixed in poppler 0.22 -- 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/1020162 Title: some characters not displayed in a PDF file To manage notifications about this bug go

[Bug 710137]

2012-11-20 Thread Albert Astals Cid
So should we close this one? -- 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/710137 Title: evince badly mis-renders gradients in pdf To manage notifications about this bug go to:

[Bug 127732]

2012-11-21 Thread Albert Astals Cid
Adding the depends for the current patch dependency, the bug itself is not dependent but current solution by alex is. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://bugs.launchpad.net/bugs/127732 Title: Searching Hebrew

[Bug 667752]

2012-11-26 Thread Albert Astals Cid
Adrian do you think this needs to go in? What about the comments by Germán? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/667752 Title: Non-embedded standard fonts in PDF files

[Bug 1159931]

2013-05-08 Thread Albert Astals Cid
That's been fixed upstream, we can probably close this bug and just hope distros patch their stuff -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1159931 Title: Evince not

[Bug 1263490] [NEW] Stop applying Binary and Source incompatible patches to ubuntu packages

2013-12-22 Thread Albert Astals Cid
Public bug reported: Ubuntu is not packaging poppler 0.24.4 because it carries Source and Binary incompatible changes and thus upstream increased the soversion. Meanwhile Ubuntu has decided to apply pdftops-origpagesizes-fixes.diff that is Source and Binary incompatible without caring if it

[Bug 1243484]

2013-12-25 Thread Albert Astals Cid
ok, if adobe does the same maybe it makes sense. Are you making the qt- ps-converters do the same too? -- 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/1243484 Title: Incorrect

[Bug 1243484]

2014-01-01 Thread Albert Astals Cid
While running pdftops -f 30 -l 30 over https://bugs.freedesktop.org/attachment.cgi?id=9910 the patched version segfaults while the old one does not. Can you have a look? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to poppler in

[Bug 1243484]

2014-02-02 Thread Albert Astals Cid
Not a biggie since it's a broken file, but when running pdftops on page 30 of https://bugs.freedesktop.org/attachment.cgi?id=9910 the unpatched version creates something that gs can read (even if ends up beign empty) while the patched version creates something that makes gs unhappy. Can you have a

[Bug 1243484]

2014-02-09 Thread Albert Astals Cid
Ok, regtest finished, all looks good, please commit! -- 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/1243484 Title: Incorrect handling of orientation when printing PDF files To

[Bug 1293629] [NEW] [Regression] [Trusty] Unity can't be started from kdm

2014-03-17 Thread Albert Astals Cid
Public bug reported: Because of https://launchpadlibrarian.net/169426095/gnome- session_3.9.90-0ubuntu11_3.9.90-0ubuntu12.diff.gz i can't log in into an Unity session from kdm ** Affects: gnome-session (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Bug 1293629] Re: [Regression] [Trusty] Unity can't be started from kdm

2014-03-17 Thread Albert Astals Cid
Is there anything in a spec somewhere that says kdm is at wrong here and that it should indeed define XDG_CURRENT_DESKTOP ? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-session in Ubuntu.

[Bug 1293629] Re: [Regression] [Trusty] Unity can't be started from kdm

2014-03-18 Thread Albert Astals Cid
It works fine here without the DM setting it. Note that the variable is set, probably by something else. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-session in Ubuntu. https://bugs.launchpad.net/bugs/1293629 Title:

[Bug 1293629] Re: [Regression] [Trusty] Unity can't be started from kdm

2014-03-18 Thread Albert Astals Cid
Ok, feel free to mark this as invalid if you don't care that Unity fails to start from other DM than lightdm. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-session in Ubuntu. https://bugs.launchpad.net/bugs/1293629 Title:

[Bug 1300659]

2014-04-03 Thread Albert Astals Cid
Does pdftops produce a file with boxes you can print? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1300659 Title: printed pdf file lacks item boxes To manage notifications about

[Bug 1300659]

2014-04-03 Thread Albert Astals Cid
looks like a cairo backend bug to me then -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1300659 Title: printed pdf file lacks item boxes To manage notifications about this bug go

[Bug 127732]

2014-12-05 Thread Albert Astals Cid
Because there's no patch for it. alex has proven he can't provide a valid patch. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://bugs.launchpad.net/bugs/127732 Title: Searching Hebrew text works in reverse order To

[Bug 247113]

2014-12-13 Thread Albert Astals Cid
I'm closing this bug, please try to use a version newer than what madbiologist suggests and if the problem still happens please reopen the bug. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to poppler in Ubuntu.

[Bug 116453]

2015-02-03 Thread Albert Astals Cid
I certainly remember we already did that combination somewhere, either in okular or in poppler, but i can't find it and of course the document does not work, so it may be a fake memory :D I think this may make sense, though then again preserving the old behaviour via a flag (even if not default)

[Bug 1085526]

2015-01-16 Thread Albert Astals Cid
The bug importance doesn't matter, what matters is that if there's someone with the time to work on this. I'd say there's not much people (or noone) in the current team with such amount of time. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 740506]

2015-01-16 Thread Albert Astals Cid
The bug importance doesn't matter, what matters is that if there's someone with the time to work on this. I'd say there's not much people (or noone) in the current team with such amount of time. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 1111646]

2015-02-11 Thread Albert Astals Cid
Thomas did you ever get a new poppler version? Is this fixed? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/646 Title: Syntax Error: Invalid encryption key length To manage

[Bug 1393438] Re: Enable location data string displays untranslated

2015-02-10 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu) Assignee: Andrea Cimitan (cimi) = Albert Astals Cid (aacid) ** Changed in: unity8 (Ubuntu) Status: Triaged = In Progress ** Branch linked: lp:~aacid/unity8/hack_location_data_i18n -- You received this bug notification because you are a member

[Bug 1438094] [NEW] indicator-network aborts when trying to run unexistant dbus method

2015-03-30 Thread Albert Astals Cid
Public bug reported: Run qdbus com.ubuntu.connectivity1 /com/ubuntu/connectivity1/NetworkingStatus Status in the phone, indicator-network will crash. Attaching backtrace ** Affects: dbus-cpp (Ubuntu) Importance: Undecided Status: New ** Affects: indicator-network (Ubuntu)

[Bug 116453]

2015-03-31 Thread Albert Astals Cid
I think it looks good as it is. If noone disagrees i'll commit in a week. -- 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/116453 Title: evince can not find ü in attached PDF To

[Bug 116453]

2015-01-13 Thread Albert Astals Cid
I'm with Adrian, don't think changing this at such low level is a good idea. -- 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/116453 Title: evince can not find ü in attached PDF To

[Bug 116453]

2015-04-07 Thread Albert Astals Cid
Pushed. -- 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/116453 Title: evince can not find ü in attached PDF To manage notifications about this bug go to:

[Bug 1085526]

2015-10-31 Thread Albert Astals Cid
(In reply to Adrian Johnson from comment #94) > I suggest we change the pdfsig "-c" switch to "-nocert". We can easily add a > single character option if we find it is needed. But we can't get rid of it > if we later regret it. > > I'm still waiting for an answer to comment 79. As said please

[Bug 740506]

2015-10-31 Thread Albert Astals Cid
(In reply to Adrian Johnson from comment #94) > I suggest we change the pdfsig "-c" switch to "-nocert". We can easily add a > single character option if we find it is needed. But we can't get rid of it > if we later regret it. > > I'm still waiting for an answer to comment 79. As said please

[Bug 1085526]

2015-10-31 Thread Albert Astals Cid
(In reply to Markus Kilås from comment #93) > Created attachment 119174 [details] > Handle SEC_ERROR_UNTRUSTED_ISSUER I pushed this and also some code to differentiate between an unknown and an untrusted issuer (no idea what's the difference but if nss has this difference i feel we also have to)

[Bug 740506]

2015-10-31 Thread Albert Astals Cid
(In reply to Markus Kilås from comment #93) > Created attachment 119174 [details] > Handle SEC_ERROR_UNTRUSTED_ISSUER I pushed this and also some code to differentiate between an unknown and an untrusted issuer (no idea what's the difference but if nss has this difference i feel we also have to)

[Bug 740506]

2015-10-17 Thread Albert Astals Cid
(In reply to Adrian Johnson from comment #80) > (In reply to Albert Astals Cid from comment #70) > > For the pdfsigverify it seems we kind of agreeed on the compromise to call > > it pdfsig that only does verification right now but in the future may > > suppport signing?

[Bug 1085526]

2015-10-17 Thread Albert Astals Cid
(In reply to Adam Reichold from comment #81) > (In reply to Adrian Johnson from comment #78) > > I agree that the two calls to doGetChars and updateHash should be merged but > > I don't think a for loop is the best way to process loops where the > > increment is not exactly the same on each

[Bug 1085526]

2015-10-17 Thread Albert Astals Cid
(In reply to Andre Guerreiro from comment #76) > Created attachment 118745 [details] [review] > Incremental hashing + large file support > > With this patch I've implemented the incremental hashing plus the large file > support. > > This is still untested with files larger than 2GB but is

[Bug 1085526]

2015-10-17 Thread Albert Astals Cid
(In reply to Adrian Johnson from comment #80) > (In reply to Albert Astals Cid from comment #70) > > For the pdfsigverify it seems we kind of agreeed on the compromise to call > > it pdfsig that only does verification right now but in the future may > > suppport signing?

[Bug 740506]

2015-10-17 Thread Albert Astals Cid
(In reply to Adam Reichold from comment #81) > (In reply to Adrian Johnson from comment #78) > > I agree that the two calls to doGetChars and updateHash should be merged but > > I don't think a for loop is the best way to process loops where the > > increment is not exactly the same on each

[Bug 740506]

2015-10-17 Thread Albert Astals Cid
(In reply to Andre Guerreiro from comment #76) > Created attachment 118745 [details] [review] > Incremental hashing + large file support > > With this patch I've implemented the incremental hashing plus the large file > support. > > This is still untested with files larger than 2GB but is

[Bug 1085526]

2015-10-10 Thread Albert Astals Cid
(In reply to Adrian Johnson from comment #71) > (In reply to Albert Astals Cid from comment #70) > > So we have two things missing, right? > > * Enabling the use of other keystores > > * The name of the pdfsigverify tool > > > > > > I think the enabling

[Bug 1085526]

2015-10-10 Thread Albert Astals Cid
(In reply to Adrian Johnson from comment #73) > (In reply to Albert Astals Cid from comment #72) > > > Large file support. > > > > Do you think this should be a blocker for the initial release or something > > we can improve later? > > I think it should be

[Bug 740506]

2015-10-10 Thread Albert Astals Cid
(In reply to Adrian Johnson from comment #73) > (In reply to Albert Astals Cid from comment #72) > > > Large file support. > > > > Do you think this should be a blocker for the initial release or something > > we can improve later? > > I think it should be

[Bug 740506]

2015-10-10 Thread Albert Astals Cid
(In reply to Adrian Johnson from comment #71) > (In reply to Albert Astals Cid from comment #70) > > So we have two things missing, right? > > * Enabling the use of other keystores > > * The name of the pdfsigverify tool > > > > > > I think the enabling

[Bug 740506]

2015-10-10 Thread Albert Astals Cid
(In reply to Andre Guerreiro from comment #67) > Created attachment 118449 [details] [review] > Support for adbe.pkcs7.sha1 signatures > > This patch, to be applied over the previous one, adds support for > adbe.pkcs7.sha1 signatures so now we should have a more complete coverage of > actual

[Bug 740506]

2015-10-10 Thread Albert Astals Cid
So we have two things missing, right? * Enabling the use of other keystores * The name of the pdfsigverify tool I think the enabling the use of other keystores is important but maybe not critical for the first release. For the pdfsigverify it seems we kind of agreeed on the compromise to

[Bug 740506]

2015-10-10 Thread Albert Astals Cid
(In reply to Andre Guerreiro from comment #66) > Created attachment 118446 [details] [review] > NSS conditional build > > This patch makes the NSS dependency optional in the CMake and Autotools > build systems. Commited too to the signatureHandling branch with some minor changes on my side to

[Bug 1085526]

2015-10-10 Thread Albert Astals Cid
(In reply to Andre Guerreiro from comment #67) > Created attachment 118449 [details] [review] > Support for adbe.pkcs7.sha1 signatures > > This patch, to be applied over the previous one, adds support for > adbe.pkcs7.sha1 signatures so now we should have a more complete coverage of > actual

[Bug 1085526]

2015-10-10 Thread Albert Astals Cid
(In reply to Andre Guerreiro from comment #66) > Created attachment 118446 [details] [review] > NSS conditional build > > This patch makes the NSS dependency optional in the CMake and Autotools > build systems. Commited too to the signatureHandling branch with some minor changes on my side to

[Bug 1085526]

2015-10-10 Thread Albert Astals Cid
So we have two things missing, right? * Enabling the use of other keystores * The name of the pdfsigverify tool I think the enabling the use of other keystores is important but maybe not critical for the first release. For the pdfsigverify it seems we kind of agreeed on the compromise to

[Bug 1085526]

2015-08-29 Thread Albert Astals Cid
Nice work. Some small things that need fixing. the cmake way of using pkgconfig is very simple, see ./cmake/modules/FindGTK.cmake for example You need to free more Objects, every time you do a get object an object you have to free it, e.g. in countSignatures you need to free fields, f, type,

[Bug 740506]

2015-08-29 Thread Albert Astals Cid
Nice work. Some small things that need fixing. the cmake way of using pkgconfig is very simple, see ./cmake/modules/FindGTK.cmake for example You need to free more Objects, every time you do a get object an object you have to free it, e.g. in countSignatures you need to free fields, f, type,

[Bug 33288]

2015-09-01 Thread Albert Astals Cid
I just realized we never really followed up on the last two patches. My concern is that they change the pdftotext output. I though they where for a) speed b) text selection so i'd prefer if they did not change pdftotext output. I've checked a few files of the changed ones and the changes can be

  1   2   >