Skip to content

Say in the GUI what the tool actually reads - #203

Merged
abrignoni merged 1 commit into
mainfrom
fix/gui-understates-what-it-reads
Sep 10, 2026
Merged

abrignoni merged 1 commit into
mainfrom
fix/gui-understates-what-it-reads

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

The input heading said "Select the file (tar/zip/gz) or directory". That has been wrong since raw disk images landed on 30 August (bb6dd6a): the file dialog also takes .img, .bin, .dd, .raw, .001, .E01 and .iVa. A GUI user was told the tool takes three archive formats when it takes a disk image and a Berla iVe export as well.

Nothing in the GUI named a filesystem at all. The dialog offered "raw disk image or acquisition" and left the extensions to speak for themselves, and an extension says nothing about what is inside: a .dd can hold any of these or nothing this reads. vleapp.py -h spells the list out, so a GUI user had to open a terminal to learn what their own tool supports.

where before after
heading tar / zip / gz / directory tar, zip, gz, raw image, .E01 acquisition, Berla iVe .iVa, or a folder
dialog entry raw disk image or acquisition Raw disk image or acquisition (QNX6, QNX4, ETFS, EFS, ext2/3/4, FAT32, exFAT, NTFS, HFS+, APFS, QNX IFS)

The filesystem list is a module constant next to RAW_IMAGE_SUFFIXES, and it is checked against the wording in vleapp.py's -t help so the two cannot drift apart silently. Every name in the GUI list appears in the CLI help.

Text only, no behaviour changes. Verified by running the GUI from source and reading the heading off the window.

🤖 Generated with Claude Code

The input heading said "Select the file (tar/zip/gz) or directory", which
has been wrong since raw disk images landed on 30 August: the file dialog
also takes .img, .bin, .dd, .raw, .001, .E01 and .iVa. A GUI user was told
the tool takes three archive formats when it takes a disk image and a Berla
iVe export as well.

Nothing in the GUI named a filesystem either. The dialog offered "raw disk
image or acquisition" and left the extensions to speak for themselves, and
an extension says nothing about what is inside: a .dd can hold any of these
or nothing this reads. The -t help on the command line spells the list out,
so a GUI user had to open a terminal to learn what their own tool supports.

The heading now names the accepted inputs and the dialog entry names the
filesystems, taken from the same list the command line gives so the two
cannot drift apart silently.

Text only. No behaviour changes.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@abrignoni
abrignoni merged commit e3d5911 into main Sep 10, 2026
7 checks passed
@abrignoni
abrignoni deleted the fix/gui-understates-what-it-reads branch September 10, 2026 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant