Package Details: gearlever 4.4.10-1

Git Clone URL: https://aur.archlinux.org/gearlever.git (read-only, click to copy)
Package Base: gearlever
Description: Manage AppImages with ease
Upstream URL: https://gearlever.mijorus.it/
Licenses: GPL-3.0-or-later
Submitter: TuxDeluxe
Maintainer: TuxDeluxe
Last Packager: TuxDeluxe
Votes: 10
Popularity: 0.57
First Submitted: 2024-05-06 17:49 (UTC)
Last Updated: 2026-04-14 11:11 (UTC)

Pinned Comments

TuxDeluxe commented on 2024-05-06 18:24 (UTC)

Gearlever targets flatpak usage so building it outside of flatpak can introduce bugs. Because of this, please make ABSOLUTELY sure any bug you experience is because of gearlever itself before opening an issue on the upstream github. Any bugs you experience with this package, please let me know and I will fix it asap. Consider visiting the upstream url if you would like to support the developer!

Latest Comments

1 2 3 4 Next › Last »

bigbob commented on 2026-04-01 00:49 (UTC)

aplication not work :c error: failed retrieving file 'python-pygments-2.19.2-3-any.pkg.tar.zst' from archlinux.cachyos.org : The requested URL returned error: 404 error: failed retrieving file 'python-pygments-2.19.2-3-any.pkg.tar.zst' from ftp.energotel.sk : The requested URL returned error: 404 error: failed retrieving file 'python-pygments-2.19.2-3-any.pkg.tar.zst' from fi.arch.niranjan.co : The requested URL returned error: 404 error: failed retrieving file 'python-pygments-2.19.2-3-any.pkg.tar.zst' from mirror.alldaydev.com : The requested URL returned error: 404 error: failed retrieving file 'python-pygments-2.19.2-3-any.pkg.tar.zst' from arch.mirror.hyperbit.it : The requested URL returned error: 404 error: failed retrieving file 'python-pygments-2.19.2-3-any.pkg.tar.zst' from is.mirror.flokinet.net : The requested URL returned error: 404 error: failed retrieving file 'python-pygments-2.19.2-3-any.pkg.tar.zst' from geo.mirror.pkgbuild.com : The requested URL returned error: 404 error: failed retrieving file 'python-pygments-2.19.2-3-any.pkg.tar.zst' from md.arch.niranjan.co : The requested URL returned error: 404 error: failed retrieving file 'python-pygments-2.19.2-3-any.pkg.tar.zst' from tr.arch.niranjan.co : The requested URL returned error: 404 error: failed retrieving file 'python-pygments-2.19.2-3-any.pkg.tar.zst' from repository.su : The requested URL returned error: 404 error: failed retrieving file 'python-pygments-2.19.2-3-any.pkg.tar.zst' from ftp.ek-cer.hu : The requested URL returned error: 404 error: failed retrieving file 'python-pygments-2.19.2-3-any.pkg.tar.zst' from mirror.ihost.md : The requested URL returned error: 404 error: failed retrieving file 'python-pygments-2.19.2-3-any.pkg.tar.zst' from mirror.juniorjpdj.pl : The requested URL returned error: 404 error: failed retrieving file 'python-pygments-2.19.2-3-any.pkg.tar.zst.sig' from mirror.sahil.world : The requested URL returned error: 404 warning: failed to retrieve some files error: failed to commit transaction (failed to retrieve some files) Errors occurred, no packages were upgraded. pls help.

tblu commented on 2026-03-02 20:55 (UTC)

thanks @TuxDeluxe and @JamesMowery for your last comments. they helped me fix it too.

JamesMowery commented on 2026-01-27 15:49 (UTC) (edited on 2026-01-27 15:49 (UTC) by JamesMowery)

@TuxDeluxe thank you that fixed it. Command (taken from the GitHub) in case any one else needs it:

paru -Sy --rebuild python-desktop-entry-lib python-ftputil

TuxDeluxe commented on 2026-01-27 12:11 (UTC)

@JamesMowery I had to rebuild both python-desktop-entry-lib and python-ftputil to get it to work. Someone on cachyos on the gearlever github had that issue too and a rebuild looks like it fixed it.

JamesMowery commented on 2026-01-23 14:48 (UTC)

@fiftydinar I do indeed have that installed already.

❯ paru -Ss python-desktop-entry-lib
aur/python-desktop-entry-lib 5.0-1 [+2 ~0.07] [Installed]
    A library for working with .desktop files

~
❯ gearlever
Traceback (most recent call last):
  File "/usr/bin/gearlever", line 43, in <module>
    from gearlever import main
  File "/usr/share/gearlever/gearlever/main.py", line 28, in <module>
    from .providers.providers_list import appimage_provider
  File "/usr/share/gearlever/gearlever/providers/providers_list.py", line 2, in <module>
    from .AppImageProvider import AppImageProvider
  File "/usr/share/gearlever/gearlever/providers/AppImageProvider.py", line 9, in <module>
    from desktop_entry_lib import DesktopEntry as JdDesktopEntry
ModuleNotFoundError: No module named 'desktop_entry_lib'

fiftydinar commented on 2026-01-20 23:34 (UTC) (edited on 2026-01-20 23:37 (UTC) by fiftydinar)

@JamesMowery python-desktop-entry-lib dependency is listed in PKGBUILD. Check if it's installed.

JamesMowery commented on 2026-01-18 16:45 (UTC)

I've started getting these errors when running Gear Lever. Was working fine for the past few months.

❯ gearlever
Traceback (most recent call last):
  File "/usr/bin/gearlever", line 43, in <module>
    from gearlever import main
  File "/usr/share/gearlever/gearlever/main.py", line 28, in <module>
    from .providers.providers_list import appimage_provider
  File "/usr/share/gearlever/gearlever/providers/providers_list.py", line 2, in <module>
    from .AppImageProvider import AppImageProvider
  File "/usr/share/gearlever/gearlever/providers/AppImageProvider.py", line 9, in <module>
    from desktop_entry_lib import DesktopEntry as JdDesktopEntry
ModuleNotFoundError: No module named 'desktop_entry_lib'

Any help is greatly appreciated!