krita, gimp: refresh page (#8011)

htop
Emily Grace Seville 2022-05-16 22:38:04 +10:00 committed by GitHub
parent cf51bfd7b8
commit e23451ed20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View File

@ -8,17 +8,17 @@
`gimp`
- Start without the splash screen:
`gimp --no-splash`
- Open the specified files:
- Open specific files:
`gimp {{path/to/image1 path/to/image2 ...}}`
- Start the new instance, even if there is already a running one:
- Open specific files in a new window:
`gimp --new-instance`
`gimp --new-instance {{path/to/image1 path/to/image2 ...}}`
- Start without a splash screen:
`gimp --no-splash`
- Print errors and warnings to the console instead of showing them in a dialog box:

View File

@ -4,22 +4,22 @@
> See also: `gimp`.
> More information: <https://docs.krita.org/en/reference_manual/linux_command_line.html>.
- Start krita:
- Start Krita:
`krita`
- Start without the splash screen:
`krita --nosplash`
- Open the specified files:
- Open specific files:
`krita {{path/to/image1 path/to/image2 ...}}`
- Start with the specified workspace (`Animation`):
- Start without a splash screen:
`krita --nosplash`
- Start with a specific workspace:
`krita --workspace {{Animation}}`
- Start in the fullscreen mode:
- Start in fullscreen mode:
`krita --fullscreen`