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.
Created attachment 33321 [details] Nav_panel_SidebarIconSize=0, but is it still there There are still useless slice on the left.
(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.
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...)