Vivek Bheda
Vivek Bheda
~Ran into the same issue with newer versions of Google Chrome. I think we should move away from using the `open` command and switch to executing Apple Scripts. Verified if...
> I'm having the same behavior. I use 4 profile. 1 personal and 3 work projects. I cannot get profile to work and I've triple verified the config file matched...
Ah, I think I see your issue. When specifying which `profile` to target you need to pass a JSON object for browser. The `profile` property is defined on this browser...
UPDATE: I guess the DISPLAY env variable is important. Maybe found a solution to dynamically fetch correct value for DISPLAY for plebs like me: https://askubuntu.com/a/744751
Found a working version of the command for me ``` ➜ ~ sudo cat /usr/lib/systemd/system/xkeysnail.service [sudo] password for krypton: [Unit] Description=xkeysnail [Service] Type=simple KillMode=process ExecStart=/usr/bin/sudo /bin/bash -c 'export DISPLAY=$$(w -h...