Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 
Comment

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 
Comment

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 
Comment

PREVIOUS NEXT
Code Example
Shell :: ssh to lightsail 
Shell :: command split by delimiter 
Shell :: drop caches 
Shell :: ubuntu battery and network utilities install 
Shell :: go test color output 
Shell :: base64 maintain line breaks linux 
Shell :: install kali software manager support 
Shell :: How to make digit 9 a constant in Inputmask 
Shell :: github clone failed 443 
Shell :: gunicorn gevent websocket 
Shell :: change or set password interactively in linux 
Shell :: git commit -am "make it better" error 
Shell :: How to ssh to multiple servers and run commands 
Shell :: vim repeat last command vim vi 
Shell :: xsl fo when else 
Shell :: calenderfx installation 
Shell :: nativescript/theme with nativescript 8 
Shell :: Show CSF version 
Shell :: linux bitcoin app 
Shell :: lancer gradle en bash 
Shell :: git borrar rama local y remote 
Shell :: which repository is made when expo init 
Shell :: does among us exist for linux 
Shell :: open file in note from command line linux 
Shell :: like idm for linux 
Shell :: [debug] [W3C] Encountered internal error running command: Error: Neither ANDROID_HOME nor ANDROID_SDK_ROOT environment variable was exported. Read https://developer.android.com/studio/command-line/variables for more details 
Shell :: debian 11 openvpn client option missing in network vpn after openvpm installition 
Shell :: update r 
Shell :: Git merge submodule into parent tree and preserving commit history 
Shell :: Bash Script To Clean 2+ Days Old Autobackup 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =