Comment 29 for bug 1485199

Revision history for this message
dmn (graahnul.grom) wrote :

Richard, thank you for the reply and your intention to help!
Lepton EDA can now be installed alongside geda-gaf (binary files and data directories are renamed).

"use-docks" option is available only in Lepton (it was added one and a half year ago [1]).

To start gschem with bottom dock hidden you can use the following command:

$ gschem -c '(view-status)'

To hide both docks:

$ gschem -c '(view-status) (view-sidebar)'

(-c option specifies Scheme expression to execute at startup).

[1] https://github.com/lepton-eda/lepton-eda/pull/135

Dmitry