I'm new to ubuntu and logged in as user abc (shows Desktop)
I need to call the following app when I'm logged in as user abc: /home/xyz/zzzapp/zzz -param1 -param2
user abc and xyz are members of sudo.
I'd like to have a .desktop shortcut on abc that logs in as user xyz opens a terminal and calls the app zzz -param1 -param2
If terminal asks me for password it's ok for me
how can I do this?