| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,136
» Latest member: connag
» Forum threads: 7,814
» Forum posts: 42,445
Full Statistics
|
| Latest Threads |
Odd problem with GIMP 3.0...
Forum: General questions
Last Post: cjsmall
10 hours ago
» Replies: 4
» Views: 242
|
remove graffiti
Forum: Other graphics software
Last Post: denzjos
Yesterday, 08:04 AM
» Replies: 2
» Views: 127
|
Merging a still image and...
Forum: General questions
Last Post: rich2005
02-20-2026, 08:35 AM
» Replies: 5
» Views: 363
|
Color picker doesn't refl...
Forum: General questions
Last Post: Scallact
02-19-2026, 06:03 PM
» Replies: 4
» Views: 427
|
Resize image too blurry (...
Forum: General questions
Last Post: rich2005
02-19-2026, 11:30 AM
» Replies: 6
» Views: 389
|
How to change mouse wheel...
Forum: General questions
Last Post: zeuspaul
02-19-2026, 07:56 AM
» Replies: 7
» Views: 15,211
|
Why is the Move tool movi...
Forum: Tutorials and tips
Last Post: kkt
02-18-2026, 09:11 PM
» Replies: 1
» Views: 4,509
|
New contact sheet plugin ...
Forum: Extending the GIMP
Last Post: chuckhenrich
02-18-2026, 02:00 PM
» Replies: 0
» Views: 191
|
Wavelet-decompose doing m...
Forum: General questions
Last Post: rich2005
02-16-2026, 08:33 AM
» Replies: 8
» Views: 5,035
|
Can't load RAW files
Forum: General questions
Last Post: rich2005
02-15-2026, 10:45 AM
» Replies: 4
» Views: 385
|
|
|
| GIMP V2.99.4 Flatpak Python Issue |
|
Posted by: programmer_ceds - 04-22-2021, 04:49 PM - Forum: Extending the GIMP
- Replies (11)
|
 |
I have installed V2.99.4 flatpak and can run this or V2.10.24 as I wish but not quite in the way suggested where you have to use a flatpak command to select the version that is to be run (beta or stable). If I use the command to select the beta version the Menu/Graphics/GNU Image Manipulation Entry always starts V2.10.24. To start V2.99.4 I have a bash script. I'm not sure that this is relevant to the issue noted below.
When I start V2.99.4 in a terminal window I see the following error message:
Gtk-Message: 17:32:23.772: Failed to load module "xapp-gtk3-module"
So far as I can tell I have this module installed (file usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libxapp-gtk3-module.so exists)
I have also taken the text for the Python Goat exercise and renamed all occurrences of 'goat' to 'goatee' and placed the file in a subfolder of the user plug-ins folder but it doesn't appear in the GIMP menus. Initially I made the mistake of placing it directly in the plug-ins folder and received a warning from GIMP - so it is looking in the user plug-ins folder.
The latest version of the python goat exercise script, as downloaded from the gitlab site, contains statements that it relies on Gimp 3.0 and GimpUi 3.0 - I have tried changing these to 2.99 since that is the beta version - this had no effect.
Has anybody else had more success in this respect?
I thought I would go through the scripts that I have written and those that I have downloaded from elsewhere and update them for GIMP 3 if I could (starting off by running them in V2.10.24 with the --pdb-compat-mode=warn option to report deprecated scripts). I have successfully updated all the .scm files - some run without a problem but many fail with the (known) error message about GimpObjectArray being an unknown return type - I think I just have to retest these when V2.99.6 becomes available. However, as noted above I have hit a problem with the .py files.
|
|
|
|