[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [Bug 1392468] [NEW] qemu uses a bitmap icon
From: |
Ingo Bürk |
Subject: |
[Qemu-devel] [Bug 1392468] [NEW] qemu uses a bitmap icon |
Date: |
Thu, 13 Nov 2014 20:10:19 -0000 |
Public bug reported:
qemu currently uses the icon in pc-bios/qemu-icon.bmp, which, obviously,
is a bitmap file. It is loaded such that white pixels will be
transparent. This can cause nasty artifacts in the display.
Unless there is a specific reason to use bitmaps, I'd suggest moving to,
e.g., a PNG file with a proper alpha channel.
** Affects: qemu
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1392468
Title:
qemu uses a bitmap icon
Status in QEMU:
New
Bug description:
qemu currently uses the icon in pc-bios/qemu-icon.bmp, which,
obviously, is a bitmap file. It is loaded such that white pixels will
be transparent. This can cause nasty artifacts in the display.
Unless there is a specific reason to use bitmaps, I'd suggest moving
to, e.g., a PNG file with a proper alpha channel.
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1392468/+subscriptions
- [Qemu-devel] [PATCH 0/7] coroutine: optimizations, Paolo Bonzini, 2014/11/28
- [Qemu-devel] [PATCH 1/7] coroutine-ucontext: use __thread, Paolo Bonzini, 2014/11/28
- [Qemu-devel] [PATCH 2/7] qemu-thread: add per-thread atexit functions, Paolo Bonzini, 2014/11/28
- [Qemu-devel] [PATCH 3/7] test-coroutine: avoid overflow on 32-bit systems, Paolo Bonzini, 2014/11/28
- [Qemu-devel] [PATCH 4/7] QSLIST: add lock-free operations, Paolo Bonzini, 2014/11/28
- [Qemu-devel] [PATCH 5/7] coroutine: rewrite pool to avoid mutex, Paolo Bonzini, 2014/11/28
- [Qemu-devel] [PATCH 6/7] coroutine: drop qemu_coroutine_adjust_pool_size, Paolo Bonzini, 2014/11/28
- [Qemu-devel] [PATCH 7/7] coroutine: try harder not to delete coroutines, Paolo Bonzini, 2014/11/28