Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,608
» Latest member: Aaronnef
» Forum threads: 7,474
» Forum posts: 40,820

Full Statistics

Latest Threads
3.0.4 Crashes when drag a...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: kayalif
10 hours ago
» Replies: 6
» Views: 208
Blur/Sharp tool
Forum: General questions
Last Post: sallyanne
Yesterday, 12:00 PM
» Replies: 1
» Views: 114
Crop Layer To Selection
Forum: Gimp 2.99 & Gimp 3.0
Last Post: ips
07-10-2025, 06:49 PM
» Replies: 3
» Views: 664
technology against mosqui...
Forum: Watercooler
Last Post: denzjos
07-10-2025, 05:38 PM
» Replies: 2
» Views: 159
script does not appears i...
Forum: Extending the GIMP
Last Post: Zydelum
07-10-2025, 05:05 PM
» Replies: 2
» Views: 181
script not available
Forum: Extending the GIMP
Last Post: Zydelum
07-10-2025, 04:33 PM
» Replies: 0
» Views: 95
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: gilmoreja
07-10-2025, 04:01 PM
» Replies: 7
» Views: 2,738
GEGL Plugins for GIMP 3.0...
Forum: Extending the GIMP
Last Post: BeaverGEGLFreak
07-09-2025, 10:55 PM
» Replies: 0
» Views: 151
GIMP - 3.0.4 - perspectiv...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-09-2025, 12:11 PM
» Replies: 1
» Views: 179
Switching off a drop-list...
Forum: General questions
Last Post: Ofnuts
07-09-2025, 06:52 AM
» Replies: 1
» Views: 193

 
  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.

Print this item

  GIMP Keyboard Shortcuts
Posted by: binmohd - 02-28-2025, 05:50 PM - Forum: General questions - Replies (2)

please share list of keyboard shortcuts for GIMP.

Print this item

  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

Print this item

  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 
Code:
(script-fu-use-v3)

at the start of the main function.

https://developer.gimp.org/resource/scri...deprecated

https://testing.developer.gimp.org/resou...script-fu/

Print this item

  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?

Print this item

  How to finish selection process
Posted by: snowforest - 02-27-2025, 05:45 PM - Forum: General questions - Replies (1)

I selected an area . Now I hit escape but the walking ants dont go away. How to tell Gimp that I am done with that selection and I dont want that selection anymore in my life. It just wont go away.

Print this item

  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.

Print this item

  Bucket fill not working
Posted by: rdh61 - 02-27-2025, 05:28 PM - Forum: General questions - Replies (1)

If I try to use bucket fill the bucket cursor carries a circle with a slash through it, and I cannot fill the selected layer. I have ensured that the layer I wish to fill is selected, is not locked, and have tried various places withing the area of the layer. In the attached screenshot, I wish to fill the layer called "Background" with another colour. Please see the screenshot. Thank you.



Attached Files Thumbnail(s)
   
Print this item

  Too much gimp-version is bad for SCM script-fu in gimp 3.0 rc3
Posted by: vitforlinux - 02-26-2025, 03:17 PM - Forum: Gimp 2.99 & Gimp 3.0 - No Replies

[Image: gimp-version.jpg.jpg]

I used to use a string to handle the version change in my SCM script-fu, but things have changed and I have to change the string, anyone who encounters it knows it, now instead of (if instead of 2.10 you find 2.1 it's the same).

Code:
(= (string->number (substring (car(gimp-version)) 0 3)) 2.10)

you have to use

Code:
(not (defined? 'gimp-drawable-filter-new))

gimp-drawable-filter-new exists only in new Gimp 3.0 rc3.

A collection of fixed ScriptFu can be found here:
https://github.com/vitforlinux-gimp/scm/...es/tag/3.0

Print this item

  Just Erase the Background or Create a Transparency - Is There a Difference?
Posted by: Connolly Music Creations - 02-26-2025, 09:08 AM - Forum: General questions - Replies (4)

Here is what I have and what I'm trying to do:

- I have an old band photo and want to remove the background.
- I want to put the 'new and improved' image into a music video (just the band - no background).
- That image/the band will be floating around the screen, maybe on top of a static image of clouds or something.
- I'll be using Open Shot Video Editor if that makes any difference.

So to get just the band, can I just erase the background or do I need to create a transparency?  Is there a critical difference between the two? Or it just depends on what you want to do?  Is there a best way to do it?

Print this item