03-02-2021, 12:03 PM
For some time qbittorrent was opening a new instance of itself when adding a new task, so I did some digging and eventually found a solution on github by another user. It turned out that the tmp paths in all distros and DEs are messed up which causes qbittorrent to go crazy. This problem doesn't exist with other torrent clients bc when they can't find the tmp directory, they use their own config directories. But qbittorrent apparently wasn't programmed that way. So, in order to fix this, open your ~/.bash_profile and add these 2 lines in it:
Save and reboot your system. After that the problem will be gone.
It's a good idea to backup your ~/.bash_profile, so that if you have to reinstall your distro, you won't have to waste time and nerves to find a fix for that problem again.
Code:
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR
Save and reboot your system. After that the problem will be gone.
It's a good idea to backup your ~/.bash_profile, so that if you have to reinstall your distro, you won't have to waste time and nerves to find a fix for that problem again.
Arch Linux, Core i7 4770, GTX 1660 Ti 6GB, 32GB DDR3 RAM
home is where root is.
home is where root is.