[Konsole-devel] [Bug 170924] New: Short directory format (%d) does not work correctly for all directories

Stefan Becker stefan.becker at nokia.com
Fri Sep 12 14:02:20 UTC 2008


http://bugs.kde.org/show_bug.cgi?id=170924

           Summary: Short directory format (%d) does not work correctly for
                    all directories
           Product: konsole
           Version: unspecified
          Platform: Fedora RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: konsole-devel at kde.org
        ReportedBy: stefan.becker at nokia.com


Version:            (using KDE 4.1.0)
OS:                Linux
Installed from:    Fedora RPMs

For certain directories (bin, lib, tmp, ...) the %d format does not work
correctly. Example:

 $ cd $HOME
 -> tab shows "stefanb"   OK
 $ cd bin
 -> tab shows "stefanb/b" WRONG
 $ cd ../tmp
 -> tab shows "stefanb/t" WRONG
 $ cd ../misc
 -> tab shows "misc"      OK
 $ cd bin
 -> tab shows "misc/b"    WRONG

I guess this has something to do with the dirNamesToShorten list in
ProcessInfo::formatShortDir().


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list