Examples (6)
Start GIMP
Open specific files
gimp path/to/image1 path/to/image2 ...Open specific files in a new window
gimp --new-instance path/to/image1 path/to/image2 ...Start without a splash screen
gimp --no-splashPrint errors and warnings to the console instead of showing them in a dialog box
gimp --console-messagesEnable debugging signal handlers
gimp --debug-handlersmade by @shridhargupta | data from tldr-pages