Page 1 of 1
Splashscreen in qbittorrent disappeared..
Posted: Tue Jun 26, 2012 12:37 am
by olewilly
Hi
I used to have a splash screen when I started qbittorrent. Now there is only an empty area where the picture of the splash screen used to be.
Qbittorrent otherwise seem to be working ok though.
This is what I get when the program is started from konsole:
[ole@localhost ~]$ qbittorrent
Couldn't set environment variable...
Peer ID: -qB2920-
HTTP user agent is qBittorrent v2.9.2
[ole@localhost ~]$
This is my gear:
Processor 2x AMD Athlon(tm) 64 X2 Dual Core Processor 4600+
Memory 1813MB (630MB used)
Operating System PCLinuxOS - KDE
Any idea ?
OW
Re: Splashscreen in qbittorrent disappeared..
Posted: Tue Jun 26, 2012 8:21 pm
by pragmaticenigma
If you go to Preferences and click on the Behaviour section, is the box checked for "Show Splash screen on startup"?
I personally disable splash screens, when I can, since it shortens the amount of time needed to start the application.
Re: Splashscreen in qbittorrent disappeared..
Posted: Fri Jun 29, 2012 11:44 am
by olewilly
Hi pragmaticenigma
Thank You much for reply.
If you go to Preferences and click on the Behaviour section, is the box checked for "Show Splash screen on startup"?
It was checked from the start. - I have unchecked it now, because I think You are right about start up time, though it gives no solution to the missing splash screen.
OW

Re: Splashscreen in qbittorrent disappeared..
Posted: Fri Jun 29, 2012 10:38 pm
by loki
reinstall and/or upgrade to latest version?
Re: Splashscreen in qbittorrent disappeared..
Posted: Thu Jul 05, 2012 3:01 pm
by pragmaticenigma
If your using your distribution's program repository, it's possible who ever maintains the repository forgot to include the images or installed the image to a location qbittorrent is not looking at for the image (I know this is very common in Fedora .)
If your compiling from source, you may need to locate the image in the source folder and move it to the appropriate location.
With Ubuntu, I use the stable hydrogen PPA because it has the latest version and the packages include all parts as the author intended. PCLinux appears to use APT, so you may be able to install the PPA to PCLinux and get up-to-date installations of qbittorrent. (You will have to search the web for instructions on using Ubuntu's PPAs with PCLinux)
Re: Splashscreen in qbittorrent disappeared..
Posted: Sun Jan 19, 2014 7:08 pm
by smartcino
Hi, I had your same problem and also the icon in the tray was missing.
Using the options for Behavior both reappeared.
You can also look in the file qbittorent.conf in ~/.config/qbittorrent-config.
Bye
Re: Splashscreen in qbittorrent disappeared..
Posted: Fri Feb 21, 2014 7:40 pm
by smartcino
Hi, I was too optimistic.
The problem is stil there, sometime the splash screen is displayed, but most of the times is a blank squarethat is painted with the real image when the main window of qbittorrent is diplayed.
My version 3.18, ubuntu 12.04.
Re: Splashscreen in qbittorrent disappeared..
Posted: Sat Feb 22, 2014 3:55 pm
by sledgehammer_999
This maybe a sideffect of how the splashscreen is implemented. Basically the startup code creates the splash and iterates the event loop my one iteration. This is enough for the splash to drawn on screen. Then it continues to setup the rest of the windows/states/setttings/buttons/load torrents/etc. During this, the event loop usually doesn't run. Which means if the splash gets a "redraw" message from the system it will not be processed by qt until the event loop gets started.
This is a hypothesis though...