Preface Creating shortcuts in Linux can open applications faster. Here I introduce a method to you, which I also compiled after checking some information before, and I would like to share it with you. By the way, after opening an application under Linux, the corresponding program thumbnail will appear in the vertical application bar on the left (the one that is vertical, so I call it the application bar). Right-click on the thumbnail to bring up the menu. In the menu, you can choose to lock it to the application bar. In the future, you can click the application thumbnail here to start the application. Here’s how: 1. Enter a directory /usr/share/applications 2. Copy an existing similar file (here I will write it according to eclipse) cp xxxxx.desktop eclipse.desktop 3. Modify the copied files vim eclipse.desktop 4. Add content as [Desktop Entry] Encoding=UTF-8 Name=eclipse Comment=Eclipse IDE Exec=/home/your own directory/opt/soft/eclipse-jee-neon/eclipse Icon=/home/your own directory/opt/soft/eclipse-jee-neon/icon.xpm Terminal=false StartupNotify=true Type=Application Categories=GNOME;Development; Summarize The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. If you have any questions, you can leave a message to communicate. Thank you for your support for 123WORDPRESS.COM. You may also be interested in:
|
<<: Solution to the problem that the InnoDB engine is disabled when MySQL is started
>>: Mysql uses insert to insert multiple records to add data in batches
How to write DROP TABLE in different databases 1....
Table of contents What is a plugin Writing plugin...
We all have files stored on our computers -- dire...
Table of contents Introduction to Docker Docker e...
This article shares the installation and configur...
Table of contents Why is addEventListener needed?...
Table of contents 10,000 pieces of data were lost...
I remember a question the interviewer asked durin...
Application scenario 1: Domain name-based redirec...
I was recently working on a comment feature that ...
This article shares the installation tutorial of ...
Table of contents 1. Basic principles 2. Specific...
Table of contents Saltstack deploys zabbix servic...
We know that the commonly used events in JS are: ...
The mysql on a server in the computer room had be...