Why is my JOSM plugin not installing?

I’m trying to install the utilsplugin2 plugin in JOSM. I’ve done this before when using JOSM on Windows. There, I was able to install it and use it (I used the split object tool from it).

But on my other computer, running Fedora Linux, it isn’t working.

I find the plugin under Preferences, check its box, click “Update the selected plugins”, see it display a message telling me it installed it successfully, but then it doesn’t have an effect.

If I repeat these steps, it tells me all plugins are already up to date.

The new tools aren’t accessible in the menu (or via the keyboard shortcuts like alt-x for split object).

And when I go back to the plugins area of Preferences, it doesn’t appear to be installed. It doesn’t show up in the “Installed” list.

And if I search for it by name under the “All” list, its box isn’t checked.

The only difference I can think of between how I installed JOSM on each computer is that on Windows, I installed it via the Microsoft Store and got a slightly out of date version. On Fedora Linux, I installed it via the Software application, which tells me it’s from Flathub.

And the version I get this way is much more up to date compared to when I used it before on Windows.

I’m wondering if the fact it’s a FlatPak is causing this issue because I’ve heard of issues with platforms like Snaps, FlatPaks, etc where they don’t get full permissions to modify the disk. And maybe downloading plugins is implemented that way, where the program would need permission to download and save plugin-related files to disk.

More info:

$ lsb_release -a
LSB Version:	n/a
Distributor ID:	Fedora
Description:	Fedora Linux 42 (Workstation Edition)
Release:	42
Codename:	n/a
$ java --version
openjdk 21.0.9 2025-10-21
OpenJDK Runtime Environment (Red_Hat-21.0.9.0.10-1) (build 21.0.9+10)
OpenJDK 64-Bit Server VM (Red_Hat-21.0.9.0.10-1) (build 21.0.9+10, mixed mode, sharing)

It seems you have a problem with the size of the popup dialog for the plugins. The OK button is not showing in you first screenshot, so I guess you never clicked it.

Are you referring to this OK button?

I didn’t think to try this today, but just tried it now.

On my Windows computer, clicking it after checking the box for the plugin results in the plugin being downloaded and then a popup saying “The following plugin has been downloaded successfully” (and lists utilsplugin2).

But on Fedora Linux, clicking that button after checking the box for the plugin just results in the Preferences window being closed. It doesn’t display any messages about the plugin being downloaded or installed.

I just did a test where I tried to install another plugin I was aware of, terracer.

For this plugin, I did see a popup telling me it was being downloaded and then installed.

And after terracer was installed, I noticed that utilsplugin2 now appears in the list of installed plugins.

And it seems to work too. I have a More toolsoption.

And the alt-x keyboard shortcut works too.

So this seems odd. I’m not sure what happened there. If I ever do find out, I’ll report back in case someone else runs into this too.

1 Like