Horje
How to add a shell script to launcher Code Example
How to add a shell script to launcher
#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 
How to add a shell script to launcher
#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 
How to add a shell script to launcher
#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 




Shell

Related
systemd wait for service to finish before login Code Example systemd wait for service to finish before login Code Example
winrar script for appending date to archive Code Example winrar script for appending date to archive Code Example
ubuntu bluetooth gets turned off everytime i reboot Code Example ubuntu bluetooth gets turned off everytime i reboot Code Example
how quit in after git show command Code Example how quit in after git show command Code Example
install yarn in nginx Code Example install yarn in nginx Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9