Ubuntu Pastebin

Paste from rhuddie at Fri, 6 Feb 2015 12:17:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
phablet@ubuntu-phablet:~$ click info com.ubuntu.gallery
{
    "_directory": "/usr/share/click/preinstalled/.click/users/@all/com.ubuntu.gallery",
    "_removable": 1,
    "architecture": "armhf",
    "description": "Gallery application for your photo collection",
    "framework": "ubuntu-sdk-14.10",
    "hooks": {
        "gallery": {
            "apparmor": "gallery.apparmor",
            "content-hub": "gallery-content.json",
            "desktop": "share/applications/gallery-app.desktop",
            "urls": "share/url-dispatcher/urls/gallery-app.url-dispatcher"
        }
    },
    "icon": "share/icons/gallery-app.svg",
    "installed-size": "8414",
    "maintainer": "Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>",
    "name": "com.ubuntu.gallery",
    "title": "Gallery",
    "version": "2.9.1.1136",
    "x-source": {
        "vcs-bzr": "lp:gallery-app",
        "vcs-bzr-revno": "1136"
    },
    "x-test": {
        "autopilot": "gallery_app"
    }
}



phablet@ubuntu-phablet:~$ click info com.ubuntu.camera
{
    "_directory": "/usr/share/click/preinstalled/.click/users/@all/com.ubuntu.camera",
    "_removable": 1,
    "architecture": "armhf",
    "description": "An application to take pictures and videos with the device cameras",
    "framework": "ubuntu-sdk-14.10",
    "hooks": {
        "camera": {
            "apparmor": "camera-apparmor.json",
            "content-hub": "camera-contenthub.json",
            "desktop": "camera-app.desktop"
        }
    },
    "icon": "share/icons/camera-app.svg",
    "installed-size": "2264",
    "maintainer": "Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>",
    "name": "com.ubuntu.camera",
    "title": "Camera",
    "version": "3.0.0.484",
    "x-source": {
        "vcs-bzr": "lp:camera-app",
        "vcs-bzr-revno": "484"
    },
    "x-test": {
        "autopilot": "camera_app"
    }
}
Download as text