Horje
make a desktop file in ubuntu Code Example
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




Shell

Related
jquery regex for digit numbers Code Example jquery regex for digit numbers Code Example
grep -c flag Code Example grep -c flag Code Example
replace hashes space vim Code Example replace hashes space vim Code Example
mac remove extra file attributes Code Example mac remove extra file attributes Code Example
linux autohide cursor Code Example linux autohide cursor Code Example

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