mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Can't quit qbitorrent app on macOS #17361
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#17361
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 @caly8464 on GitHub (Dec 13, 2025).
qBittorrent & operating system versions
qbitorrent: 5.0.5 x64
Operating system: macOS Sequoia
What is the problem?
With torrents or without torrents, when I try to shutdown the program, it remains on memory, and I have to force quit it. Older versions it's the same, anyone knows a solution to not "force quit" every time?. Thanks.
Steps to reproduce
Execute the program
Try to close the program
The program remains on dock and can't quit if I "force quitting"
Additional context
No response
Log(s) & preferences file(s)
No logs
@kindlaj commented on GitHub (Jan 2, 2026):
@caly8464 how do you quit the app?
If you just push the red x in top left, then the opsystem wasn't close the app.
You can still see the small dot.
Red X
Before use red x close
After pushed red x
The solution
### You need to press Command+Q. Then the dot disappeared.
This is part of macOS's "intuitive" window management mechanism......
So i think this is not a qbit issue.
@caly8464 commented on GitHub (Jan 3, 2026):
OK, thanks, the good and the evil of macOS.
@kindlaj commented on GitHub (Jan 4, 2026):
I was thinking. In the current state of the application, this is the correct behavior. If we close the application when we click the red x, then the download stops.
But there is a way to make it work like in Windows or Linux.
In the past (2017) the system tray preferences was disabled in mac. We could rethink this.
With a new feature:
We re-introduce the settings that exist on the other two operating systems.
If the minimize and close to tray feature is enabled, then clicking the red x or the yellow minimize button will hide the window.
Google Drive does something similar.
And the menubar icon needs to be made smarter, so that if the window is hidden and we click on it, it shows the window again.
Additionally, as a setting, the behavior of the red x could also be adjustable if close/minimize to tray is enabled. Only on macOS.
For example:
Close window quits application: enable/disable.
default: disable
Thereby we keep the standard macOS behavior (according to Apple Human Interface Guidelines), but it can be overridden. This way everyone could be happy...