[frameworks-kio] [Bug 445801] Doesn't honor the system umask for newly-created files

2021-12-25 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=445801 Ahmad Samir changed: What|Removed |Added CC||k...@davidedmundson.co.uk --- Comment #12 from

[frameworks-kio] [Bug 445801] Doesn't honor the system umask for newly-created files

2021-12-24 Thread Vincent Minder
https://bugs.kde.org/show_bug.cgi?id=445801 Vincent Minder changed: What|Removed |Added CC||vincent.min...@freebel.net --- Comment #11

[frameworks-kio] [Bug 445801] Doesn't honor the system umask for newly-created files

2021-11-29 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=445801 --- Comment #10 from Enzo --- I somehow would expect that stuff like umask is setup globally for any KDE/Plasma application. If all of them use KIO to write files, then I would say KIO is the right place to fix it. But I don't know enough about the

[frameworks-kio] [Bug 445801] Doesn't honor the system umask for newly-created files

2021-11-29 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=445801 --- Comment #9 from Ahmad Samir --- To clarify, I meant that when you press e.g. the PrintScreen button, KGlobalAccel (?) starts Spectacle to take the screenshot, the way KGlobalAccel starts the app could be where the umask wasn't carried over. --

[frameworks-kio] [Bug 445801] Doesn't honor the system umask for newly-created files

2021-11-28 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=445801 --- Comment #8 from Enzo --- I don't start apps from command line but rather from menu. My bash has umask set to 0077. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 445801] Doesn't honor the system umask for newly-created files

2021-11-28 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=445801 --- Comment #7 from Ahmad Samir --- $ umask 0022 $ umask 0077 $ dolphin then creating a new file with dolphin, checking the permissions I get `-rw---` which is correct. Starting spectacle from the same terminal, I took a screenshot, clicked

[frameworks-kio] [Bug 445801] Doesn't honor the system umask for newly-created files

2021-11-24 Thread Enzo
https://bugs.kde.org/show_bug.cgi?id=445801 --- Comment #6 from Enzo --- Maybe i am wrong, but when you copy a file you first create an empty one. Then you fill it in with the original content. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 445801] Doesn't honor the system umask for newly-created files

2021-11-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=445801 Nate Graham changed: What|Removed |Added Resolution|WAITINGFORINFO |--- Summary|Doesn't honor the umask