Ubuntu12.4 create Desktop shortcuts (three methods) and ubuntu12.4 shortcuts
Ubuntu12.4 create a desktop shortcut (three methods)
Ubuntu12.4 cannot "right-click --> Create a starter" on the desktop, so you need to find another way to create a desktop shortcut icon.
1. Method 1:
In the file system/usr/share/applications, there is a shortcut for automatically installing ubuntu software:
For example, right-click the terminal and copy it to the desktop:
Double-click to open it. The shortcut key Ctrl + Alt + T is not required:
2. Method 2:
Press and hold the Mouse icon to pull to the desktop, while holding down the Alt key:
When dragging to the desktop, you will see several options. Select "link to here" and release the "Alt" key:
Created successfully:
Double-click the eclipse desktop shortcut to open the software:
3. Method 3:
Create a file by yourself:
The content is as follows:
[Desktop Entry] Categories = Development; comment [zh_CN] = Comment = Exec =/opt/eclipse startup icon path: GenericName [zh_CN] = IDEGenericName = IDEIcon =/opt/eclipse/ icon. xpm // set the eclipse desktop icon image MimeType = Name [zh_CN] = eclipse Name = eclipse // set the desktop icon Name Path = StartupNotify = trueTerminal = falseType = ApplicationX-example- serviceName = X-train-StartupType = X-KDE-SubstituteUID = falseX-KDE-Username = owen
The procedure is as follows:
The text content is as follows:
Save and close. Change the file nameEclipse. desktop:
And add executable permissions to the file:
Copy the icon to the desktop and double-click it to run: