-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.1.0
-
Fix Version/s: 4.1.0
-
Component/s: Lock / Autolock
-
Environment:macOS
-
Sprint:nxDrive 11.1.4
-
Story Points:1
Every 30 seconds, if Photoshop is not yet started, it will be by Drive.
This is an unwanted behavior introduced in NXDRIVE-1493. This code triggers a request to Photoshop and so starts it:
app = SBApplication.applicationWithBundleIdentifier_("com.adobe.Photoshop") for doc in app.documents(): # <-- this line ...
I did not search but either we can workaround this issue either we will have to disable the feature. Or add an explicit option for users who want to have the feature. TBD.
- is caused by
-
NXDRIVE-1493 Add DirectEdit support for the Adobe Creative Suite
- Resolved