[SOLVED] cant start qbittorent on raspberry pi 3

Linux specific questions, problems.
Post Reply
ekaunt

[SOLVED] cant start qbittorent on raspberry pi 3

Post by ekaunt »

qbittorrent-nox works just fine for me, the problem is that normal qbittorrent doesnt want to start up. I'm running the raspberry pi headless, so i open it through ssh.

when i use `ssh -X pi@ip` and then open up qbittorrent i get the error
`Qt: XKEYBOARD extension not present on the X server.`

when i use `ssh -Y pi@ip` and then open up qbittorrent i get the error
`libEGL warning: DRI3: failed to query the version
libEGL warning: DRI2: failed to authenticate`

i already googled both errors endlessly with no solutions working (like https://raspberrypi.stackexchange.com/q ... -to-libegl)

any help?
Last edited by ekaunt on Thu Mar 07, 2019 3:10 pm, edited 1 time in total.
ekaunt

Re: cant start qbittorent on raspberry pi 3

Post by ekaunt »

i was able to get it to work by doing

Code: Select all

sudo apt install libtorrent19 libtorrent-dev libtorrent-rasterbar9 libtorrent-rasterbar-dbg libtorrent-rasterbar-dev libtorrent-rasterbar-doc
basically, i just installed every package that starts with libtorrent, and that made it work.

EDIT: i actually figured it out this time. i dont even know if it was the previous command that solved it. what really solved it for me was turning off qbittorrent-nox. running

Code: Select all

ssh -X
opened it up nicely, but doesnt show the tray icon.

Code: Select all

ssh -Y
doesnt opens it with the tray icon, but the icons arent sized right. turning qbittorent-nox back on made it so that i cant open up qbittorrent again. so that was the culprit.
Last edited by ekaunt on Thu Mar 07, 2019 5:37 pm, edited 1 time in total.
Post Reply