Not in the tests I did. Arora happened to be faster than Qupzilla but overall Qupzilla wins among a variety of different websites. Arora is very slow to load javascript heavy pages.I found qupzilla to be much more broken with a lot of pages and even slower than Arora. But it's best to try out both for yourself!
VERY nice, thank youCtrl-M will show/hide Menu bar.
Use it with Fullscreen (F11) for max-space.
Or go to Tools|Options and select, in 2nd tab "Fullscreen has no toolbars at all".
Only the Tab bar cannot be hidden
Hides a few more bars... I'll see if I can improve it by hidding TabBar and Scrollbars...VERY nice, thank youCtrl-M will show/hide Menu bar.
Use it with Fullscreen (F11) for max-space.
Or go to Tools|Options and select, in 2nd tab "Fullscreen has no toolbars at all".
Only the Tab bar cannot be hidden
Didn't understand what "Fullscreen has no toolbars at all" option provides
You can't do it in any easy way. That's one of the issues with the PND system.Btw, how can I add Arora as default browser (e.g. for evince, sylpheed or pidgin)? Especially if the arora pnd is already open a new tab shall be opened.
if ps -e | grep "[a]rora" > /dev/null
if ps -e | grep -q "[a]rora"
ARORAPND=/media/MYRAPLA/pandora/apps/arora-ptitseb.pnd
if [ -e /mnt/utmp/arora/scripts/arora.sh ]; then
echo "Arora is already mounted"
else
/usr/pandora/scripts/pnd_run.sh -p "$ARORAPND" -m
fi
/mnt/utmp/arora/scripts/arora.sh $*
For scrollbars maybe optional.Hides a few more bars... I'll see if I can improve it by hidding TabBar and Scrollbars...VERY nice, thank youCtrl-M will show/hide Menu bar.
Use it with Fullscreen (F11) for max-space.
Or go to Tools|Options and select, in 2nd tab "Fullscreen has no toolbars at all".
Only the Tab bar cannot be hidden
Didn't understand what "Fullscreen has no toolbars at all" option provides