On 16-Nov-2001 Andres Montiel wrote: > I need a bit of help. I installed Linux Commander and plan to use it as > my graphical file manager. However, everytime I open it, it opens as a > 1024 x 780 application. My monitor (laptop lcd) has a maximum resolution > of 800 x 600. > > Is it possible to have Linux Commander open as a 800 x 600 window? > > I tried "[exec] (File Manager) {linuxcmd -geom 40x94+1+382 &}" (just a > wild guess) but it didn't work. > > - Andres Montiel
A VERY quick reading of the source shows that it seems to ignore any command line options other than the ones gtk_init() itself deals with. My guess is somewhere in the code the author specifies how big the window should be.