Hi! The desktop file is expecting the icon com.mtkennerly.ludusavi
. Can you change these two rows from this:
install -Dm644 "icon-$pkgver.png" \
"$pkgdir/usr/share/icons/hicolor/64x64/apps/${pkgname%-bin}.png"
install -Dm644 "icon-$pkgver.svg" \
"$pkgdir/usr/share/icons/hicolor/scalable/apps/${pkgname%-bin}.svg"
to this:
install -Dm644 "icon-$pkgver.png" \
"$pkgdir/usr/share/icons/hicolor/64x64/apps/${_app_id}.png"
install -Dm644 "icon-$pkgver.svg" \
"$pkgdir/usr/share/icons/hicolor/scalable/apps/${_app_id}.svg"
?
Thanks!
Pinned Comments
yochananmarqos commented on 2024-10-29 20:51 (UTC)
PSA: If the program panics and coredumps, try launching with the following variable: