summaryrefslogtreecommitdiffstats
path: root/src/inspect_icon.c
Commit message (Collapse)AuthorAgeFilesLines
* Comment change.Richard W.M. Jones2012-03-081-1/+1
| | | | (cherry picked from commit 4d8ae8f5a2e309a6a518fdb0b6f65685aa9137e0)
* Hide stderr of bmptopng.Richard W.M. Jones2012-03-081-2/+3
| | | | | This program is noisy on stderr. Send that to /dev/null. (cherry picked from commit e40f408faeea204417bc46024590a07272eeda92)
* build: Make netpbm and icoutils into proper optional dependencies.Richard W.M. Jones2012-03-081-4/+18
| | | | | | | | | Netpbm and icoutils (wrestool) have always been dependencies. Since they are not always present, make these into optional dependencies (which they were, sort of, before). Also document these dependencies in the README file. (cherry picked from commit 2c9c0525ebda105f37e6a6eea2307db4cb2f0a73)
* Whitespace change.Richard W.M. Jones2012-03-081-1/+1
| | | | (cherry picked from commit b106dda97c9e18563bb27a44a025016fef6dec97)
* inspection: Add outline support for GNU/Hurd.Richard W.M. Jones2011-11-281-0/+1
|
* Add basic support for netbsd detection.Michael Scherer2011-10-141-0/+1
|
* Add the Opensuse logo ( thanks to Vincent Untz )Michael Scherer2011-10-141-0/+14
| | | | Like Ubuntu one, it may not be always present.
* Add support for Ubuntu logoMichael Scherer2011-10-141-2/+13
| | | | | | Ths logo is present on Lucid Lynx, but may not always be installed, like in case of a minimal installation ( or server ). While Edubuntu and Kubuntu have different logo, I didn't check where it would be placed.
* Detect Mageia distributionMichael Scherer2011-10-141-0/+12
|
* inspection: Add support for ttylinux (a minimal Linux).Richard W.M. Jones2011-09-161-0/+1
|
* New API: inspect-get-icon returns the guest icon.Richard W.M. Jones2011-06-281-0/+470
This API returns the guest's favicon if found, else an icon representing the guest operating system. Currently supported by this patch: Fedora, RHEL and derivatives, Debian (but not Ubuntu), Windows XP, Windows 7. This also updates virt-inspector to include an <icon> element containing the icon in base64 encoding.