Unity8 snap can't load the testability libraries
Bug #1657845 reported by
Santiago Baldassin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity8 Session Snap |
Fix Released
|
High
|
Unassigned | ||
autopilot-qt (Ubuntu) |
In Progress
|
Undecided
|
Unassigned | ||
unity8 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In order to introspect unity8, the testability libraries should be available. Such libraries are provided by autopilot-qt snap through a content interface called testability
unity8 snap should add a plug to such interface so that testability libraries get loaded
Related branches
lp://qastaging/~sbaldassin/autopilot-qt/adding_testability
- Michael Zanetti (community): Approve
- Heber Parrucci (community): Approve
-
Diff: 10 lines (+1/-0)1 file modifiedlib/lib.pro (+1/-0)
Changed in unity8 (Ubuntu): | |
status: | New → Incomplete |
Changed in unity8-session-snap: | |
status: | New → Triaged |
importance: | Undecided → High |
To post a comment you must log in.
OK, I've kicked off a snap build/upload for unity8 that adds a plug for this. But I'm not sure what the expectation is for actually using the content interface.
So I plug into the testability slot provided by autopilot-qt. Which gets mounted into $SNAP/testability/ -- so far so good.
But what's the expectation for using that? Add it to LD_LIBRARY_PATH in the snap's wrapper and load the testability library if that path has content?
I looked at ubuntu- calculator- app which also plugs into testability, but it doesn't seem to do anything special once plugged.