![]() |
Failed to execute default Web Browser - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20) +--- Thread: Failed to execute default Web Browser (/showthread.php?tid=6776) |
Failed to execute default Web Browser - G Hardin - 02-09-2020 I installed XAMPP 32bit version 5.6.23-0 in Linux Lite version 3.8. Install went without a problem but whenever I clikc any of the control panel links to go to the XAMPP dashboard, it gives a dialog box that says "Failed to execute default Web Browser" "input/output error." I only have Chromium installed, but the same error occurs if I remove Chromium and install Firefox. I have search for "Failed to execute default Web Browser" and can find no solutions that work. Any ideas? Re: Failed to execute default Web Browser - trinidad - 02-09-2020 Kind of a funky thing to do. XAMPP runs under root which means you will need gksudo. If your web browser is the intended file manager for this (not sure what XAMPP really is) you probably need to open your firewall ports 80 & 443. TC Re: Failed to execute default Web Browser - Moltke - 02-09-2020 (02-09-2020, 04:37 AM)G Hardin link Wrote: I installed XAMPP 32bit version 5.6.23-0 in Linux Lite version 3.8. Install went without a problem but whenever I clikc any of the control panel links to go to the XAMPP dashboard, it gives a dialog box that says "Failed to execute default Web Browser" "input/output error." Did you start XAMPP? To start it, open a terminal and type Code: sudo /opt/lampp/lampp start Hope this helps! ![]() |