sledgehammer999
sledgehammer999
There is a shortcoming of NSIS. The language ids (eg `${LANG_ARABIC}`) are kinda predefined. They are pulled in from the files/translations available in `C:\Program Files (x86)\NSIS\Contrib\Language files`. There's probably a...
@schnurlos do you have any experience with NSIS? Read my comment https://github.com/qbittorrent/qBittorrent/pull/18935#issuecomment-1567309779 Let me summarize how qbittorrent loads NSIS languages: 1. In [dist/windows/translations.nsh](https://github.com/qbittorrent/qBittorrent/blob/master/dist/windows/translations.nsh) it enables all the included MUI translations...
Take notice of PR #20501
I have been [self-signing the last few releases](https://github.com/qbittorrent/qBittorrent/issues/16728#issuecomment-1440118875) as a method to fix issues like https://github.com/qbittorrent/qBittorrent/issues/16728 I hadn't encountered the message you show above. But again, I am not a...
@ackerthehacker2 send me an email to sledgehammer999 (at) qbittorrent (dot) org
You have summed my thoughts very well. For the fragmentation part, I wonder if a good enough heuristic can be obtained by using the info in [DBSTAT](https://www.sqlite.org/dbstat.html).
@luzpaz I have invited you to the `qbittorrent/bug-handlers` team. If you accept you will be able to close issues and/or modify their aspects (title, tags etc).
AppImage is disabled for nox builds. It requires an icon and .desktop file to be present in order to build the appimage. However, we don't have a *.desktop file for...
I pushed a new version. Now it also builds AppImages for the nox version. >AppImage from CI does not display an icon Fixed now. I included part of my startup...
And why isn't Qt6.2 stable enough?