usr/bin/xdg-mime: line 885: qtpaths: command not found
I am trying to associate a flatpak application in firefox, to make magnet links clickable so that they open up the associated flatpak application. Part of the process that I am following is to execute a command:
bazzite@StinkWink:~$ xdg-mime default org.qbittorrent.qBittorrent.desktop x-scheme-handler/magnet
when I do, I get the following error:
usr/bin/xdg-mime: line 885: qtpaths: command not found
Now here is where I get out of my depth in Linux. I understand that qtpaths is part of a larger package qt5 (maybe, not entirely sure)
Internet searching is suggesting I try:
bazzite@StinkWink:~$ sudo pacman -S qt5-tools
But of course pacman isn't part of Bazzite ๐ Is there a more correct command that I should be using or am I barking up the wrong tree?
0 Replies