mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
System log is being flooded by missing image error messages #6225
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#6225
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @realnc on GitHub (Nov 2, 2017).
Please provide the following information
qBittorrent version and Operating System:
3.3.16 on Gentoo Linux (AMD64).
If on linux, libtorrent and Qt version:
libtorrent-rasterbar 1.1.5
Qt 5.9.2
What is the problem:
I noticed that my /var/log/journal/ directory accumulated 2GB of log files in only about a month. I took a look, and 80% of those 2GB consists of this:
plasmashell[364]: file:///usr/lib64/qt5/qml/org/kde/plasma/core/private/DefaultToolTip.qml:70:13: QML Heading: Cannot open: file:///usr/lib64/qt5/qml/org/kde/plasma/core/private/:/icons/skin/download.png
plasmashell[364]: file:///usr/lib64/qt5/qml/org/kde/plasma/core/private/DefaultToolTip.qml:70:13: QML Heading: Cannot open: file:///usr/lib64/qt5/qml/org/kde/plasma/core/private/:/icons/skin/seeding.png
I have qbittorrent always running on this machine. The message stop if I quit qbittorrent.
What is the expected behavior:
No message log spam.
Steps to reproduce:
Run qbittorrent.
Extra info(if any):
@zeule commented on GitHub (Nov 3, 2017):
This is another effect of referencing icon resources in the tooltip, even more significant than missing images. This issue thus duplicates #2934.
@bughunter2 commented on GitHub (Dec 23, 2018):
For anyone who has this issue:
As a workaround, you can disable qBittorrent's tray icon.
This appears to fix the log flooding problem as described above.
@realnc commented on GitHub (Dec 23, 2018):
That's not an option, since then it appears on the task manager and in alt+tab.
@bughunter2 commented on GitHub (Dec 23, 2018):
The workaround was meant as a solution for people who don't mind that. Disabling the tray icon does solve the log flooding problem.
Edit: Of course the underlying issue should still be solved. ;-)