Hardcoded paths in desktop files need to be processed need $SNAP prefixing
Bug #1638708 reported by
Charles Kerr
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
indicator-application (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
indicator-bluetooth (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
indicator-datetime (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
indicator-location (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
indicator-messages (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
indicator-power (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
indicator-session (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
indicator-sound (Ubuntu) |
Triaged
|
High
|
Unassigned | ||
indicator-transfer (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Noticed and reported by mterry in several indicator patches, e.g. <https:/
> There are also two hardcoded paths in the data/*.desktop.in files.
> But that's a static desktop file, so $SNAP isn't appropriate.
> I think it makes more sense to update the code that reads those
> files to do the prefixing.
There is also an umbrella ticket for hardcoded paths in the u8 snap: <https:/
Related branches
lp://qastaging/~dobey/indicator-transfer/fix-dm-desktop
- Pete Woods (community): Approve
- unity-api-1-bot: Approve (continuous-integration)
-
Diff: 148 lines (+23/-67)1 file modifiedsrc/dm-plugin/dm-source.cpp (+23/-67)
description: | updated |
summary: |
- Hardcoded paths in data/*.desktop.in need Snappy prefixing + Hardcoded paths in desktop files need to be processed need $SNAP + prefixing |
description: | updated |
no longer affects: | indicator-printers (Ubuntu) |
no longer affects: | indicator-network (Ubuntu) |
To post a comment you must log in.
I'm not sure how much of this is valid. Most of these are .desktop files that are installed in the XDG autostart directory, and thus only used in environments which use that, of which Unity8 is not one, especially so in its snap form.
I suppose this also begs the question of whether Unity 8 should implement the XDG autostart spec?