add the status icons to the FAQ page

This commit is contained in:
Richard Hughes 2008-04-08 18:34:38 +01:00
parent 323383297a
commit ca1ca0a8c8
8 changed files with 22 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -23,13 +23,14 @@
<ul> <ul>
<li><a href="#how-complete">How complete are the backends?</a></li> <li><a href="#how-complete">How complete are the backends?</a></li>
<li><a href="#selinux">Why doesn't PackageKit work with SELinux?</a></li> <li><a href="#selinux">Why doesn't PackageKit work with SELinux?</a></li>
<li><a href="#tray-icons">What do the tray icons mean?</a></li>
<li><a href="#no-percentage-updates">What if we don't support percentage updates?</a></li> <li><a href="#no-percentage-updates">What if we don't support percentage updates?</a></li>
<li><a href="#remaining-times">Why are the remaining times sometimes wildly wrong?</a></li> <li><a href="#remaining-times">Why are the remaining times sometimes wildly wrong?</a></li>
<li><a href="#different-options">How will PackageKit support all the different options?</a></li> <li><a href="#different-options">How will PackageKit support all the different options?</a></li>
<li><a href="#error-codes">Error codes are different on each backend?</a></li> <li><a href="#error-codes">Error codes are different on each backend?</a></li>
<li><a href="#user-interaction">Installation an application that needs user interaction?</a></li> <li><a href="#user-interaction">Installation an application that needs user interaction?</a></li>
<li><a href="#up2date">Does PackageKit replace up2date?</a></li> <li><a href="#up2date">Does PackageKit replace up2date?</a></li>
<li><a href="#system=daemon">Is PackageKit a system daemon, always running and using resources?</a></li> <li><a href="#system-daemon">Is PackageKit a system daemon, always running and using resources?</a></li>
<li><a href="#dependencies">How does PackageKit handle dependencies?</a></li> <li><a href="#dependencies">How does PackageKit handle dependencies?</a></li>
<li><a href="#rcd">Does PackageKit replace the Red Carpet service?</a></li> <li><a href="#rcd">Does PackageKit replace the Red Carpet service?</a></li>
<li><a href="#how-fast">How fast is PackageKit?</a></li> <li><a href="#how-fast">How fast is PackageKit?</a></li>
@ -530,6 +531,24 @@
</tr> </tr>
</table> </table>
<hr>
<h3><a name="tray-icons">What do the tray icons mean?</a></h3>
<table>
<tr><td><img src="img/pk-update-bugfix.png"/></td><td>Bugfix update</td></tr>
<tr><td><img src="img/pk-update-enhancement.png"/></td><td>Enhancement update</td></tr>
<tr><td><img src="img/pk-update-high.png"/></td><td>High priority update</td></tr>
<tr><td><img src="img/pk-update-low.png"/></td><td>Low priority update</td></tr>
<tr><td><img src="img/pk-update-normal.png"/></td><td>Normal update</td></tr>
<tr><td><img src="img/pk-update-security.png"/></td><td>Security update</td></tr>
</table>
<p>
<b>NOTE:</b>Not all the icons may show for some backends.
</p>
<p>
If you are using Fedora rawhide then only the bugfix icon will be show due to missing metadata.
In the released versions of Fedora metadata is added to updates and the type of update can be found.
</p>
<hr> <hr>
<h3><a name="selinux">Why doesn't PackageKit work with SELinux?</a></h3> <h3><a name="selinux">Why doesn't PackageKit work with SELinux?</a></h3>
<p> <p>

2
docs/html/update-icons.sh Executable file
View File

@ -0,0 +1,2 @@
cp -v ../../../gnome-packagekit/data/icons/48x48/status/pk-update-*.png img/