A
A
alexh78542019-03-21 12:13:14
linux
alexh7854, 2019-03-21 12:13:14

How to make a shortcut or how to conveniently launch an application in Linux (this is a gui application, launched via the console)?

Hello.
System - Linux Mint 19.1 Cinnamon
Installed the task manager ora.pm.
The problem is that the program was installed somewhere in the /bin or /usr/bin folder. Runs only through the console.
No shortcuts were created in the menu.
Tell me how you can configure the launch to run the program simply through a shortcut.
I have so far made a launch through the sh script, but at startup the terminal opens and hangs, which is inconvenient.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xibir, 2019-03-21
@alexh7854

You need to create a file with the .desktop extension on the desktop (it can be in $HOME/.local/share/applications then it will be in the menu) with the content:

[Desktop Entry]
Type=Application
Exec=/usr/bin/...
Icon=application-x-executable
Terminal=false
Name=Name
Name[ru]=Имя
Comment=Comment
Comment[ru]=Комментарий

in Exec, Name, Comment write down your data

M
Michael, 2019-03-21
@MikeDeblin

RMB on desktop, "Create launch button"

A
Adamos, 2019-03-21
@Adamos

.desktop file in ~/.local/share/applications for example.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question