Package Details: freedownloadmanager 6.25.2.6046-1

Git Clone URL: https://aur.archlinux.org/freedownloadmanager.git (read-only, click to copy)
Package Base: freedownloadmanager
Description: FDM is a powerful modern download accelerator and organizer.
Upstream URL: https://www.freedownloadmanager.org/
Keywords: fdm freedownloadmanager
Licenses: Freeware
Submitter: rizwan486
Maintainer: rizwan486
Last Packager: rizwan486
Votes: 37
Popularity: 0.93
First Submitted: 2020-01-21 11:41 (UTC)
Last Updated: 2025-01-21 10:38 (UTC)

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

julianmb commented on 2025-01-22 13:08 (UTC) (edited on 2025-01-27 13:45 (UTC) by julianmb)

I made a hook to fix the icon automatically after every update, based on @mmtech2012 comment:

# /etc/pacman.d/hooks/FDM.hook
[Trigger]
Operation = Upgrade
Type = Package
Target = freedownloadmanager

[Action]
Description = Fixing FMD icon
When = PostTransaction
Exec = /usr/bin/sed -i 's|^Icon=.*$|Icon=/opt/freedownloadmanager/icon.png|' /usr/share/applications/freedownloadmanager.desktop

Rizwan485 consider adding the command to the package() to fix it automatially without a hook

MareDevi commented on 2025-01-22 11:42 (UTC)

the sha256sums value is wrong and should be updated

==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'freedownloadmanager-6.25.2.6046-1':
error: packages failed to build: freedownloadmanager-6.25.2.6046-1

rizwan486 commented on 2025-01-18 05:04 (UTC)

@andwati Thanks for findings. It helped me to fix the package.

andwati commented on 2025-01-17 21:05 (UTC) (edited on 2025-01-17 21:06 (UTC) by andwati)

@rizwan486 The package is broken again. So I tried to build it manually but it still failed. I realized that on the PKGBUILD the correct tar command is commented out:

prepare() {
    mkdir -p "$pkgname-$pkgver"
    # tar -xvf data.tar.xz -C "$pkgname-$pkgver"
    tar --use-compress-program=unzstd -xvf data.tar.zst -C "$pkgname-$pkgver"
}

So I switched to this:

prepare() {
    mkdir -p "$pkgname-$pkgver"
    tar -xvf data.tar.xz -C "$pkgname-$pkgver"
    # tar --use-compress-program=unzstd -xvf data.tar.zst -C "$pkgname-$pkgver"
}

The checksums are also outdated so the build failed. So I fixed it with the following:

makepkg -g >> PKGBUILD && makepkg -si

andwati commented on 2024-09-20 06:30 (UTC)

@rizwan486 it now works

rizwan486 commented on 2024-09-20 05:02 (UTC)

@andwat Package updated. Please try now.

andwati commented on 2024-09-19 20:56 (UTC)

I use paru but I have to manually intervene for this. Clone the package locally and generate the hasshes for remote source and build.

git clone https://aur.archlinux.org/freedownloadmanager.git

makepkg -g >> PKGBUILD && makepkg -si

Retro_Gamer commented on 2024-07-09 14:42 (UTC) (edited on 2024-07-09 14:43 (UTC) by Retro_Gamer)

Can we get the checksum error fixed please? OR remove the check all together?

mmtech2012 commented on 2024-06-28 18:43 (UTC) (edited on 2024-06-28 18:45 (UTC) by mmtech2012)

Hi , I want to mention I run it and It's totaly good. just the .desktop file point to wrong dir for the icon. two way to solve this:

  1. Rename and move the icon file /opt/freedownloadmanager/icon.png to /usr/share/icons/hicolor/256x256/apps/freedownloadmanager.png

  2. edit the .desktop file which in this case located in /usr/share/applications/freedownloadmanager.desktop which line contain icon=freedownloadmanager become icon=/opt/freedownloadmanager/icon.png

thank you

RAMChYLD commented on 2024-05-20 09:57 (UTC)

Hi, just a notice that sha256sum is broken again today.