qbittorrent up to 3.0.1 create incorrectly named default fetch directory #45

Closed
opened 2026-02-21 14:50:14 -05:00 by deekerman · 3 comments
Owner

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.

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.
deekerman 2026-02-21 14:50:14 -05:00
Author
Owner

@cdumez commented on GitHub (Aug 24, 2012):

Looks like XDG folder detection fails on your system. Could you please provide:

  1. The content of the XDG_DOWNLOAD_DIR environment variable
  2. The content of ~/.config/user-dirs.dirs
@cdumez commented on GitHub (Aug 24, 2012): Looks like XDG folder detection fails on your system. Could you please provide: 1. The content of the XDG_DOWNLOAD_DIR environment variable 2. The content of ~/.config/user-dirs.dirs
Author
Owner

@ssten commented on GitHub (Aug 25, 2012):

  1. 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=

@ssten commented on GitHub (Aug 25, 2012): 1. XDG_DOWNLOAD_DIR environment variable is not set. 2. $ 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=
Author
Owner

@cdumez commented on GitHub (Aug 25, 2012):

I can reproduce, thanks for the info. I'll fix this now.

@cdumez commented on GitHub (Aug 25, 2012): I can reproduce, thanks for the info. I'll fix this now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#45
No description provided.