I can't set different programs for opening the mentioned filetypes in Kubuntu 22.04.
I want to open *.zip files with ark and *.3mf files with Ultimaker Cura.
When I try to change the default program via right click -> properties -> "open with" -> change, it changes the association for both filetypes. In fact the properties show Type: zip-archive for the *.3mf files as well.
I'm using Cura as an AppImage with AppImageLauncher and can normally add it as a standard program for files through the context menue.
Even after editing the ~/.config/mimeapps.list and adding the line
application/3mf=appimagekit_968bf060d41f38a8b5f435483426a7e5-com.ultimaker.cura.desktop;
it won't work, although that is the correct path to associate Cura.
Why is my OS thinking that *.3mf files are *.zip files and how can i change that?
The command grep 3mf -r ~/.local/share/mime /usr/share/mime delivers:
/usr/share/mime/types:model/3mf
but only because I manually edited it. Still the problem persists.