Need to determine if snap apps require terminal or not
Bug #1595023 reported by
Robert Ancell
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-software (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Xenial |
Fix Released
|
High
|
Unassigned | ||
Yakkety |
Fix Released
|
High
|
Unassigned |
Bug Description
snapd returns a list of apps a snap contains, i.e:
"apps": [{"name": "moon-buggy"}]
However, we can't tell if this is a terminal app (like moon buggy) or a graphical app (like Ubuntu calculator).
Changed in gnome-software (Ubuntu Xenial): | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in gnome-software (Ubuntu Yakkety): | |
status: | Triaged → Fix Committed |
Changed in gnome-software (Ubuntu Xenial): | |
status: | Triaged → Fix Committed |
To post a comment you must log in.
A potential solution:
"apps": [{"name": "moon-buggy", "graphical": false}]
Not sure if this can be easily determined from the snapd metadata.