Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
How to remove the backgro...
Forum: General questions
Last Post: BernardBouree
Yesterday, 03:44 PM
» Replies: 2
» Views: 92
|
Apostrophe character not ...
Forum: General questions
Last Post: chucklepie
Yesterday, 09:34 AM
» Replies: 3
» Views: 370
|
Windows Gimp 3.0 symbol e...
Forum: Tutorials and tips
Last Post: rich2005
Yesterday, 08:11 AM
» Replies: 0
» Views: 100
|
problem with abr brushes ...
Forum: General questions
Last Post: rich2005
06-08-2025, 06:10 PM
» Replies: 1
» Views: 181
|
Select region and bucket ...
Forum: General questions
Last Post: sallyanne
06-08-2025, 03:44 AM
» Replies: 3
» Views: 427
|
Change the hand cursor in...
Forum: General questions
Last Post: mrkid
06-08-2025, 12:14 AM
» Replies: 2
» Views: 305
|
plugin ofn3-layer-tiles: ...
Forum: Extending the GIMP
Last Post: Ofnuts
06-07-2025, 07:06 AM
» Replies: 4
» Views: 582
|
Gimp does not create thum...
Forum: General questions
Last Post: rich2005
06-06-2025, 05:47 PM
» Replies: 1
» Views: 254
|
Watercooler at watercoole...
Forum: Watercooler
Last Post: trandoductin
06-06-2025, 02:57 PM
» Replies: 0
» Views: 215
|
[RFC] Summer of code proj...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: MrsP-from-C
06-06-2025, 01:27 PM
» Replies: 11
» Views: 1,815
|
|
|
Transition to Gimp 3 |
Posted by: Ciobi - 03-01-2025, 03:52 PM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (3)
|
 |
Hi,
I've been using Gimp since 1996 for various purposes, but in recent years it's mostly for processing screenshots - capturing, combining, drawing arrows or text on them. In 2000 I bought Grokking the Gimp, and a lot of what was there still applies to the latest Gimp 2.
All was generally fine until a year ago, when I could no longer take screenshots because my Linux distribution moved to Wayland. I had the workaround of using a different tool and copying the result to Gimp.
With the move to Gimp 3, things got significantly worse. For one thing, now I also cannot scan images, because the xsane driver that worked with Gimp 2 is 8 years old and nobody maintains it (though there seem to be some workaround, but I didn't really need it, so I didn't check).
But the reason I'm writing this is that I cannot figure how to use the rectangular selection effectively. In the good old days, you could select a rectangle and copy it, and when you pasted it, you'd have a rectangle with whatever you copied on a temporary layer and that was that. Then you could move this temporary layer and change its opacity (which helped me align images) and then you'd choose to either transform the temporary layer into a new, real layer or "anchor" it to the leer below. Now when I paste it's not just my selection (because it's surrounded by transparency so the new layer is the exact size of the layer I copied from) and I need to keep switching between the Select and Move tools, because there is no longer a temporary layer. It also makes Fit Canvas to layers pretty pointless to me, as my layers are way too big (unless I use the crop tool, which I didn't need until now).
I couldn't find anything relevant in the manual or using the search engines and when I ask the AIs they either tell me that nothing changed regarding selection in Gimp 3, or that I must use the crop tool or other things that take more time than the equivalent Gimp 2 ways. Still, I can't imagine being the only one facing these issues, so I wonder if there is some guide describing the Gimp 3 equivalents of the basic Gimp 2 features.
Thank you!
|
|
|
A reasoning on what you can do with scm on gimp 3.0 |
Posted by: vitforlinux - 03-01-2025, 01:02 PM - Forum: Gimp 2.99 & Gimp 3.0
- Replies (8)
|
 |
If script-fu are placed in the "scripts" folder, they have a habitual and predictable behavior.
If I modify them and put them in "plugins" they have another one, changes must be added on purpose and sometimes you don't understand the mistake.
BUT if I put them in "plugins" Gimp 3.0 official appimage overcomes some problems that crash the script engine.
Now comes the problem, exactly like to be or not to be, I have to continue to use the "scripts" folder, or I have to arm myself and solve the problems it causes by moving them to "plugins".
I wouldn't want my "to be or not to be" to be Mel Brooks' film.
|
|
|
gui_dbus_name_lost message holding up gimp |
Posted by: American_Citizen - 02-27-2025, 09:00 PM - Forum: Linux and other Unixen
- Replies (1)
|
 |
Last night I tried to install the bimp gimp plugin tool, but the make failed since a missing tool "gimptool" could not be found on my system. I also tried to see if the yast2 software tools could locate this tool, but to no success.
Now whenever I start up gimp, I hit a delay around 30 seconds or so then the following message appears:
gui_dbus_name_lost: the name "org.gimp.GIMP.UI" could not be acquired on the bus.
running gimp with the --verbose option shows:
INIT: gimp_initialize
INIT: gimp_real_initialize
gui_dbus_name_lost: the name "org.gimp.GIMP.UI" could not be acquired on the bus
And the about 20-30 sec delay is occurring here.
Since I have removed and reinstalled all the gimp software using the software manager, I don't believe that this problem is with the gimp software itself but lies somewhere else.
Is this the correct forum to ask this question? Or perhaps try a GNOME forum?
The 30 second delay is not tolerable, especially when I had over 24 gimp photos to redo just this morning.
Thanks for suggestions.
Operating System: openSUSE Leap 15.5
KDE Plasma Version: 5.27.9
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 5.14.21-150500.55.83-default (64-bit)
Graphics Platform: X11
Processors: 6 × Intel® Xeon® CPU E5-1650 v2 @ 3.50GHz
Memory: 31.3 GiB of RAM
Graphics Processor: NVIDIA GeForce GT 710/PCIe/SSE2
Manufacturer: Hewlett-Packard
Product Name: HP Z420 Workstation
|
|
|
Script-fu V3 plug-ins |
Posted by: programmer_ceds - 02-27-2025, 08:04 PM - Forum: Extending the GIMP
- Replies (5)
|
 |
Just a heads up that if a Script-fu script is implemented as a V3 plug-in you can edit the script file whilst GIMP is running - you don't have to restart GIMP for the changes to take effect. This has been possible with Python scripts for a long time but disappeared when the Refresh Scripts menu option was dropped some time ago. It certainly makes debugging Script-fu scripts much less frustrating :-)
V3 .scm scripts that are plug-ins go into folders with the same names as the first part of the .scm file name (i.e. the part before .scm). These folders then go into the GIMP plug-ins folder, not the scripts folder.
Don't forget to delete the original version of the .scm file from scripts - GIMP complains if there is a plug-in and a script version at the same time.
The following links are useful when making .scm plug-ins - note in particular the use of
Code:
#!/usr/bin/env gimp-script-fu-interpreter-3.0
at the top of the file
and
at the start of the main function.
https://developer.gimp.org/resource/scri...deprecated
https://testing.developer.gimp.org/resou...script-fu/
|
|
|
How to fill a selection with color |
Posted by: snowforest - 02-27-2025, 05:51 PM - Forum: General questions
- Replies (1)
|
 |
I select an area, and then with bucket fill I try to fill it with a color I selected before so I apply bucket fill inside the selected area. Sounds simple right? Nope. That is too easy for gimp. It doesn't fill. What am I missing?
|
|
|
How to simply move selection |
Posted by: snowforest - 02-27-2025, 05:37 PM - Forum: General questions
- Replies (2)
|
 |
I select a portion of my image. How can i move JUST that part? After I select, I click move and try to drag it but it drags the whole thing and the selection seems to just float and remain where it is. This is very counterintuitive.
|
|
|
|