Hello!
The command xdg-mime default kraken.desktop x-scheme-handler/kraken depends on the qtpaths util, present in the qt5-qttools package. Attempting to run said command without the qtpaths util will return
/usr/bin/xdg-mime: line 885: qtpaths: command not found
Running
sudo dnf install qt5-qttools
fixes that issue.