Answers for "create .desktop file ubuntu"

0

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
Posted by: Guest on February-05-2022
0

create a desktop entry ubuntu

[Desktop Entry]
Name=someName
Comment=
Exec=/path/to/script.sh
Icon=/path/to/icon
Terminal=false
Type=Application
Posted by: Guest on May-27-2021

Code answers related to "create .desktop file ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language