Even as admin, I cannot edit DefaultFonts.plist for Notes.app. What am I doing wrong?Change The Default Font...
Including proofs of known theorems in master's thesis
Minimum Viable Product for RTS game?
Bursted bubble like details on material
Is "accuse people to be racist" grammatical?
Players preemptively rolling, even though their rolls are useless or are checking the wrong skills
Is there a way to pause a running process on Linux systems and resume later?
How bad is a Computer Science course that doesn't teach Design Patterns?
How can I put a period right after the algorithm's number in the algorithm's title?
Are there historical references that show that "diatonic" is a version of 'di-tonic' meaning 'two tonics'?
Does copper wire need to say it's copper?
How do I avoid the "chosen hero" feeling?
Coworker asking me to not bring cakes due to self control issue. What should I do?
Is there any danger of my neighbor having my wife's signature?
In a post-apocalypse world, with no power and few survivors, would Satnav still work?
Solving the linear first order differential equaition?
What is an explicit bijection in combinatorics?
I have trouble understanding this fallacy: "If A, then B. Therefore if not-B, then not-A."
How can I deduce the power of a capacitor from its datasheet?
Does red noise even at low values mean a hardware problem with my camera's sensor?
Is the UK legally prevented from having another referendum on Brexit?
What can I do to encourage my players to use their consumables?
Is it really OK to use "because of"?
Can I travel from country A to country B to country C without going back to country A?
Putting a vertical line in each Histogram using GraphicsGrid
Even as admin, I cannot edit DefaultFonts.plist for Notes.app. What am I doing wrong?
Change The Default Font & Size In NotesCannot Save/Edit to Mac Share Using Mountain LionSetup up Kaleidoscope as external diff tool in IntelliJ?Edit plist file for TextEditChange The Default Font & Size In NotesCan't delete .plist files from Trashcan't add my present account to folder > Get Info > Sharing & Permissions on Macbook ProUnable to access xampp files because of user permissions problemHow can I remove Chess from my mac?macOS not allowing me to change file permissions though I am the sole user/adminHow do I delete qmasterd in Incompatible Software folder?
I want to modify DefaultFonts.plist for the Notes application. I've tried a few different ways since what worked on old OS doesn't on 10.14 Mojave:
- I've navigated to the file through finder, went to Get Info, unlocked the file (via the lock icon), and tried to change permissions.
I get the message "The operation can’t be completed because you don’t have the necessary permission."
I've tried this command:
chmod 777 /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
I get the message: Operation note permitted
I've also tried:
sudo nano /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
I'm able to get into the editor, but when I try to save I get message: "error writing /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist"
also, I cannot cd to /Applications/Notes.app/Contents/Resources/en.lproj. (And I cannot see Notes.app when I'm in the Applications folder.)
The application is closed while I'm doing all this.
I have admin permissions on my computer. What in the world am I doing wrong here?
macos permission notes.app sip
New contributor
add a comment |
I want to modify DefaultFonts.plist for the Notes application. I've tried a few different ways since what worked on old OS doesn't on 10.14 Mojave:
- I've navigated to the file through finder, went to Get Info, unlocked the file (via the lock icon), and tried to change permissions.
I get the message "The operation can’t be completed because you don’t have the necessary permission."
I've tried this command:
chmod 777 /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
I get the message: Operation note permitted
I've also tried:
sudo nano /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
I'm able to get into the editor, but when I try to save I get message: "error writing /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist"
also, I cannot cd to /Applications/Notes.app/Contents/Resources/en.lproj. (And I cannot see Notes.app when I'm in the Applications folder.)
The application is closed while I'm doing all this.
I have admin permissions on my computer. What in the world am I doing wrong here?
macos permission notes.app sip
New contributor
add a comment |
I want to modify DefaultFonts.plist for the Notes application. I've tried a few different ways since what worked on old OS doesn't on 10.14 Mojave:
- I've navigated to the file through finder, went to Get Info, unlocked the file (via the lock icon), and tried to change permissions.
I get the message "The operation can’t be completed because you don’t have the necessary permission."
I've tried this command:
chmod 777 /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
I get the message: Operation note permitted
I've also tried:
sudo nano /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
I'm able to get into the editor, but when I try to save I get message: "error writing /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist"
also, I cannot cd to /Applications/Notes.app/Contents/Resources/en.lproj. (And I cannot see Notes.app when I'm in the Applications folder.)
The application is closed while I'm doing all this.
I have admin permissions on my computer. What in the world am I doing wrong here?
macos permission notes.app sip
New contributor
I want to modify DefaultFonts.plist for the Notes application. I've tried a few different ways since what worked on old OS doesn't on 10.14 Mojave:
- I've navigated to the file through finder, went to Get Info, unlocked the file (via the lock icon), and tried to change permissions.
I get the message "The operation can’t be completed because you don’t have the necessary permission."
I've tried this command:
chmod 777 /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
I get the message: Operation note permitted
I've also tried:
sudo nano /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
I'm able to get into the editor, but when I try to save I get message: "error writing /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist"
also, I cannot cd to /Applications/Notes.app/Contents/Resources/en.lproj. (And I cannot see Notes.app when I'm in the Applications folder.)
The application is closed while I'm doing all this.
I have admin permissions on my computer. What in the world am I doing wrong here?
macos permission notes.app sip
macos permission notes.app sip
New contributor
New contributor
edited 24 mins ago
bmike♦
159k46286620
159k46286620
New contributor
asked 57 mins ago
Will BrooklynWill Brooklyn
113
113
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Several of Apple's bundled applications are protected by SIP (System Integrity Protection). As a result, they cannot be modified, even with root privileges. The -lO flag for ls
will show you if a file or folder has restricted status:
ls -lO /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
-rw-r--r-- 1 root wheel restricted,compressed 538 Aug 20 2018 /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
If you want to proceed, you'll have to disable SIP, make the modifications, and then consider re-enabling SIP. (I strongly recommend not leaving it off, as it provides valuable security for your Mac against malware and other issues like inadvertent destruction of system critical files.)
If you don't like Apple's procedure for disabling SIP, You'll find many webpages explaining how to disable SIP. Here's one.
- https://support.apple.com/en-us/HT204899
However, it's possible that altering the app directly may compromise its code-signed status. (Again, a security feature designed to stop apps from running if they've been modified.) You may need to look for another way of changing the font in Notes.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "118"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Will Brooklyn is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f352310%2feven-as-admin-i-cannot-edit-defaultfonts-plist-for-notes-app-what-am-i-doing-w%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Several of Apple's bundled applications are protected by SIP (System Integrity Protection). As a result, they cannot be modified, even with root privileges. The -lO flag for ls
will show you if a file or folder has restricted status:
ls -lO /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
-rw-r--r-- 1 root wheel restricted,compressed 538 Aug 20 2018 /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
If you want to proceed, you'll have to disable SIP, make the modifications, and then consider re-enabling SIP. (I strongly recommend not leaving it off, as it provides valuable security for your Mac against malware and other issues like inadvertent destruction of system critical files.)
If you don't like Apple's procedure for disabling SIP, You'll find many webpages explaining how to disable SIP. Here's one.
- https://support.apple.com/en-us/HT204899
However, it's possible that altering the app directly may compromise its code-signed status. (Again, a security feature designed to stop apps from running if they've been modified.) You may need to look for another way of changing the font in Notes.
add a comment |
Several of Apple's bundled applications are protected by SIP (System Integrity Protection). As a result, they cannot be modified, even with root privileges. The -lO flag for ls
will show you if a file or folder has restricted status:
ls -lO /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
-rw-r--r-- 1 root wheel restricted,compressed 538 Aug 20 2018 /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
If you want to proceed, you'll have to disable SIP, make the modifications, and then consider re-enabling SIP. (I strongly recommend not leaving it off, as it provides valuable security for your Mac against malware and other issues like inadvertent destruction of system critical files.)
If you don't like Apple's procedure for disabling SIP, You'll find many webpages explaining how to disable SIP. Here's one.
- https://support.apple.com/en-us/HT204899
However, it's possible that altering the app directly may compromise its code-signed status. (Again, a security feature designed to stop apps from running if they've been modified.) You may need to look for another way of changing the font in Notes.
add a comment |
Several of Apple's bundled applications are protected by SIP (System Integrity Protection). As a result, they cannot be modified, even with root privileges. The -lO flag for ls
will show you if a file or folder has restricted status:
ls -lO /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
-rw-r--r-- 1 root wheel restricted,compressed 538 Aug 20 2018 /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
If you want to proceed, you'll have to disable SIP, make the modifications, and then consider re-enabling SIP. (I strongly recommend not leaving it off, as it provides valuable security for your Mac against malware and other issues like inadvertent destruction of system critical files.)
If you don't like Apple's procedure for disabling SIP, You'll find many webpages explaining how to disable SIP. Here's one.
- https://support.apple.com/en-us/HT204899
However, it's possible that altering the app directly may compromise its code-signed status. (Again, a security feature designed to stop apps from running if they've been modified.) You may need to look for another way of changing the font in Notes.
Several of Apple's bundled applications are protected by SIP (System Integrity Protection). As a result, they cannot be modified, even with root privileges. The -lO flag for ls
will show you if a file or folder has restricted status:
ls -lO /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
-rw-r--r-- 1 root wheel restricted,compressed 538 Aug 20 2018 /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist
If you want to proceed, you'll have to disable SIP, make the modifications, and then consider re-enabling SIP. (I strongly recommend not leaving it off, as it provides valuable security for your Mac against malware and other issues like inadvertent destruction of system critical files.)
If you don't like Apple's procedure for disabling SIP, You'll find many webpages explaining how to disable SIP. Here's one.
- https://support.apple.com/en-us/HT204899
However, it's possible that altering the app directly may compromise its code-signed status. (Again, a security feature designed to stop apps from running if they've been modified.) You may need to look for another way of changing the font in Notes.
edited 26 mins ago
bmike♦
159k46286620
159k46286620
answered 31 mins ago
benwiggybenwiggy
1,22739
1,22739
add a comment |
add a comment |
Will Brooklyn is a new contributor. Be nice, and check out our Code of Conduct.
Will Brooklyn is a new contributor. Be nice, and check out our Code of Conduct.
Will Brooklyn is a new contributor. Be nice, and check out our Code of Conduct.
Will Brooklyn is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Different!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f352310%2feven-as-admin-i-cannot-edit-defaultfonts-plist-for-notes-app-what-am-i-doing-w%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown