Bug 158391

Summary: Question on default permissions of files / directories
Product: [Applications] konqueror Reporter: Nicolas L. <kde>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Nicolas L. 2008-02-25 11:53:24 UTC
Version:            (using KDE 4.0.1)
Installed from:    Mandriva RPMs
OS:                Linux

Mandriva bugreport : https://qa.mandriva.com/show_bug.cgi?id=27414

I found out that creating a new file/directory with Dolphin results in other
permissions than doing the same thing on console:

With console:
mkdir testdir  => permissions as being set with chmod 0755
touch testfile => permissions as being set with chmod 0644

With Dolphin:
Create new - directory => permissions as being set with chmod 0775
Create new - textfile => permissions as being set with chmod 0664
Comment 1 Peter Penz 2008-02-25 12:10:19 UTC
@David: I've changed the product to Konqueror although the code is located in libkonq
Comment 2 Jaime Torres 2008-06-11 20:03:18 UTC
Still present in kde4 trunk r811887 
Comment 3 Jaime Torres 2008-07-23 20:03:30 UTC
In 4.1.60 svn trunk 831729, the files and directories are created with the normal rights.
Comment 4 Jaime Torres 2008-07-26 10:54:15 UTC
This has been fixed sometime between r811887 and r831729.