mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
qBt master goes to tray when exited from WebUI #13820
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#13820
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 @ghost on GitHub (Sep 12, 2022).
Originally assigned to: @glassez on GitHub.
qBittorrent & operating system versions
qBittorrent: 4.5.0alpha1 x64
Operating system: Windows 10 Pro 21H2 x64
Qt: 6.3.0
libtorrent-rasterbar: 2.0.7.0
What is the problem?
It goes to tray instead of shutting down and quitting when exited from the WebUI.
Steps to reproduce
Additional context
No response
Log(s) & preferences file(s)
Log doesn't say anything related to it.
@Chocobo1 commented on GitHub (Sep 12, 2022):
I confirm.
@glassez
Seems like a regression related to your application interface refactoring!?
@glassez commented on GitHub (Sep 13, 2022):
What do you mean exactly?
Confirmed.
But if window is already hidden in tray qBittorrent really exits. Could you check it?
Also could you confirm that there is no such problem in qBittorrent 4.4.x with the same Qt?
@ghost commented on GitHub (Sep 13, 2022):
Seems like it happens with qt6 only in 4.4.x.
@glassez commented on GitHub (Sep 13, 2022):
And I suppose in master too (Qt6 only).
@glassez commented on GitHub (Sep 14, 2022):
There is no regression related to my refactoring.
There is a difference between Qt5 and Qt6 of how
QCoreApplication::quit()behaves.Qt5:
Qt6:
So in Qt6 we go into Close event handler that behaves the same way as if the user clicked the window close button.
@Chocobo1 commented on GitHub (Sep 14, 2022):
I erroneously mixed up with something else, excuse me.
I see, I'll take a closer look to it.
@Chocobo1 commented on GitHub (Sep 14, 2022):
Please test PR #17720.