04-19-2025, 10:16 AM
(This post was last modified: 04-19-2025, 10:45 AM by saberwarthog.)
Hmmm, maybe my installation do work because I've made a modification before even launching it ?
I wanted it to appear directly at the root of the "filters" menu (to compare it to other remove background plugins like the Rembg ones that were there).
So I modified the line 59 to
and I just saw that there is 2 changes from the original : the specific location for the plugin & I used ' instead of "
I've attached my modified version of background-remover to this message, would you like to put it in place of the original & retry it (after verifying it's still executable) ?
I think that it might be a possible solution.
If it works, you should be able to place it anywhere you want by modifying this specific line, adding a name of a submenu just after the last / in '<Image>/Filters/'

I wanted it to appear directly at the root of the "filters" menu (to compare it to other remove background plugins like the Rembg ones that were there).
So I modified the line 59 to
Code:
procedure.add_menu_path('<Image>/Filters/')
and I just saw that there is 2 changes from the original : the specific location for the plugin & I used ' instead of "
I've attached my modified version of background-remover to this message, would you like to put it in place of the original & retry it (after verifying it's still executable) ?
I think that it might be a possible solution.
If it works, you should be able to place it anywhere you want by modifying this specific line, adding a name of a submenu just after the last / in '<Image>/Filters/'