GimpPs icon indicating copy to clipboard operation
GimpPs copied to clipboard

Incorrect Windows Paths

Open arifyn opened this issue 4 years ago • 5 comments

Thanks so much for putting this together!

Just a little correction for readme.md - for windows users (at least in Windows 7 and above), the GIMP profile directory is actually %APPDATA%\GIMP\2.10\ (command prompt) or $env:appdata\GIMP\2.10 (powershell). Once I found the proper directory to clone into it works perfectly.

arifyn avatar Oct 20 '21 15:10 arifyn

Thanks a lot DoctorMo for terrific skin/theme for Windows - GIMP - Photoshop look alike. As Arifyn says, the directory is GIMP\2.10; for me is C:\Users\Admin\AppData\Roaming\GIMP\2.10 - ie 2.10 at the end and not GIMP2-10

PatHH avatar Oct 24 '21 11:10 PatHH

or via cmd:

cd %AppData%/GIMP
ren 2.10 2.10.backup
git clone --depth=1 https://github.com/doctormo/GimpPs.git 2.10

altendorfme avatar Dec 22 '21 17:12 altendorfme

I can confirm that for me it too was in %AppData%\GIMP\2.10.

Leonetienne avatar Mar 13 '22 10:03 Leonetienne

Hi. Great setup first of all. First time I try it and I just wanted the PS shortcuts, but I will explore the other changes too. About this paths issue, same in my case. What worked for me, if I can quickly suggest a replacement for the Win setup commands is (for Powershell):

cd $Env:UserProfile\AppData\Roaming\GIMP
mv 2.10 2.10_backup
git clone --depth=1 https://github.com/doctormo/GimpPs.git 2.10

Then I started Gimp and I saw it automatically creates all the rest of the folder structure on top.

SomeDevWeb avatar Jul 05 '22 15:07 SomeDevWeb

@doctormo :point_up:

luzpaz avatar Jan 26 '23 15:01 luzpaz