Bug 51274

Summary: fish: Python files are displayed as Java files
Product: [Frameworks and Libraries] kio Reporter: joe
Component: fishAssignee: Jörg Walter <trouble>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description joe 2002-11-28 07:39:07 UTC
Version:           3.0.3 (using KDE 3.0.5)
Installed from:    SuSE
Compiler:          gcc version 3.2
OS:          Linux (i686) release 2.4.19-4GB

When I open a remote folder on another Linux server via fish (SSH), the Python (*.py) files in the folder are displayed as Java source files or Simple Text files. The Python bytecode files (*.pyc) are detected correctly.
Comment 1 Jörg Walter 2003-07-27 20:31:52 UTC
I have improved the situation a bit. Unfortunately, this bug cannot be fixed 100% correct, as 
the 'file' utility makes some really uneducated guesses. So you have the choice between "no 
mime types, detection just via extension" when no file(1) is installed, and "sort-of-correct, but 
with the occasional error".