Ubuntu menu icons

When I run my application on Ubuntu 22.04.2 LTS, the icons in popup menus are missing.
Does anyone know how to turn on the icons?

I think those have never worked maybe, on Xojo Linux.

I at least have never gotten popup menu icon to work there.

I used the following command with Ubuntu 20.04:

gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/ButtonImages': <1>, 'Gtk/MenuImages': <1>}"
That’s where it worked. With 22.04 it no longer works.