The latest version of Okular allows you too choose whether you see the Document Title or the filename, which is very handy. I was wondering whether this option could be extended to also allow the full file path to be displayed, like in kate? Thanks
I get the filepath here so I'm closing the bug as fixed. Thanks for caring about Okular and reporting this wish, if it is not fixed for you in KDE >= 4.8.3 please reopen it.
Hi, just wanted to check that it was the case that you can get the filepath in the title bar? I have KDE 4.8.3 and Okular 0.14.3 and don't have that, by default I have the filename with the option to show the document title, but not the filepath. Thanks
Oh, you meant in the title bar? I thought you meant in the properties dialog. Would be great if next time you specified where you wanted to see stuff ;-)
So we need to convert that checkbox into a combobox containing 4 items "Title (filename if no title)" "Title (filepath if no title)" "Filename" "Filepath" And obviously some better wording :D
Git commit 21fd5cfb0d63457529166a4e01f2bb99e0ba8825 by Albert Astals Cid, on behalf of Sandro Mani. Committed on 08/09/2012 at 15:33. Pushed by aacid into branch 'master'. Add option to show complete file path in window title REVIEW: 106345 FIXED-IN: 4.10.0 M +68 -1 conf/dlggeneralbase.ui M +7 -0 conf/okular.kcfg M +1 -1 part.cpp http://commits.kde.org/okular/21fd5cfb0d63457529166a4e01f2bb99e0ba8825
Cheers! Nice to make my first contribution.