Skip to content

Commit ff1e7b4

Browse files
authored
add remove photogimp instructions
1 parent 3e6594f commit ff1e7b4

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,24 @@
33
Unofficial AppImage of GIMP that includes PhotoGIMP, in order to use PhotoGIMP simply run the AppImage once this way:
44

55
```
6-
ENABLE_PHOTO_GIMP=1 ./GIMP-3.0.2-3-anylinux-x86_64.AppImage
6+
ENABLE_PHOTO_GIMP=1 ./GIMP-***-anylinux-x86_64.AppImage
7+
8+
# Alternative you can also run
9+
10+
./GIMP-***-anylinux-x86_64.AppImage --photogimp
711
```
812

913
* This will cause it to create a `$XDG_CONFIG_HOME/PhotoGIMP` directory and copy over the PhotoGIMP config files.
1014

1115
* It will also make a desktop entry in `$XDG_DATA_HOME/applications/PhotoGIMP-AppImage.desktop` and copy needed icons to `$XDG_DATA_HOME/icons`
1216

13-
Once done you will be able to keep using PhotoGIMP by launching the new desktop entry, you will also be able to keep using regular GIMP both at the same time.
17+
Once done you will be able to keep using PhotoGIMP by launching the new desktop entry, you will also be able to keep using regular GIMP both at the same time.
18+
19+
To uninstall PhotoGIMP simply run:
20+
21+
```
22+
./GIMP-***-anylinux-x86_64.AppImage --remove-photogimp
23+
```
1424

1525
----------------------------------------
1626

0 commit comments

Comments
 (0)