Hi, I have X working on Arch, using fbdev xf86 video driver and have experimented with a few window managers like Openbox, Fluxbox, etc. and also have full blown LXDE and XFCE4 running.
Most of the file manager, terminal functions, etc. work fine. However, I can't seem to get any (graphical) web browsers up and running. I've tried Midori (which works ok in Debian) and Epiphany and a few others, but all seem to crash out immediately on running.
Has anyone had any success with the above?
-
- Posts: 47
- Joined: Wed Nov 16, 2011 10:41 am
Re: Anybody managed to get a web browser working on Arch?
Try Surf from http://suckless.org/ or uzbl http://uzbl.org/ both are keyboard driven no ui to speak of but are fully fledged web browsers
i am not sure if surf is in the main arch repo or the aur but i am sure uzbl is
i am not sure if surf is in the main arch repo or the aur but i am sure uzbl is
Re: Anybody managed to get a web browser working on Arch?
I've only just received my Pi, and am struggling with power supplies (or whatever's causing the constant "repeated keypresses" issue which stops me doing almost anything with the machine
). However, I've got X running, and Fluxbox as a WM, and if I can I'd like to get Chromium running on Arch.
Failing that, maybe I can fall back on Midori or Surf, but even uzbl might be a "fallback"...

Failing that, maybe I can fall back on Midori or Surf, but even uzbl might be a "fallback"...
---
Raspberry Pi Model 3B+ (2019) ("ayeka") - CentOS
Raspberry Pi Zero W (2018) ("mass") - Raspbian
Raspberry Pi Model B (1st-gen - 2012) ("ryo-ohki") - Arch Linux ARM
---
Raspberry Pi Model 3B+ (2019) ("ayeka") - CentOS
Raspberry Pi Zero W (2018) ("mass") - Raspbian
Raspberry Pi Model B (1st-gen - 2012) ("ryo-ohki") - Arch Linux ARM
---
Re: Anybody managed to get a web browser working on Arch?
arora (Qt alas, but stable)
Re: Anybody managed to get a web browser working on Arch?
I haven't tried it myself, but apparently Chromium works quite well. There's a good wiki page on installing it.
Re: Anybody managed to get a web browser working on Arch?
This is a good browser i have used this myself in the past, unsure how many dependencies you need for it.spennig wrote:arora (Qt alas, but stable)
Have you considered a text based browser ?
Re: Anybody managed to get a web browser working on Arch?
I too would be interested in getting a browser for arch (however slow) as I need it for testing. pacman has no chromium and firefox fails with a 404 on xulrunner 

Re: Anybody managed to get a web browser working on Arch?
If you're not finding software in the pacman repositories, you might try the AUR.
sudo pacman -S yaourt
yaourt -S google-chrome
or whatever other software you want to try out. There's no guarantee that anything in AUR will work on the Pi, but at least you can try it out. If it installs but doesn't work, you can always remove the package.
sudo pacman -S yaourt
yaourt -S google-chrome
or whatever other software you want to try out. There's no guarantee that anything in AUR will work on the Pi, but at least you can try it out. If it installs but doesn't work, you can always remove the package.
-
- Posts: 47
- Joined: Wed Nov 16, 2011 10:41 am
Re: Anybody managed to get a web browser working on Arch?
I was recommended xxxterm on another forum, since it is lightweight and simple. It wasn't in the main ARM repository so I compiled it from source. However, it exhibits exactly the same behaviour as Midori when I try and run it on certain webpages. For example on www.google.co.uk, the page loads and then any subsequent click on a link crashes the browser. I suspect that there may be an issue with webkit in the Arch repo since both browsers have this in common.
Re: Anybody managed to get a web browser working on Arch?
midori and libwebkit rebuilt (with jit disabled)
pacman -Syu #should pull updates
Should be working now
pacman -Syu #should pull updates
Should be working now
- Super-Nathan
- Posts: 67
- Joined: Sun Jun 17, 2012 6:56 am
- Location: South Korea
- Contact: Website
Re: Anybody managed to get a web browser working on Arch?
I tried to use Yaourt to build chromium.
There is no arm source in the chromium build package. so it fails. If i knew where to get the right source it meets all other dependencies.
There is no arm source in the chromium build package. so it fails. If i knew where to get the right source it meets all other dependencies.
echo "Something Useful" > /dev/null