Edit Gnome Application Launch Options

From Michael's Information Zone
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>
  • WARNING : This change is system wide, all users will get this. Please do not be stupid and enter passwords or sensitive information here.
  • https://www.addictivetips.com/ubuntu-linux-tips/edit-program-shortcuts-in-gnome-shell/