Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,592
» Latest member: GAGNEPAIN
» Forum threads: 7,465
» Forum posts: 40,795
Full Statistics
|
Latest Threads |
Gimp 3 - hand shaped curs...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Thomasson
2 hours ago
» Replies: 2
» Views: 53
|
Layer Mode List in Gimp3
Forum: General questions
Last Post: rich2005
3 hours ago
» Replies: 2
» Views: 89
|
Gimp.ParamSpec.int() defa...
Forum: Extending the GIMP
Last Post: owierda
Yesterday, 05:23 PM
» Replies: 2
» Views: 96
|
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
07-06-2025, 08:36 PM
» Replies: 6
» Views: 2,641
|
Export all opened images ...
Forum: Extending the GIMP
Last Post: Bookman
07-06-2025, 01:53 PM
» Replies: 18
» Views: 9,709
|
Can tooltip display time ...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: CmykStudent
07-06-2025, 12:02 PM
» Replies: 3
» Views: 172
|
v3.04 Script Error sg-sav...
Forum: Extending the GIMP
Last Post: rich2005
07-06-2025, 10:40 AM
» Replies: 3
» Views: 210
|
Technique for removing ov...
Forum: General questions
Last Post: sallyanne
07-06-2025, 07:16 AM
» Replies: 13
» Views: 1,181
|
'Transparent' area is bro...
Forum: General questions
Last Post: sallyanne
07-06-2025, 06:24 AM
» Replies: 5
» Views: 246
|
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-05-2025, 12:45 PM
» Replies: 11
» Views: 3,335
|
|
|
Gimp 3.0.4 - Windows 10 - Always crash/terminates on loading image files |
Posted by: Grobe - 07-03-2025, 02:29 PM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (1)
|
 |
Hi.
Issue
Gimp initially seems to load normally (no files opened).
However, the following actions cause Gimp to crash and terminate without any error dialog box other than the Windows generic that just say the program has crashed and will now close.
- Drag an image file from windows explorer into Gimp canvas.
- Invoke the File --> Open dialog box, select an image file to open.
Information about Gimp installation
I don't if spending resources on a "dying OS" is worth the time. But here it goes anyway:
On my workplace, I use a W10 workstation. I have Gimp 2.10.38 and this version have no issues that I'd noticed.
Today I installed Gimp 3.0.4. The only specifics in installation is that
- Installation method: only for me
- Installation path: changed "GIMP 3" to "GIMP3"
- Languages: Only Norwegian (bokmål) and Canadian English.
OS information (Norwegian language) - manually filtering out sensitive info
Versjon Windows 10 Enterprise
Versjon 22H2
Installert den ...filter...
Operativsystembygg 19045.6036
Opplevelse Windows Feature Experience Pack 1000.19062.1000.0
Enhetsnavn ...filter...
Fullt enhetsnavn ...filter...
Prosessor Intel® Core i7-6700 CPU @ 3.40GHz 3.41 GHz
Installert RAM 8,00 GB (7,88 GB brukbar)
Enhets-ID ...filter...
Produkt-ID ...filter...
Systemtype 64-biters operativsystem, x64-basert prosessor
Penn og berøring Ingen penne- og berøringsinndata er tilgjengelige for denne skjermen
And then
Is this a known bug to Gimp 3.0.4? Link to bug report?
If no - should I post a bug repport for this.
And are there any log files, or way to open Gimp in such a way that errors get logged and that I can help the team ?
|
|
|
GIMP 3.04 opens with window extending below the taskbar on Windows 11 |
Posted by: SteveH - 07-01-2025, 11:47 PM - Forum: Windows
- Replies (6)
|
 |
After installing GIMP 3.04 on Windows 11 Home 24H2 26100.4351, GIMP opens with the GIMP window extending below the taskbar and/or extending above the top of the screen. Also, when using View > Zoom > Fit Image in Window, the GIMP window changes to extending below the taskbar. Apparently there is a bug in Edit > Preferences > Interface > Windows Management > Save windows position on exit.
This is on 2 computers. Others have reported the bug: https://gitlab.gnome.org/GNOME/gimp/-/issues/14325
My solution with 2.10.38 already installed
- Backup my toolrc so I don't have to create it again.
- Delete the C:\Users\User_Name\AppData\Roaming\GIMP\3.0 folder.
- Open GIMP and have it create a new GIMP 3.0 folder structure and then close GIMP. It appears to copy some preferences and settings from 2.10.38 but not all.
- Create a default_rc folder and copy all rc files into it just to be safe.
- Copy my toolrc back into C:\Users\User_Name\AppData\Roaming\GIMP\3.0.
- Open GIMP and if it opens with the correct window size then:
- Fix the docked tab options, default grid spacing, default export file type and other preferences that did not copy over from 2.10.38.
- Adjust the canvas window size to fit a landscape oriented photo and adjust the docked window sizes.
- Edit > Preferences > Interface > Windows Management > Save window positions on exit = uncheck, click on Save Window Positions Now.
- Close GIMP.
This appears to fix the problem as the next day, GIMP opened with everything positioned correctly on both computers. I hope that this helps.
|
|
|
Missing script-fu "refresh scripts" submenu |
Posted by: Frenchie - 07-01-2025, 07:20 PM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (11)
|
 |
