Bug 403724

Summary: properties of (sshfs) mounted files are mixed up
Product: [Applications] krusader Reporter: Bernhard Schiffner <bernhard.schiffner>
Component: generalAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: REPORTED ---    
Severity: normal CC: krusader-bugs-null
Priority: NOR    
Version First Reported In: 2.7.1   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: permissions in konsole

Description Bernhard Schiffner 2019-01-29 09:00:06 UTC
Created attachment 117714 [details]
permissions in konsole

SUMMARY
properties of (sshfs) mounted files are mixed up in krusader

STEPS TO REPRODUCE
(I can't tell if is always reproduceable.)
I mount a certain directory from an other linux computer by sshfs.

OBSERVED RESULT
The rwx-properties of some files shown in krusader are different from the properties shown in KDE konsole.

(screenshots attached as *zip)


ADDITIONAL INFORMATION
If I double click the *.odt showing --- (rwx) (krusader) permissions it opens in libreoffice without any problem. In this case the "right" permissions are -rw-rw---. 
If I try to open the same file with F3 (internal viewer) it fails with wrong permissions.

I observe this behavior already for a longer time.
About 25% of all files of the mounted directory are shown with the wrong permissions.

If needed I can do a little bit of debugging (compile from source etc.).