1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 18:26:00 +02:00

krita, gimp: refresh page (#8011)

This commit is contained in:
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` `gimp`
- Start without the splash screen: - Open specific files:
`gimp --no-splash`
- Open the specified files:
`gimp {{path/to/image1 path/to/image2 ...}}` `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: - Print errors and warnings to the console instead of showing them in a dialog box:

View file

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