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

PhotoGIMP only working with sudo #96

Closed
polygonalize opened this issue Jun 6, 2023 · 2 comments
Closed

PhotoGIMP only working with sudo #96

polygonalize opened this issue Jun 6, 2023 · 2 comments

Comments

@polygonalize
Copy link

I am using Ubuntu 23. I can run sudo -i flatpak run org.gimp.GIMP which will display the PhotoGIMP splash screen and everything as expected. But when I run flatpak run org.gimp.GIMP or access GIMP under Show Applications (the method I would prefer), I see only the standard GIMP (instead of PhotoGIMP).

I looked into issue #74 and reinstalled the flatpak, but to no avail. Any suggestions?

@polygonalize
Copy link
Author

Resolved!

I ran rm -rf $HOME/.config/GIMP and reinstalled the flatpak, which fixed it.

@Joaquim3
Copy link

->LinuxMint vera 21.1 - Gimp 2.1.34
->Yes, the only way for me to make it work was also to overwrite the folder $HOME/.config/GIMP

  1. curl -L https://github.com/Diolinux/PhotoGIMP/releases/download/1.0/PhotoGIMP.by.Diolinux.v2020.for.Flatpak.zip -o $HOME/Desktop/PhotoGIMP.by.Diolinux.v2020.for.Flatpak.zip

  2. unzip $HOME/PhotoGIMP.by.Diolinux.v2020.for.Flatpak.zip -x '*/.ld.so/*' '*/cache/*' '*/current/*' '*/data/*' '*/gtk-?.0/*' '*/ibus/*' '*/user-dirs.dirs' '*Patch.txt' -d ~/ && \ls -A $HOME/Desktop/"PhotoGIMP by Diolinux v2020 for Flatpak"/.*

  3. Then copy the folder /PhotoGIMP by Diolinux v2020 for Flatpak/.var/app/org.gimp.GIMP/config/GIMP/2.10/ to $HOME/.config/GIMP/2.10

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

2 participants