Package Details: gopeed-bin 1.6.7-1

Git Clone URL: https://aur.archlinux.org/gopeed-bin.git (read-only, click to copy)
Package Base: gopeed-bin
Description: High speed downloader that supports all platforms.(Prebuilt version)
Upstream URL: https://gopeed.com/
Keywords: bittorrent cross-platform debian downloader flutter golang http https ios torrent ubuntu
Licenses: GPL-3.0-only
Conflicts: gopeed
Provides: gopeed-1.6.7
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.009656
First Submitted: 2023-03-14 07:59 (UTC)
Last Updated: 2025-01-17 07:01 (UTC)

Latest Comments

« First ‹ Previous 1 2

<deleted-account> commented on 2023-11-10 13:31 (UTC)

The icon cannot be displayed on the desktop. [Desktop Entry] contains some duplicate items such as Exec, Icon.

zxp19821005 commented on 2023-03-15 07:43 (UTC)

@CIAvash Thank you,I've fixed it.

CIAvash commented on 2023-03-15 06:04 (UTC) (edited on 2023-03-15 06:05 (UTC) by CIAvash)

There are 3 issues:

  • The Exec= line is appended without a newline so it's in the same line as the comment

  • The Exec= is replaced by #Exec(without =), everywhere

  • It's missing an icon: Icon=gopeed

sed 's/^TryExec=/#TryExec=/g;s/^Exec=/#Exec=/g;s/^Categories/#Categories/g' -i "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
echo -e "\nIcon=gopeed"