67ea954682
The icon associated with a GtkWindow is just a hint to window managers and not all of them will honour it. Some will instead want to show the icon listed by the .desktop file. The desktop file is located based on the application ID, which is set using g_set_prgname. QEMU has not historically provided a desktop file or set its app ID, so it got a broken icon in GNOME shell, which is now fixed. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-id: 20190110120047.25369-3-berrange@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
9 lines
134 B
Desktop File
9 lines
134 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Name=QEMU
|
|
Icon=qemu
|
|
Type=Application
|
|
Terminal=false
|
|
Keywords=Emulators;Virtualization;KVM;
|
|
NoDisplay=true
|