-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add CLI options for better Dockerization #61
Comments
We could also consider disabling the entire window decorations, see: https://valadoc.org/gtk+-3.0/Gtk.Window.set_decorated.html |
Together with commit 67b5316 this allows for command lines like: $ browse-ocrd --help
...
-v, --version Show version and exit
-m, --maximize Open in maximized window
-f, --fullscreen Open in fullscreen window
-r, --restricted Open restricted (no edit/open functionality)
... I tried to disable window decorations as in #61 (comment) but the effect is quite similar to Edit: renamed readonly to restricted, readonly sounds more edit-mode related than it is |
In the Docker/broadwayd setting, it would be nice if we could arrange for the GUI to
Open
button (so the Web access does not get to see the whole filesystem)Edit
functionalities (so the Web access becomes read-only)The text was updated successfully, but these errors were encountered: