Add a folder in the Ubuntu location menu, and add an undisplayed application initiator in the Application menu

Source: Internet
Author: User

Transferred from:

Http://trep.blog.163.com/blog/static/194095128201041511030421/

1. Add a folder in the Ubuntu location menu:

Open the folder to be added, select the bookmarks-add bookmarks menu to add, delete, select the bookmarks-edit bookmarks, find the folder you just added, and delete it.

2. Add undisplayed app starters in the app menu: (take my frequently-used benstream btsoftware as an example. The installation location is under/opt/benliud)

(1) Find the graphic file (suffixed with PNG) and rename it as benliud.png, and then copy it to USR/share/icons/hicolor/48 × 48/apps/or other places.

(2) sudo gedit/usr/share/applications/benliud. Desktop

In the displayed window, enter the following content:

[Desktop entry]
Encoding = UTF-8
Name = benliud
Comment = BT download
Exec =/opt/benliud
Icon =/usr/share/icons/hicolor/48 × 48/apps/benliud.png
Terminal = false
Type = Application
Categories = application; Network

Save and find benliud in application-Internet

# The following are some instructions:

Encoding = UTF-8 // character encoding

Name = benliud // The name you give the program
Comment = BT download // description displayed when pointing to this program.
Exec =/opt/benliud // Application Path to be executed
Icon =/usr/share/icons/hicolor/48 × 48/apps/benliud.png // path of the icon you want to display

Terminal = false // whether to use the terminal (true is used, false is not used)

Type = Application // The type of the program, which is generally application.

Categories = application; Network // The content here determines the position of the created starter in the Application menu. The starter created according to the above method will appear in the application-Internet, and so on, if you want to create a starter in the application-office, the last line above should be written:
Categories = application; office;

The categories above is the key. Pay attention to the semicolon above. The first one is generally
Application.
The second one can be a network,
Office,
Graphics,
Audiovideo,
System,
Development,
Utility,
Settings.
They correspond to the following:
Internet Network
Office
Image graphics
Audio and video audiovideo
System Tools
Programming Development
Auxiliary options Utility
Preference settings.
That is to say, if this item is a network, it will be displayed in the internet bar. This item is
Utility, the menu items you create will be displayed in the auxiliary options, and so on.

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.