Re: issue after upgrading to ubuntu 18

2019-12-05 Thread Albert Astals Cid
El dijous, 5 de desembre de 2019, a les 16:54:12 CET, Jonah Caplan va escriure:
> Hi,
> 
> 
> After upgrading from Ubuntu 16.04 to 18.04, I am getting the following error. 
> The okular program opens but shows an error dialog that the pdf cannot be 
> opened. On the terminal:
> 
> org.kde.okular.core: Invalid plugin factory for 
> "/usr/lib/x86_64-linux-gnu/qt5/plugins/okular/generators/okularGenerator_poppler.so":"Cannot
>  load library /usr/lib/x86_64-linux-gnu/qt5/plugins/okular/gener
> ators/okularGenerator_poppler.so: 
> (/usr/lib/x86_64-linux-gnu/libpoppler-qt5.so.1: undefined symbol: 
> _ZN13GfxColorSpace17setDisplayProfileEPv)"
> 
> 
> Does anybody know how to resolve this issue?

Your poppler-qt5 can't find symbols, this seems as if you manually installed 
those libraries? It would be weird for the ubuntu libraries to be out of sync 
with themselves.

That or you have several libpoppler.so around and libpoppler-qt5.so.1 is 
getting confused.

Cheers,
  Albert

> 
> 
> Thanks
> 
> Jonah
> 
> --
> This transmission (including any attachments) may contain confidential 
> information, privileged material (including material protected by the 
> solicitor-client or other applicable privileges), or constitute non-public 
> information. Any use of this information by anyone other than the intended 
> recipient is prohibited. If you have received this transmission in error, 
> please immediately reply to the sender and delete this information from your 
> system. Use, dissemination, distribution, or reproduction of this 
> transmission by unintended recipients is not authorized and may be unlawful.
> 






issue after upgrading to ubuntu 18

2019-12-05 Thread Jonah Caplan
Hi,


After upgrading from Ubuntu 16.04 to 18.04, I am getting the following error. 
The okular program opens but shows an error dialog that the pdf cannot be 
opened. On the terminal:

org.kde.okular.core: Invalid plugin factory for 
"/usr/lib/x86_64-linux-gnu/qt5/plugins/okular/generators/okularGenerator_poppler.so":"Cannot
 load library /usr/lib/x86_64-linux-gnu/qt5/plugins/okular/gener
ators/okularGenerator_poppler.so: 
(/usr/lib/x86_64-linux-gnu/libpoppler-qt5.so.1: undefined symbol: 
_ZN13GfxColorSpace17setDisplayProfileEPv)"


Does anybody know how to resolve this issue?


Thanks

Jonah

--
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.


D23911: Port SearchLineWidget to use KBusyIndicatorWidget

2019-12-05 Thread Kai Uwe Broulik
broulik abandoned this revision.
broulik added a comment.


  Moved to GitLab: https://invent.kde.org/kde/okular/merge_requests/71

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D23911

To: broulik, #okular, aacid
Cc: sander, sitter, okular-devel, johnzh, andisa, siddharthmanthan, maguirre, 
fbampaloukas, joaonetto, kezik, tfella, ngraham, darcyshen, aacid


D21971: Replace ToolAction by ToggleActionMenu

2019-12-05 Thread Nathaniel Graham
ngraham added a comment.


  Sorry, this technical discussion is beyond me. :)

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D21971

To: davidhurka
Cc: ngraham, simgunz, okular-devel, johnzh, andisa, siddharthmanthan, maguirre, 
fbampaloukas, joaonetto, kezik, tfella, darcyshen, aacid


D22118: Shifts focus to the document when collapsing a sidebar view

2019-12-05 Thread Nathaniel Graham
ngraham closed this revision.
ngraham added a comment.


  This was moved to invent at 
https://invent.kde.org/kde/okular/merge_requests/22

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D22118

To: mayankchoudhary, #okular, aacid, sander, ngraham
Cc: ngraham, okular-devel, johnzh, andisa, siddharthmanthan, maguirre, 
fbampaloukas, joaonetto, kezik, tfella, darcyshen, aacid


[okular] [Bug 169847] split view feature

2019-12-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=169847

ci3...@gmail.com changed:

   What|Removed |Added

 CC||ci3...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 414796] Order pages in a horizontal layout

2019-12-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414796

--- Comment #2 from ci3...@gmail.com ---
Yes, thank you. Have not seen them in my search. Both solutions of the the bugs
would be nice ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.

D25684: [core/*] replace foreach, deprecated, with range-for

2019-12-05 Thread Ahmad Samir
ahmadsamir updated this revision to Diff 70945.
ahmadsamir added a comment.


  Rebase.

REPOSITORY
  R223 Okular

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D25684?vs=70874=70945

BRANCH
  l-foreach (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D25684

AFFECTED FILES
  core/annotations.cpp
  core/bookmarkmanager.cpp
  core/document.cpp
  core/documentcommands.cpp
  core/form.cpp
  core/generator_p.cpp
  core/page.cpp
  core/textdocumentgenerator.cpp
  core/textpage.cpp

To: ahmadsamir, aacid
Cc: okular-devel, johnzh, andisa, siddharthmanthan, maguirre, fbampaloukas, 
joaonetto, kezik, tfella, ngraham, darcyshen, aacid


D25684: [core/*] replace foreach, deprecated, with range-for

2019-12-05 Thread Ahmad Samir
ahmadsamir added a comment.


  In D25684#572361 , @aacid wrote:
  
  > Please rebase your patch on current master, since it will fail to merge 
properly, i prefer you do the work and not me ^_^
  
  
  FWIW, I always 'git pull --rebase' on the branch right before I 'arc land' :)

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D25684

To: ahmadsamir, aacid
Cc: okular-devel, johnzh, andisa, siddharthmanthan, maguirre, fbampaloukas, 
joaonetto, kezik, tfella, ngraham, darcyshen, aacid