https://bugs.kde.org/show_bug.cgi?id=419479

            Bug ID: 419479
           Summary: snap sdk: paths in qt.conf are wrong
           Product: neon
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: Snaps
          Assignee: neon-b...@kde.org
          Reporter: max.fede...@googlemail.com
                CC: neon-b...@kde.org
  Target Milestone: ---

# Applies to

kde-frameworks-5-core18-sdk
kde-frameworks-5-qt-5-14-core18-sdk

# Summary

qt.conf in the snap has absolute paths set that do not point into the snap's fs
tree.

Specifically
```
[Paths]
Prefix = /usr
Settings=/etc/xdg
```

To be useful as a build-snap, the paths should look like this:

```
[Paths]
Prefix = /snap/kde-frameworks-5-core18-sdk/current/usr
Settings=/snap/kde-frameworks-5-core18-sdk/current/etc/xdg
```

# Problem

The sdks are not mounted at /, but at /snap/${SNAP_NAME} and thus those
absolute paths are invalid when using qmake.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to