Turn X-Ubuntu-Touch in generated .desktop file from a separate key to a Category
Bug #1227058 reported by
Michal Hruby
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Software Center Agent |
Triaged
|
Low
|
Unassigned |
Bug Description
Currently .desktop files generated from the click manifest include a `X-Ubuntu-
As course we can keep both if there are other tools already looking for the X-Ubuntu-Touch key.
description: | updated |
Changed in click-package-index: | |
importance: | Undecided → Low |
status: | New → Triaged |
affects: | click-package-index → software-center-agent |
To post a comment you must log in.
I'd like to clarify this requirement:
What we're expecting is that when a com.ubuntu. developer. SOMEDEV. SOMEAPP_ 0.1_unknown. click package is uploaded with a .desktop file that contains an entry X-Ubuntu- Touch=True:
[Desktop Entry]
Name=SOMEAPP
Comment=My awesome app.
Exec=qmlscene $@ myapp.qml
Icon=myapp.png
Terminal=false
Type=Application
X-Ubuntu-Touch=true
Then Software Centre/Click Updown/Click Package Index should parse the desktop file and convert that to a category, such that search. apps.ubuntu. com/api/ v1/package/ com.ubuntu. developer. SOMEDEV. SOMEAPP contains an entry "categories": [ ... "X-UbuntuTouch", ...]:
{ /public. apps.ubuntu. com/download/ com.ubuntu. developer. SOMEDEV/ SOMEAPP/ com.ubuntu. developer. SOMEDEV. SOMEAPP_ 0.1_unknown. click", sdk-13. 10" developer. SOMEDEV. SOMEAPP" ,
"description": "My awesome app.",
"license": "GNU GPL v3",
"title": "SOMEAPP",
"download_url": "https:/
"click_version": "0.4",
"version": "0.1",
"framework": [
"ubuntu-
],
"name": "com.ubuntu.
"categories": [
"X-UbuntuTouch"
]
}
Does that sound about right?