Thanks fredg++
Code: Select all
jumanji --config-dir=/home/chris/.config/jumanji/
does work but still opens PWMT.org
Is there something wrong with my jumanjirc?
Code: Select all
# jumanji configuration
# search engines
searchengine ggl http://www.google.com/search?q=%s
searchengine wiki http://en.wikipedia.org/w/index.php?search=%s
searchengine safo http://www.salixos.org/forum/search.php?keywords=%s
searchengine sawi http://www.salixos.org/wiki/index.php/Special:Search?search=%s
# browser settings
set homepage http://www.salixos.org/start/en/
set auto_save 60
# Use privoxy for adblocking
#set proxy localhost:8118
# look n feel
set font terminus medium 10
#set stylesheet
# file:///home/chris/.config/jumanji/style.css
# Enable plugins
plugin application/x-shockwave-flash
# follow hints
# script ~/.config/jumanji/scripts/hinting.js
# downloads
set download_dir /home/chris/Downloads/
set download_command /bin/sh -c "wget --load-cookies ~/.config/jumanji/cookies '%s' -O '%s'";
# keybindings
map <C-,> nav_history previous
map <C-;> nav_history next
I copied jumanjirc from my 32 bit install:
Code: Select all
jumanji configuration
# search engines
searchengine ggl http://www.google.com/search?q=%s
searchengine wiki http://en.wikipedia.org/w/index.php?search=%s
searchengine safo http://www.salixos.org/forum/search.php?keywords=%s
searchengine sawi http://www.salixos.org/wiki/index.php/Special:Search?search=%s
# browser settings
set homepage http://www.salixos.org/start/en/
set auto_save 60
# Use privoxy for adblocking
#set proxy localhost:8118
# look n feel
set font monospace normal 9
#set stylesheet
# file:///home/chris/.config/jumanji/style.css
# Enable plugins
plugin application/x-shockwave-flash
# follow hints
script ~/.config/jumanji/scripts/hinting.js
# downloads
set download_dir /home/chris/Downloads/
set download_command /bin/sh -c "wget --load-cookies ~/.config/jumanji/cookies '%s' -O '%s'";
# keybindings
map <C-,> nav_history previous
map <C-;> nav_history next
and now jumanji opens the Salix start page in 64 bit.
The only difference I can see is:
instead of: