Edit Gnome Application Launch Options

From Michael's Information Zone
Revision as of 09:15, 2 November 2020 by Michael.mast (talk | contribs) (Created page with "==Purpose== I wanted the vmware view client to launch with pre-populated fields. ==Process== <ref>https://www.addictivetips.com/ubuntu-linux-tips/edit-program-shortcuts-in-gno...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

I wanted the vmware view client to launch with pre-populated fields.

Process

[1]Shortcuts are found in /usr/share/applications, in this case /usr/share/applications/vmware-view.desktop . I then update the following line with the domain and user switches

Exec=vmware-view %u -d <yourdomain> -u <username>