Two methods for creating Quick Start for ubuntu

Source: Internet
Author: User

Two methods for creating Quick Start for ubuntu: The starter bar or the desktop startup mode (take eclipse as an example): Create under/usr/share/applications. shell code of the desktop file <em> cd/usr/share/applications sudo touch eclipse. desktop </em> open. shell code of the desktop file <em> sudo gedit eclipse. configure desktop </em>, insert the following code into the file: Desktop Code <em> [Desktop Entry] Type = Application Name = Eclipse Comment = Eclipse Integrated Development Environment Icon =/app/eclipse/icon. xpm # icon path Exec =/app/eclipse # Application Path Ter Minal = false Categories = Development; IDE; Java; </em> Save and exit. Click the icon in the upper left corner of ubuntu (Dash homepage), enter the name of application. desktop, and drag it to the startup bar or desktop. Start the Quick Command Line and link the application execution file symbol to/usr/local/bin: Shell code <em> <span style = "font-size: 14px; "> cd/usr/local/bin sudo ln-s/app/eclipse-indigo-4.2.2/eclipse (In addition, for the ln command, you want to give eclipse an alias, you can add the desired name to the end of this command line.) </span> </em> where/app/eclipse-indigo-4.2.2/eclipse is the eclipse path.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.