When starting paraview, it is not possible to automatically load a .pwin
file. Detached panels do not load “as last used layout” (using Ubuntu), hence manually opening the arrangement is necessary every time when opening. Even using the terminal, there is no way to load the arrangement file, only states or data.
I’ve never heard of a .pwin file, especially in the context of a Qt application.
ParaView supports loading with a specific layout of widgets as this is a feature of Qt.
This automatically saved and reload in the .ini settings file of ParaView.
Even using the terminal, there is no way to load the arrangement file, only states or data.
You can’t specify a specific arrangement but if you modify the settings, it will have an impact on the default arrangements of widgets.
In ParaView you can go to File -> Save Window Arrangement
. This will produce a .pwin
file. I use this to restore my multi-monitor setup I have for ParaView. I detached all panels and have them on a separate screen so I can have a nice large 3D view. ParaView does not remember where I put my detached windows (and hence does not load them on startup), the .pwin
file does though, which is why I use it.
Indeed! Its a feature I somehow never stumbled upon, it actually save a part of the settings file I mentionned above.
It doesnt seem supported from the command line indeed, it should be fairly easy to add imo.
@cory.quammen what do you think ?
Sounds reasonable.