Bug 191503

Summary: Navigation panel containing only Thumbnails (optionally)
Product: [Applications] okular Reporter: Aapo Rantalainen <aapo.rantalainen>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED NOT A BUG    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Unspecified   
Latest Commit: Version Fixed In:
Attachments: Nav_panel_SidebarIconSize=0, but is it still there

Description Aapo Rantalainen 2009-05-03 20:02:44 UTC
Version:            (using KDE 4.2.2)
Installed from:    Ubuntu Packages

In Okular I just want Thumbnails in my Navigation bar. I tested 

[Nav Panel]
SidebarIconSize=0
SidebarShowText=false

on ~/.kde/share/config/okularpartrc

There are still useless slice on the left.
Comment 1 Aapo Rantalainen 2009-05-03 20:07:57 UTC
Created attachment 33321 [details]
Nav_panel_SidebarIconSize=0, but is it still there

There are still useless slice on the left.
Comment 2 Pino Toscano 2009-05-03 20:20:28 UTC
(In reply to comment #0)
> In Okular I just want Thumbnails in my Navigation bar. I tested 
> [...]
> There are still useless slice on the left.

The "useless slice" is part of the sidebar, which includes also the idebar panels.
Your real goal cannot be done, sorry.
Comment 3 Aapo Rantalainen 2009-05-03 23:47:24 UTC
I tried to compile okular myself. This way: 
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdegraphics -N
cd kdegraphics
svn up cmake
svn up libs
svn up okular
mkdir build
cd build
cmake ../
cd okular
make

I got binary in shell/okuler, but it uses something from my system, not my modified sidebar.cpp. 

How I should work if I want just play with some files and look out what happens?
(modify little, compile, run, modify, compile, run...)