How to start xampp GUI The Next CEO of Stack Overflowhow to load xampp graphical UI?Xampp...
Why do remote companies require working in the US?
Real integral using residue theorem - why doesn't this work?
Bold, vivid family
In excess I'm lethal
Why don't programming languages automatically manage the synchronous/asynchronous problem?
Is there a difference between "Fahrstuhl" and "Aufzug"
How do I reset passwords on multiple websites easily?
How do scammers retract money, while you can’t?
How to safely derail a train during transit?
How did people program for Consoles with multiple CPUs?
Complex fractions
Why has the US not been more assertive in confronting Russia in recent years?
Is there a way to save my career from absolute disaster?
Rotate a column
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
If a black hole is created from light, can this black hole then move at speed of light?
What happens if you roll doubles 3 times then land on "Go to jail?"
Why does standard notation not preserve intervals (visually)
Received an invoice from my ex-employer billing me for training; how to handle?
Is it possible to search for a directory/file combination?
Why do professional authors make "consistency" mistakes? And how to avoid them?
What benefits would be gained by using human laborers instead of drones in deep sea mining?
To not tell, not take, and not want
If the heap is initialized for security, then why is the stack uninitialized?
How to start xampp GUI
The Next CEO of Stack Overflowhow to load xampp graphical UI?Xampp suddenly requesting 32bit libsCannot start XAMPP on Ubuntu 11.10unable to start XAMPP in ubuntu 11.04running XAMPP does not workXAMPP not workingNot finding Xampp in ubuntu software center?Ubuntu 16.04 - How to start xampp control panelxampp vs lampp and how to tell the differenceWhy does XAMPP require 32 bit libraries after installing MongoDB?how to open xampp with GUI program?How to upgrade to php 7.2 version in xampp
I am having trouble finding out how to start the expanded GUI. I have found a tutorial on how to start this one sudo /opt/lampp/share/xampp-control-panel/xampp-control-panel
But I am not able to find out how to start this one
14.04 gui xampp
add a comment |
I am having trouble finding out how to start the expanded GUI. I have found a tutorial on how to start this one sudo /opt/lampp/share/xampp-control-panel/xampp-control-panel
But I am not able to find out how to start this one
14.04 gui xampp
1
You should install LAMP instead of XAMPP askubuntu.com/tags/xampp/info
– LiveWireBT
Nov 20 '14 at 10:50
possible duplicate of Xampp suddenly requesting 32bit libs
– LiveWireBT
Nov 20 '14 at 10:54
As Oli pointed out XAMPP is a terrifying security breach askubuntu.com/a/489881/40581
– LiveWireBT
Nov 20 '14 at 10:58
add a comment |
I am having trouble finding out how to start the expanded GUI. I have found a tutorial on how to start this one sudo /opt/lampp/share/xampp-control-panel/xampp-control-panel
But I am not able to find out how to start this one
14.04 gui xampp
I am having trouble finding out how to start the expanded GUI. I have found a tutorial on how to start this one sudo /opt/lampp/share/xampp-control-panel/xampp-control-panel
But I am not able to find out how to start this one
14.04 gui xampp
14.04 gui xampp
edited Nov 29 '14 at 8:39
HelpNeeder
4871822
4871822
asked Sep 28 '14 at 4:20
chj1axr0chj1axr0
6051521
6051521
1
You should install LAMP instead of XAMPP askubuntu.com/tags/xampp/info
– LiveWireBT
Nov 20 '14 at 10:50
possible duplicate of Xampp suddenly requesting 32bit libs
– LiveWireBT
Nov 20 '14 at 10:54
As Oli pointed out XAMPP is a terrifying security breach askubuntu.com/a/489881/40581
– LiveWireBT
Nov 20 '14 at 10:58
add a comment |
1
You should install LAMP instead of XAMPP askubuntu.com/tags/xampp/info
– LiveWireBT
Nov 20 '14 at 10:50
possible duplicate of Xampp suddenly requesting 32bit libs
– LiveWireBT
Nov 20 '14 at 10:54
As Oli pointed out XAMPP is a terrifying security breach askubuntu.com/a/489881/40581
– LiveWireBT
Nov 20 '14 at 10:58
1
1
You should install LAMP instead of XAMPP askubuntu.com/tags/xampp/info
– LiveWireBT
Nov 20 '14 at 10:50
You should install LAMP instead of XAMPP askubuntu.com/tags/xampp/info
– LiveWireBT
Nov 20 '14 at 10:50
possible duplicate of Xampp suddenly requesting 32bit libs
– LiveWireBT
Nov 20 '14 at 10:54
possible duplicate of Xampp suddenly requesting 32bit libs
– LiveWireBT
Nov 20 '14 at 10:54
As Oli pointed out XAMPP is a terrifying security breach askubuntu.com/a/489881/40581
– LiveWireBT
Nov 20 '14 at 10:58
As Oli pointed out XAMPP is a terrifying security breach askubuntu.com/a/489881/40581
– LiveWireBT
Nov 20 '14 at 10:58
add a comment |
6 Answers
6
active
oldest
votes
The primary answer didn't work for me until I did something from followed of this example which states:
I believe that you want to add a GUI xampp control panel. To add a
GUI xampp control panel see below.
Just press Ctrl+Alt+T on your
keyboard to open Terminal. When it opens, run the command(s) below:
sudo gedit ~/.local/share/applications/xampp-control-panel.desktop
When the text editor opens simply paste the following, close and save.
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=sudo -i python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py
Icon=/usr/share/icons/Humanity/devices/24/network-wired.svg
Encoding=UTF-8
Terminal=false
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
Icon=/usr/share/icons/Humanity/devices/24/network-wired.svg
If you have a problem with executing the program, install
gksu
, and
in the forth line, replacesudo -i
withgksudo
. Below is how to
install gksu if not installed, since it has been removed from 13.04.
sudo apt-get install gksu
Look for xampp control panel in dash
I am using Ubuntu 14.04 and Xampp 5.6.3.Then I was able to use what the primary answerer posted. This is the code quote from Kyusuf Muhammad:
You can use the command below if you use 32 system :
sudo /opt/lampp/manager-linux.run
if you use 64 system:
sudo /opt/lampp/manager-linux-x64.run
add a comment |
You can use the command below
if you use 32 system :
sudo /opt/lampp/manager-linux.run
if you use 64 system :
sudo /opt/lampp/manager-linux-x64.run
4
You got my upvote.
– HelpNeeder
Nov 29 '14 at 8:28
So easy - Mine upvote too :)
– linusg
Aug 8 '16 at 18:23
It seems this file is removed in newer versions. Mine isXAMPP for Linux 5.6.24
and there's nomanager-linux-x64.run
in my/opt/lampp/
folder
– DummyBeginner
Sep 16 '16 at 18:33
add a comment |
Two important notes to the advice given by @HelpNeeder: there should be a quote around the code the executable, and the image for the default icon for Xampp icon is accessible as /opt/lampp/htdocs/dashboard/images/xampp-logo.svg
. Copy it into folder /usr/share/icons/Humanity/devices/24/
Thus, the final advice is to open a new terminal, run
sudo gedit ~/.local/share/applications/xampp-control-panel.desktop
and save the following in the file:
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=gksudo /opt/lampp/manager-linux-x64.run
Icon="/usr/share/icons/Humanity/devices/24/xampp-logo.svg"
Encoding=UTF-8
Terminal=false
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
add a comment |
This works for me:
gedit ~/.local/share/applications/xampp-control-panel.desktop
[Desktop Entry]
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
Categories=Development
Exec=gksudo /opt/lampp/manager-linux-x64.run
Icon=/opt/lampp/htdocs/favicon.ico
You have to install the package gksu
.
add a comment |
The fastest way to spit out the GUI is to use the following codes. One after the other.
cd /opt/lampp
sudo ./manager-linux.run (or manager-linux-x64.run)
Snapshot of the terminal
1
That's nearly the same as this answer except that yours uses an additionalcd
command instead of executing the program directly by its absolute path.
– David Foerster
Jul 11 '16 at 19:06
add a comment |
I think what you are asking ,is to create a shortcut to launch the graphical interface. If you so , than I've found the solution :
1)Go to /opt/lampp
and open terminal and type sudo chmod 777 manager-linux-x64.run
(for 64-bit) or sudo chmod 777 manager-linux.run
(For 32 bit).
2)Now go to desktop and create a file named xampp.desktop
and paste the following :
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=sudo /opt/lampp/manager-linux-x64.run
Icon=/opt/lampp/htdocs/favicon.ico
Encoding=UTF-8
Terminal=true
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
After that save it and double click on the icon. A pop-up may show up ,in there click on Make It Trusted
and then run it again. A terminal will open asking for user password. Give it and it will open the Graphical Interface. It worked fine for my Ubuntu and Linux Mint
...
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f529500%2fhow-to-start-xampp-gui%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
The primary answer didn't work for me until I did something from followed of this example which states:
I believe that you want to add a GUI xampp control panel. To add a
GUI xampp control panel see below.
Just press Ctrl+Alt+T on your
keyboard to open Terminal. When it opens, run the command(s) below:
sudo gedit ~/.local/share/applications/xampp-control-panel.desktop
When the text editor opens simply paste the following, close and save.
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=sudo -i python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py
Icon=/usr/share/icons/Humanity/devices/24/network-wired.svg
Encoding=UTF-8
Terminal=false
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
Icon=/usr/share/icons/Humanity/devices/24/network-wired.svg
If you have a problem with executing the program, install
gksu
, and
in the forth line, replacesudo -i
withgksudo
. Below is how to
install gksu if not installed, since it has been removed from 13.04.
sudo apt-get install gksu
Look for xampp control panel in dash
I am using Ubuntu 14.04 and Xampp 5.6.3.Then I was able to use what the primary answerer posted. This is the code quote from Kyusuf Muhammad:
You can use the command below if you use 32 system :
sudo /opt/lampp/manager-linux.run
if you use 64 system:
sudo /opt/lampp/manager-linux-x64.run
add a comment |
The primary answer didn't work for me until I did something from followed of this example which states:
I believe that you want to add a GUI xampp control panel. To add a
GUI xampp control panel see below.
Just press Ctrl+Alt+T on your
keyboard to open Terminal. When it opens, run the command(s) below:
sudo gedit ~/.local/share/applications/xampp-control-panel.desktop
When the text editor opens simply paste the following, close and save.
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=sudo -i python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py
Icon=/usr/share/icons/Humanity/devices/24/network-wired.svg
Encoding=UTF-8
Terminal=false
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
Icon=/usr/share/icons/Humanity/devices/24/network-wired.svg
If you have a problem with executing the program, install
gksu
, and
in the forth line, replacesudo -i
withgksudo
. Below is how to
install gksu if not installed, since it has been removed from 13.04.
sudo apt-get install gksu
Look for xampp control panel in dash
I am using Ubuntu 14.04 and Xampp 5.6.3.Then I was able to use what the primary answerer posted. This is the code quote from Kyusuf Muhammad:
You can use the command below if you use 32 system :
sudo /opt/lampp/manager-linux.run
if you use 64 system:
sudo /opt/lampp/manager-linux-x64.run
add a comment |
The primary answer didn't work for me until I did something from followed of this example which states:
I believe that you want to add a GUI xampp control panel. To add a
GUI xampp control panel see below.
Just press Ctrl+Alt+T on your
keyboard to open Terminal. When it opens, run the command(s) below:
sudo gedit ~/.local/share/applications/xampp-control-panel.desktop
When the text editor opens simply paste the following, close and save.
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=sudo -i python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py
Icon=/usr/share/icons/Humanity/devices/24/network-wired.svg
Encoding=UTF-8
Terminal=false
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
Icon=/usr/share/icons/Humanity/devices/24/network-wired.svg
If you have a problem with executing the program, install
gksu
, and
in the forth line, replacesudo -i
withgksudo
. Below is how to
install gksu if not installed, since it has been removed from 13.04.
sudo apt-get install gksu
Look for xampp control panel in dash
I am using Ubuntu 14.04 and Xampp 5.6.3.Then I was able to use what the primary answerer posted. This is the code quote from Kyusuf Muhammad:
You can use the command below if you use 32 system :
sudo /opt/lampp/manager-linux.run
if you use 64 system:
sudo /opt/lampp/manager-linux-x64.run
The primary answer didn't work for me until I did something from followed of this example which states:
I believe that you want to add a GUI xampp control panel. To add a
GUI xampp control panel see below.
Just press Ctrl+Alt+T on your
keyboard to open Terminal. When it opens, run the command(s) below:
sudo gedit ~/.local/share/applications/xampp-control-panel.desktop
When the text editor opens simply paste the following, close and save.
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=sudo -i python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py
Icon=/usr/share/icons/Humanity/devices/24/network-wired.svg
Encoding=UTF-8
Terminal=false
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
Icon=/usr/share/icons/Humanity/devices/24/network-wired.svg
If you have a problem with executing the program, install
gksu
, and
in the forth line, replacesudo -i
withgksudo
. Below is how to
install gksu if not installed, since it has been removed from 13.04.
sudo apt-get install gksu
Look for xampp control panel in dash
I am using Ubuntu 14.04 and Xampp 5.6.3.Then I was able to use what the primary answerer posted. This is the code quote from Kyusuf Muhammad:
You can use the command below if you use 32 system :
sudo /opt/lampp/manager-linux.run
if you use 64 system:
sudo /opt/lampp/manager-linux-x64.run
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Nov 29 '14 at 8:27
HelpNeederHelpNeeder
4871822
4871822
add a comment |
add a comment |
You can use the command below
if you use 32 system :
sudo /opt/lampp/manager-linux.run
if you use 64 system :
sudo /opt/lampp/manager-linux-x64.run
4
You got my upvote.
– HelpNeeder
Nov 29 '14 at 8:28
So easy - Mine upvote too :)
– linusg
Aug 8 '16 at 18:23
It seems this file is removed in newer versions. Mine isXAMPP for Linux 5.6.24
and there's nomanager-linux-x64.run
in my/opt/lampp/
folder
– DummyBeginner
Sep 16 '16 at 18:33
add a comment |
You can use the command below
if you use 32 system :
sudo /opt/lampp/manager-linux.run
if you use 64 system :
sudo /opt/lampp/manager-linux-x64.run
4
You got my upvote.
– HelpNeeder
Nov 29 '14 at 8:28
So easy - Mine upvote too :)
– linusg
Aug 8 '16 at 18:23
It seems this file is removed in newer versions. Mine isXAMPP for Linux 5.6.24
and there's nomanager-linux-x64.run
in my/opt/lampp/
folder
– DummyBeginner
Sep 16 '16 at 18:33
add a comment |
You can use the command below
if you use 32 system :
sudo /opt/lampp/manager-linux.run
if you use 64 system :
sudo /opt/lampp/manager-linux-x64.run
You can use the command below
if you use 32 system :
sudo /opt/lampp/manager-linux.run
if you use 64 system :
sudo /opt/lampp/manager-linux-x64.run
edited Jul 11 '16 at 19:05
David Foerster
28.6k1367113
28.6k1367113
answered Nov 20 '14 at 3:21
Kyusuf MuhammadKyusuf Muhammad
581134
581134
4
You got my upvote.
– HelpNeeder
Nov 29 '14 at 8:28
So easy - Mine upvote too :)
– linusg
Aug 8 '16 at 18:23
It seems this file is removed in newer versions. Mine isXAMPP for Linux 5.6.24
and there's nomanager-linux-x64.run
in my/opt/lampp/
folder
– DummyBeginner
Sep 16 '16 at 18:33
add a comment |
4
You got my upvote.
– HelpNeeder
Nov 29 '14 at 8:28
So easy - Mine upvote too :)
– linusg
Aug 8 '16 at 18:23
It seems this file is removed in newer versions. Mine isXAMPP for Linux 5.6.24
and there's nomanager-linux-x64.run
in my/opt/lampp/
folder
– DummyBeginner
Sep 16 '16 at 18:33
4
4
You got my upvote.
– HelpNeeder
Nov 29 '14 at 8:28
You got my upvote.
– HelpNeeder
Nov 29 '14 at 8:28
So easy - Mine upvote too :)
– linusg
Aug 8 '16 at 18:23
So easy - Mine upvote too :)
– linusg
Aug 8 '16 at 18:23
It seems this file is removed in newer versions. Mine is
XAMPP for Linux 5.6.24
and there's no manager-linux-x64.run
in my /opt/lampp/
folder– DummyBeginner
Sep 16 '16 at 18:33
It seems this file is removed in newer versions. Mine is
XAMPP for Linux 5.6.24
and there's no manager-linux-x64.run
in my /opt/lampp/
folder– DummyBeginner
Sep 16 '16 at 18:33
add a comment |
Two important notes to the advice given by @HelpNeeder: there should be a quote around the code the executable, and the image for the default icon for Xampp icon is accessible as /opt/lampp/htdocs/dashboard/images/xampp-logo.svg
. Copy it into folder /usr/share/icons/Humanity/devices/24/
Thus, the final advice is to open a new terminal, run
sudo gedit ~/.local/share/applications/xampp-control-panel.desktop
and save the following in the file:
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=gksudo /opt/lampp/manager-linux-x64.run
Icon="/usr/share/icons/Humanity/devices/24/xampp-logo.svg"
Encoding=UTF-8
Terminal=false
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
add a comment |
Two important notes to the advice given by @HelpNeeder: there should be a quote around the code the executable, and the image for the default icon for Xampp icon is accessible as /opt/lampp/htdocs/dashboard/images/xampp-logo.svg
. Copy it into folder /usr/share/icons/Humanity/devices/24/
Thus, the final advice is to open a new terminal, run
sudo gedit ~/.local/share/applications/xampp-control-panel.desktop
and save the following in the file:
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=gksudo /opt/lampp/manager-linux-x64.run
Icon="/usr/share/icons/Humanity/devices/24/xampp-logo.svg"
Encoding=UTF-8
Terminal=false
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
add a comment |
Two important notes to the advice given by @HelpNeeder: there should be a quote around the code the executable, and the image for the default icon for Xampp icon is accessible as /opt/lampp/htdocs/dashboard/images/xampp-logo.svg
. Copy it into folder /usr/share/icons/Humanity/devices/24/
Thus, the final advice is to open a new terminal, run
sudo gedit ~/.local/share/applications/xampp-control-panel.desktop
and save the following in the file:
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=gksudo /opt/lampp/manager-linux-x64.run
Icon="/usr/share/icons/Humanity/devices/24/xampp-logo.svg"
Encoding=UTF-8
Terminal=false
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
Two important notes to the advice given by @HelpNeeder: there should be a quote around the code the executable, and the image for the default icon for Xampp icon is accessible as /opt/lampp/htdocs/dashboard/images/xampp-logo.svg
. Copy it into folder /usr/share/icons/Humanity/devices/24/
Thus, the final advice is to open a new terminal, run
sudo gedit ~/.local/share/applications/xampp-control-panel.desktop
and save the following in the file:
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=gksudo /opt/lampp/manager-linux-x64.run
Icon="/usr/share/icons/Humanity/devices/24/xampp-logo.svg"
Encoding=UTF-8
Terminal=false
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
edited May 8 '16 at 17:52
answered May 8 '16 at 17:41
Abhishek DivekarAbhishek Divekar
407315
407315
add a comment |
add a comment |
This works for me:
gedit ~/.local/share/applications/xampp-control-panel.desktop
[Desktop Entry]
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
Categories=Development
Exec=gksudo /opt/lampp/manager-linux-x64.run
Icon=/opt/lampp/htdocs/favicon.ico
You have to install the package gksu
.
add a comment |
This works for me:
gedit ~/.local/share/applications/xampp-control-panel.desktop
[Desktop Entry]
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
Categories=Development
Exec=gksudo /opt/lampp/manager-linux-x64.run
Icon=/opt/lampp/htdocs/favicon.ico
You have to install the package gksu
.
add a comment |
This works for me:
gedit ~/.local/share/applications/xampp-control-panel.desktop
[Desktop Entry]
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
Categories=Development
Exec=gksudo /opt/lampp/manager-linux-x64.run
Icon=/opt/lampp/htdocs/favicon.ico
You have to install the package gksu
.
This works for me:
gedit ~/.local/share/applications/xampp-control-panel.desktop
[Desktop Entry]
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
Categories=Development
Exec=gksudo /opt/lampp/manager-linux-x64.run
Icon=/opt/lampp/htdocs/favicon.ico
You have to install the package gksu
.
answered May 25 '16 at 10:16
dersimndersimn
1112
1112
add a comment |
add a comment |
The fastest way to spit out the GUI is to use the following codes. One after the other.
cd /opt/lampp
sudo ./manager-linux.run (or manager-linux-x64.run)
Snapshot of the terminal
1
That's nearly the same as this answer except that yours uses an additionalcd
command instead of executing the program directly by its absolute path.
– David Foerster
Jul 11 '16 at 19:06
add a comment |
The fastest way to spit out the GUI is to use the following codes. One after the other.
cd /opt/lampp
sudo ./manager-linux.run (or manager-linux-x64.run)
Snapshot of the terminal
1
That's nearly the same as this answer except that yours uses an additionalcd
command instead of executing the program directly by its absolute path.
– David Foerster
Jul 11 '16 at 19:06
add a comment |
The fastest way to spit out the GUI is to use the following codes. One after the other.
cd /opt/lampp
sudo ./manager-linux.run (or manager-linux-x64.run)
Snapshot of the terminal
The fastest way to spit out the GUI is to use the following codes. One after the other.
cd /opt/lampp
sudo ./manager-linux.run (or manager-linux-x64.run)
Snapshot of the terminal
edited Jul 11 '16 at 19:02
amc
4,79462746
4,79462746
answered Jul 11 '16 at 18:11
user31747user31747
11
11
1
That's nearly the same as this answer except that yours uses an additionalcd
command instead of executing the program directly by its absolute path.
– David Foerster
Jul 11 '16 at 19:06
add a comment |
1
That's nearly the same as this answer except that yours uses an additionalcd
command instead of executing the program directly by its absolute path.
– David Foerster
Jul 11 '16 at 19:06
1
1
That's nearly the same as this answer except that yours uses an additional
cd
command instead of executing the program directly by its absolute path.– David Foerster
Jul 11 '16 at 19:06
That's nearly the same as this answer except that yours uses an additional
cd
command instead of executing the program directly by its absolute path.– David Foerster
Jul 11 '16 at 19:06
add a comment |
I think what you are asking ,is to create a shortcut to launch the graphical interface. If you so , than I've found the solution :
1)Go to /opt/lampp
and open terminal and type sudo chmod 777 manager-linux-x64.run
(for 64-bit) or sudo chmod 777 manager-linux.run
(For 32 bit).
2)Now go to desktop and create a file named xampp.desktop
and paste the following :
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=sudo /opt/lampp/manager-linux-x64.run
Icon=/opt/lampp/htdocs/favicon.ico
Encoding=UTF-8
Terminal=true
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
After that save it and double click on the icon. A pop-up may show up ,in there click on Make It Trusted
and then run it again. A terminal will open asking for user password. Give it and it will open the Graphical Interface. It worked fine for my Ubuntu and Linux Mint
...
New contributor
add a comment |
I think what you are asking ,is to create a shortcut to launch the graphical interface. If you so , than I've found the solution :
1)Go to /opt/lampp
and open terminal and type sudo chmod 777 manager-linux-x64.run
(for 64-bit) or sudo chmod 777 manager-linux.run
(For 32 bit).
2)Now go to desktop and create a file named xampp.desktop
and paste the following :
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=sudo /opt/lampp/manager-linux-x64.run
Icon=/opt/lampp/htdocs/favicon.ico
Encoding=UTF-8
Terminal=true
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
After that save it and double click on the icon. A pop-up may show up ,in there click on Make It Trusted
and then run it again. A terminal will open asking for user password. Give it and it will open the Graphical Interface. It worked fine for my Ubuntu and Linux Mint
...
New contributor
add a comment |
I think what you are asking ,is to create a shortcut to launch the graphical interface. If you so , than I've found the solution :
1)Go to /opt/lampp
and open terminal and type sudo chmod 777 manager-linux-x64.run
(for 64-bit) or sudo chmod 777 manager-linux.run
(For 32 bit).
2)Now go to desktop and create a file named xampp.desktop
and paste the following :
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=sudo /opt/lampp/manager-linux-x64.run
Icon=/opt/lampp/htdocs/favicon.ico
Encoding=UTF-8
Terminal=true
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
After that save it and double click on the icon. A pop-up may show up ,in there click on Make It Trusted
and then run it again. A terminal will open asking for user password. Give it and it will open the Graphical Interface. It worked fine for my Ubuntu and Linux Mint
...
New contributor
I think what you are asking ,is to create a shortcut to launch the graphical interface. If you so , than I've found the solution :
1)Go to /opt/lampp
and open terminal and type sudo chmod 777 manager-linux-x64.run
(for 64-bit) or sudo chmod 777 manager-linux.run
(For 32 bit).
2)Now go to desktop and create a file named xampp.desktop
and paste the following :
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=sudo /opt/lampp/manager-linux-x64.run
Icon=/opt/lampp/htdocs/favicon.ico
Encoding=UTF-8
Terminal=true
Name=XAMPP Control Panel
Comment=Start and Stop XAMPP
Type=Application
After that save it and double click on the icon. A pop-up may show up ,in there click on Make It Trusted
and then run it again. A terminal will open asking for user password. Give it and it will open the Graphical Interface. It worked fine for my Ubuntu and Linux Mint
...
New contributor
New contributor
answered 5 mins ago
Subham DebnathSubham Debnath
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f529500%2fhow-to-start-xampp-gui%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
You should install LAMP instead of XAMPP askubuntu.com/tags/xampp/info
– LiveWireBT
Nov 20 '14 at 10:50
possible duplicate of Xampp suddenly requesting 32bit libs
– LiveWireBT
Nov 20 '14 at 10:54
As Oli pointed out XAMPP is a terrifying security breach askubuntu.com/a/489881/40581
– LiveWireBT
Nov 20 '14 at 10:58