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 :: wsl ubuntu git status and the file are not staged 
Shell :: how to install add-apt-repository 
Shell :: added changes to a specific commit 
Shell :: brew command not found 
Shell :: how to install terraform on Ubuntu/Debian 
Shell :: npm version 
Shell :: tail command in linux 
Shell :: git create and checkout branch 
Shell :: install packages from pipfile 
Shell :: install rabbitmq docker image 
Shell :: docker images only name 
Shell :: how to boot into bios dell 
Shell :: git grep in commits 
Shell :: graphql comment 
Shell :: "GH001: Large files detected. You may want to try Git Large File Storage" error fix 
Shell :: how to add a directory to path in linux 
Shell :: how to remove stuff from git 
Shell :: move the file from one linux user to another 
Shell :: adding images to readme github 
Shell :: react hook install 
Shell :: install postman in ubuntu 20.04 
Shell :: install conan 
Shell :: update arch repo using reflector 
Shell :: rename branch name brfore push 
Shell :: ubuntu wsl go to desktop 
Shell :: bash length of array 
Shell :: how to install choclatey using command prompt 
Shell :: create new docker image from existing 
Shell :: copy folder linux command line 
Shell :: how to untrack a file in git 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =