[Okular-devel] [okular] [Bug 336681] Okular opens a file slowly and hangs

2014-06-30 Thread zaharid
https://bugs.kde.org/show_bug.cgi?id=336681

--- Comment #3 from zaha...@gmail.com ---
The problem seems solved now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


Re: [Okular-devel] Segfaults upon launch, cannot find RTTI symbols

2014-06-30 Thread Albert Astals Cid
El Dimarts, 1 de juliol de 2014, a les 03:23:53, Arjun AK va escriure:
> On Monday 30 Jun 2014 11:30:55 PM Albert Astals Cid wrote:
> > El Dimecres, 25 de juny de 2014, a les 00:12:18, Arjun AK va escriure:
> > > I've built okular from source. But when running it, it segfaults:
> > > 
> > > Application: Okular (okular), signal: Segmentation fault
> > > Using host libthread_db library "/lib64/libthread_db.so.1".
> > > [KCrash Handler]
> > > #5  0x in ?? ()
> > > #6  0x0040e04b in Shell::openDocument (this=0x1ca0810, doc=...)
> > > at
> > > /home/arjun/src/okular/shell/shell.cpp:182 #7  0x0040b921 in
> > > main
> > > (argc=2, argv=0x7fff443756f8) at
> > > /home/arjun/src/okular/shell/main.cpp:163
> > > 
> > > The offending line is src/okular/shell/shell.cpp:
> > > > if(
> > > > !dynamic_cast(part)->openNewFilesInTabs()
> > > > &&
> > > > !part->url().isEmpty() )
> > > 
> > > "RTTI symbol not found for class 'Okular::Part'" is getting printed on
> > > the
> > > terminal. I checked the build messages, '-fno-rtti' is not being passed
> > > anywhere. So what is happening here?
> > 
> > Most probably? You're doing it wrong.
> > 
> > But since you didn't say what you did, we can't help spotting what you did
> > wrong.
> > 
> > I can point you to http://okular.kde.org/download.php that in the last
> > section says how to do it correctly.
> > 
> > Cheers,
> > 
> >   Albert
> >   
> > > ___
> > > Okular-devel mailing list
> > > Okular-devel@kde.org
> > > https://mail.kde.org/mailman/listinfo/okular-devel
> > 
> > ___
> > Okular-devel mailing list
> > Okular-devel@kde.org
> > https://mail.kde.org/mailman/listinfo/okular-devel
> 
> This is how it was compiled and run:
> 
> $ cmake ../okular -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
> $ shell/okular foo

Which is wrong as the webpage i pointed you shows.

Cheers,
  Albert

> 
> ___
> Okular-devel mailing list
> Okular-devel@kde.org
> https://mail.kde.org/mailman/listinfo/okular-devel

___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


Re: [Okular-devel] Segfaults upon launch, cannot find RTTI symbols

2014-06-30 Thread Arjun AK
On Monday 30 Jun 2014 11:30:55 PM Albert Astals Cid wrote:
> El Dimecres, 25 de juny de 2014, a les 00:12:18, Arjun AK va escriure:
> > I've built okular from source. But when running it, it segfaults:
> > 
> > Application: Okular (okular), signal: Segmentation fault
> > Using host libthread_db library "/lib64/libthread_db.so.1".
> > [KCrash Handler]
> > #5  0x in ?? ()
> > #6  0x0040e04b in Shell::openDocument (this=0x1ca0810, doc=...) at
> > /home/arjun/src/okular/shell/shell.cpp:182 #7  0x0040b921 in main
> > (argc=2, argv=0x7fff443756f8) at /home/arjun/src/okular/shell/main.cpp:163
> > The offending line is src/okular/shell/shell.cpp:
> > > if( !dynamic_cast(part)->openNewFilesInTabs() &&
> > > !part->url().isEmpty() )
> > "RTTI symbol not found for class 'Okular::Part'" is getting printed on the
> > terminal. I checked the build messages, '-fno-rtti' is not being passed
> > anywhere. So what is happening here?
> 
> Most probably? You're doing it wrong.
> 
> But since you didn't say what you did, we can't help spotting what you did 
> wrong.
> 
> I can point you to http://okular.kde.org/download.php that in the last 
> section 
> says how to do it correctly.
> 
> Cheers,
>   Albert
> 
> > ___
> > Okular-devel mailing list
> > Okular-devel@kde.org
> > https://mail.kde.org/mailman/listinfo/okular-devel
> 
> ___
> Okular-devel mailing list
> Okular-devel@kde.org
> https://mail.kde.org/mailman/listinfo/okular-devel


This is how it was compiled and run:

$ cmake ../okular -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
$ shell/okular foo

___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 336681] Okular opens a file slowly and hangs

2014-06-30 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=336681

Albert Astals Cid  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||aa...@kde.org
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Albert Astals Cid  ---
Works fine here in 0.19.2 for Ubuntu, can you try updating and see if it works
for you?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 283477] Missing language specific characters when filling in forms

