mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
qbittorrent up to 3.0.1 create incorrectly named default fetch directory #45
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#45
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 @ssten on GitHub (Aug 24, 2012).
Originally assigned to: @cdumez on GitHub.
I use qbitorrent on UTF8-localized GNU/Linux system.
net-p2p/qbittorrent-2.9.7 by default (default config, i.e. English interface, windows-created torrent-index) starts downloading into very strange and incorrectly named directory:
/home/user/Ð?агÑ?Ñ?зки/
Tested versions: 2.9.7 and 3.0.1.
@cdumez commented on GitHub (Aug 24, 2012):
Looks like XDG folder detection fails on your system. Could you please provide:
@ssten commented on GitHub (Aug 25, 2012):
XDG_DOWNLOAD_DIR environment variable is not set.
$ grep XDG_DOWNLOAD ~/.config/user-dirs.dirs
XDG_DOWNLOAD_DIR="$HOME/Загрузки"
And some additional info:
$ cat ~/.config/user-dirs.locale
ru_RU
$ locale
LANG=ru_RU.UTF8
LC_CTYPE="ru_RU.UTF8"
LC_NUMERIC=POSIX
LC_TIME="ru_RU.UTF8"
LC_COLLATE="ru_RU.UTF8"
LC_MONETARY="ru_RU.UTF8"
LC_MESSAGES="ru_RU.UTF8"
LC_PAPER="ru_RU.UTF8"
LC_NAME="ru_RU.UTF8"
LC_ADDRESS="ru_RU.UTF8"
LC_TELEPHONE="ru_RU.UTF8"
LC_MEASUREMENT="ru_RU.UTF8"
LC_IDENTIFICATION="ru_RU.UTF8"
LC_ALL=
@cdumez commented on GitHub (Aug 25, 2012):
I can reproduce, thanks for the info. I'll fix this now.