Bug 191503 - Navigation panel containing only Thumbnails (optionally)
Summary: Navigation panel containing only Thumbnails (optionally)
Status: RESOLVED NOT A BUG
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-03 20:02 UTC by Aapo Rantalainen
Modified: 2009-05-03 23:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Nav_panel_SidebarIconSize=0, but is it still there (54.32 KB, image/png)
2009-05-03 20:07 UTC, Aapo Rantalainen
Details

Note You need to log in before you can comment on or make changes to this bug.
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...)