Skip to content

window: read icon from mount point for AppImage

Fushan Wen requested to merge work/fuf/appimage into master

For AppImage, the icon is usually in the same folder with its desktop file, but the folder is a temporary folder and cannot be found by QStandardPaths::locate(GenericDataDir), so try to manually find it.

See https://docs.appimage.org/reference/appdir.html#general-description

AppImage issue: https://github.com/AppImage/AppImageKit/issues/1231

Before (See the icon in the title bar of osu!) After
Before After

See also: plasma-workspace!2558 (closed)

Edited by Fushan Wen

Merge request reports