Created
August 28, 2023 08:18
-
-
Save kamranzafar4343/90631238b9a5c49e6233435db9c3596a to your computer and use it in GitHub Desktop.
How to create a Graphical UI XAMPP shortcut to Dash (Ubuntu)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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