Package Details: ludusavi-bin 0.29.1-2

Git Clone URL: https://aur.archlinux.org/ludusavi-bin.git (read-only, click to copy)
Package Base: ludusavi-bin
Description: Backup tool for PC game saves
Upstream URL: https://github.com/mtkennerly/ludusavi
Licenses: MIT
Conflicts: ludusavi
Provides: ludusavi
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 5
Popularity: 0.004422
First Submitted: 2023-03-18 15:26 (UTC)
Last Updated: 2025-04-29 15:51 (UTC)

Pinned Comments

yochananmarqos commented on 2024-10-29 20:51 (UTC)

PSA: If the program panics and coredumps, try launching with the following variable:

ICED_BACKEND=tiny-skia ludusavi

Latest Comments

italoghost commented on 2025-04-29 12:08 (UTC)

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!

yochananmarqos commented on 2024-10-29 20:51 (UTC)

PSA: If the program panics and coredumps, try launching with the following variable:

ICED_BACKEND=tiny-skia ludusavi