Bug 175262

Summary: Slideshow screensaver truncates file names after first period, instead of after the last one
Product: kscreensaver Reporter: Marcelo Sales <mmtsales>
Component: generalAssignee: kscreensaver bugs tracking <kscreensaver-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Marcelo Sales 2008-11-16 00:17:29 UTC
Version:            (using KDE 4.1.2)
OS:                Linux
Installed from:    Fedora RPMs

When the "Show names" configuration option of the slideshow screensaver is on, the file names which are shown while the pictures are being displayed are truncated starting on the first period found on them. The slideshow screensaver considers everything after the first period to be the file name extension. This causes the file names which have periods in them to be incorrectly truncated.
The file names should be truncated starting on the LAST period, not the first.
Comment 1 Jaime Torres 2011-09-16 17:14:00 UTC
SVN commit 1254024 by jtamate:

Use the complete filename (until the last point)
in the slideshow screensaver

BUG: 175262


 M  +1 -1      slideshow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1254024
Comment 2 Marcelo Sales 2011-09-16 21:56:38 UTC
Thank you very much!
Comment 3 Christoph Feck 2012-02-10 17:59:14 UTC
*** Bug 293007 has been marked as a duplicate of this bug. ***