Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Windows Paths #26

Open
arifyn opened this issue Oct 20, 2021 · 5 comments
Open

Incorrect Windows Paths #26

arifyn opened this issue Oct 20, 2021 · 5 comments

Comments

@arifyn
Copy link

arifyn commented Oct 20, 2021

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.

@PatHH
Copy link

PatHH commented Oct 24, 2021

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

@altendorfme
Copy link

or via cmd:

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

@Leonetienne
Copy link

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

@SomeDevWeb
Copy link

SomeDevWeb commented Jul 5, 2022

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.

@luzpaz
Copy link

luzpaz commented Jan 26, 2023

@doctormo ☝️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants