roadie
Group: Members
Posts: 59
Joined: Dec. 2003 |
|
Posted: Oct. 31 2005,21:18 |
|
You might try this, see if it works for you, does for me. I don't know if Java has to be installed. Also I'm not sure if DSL has xwininfo, tho it's not needed.
Step 1 - start Mozilla or Firefox and adjust the window how you like it.
Step 2 - Open up a terminal window and issue the command "xwininfo" and then click on the Mozilla or Firefox window. This will dump the window settings and geometry to the terminal window.
Step 3 - type this in the url bar to set the window size:
javascript: resizeTo(1024,724);
1024x724 is what xwininfo returned for my preferred size. Substitute with your xwininfo geometry settings.
Step 4 - Close the Mozilla or Firefox window and restart Firefox to make sure the settings have worked.
Troubleshooting:
If you have turned off javascript on the browser, you have to turn it on, make the changes and then turn it back off if you like. It seems that the javascript command causes Firefox or Mozilla to save the settings in the xml file. This has to be done for each user individually.
roadie
|