View Single Post
  #1   (View Single Post)  
Old 29th August 2011
sepuku's Avatar
sepuku sepuku is offline
Real Name: Vizard Sepuku
Package Pilot
 
Join Date: Jun 2011
Location: Athens & Chania,Greece
Posts: 143
Default XXXterm settings questions

Hello once again people,

At the moment i'm trying to make xxxterm work the way i want.

So these are the things i did;

1)created a .xxxterm.config file since there was not one after installing xxxterm.

Code:
sudo vi /home/sepuku/.xxxterm.conf
then i started adding lines to the file according to the manual of xxxterm:

Code:
home = http://google.com
Which worked fine so far,so good.

2)Cookies & javascript should be enable if the browser is on normal mode according to the man page.

so i added this line;

Code:
browser_mode = normal
Code:
$ xxxterm                                                                      
xxxterm: invalid conf file entry: browser_mode=normal
I don't understand where's the mistake.Man page says The format of the file is <keyword> = <setting>

Note that i have tried separately the commands not all together.For example
Code:
home = http://google.com

browser_mode = normal
etc.
Reply With Quote