Gear Lever 4.6.2 Fixes AppImage Import Crash Caused by Percent Signs in Metadata

Published by

Gear Lever 4.6.2 has been released to fix a crash that occurred when importing AppImages with percent signs in their metadata, specifically %F or %U. The update disables Python's configparser interpolation to prevent ValueError exceptions during the import process, allowing these characters to be treated as literal text. Maintainer Lorenzo Paderi swiftly merged the fix just ten hours after it was reported by a user on Arch Linux. This release is part of a rapid development cycle for Gear Lever, which has seen multiple updates in July, enhancing its functionality for managing AppImages on Linux systems



Gear Lever 4.6.2 Fixes AppImage Import Crash Caused by Percent Signs in Metadata

Gear Lever 4.6.2 has been released to resolve a crash when importing AppImages containing literal percent signs like %F or %U in their metadata. The patch disables Python's configparser interpolation in ini_config.py by passing interpolation=None, preventing ValueError exceptions during the save process. Maintainer Lorenzo Paderi merged the one-line fix from PR #489 just ten hours after the issue was reported on Arch Linux. The update arrives during a rapid release cycle for the tool, following 4.6.0 and 4.6.1 earlier in July, and is available now via Flathub.

Gear Lever 4.6.2 Fixes AppImage Import Crash Caused by Percent Signs in Metadata @ Linux Compatible