Skip to main content
Solved

Prevent "Slack wants to make changes"

  • May 10, 2019
  • 28 replies
  • 291 views

Show first post

28 replies

Forum|alt.badge.img+2
  • New Contributor
  • May 21, 2023

Hi,

I have one question. This script is running great on Intel chips, but on M1 it will upgrade (if you check about, it will show the latest version)  but helper will still continue to prompt and once you enter the admin credentials it will restart and upgrade again, and then it will stop. Does anyone else experience this problem?


Did you get this sorted out? Just found this tread and is about to test the script :)


Forum|alt.badge.img+2
  • New Contributor
  • May 21, 2023

I personally use "installomator.sh" to install slack. It installs the web version. I have a configuration profile setup for auto-updates too and it suppresses the need for admin credentials on every update. Just restart Slack and done. 


masyed
Forum|alt.badge.img
  • New Contributor
  • July 11, 2023

I think the issue with this dialogue is the ownership of the Slack.app bundle. Just change the ownership to the current logged in user:

chown -R $(scutil <<< "show State:/Users/ConsoleUser" | awk -F': ' '/[[:space:]]+Name[[:space:]]:/ { if ( $2 != "loginwindow" ) { print $2 }}'):staff "/Applications/Slack.app"

You could add this snippet to your install script or as a postinstall script in a package.


Still its asking for admin creds , Not accepting user login details. Staff group has been updated with read and write permission