“Cómo agregar un script de shell al lanzador” Código de respuesta

Cómo agregar un script de shell al lanzador

#1.
gedit ~/.local/share/applications/name.desktop

#2.Paste below text

[Desktop Entry]
Type=Application
Terminal=true
Name=unmount-mount
Icon=/path/to/icon/icon.svg
Exec=/path/to/file/mount-unmount.sh

#edit Icon= and Exec= and Name=
#Also Terminal=True/false determines whether 
#the terminal opens a window and displays output or 
#runs in the background 
Luban

Cómo agregar un script de shell al lanzador

#1.
gedit ~/.local/share/applications/name.desktop

#2.Paste below text

[Desktop Entry]
Type=Application
Terminal=true
Name=unmount-mount
Icon=/path/to/icon/icon.svg
Exec=/path/to/file/mount-unmount.sh

#edit Icon= and Exec= and Name=
#Also Terminal=True/false determines whether 
#the terminal opens a window and displays output or 
#runs in the background 
Luban

Cómo agregar un script de shell al lanzador

#1.
gedit ~/.local/share/applications/name.desktop

#2.Paste below text

[Desktop Entry]
Type=Application
Terminal=true
Name=unmount-mount
Icon=/path/to/icon/icon.svg
Exec=/path/to/file/mount-unmount.sh

#edit Icon= and Exec= and Name=
#Also Terminal=True/false determines whether 
#the terminal opens a window and displays output or 
#runs in the background 
Luban

Respuestas similares a “Cómo agregar un script de shell al lanzador”

Preguntas similares a “Cómo agregar un script de shell al lanzador”

Más respuestas relacionadas con “Cómo agregar un script de shell al lanzador” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código