[okular] [Bug 403643] Okular stops rendering PDF and uses up 100% cpu (possible regression)

2020-01-28 Thread Tobias Deiminger
https://bugs.kde.org/show_bug.cgi?id=403643

--- Comment #22 from Tobias Deiminger  ---
I can now reproduce the issue (CPU 30%, pages no more rendered, but okular
symbol shown) in Ubuntu 19.10. But: For me it happens only if strace is
attached to okular while scrolling through a PDF (the one from bug 39613). The
issue then remains after detaching strace, it will never recover, and can be
observed by attaching gdb.

I see that QEventLoop is no more going to sleep, because the underlying poll()
system call is always called with a timeout of 0, and that generatePixmap is
called at high frequency while TextPageGenerationThread::isFinished == 1. Can't
go on for today, but seems like a good position to continue debugging upcoming
days.

Albert, could you try if the "strace trick" helps to reproduce the issue at
your side?

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

[okular] [Bug 413820] Page jumps by a about a line when search bar is opened or closed

2020-01-28 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=413820

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

Re: Idea: Failing the build unless you explicitely chose which Okular UI you want to build

2020-01-28 Thread Aleix Pol
Right, then go with your approach. I'd default to the desktop one
which is the one most people are after I guess. It's annoying when
projects don't build by default.

Aleix

On Mon, Jan 27, 2020 at 11:53 PM Albert Astals Cid  wrote:
>
> El dilluns, 27 de gener de 2020, a les 1:10:08 CET, Aleix Pol va escriure:
> > Hi Albert,
> > I'm unsure it's necessary to be this radical. IMHO, it's fine to just
> > not build okularkirigami if the dependencies don't match. And
> > viceversa.
>
> What if dependencies match both? Build both?
>
> That's exactly what I don't want, you end up with two .desktop files that 
> claim to be Okular.
>
> Cheers,
>   Albert
>
> >
> > Aleix
> >
> > On Sat, Jan 25, 2020 at 11:25 PM Albert Astals Cid  wrote:
> > >
> > > Right now we build by default both the Desktop UI and the Mobile UI.
> > >
> > > In my opinion, for the user, that doesn't make sense, you either want one 
> > > installed or the other installed, but not both.
> > >
> > > On the other hand, it makes lots of sense for CI and for developers, 
> > > because you don't want to break the build of one while working on the 
> > > other.
> > >
> > > My suggestion is to fail the build unless you specify which of the UI you 
> > > want.
> > >
> > > So cmake . would fail and tell you something like:
> > >
> > > Please specify -DOKULAR_UI=Desktop|Mobile|Both
> > >
> > > And then users/distros would only build the one they want, and we 
> > > devels/CI can still chose Both.
> > >
> > > What do you think?
> > >
> > > Cheers,
> > >   Albert
> > >
> > >
> >
>
>
>
>


[okular] [Bug 403643] Okular stops rendering PDF and uses up 100% cpu (possible regression)

2020-01-28 Thread Tobias Deiminger
https://bugs.kde.org/show_bug.cgi?id=403643

--- Comment #21 from Tobias Deiminger  ---
(In reply to Oliver Sander from comment #20)
> Tobias, you can suggest that to me.

Ok, suggested herewith :)

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

[okular] [Bug 384267] Found text (ctrl-f) highlight color should use System Settings "selection background" color, not be hard-coded yellow

2020-01-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384267

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=416703

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

[okular] [Bug 416703] Search results are hard to find on yellow-highlighted, annotated pdf text

2020-01-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416703

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=384267
 CC||n...@kde.org
   Keywords||usability

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

[okular] [Bug 416823] can no longer resize window with window actions

2020-01-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416823

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
   Keywords||triaged

--- Comment #2 from Nate Graham  ---
Works for me too.

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

[okular] [Bug 416688] Okular (kirigami) shows up in Lost and Found

2020-01-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416688

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[okular] [Bug 416796] Display of music on staff lines are difficult to read

2020-01-28 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=416796

Michael Weghorn  changed:

   What|Removed |Added

 CC||m.wegh...@posteo.de
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Michael Weghorn  ---
Can you attach a sample PDF file?

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

[okular] [Bug 403643] Okular stops rendering PDF and uses up 100% cpu (possible regression)

2020-01-28 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=403643

--- Comment #20 from Oliver Sander  ---
> Other ways of debugging could be to collect more data by means of a remotely 
> executed gdb script or even a remote gdb session. But both have severe 
> privacy/security implications, so I'm not sure if we could even suggest this 
> to bug reporters.

Tobias, you can suggest that to me.  I cannot reproduce the issue reliably, but
it does happen regularly.

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