macOS: some app bundle contents are unexpectedly unwriteable #5222
Labels
bug
Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
comp: build
CMake build system
os: macOS
Environment
Steps to reproduce
Only appears as a problem when running
xattr -rc
Expected vs. actual behavior
Unlike previous releases, the following files inside the QtWebEngineProcess.app bundle are given permissions 444 instead of 644:
Contents/{Info.plist,PkgInfo,Resources/*}
. this is because permissions on these files are not changed by the Qt 5.15.1 deploy step in the build system. it's an easy fix.This is mainly an inconvenience for me as release manager, I have to run an extra command before signing. It generally doesn't affect users on macOS, the one case it might pop up is when trying to un-quarantine the app, but one can work around it by running
xattr
as sudo instead.this doesn't affect the 3.11.2-rc1 release, but we should fix it for 3.11.2.
The text was updated successfully, but these errors were encountered: