Skip to content

Instantly share code, notes, and snippets.

@kamranzafar4343
Created August 28, 2023 08:18
Show Gist options
  • Save kamranzafar4343/90631238b9a5c49e6233435db9c3596a to your computer and use it in GitHub Desktop.
Save kamranzafar4343/90631238b9a5c49e6233435db9c3596a to your computer and use it in GitHub Desktop.
How to create a Graphical UI XAMPP shortcut to Dash (Ubuntu)
### 1. Open terminal:
sudo gedit /usr/share/applications/XAMPP.desktop
### 2. Paste this script
[Desktop Entry]
Type=Application
Terminal=false
Icon=/opt/lampp/htdocs/favicon.ico
Name=XAMPP Control Panel
Comment = Start and Stop XAMPP
Exec=gksudo /opt/lampp/manager-linux.run
### 3. Save file, Search 'XAMPP' on Dash. Yolo!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment