-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Qt applications cannot find qt translations #86054
Copy link
Copy link
Closed
Labels
0.kind: bugSomething is brokenSomething is broken2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md6.topic: qt/kdeObject-oriented framework for GUI creationObject-oriented framework for GUI creation
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md6.topic: qt/kdeObject-oriented framework for GUI creationObject-oriented framework for GUI creation
Fields
Give feedbackNo fields configured for issues without a type.
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