Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Create a desktop file ubuntu

Create a desktop file
Create a new file androidstudio.desktop by running the command:

nano ~/.local/share/applications/androidstudio.desktop

and add the lines below


[Desktop Entry]
Version=1.0
Type=Application
Name=Android Studio
Exec="/opt/android-studio/bin/studio.sh" %f
Icon=/opt/android-studio/bin/studio.png
Categories=Development;IDE;
Terminal=false
StartupNotify=true
StartupWMClass=android-studio
Comment

make a desktop file in ubuntu

Firstly, cd to/usr/share/applications then create a new file with extension is *.desktop by opening the terminal then run this command: sudo touch xampp.desktop.
Open the new file with super admin right by: sudo gedit xampp.desktop
Paste following to the file content: //different for different app
[Desktop Entry]
Encoding=UTF-8
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Exec=sudo /opt/lampp/manager-linux-x64.run
Icon=/opt/lampp/htdocs/favicon.ico
Categories=Application
Type=Application
Terminal=true
Comment

PREVIOUS NEXT
Code Example
Shell :: django activate shell 
Shell :: aws cli 
Shell :: jupyter digits 
Shell :: install git bash windows 10 
Shell :: flutter markdown 
Shell :: install nvm 
Shell :: How to Edit connections in Ubuntu 
Shell :: raspberry pi default username 
Shell :: how to use mongodb in ubuntu terminal 
Shell :: install kubectl ubuntu 
Shell :: install specific webpack version 
Shell :: how to ignore folder in gitignore duplicate 
Shell :: Starting ssh-agent on Windows 10 fails: "unable to start ssh-agent service, error :1058" 
Shell :: Bell char 
Shell :: unzip in folder 
Shell :: install aptitude debian 
Shell :: push an existing repository from the command line on github 
Shell :: clean remote branch vscode 
Shell :: git delete commit 
Shell :: check port running 
Shell :: expo install package version 
Shell :: push to existing repo github 
Shell :: what is kernel and shell 
Shell :: error: refs/remotes/origin/PLAT-4366 does not point to a valid object! 
Shell :: amplify delete storage 
Shell :: man in linux 
Shell :: sudo apt-get install jpeg 
Shell :: how to make new branch and switch in git 
Shell :: create new repository in git bash 
Shell :: aws cli stop rds instance 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =