Skip to main content
Question

User template folder and Mojave

  • October 2, 2018
  • 34 replies
  • 239 views

Show first post

34 replies

Forum|alt.badge.img+11
  • Valued Contributor
  • November 12, 2019

@deploy2020 I'm surprised anything worked if you cleared the whole English.lproj directory!


Forum|alt.badge.img
  • New Contributor
  • January 21, 2020

Hi Guys,

Thanks a lot for this great question and for everyone's replies. I was running into the exact same problem.
We run a set of applications that need to be configured extensively, so the user template has really been a vital component of our system.

I disabled SIP and put all my files into the en_UK.lproj and it worked for me.
Then re-enabled SIP and everything works fine so far for me it seems.

I know it's not the best of ideas, but I don't have any other solution yet. (Will have to study hard.)

Good luck everyone and thanks for these great threads.


Forum|alt.badge.img+11
  • Valued Contributor
  • January 22, 2020

Apart from the different path, using the user template still works fine on Catalina in my testing so far.


Forum|alt.badge.img+26
  • Valued Contributor
  • January 22, 2020

I use the user template quite frequently, BUT I have had to adjust any scripts I have that directly write to it with macOS version checking statements to allow for the new location in Catalina but leaving the old location alone for High Sierra and Mojave.


Forum|alt.badge.img+11
  • Valued Contributor
  • January 22, 2020

@blackholemac That's precisely what I've done as well :)


Forum|alt.badge.img+1
  • New Contributor
  • February 22, 2020

@blackholemac you have an example of the adjustments you made to have the macOS version checked in your scripts?


Forum|alt.badge.img+11
  • Valued Contributor
  • September 24, 2021

I've now discovered that the user template in Catalina (and consequently Big Sur) is basically broken. Whether this is a bug or intentional is anyone's guess.

Firstly it doesn't apply permissions correctly to things in the template, so for instance I have an app in the template desktop directory with 755 permissions, but when a new user account is created it only has 700 applied to it.

Also it seems that any directories that are created from within the template have some sort of ACL applied to them stopping any new user from creating them, even though they're the owner.


Forum|alt.badge.img+7
  • Contributor
  • September 24, 2021

I've now discovered that the user template in Catalina (and consequently Big Sur) is basically broken. Whether this is a bug or intentional is anyone's guess.

Firstly it doesn't apply permissions correctly to things in the template, so for instance I have an app in the template desktop directory with 755 permissions, but when a new user account is created it only has 700 applied to it.

Also it seems that any directories that are created from within the template have some sort of ACL applied to them stopping any new user from creating them, even though they're the owner.


I use the Non-localized user template folder only anymore. Works well in Catalina and Big Sur for custom changes.

Forum|alt.badge.img+11
  • Valued Contributor
  • September 24, 2021
I use the Non-localized user template folder only anymore. Works well in Catalina and Big Sur for custom changes.

Interesting, I thought I tried that and it didn't work. It also means the "fill user templates" functionality probably wouldn't then work.