Horje
create dektop file in ubuntu Code Example
create dektop 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: //below are different for differnt 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




Shell

Related
cat /etc/passwd Code Example cat /etc/passwd Code Example
git clone bare Code Example git clone bare Code Example
where are paint 3d files saved Code Example where are paint 3d files saved Code Example
how to run sh file in docker container Code Example how to run sh file in docker container Code Example
how to curl a service inside a pod in kubernetes? Code Example how to curl a service inside a pod in kubernetes? Code Example

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