I try to open an app in OSX — let's say Notes for instance, I use two commands in terminal to switch to other user:
sudo -u user /Applications/Notes.app/Contents/MacOS/Notes
this opens Notes
as user
, I can type, click and use normally as user
If I use su
su - user
then launch the app
/Applications/Notes.app/Contents/MacOS/Notes
It does launch the app, but the keyboard does not work; why is this? Can you pour some insight into this?
su
. Maybe I missed it? – jesse_b Dec 26 '17 at 03:46su - user
to open another application and see if the keyboard works with it? – jesse_b Dec 26 '17 at 03:52