Diolinux / PhotoGIMP

A Patch for GIMP 2.10+ for Photoshop Users
GNU General Public License v3.0
4.19k stars 138 forks source link

PhotoGIMP 2020.1 does not function at all #74

Open RolesG opened 2 years ago

RolesG commented 2 years ago

I thought I'd try out PhotoGIMP and see how it is, so I downloaded the Flatpak version of GIMP from Flathub, downloaded the latest release of PhotoGIMP, and followed the install instructions.

First attempt resulted in the icon being changed but nothing else, and now I've just tried it again to no avail. I can't get the PhotoGIMP patch to work on my system.

I'm running Fedora 36, in case that matters Am I doing something wrong or is this just broken?

emsspree commented 2 years ago

try this

Underknowledge commented 2 years ago

Intresting.. Might be a fedora issue?

GIMP 2.10.32 Python Console
Python 2.7.18 (default, Sep 25 2022, 22:29:53) 
[GCC 11.3.0]
>>> print gimp.directory
/home/user/.var/app/org.gimp.GIMP/config/GIMP/2.10

Ok..

~ ❯ tree /home/user/.var/app/org.gimp.GIMP/config/GIMP/2.10
/home/user/.var/app/org.gimp.GIMP/config/GIMP/2.10  [error opening dir]
0 directories, 0 files

~ ❯ tree /home/user/.var/app/org.gimp.GIMP/config/
/home/user/.var/app/org.gimp.GIMP/config/
├── GIMP
├── gtk-3.0
├── ibus
│   └── bus
└── user-dirs.dirs

Uninstalled fedoras flatpack version to be sure and reinstalled via flatpak install flathub org.gimp.GIMP

BenDundon commented 2 years ago

This may be related to #32, if you previously had it installed through .rpm. There is a fix in that thread which could help.

RolesG commented 2 years ago

This may be related to #32, if you previously had it installed through .rpm. There is a fix in that thread which could help.

I'll check it out when I have the time