# Xfce
### Change default browser
- Click magnifying glass at bottom
- Search for and open **Settings Manager**
- Open System > Default applications
Under Web Browser:
Option 1: Select the web browser directly
Option 2: Find your web browser with e.g.
```bash
$ which chromium-browser
/bin/chromium-browser
````
- Select **Other** and input `/bin/chromium-browser`
### "Failed to execute default Web Browser. Input/output error."
Try getting a basic browser working
```bash
sudo apt install netsurf-gtk
```