![]() |
|
|
|
|
#1 |
|
Junior Member
Join Date: Apr 2022
Posts: 1
|
Still facing this issue, hope this is fixed soon
|
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Jan 2021
Posts: 3
|
+1
I do some user switching during the day on Mac OS (Business / Private Profile). It would be nice if displaylink would recognize the circumstances and auto initialize itselfs afterwards. |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Apr 2022
Posts: 1
|
I use Eventscripts to solve this.
https://www.mousedown.net/software/Downloads.html and this script on fast user switch. Code:
-- To receive the eventArgs parameter -- we wrap the script in an on run handler -- eventArgs is a variable which will be populated when the script is executed -- by EventScripts. If you run the script outside of EventScripts (eg in an editor) -- you'll get an error since "trigger" has not been set in "eventArgs". on run eventArgs -- every eventArgs record has a trigger property -- that describes the action that caused the script to be executed set thisTrigger to (trigger of eventArgs) if thisTrigger is "Fast user switched in" then -- do whatever you want to happen when -- the screen is unlocked here -- YOUR SCRIPT HERE tell application "/Applications/DisplayLink Manager.app" activate end tell |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: May 2022
Posts: 1
|
You can vote for a related open feature request here:
https://support.displaylink.com/foru...i-user-support |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|