qbittorrent

Asked by Pingy

Was messing around with qbittorrrent by locking it. after i did that i can no longer open it. i would try to open it but after the initial qbittorrent pop up, the program doesn't load. it shows in the "process" that qbittorrent is running but i can't seem to find it anywhere.

PLEASE HELP!!

Question information

Language:
English Edit question
Status:
Solved
For:
qBittorrent Edit question
Assignee:
No assignee Edit question
Solved by:
Pingy
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

If you run:

ps -ef | grep -i torr

You can kill the process(es) via the PID (I use transmission but will use it as an example):

andy 2024 1738 0 02:27 ? 00:02:51 transmission-gtk

The number 2024 (in this case) is the PID, If you run:

kill 2024

It will die (yours will be different, use the output of the first command I gave, killing random PIDs may cause issues)

When all the qbittorrent processes are dead, you can check by rerunning the first command I gave and you will ONLY see:

andy 7080 2281 0 11:30 pts/0 00:00:00 grep --color=auto torr

You can then retry running it as normal. If that still doesn't make it nice then kill off the processes in the same fashion and launch the app from the terminal, what is output?

Revision history for this message
Pingy (fbpingy) said :
#2

Sorry but I probably wasn't as clear as I needed to be on my description. I can't kill and open it. the problem is, when I run qbit. (for short), the start up logo pops up then disappear like normal, but the qbit window is nowhere to be seen after that. I can see that its running in the Process log...but I can't find the window.

I'm actually using it right now on the GUEST account. but on my admin account, I have that issue. Let me know what you can find out. thanks so much!

Revision history for this message
Pingy (fbpingy) said :
#3

this is what i get when i try to run it from terminal (everything seems to be normal):

pingy@pingy-HP-Pavilion-dv7:~$ sudo qbittorrent
[sudo] password for pingy:
Peer ID: -qB2690-
HTTP user agent is qBittorrent v2.6.9

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

running qbittorrent as root is a REALLY dumb idea, run it without sudo. Using sudo spuriously like that can and will damage your OS. Not EVERY command in termial needs sudo.

Revision history for this message
Pingy (fbpingy) said :
#5

yeah I'm pretty much an amatuer user, any solution to my main problem though?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

What happens when you run it as user?

Revision history for this message
Pingy (fbpingy) said :
#7

the qbit logo window pops up for a few second then disappear like normal but the qbit window doesn't show up afterwards. It's running...but the window is nowhere to be seen.

Revision history for this message
Christophe Dumez (hydr0g3n) said :
#8

Hi,

The fact the qBittorrent icon does not appear is a Unity bug I believe. This is very annoying because once qBittorrent is minimized, you have no way to get it back.

Because you locked qBittorrent, it will iconify on startup and you will not be able to unlock it because of this unity bug. This only way now is to disable qBittorrent configuration file:
1. Kill qBittorrent
2. rm ~/.config/qBittorrent/qBittorrent.conf
3 Start qBittorrent

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

What is written in the terminal after you ran it, Christophe's idea may fly too...

Revision history for this message
Christophe Dumez (hydr0g3n) said :
#10

"may", lol. It "will". This is a know issue with Unity, not a qBittorrent bug.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

Will implies 100% guarantee. Very little in life is that certain, so I use 'may'

Revision history for this message
Pingy (fbpingy) said :
#12

i didn't get a chance to try that, because i was busy trying other stuff. fortunately, going through safe gui, the icon was there on the top right where it should be. after i unlocked it (thank goodness i still remember my passcode), i closed it. went back to the normal gui on 11.04 and i was able to see the window again.

Revision history for this message
gare-calhoun (gare-calhoun) said :
#13

Hi,
No need to

rm ~/.config/qBittorrent/qBittorrent.conf

just open that file and change

 locked = true to locked = false