Giter Site home page Giter Site logo

Comments (9)

mvught avatar mvught commented on July 17, 2024

Tested it here and problem can you share your script

from dockutil.

cipineda avatar cipineda commented on July 17, 2024

setDockScript.sh.zip

from dockutil.

mvught avatar mvught commented on July 17, 2024

Ok check this script: https://github.com/mvdbent/setDock/blob/main/setDock-defaultDock.sh run it and test it.
I am 100% sure that if you incorporate your part in this everything will work properly!

from dockutil.

cipineda avatar cipineda commented on July 17, 2024

thanks!!!, I really appreciate it; will give it a try.

from dockutil.

das197 avatar das197 commented on July 17, 2024

Hi @mvught, It keeps failing on Sonoma.

sh-3.2# sh /Users/UserA/Desktop/dockItems.sh Dockutil version = 3.0.2 clean-out the Dock adding /Applications/Slack.app /Users/UserA/Desktop/dockItems.sh: line 19: 37174 Trace/BPT trap: 5 launchctl asuser "$uid" sudo -u "${currentUser}" "$@" adding /Applications /Users/UserA/Desktop/dockItems.sh: line 19: 37186 Trace/BPT trap: 5 launchctl asuser "$uid" sudo -u "${currentUser}" "$@" Restarted the Dock Finished creating default Dock

from dockutil.

pro4tlzz avatar pro4tlzz commented on July 17, 2024

Hi @mvught, It keeps failing on Sonoma.

sh-3.2# sh /Users/UserA/Desktop/dockItems.sh Dockutil version = 3.0.2 clean-out the Dock adding /Applications/Slack.app /Users/UserA/Desktop/dockItems.sh: line 19: 37174 Trace/BPT trap: 5 launchctl asuser "$uid" sudo -u "${currentUser}" "$@" adding /Applications /Users/UserA/Desktop/dockItems.sh: line 19: 37186 Trace/BPT trap: 5 launchctl asuser "$uid" sudo -u "${currentUser}" "$@" Restarted the Dock Finished creating default Dock

I'm also getting this BPT trap which I think is the cause of not getting the dock configured correctly.

Does anyone else face the same issue?

from dockutil.

pro4tlzz avatar pro4tlzz commented on July 17, 2024

@das197

Try something like this

dockutil="/usr/local/bin/dockutil"
LOGGEDINUSER=$(stat -f '%Su' /dev/console)
uid=$(id -u "${LOGGEDINUSER}")

runAsUser() {  
	if [[ "${LOGGEDINUSER}" != "loginwindow" ]]; then
		launchctl asuser "$uid" sudo -u "${LOGGEDINUSER}" "$@"
	else
		echo "no user logged in"
		exit 1
	fi
}

if [ "$LOGGEDINUSER" == "root" ]; then
    echo "Currently logged in user is root - aborting."
    echo "------------------------------------------------------------"
    exit 1
fi

homeDirectory="/Users/$LOGGEDINUSER/"
runAsUser "$dockutil" --add "/Applications/Google Chrome.app" --no-restart "$homeDirectory"

Using the runasUser function helped

from dockutil.

kcrawford avatar kcrawford commented on July 17, 2024

Are you able to reproduce the BPT trap error? Did you figure out what is/was causing the error?

from dockutil.

pro4tlzz avatar pro4tlzz commented on July 17, 2024

Are you able to reproduce the BPT trap error? Did you figure out what is/was causing the error?

yes I reproduced it, no I didn't have a clue what caused it.
When I tried to run the dockutil commands as sudo (current user) that didn't help. Eventually I tried Armin's way and it worked flawlessly.

from dockutil.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.