Jump to content

PlasticSCM on Mac


sray

Recommended Posts

Thanks Manu. It took me a while to figure out which script to modify to allow proper launching from the Mac desktop (rather than command line).

I tried modifying /Applications/PlasticSCM/client/plastic, but that didn't work from the desktop. Instead, modifying "/Applications/PlasticSCM/Plastic GUI client.app/Contents/MacOS/launcher" did the trick. In this file, I made the following modification:

I changed the last line from:

"$basedir/config/mono_setup" mono "$basedir/client/$exe" "$@"

to:

"$basedir/config/mono_setup" mono "$basedir/client/$exe" "--theme=windowsnative" "$@"

Thanks for the tip!

Steve

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...