I'm using gnome-shell with Ubuntu 11.10. At the left edge there is menu with icons. Where can I edit the command that is launched after clicking them? For example, there is gvim icon and I want it to start with -geometry flag. I assume it is in some config file, but where?
How to add arguments to links in gnome-shell menu
5.6k views Asked by mc.watras At
1
To add startup arguments you have to modify the Exec parameter of the .desktop file. The gvim.desktop file is in
Add the arguments you need to the line.
This will affect all users on your system. If you want a custom launcher file you can create a .desktop file in ~/.local/share/applications.