Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - alanshutko

Pages: [1]
1
DF General Discussion / Re: Lazy Mac Pack (v0.47.03/04)
« on: March 05, 2020, 08:35:04 pm »
I just tried this on Catalina, and had some more problems with the quarantine for dwarffort.exe and libfmodex.dylib.

I replaced the xattr commands in the Control-Click and select "Open" command file with

xattr -dr com.apple.quarantine .

That removes the quarantine flag on everything in the Lazy Mac Pack directory, and should continue to work whenever other files are added.

2
DF General Discussion / Re: Lazy Mac Pack (v0.44.05)
« on: May 31, 2018, 09:01:19 pm »
The FULLSCREEN_RETINA_SUPPORT seems to require GNU grep, because it uses the -P flag for perl regexes.  I'm going to see if there's a way to avoid that requirement.

Also, the xattr should probably now be run on the whole directory.  I was seeing errors suggesting that sandboxed apps cannot open files in terminal.  (10.13.6 (17G31f))

Edit: here we go, updated commands. Should be put in "df" and "dfhack" scripts.

         Rex=$(system_profiler SPDisplaysDataType | awk '/Resolution: [0-9]+/ { print $2 }' | head -1 )
         Rey=$(system_profiler SPDisplaysDataType | awk '/Resolution: [0-9]+/ { print $4 }' | head -1 )

3
DF General Discussion / Re: Lazy Mac Pack (v0.43.03 / v0.43.05)
« on: January 03, 2017, 05:15:13 pm »
One minor comment, the Sierra script can be changed to do

Code: [Select]
xattr -dr com.apple.quarantine ${dir}
instead of setting links and asking the user to move the directory. This removes the flags directly.

Pages: [1]