From 4b927bc37359dec23f67d3427fc982945f24f404 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Wed, 21 May 2025 21:21:26 +0200 Subject: add gitlab issues in toml format --- .../host_missing/accel_missing/1085.toml | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 gitlab/issues/target_missing/host_missing/accel_missing/1085.toml (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1085.toml') diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1085.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1085.toml new file mode 100644 index 00000000..5011e403 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1085.toml @@ -0,0 +1,50 @@ +id = 1085 +title = "QEMU 7.0.0 - NSIS installer issue" +state = "opened" +created_at = "2022-06-21T08:44:06.648Z" +closed_at = "n/a" +labels = ["hostos: Windows"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1085" +host-os = "QWindows 10 64bit italian" +host-arch = "n/a" +qemu-version = "7.0.0" +guest-os = "n/a" +guest-arch = "n/a" +description = """Misisng info in QEMU.nsi file""" +reproduce = """The exe installer exe file properties has a lot of porpeties missing + +![image](/uploads/6838ee795b2fd215baff90b224529b9e/image.png) + +This is casued by mssing instruction like + +VIAddVersionKey "ProductName" "" +VIAddVersionKey "ProductVersion" "" +VIAddVersionKey "Comments" "" +VIAddVersionKey "CompanyName" "" +VIAddVersionKey "LegalTrademarks" "" +VIAddVersionKey "LegalCopyright" "" +VIAddVersionKey "FileVersion" "" +VIAddVersionKey "FileDescription" "" + +VIAddVersionKey "InternalName" "" +VIAddVersionKey "OriginalFilename" "" + +In Windows program òlist about uninstalle + +the QEMU icon is not right (generic icon) +The Is missing teh publisg + +![image](/uploads/7634b3618897f86c14e56fbdc23d98a5/image.png) + +This si due error on + +!define MUI_UNICON "${SRCDIR}\\pc-bios\\qemu-nsis.ico" + +that probably point to an icon file not available + +and an misisng line that set Publisher info for uninstalelr + +WriteRegStr HKLM "${UNINST_KEY}" "Publisher" "" + +Thanks. KR.""" +additional = "n/a" -- cgit 1.4.1