Summary: | kpdf shows complete filename including folder instead of just filename in taskbar | ||
---|---|---|---|
Product: | [Unmaintained] kpdf | Reporter: | Markus Waibel <markus.waibel> |
Component: | general | Assignee: | Albert Astals Cid <aacid> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | facorread, greatbunzinni |
Priority: | NOR | ||
Version: | 0.4 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Markus Waibel
2005-04-06 16:42:29 UTC
Or the title metada (if present) ? I agree with bobuse -- adding title metadata if present would be a good alternative to long filenames. *** This bug has been confirmed by popular vote. *** *** Bug 137093 has been marked as a duplicate of this bug. *** This was recently implemented in KPDF, so with KDE 3.5.6 you will have the file name only in the KPDF window title. Thanks İsmail 'cartman' Dönmez for the patch! About the possibility to use the document title is available, it was already implemented time ago in okular, the KPDF successor for KDE 4. I'm using KPDF 0.5.7 and indeed it only displays the filename as window title. But I've chosen the option to watch changes of the file and if KPDF automatically reloads the changed file the window title again displays the full path! SVN commit 686888 by pino: Sets the filename as title also when reloading the document. CCBUG: 103362 M +1 -0 part.cpp --- branches/KDE/3.5/kdegraphics/kpdf/part.cpp #686887:686888 @@ -623,6 +623,7 @@ } if (m_wasPresentationOpen) slotShowPresentation(); emit enablePrintAction(true); + emit setWindowCaption(url().filename()); } else { |