2014-06-30 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=283477

Albert Astals Cid  changed:

   What|Removed |Added

 CC||stavros.daliakopoulos@gmail
   ||.com

--- Comment #7 from Albert Astals Cid  ---
*** Bug 336802 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 283477] Missing language specific characters when filling in forms

2014-06-30 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=283477

Albert Astals Cid  changed:

   What|Removed |Added

 CC||rabarrett...@gmail.com

--- Comment #8 from Albert Astals Cid  ---
*** Bug 336842 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 336802] Does not display Unicode characters (GREEK) in form field

2014-06-30 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=336802

Albert Astals Cid  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||aa...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #2 from Albert Astals Cid  ---


*** This bug has been marked as a duplicate of bug 283477 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 336842] Greek text written in text box does not render. Instead it shows a blank space, but when the mouse hovers over that box it displays the Greek text accurately.

2014-06-30 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=336842

Albert Astals Cid  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||aa...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #2 from Albert Astals Cid  ---


*** This bug has been marked as a duplicate of bug 283477 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


Re: [Okular-devel] Segfaults upon launch, cannot find RTTI symbols

2014-06-30 Thread Albert Astals Cid
El Dimecres, 25 de juny de 2014, a les 00:12:18, Arjun AK va escriure:
> I've built okular from source. But when running it, it segfaults:
> 
> Application: Okular (okular), signal: Segmentation fault
> Using host libthread_db library "/lib64/libthread_db.so.1".
> [KCrash Handler]
> #5  0x in ?? ()
> #6  0x0040e04b in Shell::openDocument (this=0x1ca0810, doc=...) at
> /home/arjun/src/okular/shell/shell.cpp:182 #7  0x0040b921 in main
> (argc=2, argv=0x7fff443756f8) at /home/arjun/src/okular/shell/main.cpp:163
> The offending line is src/okular/shell/shell.cpp:
> > if( !dynamic_cast(part)->openNewFilesInTabs() &&
> > !part->url().isEmpty() )
> "RTTI symbol not found for class 'Okular::Part'" is getting printed on the
> terminal. I checked the build messages, '-fno-rtti' is not being passed
> anywhere. So what is happening here?

Most probably? You're doing it wrong.

But since you didn't say what you did, we can't help spotting what you did 
wrong.

I can point you to http://okular.kde.org/download.php that in the last section 
says how to do it correctly.

Cheers,
  Albert

> ___
> Okular-devel mailing list
> Okular-devel@kde.org
> https://mail.kde.org/mailman/listinfo/okular-devel

___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 336885] Okular crashes with looping Videos in PDF file

2014-06-30 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=336885

Albert Astals Cid  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||aa...@kde.org
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Albert Astals Cid  ---
What Oliver says

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 336912] Usability-wishlist

2014-06-30 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=336912

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||christ...@maxiom.de
 Resolution|--- |INVALID

--- Comment #1 from Christoph Feck  ---
1) See bug 228114.

2) Just double-click the tool.

3) See bug 157289 and bug 333978.

I won't repeat the general comments Frank did in bug 336910.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 336912] New: Usability-wishlist

2014-06-30 Thread mymailclone
https://bugs.kde.org/show_bug.cgi?id=336912

Bug ID: 336912
   Summary: Usability-wishlist
Classification: Unclassified
   Product: okular
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: okular-devel@kde.org
  Reporter: mymailcl...@t-online.de

KDE 4.13.2/openSuse 12.3

Good day!

Thank you for Okular and your work and effort!
I've been using Okular for some time now and Acrobat even longer.
With respect to usability I have some suggestions that - in my view - might
help to make Okular even better:

1) Offer a plain "Save"-command and allow the user to make it his default
option for saving a pdf.
- Having worked with Acrobat (and pdfs) for a very long time, I never
understood why Okular offers only the cumbersome and time-consuming way of
"Save as" (plus additional safety-message) to save a pdf. What is it good for?
Are there technical reasons? 

2) Once activated by the user, the "Highlight"-tool (or any other
annotation-tool) should stay activated until the user explicitly de-selects it
or selects another tool.
- The current procedure is really unproductive: you select the highlight-tool,
highlight some text. You want to highlight some more but after releasing the
mouse-button, the highlight-tool is automatically de-selectet. So you have to
select it again, highlight some text...

3) If possible, allow the user to integrate the annotation-panel into the
menu-bar.

Kind regards!

OpenMind

Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 336885] Okular crashes with looping Videos in PDF file

2014-06-30 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=336885

Oliver Sander  changed:

   What|Removed |Added

 CC||san...@igpm.rwth-aachen.de

--- Comment #1 from Oliver Sander  ---
I can't confirm this with poppler/okular from current git master.  Can you post
tex/pdf files that trigger the bug for you?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel