/usr/share/doc/mozilla-packagekit/examples/test.html is in browser-plugin-packagekit 0.8.17-4ubuntu6~gcc5.4ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <html>
<head>
<title>Test for PackageKit Plugin</title>
<style type="text/css">
body {
background: #ffeedd;
}
.packagekit-plugin {
width: 30em;
height: 5em;
}
</style>
</head>
<body>
<object type="application/x-packagekit-plugin" width="500" height="200" class="packagekit-plugin">
<param name="packagenames" value="firefox mozilla-firefox"/>
<param name="radius" value="10"/>
<param name="color" value="#aeaeff"/>
</object>
<br/><br/>
<object type="application/x-packagekit-plugin" width="500" height="200" class="packagekit-plugin">
<param name="displayname" value="KStars"/>
<param name="packagenames" value="kdeedu"/>
<param name="radius" value="5"/>
<param name="color" value="#ffaeff"/>
</object>
<br/><br/>
<object type="application/x-packagekit-plugin" width="500" height="200" class="packagekit-plugin">
<param name="displayname" value="GNU Backgammon"/>
<param name="packagenames" value="gnubg"/>
</object>
<br/><br/>
<object type="application/x-packagekit-plugin" width="500" height="200" class="packagekit-plugin">
<param name="displayname" value="NotGoingToExist"/>
<param name="packagenames" value="notgoingtoexist"/>
</object>
<br/><br/>
<object type="application/x-packagekit-plugin" width="500" height="200" class="packagekit-plugin">
<param name="displayname" value="FSpot"/>
<param name="packagenames" value="f-spot"/>
</object>
</body>
</html>
|