Summary: | automatic selection of file names and type fails in file 'Save as' dialog | ||
---|---|---|---|
Product: | [Unmaintained] ksnapshot | Reporter: | Imr <free.imr> |
Component: | general | Assignee: | Richard Moore <rich> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | finex, jaroslav.petras, kneczaj |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Imr
2008-07-17 12:54:11 UTC
I'm using KDE 4.1.1 and can confirm it partially, but in my opinion there are only two misbehaviours. 1. There is a proposistion of next screenshot' filename. If the file 'foo' already exist ksnapshot propose 'foo1', when 'foo1' also exist the proposition is 'foo2' so incrementation works well. The problem is that proposition of the filename appears only on the titlebar, not in 'save as' dialog. 2. Confirming lack of file extension when the file type filter is set to 'All supported files'. In this situation when the user doesn't type any extesion file is saved as PNG but no extension is automatically added. I can confirm this bug, it is a serious usability issue. I rely on Ksnapshot for making manuals, and having to enter a filename for each snapshot seriously affects my workflow. SVN commit 882995 by msoeken: Show filename in KFileDialog CCBUG: 166826 M +1 -0 ksnapshot.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=882995 SVN commit 888260 by msoeken: Backport r882995 CCMAIL: rich@kde.org CCBUG: 166826 M +1 -0 ksnapshot.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=888260 It looks that now the bug has been fixed :-) works for me too |