Package Details: xnview-xnsketch-bin 1.20-9

Git Clone URL: https://aur.archlinux.org/xnview-xnsketch-bin.git (read-only, click to copy)
Package Base: xnview-xnsketch-bin
Description: Allows you to turn your photos into cartoon or sketch images.
Upstream URL: https://www.xnview.com/en/xnsketch/
Keywords: cartoon sketch xnview
Licenses: LicenseRef-custom
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 2
Popularity: 0.000941
First Submitted: 2023-02-23 05:56 (UTC)
Last Updated: 2024-04-26 02:57 (UTC)

Latest Comments

zxp19821005 commented on 2024-04-26 02:58 (UTC)

@Xakurinha32 Thanks for your feedback,fixed now.

Xakurinha32 commented on 2024-04-25 16:55 (UTC)

Doesn't work, getting this following error: /opt/xnview-xnsketch/XnSketch: symbol lookup error: /opt/xnview-xnsketch/lib/libQt5Core.so.5: undefined symbol: ucnv_getDefaultName_54

zxp19821005 commented on 2023-12-05 01:00 (UTC)

@flan_suse Sorry,I forget to check it,fixed it now.

flan_suse commented on 2023-12-04 22:29 (UTC) (edited on 2023-12-04 22:29 (UTC) by flan_suse)

Desktop icon is broken.

You need to change this line:

install -Dm644 "${srcdir}/${_pkgname}/${_appname}.png" -t "${pkgdir}/usr/share/pixmaps/${pkgname%-bin}.png"

To this instead:

install -Dm644 "${srcdir}/${_pkgname}/${_appname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname%-bin}.png"

(Remove the "-t" flag.)