-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Comment:
This is a 2-in-1 question:
Qt defines standard interfaces for paths
https://doc.qt.io/qt-6/qstandardpaths.html#details
The code can be found
https://github.com/qt/qtbase/blob/dev/src/corelib/io/qstandardpaths_unix.cpp#L395
However:
- Conda packages do not install there
- Therefore, packages that rely on "system" files in those location cannot find them. eg. Theming not quite right qgnomeplatform-feedstock#4
should we:
Option 1
Create an XDG package that sets the environment variables correctly.
- I really don't like adding to the environment variables, but it seems like a good idea....
Option 2
Patch Qt to also include some of the Qt installation directories???
I feel like we almost need both....
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested