I am using Ubuntu 12.04 LTS.
I have Google Chrome in my launcher and I want to add the parameter --scroll-pixels=50 when I open it.
However, I don't get any option to set the command line options of the link.
Any ideas?
I am using Ubuntu 12.04 LTS.
I have Google Chrome in my launcher and I want to add the parameter --scroll-pixels=50 when I open it.
However, I don't get any option to set the command line options of the link.
Any ideas?
The easiest thing to do is:

--scroll-pixels=50 before %U and close the windowsudo find / -name google-chrome.desktop, I found the location of the launch in /usr/share/applications/google-chrome.desktoprm the Chrome icon in your desktopA simple way is to install alacarte, which is the old menu editor for Ubuntu.
sudo apt-get install alacarte
Simply run it, find the shortcut (Applications -> Internet -> Google Chrome), click Proprties, and add your argument to the command.
*note, this will change the shortcut both in the dash and launcher, which may or may not be what you want.