Graphical manager error

Graphical manager error (doesn’t work on openSUSE Leap 42.2)

Hello.
Today I’ve followed instructions here: https://www.apachefriends.org/faq_linux.html to download xampp-linux-x64-7.0.13-1-installer.run and, next, to install XAMPP in a VMWare

All the instructions given in that page have worked BUT this:
Also, note that there is a graphical tool that you can use to manage your servers easily.

I’m not able to run this graphical tool.
When I type this in a terminal windows:
Code: Select all
sudo ./manager-linux-x64.run

You cannot run graphical applications with sudo in openSUSE (with the default settings).

Use kdesu, gnome-su, or xdg-su instead, or use “su -” to switch to root and then just type “./manager-linux-x64.run”.

Btw, I wouldn’t install XAMPP via such a .run file.
All necessary packages are included in the distribution.
And MariaDB may even be installed by default (depending on the installation type)

Confusing…What error are you getting when you type sudo ./manager-linux-x64.run ???

Did you make the file executable??