Switch to full style
Ask all general Gimp related questions here
Post a reply

Prevent dialogs from undocking globally?

Sun May 30, 2021 12:50 pm

GIMP Version: 2.10.18
Operating System: Linux
OS Version: Linux Mint 20.1 x64
GIMP Experience: Intermediate Level



Occasionally, something in my pen movements causes the dialog I am interacting with (usually tool options) to undock and float. This is highly irritating behavior, and I will never, ever want anything to undock like that. Is there a way to prevent that from happening globally in the GIMP? I looked though the settings, and nothing jumped out at me. Please assist. Thanks.

Re: Prevent dialogs from undocking globally?

Sun May 30, 2021 3:30 pm

Have you tried locking tab to dock? You'll need to do this for all your interface tabs.

dock.png
dock.png (54.63 KiB) Viewed 1340 times

Re: Prevent dialogs from undocking globally?

Mon May 31, 2021 3:03 am

No easy way for a regular user to lock the tabs, except one at a time. Use the way RacerX indicates
The setting is held in the user profile file sessionrc, if the tab is locked there is an entry added (locked)

Code:
.....snip...
            (dockable "gimp-tool-options"
                (locked)
                (tab-style automatic)
.....snip....


It might be possible to use a bash / bat file to add that entry above every occurrence of (tab-style automatic) but really, just use the Gimp interface. A good opportunity to close all those tabs you never use ;)

Re: Prevent dialogs from undocking globally?

Mon May 31, 2021 7:15 am

Nice, thank you guys.
Post a reply