Hello, please have a look at the problem i adressed to krusader: https://bugs.kde.org/show_bug.cgi?id=333398 Maybe you can tell us where the file creation mask must be defined? Best regards Karsten
Thank you for the bug report. I'm not sure what version debian stable is using but it's probably not the frameworks 5 version, I'll move this report to the correct component. Could you update the version you are on above? That way we are not trying to solve problems that are already fixed. Cheers!
Hmm - that's not easy. How can i find out this detail? I can say # kded --version Qt: 3.3.8b KDE: 3.5.10 KDE Daemon: $Id: kded.cpp 711061 2007-09-11 09:42:51Z tpatzig $
Oh wow. That's a rather old version in software terms. KDE 3 is no longer supported. That explains why nobody could reproduce your bug, it is already fixed along the way. Unfortunately you will not be able to get this fix (and many others) I'm not going to recommend you switch to a new version, there must be a reason you use a legacy/stable system. Your best bet would be to see if Trinity developers have backported this particular fix or pay somebody to do it for you. Sorry I can't help you further.
Try "kded4 --version". If that also shows version information, you have (for whatever reason) both KDE3 as well as KDE4 installed.
$ kded4 --version Qt: 4.8.2 KDE: 4.8.4 (4.8.4) KDE-Dienst: $Id$ There are maybe some rests of KDE3 because this is in upgraded system. With a new installation i miss some basic things like the Kuickshow!
KDE 4.8.4 is not maintained either, but I just checked ftp:// in Dolphin 4.14.2. When creating directories directly (using "New Folder") they got drwxr-xr-x permissions. When copying local folders, they also got drwxr-xr-x permissions, even if the original folder had dr-xr-xr-x permissions. I guess the permissions are decided by the ftp server.
It's correct - with a new folder it is created as drwxr-xr-x When i copy an directory via FTP in Krusader it is created as dr-xr-xr-x. BUT - when i look for the permissions in the source window i see drwxrwxr-x. So it can't be a decision by the FTP server! Krusader does ignore the original permissions.