Hello,
Sorry for my bad English (translated by Google Translate),
I just downloaded version 3.0.4 of Gimp. Previously, I was using version 2.10.38.
I created several scripts that worked fine with version 2.10. Following the changes made in version 3.0, some functions have disappeared (for example, gimp-image-set-active-layer was replaced by gimp-image-set-selected-layers) or their parameters are different (for example, gimp-edit-copy has a new parameter "vector").
Updates are tedious (edit the script - test - edit again... until the script works correctly).
In version 2.10, it was possible to edit the script file (.scm) and have the update taken into account in Gimp via the "refresh scripts" submenu. However, this submenu is missing in version 3.0. You must therefore close Gimp and reopen it each time you make a change.
Do you know if there is a way to either make the "refresh scripts" submenu appear or to take script changes into account without closing Gimp?
Thank you in advance for your answers.
|
|
|
processes in Whitelist |
Posted by: Jean Dupont - 07-01-2025, 08:04 AM - Forum: OSX
- Replies (5)
|
 |
Hello,
I'm contacting you as part of the management of a macOS IT estate with an MDM (Mosyle), and I need to know which processes need to be on the application whitelist to be able to run GIMP and its features correctly?
Thank you very much
|
|
|
Can't see GIMP windows |
Posted by: Tankred - 06-30-2025, 12:12 AM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (3)
|
 |
I have used GIMP for years. I upgraded to 3.0 and can't see any of the windows. I have it pinned to the taskbar ande tried to run it from there, nothing.
The services are running in Task Manager, both gdbus and GIMP. I deleted the sessionrc folder and restarted. I have reinstalled it many times. My graphics driver is up to date.
Here is what I have for my computer:
- Motherboard Name Asus ROG Maximus Z790 Dark Hero (1 PCI-E x4, 2 PCI-E x16, 5 M.2, 4 DDR5 DIMM, Audio, Video, 2.5GbE LAN, 2 Thunderbolt 4, WiFi)
- Video Adapter NVIDIA GeForce RTX 4080 SUPER (16376 MB)
- Operating System Microsoft Windows 11 Pro
and various normal things.
I am a total loss because I have never seen this and I am a computer technician/cybersecuritry analyst.
Please help as I have been thru almost every suggestion on Google!
Thanks
|
|
|
clone tool |
Posted by: honeybee2003 - 06-28-2025, 05:15 PM - Forum: General questions
- Replies (6)
|
 |
hi,
I click the pic to set up the area I want colour to clone from
I go over and start changeing the pic
the spot Im getting colour from keeps moving
Is there any way to make this fixed and get colour from one exact location ?
thanks for help or comments....
|
|
|
Updating Python Scripts to Gimp 3 |
Posted by: PetterPaan - 06-28-2025, 12:13 PM - Forum: Scripting questions
- Replies (1)
|
 |
Hi all - I get only errors on PythonConsole 3.04, so my question focuses on a first step line thats "load xcf by script":
GIMP 3.0.4 Python Console
Python 3.12.10 (main, Apr 18 2025, 06:12:22) [GCC UCRT Clang 20.1.3 64 bit (AMD64)]
➤> import gi
➤> import os
➤> xcfFile = file.xcf.load("E:/TemporaryD/AIWorld/Design/TShirts/2304.xcf")
Traceback (most recent call last):
File "<input>", line 1, in <module>
NameError: name 'file' is not defined
➤
Almost all tries with different imports result in similar errors - I tried it for hours, so I cannot remember
what I tried and what not. If anyone here gets this one line running (different path of course) he/she
may ask Tinkerbell for a gift...
PetterPaan
|
|
|
Missing fonts when exporting to PDF |
Posted by: chblondel - 06-28-2025, 08:56 AM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (9)
|
 |
Hello,
When exporting my project as a PDF, I get a warning message about missing fonts possibly leading to quality issues (indeed happening).
It says that the following fonts cannot be found: gimpfont229, gimpfont640, gimpfont882. See attachment.
I could not find any related article, nor could find the fonts themselves.
Would you have any clue?
Thanks for your support.
|
|
|
|