Specify parameters for launcher program
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?
Solution 1:
The easiest thing to do is:
- Remove your existing Chrome icon from the Unity launcher
- Open the Unity Dash and make it non-maximized
- Type "chrome"
- Drag the Chrome icon to your desktop
- Right-click on the Chrome icon on your desktop and choose "Properties"
- Modify "Command" to insert
--scroll-pixels=50
before%U
and close the window - Move the icon from your desktop to some folder (where it will stay)
- Drag the icon from the folder to your Unity launcher
Solution 2:
- Type "chrome"
- Drag the Chrome icon to your desktop
- Find the name of chrome which is 'google-chrome.desktop' in my PC
-
sudo find / -name google-chrome.desktop
, I found the location of the launch in/usr/share/applications/google-chrome.desktop
- Modify the 'Exec' value
- save and exit,
rm
the Chrome icon in your desktop
Solution 3:
A 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.