diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1213.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1213.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1213.toml | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1213.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1213.toml deleted file mode 100644 index aae1b1aa..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1213.toml +++ /dev/null @@ -1,55 +0,0 @@ -id = 1213 -title = "7.1.0 - NSIS Installer file issues" -state = "opened" -created_at = "2022-09-15T13:23:46.969Z" -closed_at = "n/a" -labels = ["hostos: Windows", "workflow::Triaged"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1213" -host-os = "n/a" -host-arch = "n/a" -qemu-version = "n/a" -guest-os = "n/a" -guest-arch = "n/a" -description = """ - -Please check the screenshot relative to Window program list - -**Problem n. 1 (standard icon)** - -The icon rlative to QEMU is not graphic icon but starndrd udenfiend icon - -**Problem n. 2 (author missing)** - -Author info is missing - -**Problem n. 3 (installer date is not updated)** - -When you upgrade QEM the installation date not reflect last update but first installation (ex. version 7.1.0 with date of 2021). - -Note: all issues are relative to NSIS installer script. - -**Uninstaller icon** - -It seems that - -**!define MUI_UNICON "${SRCDIR}\\pc-bios\\qemu-nsis.ico"**__ - -didn't work. - -Please check here - -https://nsis.sourceforge.io/Add_uninstall_information_to_Add/Remove_Programs - -Please try to add in uninsaller section - - WriteRegStr HKLM "${UNINST_KEY}" "DisplayIcon" "${SRCDIR}\\pc-bios\\qemu-nsis.ico" - -**Missing author info in uninstall view** - - ; Write the uninstall keys for Windows - WriteRegStr HKLM "${UNINST_KEY}" "DisplayName" "QEMU" - WriteRegStr HKLM "${UNINST_KEY}" "Publisher" "QEMU crew" - -Replace "QEMU crew" with text that you like.""" -reproduce = "n/a" -additional = "n/a" |