.dmg archive does not preserve layout when opened #88392

Closed
opened 2021-05-19 09:56:11 +02:00 by Francesco Siddi · 7 comments

The new .dmg packages to not feature the background image and custom layout that was used previously. It would be good to have that restored.

The new .dmg packages to not feature the background image and custom layout that was used previously. It would be good to have that restored.
James Monteath was assigned by Francesco Siddi 2021-05-19 09:56:11 +02:00

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'

Added subscriber: @fsiddi

Added subscriber: @fsiddi

There was a remaining issue with the apple script that creates this.
It hangs on builds and was disabled.

There was a remaining issue with the apple script that creates this. It hangs on builds and was disabled.

applescript timeout on Intel physical machine and fails the build.

INFO:worker_bundle_dmg.py: End script update
INFO:worker_bundle_dmg.py: Running applescript [osascript /var/folders/4z/ttdk9t_n4gxcg9c9lw47wz7m0000gq/T/tmp6izgx16r.applescript]
applescript: opening
/var/folders/4z/ttdk9t_n4gxcg9c9lw47wz7m0000gq/T/tmp6izgx16r.applescript:71:97: execution error: Finder got an error: AppleEvent timed out. (-1712)
Traceback (most recent call last):

Checking on other macos architecture if same issue.

applescript timeout on Intel physical machine and fails the build. ``` INFO:worker_bundle_dmg.py: End script update INFO:worker_bundle_dmg.py: Running applescript [osascript /var/folders/4z/ttdk9t_n4gxcg9c9lw47wz7m0000gq/T/tmp6izgx16r.applescript] applescript: opening /var/folders/4z/ttdk9t_n4gxcg9c9lw47wz7m0000gq/T/tmp6izgx16r.applescript:71:97: execution error: Finder got an error: AppleEvent timed out. (-1712) Traceback (most recent call last): ``` Checking on other macos architecture if same issue.

applescript also hangs on arm64 machines.

applescript also hangs on arm64 machines.

Need to give permissions to applescript for the first time.

applescript: opening [Blender]
/var/folders/4z/ttdk9t_n4gxcg9c9lw47wz7m0000gq/T/tmpyzhw96uj.applescript:71:107: execution error: Not authorized to send Apple events to Finder. (-1743)

Testing in DEVTEST and if all good will push to PROD to rebuild macos.

Need to give permissions to applescript for the first time. ``` applescript: opening [Blender] /var/folders/4z/ttdk9t_n4gxcg9c9lw47wz7m0000gq/T/tmpyzhw96uj.applescript:71:107: execution error: Not authorized to send Apple events to Finder. (-1743) ``` Testing in DEVTEST and if all good will push to PROD to rebuild macos.

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: archive/blender-buildbot#88392
No description provided.