-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qt applications cannot find qt translations #86054
Comments
This might be an issue triggered by wrapping. |
This is caused by our multi-derivation Qt build, that is by building each module as a separate package. However, I suspect it's even worse: that applications may not find their own translations, which won't be at the (read-only) |
Applications find their own translations by:
And that's OK. |
I marked this as stale due to inactivity. → More info |
Problem still exists. |
I marked this as stale due to inactivity. → More info |
Up |
I marked this as stale due to inactivity. → More info |
Up. |
Fixed. |
Describe the bug
If qt application uses
QLibraryInfo::location(QLibraryInfo::TranslationsPath)
(see docs) to get location of qt translations, it will get/nix/store/n2zczzqp7dwc2kmf3s82wymw08asdhi6-qtbase-5.12.7/translations
, while qt translations actually live in separate derivation/nix/store/725gncv0pvf9izasn55w5mcv8f6bcx3n-qttranslations-5.12.7/translations
.Notify maintainers
@ttuegel
The text was updated successfully, but these errors were encountered: